Skip to content

Instantly share code, notes, and snippets.

View bbidulock's full-sized avatar
🎯
Focusing

Brian Bidulock bbidulock

🎯
Focusing
View GitHub Profile
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Majki <majki@majki.hu>
pkgname=tsclient2
pkgver=2.0.1
pkgrel=9
pkgdesc="Terminal Server Client [tsclient] is a GTK2 frontend for rdesktop and other remote desktop tools."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/tsclient"
license=('GPL')
depends=('rdesktop' 'gnome-desktop2' 'libgnomeui' 'networkmanager' 'desktop-file-utils')
@bbidulock
bbidulock / PKGBUILD.geoip-git
Created June 15, 2014 08:19
PKGBUILD for geoip-git AUR package
# Contributor: Yosef Or Boczko <yoseforb@gmail.com>
pkgname=geoip-git
pkgver=1.6.0.r14.gb7f1bb3
pkgrel=1
pkgdesc="Non-DNS IP-to-country resolver C library & utils"
epoch=1
arch=('i686' 'x86_64')
url="http://www.maxmind.com/app/c"
license=('GPL')
@bbidulock
bbidulock / PKGBUILD.gigolo-git
Created June 15, 2014 08:48
PKGBUILD for gigolo-git AUR package
# Maintainer: Pavlo Ilin <ilin.pa@gmail.com>
# Contributor: swiftscythe <swiftscythe@gmail.com>
pkgname=gigolo-git
pkgver=0.4.2.r12.g13da36e
pkgrel=1
epoch=1
pkgdesc="Frontend to manage connections to remote filesystems using GIO/GVFS"
arch=(i686 x86_64)
url="http://goodies.xfce.org/projects/applications/gigolo"
@bbidulock
bbidulock / PKGBUILD
Last active August 29, 2015 14:02
PKGBUILD for linuxstopmotion-git
# Maintainer: Mark Coolen <mark dot coolen at gmail dot com>
pkgname=linuxstopmotion-git
_realname=linuxstopmotion
pkgver=0.8.0.r0.gb08ca1c
pkgrel=1
epoch=1
pkgdesc="software for capturing and creating stop-motion animations - development version"
arch=('i686' 'x86_64')
url="http://www.linuxstopmotion.org"
license=('GPL2')
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=urlview
pkgver=0.9
pkgrel=10
_patchlevel=19
pkgdesc="A curses URL parser for text files"
arch=('i686' 'x86_64')
url="http://packages.qa.debian.org/u/urlview.html"
license=('GPL')
@bbidulock
bbidulock / PKGBUILD
Created January 7, 2015 12:00
PKGBUILD for linuxptp
# Maintainer: Hanspeter Portner <ventosus at airpost dot net>
pkgname=linuxptp
pkgver=1.5
pkgrel=2
pkgdesc="An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux."
arch=(i686 x86_64)
url="http://linuxptp.sourceforge.net/"
license=('GPL')
depends=('glibc')
@bbidulock
bbidulock / ca-bundle.crt
Created May 25, 2015 05:56
CA certs for java-gcj-compat package in Arch Linux.
# This is a bundle of X.509 certificates of public Certificate
# Authorities. It was generated from the Mozilla root CA list.
#
# Source: mozilla/security/nss/lib/ckfw/builtins/certdata.txt
#
# Generated from certdata.txt RCS revision 1.44
#
Certificate:
Data:
Version: 1 (0x0)
@bbidulock
bbidulock / mkaur4
Created May 26, 2015 21:13
My script for migrating AUR3 to AUR4 (I keep a copy of all src and bin packages in a .backup subdirectory).
#!/bin/bash
if [ ! -d .git ] ; then
if [ ! -f PKGBUILD ] ; then
echo "ERROR: need PKGBUILD to do anything!" >&2
exit 1
fi
echo "--> initializing git repository"
git init
echo "--> rebuilding .SRCINFO file"
@bbidulock
bbidulock / PKGBUILD
Created May 28, 2015 04:36
PKGBUILD for AlsaMixer.app
# Maintainer: <predrg@gmail.com>
pkgname=alsamixer.app
_appname=AlsaMixer.app
pkgver=0.1+20141204
pkgrel=1
pkgdesc="Simple dockable mixer application for Linux with ALSA drivers."
arch=('i686' 'x86_64')
url="http://www.dockapps.org/file.php/id/253"
url="https://web.archive.org/web/20130814154026/http://dockapps.windowmaker.org/file.php/id/253"
@bbidulock
bbidulock / PKGBUILD
Created May 31, 2015 22:53
PKGBUILD for glib
# Maintainer: Connor Behan <connor.behan@gmail.com>
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=glib
pkgver=1.2.10
pkgrel=13
pkgdesc="Common C routines used by Gtk+ and other libs"
arch=('i686' 'x86_64')
url="http://www.gtk.org/"
license=('LGPL')