View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: et ts=4 sw=4: | |
# Maintainer: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'> | |
pkgname=fluent-bit-git | |
_pkgname=fluent-bit | |
pkgver=1.9.2.r50.g7a03451b3 | |
pkgrel=1 | |
pkgdesc="Collect data/logs from different sources, unify and send them to multiple destinations" | |
url="https://fluentbit.io/" | |
arch=(x86_64 aarch64 armv7h i686) |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: et ts=4 sw=4: | |
# Maintainer: Joost Molenaar <jjm@j0057.nl> | |
# Contributor: Tim Meusel <tim@bastelfreak.de> | |
pkgname=fluent-bit | |
pkgver=1.9.2 | |
pkgrel=2 | |
pkgdesc="Collect data/logs from different sources, unify and send them to multiple destinations" | |
url="https://fluentbit.io/" |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Colin Jones (xentalion) <colin@ergoeclectic.com> | |
# Maintainer: Valère Monseur <valere dot monseur at ymail dot com> | |
pkgname=cbatticon-git | |
_pkgname=cbatticon | |
pkgver=1.6.10.r2.g6e3d436 | |
pkgrel=2 | |
pkgdesc='Lightweight battery icon for the system tray' | |
arch=(x86_64 i686 armv7h) | |
url='https://github.com/valr/cbatticon' |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Juergen Werner <juergen at opensourcerouting dot org> | |
# Contributor: Shalygin Konstantin <k0ste at k0ste dot ru> | |
pkgname=frr-git | |
_pkgname=frr | |
pkgver=8.2.dev.r26682 | |
pkgrel=2 | |
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, BFD, VRRP, NHRP and EIGRP.' | |
arch=('x86_64' 'i686') | |
url="https://frrouting.org/" |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Shalygin Konstantin <k0ste@k0ste.ru> | |
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru> | |
# Contributor: Evgeny Cherkashin <eugeneai@irnok.net> | |
pkgname=frr | |
pkgver=8.1 | |
pkgrel=2 | |
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, BFD, VRRP, NHRP and EIGRP.' | |
arch=('x86_64' 'i686' 'aarch64') | |
url="https://frrouting.org/" |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Maciej Dems <macdems at gmail.com> | |
pkgname=geeqie-gtk2 | |
_pkgname=geeqie | |
pkgver=1.6 | |
pkgrel=6 | |
pkgdesc='Lightweight image viewer (GTK2 build)' | |
arch=(x86_64 i686) | |
url="http://www.geeqie.org/" | |
license=('GPL2') |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Thore Bödecker <me [at] foxxx0 [dot] de> | |
# Contributor: Robert Knauer <robert@privatdemail.net> | |
# Contributor: megadriver <megadriver at gmx dot com> | |
# Contributor: Jamie Nguyen <jamie AT tomoyolinux.co.uk> | |
# Contributor: Andrea Scarpino <andrea@archlinux.org> | |
pkgname=webalizer | |
_geodbver=20210401 | |
pkgver=2.23.08.${_geodbver} | |
_pkgver=2.23-08 |
View cdesktopenv-2.3.2-1-x86_64-build.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building Release 2.3.2 of CDE | |
I hope you checked the configuration parameters in ./config/cf | |
to see if you need to pass BOOTSTRAPCFLAGS. | |
Thu May 27 10:42:59 UTC 2021 | |
cd ./config/imake && make -j1 --no-print-directory -f Makefile.ini BOOTSTRAPCFLAGS="" clean | |
rm -f ccimake imake.o imake |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Brian Bidulock <bidulock@openss7.org> | |
# | |
pkgname=libunique | |
pkgver=1.1.6 | |
pkgrel=9 | |
pkgdesc="Library for writing single instance applications" | |
arch=('i686' 'x86_64') | |
license=('LGPL') | |
depends=('gtk2') | |
makedepends=('gtk-doc' 'gobject-introspection') |
View 0002-binutils.2.34.sysexit.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -up linux-4.4/arch/x86/Makefile.orig linux-4.4/arch/x86/Makefile | |
--- linux-4.4/arch/x86/Makefile.orig 2020-03-19 03:08:53.569999999 -0600 | |
+++ linux-4.4/arch/x86/Makefile 2020-03-19 03:38:57.889999999 -0600 | |
@@ -218,6 +218,14 @@ KBUILD_CFLAGS += -fno-asynchronous-unwin | |
KBUILD_CFLAGS += $(mflags-y) | |
KBUILD_AFLAGS += $(mflags-y) | |
+# | |
+# Binutils 2.34 cannot handle sysexit, this corrects for now. | |
+# |
NewerOlder