-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Package Update Thread #115
Comments
i've moved most of my projects to a personal git server at http://arcetera.moe/git please change https://git.io/vgNJ6 to http://arcetera.moe/sync |
Neofetch now has a manpage, the manpage is installed by the makefile but I'm The makefile installs the manpage to |
Doubt it; if it's handled by the Makefile it should be fine. |
i've now moved from git to httpup to qualify for the crux portdb; i've also set up https so you'll have to change from http://arcetera.moe/sync to https://arcetera.moe/sync |
my port just fetches straight from git not from a release tarball, so it's fine |
I see, I'll keep that in mind. :) |
Homebrew pull request has been submitted, shouldn't take too long to be accepted |
Awesome! |
.deb updated 👍 |
https://github.com/Linuxbrew/linuxbrew It's using homebrew's formulaes i think, so i suppose that neofetch will be available here too. Thanks to @iandrewt :) |
Neofetch 1.4 ebuild has been updated |
Thanks guys! 👍 |
I'm hoping Homebrew's test servers decide to behave better than my laptop, The pull request can be seen here |
The script returns |
Seems to be my MacBook then, here's the brew test-bot result |
I can view it now, just had to authorize it. |
So what you're saying is that the hombrew formula fails on your MacBook but works on Homebrew's test servers? |
Sorta. It installs fine, runs fine, |
@dawidd6 yep, it'll be in Linuxbrew shortly after it gets accepted by Homebrew, and that'll happen automatically. Another Homebrew package I maintain ( |
Weird, does neofetch run fine on your system? |
Yeah, runs fine, everything works. It's just the test script. If I run I'll test it on my Hackintosh once I've finished setting that up this afternoon. |
Also just letting you know, that the man page works wonderfully on the ebuild also. |
Awesome 👍 |
Some small update for Fedora and RHEL/CentOS packages. Fedora's package will have these dependencies:
However, this is not the case in RHEL/CentOS packages because usually |
Done. |
On Sat, Jul 01, 2017 at 07:13:17AM -0700, Dawid Dziurla wrote:
Yes it's building but the package does not contain any files. You need to override dh_auto_install in rules
Touché.
I had just merged tag 3.2.0 and assumed that due to having been posted
in this thread, that change was already in-tree. Turns that isn't the
case (3.2.0 announcement was already 1 week ago).
In that case, #754 is not a very good fix, since the `$(DESTDIR)$(PREFIX)`
idiom in Makefiles in conjunction with the install target is a fairly
standard way of writing Makefiles (even Suckless projects follow this
practice), being covered by many automated build systems like debhelper.
```make
# $PREFIX, $DESTDIR come from the environment when make is called as
# such: make DESTDIR=$pkgdir PREFIX=/usr install
PREFIX ?= /usr
PREFIX = $(DESTDIR)$(PREFIX)
TARGETDIR = $(PREFIX)/bin
DOCSDIR = $(PREFIX)/share/doc
install: build
install -Dm755 neofetch $(TARGETDIR)/neofetch
install -Dm644 README $(TARGETDIR)
```
Well, it's not tragic.
|
@dylanaraps could you please add new entry to the table according to this: |
Done! |
Neofetch is now present in Alpine's official "testing" repository |
To all git/developers package maintainers: First of all, My apologies because I personally implemented the install script 2 weeks ago and rolled it back, but you are now able to make use of the Makefiles again. Make sure to update your respective build/recipes. For all packagers with prefixed systems (e.g. Thanks. |
The third-party COPR (Fedora/RHEL) for Neofetch now supports Mageia 6 and any newer version (cauldron). |
Neofetch |
Package updated for AOSC OS via bba4250 |
Homebrew PR submitted Homebrew/homebrew-core#18052 |
For all packagers with recipes replacing/substituting Makefile, make sure you have set it accordingly as we have added |
Neofetch 3.3 just got pushed to Fedora stable: https://bodhi.fedoraproject.org/updates/FEDORA-2017-b9c158f42a |
Neofetch |
AOSC OS has been updated to 3.4.0. |
Requesting changing "AOSC" on the chart to "AOSC OS", AOSC is the name of our community (Anthon Open Source Community), while AOSC OS is our distribution project. |
You can ask the repology team for that. We're not responsible for that. |
Neofetch |
Neofetch |
Since neofetch is now contained in one file and Debian unstable package is updated really fast, i'm dropping support for Debian bintray repo. It will be available for some time yet, but will not receive updates. Wiki updated. |
Neofetch (5.0.0) is now in openSUSE Tumbleweed. |
Neofetch 5.0.0 is available in x86, x86_64, znver1, aarch64 and ARMv7 for OpenMandriva Cooker (upcoming Lx4) |
the |
neofetch is available in januslinux in "master" branch |
Neofetch 6.0.0 has been released. Sorry for the confusion with the 3 releases today. The first was a misclick while I was writing the changelog and the second is from a tag issue. |
I just upload Neofetch 6.0.0 to debian/unstable. |
Neofetch 6.1.0 has been released. |
Those maintaining packages for Neofetch can post updates here.
Packages:
Third-Party Packages:
Coming Soon, Official Packages:
The text was updated successfully, but these errors were encountered: