From b515cfc1c118e490276f9573c0863d729474edb1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 1 Feb 2014 04:11:31 -0200 Subject: remove deprecated packages on ~emulatorman --- ~emulatorman/xchat-xsys-noaudacious/PKGBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ~emulatorman/xchat-xsys-noaudacious/PKGBUILD (limited to '~emulatorman/xchat-xsys-noaudacious/PKGBUILD') diff --git a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD deleted file mode 100644 index 42b5e9a46..000000000 --- a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor: Gökmen Görgen -# Contributor (Parabola): André Silva -pkgname=xchat-xsys-noaudacious -pkgver=2.2.0 -pkgrel=3 -pkgdesc="Sysinfo plugin without audacious for X-Chat" -url="http://dev.gentoo.org/~chainsaw/xsys" -depends=('xchat-libre' 'pciutils') -arch=('i686' 'x86_64') -source=(http://dev.gentoo.org/~chainsaw/xsys/download/xsys-$pkgver.tar.bz2 xchat-xsys-parabola.patch no-audacious.patch) -md5sums=('d57def00f96c7389ab593c009595f6f4' '4d22883f24606dbab588d685c553e5a1' '588e5f6d9037a07385079a5cf6ee2dbe') -license=('GPL') - -build() { - cd $srcdir/xsys-$pkgver - patch -p1 -i ../no-audacious.patch || return 1 - sed -i -e "s:/usr/share/misc/:/usr/share/hwdata/:" Makefile - sed -i -e "s:-O2 -Wall:${CFLAGS} -Wall:" Makefile - sed -i -e "s:#BUTTON:BUTTON:" Makefile - sed -i -e "s:# FOR AUDACIOUS # ::g" Makefile - patch -p1 -i ../xchat-xsys-parabola.patch || return 1 - make || return 1 - mkdir -p $pkgdir/usr/lib/xchat/plugins - cp xsys-$pkgver.so $pkgdir/usr/lib/xchat/plugins -} -- cgit v1.2.3-54-g00ecf