Skip to content

Instantly share code, notes, and snippets.

View bbidulock's full-sized avatar
🎯
Focusing

Brian Bidulock bbidulock

🎯
Focusing
View GitHub Profile
@bbidulock
bbidulock / PKGBUILD
Created April 17, 2022 10:00
PKGBUILD for fluent-bit-git 1.9.2.r50.g7a03451b3h-1
# 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)
@bbidulock
bbidulock / PKGBUILD
Created April 17, 2022 09:57
PKGBUILD for fluent-bit 1.9.2-2
# 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/"
@bbidulock
bbidulock / PKGBUILD
Created January 19, 2022 03:48
PKGBUILD.cbatticon-git
# 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'
@bbidulock
bbidulock / PKGBUILD
Created December 20, 2021 07:30
PKGBUILD for frr-git-8.2.dev
# 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/"
@bbidulock
bbidulock / PKGBUILD
Created December 20, 2021 06:59
PKGBUILD for frr-8.1-2
# 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/"
# 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')
@bbidulock
bbidulock / PKGBUILD
Created May 27, 2021 12:33
webalizer-2.23.08.20210401-4 PKGBUILD
# 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
@bbidulock
bbidulock / cdesktopenv-2.3.2-1-x86_64-build.log
Created May 27, 2021 10:50
Build log for cdesktopenv 2.3.2-1
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
@bbidulock
bbidulock / PKGBUILD
Last active April 29, 2021 12:05
PKGBUILD for libunique
# 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')
@bbidulock
bbidulock / 0002-binutils.2.34.sysexit.patch
Last active March 19, 2020 09:42
Patch file for compiling older kernels for x86_64.
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.
+#