diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-11 11:53:09 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-11 11:53:09 +0100 |
commit | 3156702a5deccd61451be9f7d8ba0fd212a3043b (patch) | |
tree | 624620bf3c78560df2455ebe11c66073a39d7355 | |
parent | aa74620a7ef4a49bd466b993c4675514781bd179 (diff) | |
parent | 4640048ddd1331c9f6fc14b8921ccecdb6b1ea11 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/kmod/PKGBUILD
core/nfs-utils/PKGBUILD
extra/libdmx/PKGBUILD
gnome-unstable/gnome-keyring/PKGBUILD
gnome-unstable/libgnome-keyring/PKGBUILD
gnome-unstable/libgweather/PKGBUILD
gnome-unstable/libgweather/libgweather.install
multilib/lib32-gnutls/PKGBUILD
multilib/lib32-libtiff/PKGBUILD
testing/libxcb/PKGBUILD
testing/libxcb/libxcb-1.1-no-pthread-stubs.patch
testing/libxi/PKGBUILD
testing/mesa/PKGBUILD
35 files changed, 570 insertions, 186 deletions
diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD index 85e171c6e..29e726254 100644 --- a/community/blueman/PKGBUILD +++ b/community/blueman/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59799 2011-11-30 12:25:12Z spupykin $ +# $Id: PKGBUILD 67339 2012-03-09 11:49:16Z allan $ # Maintainer : Ionut Biru <ibiru@archlinux.org # Contributor: Abhishek Dasgupta <abhidg@gmail.com> pkgname=blueman pkgver=1.23 -pkgrel=2 +pkgrel=3 pkgdesc="GTK+ bluetooth manager" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -33,11 +33,15 @@ build() { done sed -i 's|"blueman-tray"|"blueman"|' blueman/plugins/applet/StatusIcon.py - [ -f Makefile ] || ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/blueman \ --with-no-runtime-deps-check make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install echo "OnlyShowIn=GNOME;XFCE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop } diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD index 815e16643..de185bc66 100644 --- a/community/midori/PKGBUILD +++ b/community/midori/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 67138 2012-03-04 23:52:43Z pschmitz $ +# $Id: PKGBUILD 67337 2012-03-09 05:57:19Z bpiotrowski $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: rabyte <rabyte.at.gmail.dot.com> # Contributor: Johannes Krampf <wuischke.at.amule.dot.org> pkgname=midori -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=1 pkgdesc="A lightweight web browser based on Gtk WebKit" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('libwebkit>=1.3.13' 'libunique' 'hicolor-icon-theme' 'desktop-file-util makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2>=2.7.1' 'vala') # 'git' optdepends=('vala: for use in extensions') source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -md5sums=('900037557b82818d79d2dd1c5a7d7fd2') +md5sums=('a6578ebfd237c0f22cce49113b95f70c') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/scorched3d/PKGBUILD b/community/scorched3d/PKGBUILD index 41f5366b4..49f026c81 100644 --- a/community/scorched3d/PKGBUILD +++ b/community/scorched3d/PKGBUILD @@ -1,8 +1,10 @@ +# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Seppo Porspakka <sporspak@paju.oulu.fi> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=scorched3d -pkgver=43.3 +pkgver=43.3.d +_pkgver=43.3d pkgrel=1 pkgdesc="A 3d artillery combat game" arch=('i686' 'x86_64' 'mips64el') @@ -11,14 +13,14 @@ license=('GPL') depends=('sdl_net' 'wxgtk' 'freealut>=1.0.0-3' 'libvorbis' 'mesa' 'fftw' 'libjpeg>=8' 'xdg-utils') makedepends=('sharutils') install=scorched3d.install -source=("http://downloads.sourceforge.net/${pkgname}/Scorched3D-${pkgver}-src.tar.gz" +source=("http://downloads.sourceforge.net/${pkgname}/Scorched3D-${_pkgver}-src.tar.gz" 'scorched3d.desktop' 'scorched3d.png.uu' 'scorched3d-42.1-gcc43.patch' 'scorched3d-42.1-fixups.patch' 'scorched3d-libpng1.5.patch' 'libpng14.patch') -md5sums=('3e4aa690ddb2d7dfa26d283faf59f897' +md5sums=('9c3043282a9e7451468ff325bef3b04c' 'b951f2150004e10fdff3e6226f1a3939' '178a281333006c6a5a92919865c1d7af' '053769f77a38c252eef1d967b18e93e6' @@ -31,7 +33,7 @@ build() { # patch -Np1 -i ${srcdir}/scorched3d-42.1-gcc43.patch # patch -Np1 -i ${srcdir}/scorched3d-42.1-fixups.patch - patch -Np1 -i ${srcdir}/scorched3d-libpng1.5.patch + patch -Np1 -i ${srcdir}/scorched3d-libpng1.5.patch # patch -Np0 -i ${srcdir}/libpng14.patch WANT_WXGTK=gtk2 @@ -52,13 +54,10 @@ package() { make DESTDIR=${pkgdir} install - # freedesktop stuff - png and desktop file ganked from debian cd ${srcdir} uudecode --output-file=scorched3d.png scorched3d.png.uu - install -D -m644 scorched3d.png \ - ${pkgdir}/usr/share/icons/hicolor/48x48/apps/${pkgname}.png - install -D -m644 scorched3d.desktop \ - ${pkgdir}/usr/share/applications/${pkgname}.desktop + install -D -m644 scorched3d.png ${pkgdir}/usr/share/icons/hicolor/48x48/apps/${pkgname}.png + install -D -m644 scorched3d.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop } diff --git a/community/xonotic/PKGBUILD b/community/xonotic/PKGBUILD index 659282e24..9a01eb7c3 100644 --- a/community/xonotic/PKGBUILD +++ b/community/xonotic/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Alexander Suhoverhov <cy at ngs dot ru> pkgname=xonotic -pkgver=0.5.0 +pkgver=0.6.0 pkgrel=1 pkgdesc="A free, fast-paced crossplatform first-person shooter" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('unzip' 'mesa') source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip" "xonotic-glx.desktop" "xonotic-sdl.desktop") -md5sums=('7382f195386b8e51df65e57e6be413e5' +md5sums=('47e8468054bf1346c57f3f8fdc97575e' '914c7b9163e92b35f0ab57fdb1653ac5' 'da7d812ff231c9332cd694b39757adda') diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD index b9e69d59f..ab9f39c6a 100644 --- a/core/kmod/PKGBUILD +++ b/core/kmod/PKGBUILD @@ -1,39 +1,28 @@ -# $Id: PKGBUILD 150335 2012-02-16 23:20:12Z dreisner $ +# $Id: PKGBUILD 152815 2012-03-09 17:34:10Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=kmod -pkgver=5 -pkgrel=4 +pkgver=6 +pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64' 'mips64el') -url="http://git.profusion.mobi/cgit.cgi/kmod.git" +url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary' license=('GPL2') depends=('glibc' 'zlib') options=('!libtool') provides=('module-init-tools=3.16') conflicts=('module-init-tools') replaces=('module-init-tools') -source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz" - '0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch' - '0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch' +source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz" "depmod-search.conf") -md5sums=('b271c2ec54aba1c67bda63c8579d8c15' - '81545a1509b43008f85c03fb980f0e86' - '662a85dbe420f04c1ef24f9cd4e4c990' +md5sums=('bad08102fad212cd34405136d9a7eb94' '4b8cbcbc54b9029c99fd730e257d4436') build() { cd "$pkgname-$pkgver" - # fix modprobe --show-depends failures on loaded modules - patch -Np1 <"$srcdir/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch" - - # fix infinite loop with softdeps - patch -Np1 <"$srcdir/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch" - ./configure \ --sysconfdir=/etc \ - --with-rootprefix= \ --with-zlib make diff --git a/core/nfs-utils/PKGBUILD b/core/nfs-utils/PKGBUILD index 4ec7c926d..7ee8f4942 100644 --- a/core/nfs-utils/PKGBUILD +++ b/core/nfs-utils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 139845 2011-10-05 07:58:34Z tpowa $ +# $Id: PKGBUILD 152724 2012-03-09 12:06:10Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org> @@ -7,7 +7,7 @@ pkgname=nfs-utils pkgver=1.2.5 -pkgrel=1.1 +pkgrel=2 pkgdesc="Support programs for Network File Systems" arch=('i686' 'x86_64' 'mips64el') url='http://nfs.sourceforge.net' @@ -30,7 +30,7 @@ md5sums=('8395ac770720b83c5c469f88306d7765' 'dd0d65fc6e8f422fa12520813098264b' 'f73f197a16b02c3e248488ec35c4cf43' 'e619f18354ff958ed624d05d08853d8f' - '2bf71def3263325643a09458635520f0' + '9cef69bc686cc5dcac23fbb51450747d' 'ff585faf410a62c4333a027c50b56bae' 'eb4f4027fab6fc1201f1ca04f5954c76' 'e9144277a89a620d9bc80413158a7d27' diff --git a/core/nfs-utils/nfs-server.conf b/core/nfs-utils/nfs-server.conf index 4054d6b88..581e26350 100644 --- a/core/nfs-utils/nfs-server.conf +++ b/core/nfs-utils/nfs-server.conf @@ -18,7 +18,7 @@ PROCNFSD_MOUNTOPTS="" # If you have a port-based firewall, you might want to set up # a fixed port here using the --port option. # See rpc.mountd(8) for more details. -MOUNTD_OPTS="--no-nfs-version 2" +MOUNTD_OPTS="" # Do you want to start the svcgssd daemon? It is only required for Kerberos # exports. Valid alternatives are "yes" and "no"; the default is "no". diff --git a/extra/gif2png/PKGBUILD b/extra/gif2png/PKGBUILD index da989a1d7..e4e8832b1 100644 --- a/extra/gif2png/PKGBUILD +++ b/extra/gif2png/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 152702 2012-03-09 00:04:15Z giovanni $ +# $Id: PKGBUILD 152849 2012-03-09 23:27:27Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: eric <eric@archlinux.org> # Contributor: Andrew Rose <ody@netrux.com> pkgname=gif2png -pkgver=2.5.7 +pkgver=2.5.8 pkgrel=1 pkgdesc="A GIF to PNG image format converter" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('ZLIB') depends=('libpng') optdepends=('python2: for using web2png') source=("http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('6da196f7923b7c329b83aa9a1dbf72be') +md5sums=('0f5caeeca561ade7f267ef3f2a9944b4') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/imake/PKGBUILD b/extra/imake/PKGBUILD index 081ea2426..a57bae111 100644 --- a/extra/imake/PKGBUILD +++ b/extra/imake/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 151214 2012-02-25 08:26:04Z pierre $ +# $Id: PKGBUILD 152805 2012-03-09 17:06:42Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=imake -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="X.Org imake program and related utilities" arch=('i686' 'x86_64' 'mips64el') @@ -13,18 +13,18 @@ makedepends=('pkgconfig' 'xproto' 'perl') optdepends=('perl: for mkhtmlindex') source=("http://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2" 'http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.2.tar.bz2' - 'http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.2.tar.bz2' - 'http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.3.tar.bz2' + 'http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2' + 'http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.4.tar.bz2' 'http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.4.tar.bz2' 'linuxconfig.patch' 'LICENSE') -md5sums=('48133c75bd77c127c7eff122e08ebbf6' - 'b533c0771dbbaf9b041ff35bb941d3a2' - '619acbb2ed766d7762f02328513b1f72' - '4e6cb97bbecfbb34f3f644a75e513093' - '700c6d040d36a569e657a3ba5e1d8b24' - 'b3385d8efbbe7c7fc50ed3a96ce37a16' - 'f5767133ef7a98a0bfa15139e0e3d32e') +sha1sums=('1fd3dca267d125ad86583d7f9663b6ff532cddd1' + 'a3d971a507a460233afd8ed46e9f06135fed634d' + 'fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe' + '1f0f8aea1526c6c022f2cf16f7a6c67118c68336' + 'c58b7252df481572ec1ccd77b9f1ab561ed89e45' + '72f2d4cc4d4cc5f85ba6982718ae1bbb7e56e0d0' + 'c5ecffb25ad079ba3858e3aec047d046df603a89') build() { cd ${srcdir}/xorg-cf-files-1.0.4 diff --git a/extra/libdmx/PKGBUILD b/extra/libdmx/PKGBUILD index 6b4985726..e9d70669d 100644 --- a/extra/libdmx/PKGBUILD +++ b/extra/libdmx/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 151404 2012-02-26 10:27:46Z pierre $ +# $Id: PKGBUILD 152803 2012-03-09 17:01:00Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libdmx -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="X11 Distributed Multihead extension library" -arch=('x86_64' 'i686' 'mips64el') +arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" license=('custom') depends=('dmxproto' 'libxext') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('49aeab743cb8b667829efda140487b69a7148676') +sha1sums=('76956d4127ded2e6d1bb5746a6d1603ee23b442a') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/libxcursor/PKGBUILD b/extra/libxcursor/PKGBUILD index aca6b0796..5727da381 100644 --- a/extra/libxcursor/PKGBUILD +++ b/extra/libxcursor/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 130855 2011-07-08 13:02:13Z andyrtr $ +# $Id: PKGBUILD 152769 2012-03-09 16:04:11Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> + pkgname=libxcursor -pkgver=1.1.12 +pkgver=1.1.13 pkgrel=1 pkgdesc="X cursor management library" arch=(i686 x86_64 'mips64el') @@ -12,7 +13,7 @@ depends=('libxfixes' 'libxrender') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2) -sha1sums=('f68d7baed5ecf4b1ae88004dd05ef4680d63ee2c') +sha1sums=('4e461d9e4324689ca8a84706926a8c0fe9470e47') build() { cd "${srcdir}/libXcursor-${pkgver}" diff --git a/extra/libxdmcp/PKGBUILD b/extra/libxdmcp/PKGBUILD index 548f8c9f5..7af0ec17c 100644 --- a/extra/libxdmcp/PKGBUILD +++ b/extra/libxdmcp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151412 2012-02-26 10:38:01Z pierre $ +# $Id: PKGBUILD 152771 2012-03-09 16:07:19Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxdmcp -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="X11 Display Manager Control Protocol library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('xproto' 'glibc') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2") -sha1sums=('28132db24727552f77e998e6a6798a5b9b30789f') +sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6') build() { cd "${srcdir}/libXdmcp-${pkgver}" diff --git a/extra/libxext/PKGBUILD b/extra/libxext/PKGBUILD index 2ea1fa17f..d0c8647db 100644 --- a/extra/libxext/PKGBUILD +++ b/extra/libxext/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151416 2012-02-26 10:41:55Z pierre $ +# $Id: PKGBUILD 152773 2012-03-09 16:10:15Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxext -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc="X11 miscellaneous extensions library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libx11' 'xextproto') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2") -sha1sums=('0bf3708177b9320091ebc069e905c042c31d859d') +sha1sums=('764ac472ae19a0faade193717a9e0938d3430aaa') build() { cd "${srcdir}/libXext-${pkgver}" diff --git a/extra/libxft/PKGBUILD b/extra/libxft/PKGBUILD index 019565e5c..b10aa696c 100644 --- a/extra/libxft/PKGBUILD +++ b/extra/libxft/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151420 2012-02-26 10:44:21Z pierre $ +# $Id: PKGBUILD 152776 2012-03-09 16:13:37Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxft -pkgver=2.2.0 -pkgrel=2 +pkgver=2.3.0 +pkgrel=1 pkgdesc="FreeType-based font drawing library for X" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -12,7 +12,7 @@ depends=('fontconfig' 'libxrender') makedepends=('pkgconfig') options=('!libtool') source=("${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2") -sha1sums=('ed29784259f4e26df78141035560ae8a7c62e83f') +sha1sums=('687f38a810b9ae58e1169c295d9d438370235e23') build() { cd "${srcdir}/libXft-${pkgver}" diff --git a/extra/libxinerama/PKGBUILD b/extra/libxinerama/PKGBUILD index 78952aa05..67a6956cb 100644 --- a/extra/libxinerama/PKGBUILD +++ b/extra/libxinerama/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151422 2012-02-26 10:45:32Z pierre $ +# $Id: PKGBUILD 152778 2012-03-09 16:15:35Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxinerama -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="X11 Xinerama extension library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -13,7 +13,7 @@ depends=('libxext' 'xineramaproto') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2") -sha1sums=('f030b0cfcce15502aac78188524f32a6f29bd0a4') +sha1sums=('06a5b636305725ce09f6c3a4d5a15f2f188b5afd') build() { cd "${srcdir}/libXinerama-${pkgver}" diff --git a/extra/libxkbfile/PKGBUILD b/extra/libxkbfile/PKGBUILD index 52613dc0d..bd093fe3e 100644 --- a/extra/libxkbfile/PKGBUILD +++ b/extra/libxkbfile/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151424 2012-02-26 10:46:54Z pierre $ +# $Id: PKGBUILD 152781 2012-03-09 16:19:36Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxkbfile -pkgver=1.0.7 -pkgrel=2 +pkgver=1.0.8 +pkgrel=1 pkgdesc="X11 keyboard file manipulation library" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -12,7 +12,7 @@ depends=('libx11') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('0fed539ffbc05859bc666b425fafa42e046bef5f') +sha1sums=('05139829837c26e3a14a40a700f058c018bc71f5') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/libxpm/PKGBUILD b/extra/libxpm/PKGBUILD index 81b028bbf..12f5e686c 100644 --- a/extra/libxpm/PKGBUILD +++ b/extra/libxpm/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 151430 2012-02-26 10:50:09Z pierre $ +# $Id: PKGBUILD 152783 2012-03-09 16:22:06Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> + pkgname=libxpm -pkgver=3.5.9 -pkgrel=2 +pkgver=3.5.10 +pkgrel=1 pkgdesc="X11 pixmap library" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -11,7 +12,7 @@ depends=('libxt' 'libxext') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2") -sha1sums=('38258a1d589d3f157e0338d0fd13eec11bc4a39b') +sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c') build() { cd "${srcdir}/libXpm-${pkgver}" diff --git a/extra/libxrender/PKGBUILD b/extra/libxrender/PKGBUILD index abe2497e2..68783d4d9 100644 --- a/extra/libxrender/PKGBUILD +++ b/extra/libxrender/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150404 2012-02-17 12:10:58Z allan $ +# $Id: PKGBUILD 152786 2012-03-09 16:24:03Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxrender -pkgver=0.9.6 -pkgrel=2 +pkgver=0.9.7 +pkgrel=1 pkgdesc="X Rendering Extension client library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libx11>=1.3.4' 'renderproto') makedepends=('pkgconfig') options=('!libtool') source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2) -sha1sums=('65bd96dc17da6b064f95109da02d9c9d14cb06dc') +sha1sums=('6e4d75d8316d5217324258f555eba3a5d383feb2') build() { cd "${srcdir}/libXrender-${pkgver}" diff --git a/extra/libxres/PKGBUILD b/extra/libxres/PKGBUILD index 285ec5287..85568ba2e 100644 --- a/extra/libxres/PKGBUILD +++ b/extra/libxres/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151432 2012-02-26 10:51:47Z pierre $ +# $Id: PKGBUILD 152788 2012-03-09 16:26:13Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxres -pkgver=1.0.5 -pkgrel=2 +pkgver=1.0.6 +pkgrel=1 pkgdesc="X11 Resource extension library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org" @@ -12,7 +12,7 @@ depends=('libxext') makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 'xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2") -sha1sums=('d3a36f9b6ae430da91f2cbae409916f605074195') +sha1sums=('31a9b7d4f7a978de36c6f1c867dced29bfe7ef0f') build() { cd "${srcdir}/libXres-${pkgver}" diff --git a/extra/libxss/PKGBUILD b/extra/libxss/PKGBUILD index 0526f9081..f96d9766d 100644 --- a/extra/libxss/PKGBUILD +++ b/extra/libxss/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151434 2012-02-26 10:53:02Z pierre $ +# $Id: PKGBUILD 152791 2012-03-09 16:28:04Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxss -pkgver=1.2.1 -pkgrel=2 +pkgver=1.2.2 +pkgrel=1 pkgdesc="X11 Screen Saver extension library" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -13,7 +13,7 @@ depends=('libxext' 'scrnsaverproto') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2") -sha1sums=('3c29e2222fd68e26e408234c51c6d8b2edf6ab19') +sha1sums=('7b8298eec371c33a71232e3653370a98f03c6c88') build() { cd "${srcdir}/libXScrnSaver-${pkgver}" diff --git a/extra/libxt/PKGBUILD b/extra/libxt/PKGBUILD index a48599014..0c4f3a74d 100644 --- a/extra/libxt/PKGBUILD +++ b/extra/libxt/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151437 2012-02-26 10:54:39Z pierre $ +# $Id: PKGBUILD 152767 2012-03-09 16:01:47Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxt -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="X11 toolkit intrinsics library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libsm' 'libx11') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2") -sha1sums=('a29a97f8521bdc7a95364e163f0ce474de572ae5') +sha1sums=('9e84b807419d78bda4acbd7aea05aed2ab0556cf') build() { cd "${srcdir}/libXt-${pkgver}" diff --git a/extra/libxtst/PKGBUILD b/extra/libxtst/PKGBUILD index 8e4f6a13d..fc8b76014 100644 --- a/extra/libxtst/PKGBUILD +++ b/extra/libxtst/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151438 2012-02-26 10:55:16Z pierre $ +# $Id: PKGBUILD 152793 2012-03-09 16:30:31Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxtst -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="X11 Testing -- Resource extension library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libxext' 'libxi' 'recordproto' 'inputproto') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2") -sha1sums=('9fb06ed599caf7f9e7115cbbfadf02b47c17aa72') +sha1sums=('44e19899f9938d3db5546e51c338d6f86d88cfe2') build() { cd "${srcdir}/libXtst-${pkgver}" diff --git a/extra/libxv/PKGBUILD b/extra/libxv/PKGBUILD index f62ed1639..94651950c 100644 --- a/extra/libxv/PKGBUILD +++ b/extra/libxv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151440 2012-02-26 10:56:31Z pierre $ +# $Id: PKGBUILD 152795 2012-03-09 16:32:25Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxv -pkgver=1.0.6 -pkgrel=2 +pkgver=1.0.7 +pkgrel=1 pkgdesc="X11 Video extension library" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -12,7 +12,7 @@ depends=('libxext' 'videoproto') makedepends=('pkgconfig') options=('!libtool') source=("${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2") -sha1sums=('9ebb6d7936a7b247b9b0f6dc81def39a18e4214c') +sha1sums=('49c87e0ccb999966b7b1b4e72cb927f05e0835bd') build() { cd "${srcdir}/libXv-${pkgver}" diff --git a/extra/libxvmc/PKGBUILD b/extra/libxvmc/PKGBUILD index 990836629..942d17485 100644 --- a/extra/libxvmc/PKGBUILD +++ b/extra/libxvmc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151442 2012-02-26 10:57:39Z pierre $ +# $Id: PKGBUILD 152797 2012-03-09 16:34:16Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxvmc -pkgver=1.0.6 -pkgrel=2 +pkgver=1.0.7 +pkgrel=1 pkgdesc="X11 Video Motion Compensation extension library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libxv') makedepends=('pkgconfig') options=('!libtool') source=("${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2") -sha1sums=('4ace7e7ce6b646b5715b2efa561affc89bc87f91') +sha1sums=('b8ee482514dfdf226694c830bdf292cc14e1cb91') build() { cd ${srcdir}/libXvMC-${pkgver} diff --git a/extra/libxxf86dga/PKGBUILD b/extra/libxxf86dga/PKGBUILD index 17f292200..5eebaf323 100644 --- a/extra/libxxf86dga/PKGBUILD +++ b/extra/libxxf86dga/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151312 2012-02-25 13:26:08Z allan $ +# $Id: PKGBUILD 152799 2012-03-09 16:36:28Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxxf86dga -pkgver=1.1.2 -pkgrel=2 +pkgver=1.1.3 +pkgrel=1 pkgdesc="X11 Direct Graphics Access extension library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -13,7 +13,7 @@ depends=('libxext' 'xf86dgaproto') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2) -sha1sums=('333a9f5c61eba896f420969561606551174645cd') +sha1sums=('5af5d7d2f239b31035ae5b9d3e3718c833af8b56') build() { cd "${srcdir}/libXxf86dga-${pkgver}" diff --git a/extra/libxxf86vm/PKGBUILD b/extra/libxxf86vm/PKGBUILD index 1d8850596..cbb05de7d 100644 --- a/extra/libxxf86vm/PKGBUILD +++ b/extra/libxxf86vm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151308 2012-02-25 13:23:04Z allan $ +# $Id: PKGBUILD 152801 2012-03-09 16:38:21Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxxf86vm -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="X11 XFree86 video mode extension library" arch=('x86_64' 'i686' 'mips64el') license=('custom') @@ -12,7 +12,7 @@ depends=('libxext' 'xf86vidmodeproto') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2) -sha1sums=('2ff2d2b3c60a5c5c0cc4e0a18492d3b7168a03af') +sha1sums=('57bbf3bb69a49f6a6dec515813394a383f85502f') build() { cd "${srcdir}/libXxf86vm-${pkgver}" diff --git a/libre/java-asm2/PKGBUILD b/libre/java-asm2/PKGBUILD index 9f42e977d..4853d79c0 100644 --- a/libre/java-asm2/PKGBUILD +++ b/libre/java-asm2/PKGBUILD @@ -2,8 +2,9 @@ _pkgname=asm pkgname=java-asm2 +_pkgver=2 pkgver=2.2.3 -pkgrel=1 +pkgrel=4 pkgdesc="An all purpose Java bytecode manipulation and analysis framework." arch=('any') url="http://asm.ow2.org/" @@ -15,22 +16,29 @@ makedepends=( ) source=("http://download.forge.objectweb.org/$_pkgname/$_pkgname-$pkgver.tar.gz") +_M2_LOCALREPO='/usr/share/maven/repository' +_ow_util_ant_tasks='/usr/share/java/ow_util_ant_tasks.jar' +_m2_packages=( + asm + asm-analysis + asm-attrs + asm-commons + asm-tree + asm-util + asm-xml + asm-all) + build() { cd "$srcdir/$_pkgname-$pkgver" mkdir -p test/lib - echo 'objectweb.ant.tasks.path /usr/share/java/ow_util_ant_tasks.jar' >> build.properties - ant dist -} -mvn-install() { - group=$1 - pkg=$2 - ver=$3 + echo "objectweb.ant.tasks.path $_ow_util_ant_tasks" >> build.properties + ant dist - dir="$pkgdir"/usr/share/maven/repository/$group/$pkg/$ver - install -d "$dir" - cp $pkg-$pkgver.* "$dir" + # This will make package() easier: + cd output/dist/lib + ln -s all/* . } package() { @@ -47,28 +55,22 @@ package() { # Install Apache Maven modules cd lib - mvn-install asm asm $pkgver - mvn-install asm asm-analysis $pkgver - mvn-install asm asm-attrs $pkgver - mvn-install asm asm-commons $pkgver - mvn-install asm asm-tree $pkgver - mvn-install asm asm-util $pkgver - mvn-install asm asm-xml $pkgver - cd all - mvn-install asm asm-all $pkgver - - # Synlink Maven modules to /usr/share/java install -d "$pkgdir"/usr/share/java/asm - cd "$pkgdir" - find usr/share/maven/repository/asm \ - -type f -name '*.jar' -printf '/%p\n' | while read jar; do - ln -s "$jar" "$pkgdir"/usr/share/java/asm + for pkg in "${_m2_packages[@]}"; do + dir="$_M2_LOCALREPO"/asm/$pkg/$pkgver + # Create the Maven directory + install -d "$pkgdir$dir" + # Install the files + cp $pkg-$pkgver.* "$pkgdir$dir" + # Symlink them to /usr/share/java + ln -s "$dir"/$pkg-$pkgver.jar "$pkgdir"/usr/share/java/asm/ + ln -s asm/$pkg-$pkgver.jar "$pkgdir"/usr/share/java/$pkg-$_pkgver.jar done - # Put the finishing touches on /usr/share/java - ln -s "asm/asm-$pkgver.jar" "$pkgdir"/usr/share/java/asm-2.jar + # Install a README file about the -all files cd "$srcdir/$_pkgname-$pkgver" - install -m644 output/dist/lib/all/README.txt "$pkgdir"/usr/share/java/asm/README-$pkgver.txt + install -m644 output/dist/lib/all/README.txt \ + "$pkgdir"/usr/share/java/asm/README-$pkgver.txt } md5sums=('7a92c87bf067925685cf68dcc0dd8998') diff --git a/libre/java-asm3/PKGBUILD b/libre/java-asm3/PKGBUILD index 2c6a7f933..7e66a5b5a 100644 --- a/libre/java-asm3/PKGBUILD +++ b/libre/java-asm3/PKGBUILD @@ -2,8 +2,9 @@ _pkgname=asm pkgname=java-asm3 +_pkgver=3 pkgver=3.3.1 -pkgrel=3 +pkgrel=4.1 pkgdesc="An all purpose Java bytecode manipulation and analysis framework." arch=('any') url="http://asm.ow2.org/" @@ -15,30 +16,31 @@ makedepends=( ) source=("http://download.forge.objectweb.org/$_pkgname/$_pkgname-$pkgver.tar.gz") +_M2_LOCALREPO='/usr/share/maven/repository' +_ow_util_ant_tasks='/usr/share/java/ow_util_ant_tasks.jar' +_m2_packages=( + asm + asm-analysis + asm-commons + asm-parent + asm-tree + asm-util + asm-xml + asm-all + asm-debug-all) + build() { cd "$srcdir/$_pkgname-$pkgver" rm cobertura.ser # We regenerate this rm examples/jasmin/test/jasmin.jar - echo 'objectweb.ant.tasks.path /usr/share/java/ow_util_ant_tasks.jar' >> build.properties + echo "objectweb.ant.tasks.path $_ow_util_ant_tasks" >> build.properties ant dist -} - -# Tests have more dependencies, and I can't be bothered to package them. -#check() { -# cd "$srcdir/$_pkgname-$pkgver" -# ant test -#} -mvn-install() { - group=$1 - pkg=$2 - ver=$3 - - dir="$pkgdir"/usr/share/maven/repository/$group/$pkg/$ver - install -d "$dir" - cp $pkg-$pkgver.* "$dir" + # This will make package() easier: + cd output/dist/lib + ln -s all/* . } package() { @@ -55,29 +57,22 @@ package() { # Install Apache Maven modules cd lib - mvn-install asm asm $pkgver - mvn-install asm asm-analysis $pkgver - mvn-install asm asm-commons $pkgver - mvn-install asm asm-parent $pkgver - mvn-install asm asm-tree $pkgver - mvn-install asm asm-util $pkgver - mvn-install asm asm-xml $pkgver - cd all - mvn-install asm asm-all $pkgver - mvn-install asm asm-debug-all $pkgver - - # Synlink Maven modules to /usr/share/java install -d "$pkgdir"/usr/share/java/asm - cd "$pkgdir" - find usr/share/maven/repository/asm \ - -type f -name '*.jar' -printf '/%p\n' | while read jar; do - ln -s "$jar" "$pkgdir"/usr/share/java/asm + for pkg in "${_m2_packages[@]}"; do + dir="$_M2_LOCALREPO"/asm/$pkg/$pkgver + # Create the Maven directory + install -d "$pkgdir$dir" + # Install the files + cp $pkg-$pkgver.* "$pkgdir$dir" + # Symlink them to /usr/share/java + ln -s "$dir"/$pkg-$pkgver.jar "$pkgdir"/usr/share/java/asm/ + ln -s asm/$pkg-$pkgver.jar "$pkgdir"/usr/share/java/$pkg-$_pkgver.jar done - # Put the finishing touches on /usr/share/java - ln -s "asm/asm-$pkgver.jar" "$pkgdir"/usr/share/java/asm-3.jar + # Install a README file about the -all files cd "$srcdir/$_pkgname-$pkgver" - install -m644 output/dist/lib/all/README.txt "$pkgdir"/usr/share/java/asm/README-$pkgver.txt + install -m644 output/dist/lib/all/README.txt \ + "$pkgdir"/usr/share/java/asm/README-$pkgver.txt } md5sums=('433024df8176f09922646316e415631c') diff --git a/~emulatorman/raider/ChangeLog b/~emulatorman/raider/ChangeLog new file mode 100644 index 000000000..bd006cc90 --- /dev/null +++ b/~emulatorman/raider/ChangeLog @@ -0,0 +1,32 @@ +2012-03-05 M.Carreira <raider@carreira.com.pt> + * version 0.10.0 + * Conversion to RAID 4, RAID 5, RAID 6 and RAID 10 are also supported now. + * Automatic creation of a separate raid 1 /boot partition, in a raid 4/5/6/10 conversion, + if the bootloader is Grub legacy or Lilo. + * Bugfix: fixed -e option bugs + * Bugfix: fixed long option bugs. + * Help (-h) option improved. + * New options created (-R4, -R5, -R6, -R10, -b) + * Several improvements and minor bugs fixed. + +2012-01-18 M.Carreira <raider@carreira.com.pt> + * version 0.9.2 + * Bugfix: fixed swap partition device names in /etc/fstab + * Bugfix: include "flag" field to all DISK_DB records + * A new /etc/mtab file is created only, if the file is not a softlink to /proc/mounts + * Raider creates one OUTPUT logfile for each command executed (a suffix is added to distinguish them). + +2012-01-08 M.Carreira <raider@carreira.com.pt> + * version 0.9.1 + * Added support to xfs, reiserfs and jfs filesystems + * Raider "-d" option output improved (in raid arrays and lvm partitions) + * LVM partitions owned by raid devices are now listed in option "-d" + * Added option "-l" or "--lvm-suffix". With this option we can change the default "__raider" + suffix added to LVM Volume Group. + * Improved information in "--help" option. + * Fixed some minor bugs + +2011-12-31 M.Carreira <raider@carreira.com.pt> + * raider 0.9.0 - published + + diff --git a/~emulatorman/raider/INSTALL b/~emulatorman/raider/INSTALL new file mode 100644 index 000000000..8671c6917 --- /dev/null +++ b/~emulatorman/raider/INSTALL @@ -0,0 +1,5 @@ +pre_remove() { + "rm" -fR /var/lib/raider/* +} + +# vim:set ts=2 sw=2 et: diff --git a/~emulatorman/raider/PKGBUILD b/~emulatorman/raider/PKGBUILD new file mode 100644 index 000000000..960164820 --- /dev/null +++ b/~emulatorman/raider/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: M.Carreira <arch@carreira.com.pt> +# Contributor: M.Carreira <arch@carreira.com.pt> +# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy> +pkgname=raider +pkgver=0.10.0 +pkgrel=1 +pkgdesc="Converts a single linux system disk in to a software raid 1, 4, 5, 6 or 10" +arch=('any') +url="http://sourceforge.net/projects/raider/" +license=('GPL2') +changelog=ChangeLog +depends=('mdadm>=2.6' 'parted>=2.0' 'bash>=3.0' 'coreutils' 'util-linux' 'hdparm' 'cpio' 'inetutils') +install=INSTALL + +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('9150128c1cd5c58709aa0a5dd0e4c6b0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + install -d ${pkgdir}/usr/lib/raider + install -d ${pkgdir}/usr/sbin + install -m 755 -t ${pkgdir}/usr/lib/raider src/lib/* + install -p -o 0 -g 0 -m 755 src/sbin/raider ${pkgdir}/usr/sbin + install -p -o 0 -g 0 -m 755 src/sbin/raiderl ${pkgdir}/usr/sbin + install -p -o 0 -g 0 -m 755 src/sbin/raiderld ${pkgdir}/usr/sbin + install -d ${pkgdir}/var/lib/raider + install -d ${pkgdir}/var/log/raider -m 777 + DOCDIR_INST=${pkgdir}/usr/share/doc/${pkgname}-${pkgver} + install -d ${DOCDIR_INST} + install -m 644 AUTHORS COPYING ChangeLog FAQ INSTALL README TODO ${DOCDIR_INST} +} + +# vim:set ts=2 sw=2 et: diff --git a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD new file mode 100644 index 000000000..977999a38 --- /dev/null +++ b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD @@ -0,0 +1,25 @@ +# Contributor: Gökmen Görgen <gkmngrgn_gmail.com> +# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy> +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 +} diff --git a/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch new file mode 100644 index 000000000..749234e7a --- /dev/null +++ b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch @@ -0,0 +1,244 @@ +diff -uNr xsys-2.2.0.ORIG/Makefile xsys-2.2.0/Makefile +--- xsys-2.2.0.ORIG/Makefile 2008-01-30 11:53:56.000000000 +0000 ++++ xsys-2.2.0/Makefile 2008-01-30 11:59:39.000000000 +0000 +@@ -10,7 +10,6 @@ + VER_PATCH = 0 + CC = gcc + CFLAGS += -O2 -Wall -fPIC +-CFLAGS += $(shell pkg-config dbus-1 --cflags) $(shell pkg-config glib-2.0 --cflags) + CFLAGS += -DVER_MINOR=$(VER_MINOR) -DVER_MAJOR=$(VER_MAJOR) -DVER_PATCH=$(VER_PATCH) \ + -DVER_STRING=\"$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)\" -DPCIIDS=\"$(PCIIDS)\" $(BUTTON) + LDFLAGS = $(CFLAGS) -shared +@@ -20,7 +19,7 @@ + ALL : $(LIBRARY) + + $(LIBRARY) : $(OBJECTS) +- $(CC) $(LDFLAGS) -o $(LIBRARY) $(OBJECTS) -lpci $(shell pkg-config dbus-1 --libs) $(shell pkg-config glib-2.0 --libs) -laudclient ++ $(CC) $(LDFLAGS) -o $(LIBRARY) $(OBJECTS) -lpci + + xsys.o : xsys.c + parse.o : parse.c +diff -uNr xsys-2.2.0.ORIG/parse.h xsys-2.2.0/parse.h +--- xsys-2.2.0.ORIG/parse.h 2008-01-30 11:53:56.000000000 +0000 ++++ xsys-2.2.0/parse.h 2008-01-30 11:58:03.000000000 +0000 +@@ -33,7 +33,6 @@ + int xs_parse_video(char *vid_card); + int xs_parse_agpbridge(char *agp_bridge); + int xs_parse_ether(char *ethernet_card); +-int xs_parse_xmms_info(char **title, unsigned int *songtime, unsigned int *playtime); + int xs_parse_distro(char *name); + int xs_parse_hwmon_chip(char *chip); + int xs_parse_hwmon_temp(char *temp, unsigned int *sensor); +diff -uNr xsys-2.2.0.ORIG/xsys.c xsys-2.2.0/xsys.c +--- xsys-2.2.0.ORIG/xsys.c 2008-01-30 11:53:56.000000000 +0000 ++++ xsys-2.2.0/xsys.c 2008-01-30 12:00:36.000000000 +0000 +@@ -28,24 +28,17 @@ + #include "parse.h" + #include "match.h" + #include "xsys.h" +-#include <audacious/dbus.h> +-#include <audacious/audctrl.h> + + static xchat_plugin *ph; + + static char format[bsize] = "%B%1%B[%2]"; +-static char playing[42] = "now_playing"; + unsigned int percentages = 1; +-static unsigned int action = 0; + + static void load_config(); + static void save_config(); +-static gboolean dbus_init(void); + + static int format_cb (char *word[], char *word_eol[], void *userdata); +-static int playing_cb (char *word[], char *word_eol[], void *userdata); + static int percentages_cb (char *word[], char *word_eol[], void *userdata); +-static int action_cb (char *word[], char *word_eol[], void *userdata); + static int sysinfo_cb (char *word[], char *word_eol[], void *userdata); + static int xsys_cb (char *word[], char *word_eol[], void *userdata); + static int cpuinfo_cb (char *word[], char *word_eol[], void *userdata); +@@ -62,22 +55,17 @@ + #if 0 + static int hwmon_cb (char *word[], char *word_eol[], void *userdata); + #endif +-static int np_cb (char *word[], char *word_eol[], void *userdata); +-static DBusGProxy *dbus_proxy = NULL; +-static DBusGConnection *connection = NULL; + + int xchat_plugin_init(xchat_plugin *plugin_handle, char **plugin_name, + char **plugin_desc, char **plugin_version, char *arg) + { + ph = plugin_handle; + *plugin_name = "X-Sys_2"; +- *plugin_desc = "A sysinfo/audacious plugin"; ++ *plugin_desc = "A sysinfo plugin"; + *plugin_version = VER_STRING; + + xchat_hook_command(ph, "XSYS2FORMAT",XCHAT_PRI_NORM, format_cb, NULL, NULL); +- xchat_hook_command(ph, "PLAYING", XCHAT_PRI_NORM, playing_cb, NULL, NULL); + xchat_hook_command(ph, "PERCENTAGES",XCHAT_PRI_NORM, percentages_cb, NULL, NULL); +- xchat_hook_command(ph, "NPACTION", XCHAT_PRI_NORM, action_cb, NULL, NULL); + xchat_hook_command(ph, "SYSINFO", XCHAT_PRI_NORM, sysinfo_cb, NULL, (void *) 0); + xchat_hook_command(ph, "ESYSINFO", XCHAT_PRI_NORM, sysinfo_cb, NULL, (void *) 1); + xchat_hook_command(ph, "XSYS", XCHAT_PRI_NORM, xsys_cb, NULL, (void *) 0); +@@ -108,13 +96,6 @@ + xchat_hook_command(ph, "HWMON", XCHAT_PRI_NORM, hwmon_cb, NULL, (void *) 0); + xchat_hook_command(ph, "EHWMON", XCHAT_PRI_NORM, hwmon_cb, NULL, (void *) 1); + #endif +- if (dbus_init()) +- { +- xchat_hook_command(ph, "NP", XCHAT_PRI_NORM, np_cb, NULL, (void *) 0); +- xchat_hook_command(ph, "ENP", XCHAT_PRI_NORM, np_cb, NULL, (void *) 1); +- xchat_printf(ph, "D-Bus MPRIS support initialized", VER_STRING); +- } +- + load_config(); + + xchat_printf(ph, "X-Sys %s Loaded Succesfully", VER_STRING); +@@ -122,11 +103,6 @@ + return 1; + } + +-static void xchat_plugin_deinit() +-{ +- /* blahblahblah */ +-} +- + static void save_config() + { + FILE *fp; +@@ -139,9 +115,7 @@ + return; + } + fprintf(fp, "format: %s\n", format); +- fprintf(fp, "playing: %s\n", playing); + fprintf(fp, "percentages: %i\n", percentages); +- fprintf(fp, "action: %i\n", action); + fclose(fp); + return; + } +@@ -158,30 +132,11 @@ + while(fgets(buffer, bsize, fp) != NULL) + { + find_match_char(buffer, "format", format); +- find_match_char(buffer, "playing", playing); + find_match_int(buffer, "percentages", &percentages); +- find_match_int(buffer, "action", &action); + } + fclose(fp); + } + +-static gboolean dbus_init(void) +-{ +- GError *error = NULL; +- +- connection = dbus_g_bus_get(DBUS_BUS_SESSION, &error); +- if (connection == NULL) +- return FALSE; +- +- dbus_proxy = dbus_g_proxy_new_for_name(connection, AUDACIOUS_DBUS_SERVICE, +- AUDACIOUS_DBUS_PATH, +- AUDACIOUS_DBUS_INTERFACE); +- if (dbus_proxy == NULL) +- return FALSE; +- +- return TRUE; +-} +- + static int format_cb(char *word[], char *word_eol[], void *userdata) + { + if(*(word[2]) == '\0') +@@ -194,18 +149,6 @@ + return XCHAT_EAT_ALL; + } + +-static int playing_cb(char *word[], char *word_eol[], void *userdata) +-{ +- if(*(word[2]) == '\0') +- xchat_printf(ph, "Current playing string:\n%s", playing); +- else +- { +- strncpy(playing, word_eol[2], 42); +- save_config(); +- } +- return XCHAT_EAT_ALL; +-} +- + static int percentages_cb(char *word[], char *word_eol[], void *userdata) + { + if(*(word[2]) == '\0') +@@ -221,21 +164,6 @@ + return XCHAT_EAT_ALL; + } + +-static int action_cb(char *word[], char *word_eol[], void *userdata) +-{ +- if(*(word[2]) == '\0') +- if (action != 0) +- xchat_printf(ph, "Now playing action currently enabled"); +- else +- xchat_printf(ph, "Now playing action currently disabled"); +- else +- { +- action = atoi(word[2]); +- save_config(); +- } +- return XCHAT_EAT_ALL; +-} +- + static int sysinfo_cb(char *word[], char *word_eol[], void *userdata) + { + char sysinfo[bsize], buffer[bsize], cpu_model[bsize], cpu_cache[bsize], cpu_vendor[bsize]; +@@ -683,52 +611,3 @@ + return XCHAT_EAT_ALL; + } + #endif +- +-static int np_cb(char *word[], char *word_eol[], void *userdata) +-{ +- char *buffer = NULL, title[bsize], length[42]; +- int pos, len, p = audacious_remote_get_playlist_pos(dbus_proxy); +- +- if (!audacious_remote_is_running(dbus_proxy)) +- { +- xchat_printf(ph, "Audacious is not currently running"); +- return XCHAT_EAT_ALL; +- } +- +- pos = audacious_remote_get_output_time(dbus_proxy); +- len = audacious_remote_get_playlist_time(dbus_proxy, p); +- buffer = decruft_filename(audacious_remote_get_playlist_title(dbus_proxy, p)); +- +- strncpy(title, buffer, bsize); +- +- if (action != 0) +- flat_format_output(playing, title, format); +- else +- format_output(playing, title, format); +- strcat(title, "\017 "); +- +- if(len == -1) +- snprintf(length, 42, "%d:%02d/stream", +- ((pos/1000)-((pos/1000)%60))/60, (pos/1000)%60); +- else +- snprintf(length, 42, "%d:%02d/%d:%02d", +- ((pos/1000)-((pos/1000)%60))/60, (pos/1000)%60, +- ((len/1000)-((len/1000)%60))/60, (len/1000)%60); +- +- if (action != 0) +- flat_format_output("length", length, format); +- else +- format_output("length", length, format); +- strncat(title, length, bsize); +- +- if ((action != 0) && (long)userdata) +- xchat_printf(ph, "You are %s", title); +- else if (action != 0) +- xchat_commandf(ph, "me is %s", title); +- else if ((long)userdata) +- xchat_printf(ph, "%s", title); +- else +- xchat_commandf(ph, "say %s", title); +- +- return XCHAT_EAT_ALL; +-} diff --git a/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch new file mode 100644 index 000000000..a3b905be9 --- /dev/null +++ b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch @@ -0,0 +1,37 @@ +--- xsys-2.2.0/parse.c 2007-11-12 18:42:20.000000000 -0200 ++++ xsys-2.2.0.new/parse.c 2012-03-10 20:36:46.301892322 -0200 +@@ -389,32 +389,8 @@ + } + snprintf(buffer, bsize, "%s \"%s\" %s", id, codename, release); + } +- else if((fp = fopen("/etc/make.conf", "r")) != NULL) +- { +- char keywords[bsize]; +- while(fgets(buffer, bsize, fp) != NULL) +- find_match_char(buffer, "ACCEPT_KEYWORDS", keywords); +- if (strstr(keywords, "\"") == NULL) +- snprintf(buffer, bsize, "Gentoo Linux (stable)"); +- else +- snprintf(buffer, bsize, "Gentoo Linux %s", keywords); +- } +- else if((fp = fopen("/etc/redhat-release", "r")) != NULL) +- fgets(buffer, bsize, fp); +- else if((fp = fopen("/etc/slackware-version", "r")) != NULL) +- fgets(buffer, bsize, fp); +- else if((fp = fopen("/etc/mandrake-release", "r")) != NULL) +- fgets(buffer, bsize, fp); +- else if((fp = fopen("/etc/debian_version", "r")) != NULL) +- { +- char release[bsize]; +- fgets(release, bsize, fp); +- snprintf(buffer, bsize, "Debian %s", release); +- } +- else if((fp = fopen("/etc/SuSE-release", "r")) != NULL) +- fgets(buffer, bsize, fp); +- else if((fp = fopen("/etc/turbolinux-release", "r")) != NULL) +- fgets(buffer, bsize, fp); ++ else if((fp = fopen("/etc/arch-release", "r")) != NULL) ++ snprintf(buffer, bsize, "Parabola GNU/Linux-libre"); + else + snprintf(buffer, bsize, "Unknown Distro"); + if(fp != NULL) fclose(fp); diff --git a/~lukeshu/maildirproc/PKGBUILD b/~lukeshu/maildirproc/PKGBUILD new file mode 100644 index 000000000..9197fc6e3 --- /dev/null +++ b/~lukeshu/maildirproc/PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: Mick Koch <kchmck@gmail.com> + +pkgname="maildirproc" +pkgver="0.5.0" +pkgrel="1" +pkgdesc="Sorts mail based on a Python configuration file" +arch=("any") +url="http://joel.rosdahl.net/maildirproc/" +license=("GPL") +depends=("python") +source=("http://joel.rosdahl.net/maildirproc/releases/$pkgname-$pkgver.tar.bz2") +md5sums=("eaa001f6cd1befee99528ca55da979ca") + +build() { + cd "$srcdir/$pkgname-$pkgver" + python setup.py install --prefix=/usr --root="$pkgdir" || return 1 +} |