diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
118 files changed, 726 insertions, 595 deletions
diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD index aa2dbb008..23422fcd4 100644 --- a/community/9base/PKGBUILD +++ b/community/9base/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 19041 2010-06-19 13:08:44Z cbrannon $ +# $Id: PKGBUILD 65679 2012-02-21 21:15:24Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Jeff Mickey <j@codemac.net> # Contributor: Aaron, phrakture, Griffin <aaron@archlinux.org> @@ -6,7 +6,7 @@ pkgname=9base pkgver=6 -pkgrel=2 +pkgrel=3 pkgdesc="Port of various original Plan9 tools to unix" url="http://tools.suckless.org/9base" source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh) @@ -31,14 +31,14 @@ build() # when statically linked against the latest glibc. sed -i '/-static/d' config.mk - make || return 1 + make } package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install || return 1 - install -m755 ../9 "$pkgdir/opt/plan9/bin/" || return 1 - install -D -m755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh" || return 1 + make DESTDIR="$pkgdir" install + install -m755 ../9 "$pkgdir/opt/plan9/bin/" + install -D -m755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh" install -D -m644 LICENSE "$pkgdir/usr/share/licenses/9base/LICENSE" } diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD index e4878c4fe..baaab48c7 100644 --- a/community/arp-scan/PKGBUILD +++ b/community/arp-scan/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 57027 2011-10-18 19:06:52Z mtorromeo $ +# $Id: PKGBUILD 65634 2012-02-21 15:59:18Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: xav <xav at ethertricks dot net> pkgname=arp-scan pkgver=1.8.1 -pkgrel=1.1 +pkgrel=2 pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network" arch=(mips64el) url="http://www.nta-monitor.com/tools/arp-scan/" diff --git a/community/bsd-games/PKGBUILD b/community/bsd-games/PKGBUILD index c625183c3..c6ff48f86 100644 --- a/community/bsd-games/PKGBUILD +++ b/community/bsd-games/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 23658 2010-08-14 10:48:12Z cbrannon $ +# $Id: PKGBUILD 65659 2012-02-21 19:55:34Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> # Contributor: SmackleFunky <smacklefunky@optusnet.com.au> pkgname=bsd-games pkgver=2.17 -pkgrel=10 +pkgrel=11 pkgdesc="A linux port for a collection of BSD command line games." url="ftp://ftp.ibiblio.org/pub/Linux/games/" arch=('i686' 'x86_64' 'mips64el') @@ -87,7 +87,7 @@ package() { } md5sums=('238a38a3a017ca9b216fc42bde405639' - 'a7c5ac05eb71f7eb1eedf02b9328f4d8' + '4425fdde12bd5edf97cd92e472a9531f' '784f68c796b9e099ac008aecef1af998' '9c0fa6e2345bd0a7945c9a41d5ba68aa' '5356bd6999ae53dd27cb2a0f837a3e70' diff --git a/community/bsd-games/config.params b/community/bsd-games/config.params index ebddccc38..30d021e99 100644 --- a/community/bsd-games/config.params +++ b/community/bsd-games/config.params @@ -1,6 +1,6 @@ bsd_games_cfg_non_interactive=y bsd_games_cfg_install_prefix=PKGDIR -bsd_games_cfg_no_build_dirs='fortune wtf factor monop' +bsd_games_cfg_no_build_dirs='banner fortune wtf factor monop' bsd_games_cfg_gamesdir=/usr/bin bsd_games_cfg_sbindir=/usr/sbin bsd_games_cfg_man6dir=/usr/share/man/man6 diff --git a/community/cdck/PKGBUILD b/community/cdck/PKGBUILD index bfe461b59..5ab3be3f2 100644 --- a/community/cdck/PKGBUILD +++ b/community/cdck/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 17301 2010-05-22 18:07:33Z cbrannon $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> +# $Id: PKGBUILD 65681 2012-02-21 21:16:27Z cbrannon $ +# Maintainer: Chris Brannon <chris@the-brannons.com> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> # Previous Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw> # Contributor: Slash <demodevil5[at]yahoo[dot]com> pkgname=cdck pkgver=0.7.0 -pkgrel=3 +pkgrel=4 pkgdesc="A simple program to verify CD/DVD quality" arch=('i686' 'x86_64' 'mips64el') url="http://swaj.net/unix/" @@ -20,11 +20,11 @@ md5sums=('15029d54b99f2e5cf8aae28077669d3f') build() { cd "$srcdir/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man || return 1 - make || return 1 + ./configure --prefix=/usr --mandir=/usr/share/man + PATH="/usr/bin/core_perl:$PATH" make } package() { cd "$srcdir/${pkgname}-${pkgver}" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } diff --git a/community/celt/PKGBUILD b/community/celt/PKGBUILD index d2f3498f6..3eec5da5a 100644 --- a/community/celt/PKGBUILD +++ b/community/celt/PKGBUILD @@ -4,7 +4,7 @@ pkgname=celt pkgver=0.11.1 -pkgrel=3 +pkgrel=4 pkgdesc='Low-latency audio communication codec' arch=('i686' 'x86_64' 'mips64el') url='http://www.celt-codec.org' @@ -18,7 +18,8 @@ build() { cd ${pkgname}-${pkgver} ./configure \ - --prefix=/usr + --prefix=/usr \ + --enable-custom-modes make } diff --git a/community/curlftpfs/PKGBUILD b/community/curlftpfs/PKGBUILD index 4e2d32f79..f4442f467 100644 --- a/community/curlftpfs/PKGBUILD +++ b/community/curlftpfs/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 53536 2011-08-05 12:01:25Z cbrannon $ +# $Id: PKGBUILD 65667 2012-02-21 20:28:52Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Allan McRae <mcrae_allan@hotmail.com> # Contributor: Philip Nilsson <leffeman@gmail.com> pkgname=curlftpfs pkgver=0.9.2 -pkgrel=3.1 +pkgrel=4 pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl." url="http://curlftpfs.sourceforge.net/" license=('GPL') @@ -20,11 +20,11 @@ md5sums=('b452123f755114cd4461d56c648d9f12' build() { cd "$srcdir/$pkgname-$pkgver" patch -p1 < "$srcdir/ioerror.patch" - ./configure --prefix=/usr || return 1 - make || return 1 + ./configure --prefix=/usr + make } package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } diff --git a/community/dtach/PKGBUILD b/community/dtach/PKGBUILD index 228fc9b9b..dcf0617b4 100644 --- a/community/dtach/PKGBUILD +++ b/community/dtach/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 17291 2010-05-22 18:01:10Z cbrannon $ +# $Id: PKGBUILD 65661 2012-02-21 20:25:45Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Adam Vogt <vogt.adam@gmail.com> pkgname=dtach pkgver=0.8 -pkgrel=4.1 +pkgrel=5 pkgdesc="emulates the detach feature of screen" arch=('i686' 'x86_64' 'mips64el') url="http://dtach.sourceforge.net/" @@ -17,14 +17,14 @@ md5sums=('ec5999f3b6bb67da19754fcb2e5221f3') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr || return 1 - make || return 1 + ./configure --prefix=/usr + make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - install -Dm755 dtach "${pkgdir}/usr/bin/dtach" || return 1 - install -Dm644 dtach.1 "${pkgdir}/usr/share/man/man1/dtach.1" || return 1 + install -Dm755 dtach "${pkgdir}/usr/bin/dtach" + install -Dm644 dtach.1 "${pkgdir}/usr/share/man/man1/dtach.1" } # vim:set ts=2 sw=2 et: diff --git a/community/esekeyd/PKGBUILD b/community/esekeyd/PKGBUILD index a3e513814..a7b3bb7b4 100644 --- a/community/esekeyd/PKGBUILD +++ b/community/esekeyd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 26092 2010-09-13 13:45:21Z cbrannon $ +# $Id: PKGBUILD 65669 2012-02-21 20:29:52Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: Evgenij Vdovin <evdovin@pochta.ru> pkgname=esekeyd pkgver=1.2.7 -pkgrel=1 +pkgrel=2 pkgdesc="Multimedia keyboard driver for Linux" arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/esekeyd/" diff --git a/community/espeakup/PKGBUILD b/community/espeakup/PKGBUILD index e94580430..8fe21af60 100644 --- a/community/espeakup/PKGBUILD +++ b/community/espeakup/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 13306 2010-03-20 23:49:14Z cbrannon $ -# Contributor: Chris Brannon <cmbrannon@cox.net> +# $Id: PKGBUILD 65675 2012-02-21 21:13:11Z cbrannon $ +# Maintainer: Chris Brannon <chris@the-brannons.com> pkgname=espeakup pkgver=0.71 -pkgrel=3.1 +pkgrel=4 pkgdesc='Allows the Speakup screen review system to use the ESpeak synthesizer.' arch=('i686' 'x86_64' 'mips64el') url="http://github.com/williamh/espeakup" @@ -17,10 +17,10 @@ backup=(etc/conf.d/espeakup) build() { cd "$srcdir" - install -m755 -D espeakup "${pkgdir}/etc/rc.d/espeakup" || return 1 - install -m644 -D espeakup.conf.d "${pkgdir}/etc/conf.d/espeakup" || return 1 + install -m755 -D espeakup "${pkgdir}/etc/rc.d/espeakup" + install -m644 -D espeakup.conf.d "${pkgdir}/etc/conf.d/espeakup" cd "$srcdir/$pkgname-$pkgver" - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + make + make DESTDIR="${pkgdir}" install } diff --git a/community/g2sc/PKGBUILD b/community/g2sc/PKGBUILD index ee558d366..4ffa33cdf 100644 --- a/community/g2sc/PKGBUILD +++ b/community/g2sc/PKGBUILD @@ -1,23 +1,29 @@ -# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org +# $Id: PKGBUILD 65518 2012-02-21 08:40:35Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org +# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=g2sc pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Samba gtk2 client" arch=('i686' 'x86_64' 'mips64el') -license=('GPL') url="http://sourceforge.net/projects/g2sc" +license=('GPL') depends=('smbclient' 'gtk2') -source=(http://downloads.sourceforge.net/g2sc/$pkgver/g2cs${pkgver}alpha-source.tar.bz2) +source=(http://downloads.sourceforge.net/g2sc/${pkgver}/g2cs${pkgver}alpha-source.tar.bz2) md5sums=('c0994584f2c950241bf7e2782cb4d2fd') -build() -{ - cd $startdir/src - make || return 1 - mkdir -p $startdir/pkg/usr/{share/{g2sc,applications},bin} - install -m644 g2sc.conf $startdir/pkg/usr/share/g2sc || return 1 - install -m644 g2sc.png $startdir/pkg/usr/share/g2sc || return 1 - install -m755 g2sc $startdir/pkg/usr/bin || return 1 - install -m644 g2sc.desktop $startdir/pkg/usr/share/applications || return 1 +build() { + cd ${srcdir} + make +} + +package() { + cd ${srcdir} + mkdir -p ${pkgdir}/usr/{share/{g2sc,applications},bin} + install -m644 g2sc.conf ${pkgdir}/usr/share/g2sc + install -m644 g2sc.png ${pkgdir}/usr/share/g2sc + install -m755 g2sc ${pkgdir}/usr/bin + install -m644 g2sc.desktop ${pkgdir}/usr/share/applications } diff --git a/community/galago-daemon/PKGBUILD b/community/galago-daemon/PKGBUILD index 259462d17..82e506751 100644 --- a/community/galago-daemon/PKGBUILD +++ b/community/galago-daemon/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18129 2010-05-31 11:16:48Z spupykin $ +# $Id: PKGBUILD 65520 2012-02-21 08:41:22Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=galago-daemon pkgver=0.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Galago presence daemon" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') @@ -16,6 +16,6 @@ md5sums=('fdb81f938f86f380b127158ebb542279') build() { cd $srcdir/galago-daemon-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname --disable-tests - make || return 1 + make make DESTDIR=$pkgdir install } diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD index 5bd83db8d..7bd90379b 100644 --- a/community/gl-117/PKGBUILD +++ b/community/gl-117/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18153 2010-05-31 13:21:15Z spupykin $ +# $Id: PKGBUILD 65522 2012-02-21 08:42:12Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: andrewski pkgname=gl-117 pkgver=1.3.2 -pkgrel=4 +pkgrel=5 pkgdesc="An action flight simulator" arch=('i686' 'x86_64' 'mips64el') url="http://www.heptargon.de/gl-117/gl-117.html" @@ -22,8 +22,8 @@ build() { # This will link everything to these three libraries, # but it wouldn't work otherwise. The devs have been contacted. LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 - install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop && \ + make + make DESTDIR=$pkgdir install + install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png } diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD index c20c168d2..6d108c6a6 100644 --- a/community/gloox/PKGBUILD +++ b/community/gloox/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54449 2011-08-18 15:06:35Z bluewind $ +# $Id: PKGBUILD 65524 2012-02-21 08:42:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> pkgname=gloox pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="C++ libraries for development of Jabber client/component/server" arch=(i686 x86_64 'mips64el') url="http://camaya.net/gloox" @@ -15,8 +15,8 @@ source=(http://camaya.net/download/gloox-$pkgver.tar.bz2) md5sums=('f8eacf1c6476e0a309b453fd04f90e31') build() { - cd $startdir/src/gloox-$pkgver + cd $srcdir/gloox-$pkgver ./configure --prefix=/usr make - make DESTDIR=$startdir/pkg install + make DESTDIR=$pkgdir install } diff --git a/community/gmime22/PKGBUILD b/community/gmime22/PKGBUILD index 29233ed33..792ecd1b1 100644 --- a/community/gmime22/PKGBUILD +++ b/community/gmime22/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54842 2009-10-11 19:49:14Z jgc $ +# $Id: PKGBUILD 65526 2012-02-21 08:43:50Z spupykin $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Ben <ben@benmazer.net> pkgname=gmime22 pkgver=2.2.26 -pkgrel=1 +pkgrel=2 pkgdesc="Core mime parsing library" arch=(i686 x86_64 'mips64el') license=('GPL') @@ -21,11 +21,11 @@ build() { mkdir -p "${MONO_SHARED_DIR}" cd ${srcdir}/gmime-${pkgver} - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --disable-mono || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 + [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --disable-mono + make + make DESTDIR=${pkgdir} install # These are gmime alternatives for the same shareutils tools - rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/share && \ + rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/share mv ${pkgdir}/usr/bin/gmime-config ${pkgdir}/usr/bin/gmime22-config } diff --git a/community/gnome-ppp/PKGBUILD b/community/gnome-ppp/PKGBUILD index 35c27216c..b30fd2467 100644 --- a/community/gnome-ppp/PKGBUILD +++ b/community/gnome-ppp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18205 2010-06-01 12:52:45Z spupykin $ +# $Id: PKGBUILD 65576 2012-02-21 09:03:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=gnome-ppp pkgver=0.3.23 -pkgrel=7 +pkgrel=8 pkgdesc="A GNOME 2 WvDial frontend" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnomefiles.org/app.php?soft_id=41" @@ -21,9 +21,9 @@ md5sums=('ec2e20fc713a01c953d759bea3df8618' build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-implicit-decl.patch || return 1 - patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-wvdial-notify.patch || return 1 - ./configure --prefix=/usr - make || return 1 + patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-implicit-decl.patch + patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-wvdial-notify.patch + LDFLAGS=-lX11 ./configure --prefix=/usr + make make DESTDIR=${pkgdir} install } diff --git a/community/gnomesu/PKGBUILD b/community/gnomesu/PKGBUILD index 89a456fa4..579e75278 100644 --- a/community/gnomesu/PKGBUILD +++ b/community/gnomesu/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 7581 2010-01-08 03:42:33Z dgriffiths $ +# $Id: PKGBUILD 65528 2012-02-21 08:44:37Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Eric Belanger <belanger@astro.umontreal.ca> # Contributor: Kritoke <kritoke@nospam.gmail.com> pkgname=gnomesu pkgver=0.3.1 -pkgrel=6 +pkgrel=7 pkgdesc="A program that allows a user to su to root in a Gnome environment." arch=('i686' 'x86_64' 'mips64el') url="http://www.gtkfiles.org/app.php/GnomeSu" @@ -16,15 +17,15 @@ source=(http://downloads.sourceforge.net/sourceforge/xsu/$pkgname-$pkgver.tar.gz md5sums=('8ebcf248b4f8430c96d80379ec2acdd8') build() { - cd $startdir/src/$pkgname-$pkgver - sed -i 's/1.4/1.10/' configure || return 1 - sed -i 's/gsu/gnomesu/' xsu.desktop.in || return 1 - sed -i 's/gnome-warning/dialog-warning/' xsu.desktop.in || return 1 - sed -i 's|gnome-warning|/usr/share/icons/gnome/16x16/status/dialog-warning|' src/xsu.c || return 1 + cd $srcdir/$pkgname-$pkgver + sed -i 's/1.4/1.10/' configure + sed -i 's/gsu/gnomesu/' xsu.desktop.in + sed -i 's/gnome-warning/dialog-warning/' xsu.desktop.in + sed -i 's|gnome-warning|/usr/share/icons/gnome/16x16/status/dialog-warning|' src/xsu.c ./configure --prefix=/usr --mandir=/usr/share - make CFLAGS+=-Wl,-export-dynamic || return 1 - make DESTDIR=$startdir/pkg install - install -D -m644 xsu.desktop $startdir/pkg/usr/share/applications/gnomesu.desktop - rm -r $startdir/pkg/usr/share/gnome + make CFLAGS+=-Wl,-export-dynamic + make DESTDIR=$pkgdir install + install -D -m644 xsu.desktop $pkgdir/usr/share/applications/gnomesu.desktop + rm -r $pkgdir/usr/share/gnome mv $pkgdir/usr/doc $pkgdir/usr/share/doc } diff --git a/community/gobby/PKGBUILD b/community/gobby/PKGBUILD index 66a3a79cd..96045e177 100644 --- a/community/gobby/PKGBUILD +++ b/community/gobby/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58735 2011-11-18 10:25:12Z andrea $ +# $Id: PKGBUILD 65534 2012-02-21 08:46:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> pkgname=gobby pkgver=0.4.12 -pkgrel=2 +pkgrel=3 pkgdesc="A collaborative text editor" arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de" diff --git a/community/gocr/PKGBUILD b/community/gocr/PKGBUILD index 846f0aa10..4b712698a 100644 --- a/community/gocr/PKGBUILD +++ b/community/gocr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 37573 2011-01-14 16:30:47Z spupykin $ +# $Id: PKGBUILD 65536 2012-02-21 08:47:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: damir <damir@archlinux.org> pkgname=gocr pkgver=0.49 -pkgrel=1 +pkgrel=2 pkgdesc="Open-source character recognition (OCR)" arch=("i686" "x86_64" 'mips64el') url="http://jocr.sourceforge.net/index.html" diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD index 6739ade04..066ed3ac3 100644 --- a/community/gphpedit/PKGBUILD +++ b/community/gphpedit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58832 2011-11-18 16:59:44Z spupykin $ +# $Id: PKGBUILD 65586 2012-02-21 09:11:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: tobias <tobias@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=gphpedit pkgver=0.9.98RC1 -pkgrel=2 +pkgrel=3 pkgdesc="a scintilla/gnome based editor specialized on php-files" arch=(i686 x86_64 'mips64el') license=('GPL') @@ -20,7 +20,7 @@ md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525') build() { cd ${srcdir}/*$pkgname* ./autogen.sh - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + LDFLAGS=`pkg-config --libs gtk+-2.0` ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make make DESTDIR=$pkgdir install # extend MimeType declaration diff --git a/community/gprolog/PKGBUILD b/community/gprolog/PKGBUILD index badc9b5c5..8a19bff88 100644 --- a/community/gprolog/PKGBUILD +++ b/community/gprolog/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58769 2011-11-18 13:54:39Z spupykin $ +# $Id: PKGBUILD 65538 2012-02-21 08:47:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributer: Jason Chu <jchu@xentac.net> pkgname=gprolog pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNU Prolog" arch=('i686' 'x86_64' 'mips64el') url="http://www.gprolog.org/" diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD index c690cd1c7..a64927e3b 100644 --- a/community/gq/PKGBUILD +++ b/community/gq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58750 2011-11-18 13:04:07Z spupykin $ +# $Id: PKGBUILD 65588 2012-02-21 09:13:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Gergely Tamas <dice@mfa.kfki.hu> pkgname=gq pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="interactive graphical LDAP browser" url="http://sourceforge.net/projects/gqclient" license=("GPL") @@ -17,7 +17,7 @@ md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --disable-debugging --disable-update-mimedb + LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb make make DESTDIR=$pkgdir install } diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD index 21f8e330a..e11257523 100644 --- a/community/gsasl/PKGBUILD +++ b/community/gsasl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 54453 2011-08-18 15:06:47Z bluewind $ +# $Id: PKGBUILD 65540 2012-02-21 08:48:57Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Orivej Desh <smpuj@bk.ru> # Maintainer: Orivej Desh <smpuj@bk.ru> pkgname=gsasl pkgver=1.6.1 -pkgrel=3 +pkgrel=4 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms" arch=("i686" "x86_64" 'mips64el') url="http://josefsson.org/gsasl/" diff --git a/community/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD index 0279babbb..31bb7d762 100644 --- a/community/gshutdown/PKGBUILD +++ b/community/gshutdown/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 41578 2011-03-08 00:00:42Z ebelanger $ +# $Id: PKGBUILD 65592 2012-02-21 09:21:53Z spupykin $ # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: Achraf cherti <achrafcherti@gmail.com> pkgname=gshutdown pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="An advanced shutdown utility" arch=('i686' 'x86_64' 'mips64el') url="http://gshutdown.tuxfamily.org" @@ -18,7 +18,7 @@ sha1sums=('ab73b1d6c36831df82d231ffa333cdf394fd5b3e') build() { cd "$srcdir/$pkgname-$pkgver" sed -i 's/notify_notification_new("GShutdown", message, NULL, GTK_WIDGET(widget));/notify_notification_new("GShutdown", message, GTK_WIDGET(widget));/' src/gui.c - ./configure --prefix=/usr --mandir=/usr/share + LDFLAGS="-lX11 -lXau" ./configure --prefix=/usr --mandir=/usr/share make } diff --git a/community/gtk-aurora-engine/PKGBUILD b/community/gtk-aurora-engine/PKGBUILD index 8ec53e4aa..b1dae6d08 100644 --- a/community/gtk-aurora-engine/PKGBUILD +++ b/community/gtk-aurora-engine/PKGBUILD @@ -1,9 +1,11 @@ +# $Id: PKGBUILD 65546 2012-02-21 08:51:13Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Dmitry N. Shilov <stormblast@land.ru> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=gtk-aurora-engine pkgver=1.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="gtk-engine: latest member of the clearlooks family" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438" @@ -18,9 +20,8 @@ build() { cd ${srcdir} tar xzf aurora-gtk-engine-1.5.tar.gz -C ${srcdir} cd ${srcdir}/aurora-1.5 - ./configure --prefix=/usr --enable-animation - make || return 1 + make } package() { diff --git a/community/gtk2+extra/PKGBUILD b/community/gtk2+extra/PKGBUILD index f1dcb0925..ba4d2ebae 100644 --- a/community/gtk2+extra/PKGBUILD +++ b/community/gtk2+extra/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59120 2011-11-21 11:35:37Z spupykin $ +# $Id: PKGBUILD 65542 2012-02-21 08:49:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=gtk2+extra pkgver=2.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system using GTK+" arch=(i686 x86_64 'mips64el') url="http://gtkextra.sourceforge.net/" diff --git a/community/gtk2_prefs/PKGBUILD b/community/gtk2_prefs/PKGBUILD index a968563a9..de71164e4 100644 --- a/community/gtk2_prefs/PKGBUILD +++ b/community/gtk2_prefs/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 18286 2010-06-02 16:55:45Z spupykin $ +# $Id: PKGBUILD 65544 2012-02-21 08:50:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=gtk2_prefs pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="A GTK2 theme selector and font switcher" arch=('i686' 'x86_64' 'mips64el') url="http://gtk-win.sourceforge.net/home/index.php/en/Gtk2Prefs" @@ -19,6 +19,6 @@ build() { sed -i '1,1i#include <string.h>' src/main.cpp ./autogen.sh ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install } diff --git a/community/gtkballs/PKGBUILD b/community/gtkballs/PKGBUILD index 0185aeaa1..f745ac0ec 100644 --- a/community/gtkballs/PKGBUILD +++ b/community/gtkballs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18289 2010-06-02 16:56:19Z spupykin $ +# $Id: PKGBUILD 65548 2012-02-21 08:52:00Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jacek Poplawski <jacekpoplawski@gmail.com> pkgname=gtkballs pkgver=3.1.5 -pkgrel=4 +pkgrel=5 pkgdesc="clone of Lines - logic game about balls" arch=('i686' 'x86_64' 'mips64el') url="http://gtkballs.antex.ru/" @@ -16,13 +16,11 @@ md5sums=('1654799db1e9a46607b06f7ad3c0bf05') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr \ --localstatedir=/var/games/gtkballs \ --mandir=/usr/share/man - make || return 1 - make install DESTDIR=$pkgdir || return 1 - - chown -R root:games $pkgdir/var/games/gtkballs/ && \ + make + make install DESTDIR=$pkgdir + chown -R root:games $pkgdir/var/games/gtkballs/ chmod -R ug+w $pkgdir/var/games/gtkballs/ } diff --git a/community/gtkdatabox/PKGBUILD b/community/gtkdatabox/PKGBUILD index c8b52ad00..41031da76 100644 --- a/community/gtkdatabox/PKGBUILD +++ b/community/gtkdatabox/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20466 2010-07-08 11:17:54Z spupykin $ +# $Id: PKGBUILD 65594 2012-02-21 09:22:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=gtkdatabox pkgver=0.9.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="A widget for the Gtk+ library designed to display large amounts of numerical data" arch=(i686 x86_64 'mips64el') url="http://www.eudoxos.net/gtk/gtkdatabox" @@ -16,8 +16,8 @@ md5sums=('cb62ac3ab2ddafa6cb1bcd3a55a1cc88') build() { cd $srcdir/gtkdatabox-$pkgver - ./configure --prefix=/usr + LDFLAGS=-lm ./configure --prefix=/usr find -name Makefile -type f -exec sed -i 's#.*DISABLE_DEPRECATED\\#\\#' {} \; - make || return 1 + make make DESTDIR=$pkgdir install } diff --git a/community/gtkperf/PKGBUILD b/community/gtkperf/PKGBUILD index 614e1a4c6..f71c5c92a 100644 --- a/community/gtkperf/PKGBUILD +++ b/community/gtkperf/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 8939 2010-01-22 22:31:01Z dgriffiths $ +# $Id: PKGBUILD 65550 2012-02-21 08:52:47Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=gtkperf pkgver=0.40 -pkgrel=3 +pkgrel=4 pkgdesc="An application designed to test GTK+ performance" arch=('i686' 'x86_64' 'mips64el') url="http://gtkperf.sourceforge.net" @@ -12,9 +13,9 @@ source=(http://downloads.sourceforge.net/sourceforge/gtkperf/gtkperf_$pkgver.tar md5sums=('4331dde4bb83865e15482885fcb0cc53') build() { - cd $startdir/src/$pkgname + cd $srcdir/$pkgname ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install + make + make DESTDIR=$pkgdir install mv ${pkgdir}/usr/doc ${pkgdir}/usr/share/ } diff --git a/community/gxmessage/PKGBUILD b/community/gxmessage/PKGBUILD index 4c964485f..0c977a485 100644 --- a/community/gxmessage/PKGBUILD +++ b/community/gxmessage/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58826 2011-11-18 16:48:21Z spupykin $ +# $Id: PKGBUILD 65552 2012-02-21 08:53:43Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributor: Jaroslav Lichtblau <tu@dragonlord.cz> pkgname=gxmessage pkgver=2.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="A GTK2 based xmessage clone." arch=('i686' 'x86_64' 'mips64el') url="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" diff --git a/community/hashcash/PKGBUILD b/community/hashcash/PKGBUILD index 24ba4a3bf..a77ea64ff 100644 --- a/community/hashcash/PKGBUILD +++ b/community/hashcash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58693 2011-11-17 15:59:12Z spupykin $ +# $Id: PKGBUILD 65554 2012-02-21 08:54:32Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Charles Mauch <cmauch@gmail.com> pkgname=hashcash pkgver=1.22 -pkgrel=2 +pkgrel=3 pkgdesc="a denial-of-service counter measure tool for email/spam." arch=('i686' 'x86_64' 'mips64el') url="http://www.hashcash.org" diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index 5361fcfd9..c1423206f 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 25738 2010-09-10 11:55:56Z spupykin $ +# $Id: PKGBUILD 65556 2012-02-21 08:55:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brian Nguyen <bhnguyen@gmail.com> # Original Packager: Tom K <tomk@runbox.com> pkgname=hevea pkgver=1.10 -pkgrel=2 +pkgrel=3 pkgdesc="A quite complete and fast LATEX to HTML translator" arch=(i686 x86_64 'mips64el') depends=('ocaml') @@ -19,7 +19,7 @@ build() { cd $srcdir/$pkgname-$pkgver sed -i 's:usr/local:usr:' Makefile - make || return 1 + make sed -i "s:DESTDIR=.*:DESTDIR=$pkgdir:" Makefile config.sh make install diff --git a/community/hex-a-hop/PKGBUILD b/community/hex-a-hop/PKGBUILD index 31a4276db..c4e4a0fe2 100644 --- a/community/hex-a-hop/PKGBUILD +++ b/community/hex-a-hop/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 58758 2011-11-18 13:12:19Z spupykin $ +# $Id: PKGBUILD 65596 2012-02-21 09:23:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: insulae <insulae@gmail.com> pkgname=hex-a-hop pkgver=1.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles' arch=('i686' 'x86_64' 'mips64el') url='http://hexahop.sourceforge.net/' license=('GPL') depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs') makedepends=() -options=(force) +options=() source=("http://downloads.sourceforge.net/project/hexahop/$pkgver/hex-a-hop-$pkgver.tar.gz" "hex-a-hop.desktop") md5sums=('cc8d065c2cc0fce9e08852b8c465175e' diff --git a/community/hsolink/PKGBUILD b/community/hsolink/PKGBUILD index 81c10eb95..947c64859 100644 --- a/community/hsolink/PKGBUILD +++ b/community/hsolink/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 50013 2011-06-23 12:34:22Z spupykin $ +# $Id: PKGBUILD 65558 2012-02-21 08:56:01Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> pkgname=hsolink pkgver=1.0.118 -pkgrel=7 +pkgrel=8 pkgdesc="HSO command line connection utility" arch=('i686' 'x86_64' 'mips64el') url="http://www.pharscape.org/hsolinkcontrol.html" diff --git a/community/ht/PKGBUILD b/community/ht/PKGBUILD index b47198e0e..3c5a3368a 100644 --- a/community/ht/PKGBUILD +++ b/community/ht/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 16246 2010-04-27 12:28:17Z spupykin $ +# $Id: PKGBUILD 65560 2012-02-21 08:56:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: tardo <tardo@nagi-fanboi.net> # Contributor: Simon Morgan <"mra84964@mra.pb.hx".decode('rot-13')> pkgname=ht pkgver=2.0.18 -pkgrel=1 +pkgrel=2 pkgdesc="A file editor/viewer/analyzer for executables" arch=('i686' 'x86_64' 'mips64el') url="http://hte.sourceforge.net/" @@ -15,10 +15,10 @@ source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz md5sums=('ce7698b80035bce297374b338045dadd') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --disable-x11-textmode --enable-release --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 + make + make DESTDIR=$pkgdir install # avoid TeX conflict mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte diff --git a/community/ibam/PKGBUILD b/community/ibam/PKGBUILD index c3ca9a78a..f5a1b9c1d 100644 --- a/community/ibam/PKGBUILD +++ b/community/ibam/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 43317 2011-03-24 19:43:55Z spupykin $ +# $Id: PKGBUILD 65562 2012-02-21 08:57:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> # Contributor: Penguin <TGates81.at.gmail.dot.com> pkgname=ibam pkgver=0.5.2 -pkgrel=4 +pkgrel=5 pkgdesc="An intelligent battery monitor" arch=('i686' 'x86_64' 'mips64el') url="http://ibam.sourceforge.net/" diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD index 726e732f9..cb2e95463 100644 --- a/community/ico2xpm/PKGBUILD +++ b/community/ico2xpm/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ico2xpm pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A utility which converts Windows icons into X pixmaps" arch=('i686' 'x86_64' 'mips64el') url="http://ico2xpm.sourceforge.net/" @@ -13,7 +13,7 @@ md5sums=('b3dbe027e2420ee33e57d67140f40896') build() { cd ${srcdir}/${pkgname}-${pkgver} - make || return 1 + make } package() { diff --git a/community/idesk/PKGBUILD b/community/idesk/PKGBUILD index fb170ca8f..b84f8768b 100644 --- a/community/idesk/PKGBUILD +++ b/community/idesk/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18423 2010-06-04 15:41:05Z spupykin $ +# $Id: PKGBUILD 65602 2012-02-21 09:26:32Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Claudio Sabattoli <gasherbrum3@alice.it> pkgname=idesk pkgver=0.7.5 -pkgrel=3 +pkgrel=4 pkgdesc="iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, windowsmaker...) icons on their desktop" arch=("i686" "x86_64" 'mips64el') url="http://idesk.sourceforge.net/wiki/index.php" @@ -22,8 +22,8 @@ build() { sed -i '1,1i#include <sys/stat.h>' src/DesktopConfig.cpp sed -i '1,1i#include <sys/types.h>' src/DesktopConfig.cpp - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install sed -i 's#usr/local#usr#' $pkgdir/usr/share/idesk/default.lnk } diff --git a/community/iniparser/PKGBUILD b/community/iniparser/PKGBUILD index f7ddc40de..40b50c544 100644 --- a/community/iniparser/PKGBUILD +++ b/community/iniparser/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58761 2011-11-18 13:28:12Z spupykin $ +# $Id: PKGBUILD 65566 2012-02-21 08:59:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> pkgname=iniparser pkgver=3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A free stand-alone ini file parsing library written in portable ANSI C" arch=('i686' 'x86_64' 'mips64el') url="http://ndevilla.free.fr/iniparser/" diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD index 93215c7e6..8736a5a43 100644 --- a/community/inotify-tools/PKGBUILD +++ b/community/inotify-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 16154 2010-04-25 20:32:27Z spupykin $ +# $Id: PKGBUILD 65568 2012-02-21 08:59:52Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Alessandro Sagratini pkgname=inotify-tools pkgver=3.14 -pkgrel=1 +pkgrel=2 pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify." arch=('i686' 'x86_64' 'mips64el') url="http://inotify-tools.sourceforge.net/" @@ -15,8 +15,8 @@ source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgve md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install + make + make DESTDIR=$pkgdir install } diff --git a/community/inputattach/PKGBUILD b/community/inputattach/PKGBUILD index bf87a64d4..0f74382b8 100644 --- a/community/inputattach/PKGBUILD +++ b/community/inputattach/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59224 2011-11-21 15:24:13Z spupykin $ +# $Id: PKGBUILD 65570 2012-02-21 09:01:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Mark Smith <markzzzsmith@yahoo.com.au> pkgname=inputattach pkgver=1.24 -pkgrel=4 +pkgrel=5 pkgdesc="Attach serial mice, keyboards and other input devices to the kernel input system" arch=('i686' 'x86_64' 'mips64el') url="http://linuxconsole.sourceforge.net/" diff --git a/community/ipguard/PKGBUILD b/community/ipguard/PKGBUILD index 944a86e5f..d7c799816 100644 --- a/community/ipguard/PKGBUILD +++ b/community/ipguard/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 43051 2011-03-23 21:45:49Z spupykin $ +# $Id: PKGBUILD 65572 2012-02-21 09:01:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=ipguard pkgver=1.04 -pkgrel=1 +pkgrel=2 pkgdesc="ipguard - arp<->ip relation checking tool" arch=(i686 x86_64 'mips64el') url="http://ipguard.deep.perm.ru/" diff --git a/community/ipsec-tools/PKGBUILD b/community/ipsec-tools/PKGBUILD index 68555e52d..4d521abbd 100644 --- a/community/ipsec-tools/PKGBUILD +++ b/community/ipsec-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58775 2011-11-18 14:08:01Z spupykin $ +# $Id: PKGBUILD 65574 2012-02-21 09:02:39Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Allan Henriksen <allan.henriksen@gmail.com> pkgname=ipsec-tools pkgver=0.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="KAME IPSec tools ported to Linux" arch=('i686' 'x86_64' 'mips64el') url="http://ipsec-tools.sourceforge.net/" diff --git a/community/ircservices/PKGBUILD b/community/ircservices/PKGBUILD index 2fc014c87..f6f00125f 100644 --- a/community/ircservices/PKGBUILD +++ b/community/ircservices/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 50648 2011-06-29 10:57:48Z spupykin $ +# $Id: PKGBUILD 65578 2012-02-21 09:05:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=ircservices pkgver=5.1.24 -pkgrel=1 +pkgrel=2 pkgdesc="Services for IRC (NickServ, ChanServ, MemoServ)" arch=(i686 x86_64 'mips64el') url="http://www.ircservices.za.net/" diff --git a/community/jbigkit/PKGBUILD b/community/jbigkit/PKGBUILD index f6ed1709d..d78b3fbeb 100644 --- a/community/jbigkit/PKGBUILD +++ b/community/jbigkit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 26236 2010-09-14 10:47:51Z spupykin $ +# $Id: PKGBUILD 65580 2012-02-21 09:05:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com) pkgname=jbigkit pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Data compression library/utilities for bi-level high-resolution images" arch=('i686' 'x86_64' 'mips64el') url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" @@ -17,7 +17,7 @@ md5sums=('3dd87f605abb1a97a22dc79d8b3e8f6c') build() { cd $srcdir/$pkgname - make || return 1 + make install -D -m644 $srcdir/$pkgname/libjbig/libjbig.a $pkgdir/usr/lib/libjbig.a install -D -m644 $srcdir/$pkgname/libjbig/libjbig85.a $pkgdir/usr/lib/libjbig85.a diff --git a/community/judy/PKGBUILD b/community/judy/PKGBUILD index 7ea6df59f..4ad02f728 100644 --- a/community/judy/PKGBUILD +++ b/community/judy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 21377 2010-07-16 11:53:24Z spupykin $ +# $Id: PKGBUILD 65582 2012-02-21 09:06:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: d'Ronin <daronin@2600.com> pkgname=judy pkgver=1.0.5 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64' 'mips64el') pkgdesc="C library creating and accessing dynamic arrays" makedepends=(gcc) @@ -18,6 +18,6 @@ build() { cd $srcdir/$pkgname-$pkgver [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr - make -j1 || return 1 + make -j1 make DESTDIR=$pkgdir install } diff --git a/community/kde4-kio-rapip/PKGBUILD b/community/kde4-kio-rapip/PKGBUILD index f4464db90..424ca7690 100644 --- a/community/kde4-kio-rapip/PKGBUILD +++ b/community/kde4-kio-rapip/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46077 2011-05-03 10:19:53Z spupykin $ +# $Id: PKGBUILD 65608 2012-02-21 09:35:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ReNoM <renom@list.ru> pkgname=kde4-kio-rapip pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure" arch=(i686 x86_64 'mips64el') url="http://synce.sourceforge.net/" diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD index f47d77121..5c5b073d7 100644 --- a/community/keepassx/PKGBUILD +++ b/community/keepassx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 12540 2010-03-07 20:44:50Z spupykin $ +# $Id: PKGBUILD 65610 2012-02-21 09:36:40Z spupykin $ # Maintainer: Alexander Fehr <pizzapunk gmail com> # Contributor: Philipp Giebel <arch@ambience-design.net> pkgname=keepassx pkgver=0.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="Cross platform password manager" arch=('i686' 'x86_64' 'mips64el') url="http://www.keepassx.org/" @@ -16,7 +16,7 @@ md5sums=('1df67bb22b2e08df49f09e61d156f508') build() { cd "$srcdir/keepassx-$pkgver" - qmake PREFIX=/usr || return 1 - make || return 1 - make INSTALL_ROOT="$pkgdir" install || return 1 + qmake PREFIX=/usr + make + make INSTALL_ROOT="$pkgdir" install } diff --git a/community/kleansweep/PKGBUILD b/community/kleansweep/PKGBUILD index d3d763040..32452cf45 100644 --- a/community/kleansweep/PKGBUILD +++ b/community/kleansweep/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59212 2011-11-21 15:18:48Z spupykin $ +# $Id: PKGBUILD 65612 2012-02-21 09:38:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Guillermo A. Amaral <me@guillermoamaral.com> pkgname=kleansweep pkgver=0.2.9 -pkgrel=4 +pkgrel=5 pkgdesc="Allows you to reclaim disk space by finding unneeded files" license=("GPL") url="http://linux.bydg.org/~yogin/" diff --git a/community/ksniffer/PKGBUILD b/community/ksniffer/PKGBUILD index 15b8a59be..9e538ebfa 100644 --- a/community/ksniffer/PKGBUILD +++ b/community/ksniffer/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 8976 2010-01-23 00:53:21Z dgriffiths $ +# $Id: PKGBUILD 65614 2012-02-21 09:40:45Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <linuxmania@gmail.com> pkgname=ksniffer pkgver=0.3.2 -pkgrel=5 +pkgrel=6 pkgdesc="A sniffing application for KDE" arch=('i686' 'x86_64') url="http://www.ksniffer.org" @@ -13,10 +14,10 @@ source=(http://downloads.sourceforge.net/ksniffer/${pkgname}-${pkgver}.tar.bz2) md5sums=('dee2cfc8b51d15857ee02382d2603a22') build() { - cd ${startdir}/src/${pkgname}-${pkgver} + cd $srcdir/${pkgname}-${pkgver} source /etc/profile.d/kde3.sh source /etc/profile.d/qt3.sh ./configure --prefix=/opt/kde --without-arts - make || return 1 - make DESTDIR=$startdir/pkg install + make + make DESTDIR=$pkgdir install } diff --git a/community/kvpnc/PKGBUILD b/community/kvpnc/PKGBUILD index ff3de078c..147671737 100644 --- a/community/kvpnc/PKGBUILD +++ b/community/kvpnc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58789 2011-11-18 14:22:42Z andrea $ +# $Id: PKGBUILD 65616 2012-02-21 09:46:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Danial Olsen <do@meyl.fo> pkgname=kvpnc pkgver=0.9.6a -pkgrel=1 +pkgrel=2 pkgdesc="A KDE Desktop Environment frontend for various vpn clients" arch=(i686 x86_64 'mips64el') url="http://home.gna.org/kvpnc/" diff --git a/community/mandvd/PKGBUILD b/community/mandvd/PKGBUILD index 2fbc8c39a..4c5abc0cc 100644 --- a/community/mandvd/PKGBUILD +++ b/community/mandvd/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 24946 2010-08-29 19:08:23Z jlichtblau $ +# $Id: PKGBUILD 65689 2012-02-21 21:57:30Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Jesus Lazaro Plaza <jesuslazaro84@gmail.com> pkgname=mandvd pkgver=2.6 -pkgrel=1 +pkgrel=2 pkgdesc="A program to simply create DVD Video" arch=('i686' 'x86_64') url="http://www.kde-apps.org/content/show.php/ManDVD?content=83906" license=('GPL') depends=('dvd+rw-tools>=5.21.4' 'dvd-slideshow>=0.7.5' 'mjpegtools>=1.8.0' 'mplayer' 'qt3' 'xine-ui>=0.99.4') changelog=$pkgname.changelog -source=(http://www.grommit.se/$pkgname/${pkgname}-${pkgver}-1.fc12.tar.gz) -md5sums=('7b10baa97b9c74a054f432b45940f3aa') +source=(http://ftp.sh.cvut.cz/MIRRORS/vector/veclinux-7.0/source/abs/xap/$pkgname/$pkgname-$pkgver-1.fc12.tar.gz) +sha256sums=('967fd66da31f0619001b3aaea494ab41579ab7ffdc6a1b0a51a4a4add012eb9c') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/mandvd/mandvd.changelog b/community/mandvd/mandvd.changelog index 47de07b66..90b4038b0 100644 --- a/community/mandvd/mandvd.changelog +++ b/community/mandvd/mandvd.changelog @@ -1,8 +1,10 @@ -2010-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +2012-02-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * mandvd 2.6-2 + * package signed and FS#27067 fixed +2010-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * mandvd 2.6-1 - new upstream release + * new upstream release 2009-04-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * Update to major release 2.5 diff --git a/community/minidlna/PKGBUILD b/community/minidlna/PKGBUILD index 171d6e904..45a86fc1a 100644 --- a/community/minidlna/PKGBUILD +++ b/community/minidlna/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 65325 2012-02-21 01:35:56Z spupykin $ +# $Id: PKGBUILD 65511 2012-02-21 07:16:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer:Biginoz < biginoz AT free point fr> # Contributor: Ignacio Galmarino <igalmarino@gmail.com> @@ -7,7 +7,7 @@ pkgname=minidlna pkgver=1.0.24 -pkgrel=1 +pkgrel=2 pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)" arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/minidlna/" @@ -20,7 +20,7 @@ changelog=changelog source=(http://downloads.sourceforge.net/minidlna/minidlna_${pkgver}_src.tar.gz minidlna.rc) md5sums=('be9b4c91e3fcde592dc3f9828098ca0f' - '246bdfb401f26d2374ba64034adb1091') + 'c9863d5703e0a8469cc200f2739567e7') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/minidlna/minidlna.rc b/community/minidlna/minidlna.rc index 5a9d7b51c..c79975ed1 100755 --- a/community/minidlna/minidlna.rc +++ b/community/minidlna/minidlna.rc @@ -17,6 +17,8 @@ case "$1" in if [[ -z "$PID" ]]; then rm -f /var/run/$daemon_name.pid touch /var/run/$daemon_name.pid && chown $MINIDLNA_USER:$MINIDLNA_USER /var/run/$daemon_name.pid + mkdir -p /var/cache/minidlna + chown -R $MINIDLNA_USER /var/cache/minidlna su -s /bin/sh -l -c "/usr/sbin/minidlna ${MINIDLNA_OPTS} $2" - $MINIDLNA_USER if [[ $? -gt 0 ]]; then stat_fail diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD index 2265fff68..43fa10053 100644 --- a/community/paraview/PKGBUILD +++ b/community/paraview/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Simon Zilliken <simon____AT____zilliken____DOT____name> pkgname=paraview -pkgver=3.12.0 -pkgrel=5 +pkgver=3.14.0 +pkgrel=1 pkgdesc='Parallel Visualization Application using VTK' arch=('i686' 'x86_64' 'mips64el') url='http://www.paraview.org' @@ -14,30 +14,17 @@ depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit' 'hdf5' 'freetype2' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'expat' 'libxml2' 'libtheora' ) makedepends=('cmake' 'desktop-file-utils' 'boost') -source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}.tar.gz" +source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}-Source.tar.gz" 'paraview.png' 'paraview.desktop' - 'fix-boost-graph-api-changes.diff' - '12859-VisItBrige-external-tiff-support.diff' 'fix-build-with-zlib-1.2.6.diff') -md5sums=('8feabc6261e2060648eaac593d85b1de' +md5sums=('a260bd891fd75d0e276a581a3603edff' 'db623002bc71a257ddfdd0c9c7b14c3f' '4e4b7172ed18171c37446fd7c4f1e8f5' - '2aa5b98288cadd201ffbd057f18929b0' - '9321279c8fc6f289a7cf228648edcb5f' 'e4506b4ed0d2ae60072388f098be6c33') build() { - cd ParaView-${pkgver}/VTK - # fix http://www.vtk.org/Bug/view.php?id=12772 remove on next pkgver bump - patch -Np1 -i ${srcdir}/fix-boost-graph-api-changes.diff - - - cd ${srcdir}/ParaView-${pkgver}/Utilities/VisItBridge - # fix http://paraview.org/Bug/view.php?id=12849 remove on next pkgver bump - patch -Np1 -i ${srcdir}/12859-VisItBrige-external-tiff-support.diff - - cd ${srcdir}/ParaView-${pkgver} + cd ${srcdir}/ParaView-${pkgver}-Source # fix http://paraview.org/Bug/view.php?id=12924 patch -Np0 -i ${srcdir}/fix-build-with-zlib-1.2.6.diff @@ -68,7 +55,7 @@ build() { -DVISIT_BUILD_READER_CGNS:BOOL=ON \ ${cmake_system_flags} \ ${cmake_system_python_flags} \ - ../ParaView-${pkgver} + ../ParaView-${pkgver}-Source make } @@ -79,7 +66,7 @@ package() { make DESTDIR=${pkgdir} install # Install license - install -Dm644 ${srcdir}/ParaView-${pkgver}/License_v1.2.txt ${pkgdir}/usr/share/licenses/paraview/LICENSE + install -Dm644 ${srcdir}/ParaView-${pkgver}-Source/License_v1.2.txt ${pkgdir}/usr/share/licenses/paraview/LICENSE # Install desktop shortcuts install -Dm644 ${srcdir}/paraview.png ${pkgdir}/usr/share/pixmaps/paraview.png diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index d845da3fe..2d3439434 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65023 2012-02-20 02:00:25Z spupykin $ +# $Id: PKGBUILD 65623 2012-02-21 12:15:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Henrik Nymann Jensen <h@henriknj.dk> pkgname=pdnsd pkgver=1.2.8 -pkgrel=2 +pkgrel=3 pkgdesc="Is a proxy DNS server with permanent caching" arch=(i686 x86_64 'mips64el') url="http://www.phys.uu.nl/~rombouts/pdnsd/" @@ -23,7 +23,7 @@ build() { make DESTDIR=$pkgdir install mkdir -p $pkgdir/etc/rc.d - cp $srcdir/pdnsd $pkgdir/etc/rc.d/ + install -Dm0755 $srcdir/pdnsd $pkgdir/etc/rc.d/pdnsd mkdir -p $pkgdir/usr/share/ mv $pkgdir/usr/man $pkgdir/usr/share/ } diff --git a/community/picocom/PKGBUILD b/community/picocom/PKGBUILD index 7b98ad531..bb4296597 100644 --- a/community/picocom/PKGBUILD +++ b/community/picocom/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 59616 2007-01-01 00:26:04Z seblu $ -# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> +# $Id: PKGBUILD 65693 2012-02-21 23:59:24Z seblu $ +# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Jens Adam (byte/jra) <j_adam@web.de> pkgname=picocom -pkgver=1.6 -pkgrel=2 +pkgver=1.7 +pkgrel=1 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom' url='http://code.google.com/p/picocom/' license=('GPL2') arch=('i686' 'x86_64') -source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -sha1sums=('f042e15fa76ab3349c74a70062aa210b527e6bdc') +depends=('glibc') +source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz") +sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa') build() { - cd ${pkgname}-${pkgver} - make -e + cd $pkgname-$pkgver + make --environment-overrides UUCP_LOCK_DIR=/run/lock } package() { - cd ${pkgname}-${pkgver} - install -D -m 755 picocom "${pkgdir}"/usr/bin/picocom - install -D -m 644 picocom.8 "${pkgdir}"/usr/share/man/man8/picocom.8 + cd $pkgname-$pkgver + install -D -m 755 picocom "$pkgdir/usr/bin/picocom" + install -D -m 644 picocom.8 "$pkgdir/usr/share/man/man8/picocom.8" } # vim:set ts=2 sw=2 ft=sh et: diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index 20d910287..99ee6d8c5 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,16 +1,18 @@ -# Maintainer: Jelle van der Waa <jelle vdwaa nl> +# $Id: PKGBUILD 65625 2012-02-21 12:15:55Z ttopper $ +# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> +# Contributor: Jelle van der Waa <jelle vdwaa nl> # Contributor: Thomas Holmquist <thomas@vorget.com> # Contributor: Jan Boehringer <ja(a)bm-boehringer.de> # Contributor: Alex Griffin <griffin.aj(a)gmail.com> pkgname=polipo pkgver=1.0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A small and fast caching web proxy." arch=('i686' 'x86_64' 'mips64el') url="http://www.pps.jussieu.fr/~jch/software/polipo/" license=('GPL') -depends=('glibc' 'bash') +depends=('bash') makedepends=(texinfo) install=polipo.install source=(http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz @@ -23,8 +25,11 @@ conflicts=('polipo-git' 'polipo-darcs') build() { cd "$srcdir/$pkgname-$pkgver" - make all + make +} +package() { + cd "$srcdir/$pkgname-$pkgver" make PREFIX="$pkgdir/usr" \ MANDIR="$pkgdir/usr/share/man" \ INFODIR="$pkgdir/usr/share/info" \ @@ -43,6 +48,6 @@ build() { # install daemon scripts / cron install -Dm 755 $srcdir/polipo.rc.d $pkgdir/etc/rc.d/polipo install -Dm 755 $srcdir/polipo.cron $pkgdir/usr/share/polipo/polipo.cron - - } + +# vim:set ts=2 sw=2 et: diff --git a/community/projectm/PKGBUILD b/community/projectm/PKGBUILD index 68b20f4b9..d52ddf8a8 100644 --- a/community/projectm/PKGBUILD +++ b/community/projectm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 48148 2011-05-29 00:07:23Z lfleischer $ +# $Id: PKGBUILD 65637 2012-02-21 16:08:20Z giovanni $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=projectm pkgver=2.0.1 -pkgrel=3 +pkgrel=4 pkgdesc='A music visualizer which uses 3D accelerated iterative image based rendering.' arch=('i686' 'x86_64' 'mips64el') url='http://projectm.sourceforge.net/' @@ -14,12 +14,12 @@ makedepends=('pkgconfig' 'cmake') source=("http://downloads.sourceforge.net/${pkgname}/projectM-${pkgver}-Source.tar.gz" 'libprojectM-2.0.1-pkg-config.patch') md5sums=('f8bf795878cdbbef54784cf2390b4c89' - 'c271ec8c541eb281f1294287bdbc3488') + '4f258f4e7c2ab612931936bfd7f1f0fb') build() { cd "${srcdir}/projectM-${pkgver}-Source" - patch -p0 -i ../libprojectM-2.0.1-pkg-config.patch + patch -Np1 -i "${srcdir}/libprojectM-2.0.1-pkg-config.patch" cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make diff --git a/community/projectm/libprojectM-2.0.1-pkg-config.patch b/community/projectm/libprojectM-2.0.1-pkg-config.patch index 415e92fd7..b5e38205a 100644 --- a/community/projectm/libprojectM-2.0.1-pkg-config.patch +++ b/community/projectm/libprojectM-2.0.1-pkg-config.patch @@ -1,10 +1,10 @@ ---- libprojectM.pc.orig 2011-05-29 01:52:53.869288700 +0200 -+++ libprojectM.pc 2011-05-29 01:53:08.604851407 +0200 +--- a/libprojectM.pc.in 2009-12-06 02:42:51.000000000 +0100 ++++ b/libprojectM.pc.in 2012-02-21 16:48:36.000000000 +0100 @@ -1,6 +1,6 @@ - prefix=/usr/local - exec_prefix=/usr/local --libdir= -+libdir=${exec_prefix}/lib - includedir=/usr/local/include - pkgdatadir=/usr/local/share/projectM - sysconfdir=/usr/local/share/projectM + prefix=@CMAKE_INSTALL_PREFIX@ + exec_prefix=@CMAKE_INSTALL_PREFIX@ +-libdir=@LIB_INSTALL_DIR@ ++libdir=@CMAKE_INSTALL_PREFIX@/lib + includedir=@CMAKE_INSTALL_PREFIX@/include + pkgdatadir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@ + sysconfdir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@ diff --git a/community/python-fuse/PKGBUILD b/community/python-fuse/PKGBUILD index bd0043b2d..e46eef13a 100644 --- a/community/python-fuse/PKGBUILD +++ b/community/python-fuse/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 26095 2010-09-13 13:46:32Z cbrannon $ +# $Id: PKGBUILD 65677 2012-02-21 21:14:06Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Alexander Fehr <pizzapunk@gmail.com> pkgname=python-fuse pkgver=0.2.1 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64' 'mips64el') pkgdesc="Python bindings for FUSE" url="http://fuse.sourceforge.net/wiki/index.php/FusePython" diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD index d88dfb571..1b2354746 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 61091 2011-12-21 20:52:19Z andrea $ +# $Id: PKGBUILD 65686 2012-02-21 21:35:35Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Matthias Maennich <arch@maennich.net> # Contributor: <boenki@gmx.de> pkgname=qlandkartegt -pkgver=1.3.1 -pkgrel=2 +pkgver=1.3.2 +pkgrel=1 pkgdesc="Use your GPS with Linux" arch=('i686' 'x86_64' 'mips64el') url="http://www.qlandkarte.org/" @@ -18,7 +18,7 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-mimetypes.xml) -sha256sums=('77a387856e2d41f9ea69f750cbac9bb49fa249d65bdef5e319bfa6f7c9f84121' +sha256sums=('336ccb32b647283a0a49eb638571be8397332846a507490793f413a7af29adee' 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') build() { diff --git a/community/qlandkartegt/qlandkartegt.changelog b/community/qlandkartegt/qlandkartegt.changelog index 59d0e9a59..b3ce7e16b 100644 --- a/community/qlandkartegt/qlandkartegt.changelog +++ b/community/qlandkartegt/qlandkartegt.changelog @@ -1,3 +1,6 @@ +2012-02-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qlandkartegt 1.3.2-1 + 2011-12-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qlandkartegt 1.3.1-1 diff --git a/community/qtemu/PKGBUILD b/community/qtemu/PKGBUILD index 2fe9aeaf4..4e8d21cf4 100644 --- a/community/qtemu/PKGBUILD +++ b/community/qtemu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 11674 2010-02-15 18:12:08Z spupykin $ +# $Id: PKGBUILD 65491 2012-02-21 06:36:26Z spupykin $ # Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Previous Contributor: Urs Wolfer <uwolfer @ fwo.ch> pkgname=qtemu pkgver=1.0.5 -pkgrel=3 +pkgrel=4 pkgdesc="Graphical user interface for QEMU written in Qt4" url="http://qtemu.org" license=("GPL") @@ -16,9 +16,9 @@ md5sums=('3b93e209dc62e52a1d94c8eb24d0b149') build() { cd "$srcdir/$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu . || return 1 - make || return 1 - make DESTDIR="$pkgdir" install || return 1 + cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu . + make + make DESTDIR="$pkgdir" install install -d "$pkgdir/usr/bin" ln -s /opt/qtemu/bin/qtemu "$pkgdir/usr/bin/qtemu" } diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD index 0f049b051..128762693 100644 --- a/community/qucs/PKGBUILD +++ b/community/qucs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 62313 2012-01-19 07:59:07Z arodseth $ +# $Id: PKGBUILD 65495 2012-02-21 06:38:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Víctor Martínez Romanos <vmromanos@gmail.com> pkgname=qucs pkgver=0.0.16 -pkgrel=1 +pkgrel=2 pkgdesc="An integrated circuit simulator with a graphical user interface" arch=('i686' 'x86_64') url="http://qucs.sourceforge.net" diff --git a/community/recordmydesktop/PKGBUILD b/community/recordmydesktop/PKGBUILD index ce7dcecc7..a12e006bc 100644 --- a/community/recordmydesktop/PKGBUILD +++ b/community/recordmydesktop/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 19250 2010-06-21 20:31:18Z spupykin $ +# $Id: PKGBUILD 65499 2012-02-21 06:41:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Gilles CHAUVIN <gcnweb at gmail dot com> pkgname=recordmydesktop pkgver=0.3.8.1 -pkgrel=5 +pkgrel=6 pkgdesc="Produces a OGG encapsulated Theora/Vorbis recording of your desktop" arch=('i686' 'x86_64' 'mips64el') url="http://recordmydesktop.sourceforge.net" license=('GPL') depends=('alsa-lib' 'zlib' 'libvorbis' 'libxdamage' 'libxext' 'libtheora' 'libsm' 'jack') -makedepends=('jack-audio-connection-kit') +makedepends=('jack') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz shmstr-to-shmproto.patch recordmydesktop-bitrate.patch) @@ -23,7 +23,7 @@ build() { patch -p0 < ${srcdir}/shmstr-to-shmproto.patch patch -p1 < ${srcdir}/recordmydesktop-bitrate.patch ./configure --prefix=/usr --enable-jack=yes LIBS="`pkg-config --libs jack`" \ - CFLAGS="`pkg-config --cflags jack` -DHAVE_LIBJACK" || return 1 - make || return 1 + CFLAGS="`pkg-config --cflags jack` -DHAVE_LIBJACK" + make make DESTDIR=${pkgdir} install } diff --git a/community/recoverdm/PKGBUILD b/community/recoverdm/PKGBUILD index c1c4427f5..b4ea70aac 100644 --- a/community/recoverdm/PKGBUILD +++ b/community/recoverdm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 21972 2010-07-19 13:44:13Z spupykin $ +# $Id: PKGBUILD 65501 2012-02-21 06:42:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=recoverdm pkgver=0.20 -pkgrel=2 +pkgrel=3 pkgdesc="helps to recover disks with bad sectors" arch=('i686' 'x86_64' 'mips64el') url="http://www.vanheusden.com/recoverdm/" @@ -15,7 +15,7 @@ md5sums=('9da9ea7d44f8f94984715eb2ff1ecab4') build() { cd $srcdir/$pkgname-${pkgver} - make || return 1 - install -D -m 0755 mergebad $pkgdir/usr/bin/mergebad && \ + make + install -D -m 0755 mergebad $pkgdir/usr/bin/mergebad install -D -m 0755 recoverdm $pkgdir/usr/bin/recoverdm } diff --git a/community/ripperx/PKGBUILD b/community/ripperx/PKGBUILD index e8b694c28..49a7d92dd 100644 --- a/community/ripperx/PKGBUILD +++ b/community/ripperx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 33870 2010-11-28 21:48:24Z spupykin $ +# $Id: PKGBUILD 65503 2012-02-21 06:43:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=ripperx pkgver=2.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="GTK program to rip and encode mp3 files" arch=(i686 x86_64 'mips64el') url="http://ripperx.sourceforge.net/" @@ -15,7 +15,7 @@ md5sums=('f07c55edf08a1cd57537f1b9379b4e4d') build() { cd $srcdir/ripperX-$pkgver - ./configure --prefix=/usr + LDFLAGS=-lm ./configure --prefix=/usr make make DESTDIR=$pkgdir install } diff --git a/community/rocksndiamonds/PKGBUILD b/community/rocksndiamonds/PKGBUILD index 6c24a6114..0906105a0 100644 --- a/community/rocksndiamonds/PKGBUILD +++ b/community/rocksndiamonds/PKGBUILD @@ -1,29 +1,30 @@ -# $Id: PKGBUILD 58930 2011-11-20 13:04:05Z andrea $ +# $Id: PKGBUILD 65505 2012-02-21 06:44:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jacek Poplawski <jacekpoplawski@gmail.com> pkgname=rocksndiamonds pkgver=3.3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="game similiar to Boulderdash with lots of levels" arch=(i686 x86_64 'mips64el') url="http://www.artsoft.org/rocksndiamonds/" license=('GPL') -depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data') +depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg') makedepends=('unzip' 'p7zip') source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz) md5sums=('813ced99d54f89db7c593c518d197d18') build() { + depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data') cd $srcdir # main cd $srcdir/rocksndiamonds-$pkgver make clean - make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds || return 1 + make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds - install -d $pkgdir/usr/bin && \ - install -d $pkgdir/usr/share/man/man1 && \ - cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds $pkgdir/usr/bin/rocksndiamonds && \ + install -d $pkgdir/usr/bin + install -d $pkgdir/usr/share/man/man1 + cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds $pkgdir/usr/bin/rocksndiamonds cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1 } diff --git a/community/rote/PKGBUILD b/community/rote/PKGBUILD index 6ef646b38..d08bc70a4 100644 --- a/community/rote/PKGBUILD +++ b/community/rote/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 21784 2010-07-17 10:23:37Z spupykin $ +# $Id: PKGBUILD 65507 2012-02-21 06:45:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=rote pkgver=0.2.8 -pkgrel=2 +pkgrel=3 pkgdesc="terminal emulation library" arch=('i686' 'x86_64' 'mips64el') url="http://rote.sourceforge.net/" @@ -15,10 +15,8 @@ md5sums=('9e5901267d9ed239343f55a54d76e48e') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make || return 1 - make DESTDIR="$pkgdir" install || return 1 - + make + make DESTDIR="$pkgdir" install install -D -m0644 roteprivate.h $pkgdir/usr/include/rote/roteprivate.h } diff --git a/community/rpc2/PKGBUILD b/community/rpc2/PKGBUILD index 9f36f6777..9014cd617 100644 --- a/community/rpc2/PKGBUILD +++ b/community/rpc2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 21975 2010-07-19 13:44:49Z spupykin $ +# $Id: PKGBUILD 65509 2012-02-21 06:46:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=rpc2 pkgver=2.10 -pkgrel=2 +pkgrel=3 pkgdesc="Remote procedure call package for IP/UDP" arch=(i686 x86_64 'mips64el') url="http://www.coda.cs.cmu.edu" @@ -17,6 +17,6 @@ md5sums=('545066e67d95325840a79d163098096b') build() { cd $srcdir/rpc2-$pkgver ./configure --prefix=/usr - make || return 1 + make make DESTDIR=$pkgdir install } diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index dc61c3a03..59240667e 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 60007 2011-12-03 08:04:41Z spupykin $ +# $Id: PKGBUILD 65425 2012-02-21 05:42:20Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Tino Reichardt <milky-archlinux@mcmilk.de> pkgname=sarg pkgver=2.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Squid Analysis Report Generator" arch=('i686' 'x86_64' 'mips64el') url="http://sarg.sourceforge.net" @@ -21,11 +21,7 @@ md5sums=('bf637b8a820b81e2c55e815934151b4d') build() { cd ${srcdir}/$pkgname-$pkgver -# ./configure --prefix="/usr" \ -# --enable-sargphp="/usr/share/sarg/sarg-php" \ -# --sysconfdir="/etc/sarg" \ -# --mandir="/usr/share/man/man1" - cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg -DMANDIR=/usr/share/man/man1 . + LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg -DMANDIR=/usr/share/man/man1 . make } @@ -34,7 +30,6 @@ package() { mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc make DESTDIR="$pkgdir" install cp -a sarg-php ${pkgdir}/usr/share/sarg/ - # silence namcap warnings chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg} chmod o+x ${pkgdir}/usr/share/sarg/sarg-php chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD index ab8a33cd0..d0060b6c1 100644 --- a/community/scponly/PKGBUILD +++ b/community/scponly/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59016 2011-11-20 20:06:55Z spupykin $ +# $Id: PKGBUILD 65429 2012-02-21 05:43:32Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=scponly pkgver=4.8 -pkgrel=7 +pkgrel=8 pkgdesc="A limited shell for ssh/scp" arch=(i686 x86_64 'mips64el') url="http://sublimation.org/scponly/" diff --git a/community/sdd/PKGBUILD b/community/sdd/PKGBUILD index 12d3ba464..061c1ac47 100644 --- a/community/sdd/PKGBUILD +++ b/community/sdd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 20491 2010-07-08 14:10:22Z spupykin $ +# $Id: PKGBUILD 65431 2012-02-21 05:44:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=sdd pkgver=1.52 -pkgrel=6 +pkgrel=7 pkgdesc="Faster replacement for a program called dd" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -21,8 +21,8 @@ build() { cp RULES/i686-linux-gcc.rul RULES/x86_64-linux-gcc.rul fi patch -p1 <$srcdir/build-fix.patch - make || return 1 - make INS_BASE=$pkgdir/usr install || return 1 + make + make INS_BASE=$pkgdir/usr install mkdir -p $pkgdir/usr/share/man rm -rf $pkgdir/usr/include/ \ $pkgdir/usr/lib/ \ diff --git a/community/ser2net/PKGBUILD b/community/ser2net/PKGBUILD index 1fc73b7e8..88a056cb7 100644 --- a/community/ser2net/PKGBUILD +++ b/community/ser2net/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 43441 2011-03-26 08:44:47Z spupykin $ +# $Id: PKGBUILD 65435 2012-02-21 05:45:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> pkgname=ser2net pkgver=2.7 -pkgrel=1 +pkgrel=2 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports" arch=(i686 x86_64 'mips64el') url="http://sourceforge.net/projects/ser2net" diff --git a/community/shuffle/PKGBUILD b/community/shuffle/PKGBUILD index d85a4b641..9c8fdb774 100644 --- a/community/shuffle/PKGBUILD +++ b/community/shuffle/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 49301 2011-06-14 09:58:19Z spupykin $ +# $Id: PKGBUILD 65439 2012-02-21 05:46:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=shuffle pkgver=1.5 -pkgrel=3 +pkgrel=4 pkgdesc="Shuffles lines of input." arch=('i686' 'x86_64' 'mips64el') url="http://www.w3.org/People/Bos/Shuffle/" diff --git a/community/sisctrl/PKGBUILD b/community/sisctrl/PKGBUILD index 36379e068..cc4f7dc2d 100644 --- a/community/sisctrl/PKGBUILD +++ b/community/sisctrl/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 17674 2010-05-24 20:38:47Z spupykin $ +# $Id: PKGBUILD 65441 2012-02-21 05:47:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ice-man <icemanf@gmail.com> pkgname=sisctrl pkgver=0.0.20051202 -pkgrel=5 +pkgrel=6 arch=(i686 x86_64 'mips64el') -pkgdesc="SiSCtrl is Display Control Panel for XFree86/X.org SiS driver" +pkgdesc="Display Control Panel for XFree86/X.org SiS driver" makedepends=('pkgconfig') depends=('gtk2' 'libxxf86vm' 'libxv') url="http://www.winischhofer.eu/linuxsisvga.shtml" @@ -18,26 +18,26 @@ build() { cd $srcdir/$pkgname-$pkgver if [ -e /usr/lib/libXv.so ]; then - ./configure --with-xv-path=/usr/lib + LDFLAGS=-lm ./configure --with-xv-path=/usr/lib else - ./configure + LDFLAGS=-lm ./configure fi - make || return 1 + make mkdir -p $pkgdir/usr/bin mkdir -p $pkgdir/usr/man/man1/ mkdir -p $pkgdir/usr/share/pixmaps mkdir -p $pkgdir/usr/share/applications - install -m 755 sisctrl $pkgdir/usr/bin && \ - cp sisctrl.1x sisctrl.1; gzip sisctrl.1 && \ - install -m 644 sisctrl.1.gz $pkgdir/usr/man/man1/ && \ - install -m 644 icons/32x32/sisctrl.xpm $pkgdir/usr/share/pixmaps && \ - install -m 644 icons/16x16/sisctrl.png $pkgdir/usr/share/pixmaps/sisctrl_16x16.png && \ - install -m 644 icons/32x32/sisctrl.png $pkgdir/usr/share/pixmaps/sisctrl_32x32.png && \ - install -m 644 icons/48x48/sisctrl.png $pkgdir/usr/share/pixmaps/sisctrl_48x48.png && \ - install -m 644 extra/sisctrl.desktop $pkgdir/usr/share/applications || return 1 + install -m 755 sisctrl $pkgdir/usr/bin + cp sisctrl.1x sisctrl.1; gzip sisctrl.1 + install -m 644 sisctrl.1.gz $pkgdir/usr/man/man1/ + install -m 644 icons/32x32/sisctrl.xpm $pkgdir/usr/share/pixmaps + install -m 644 icons/16x16/sisctrl.png $pkgdir/usr/share/pixmaps/sisctrl_16x16.png + install -m 644 icons/32x32/sisctrl.png $pkgdir/usr/share/pixmaps/sisctrl_32x32.png + install -m 644 icons/48x48/sisctrl.png $pkgdir/usr/share/pixmaps/sisctrl_48x48.png + install -m 644 extra/sisctrl.desktop $pkgdir/usr/share/applications mv $pkgdir/usr/man $pkgdir/usr/share/ } diff --git a/community/sk1/PKGBUILD b/community/sk1/PKGBUILD index 1356364d3..604d62754 100644 --- a/community/sk1/PKGBUILD +++ b/community/sk1/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 31273 2010-10-29 11:31:49Z spupykin $ +# $Id: PKGBUILD 65443 2012-02-21 05:48:36Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ConnorBehan <connor.behan@gmail.com> pkgname=sk1 pkgver=0.9.1 -pkgrel=6 +pkgrel=7 pkgdesc="Fork of skencil with improved CMYK support" arch=(i686 x86_64 'mips64el') url="http://sk1project.org/modules.php?name=Products&product=sk1" diff --git a/community/sk1libs/PKGBUILD b/community/sk1libs/PKGBUILD index 120f51a3c..e3a9f52d7 100644 --- a/community/sk1libs/PKGBUILD +++ b/community/sk1libs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 29325 2010-10-13 10:33:39Z spupykin $ +# $Id: PKGBUILD 65445 2012-02-21 05:49:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=sk1libs pkgver=0.9.1 -pkgrel=2 +pkgrel=3 pkgdesc='A set of python non-GUI extensions for sK1 Project.' arch=('i686' 'x86_64' 'mips64el') url='http://sk1project.org/' diff --git a/community/sloccount/PKGBUILD b/community/sloccount/PKGBUILD index 93a967095..e3358bc34 100644 --- a/community/sloccount/PKGBUILD +++ b/community/sloccount/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 17768 2010-05-25 12:20:54Z cbrannon $ +# $Id: PKGBUILD 65665 2012-02-21 20:27:37Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Christof Musik <christof@senfdax.de> pkgname=sloccount pkgver=2.26 -pkgrel=5 +pkgrel=6 pkgdesc="Tools for counting physical source lines of code" url="http://www.dwheeler.com/sloccount/" license=('GPL') @@ -14,10 +14,10 @@ arch=('i686' 'x86_64' 'mips64el') source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('09abd6e2a016ebaf7552068a1dba1249') -build() { +package() { cd "${srcdir}/${pkgname}-${pkgver}" - install -dm755 "${pkgdir}/usr/bin" || return 1 - make PREFIX="${pkgdir}/usr" install || return 1 - mv "${pkgdir}/usr/share/doc/sloccount-2.26-1" "${pkgdir}/usr/share/doc/sloccount" || return 1 + install -dm755 "${pkgdir}/usr/bin" + make PREFIX="${pkgdir}/usr" install + mv "${pkgdir}/usr/share/doc/sloccount-2.26-1" "${pkgdir}/usr/share/doc/sloccount" chmod 644 "$pkgdir/usr/share/doc/sloccount/"* } diff --git a/community/slrn/PKGBUILD b/community/slrn/PKGBUILD index 0cfad4b25..a2f51379d 100644 --- a/community/slrn/PKGBUILD +++ b/community/slrn/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 14232 2010-04-02 09:39:09Z spupykin $ +# $Id: PKGBUILD 65449 2012-02-21 05:51:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com> pkgname=slrn pkgver=0.9.9p1 -pkgrel=6 +pkgrel=7 pkgdesc="An open source text-based news client" arch=('i686' 'x86_64' 'mips64el') url="http://www.slrn.org/" @@ -27,7 +27,7 @@ build() { --with-uuinc=/usr/include/uudeview \ --enable-spoilers - make || return 1 + make make DESTDIR=$pkgdir install install -D -m644 doc/slrn.rc $pkgdir/etc/slrnrc diff --git a/community/smbnetfs/PKGBUILD b/community/smbnetfs/PKGBUILD index 5f6554be9..0177981fb 100644 --- a/community/smbnetfs/PKGBUILD +++ b/community/smbnetfs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58938 2011-11-20 14:35:52Z andrea $ +# $Id: PKGBUILD 65451 2012-02-21 05:52:02Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=smbnetfs pkgver=0.5.3a -pkgrel=3 +pkgrel=4 pkgdesc="small C program that mounts Microsoft network neighborhood in single directory." arch=('i686' 'x86_64' 'mips64el') url="http://smbnetfs.sourceforge.net/" diff --git a/community/sniffit/PKGBUILD b/community/sniffit/PKGBUILD index cf9ef1e77..2bd24d7f9 100644 --- a/community/sniffit/PKGBUILD +++ b/community/sniffit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 21978 2010-07-19 13:45:26Z spupykin $ +# $Id: PKGBUILD 65453 2012-02-21 05:52:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> pkgname=sniffit pkgver=0.3.7.beta -pkgrel=10 +pkgrel=11 pkgdesc="very good packet sniffer for unix with ncurses interactive mode." arch=('i686' 'x86_64' 'mips64el') url="http://packages.ubuntu.com/source/sniffit" @@ -20,7 +20,7 @@ md5sums=('2697cc18878480199fe6db1e61134d5a' build() { cd "${srcdir}" - patch -Np0 < ${srcdir}/sniffit-fix.patch || return 1 + patch -Np0 < ${srcdir}/sniffit-fix.patch cd "${srcdir}/${pkgname}.${pkgver}" @@ -28,8 +28,8 @@ build() { cp /usr/share/libtool/config/config.{guess,sub} . ./configure --prefix=/usr --no-recursion - make || return 1 - install -d -m0755 -g root -o root ${pkgdir}/usr/{sbin,share/licenses/${pkgname}} || return 1 + make + install -d -m0755 -g root -o root ${pkgdir}/usr/{sbin,share/licenses/${pkgname}} install -D -m0744 -g root -o root sniffit ${pkgdir}/usr/sbin/sniffit install -D -m0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname} } diff --git a/community/snownews/PKGBUILD b/community/snownews/PKGBUILD index a6bbb6222..a2fa070d2 100644 --- a/community/snownews/PKGBUILD +++ b/community/snownews/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18841 2010-06-15 19:31:42Z spupykin $ +# $Id: PKGBUILD 65455 2012-02-21 05:53:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Christoph 'delmonico' Neuroth <delmonico@gmx.net> pkgname=snownews pkgver=1.5.12 -pkgrel=4 +pkgrel=5 pkgdesc="Text mode RSS newsreader for Linux and Unix." arch=(i686 x86_64 'mips64el') url="http://kiza.kcore.de/software/snownews/" @@ -16,7 +16,7 @@ md5sums=('80da8943fc5aa96571924aec0087d4c0') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 - make install DESTDIR=$pkgdir && \ + make + make install DESTDIR=$pkgdir ln -fs /usr/bin/opml2snow $pkgdir/usr/bin/snow2opml } diff --git a/community/splix/PKGBUILD b/community/splix/PKGBUILD index e2962a372..62cb5b8f8 100644 --- a/community/splix/PKGBUILD +++ b/community/splix/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 50983 2011-07-04 10:54:47Z spupykin $ +# $Id: PKGBUILD 65457 2012-02-21 05:54:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Francis Carroll (franciscarroll at gmail dot com) pkgname=splix pkgver=2.0.0 -pkgrel=10 +pkgrel=11 pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers" arch=('i686' 'x86_64' 'mips64el') url="http://splix.ap2c.org/" diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD index d1f7f1194..8ebbadf1d 100644 --- a/community/sqlitebrowser/PKGBUILD +++ b/community/sqlitebrowser/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59079 2011-11-21 09:21:06Z spupykin $ +# $Id: PKGBUILD 65487 2012-02-21 06:06:09Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Douglas Soares de Andrade <dsandrade@gmail.com> # Contributor: Michael Fellinger <m.fellinger@gmail.com> @@ -6,7 +6,7 @@ pkgname=sqlitebrowser pkgver=2.0b1 _pkgrealver=200_b1 -pkgrel=1 +pkgrel=2 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT" arch=('i686' 'x86_64' 'mips64el') url="http://sqlitebrowser.sf.net" @@ -20,7 +20,7 @@ build() { sed -i 's|getline|xgetline|' sqlitebrowser/sqlbrowser_util.c sed -i 's|: name( 0 ) { }|: name( ) { }|' sqlitebrowser/sqlitedb.h qmake - make + make LINK="g++ -ldl" } package() { diff --git a/community/squashfs-tools/PKGBUILD b/community/squashfs-tools/PKGBUILD index 5ee766ced..00d33aaa0 100644 --- a/community/squashfs-tools/PKGBUILD +++ b/community/squashfs-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 42134 2011-03-13 21:59:05Z spupykin $ +# $Id: PKGBUILD 65461 2012-02-21 05:55:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Aaron Griffin <aaron@archlinux.org> # Original TU: Jeff Mickey <j@codemac.net> @@ -6,7 +6,7 @@ pkgname=squashfs-tools pkgver=4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux." url="http://squashfs.sourceforge.net" license=("GPL") diff --git a/community/stalonetray/PKGBUILD b/community/stalonetray/PKGBUILD index 51a4eaf95..2f5b5719c 100644 --- a/community/stalonetray/PKGBUILD +++ b/community/stalonetray/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 31948 2010-11-08 11:05:19Z spupykin $ +# $Id: PKGBUILD 65465 2012-02-21 05:56:31Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=stalonetray pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only." arch=('i686' 'x86_64' 'mips64el') url="http://stalonetray.sourceforge.net" diff --git a/community/swarp/PKGBUILD b/community/swarp/PKGBUILD index c11c1cd76..2f56facc1 100644 --- a/community/swarp/PKGBUILD +++ b/community/swarp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20069 2010-07-02 09:39:00Z spupykin $ +# $Id: PKGBUILD 65469 2012-02-21 05:57:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Dag Odenhall <dag.odenhall@gmail.com> pkgname=swarp pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Simple pointer warp" license=('MIT') arch=(i686 x86_64 'mips64el') @@ -21,7 +21,7 @@ build() { sed -i "s/%VERSION%/$pkgver/g" config.mk sed -i "s/%CFLAGS%/$CFLAGS/g" config.mk - make || return 1 + make make DESTDIR=$pkgdir install install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/COPYING diff --git a/community/synce-libmimedir/PKGBUILD b/community/synce-libmimedir/PKGBUILD index 323f3c742..c06851fe3 100644 --- a/community/synce-libmimedir/PKGBUILD +++ b/community/synce-libmimedir/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17680 2010-05-24 20:39:58Z spupykin $ +# $Id: PKGBUILD 65473 2012-02-21 05:58:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-libmimedir pkgver=0.4 -pkgrel=3 +pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - library that parses MIME Directory Profile." arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" @@ -19,7 +19,7 @@ build() { ./configure --prefix=/usr --disable-shared --with-pic else ./configure --prefix=/usr --disable-shared fi - make || return 1 + make mkdir -p $pkgdir/usr/{include,lib} - make prefix=$pkgdir/usr install || return 1 + make prefix=$pkgdir/usr install } diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD index b8c8123c0..5a1ecc181 100644 --- a/community/synce-librapi/PKGBUILD +++ b/community/synce-librapi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53263 2011-08-02 15:19:05Z spupykin $ +# $Id: PKGBUILD 65489 2012-02-21 06:06:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-librapi pkgver=0.15.2 -pkgrel=2 +pkgrel=3 pkgdesc="provide a means of communication with a Windows CE device - libraries and tools for making remote calls to pocket pc" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" @@ -17,7 +17,7 @@ md5sums=('0a15bc22ee02794ca4714799611b4746') build() { cd $srcdir/librapi2-$pkgver export PYTHON=/usr/bin/python2 - ./configure --prefix=/usr --enable-udev-support --disable-hal-support + LDFLAGS=-lsynce ./configure --prefix=/usr --enable-udev-support --disable-hal-support make make DESTDIR=$pkgdir install } diff --git a/community/synce-libsynce/PKGBUILD b/community/synce-libsynce/PKGBUILD index 1329374b6..82b292417 100644 --- a/community/synce-libsynce/PKGBUILD +++ b/community/synce-libsynce/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46029 2011-05-02 10:37:25Z spupykin $ +# $Id: PKGBUILD 65475 2012-02-21 05:59:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-libsynce pkgver=0.15.1 -pkgrel=2 +pkgrel=3 pkgdesc="provide a means of communication with a Windows CE device - libraries" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD index aad00d2a7..12489e2e5 100644 --- a/community/synce-rra/PKGBUILD +++ b/community/synce-rra/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53286 2011-08-02 17:26:49Z spupykin $ +# $Id: PKGBUILD 65479 2012-02-21 06:00:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-rra pkgver=0.14 -pkgrel=4 +pkgrel=5 pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" diff --git a/community/synce-serial/PKGBUILD b/community/synce-serial/PKGBUILD index 4d08a823d..5dcf03feb 100644 --- a/community/synce-serial/PKGBUILD +++ b/community/synce-serial/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17689 2010-05-24 20:41:41Z spupykin $ +# $Id: PKGBUILD 65481 2012-02-21 06:01:39Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-serial pkgver=0.11 -pkgrel=3 +pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" @@ -16,9 +16,9 @@ md5sums=('a83f20eb59c845de192645158d051062') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install - sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common && \ + sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf } diff --git a/community/synce-vdccm/PKGBUILD b/community/synce-vdccm/PKGBUILD index d2e7c3d0b..cbd319a53 100644 --- a/community/synce-vdccm/PKGBUILD +++ b/community/synce-vdccm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53376 2011-08-03 10:12:14Z spupykin $ +# $Id: PKGBUILD 65485 2012-02-21 06:02:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-vdccm pkgver=0.10.1 -pkgrel=3 +pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - daemon to communicate with a handheld device" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD index f2d674ea2..f80f53699 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 7833 2010-01-11 21:41:34Z cbrannon $ +# $Id: PKGBUILD 65663 2012-02-21 20:26:43Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Jeff Mickey <jeff@archlinux.org> pkgname=tcpflow pkgver=0.21 -pkgrel=4 +pkgrel=5 pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently" arch=('i686' 'x86_64' 'mips64el') url="http://www.circlemud.org/~jelson/software/tcpflow/" @@ -14,8 +14,12 @@ source=(http://www.circlemud.org/pub/jelson/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('45a5aef6f043312315b7f342afc4a9c5') build() { - cd $startdir/src/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --mandir=/usr/share/man - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install } diff --git a/community/twolame/PKGBUILD b/community/twolame/PKGBUILD new file mode 100644 index 000000000..85c5d7c71 --- /dev/null +++ b/community/twolame/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 65632 2012-02-21 15:35:13Z giovanni $ +# Maintainer: Giovanni Scafora <giovanni@archlinux.org> +# Contributor: farid abdelnour <farid at atelier-labs.org> +# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.org> + +pkgname=twolame +pkgver=0.3.13 +pkgrel=6 +pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder" +arch=('i686' 'x86_64') +url="http://www.twolame.org/" +license=('LGPL') +depends=('libsndfile') +options=('!libtool') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('4113d8aa80194459b45b83d4dbde8ddb') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr \ + --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR=${pkgdir} install +} diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD index f3da8fc19..fb4888e63 100644 --- a/extra/avahi/PKGBUILD +++ b/extra/avahi/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 148680 2012-02-05 11:46:41Z ibiru $ +# $Id: PKGBUILD 150782 2012-02-22 03:38:27Z bisson $ # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=avahi -pkgver=0.6.30 -pkgrel=7 -pkgdesc='A multicast/unicast DNS-SD framework' -arch=('i686' 'x86_64' 'mips64el') +pkgver=0.6.31 +pkgrel=1 +pkgdesc='Multicast/unicast DNS-SD framework' url='http://www.avahi.org/' license=('LGPL') +arch=('i686' 'x86_64' 'mips64el') +options=('!libtool' '!emptydirs') depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm') [ "$CARCH" = "mips64el" ] || { optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' @@ -23,7 +24,6 @@ optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python' 'gtk-sharp-2' 'gobject-introspection' 'gtk3') } - [ "$CARCH" = "mips64el" ] && { optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' 'gtk2: gtk2 bindings' @@ -33,26 +33,29 @@ optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' 'dbus-python: avahi-discover' 'nss-mdns: NSS support for mDNS') makedepends=('qt' 'pygtk' 'intltool' 'dbus-python' - 'gobject-introspection' 'gtk3') + 'gobject-introspection' 'gtk3') } -backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service) -install=install -conflicts=('howl' 'mdnsresponder') -provides=('howl' 'mdnsresponder') -replaces=('howl' 'mdnsresponder') -options=('!libtool') +backup=('etc/avahi/avahi-daemon.conf' + 'etc/avahi/services/ssh.service' + 'etc/avahi/services/sftp-ssh.service') source=("http://www.avahi.org/download/avahi-${pkgver}.tar.gz" 'gnome-nettool.png' 'rc.d.patch') -sha1sums=('5b77443537600a00770e4c77e3c443eeb5861d06' +sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684' 'cf56387c88aed246b9f435efc182ef44de4d52f3' '625ad7c131c0c1c383caeddef18fc7a32d8f3ab9') +conflicts=('howl' 'mdnsresponder') +provides=('howl' 'mdnsresponder') +replaces=('howl' 'mdnsresponder') + +install=install + build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf - patch -p1 -i "../rc.d.patch" + patch -p1 -i ../rc.d.patch [ "$CARCH" = "mips64el" ] && \ extra="--disable-qt3 --disable-mono" @@ -60,22 +63,20 @@ build() { # pygtk requires python2; make it explicit in case other python are installed: FS#21865 PYTHON=python2 \ PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \ - ./configure \ + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --disable-monodoc \ - --disable-doxygen-doc \ - --disable-xmltoman \ --enable-compat-libdns_sd \ --enable-compat-howl \ --with-distro=archlinux \ --with-avahi-priv-access-group=network \ --with-autoipd-user=avahi \ --with-autoipd-group=avahi \ - $extra \ - --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999 + $extra \ + --with-systemdsystemunitdir=/lib/systemd/system \ make } @@ -83,10 +84,11 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - install -D -m 644 ../gnome-nettool.png "${pkgdir}"/usr/share/pixmaps/gnome-nettool.png + install -Dm644 ../gnome-nettool.png "${pkgdir}"/usr/share/pixmaps/gnome-nettool.png cd "${pkgdir}" sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover} + # howl and mdnsresponder compatability (cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s avahi-compat-howl howl) (cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc) diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD index e7785b16f..9f707cccd 100644 --- a/extra/gmime/PKGBUILD +++ b/extra/gmime/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150599 2012-02-18 20:30:20Z ibiru $ +# $Id: PKGBUILD 150770 2012-02-21 20:45:23Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Ben <ben@benmazer.net> pkgname=gmime -pkgver=2.6.5 +pkgver=2.6.6 pkgrel=1 pkgdesc="Core mime parsing library" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ makedepends=('gtk-sharp-2' 'pkgconfig') unset makedepends options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0') +sha256sums=('efdff4cebaaa9b8dfe99832eb16f54ce60a7e02c5d1f3964f15d4ae0ddf6b3ee') build() { # get rid of that .wapi errors in fakeroot @@ -24,7 +24,8 @@ build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr --enable-smime \ + --disable-static make } diff --git a/extra/kdesdk/PKGBUILD b/extra/kdesdk/PKGBUILD index c742bc59d..0b112e0db 100644 --- a/extra/kdesdk/PKGBUILD +++ b/extra/kdesdk/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 147901 2012-01-28 10:36:40Z andrea $ +# $Id: PKGBUILD 150748 2012-02-21 19:37:17Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -23,7 +23,7 @@ pkgname=('kdesdk-cervisia' 'kdesdk-strigi-analyzer' 'kdesdk-umbrello') pkgver=4.8.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') @@ -63,12 +63,16 @@ package_kdesdk-cervisia() { package_kdesdk-dolphin-plugins() { pkgdesc='Extra Dolphin plugins' - depends=('kdebase-dolphin' 'subversion' 'git' 'kdesdk-kompare') + depends=('kdebase-dolphin') + optdepends=('bzr: bazaar support' + 'git: git support' + 'mercurial: hg support' + 'subversion: svn support') install='kdesdk.install' - cd $srcdir/build/dolphin-plugins/git - make DESTDIR=$pkgdir install - cd $srcdir/build/dolphin-plugins/svn - make DESTDIR=$pkgdir install + for i in bazaar git hg svn; do + cd $srcdir/build/dolphin-plugins/$i + make DESTDIR=$pkgdir install + done } package_kdesdk-kapptemplate() { diff --git a/extra/mysql/PKGBUILD b/extra/mysql/PKGBUILD index 47703294c..497723778 100644 --- a/extra/mysql/PKGBUILD +++ b/extra/mysql/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 146513 2012-01-12 08:08:19Z andrea $ +# $Id: PKGBUILD 150723 2012-02-21 07:30:13Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgbase=mysql pkgname=('libmysqlclient' 'mysql-clients' 'mysql') -pkgver=5.5.20 +pkgver=5.5.21 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -15,7 +15,7 @@ options=('!libtool') source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz" 'mysqld' 'my.cnf') -md5sums=('375794ebf84b4c7b63f1676bc7416cd0' +md5sums=('86d6bd335054a0aed1756ed60574c16d' '2234207625baa29b2ff7d7b4f088abce' '1c949c0dbea5206af0db14942d9927b6') diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD index 68be83af0..56dc69ac4 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 132063 2011-07-19 17:35:27Z stephane $ +# $Id: PKGBUILD 150735 2012-02-21 15:12:29Z stephane $ # Maintainer: Aaron Griffin <aaron@archlinux.org> pkgbase=nasm pkgname=('nasm' 'nasm-doc') pkgver=2.09.10 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url="http://www.nasm.us" license=('BSD') diff --git a/extra/netkit-bsd-finger/PKGBUILD b/extra/netkit-bsd-finger/PKGBUILD index 5311af1c9..ad337d708 100644 --- a/extra/netkit-bsd-finger/PKGBUILD +++ b/extra/netkit-bsd-finger/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 143921 2011-11-30 20:53:59Z andrea $ +# $Id: PKGBUILD 150721 2012-02-21 07:25:55Z andrea $ # Maintainer: # Contributor: dorphell <dorphell@archlinux.org> pkgname=netkit-bsd-finger pkgver=0.17 -pkgrel=6 +pkgrel=7 pkgdesc="BSD-finger ported to Linux" arch=('i686' 'x86_64' 'mips64el') url='ftp://ftp.uk.linux.org/pub/linux/Networking/netkit' @@ -12,13 +12,19 @@ license=('BSD') depends=('glibc' 'xinetd') backup=('etc/xinetd.d/finger') source=("ftp://ftp.archlinux.org/other/${pkgname}/bsd-finger-${pkgver}.tar.gz" - 'finger.xinetd' 'LICENSE') + 'finger.xinetd' 'LICENSE' + 'fix-manpage-typo.patch') md5sums=('52bf281aac8814bf56cdc92f7661ee75' 'a8682004dc8dee356065162bde892b47' - '5fc568418a0379fc3a358ed1c2523b44') + '5fc568418a0379fc3a358ed1c2523b44' + '9c4ad79a8df81ade6d1938955f1debbd') build() { cd ${srcdir}/bsd-finger-${pkgver} + + # FS#28232 + patch -p1 -i "${srcdir}"/fix-manpage-typo.patch + ./configure --prefix=/usr sed -i 's@include <sys/time.h>@include <time.h>@' finger/lprint.c sed -i 's@include <sys/time.h>@include <time.h>@' finger/sprint.c diff --git a/extra/netkit-bsd-finger/fix-manpage-typo.patch b/extra/netkit-bsd-finger/fix-manpage-typo.patch new file mode 100644 index 000000000..99915ce92 --- /dev/null +++ b/extra/netkit-bsd-finger/fix-manpage-typo.patch @@ -0,0 +1,11 @@ +--- bsd-finger-0.17/finger/finger.1~ 2012-02-21 07:18:46.236600851 +0000 ++++ bsd-finger-0.17/finger/finger.1 2012-02-21 07:19:26.979613738 +0000 +@@ -169,7 +169,7 @@ + must be able to see the + .Pa .nofinger + file. This generally means that the home directory containing the file +-must have the other-users-execute bit set (o+w). See ++must have the other-users-execute bit set (o+x). See + .Xr chmod 1 . + If you use this feature for privacy, please test it with ``finger + @localhost'' before relying on it, just in case. diff --git a/extra/nss-mdns/PKGBUILD b/extra/nss-mdns/PKGBUILD index 123f2a316..8dedc81f0 100644 --- a/extra/nss-mdns/PKGBUILD +++ b/extra/nss-mdns/PKGBUILD @@ -1,34 +1,30 @@ -# $Id: PKGBUILD 150570 2012-02-18 15:06:04Z pierre $ -# Maintainer: +# $Id: PKGBUILD 150739 2012-02-21 17:19:59Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Travis Willard <travis@archlinux.org> pkgname=nss-mdns pkgver=0.10 -pkgrel=4 +pkgrel=5 pkgdesc="glibc plugin providing host name resolution via mDNS" arch=('i686' 'x86_64' 'mips64el') url="http://0pointer.de/lennart/projects/nss-mdns/" license=('LGPL') depends=('glibc') -makedepends=('pkgconfig') -backup=('etc/mdns.allow') install=nss-mdns.install -source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'mdns.allow') -md5sums=('03938f17646efbb50aa70ba5f99f51d7' - '904abb492fb1f56722826c0c3a997bf0') +source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('03938f17646efbb50aa70ba5f99f51d7') build() { cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/ \ - --disable-lynx \ - --enable-avahi + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var make } package() { cd "${srcdir}"/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install - install -Dm644 "${srcdir}"/mdns.allow "${pkgdir}"/etc/mdns.allow } diff --git a/extra/nss-myhostname/PKGBUILD b/extra/nss-myhostname/PKGBUILD new file mode 100644 index 000000000..35aa0cc37 --- /dev/null +++ b/extra/nss-myhostname/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 150778 2012-02-21 23:58:05Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> +# Contributor: Mantas M. <grawity@gmail.com> +pkgname="nss-myhostname" +pkgver=0.3 +pkgrel=2 +pkgdesc="NSS plugin providing host name resolution for the locally configured system hostname" +arch=(i686 x86_64) +url="http://0pointer.de/lennart/projects/nss-myhostname/" +license=('LGPL2.1') +depends=('glibc') +source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz") +install=nss-myhostname.install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-lynx + make +} + +package() { + cd "$srcdir/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +md5sums=('d4ab9ac36c053ab8fb836db1cbd4a48f') diff --git a/extra/nss-myhostname/nss-myhostname.install b/extra/nss-myhostname/nss-myhostname.install new file mode 100644 index 000000000..30ae6844f --- /dev/null +++ b/extra/nss-myhostname/nss-myhostname.install @@ -0,0 +1,6 @@ +post_install() { + cat << 'EOM' +==> To enable resolution of the local hostname, append 'myhostname' to the hosts + line in /etc/nsswitch.conf. +EOM +} diff --git a/extra/ntrack/PKGBUILD b/extra/ntrack/PKGBUILD index 51aacc3bc..eddd7a217 100644 --- a/extra/ntrack/PKGBUILD +++ b/extra/ntrack/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 149014 2012-02-05 14:07:18Z andrea $ +# $Id: PKGBUILD 150729 2012-02-21 11:02:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=ntrack pkgver=16 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A network connectivity tracking library" arch=('i686' 'x86_64' 'mips64el') @@ -12,13 +12,16 @@ license=('LGPL') depends=('qt' 'libnl') makedepends=('python2') options=('!libtool' '!emptydirs') -source=("http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz") -md5sums=('21691dac43460a6791cba3decbc68242') +source=("http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz" + 'libnl3.patch') +md5sums=('21691dac43460a6791cba3decbc68242' + '0a1f6b7f9a01c323e81d6da95cad93cd') build() { cd "${srcdir}/${pkgname}-0${pkgver}" + patch -p1 -i "${srcdir}"/libnl3.patch - ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make diff --git a/extra/ntrack/libnl3.patch b/extra/ntrack/libnl3.patch new file mode 100644 index 000000000..879b52c8c --- /dev/null +++ b/extra/ntrack/libnl3.patch @@ -0,0 +1,99 @@ +From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> +Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 and glib. + +Index: ntrack/glib/Makefile.am +=================================================================== +--- ntrack.orig/glib/Makefile.am 2011-12-22 19:25:13.137470000 -0500 ++++ ntrack/glib/Makefile.am 2011-12-22 20:07:10.243344976 -0500 +@@ -26,7 +26,6 @@ + AM_CFLAGS = \ + -Wall \ + -Werror \ +- -pedantic \ + -I$(srcdir)/../common/ + + AM_LDFLAGS = +Index: ntrack/glib/Makefile.in +=================================================================== +--- ntrack.orig/glib/Makefile.in 2011-12-22 20:05:46.243208000 -0500 ++++ ntrack/glib/Makefile.in 2011-12-22 20:07:14.871344769 -0500 +@@ -325,7 +325,6 @@ + AM_CFLAGS = \ + -Wall \ + -Werror \ +- -pedantic \ + -I$(srcdir)/../common/ + + AM_LDFLAGS = +Index: ntrack/glib/test/Makefile.am +=================================================================== +--- ntrack.orig/glib/test/Makefile.am 2011-12-22 19:25:13.137470000 -0500 ++++ ntrack/glib/test/Makefile.am 2011-12-22 20:07:19.451344565 -0500 +@@ -27,7 +27,6 @@ + ../../common/libntrack.la + + AM_CFLAGS = \ +- -pedantic \ + -Wall \ + -Werror \ + -I$(srcdir)/.. \ +Index: ntrack/glib/test/Makefile.in +=================================================================== +--- ntrack.orig/glib/test/Makefile.in 2011-12-22 20:05:46.243208000 -0500 ++++ ntrack/glib/test/Makefile.in 2011-12-22 20:07:23.903344367 -0500 +@@ -260,7 +260,6 @@ + ../../common/libntrack.la + + AM_CFLAGS = \ +- -pedantic \ + -Wall \ + -Werror \ + -I$(srcdir)/.. \ +Index: ntrack/gobject/Makefile.am +=================================================================== +--- ntrack.orig/gobject/Makefile.am 2011-12-22 20:05:46.243208000 -0500 ++++ ntrack/gobject/Makefile.am 2011-12-22 20:07:27.515344206 -0500 +@@ -26,7 +26,6 @@ + AM_CFLAGS = \ + -Wall \ + -Werror \ +- -pedantic \ + -I$(srcdir)/../common/ \ + -I$(srcdir)/../glib/ + +Index: ntrack/gobject/Makefile.in +=================================================================== +--- ntrack.orig/gobject/Makefile.in 2011-12-22 20:05:46.243208000 -0500 ++++ ntrack/gobject/Makefile.in 2011-12-22 20:07:31.519344028 -0500 +@@ -347,7 +347,6 @@ + AM_CFLAGS = \ + -Wall \ + -Werror \ +- -pedantic \ + -I$(srcdir)/../common/ \ + -I$(srcdir)/../glib/ + +Index: ntrack/modules/Makefile.am +=================================================================== +--- ntrack.orig/modules/Makefile.am 2011-12-22 20:05:46.243208000 -0500 ++++ ntrack/modules/Makefile.am 2011-12-22 20:07:35.519343851 -0500 +@@ -26,7 +26,6 @@ + -Wall \ + -Werror \ + -Wno-variadic-macros \ +- -pedantic \ + -I$(top_srcdir)/common/ + + AM_LDFLAGS = +Index: ntrack/modules/Makefile.in +=================================================================== +--- ntrack.orig/modules/Makefile.in 2011-12-22 20:05:46.243208000 -0500 ++++ ntrack/modules/Makefile.in 2011-12-22 20:07:39.391343676 -0500 +@@ -352,7 +352,6 @@ + -Wall \ + -Werror \ + -Wno-variadic-macros \ +- -pedantic \ + -I$(top_srcdir)/common/ + + AM_LDFLAGS = diff --git a/extra/octave/PKGBUILD b/extra/octave/PKGBUILD index 3ed70cd8f..cb0c333dc 100644 --- a/extra/octave/PKGBUILD +++ b/extra/octave/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 150143 2012-02-13 14:12:46Z ronald $ +# $Id: PKGBUILD 150772 2012-02-21 21:03:35Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor : shining <shiningxc.at.gmail.com> # Contributor : cyberdune <cyberdune@gmail.com> pkgname=octave pkgver=3.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level language, primarily intended for numerical computations." arch=('i686' 'x86_64' 'mips64el') url="http://www.octave.org" license=('GPL') -depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull') -makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core' 'fltk') +depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull' 'fltk') +makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core') optdepends=('texinfo: for help-support in octave' 'gnuplot: alternative plotting' - 'umfpack: LU decomposition of some large sparse matrices' - 'fltk: alternative plotting') + 'umfpack: LU decomposition of some large sparse matrices') source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2") options=('!emptydirs') install=octave.install diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD index 29b5fc0a8..c3d022978 100644 --- a/extra/sbcl/PKGBUILD +++ b/extra/sbcl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 144860 2011-12-08 19:58:02Z juergen $ +# $Id: PKGBUILD 150733 2012-02-21 12:33:12Z juergen $ # Contributor: John Proctor <jproctor@prium.net> # Contributor: Daniel White <daniel@whitehouse.id.au> # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Leslie Polzer (skypher) pkgname=sbcl -pkgver=1.0.54 +pkgver=1.0.55 pkgrel=1 pkgdesc="Steel Bank Common Lisp" url="http://www.sbcl.org/" @@ -19,7 +19,7 @@ makedepends=('clisp' 'texinfo') install=sbcl.install source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" "arch-fixes.lisp") -md5sums=('b7e956a71d603bb714f71c2f7ef350f6' +md5sums=('128fb15c80e8e3f8d4024bd8e04635e0' '7ac0c1936547f4278198b8bf7725204d') build() { diff --git a/kernels/xen/PKGBUILD b/kernels/xen/PKGBUILD index e1796106a..4f4a1218b 100644 --- a/kernels/xen/PKGBUILD +++ b/kernels/xen/PKGBUILD @@ -1,17 +1,22 @@ -#Mantainer M0Rf30 -#Contributor WaxyMouthfeel +# Mantainer M0Rf30 +# Contributor WaxyMouthfeel # Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy> pkgname=xen pkgver=4.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Xen 4 (hypervisor and tools)" arch=(i686 x86_64) url="http://xen.org/" license="GPL" -depends=('xz-utils' 'bzip2' 'iproute' 'bridge-utils' 'python2' 'sdl' 'zlib' 'e2fsprogs' 'pkgconfig' 'gnutls' 'lzo2' 'glibc') -[ "$CARCH" == "x86_64" ] && depends=(${depends} 'lib32-glibc') + +if [[ $CARCH == "x86_64" ]]; then + depends=('xz-utils' 'bzip2' 'iproute' 'net-tools' 'bridge-utils' 'python2' 'sdl' 'zlib' 'e2fsprogs' 'bin86' 'pkgconfig' 'gnutls' 'lzo2' 'lib32-glibc') +else + depends=('xz-utils' 'bzip2' 'iproute' 'net-tools' 'bridge-utils' 'python2' 'sdl' 'zlib' 'e2fsprogs' 'bin86' 'pkgconfig' 'gnutls' 'lzo2' 'glibc') +fi + optdepends=('xen-docs: Xen Official Documentation') -makedepends=('dev86' 'bin86' 'ocaml-findlib' 'iasl') +makedepends=('dev86' 'ocaml-findlib' 'iasl') conflicts=('xen4' 'xen3' 'xen-hv-tools' 'libxen4') provides=('xen') backup=('etc/xen/xend-config.sxp' 'etc/xen/xend-pci-permissive.sxp' 'etc/xen/xend-pci-quirks.sxp') diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 7cd327ca1..465e8b395 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -3,13 +3,14 @@ # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): Nicolás Reynolds <fauno@kiwwwi.com.ar> # Maintainer (Parabola): Sorin-Mihai Vârgolici <smv@yobicore.org> +# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy> pkgbase=linux-libre pkgname=('linux-libre' 'linux-libre-headers' 'linux-libre-docs') # Build stock -LIBRE kernel # pkgname=linux-custom # Build kernel with a different name _kernelname=${pkgname#linux-libre} _basekernel=3.2 -pkgver=${_basekernel}.5 +pkgver=${_basekernel}.7 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" @@ -30,10 +31,10 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-li 'i915-fix-ghost-tv-output.patch' 'i915-gpu-finish.patch') md5sums=('27c641c4f6785fc647cdd3e44963a55c' - 'f81e60e49e4fb471f82ddfa2b8a8bd45' - '8116d2a3c35808f3fceece95d0b6ee96' - '92f62a90c1df8d74704a510d28146c52' - '576ba68b171efd4a3333736c30f334ef' + '37a0fdc7ad19c9489faf09925b4fae5b' + '690e6201d219638544d2fba3996dc822' + 'f27599e6b2a002d1a13b2249ff030314' + 'c51cdf3d047db4bbb46bfa70fe92b196' 'a8a3843046926eb7ab81312cd438c5c5' '2967cecc3af9f954ccc822fd63dca6ff' '8267264d9a8966e57fdacd1fa1fc65c4' diff --git a/libre/linux-libre/config.i686 b/libre/linux-libre/config.i686 index 9aace04bc..be8d43e31 100644 --- a/libre/linux-libre/config.i686 +++ b/libre/linux-libre/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.0 Kernel Configuration +# Linux/i386 3.2.6-1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -722,7 +722,7 @@ CONFIG_DEFAULT_CUBIC=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set -CONFIG_IPV6=m +CONFIG_IPV6=y CONFIG_IPV6_PRIVACY=y CONFIG_IPV6_ROUTER_PREF=y CONFIG_IPV6_ROUTE_INFO=y @@ -3599,7 +3599,6 @@ CONFIG_VIDEO_CX18=m CONFIG_VIDEO_CX18_ALSA=m CONFIG_VIDEO_SAA7164=m CONFIG_VIDEO_CAFE_CCIC=m -CONFIG_VIDEO_VIA_CAMERA=m CONFIG_SOC_CAMERA=m CONFIG_SOC_CAMERA_IMX074=m CONFIG_SOC_CAMERA_MT9M001=m @@ -4014,7 +4013,7 @@ CONFIG_FB_SYS_IMAGEBLIT=m CONFIG_FB_SYS_FOPS=m # CONFIG_FB_WMT_GE_ROPS is not set CONFIG_FB_DEFERRED_IO=y -CONFIG_FB_SVGALIB=m +# CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set CONFIG_FB_BACKLIGHT=y CONFIG_FB_MODE_HELPERS=y @@ -4023,73 +4022,48 @@ CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # -CONFIG_FB_CIRRUS=m -CONFIG_FB_PM2=m -CONFIG_FB_PM2_FIFO_DISCONNECT=y -CONFIG_FB_CYBER2000=m -CONFIG_FB_CYBER2000_DDC=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set -# CONFIG_FB_VGA16 is not set +CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m CONFIG_FB_VESA=y CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set -CONFIG_FB_NVIDIA=m -CONFIG_FB_NVIDIA_I2C=y -# CONFIG_FB_NVIDIA_DEBUG is not set -CONFIG_FB_NVIDIA_BACKLIGHT=y -CONFIG_FB_RIVA=m -CONFIG_FB_RIVA_I2C=y -# CONFIG_FB_RIVA_DEBUG is not set -CONFIG_FB_RIVA_BACKLIGHT=y +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set CONFIG_FB_I810=m -# CONFIG_FB_I810_GTF is not set -CONFIG_FB_LE80578=m -CONFIG_FB_CARILLO_RANCH=m +CONFIG_FB_I810_GTF=y +CONFIG_FB_I810_I2C=y +# CONFIG_FB_LE80578 is not set # CONFIG_FB_MATROX is not set -CONFIG_FB_RADEON=m -CONFIG_FB_RADEON_I2C=y -CONFIG_FB_RADEON_BACKLIGHT=y -# CONFIG_FB_RADEON_DEBUG is not set -CONFIG_FB_ATY128=m -CONFIG_FB_ATY128_BACKLIGHT=y -CONFIG_FB_ATY=m -CONFIG_FB_ATY_CT=y -CONFIG_FB_ATY_GENERIC_LCD=y -CONFIG_FB_ATY_GX=y -CONFIG_FB_ATY_BACKLIGHT=y -CONFIG_FB_S3=m -CONFIG_FB_S3_DDC=y -CONFIG_FB_SAVAGE=m -CONFIG_FB_SAVAGE_I2C=y -CONFIG_FB_SAVAGE_ACCEL=y -CONFIG_FB_SIS=m -CONFIG_FB_SIS_300=y -CONFIG_FB_SIS_315=y -CONFIG_FB_VIA=m -# CONFIG_FB_VIA_DIRECT_PROCFS is not set -CONFIG_FB_VIA_X_COMPATIBILITY=y -CONFIG_FB_NEOMAGIC=m -CONFIG_FB_KYRO=m -CONFIG_FB_3DFX=m -CONFIG_FB_3DFX_ACCEL=y -CONFIG_FB_3DFX_I2C=y +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_VIA is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set CONFIG_FB_VOODOO1=m -CONFIG_FB_VT8623=m -CONFIG_FB_TRIDENT=m +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_TMIO is not set # CONFIG_FB_SM501 is not set -CONFIG_FB_SMSCUFX=m +# CONFIG_FB_SMSCUFX is not set CONFIG_FB_UDL=m -# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VIRTUAL=m # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set # CONFIG_FB_BROADSHEET is not set @@ -4108,7 +4082,6 @@ CONFIG_LCD_AMS369FG06=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PROGEAR=m -CONFIG_BACKLIGHT_CARILLO_RANCH=m CONFIG_BACKLIGHT_APPLE=m CONFIG_BACKLIGHT_SAHARA=m CONFIG_BACKLIGHT_WM831X=m @@ -5254,17 +5227,10 @@ CONFIG_SIGMA=m # # File systems # -CONFIG_EXT2_FS=m -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -# CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m -CONFIG_EXT3_DEFAULTS_TO_ORDERED=y -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=m +CONFIG_EXT4_USE_FOR_EXT23=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y @@ -5417,9 +5383,9 @@ CONFIG_PSTORE=y CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set # CONFIG_UFS_DEBUG is not set -CONFIG_ORE=m CONFIG_EXOFS_FS=m # CONFIG_EXOFS_DEBUG is not set +CONFIG_ORE=m CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y diff --git a/libre/linux-libre/config.x86_64 b/libre/linux-libre/config.x86_64 index 42aafc2bb..427eee5e3 100644 --- a/libre/linux-libre/config.x86_64 +++ b/libre/linux-libre/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.2.0 Kernel Configuration +# Linux/x86_64 3.2.6-1 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -684,7 +684,7 @@ CONFIG_DEFAULT_CUBIC=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set -CONFIG_IPV6=m +CONFIG_IPV6=y CONFIG_IPV6_PRIVACY=y CONFIG_IPV6_ROUTER_PREF=y CONFIG_IPV6_ROUTE_INFO=y @@ -3447,7 +3447,6 @@ CONFIG_VIDEO_CX18=m CONFIG_VIDEO_CX18_ALSA=m CONFIG_VIDEO_SAA7164=m CONFIG_VIDEO_CAFE_CCIC=m -CONFIG_VIDEO_VIA_CAMERA=m CONFIG_SOC_CAMERA=m CONFIG_SOC_CAMERA_IMX074=m CONFIG_SOC_CAMERA_MT9M001=m @@ -3831,7 +3830,7 @@ CONFIG_VGASTATE=m CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=y CONFIG_FIRMWARE_EDID=y -CONFIG_FB_DDC=m +# CONFIG_FB_DDC is not set CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y @@ -3844,7 +3843,7 @@ CONFIG_FB_SYS_IMAGEBLIT=m CONFIG_FB_SYS_FOPS=m # CONFIG_FB_WMT_GE_ROPS is not set CONFIG_FB_DEFERRED_IO=y -CONFIG_FB_SVGALIB=m +# CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set CONFIG_FB_BACKLIGHT=y CONFIG_FB_MODE_HELPERS=y @@ -3853,71 +3852,45 @@ CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # -CONFIG_FB_CIRRUS=m -CONFIG_FB_PM2=m -CONFIG_FB_PM2_FIFO_DISCONNECT=y -CONFIG_FB_CYBER2000=m -CONFIG_FB_CYBER2000_DDC=y +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set -# CONFIG_FB_VGA16 is not set +CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m CONFIG_FB_VESA=y CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set -CONFIG_FB_NVIDIA=m -CONFIG_FB_NVIDIA_I2C=y -# CONFIG_FB_NVIDIA_DEBUG is not set -CONFIG_FB_NVIDIA_BACKLIGHT=y -CONFIG_FB_RIVA=m -CONFIG_FB_RIVA_I2C=y -# CONFIG_FB_RIVA_DEBUG is not set -CONFIG_FB_RIVA_BACKLIGHT=y -CONFIG_FB_LE80578=m -CONFIG_FB_CARILLO_RANCH=m +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_LE80578 is not set # CONFIG_FB_MATROX is not set -CONFIG_FB_RADEON=m -CONFIG_FB_RADEON_I2C=y -CONFIG_FB_RADEON_BACKLIGHT=y -# CONFIG_FB_RADEON_DEBUG is not set -CONFIG_FB_ATY128=m -CONFIG_FB_ATY128_BACKLIGHT=y -CONFIG_FB_ATY=m -CONFIG_FB_ATY_CT=y -CONFIG_FB_ATY_GENERIC_LCD=y -CONFIG_FB_ATY_GX=y -CONFIG_FB_ATY_BACKLIGHT=y -CONFIG_FB_S3=m -CONFIG_FB_S3_DDC=y -CONFIG_FB_SAVAGE=m -CONFIG_FB_SAVAGE_I2C=y -CONFIG_FB_SAVAGE_ACCEL=y -CONFIG_FB_SIS=m -CONFIG_FB_SIS_300=y -CONFIG_FB_SIS_315=y -CONFIG_FB_VIA=m -# CONFIG_FB_VIA_DIRECT_PROCFS is not set -CONFIG_FB_VIA_X_COMPATIBILITY=y -CONFIG_FB_NEOMAGIC=m -CONFIG_FB_KYRO=m -CONFIG_FB_3DFX=m -CONFIG_FB_3DFX_ACCEL=y -CONFIG_FB_3DFX_I2C=y +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_VIA is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set CONFIG_FB_VOODOO1=m -CONFIG_FB_VT8623=m -CONFIG_FB_TRIDENT=m +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_TMIO is not set # CONFIG_FB_SM501 is not set -CONFIG_FB_SMSCUFX=m +# CONFIG_FB_SMSCUFX is not set CONFIG_FB_UDL=m -# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VIRTUAL=m CONFIG_XEN_FBDEV_FRONTEND=m # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set @@ -3937,7 +3910,6 @@ CONFIG_LCD_AMS369FG06=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PROGEAR=m -CONFIG_BACKLIGHT_CARILLO_RANCH=m CONFIG_BACKLIGHT_APPLE=m CONFIG_BACKLIGHT_SAHARA=m CONFIG_BACKLIGHT_WM831X=m @@ -5016,17 +4988,10 @@ CONFIG_SIGMA=m # # File systems # -CONFIG_EXT2_FS=m -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -# CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m -CONFIG_EXT3_DEFAULTS_TO_ORDERED=y -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=m +CONFIG_EXT4_USE_FOR_EXT23=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y @@ -5180,9 +5145,9 @@ CONFIG_PSTORE=y CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set # CONFIG_UFS_DEBUG is not set -CONFIG_ORE=m CONFIG_EXOFS_FS=m # CONFIG_EXOFS_DEBUG is not set +CONFIG_ORE=m CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 58ad94d49..6e3e16986 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.2.5-1-LIBRE +KERNEL_VERSION=3.2.7-1-LIBRE post_install () { # updating module dependencies |