diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-07 11:24:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-07 11:24:34 -0300 |
commit | a607668699d0ed030ac69ed31969dfa266439e38 (patch) | |
tree | 5b3e076437e78d8624668454afc1d82750d54c8a /community | |
parent | 6b015d22b5b59eddb6e8c40989017d8492ac912c (diff) | |
parent | a4d309341dbcd3c28ee68e818c1d5ef54114adf8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/libraw/PKGBUILD
community-testing/virtualbox-modules/PKGBUILD
community-testing/virtualbox-modules/virtualbox-modules.install
community-testing/virtualbox/PKGBUILD
community-testing/virtualbox/vboxdrv-reference.patch
community-testing/virtualbox/virtualbox.install
community-testing/vtk/PKGBUILD
community/audex/PKGBUILD
community/critter/PKGBUILD
community/egoboo/PKGBUILD
community/fcgiwrap/PKGBUILD
community/hping/PKGBUILD
community/libesmtp/PKGBUILD
community/lockdev/PKGBUILD
community/pidgin-musictracker/PKGBUILD
community/pidgin-otr/PKGBUILD
community/pylibacl/PKGBUILD
community/pypanel/PKGBUILD
community/rdiff-backup/PKGBUILD
community/steghide/PKGBUILD
community/tabbed/PKGBUILD
community/transset-df/PKGBUILD
community/wyrd/PKGBUILD
core/openldap/PKGBUILD
core/sqlite3/PKGBUILD
extra/fltk/PKGBUILD
extra/thunar/PKGBUILD
extra/xfce4-clipman-plugin/PKGBUILD
multilib/lib32-acl/PKGBUILD
multilib/lib32-alsa-oss/PKGBUILD
multilib/lib32-glib2/PKGBUILD
multilib/lib32-libffi/PKGBUILD
multilib/lib32-libmng/PKGBUILD
multilib/lib32-libpciaccess/PKGBUILD
multilib/lib32-libusb-compat/PKGBUILD
multilib/lib32-libusb/PKGBUILD
multilib/wine/PKGBUILD
Diffstat (limited to 'community')
60 files changed, 463 insertions, 388 deletions
diff --git a/community/alleyoop/PKGBUILD b/community/alleyoop/PKGBUILD index bac994fe6..895a91d77 100644 --- a/community/alleyoop/PKGBUILD +++ b/community/alleyoop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 57362 2011-10-26 12:52:41Z arodseth $ +# $Id: PKGBUILD 57801 2011-11-03 09:12:48Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angelo Theodorou <encelo@users.sourceforge.net> # Contributor: Lex Rivera aka x-demon <aur@x-demon.org> pkgname=alleyoop pkgver=0.9.7 -pkgrel=2 +pkgrel=3 pkgdesc="A Valgrind front-end for the GNOME environment" arch=('x86_64' 'i686') url="http://alleyoop.sourceforge.net/" @@ -12,24 +12,24 @@ license=('GPL') depends=('valgrind' 'libgnomeui') makedepends=('intltool') install=alleyoop.install -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('b45ab041dea15cd0ae663183bef893c6') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" - make DESTDIR=${pkgdir} install - install -m755 -d ${pkgdir}/usr/share/gconf/schemas - gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas \ - --domain alleyoop ${pkgdir}/etc/gconf/schemas/*.schemas - rm -rf ${pkgdir}/etc + make DESTDIR="$pkgdir" install + install -m755 -d "$pkgdir/usr/share/gconf/schemas" + gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \ + --domain alleyoop "$pkgdir"/etc/gconf/schemas/*.schemas + rm -r "$pkgdir/etc" } # vim:set ts=2 sw=2 et: diff --git a/community/alleyoop/alleyoop.install b/community/alleyoop/alleyoop.install index 4f8183a70..16e3af018 100644 --- a/community/alleyoop/alleyoop.install +++ b/community/alleyoop/alleyoop.install @@ -1,17 +1,19 @@ pkgname=alleyoop post_install() { -usr/sbin/gconfpkg --install ${pkgname} + usr/sbin/gconfpkg --install ${pkgname} +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} } pre_upgrade() { -pre_remove $1 + pre_remove $1 } post_upgrade() { -post_install $1 + post_install $1 } -pre_remove() { -usr/sbin/gconfpkg --uninstall ${pkgname} -} +# vim:set ts=2 sw=2 et: diff --git a/community/audex/PKGBUILD b/community/audex/PKGBUILD index a1d238750..3b0e855f3 100644 --- a/community/audex/PKGBUILD +++ b/community/audex/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 56794 2011-10-12 23:16:45Z lcarlier $ +# $Id: PKGBUILD 57952 2011-11-04 20:47:05Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: mightyjaym <jmambrosino@gmail.com> # Contributor: moostik <mooostik_at_gmail.com> pkgname=audex pkgver=0.74b1 -pkgrel=2 +pkgrel=3 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE" arch=('i686' 'x86_64' 'mips64el') -url="http://kde.maniatek.com/audex/" +url="http://kde-apps.org/content/show.php?content=77125" license=('GPL') depends=('kdemultimedia-kioslave' 'cdparanoia') makedepends=('cmake' 'automoc4') @@ -17,7 +17,7 @@ optdepends=('vorbis-tools: OGG encoder' 'flac: FLAC encoder' 'lame: MP3 encoder') install=${pkgname}.install -source=("http://kde.maniatek.com/audex/files/${pkgname}-${pkgver}.tar.xz" +source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz" "google_regex.patch") md5sums=('20fdf9a0f89c08f44a151b6bdaab8782' '77b33d8daead89d5f4f15b78a1cd1d55') diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD index 2b7be9e93..4b3e0291b 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57448 2011-10-27 21:24:16Z giovanni $ +# $Id: PKGBUILD 57853 2011-11-03 15:52:53Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Petrov Roman <nwhisper@gmail.com> # Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com> pkgname=calibre pkgver=0.8.24 -pkgrel=1 +pkgrel=2 pkgdesc="Ebook management application" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -19,9 +19,11 @@ makedepends=('python2-pycountry') optdepends=('ipython: to use calibre-debug') install=calibre.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'desktop_integration.patch') + 'desktop_integration.patch' + 'calibre-mount-helper') md5sums=('9ab82f7d4d072cc6858ef92f29d6029a' - '253ce4fe5d01f8ff76b63cd3825755ea') + '253ce4fe5d01f8ff76b63cd3825755ea' + '675cd87d41342119827ef706055491e7') build() { cd "${srcdir}/${pkgname}" @@ -64,4 +66,8 @@ package() { for decom in "${pkgdir}"/usr/share/man/man1/*.bz2; do bzip2 -d "${decom}" done + + # See http://lwn.net/SubscriberLink/465311/7c299471a5399167/ + rm -rf ${pkgdir}/usr/bin/calibre-mount-helper + install -m 755 ${srcdir}/calibre-mount-helper "${pkgdir}/usr/bin" } diff --git a/community/calibre/calibre-mount-helper b/community/calibre/calibre-mount-helper new file mode 100755 index 000000000..00cac4270 --- /dev/null +++ b/community/calibre/calibre-mount-helper @@ -0,0 +1,28 @@ +#!/bin/sh -e +# Replacement for upstream mount helper using udisks/eject +# (C) 2010 Martin Pitt <mpitt@debian.org> + +ACTION="$1" +DEV="$2" + +case "$ACTION" in + mount) + udisks --mount "$DEV" + + # check if mount worked. If not, fail + # udisks does return 0 even if mount failed + mount | grep -q "$DEV" || exit 0 + ;; + + eject) + eject "$DEV" + ;; + + cleanup) + ;; + + *) + echo "unknown action" >&2 + exit 1 +esac + diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD index 6e10547e3..741b8e036 100644 --- a/community/choqok/PKGBUILD +++ b/community/choqok/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 57710 2011-11-01 14:51:22Z plewis $ -# Maintainer: Peter Lewis <plewis@aur.archlinux.org> +# $Id: PKGBUILD 58036 2011-11-05 17:31:00Z plewis $ +# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Emanuele Rossi <newdna1510@yahoo.it> # Contributor: Bram Schoenmakers <me@bramschoenmakers.nl> pkgname=choqok pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Twitter/identi.ca/laconica client for KDE" url="http://choqok.gnufolks.org/" license=('GPL') diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD index 8abffecc8..52d6fe97d 100644 --- a/community/critter/PKGBUILD +++ b/community/critter/PKGBUILD @@ -1,15 +1,17 @@ -# Maintainer: Allan McRae <mcrae_allan@hotmail.com> +# $Id: PKGBUILD 57886 2011-11-04 08:24:44Z lcarlier $ +# Contributor: Allan McRae <mcrae_allan@hotmail.com> +# Maintainer: Daniel J Griffiths <griffithsdj@archlinux.us> pkgname=critter _origname=CriticalMass pkgver=1.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game" arch=('i686' 'x86_64' 'mips64el') -url="http://criticalmass.sourceforge.net/critter.php" +url="http://sourceforge.net/projects/criticalmass" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'mesa') -source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-$pkgver.tar.bz2 +source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2 critter-gcc43.patch critter.desktop) md5sums=('e2aff114bffa717fb79c82e1dc473ebe' @@ -17,13 +19,21 @@ md5sums=('e2aff114bffa717fb79c82e1dc473ebe' '98c17809aed964c445adad09827035df') build() { - cd $startdir/src/$_origname-$pkgver + cd ${srcdir}/$_origname-${pkgver} + patch -Np1 -i ../critter-gcc43.patch sed -i 's|-lpng12|-lpng|g' configure + ./configure --prefix=/usr --mandir=/usr/share/man - make || return 1 - make DESTDIR=$startdir/pkg install - install -Dm644 critter.png ${startdir}/pkg/usr/share/pixmaps/critter.png + make +} + +package() { + cd ${srcdir}/$_origname-${pkgver} + + make DESTDIR=${pkgdir} install + + install -Dm644 critter.png ${pkgdir}/usr/share/pixmaps/critter.png install -Dm644 ../critter.desktop \ - ${startdir}/pkg/usr/share/applications/critter.desktop + ${pkgdir}/usr/share/applications/critter.desktop } diff --git a/community/devil/PKGBUILD b/community/devil/PKGBUILD index 52aef74b8..fddb3cc7c 100644 --- a/community/devil/PKGBUILD +++ b/community/devil/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 57001 2011-10-18 03:48:42Z ebelanger $ +# $Id: PKGBUILD 57890 2011-11-04 08:33:14Z lcarlier $ # Maintainer: damir <damir@archlinux.org> # Contributor: TheHoff <forums> pkgname=devil pkgver=1.7.8 -pkgrel=7 +pkgrel=8 pkgdesc="Library for reading several different image formats" arch=('i686' 'x86_64' 'mips64el') url="http://openil.sourceforge.net/" @@ -18,16 +18,16 @@ md5sums=('7918f215524589435e5ec2e8736d5e1d' '0f839ccefd43b0ee8b4b3f99806147fc') build() { - cd $srcdir/devil-$pkgver + cd ${srcdir}/devil-$pkgver - patch -Np1 -i $srcdir/libpng14.patch + patch -Np1 -i ${srcdir}/libpng14.patch ./configure --prefix=/usr --enable-ILU --enable-ILUT --enable-opengl --enable-sdl make } package() { - cd $srcdir/devil-$pkgver + cd ${srcdir}/devil-$pkgver - make prefix=$pkgdir/usr install + make prefix=${pkgdir}/usr install } diff --git a/community/egoboo/PKGBUILD b/community/egoboo/PKGBUILD index 0c5796b84..b7fe83637 100644 --- a/community/egoboo/PKGBUILD +++ b/community/egoboo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 57498 2011-10-29 13:47:47Z lcarlier $ +# $Id: PKGBUILD 57902 2011-11-04 09:04:39Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> @@ -7,7 +7,7 @@ pkgname=egoboo pkgver=2.8.1 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64' 'mips64el') license=('GPL') pkgdesc="An open-source action RPG/dungeon crawling adventure with OpenGL 3D graphics" diff --git a/community/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD index c4fe19273..a4d9e558e 100644 --- a/community/fcgiwrap/PKGBUILD +++ b/community/fcgiwrap/PKGBUILD @@ -1,24 +1,29 @@ -# $Id: PKGBUILD 28017 2010-10-01 16:05:40Z aschaefer $ -# Maintainer: Aaron Bull Schaefer <aaron@elasticdog.com> +# $Id: PKGBUILD 57830 2011-11-03 10:18:16Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Aaron Bull Schaefer <aaron@elasticdog.com> # Contributor: Ron Huang <ronhuang+aur at gmail dot com> pkgname=fcgiwrap pkgver=1.0.3 _gitrev='2e301c8' -pkgrel=1 -pkgdesc='A simple server for running CGI applications over FastCGI' +pkgrel=2 +pkgdesc='A simple server for running CGI applications over FastCGI.' arch=('i686' 'x86_64' 'mips64el') url='http://nginx.localdomain.pl/wiki/FcgiWrap' license=('MIT') depends=('fcgi' 'spawn-fcgi') backup=('etc/conf.d/fcgiwrap') -source=("http://github.com/downloads/gnosek/fcgiwrap/$pkgname-$pkgver.tar.gz" - 'fcgiwrap.conf.d' 'fcgiwrap.rc.d' 'LICENSE') -md5sums=('be73d90df7c4442084463e2815fc213d' '9fbb5b0e861ffea74e655143a4c1a8f9' - '71ea12f43aebca39f73ff2e0b684f361' '5aee62c27b4308f25ab32f05da387366') +source=("https://github.com/downloads/gnosek/fcgiwrap/${pkgname}-${pkgver}.tar.gz" + 'fcgiwrap.conf.d' + 'fcgiwrap.rc.d' + 'LICENSE') +md5sums=('be73d90df7c4442084463e2815fc213d' + '9fbb5b0e861ffea74e655143a4c1a8f9' + '71ea12f43aebca39f73ff2e0b684f361' + '5aee62c27b4308f25ab32f05da387366') build() { - cd "$srcdir/gnosek-$pkgname-$_gitrev" + cd "${srcdir}/gnosek-${pkgname}-${_gitrev}" autoreconf --install ./configure --prefix=/usr @@ -26,10 +31,10 @@ build() { } package() { - cd "$srcdir/gnosek-$pkgname-$_gitrev" + cd "${srcdir}/gnosek-${pkgname}-${_gitrev}" - make DESTDIR="$pkgdir" install - install -D -m644 ../fcgiwrap.conf.d "$pkgdir/etc/conf.d/$pkgname" - install -D -m755 ../fcgiwrap.rc.d "$pkgdir/etc/rc.d/$pkgname" - install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + make DESTDIR="${pkgdir}" install + install -Dm0644 ../fcgiwrap.conf.d "${pkgdir}/etc/conf.d/${pkgname}" + install -Dm0755 ../fcgiwrap.rc.d "${pkgdir}/etc/rc.d/${pkgname}" + install -Dm0644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } diff --git a/community/fuseiso/PKGBUILD b/community/fuseiso/PKGBUILD index f6865cc0c..359d7f3d1 100644 --- a/community/fuseiso/PKGBUILD +++ b/community/fuseiso/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54617 2011-08-22 06:10:07Z lcarlier $ +# $Id: PKGBUILD 57911 2011-11-04 11:59:27Z lcarlier $ # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=fuseiso pkgver=20070708 -pkgrel=3 +pkgrel=4 pkgdesc="FUSE module to mount ISO filesystem images" arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/fuseiso/" diff --git a/community/gambas2/PKGBUILD b/community/gambas2/PKGBUILD index ba7beb938..fb5de8318 100644 --- a/community/gambas2/PKGBUILD +++ b/community/gambas2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56943 2011-10-17 08:20:39Z ibiru $ +# $Id: PKGBUILD 57868 2011-11-03 22:36:48Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Biru Ionut <ionut@archlinux.ro> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -20,7 +20,7 @@ pkgname=('gambas2-meta' 'gambas2-runtime' 'gambas2-devel' 'gambas2-ide' 'gambas2 'gambas2-gb-sdl-sound' 'gambas2-gb-settings' 'gambas2-gb-v4l' 'gambas2-gb-vb' 'gambas2-gb-web' 'gambas2-gb-xml' 'gambas2-gb-xml-rpc' 'gambas2-gb-xml-xslt') pkgver=2.23.1 -pkgrel=2 +pkgrel=3 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64' 'mips64el') url="http://gambas.sourceforge.net" diff --git a/community/gcc-avr/PKGBUILD b/community/gcc-avr/PKGBUILD index 0b93f18f2..045c1f17f 100644 --- a/community/gcc-avr/PKGBUILD +++ b/community/gcc-avr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 51816 2011-07-15 23:03:40Z bfanella $ +# $Id: PKGBUILD 57845 2011-11-03 12:26:59Z jelle $ # Maintainer: Brad Fanella <bradfanella@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: danst0 <danst0@west.de> pkgname=gcc-avr -pkgver=4.6.1 +pkgver=4.6.2 pkgrel=1 pkgdesc="The GNU avr Compiler Collection" arch=('i686' 'x86_64' 'mips64el') @@ -55,3 +55,5 @@ package() { rm -rf ${pkgdir}/usr/share/info } +md5sums=('780f614ab18c7a9066dec6387d7490b2' + '87ecd60431e41096419dd8a10f76e46b') diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index 094c45c08..297355163 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57206 2011-10-24 12:59:03Z arodseth $ +# $Id: PKGBUILD 57822 2011-11-03 10:07:17Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: djgera # Contributor: Patrick Melo <patrick@patrickmelo.eti.br> pkgname=geany-plugins pkgver=0.21 -pkgrel=1 +pkgrel=2 pkgdesc="Combined plugins release for Geany" arch=('i686' 'x86_64' 'mips64el') url="http://plugins.geany.org/" @@ -15,25 +15,25 @@ makedepends=('intltool') optdepends=('hspell: hebrew spell checker') conflicts=('geany-plugins-svn') install=geany-plugins.install -source=("http://plugins.geany.org/geany-plugins/${pkgname}-${pkgver}.tar.bz2") +source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2") md5sums=('22e106d7a026e720dd91feb79e44456f') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --libexecdir=/usr/lib make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" - make DESTDIR=${pkgdir} install + make DESTDIR="$pkgdir" install rmdir \ - "${pkgdir}/usr/share/geany-plugins/devhelp" \ - "${pkgdir}/usr/share/doc/geany-plugins/devhelp" \ - "${pkgdir}/usr/share/geany-plugins/debugger" \ - "${pkgdir}/usr/share/doc/geany-plugins/debugger" + "$pkgdir/usr/share/geany-plugins/devhelp" \ + "$pkgdir/usr/share/doc/geany-plugins/devhelp" \ + "$pkgdir/usr/share/geany-plugins/debugger" \ + "$pkgdir/usr/share/doc/geany-plugins/debugger" } # vim:set ts=2 sw=2 et: diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install index f26807673..c5a602e43 100644 --- a/community/geany-plugins/geany-plugins.install +++ b/community/geany-plugins/geany-plugins.install @@ -1,3 +1,5 @@ +pkgname=geany-plugins + post_upgrade() { gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor } diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 89b1c5700..509b0be3a 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56636 2011-10-09 11:13:50Z arodseth $ +# $Id: PKGBUILD 57809 2011-11-03 09:42:30Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.ro> @@ -6,7 +6,7 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany pkgver=0.21 -pkgrel=1 +pkgrel=2 pkgdesc="Fast and lightweight IDE" arch=('i686' 'x86_64' 'mips64el') url="http://www.geany.org/" @@ -15,12 +15,12 @@ depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'python2') makedepends=('perlxml' 'intltool') optdepends=("vte: for terminal support") install=geany.install -source=("http://download.geany.org/${pkgname}-${pkgver}.tar.gz") +source=("http://download.geany.org/$pkgname-$pkgver.tar.gz") options=('!libtool') md5sums=('d2734776badc3f5f9a778814ed56fb8a') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" msg2 "Configuring..." ./configure --prefix=/usr @@ -35,9 +35,9 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" - make DESTDIR=${pkgdir} install + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD index e0c68877d..5b71ad824 100644 --- a/community/gmerlin/PKGBUILD +++ b/community/gmerlin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 54036 2011-08-12 13:08:25Z lfleischer $ +# $Id: PKGBUILD 57805 2011-11-03 09:25:18Z spupykin $ # Maintainer: Mateusz Herych <heniekk@gmail.com> pkgname=gmerlin pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Multimedia architecture for Linux" arch=('i686' 'x86_64' 'mips64el') url="http://openmovieeditor.sourceforge.net/HomePage" @@ -11,10 +11,10 @@ license=('GPL') depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'mesa' 'libvisual' 'libcdio>=0.82' 'musicbrainz' 'mjpegtools') makedepends=('alsa-lib' 'jack' 'libquicktime' 'pulseaudio' 'v4l-utils') optdepends=('alsa-lib: for ALSA support' - 'jack: for JACK support' - 'libquicktime: for movie encoding' - 'pulseaudio: for PulseAudio support' - 'v4l-utils: for video conversion') + 'jack: for JACK support' + 'libquicktime: for movie encoding' + 'pulseaudio: for PulseAudio support' + 'v4l-utils: for video conversion') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) options=('!libtool') md5sums=('60d3c5081c8685ee7bc1afdfac8f6dc6') diff --git a/community/grafx2/PKGBUILD b/community/grafx2/PKGBUILD index 0eb3d0696..43da08b43 100644 --- a/community/grafx2/PKGBUILD +++ b/community/grafx2/PKGBUILD @@ -1,22 +1,22 @@ -# $Id$ +# $Id: PKGBUILD 57828 2011-11-03 10:14:39Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Simon Parzer <simon.parzer@gmail.com> pkgname=grafx2 pkgver=2.3 -pkgrel=1 -pkgdesc="Pixelart-oriented painting program (for pixling)" +pkgrel=2 +pkgdesc="Pixelart-oriented painting program" arch=('x86_64' 'i686') url="http://code.google.com/p/grafx2/" license=('GPL2') install=grafx2.install depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils') -source=("http://grafx2.googlecode.com/files/${pkgname}-${pkgver}.1781-src.tgz" - "${pkgname}.desktop") +source=("http://grafx2.googlecode.com/files/$pkgname-$pkgver.1781-src.tgz" + "grafx2.desktop") md5sums=('916a35c4762e85b4210a1041fbbfd830' - '73d1cb00b7529de5cbab5c8f00640fbc') + '9b3ecb5c2d44b987d65257184f46e6c4') build() { - cd "${srcdir}/${pkgname}/src" + cd "$srcdir/$pkgname/src" msg2 "Compiling..." make @@ -26,18 +26,18 @@ package() { cd "${srcdir}/${pkgname}/src" msg2 "Packaging files..." - make prefix="/usr" DESTDIR="${pkgdir}" install + make prefix="/usr" DESTDIR="$pkgdir" install msg2 "Packaging shortcut..." - install -Dm644 "${srcdir}/${pkgname}.desktop" \ - "${pkgdir}/usr/share/applications/${pkgname}.desktop" + install -Dm644 "$srcdir/$pkgname.desktop" \ + "$pkgdir/usr/share/applications/$pkgname.desktop" msg2 "Packaging documentation..." - install -Dm644 "${srcdir}/${pkgname}/doc/README.txt" \ - "${pkgdir}/usr/share/doc/${pkgname}/readme.txt" + install -Dm644 "$srcdir/$pkgname/doc/README.txt" \ + "$pkgdir/usr/share/doc/$pkgname/readme.txt" msg2 "Packaging license..." - install -Dm644 "${srcdir}/${pkgname}/doc/gpl-2.0.txt" \ - "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 "$srcdir/$pkgname/doc/gpl-2.0.txt" \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" msg2 "Cleaning up..." - rmdir ${pkgdir}/usr/share/grafx2/scripts/libs + rmdir "$pkgdir/usr/share/grafx2/scripts/libs" } # vim:set ts=2 sw=2 et: diff --git a/community/grafx2/grafx2.desktop b/community/grafx2/grafx2.desktop index fcd6e71fb..d58bc5ed3 100644 --- a/community/grafx2/grafx2.desktop +++ b/community/grafx2/grafx2.desktop @@ -2,10 +2,11 @@ Encoding=UTF-8 GenericName=GrafX2 Name=GrafX2 +Comment=Pixelart-oriented painting program Exec=grafx2 %U TryExec=grafx2 Icon=grafx2 Terminal=false Type=Application -Categories=Graphics;2DGraphics;RasterGraphics; -MimeType=image/bmp;image/gif;image/png;image/x-tga;image/tiff; +Categories=Graphics;2DGraphics;RasterGraphics +MimeType=image/bmp;image/gif;image/png;image/x-tga;image/tiff diff --git a/community/grafx2/grafx2.install b/community/grafx2/grafx2.install index ef816a666..12589796c 100644 --- a/community/grafx2/grafx2.install +++ b/community/grafx2/grafx2.install @@ -1,3 +1,5 @@ +pkgname=grafx2 + post_upgrade() { gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor update-desktop-database -q diff --git a/community/gtk-kde4/PKGBUILD b/community/gtk-kde4/PKGBUILD index 976f59934..9891313ae 100644 --- a/community/gtk-kde4/PKGBUILD +++ b/community/gtk-kde4/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 31082 2010-10-26 19:44:12Z lcarlier $ +# $Id: PKGBUILD 57913 2011-11-04 12:08:54Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Viliam Pucik <viliam dot pucik at gmail dot com> pkgname=gtk-kde4 pkgver=0.9.5b -pkgrel=1 +pkgrel=2 pkgdesc='Allows you to change style, icons, font of GTK applications in KDE4.' arch=('i686' 'x86_64' 'mips64el') url='http://kde-look.org/content/show.php?content=74689' diff --git a/community/hping/PKGBUILD b/community/hping/PKGBUILD index 66076e426..7c9e8e04e 100644 --- a/community/hping/PKGBUILD +++ b/community/hping/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 32612 2010-11-15 22:11:14Z lfleischer $ +# $Id: PKGBUILD 57877 2011-11-04 07:45:07Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=hping pkgver=3.0.0 -pkgrel=1 -pkgdesc='hping is a command-line oriented TCP/IP packet assembler/analyzer.' +pkgrel=2 +pkgdesc='A command-line oriented TCP/IP packet assembler/analyzer.' arch=('i686' 'x86_64' 'mips64el') url='http://www.hping.org' license=('GPL2' 'BSD') @@ -20,7 +20,7 @@ md5sums=('ca4ea4e34bcc2162aedf25df8b2d1747' build() { cd "${srcdir}/hping3-20051105" - [ "$CARCH" == "x86_64" ] && patch -Np1 -i ../bytesex.h.patch + [[ "$CARCH" == "x86_64" ]] && patch -Np1 -i ../bytesex.h.patch MANPATH=/usr/share/man ./configure --no-tcl make diff --git a/community/hsetroot/PKGBUILD b/community/hsetroot/PKGBUILD index 0c0569711..eb1f3ac85 100644 --- a/community/hsetroot/PKGBUILD +++ b/community/hsetroot/PKGBUILD @@ -4,7 +4,7 @@ pkgname=hsetroot pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='A tool which allows you to compose wallpapers for X.' url='http://www.thegraveyard.org/hsetroot.php' license=('GPL') diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index 20821d7bf..64a5e6281 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57443 2011-10-27 20:27:47Z lcarlier $ +# $Id: PKGBUILD 57915 2011-11-04 12:13:21Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com> pkgname=iasl pkgver=20110922 -pkgrel=1 +pkgrel=2 pkgdesc="Intel ACPI Source Language compiler" arch=('i686' 'x86_64' 'mips64el') url="http://acpica.org" diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index 86bbf48f1..38674cb01 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -1,6 +1,7 @@ +# $Id: PKGBUILD 57971 2011-11-05 09:47:31Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=jshon -pkgver=20110803 +pkgver=20111105 pkgrel=1 pkgdesc="A json parser for the shell." arch=('i686' 'x86_64' 'mips64el') @@ -10,7 +11,7 @@ depends=('jansson') makedepends=() optdepends=() source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('d14f012d6e9acf2c0ccc355fcd53c6fd') +md5sums=('5d4c6d40ef4497473445931e777e280b') build() { cd "$srcdir/$pkgname" diff --git a/community/kaudiocreator/PKGBUILD b/community/kaudiocreator/PKGBUILD index cd3d7514c..a57c02837 100644 --- a/community/kaudiocreator/PKGBUILD +++ b/community/kaudiocreator/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 55199 2011-09-06 06:39:38Z lcarlier $ +# $Id: PKGBUILD 57921 2011-11-04 14:03:31Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Nick B <Shirakawasuna at gmail _dot_com> pkgname=kaudiocreator pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk" arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645" diff --git a/community/kgraphviewer/PKGBUILD b/community/kgraphviewer/PKGBUILD index a083b91d0..fe18a5398 100644 --- a/community/kgraphviewer/PKGBUILD +++ b/community/kgraphviewer/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 50630 2011-06-29 08:39:25Z lcarlier $ +# $Id: PKGBUILD 57923 2011-11-04 14:25:20Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kgraphviewer pkgver=2.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="A Graphviz dot graph file viewer for KDE" arch=('i686' 'x86_64' 'mips64el') url='http://opendesktop.org/content/show.php?content=23999' diff --git a/community/knemo/PKGBUILD b/community/knemo/PKGBUILD index 84b7aea15..8928150e6 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 53704 2011-08-07 21:16:33Z lcarlier $ +# $Id: PKGBUILD 57927 2011-11-04 15:11:18Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com> pkgname=knemo pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="The KDE Network Monitor" arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php?content=12956" diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD index f8143bf09..eebd4df6b 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56337 2011-10-05 19:08:01Z andrea $ +# $Id: PKGBUILD 57929 2011-11-04 16:33:01Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> @@ -7,7 +7,7 @@ pkgname=kphotoalbum pkgver=4.1.1 -pkgrel=10 +pkgrel=11 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" arch=('i686' 'x86_64' 'mips64el') diff --git a/community/kpovmodeler/PKGBUILD b/community/kpovmodeler/PKGBUILD index 180404725..ebe6882e7 100644 --- a/community/kpovmodeler/PKGBUILD +++ b/community/kpovmodeler/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 27553 2010-09-25 08:31:17Z andrea $ +# $Id: PKGBUILD 57931 2011-11-04 17:14:03Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kpovmodeler pkgver=1.1.3 _kdever=4.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="A graphical editor for povray scenes" arch=('i686' 'x86_64' 'mips64el') url='http://kpovmodeler.org' @@ -19,8 +19,10 @@ md5sums=('aee8461cc813bb8e21ece3339c677288') build() { cd ${srcdir} + mkdir build cd build + cmake ../${pkgname}-${pkgver}-kde${_kdever} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr @@ -29,5 +31,6 @@ build() { package() { cd ${srcdir}/build + make DESTDIR=${pkgdir} install } diff --git a/community/krecipes/PKGBUILD b/community/krecipes/PKGBUILD index 313516ceb..f8301f1a8 100644 --- a/community/krecipes/PKGBUILD +++ b/community/krecipes/PKGBUILD @@ -7,7 +7,7 @@ pkgname=krecipes pkgver=2.0beta2 _pkgver=2.0-beta2 -pkgrel=1 +pkgrel=2 pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" arch=('i686' 'x86_64' 'mips64el') url="http://extragear.kde.org/apps/krecipes/" @@ -21,8 +21,10 @@ md5sums=('4c01ccad7ad1409cb35c824a61250fe2') build() { cd ${srcdir} + mkdir build cd build + cmake ../${pkgname}-${_pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr @@ -31,5 +33,6 @@ build() { package() { cd ${srcdir}/build + make DESTDIR=${pkgdir} install } diff --git a/community/libesmtp/PKGBUILD b/community/libesmtp/PKGBUILD index b1ef1f07f..cb6999ace 100644 --- a/community/libesmtp/PKGBUILD +++ b/community/libesmtp/PKGBUILD @@ -1,22 +1,28 @@ -# $Id: PKGBUILD 31477 2010-10-31 23:37:55Z loui $ +# $Id: PKGBUILD 57896 2011-11-04 08:47:23Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=libesmtp pkgver=1.0.6 -pkgrel=1 -pkgdesc="A library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA)" +pkgrel=2 +pkgdesc='A library to manage posting mail to a preconfigured MTA.' arch=('i686' 'x86_64' 'mips64el') -url="http://www.stafford.uklinux.net/libesmtp/" +url='http://www.stafford.uklinux.net/libesmtp/' license=('LGPL') depends=('openssl') -source=(http://www.stafford.uklinux.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +source=("http://www.stafford.uklinux.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('bf3915e627fd8f35524a8fdfeed979c8') options=('!libtool') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr - make || return 1 - make DESTDIR=${pkgdir} install + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } -md5sums=('bf3915e627fd8f35524a8fdfeed979c8') diff --git a/community/lockdev/PKGBUILD b/community/lockdev/PKGBUILD index 9935de200..7949b4cdd 100644 --- a/community/lockdev/PKGBUILD +++ b/community/lockdev/PKGBUILD @@ -1,33 +1,32 @@ -# $Id: PKGBUILD 21613 2010-07-16 20:02:19Z tdziedzic $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# $Id: PKGBUILD 57817 2011-11-03 10:01:23Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andreas Wagner <a.wagner@stud.uni-frankfurt.de> pkgname=lockdev pkgver=1.0.3_1.2 -pkgrel=2 -pkgdesc="Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods" -url="http://packages.qa.debian.org/l/lockdev.html" +_pkgver=1.0.3 +pkgrel=3 +pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods.' +url='http://packages.qa.debian.org/l/lockdev.html' license=("GPL") arch=('i686' 'x86_64' 'mips64el') -source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_1.0.3.orig.tar.gz" - "http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz") +source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz" + "http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz") md5sums=('64b9c1b87b125fc348e892e24625524a' 'afe2995ad3fc6551e107364d66a8e938') build() { - cd ${pkgname}-1.0.3 - - patch -p1 < ../${pkgname}_${pkgver/_/-}.diff + cd "${pkgname}-${_pkgver}" + patch -p1 -i "../${pkgname}_${pkgver/_/-}.diff" sed -i "s|CFLAGS = -g|CFLAGS = -g -fPIC|" Makefile make shared - make static } package() { - cd ${pkgname}-1.0.3 - - make basedir=${pkgdir}/usr install + cd "${pkgname}-${_pkgver}" + make basedir="${pkgdir}/usr" install } diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index cb10cf454..fa6b8d01b 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55891 2011-09-24 16:49:03Z stephane $ +# $Id: PKGBUILD 57940 2011-11-04 18:08:34Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=luxrays pkgver=0.8 _pkgver=ed424ec77571 -pkgrel=5 +pkgrel=6 epoch=0 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64' 'mips64el') diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD index b0487ad93..46af29ad7 100644 --- a/community/luxrender/PKGBUILD +++ b/community/luxrender/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 54540 2011-08-19 22:35:41Z ebelanger $ +# $Id: PKGBUILD 57947 2011-11-04 18:37:21Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Initial contributor: flixie <69one@gmx.net> # Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org> @@ -6,20 +6,22 @@ pkgname=luxrender pkgver=0.8 _pkgver=45d3e13eb94c _luxblend=9cb3fcee0be8 -_blender=2.59 -pkgrel=8 +_blender=2.60 +pkgrel=9 pkgdesc="Rendering system for physically correct, unbiased image synthesis" arch=('i686' 'x86_64' 'mips64el') url="http://www.luxrender.net/" license=('GPL') depends=('boost-libs' 'freeimage' 'openexr' 'libcl') -optdepends=('blender: Blender exporter' 'qt: Qt GUI') +optdepends=('blender: Blender exporter' 'qt: Qt GUI' \ + 'nvidia-utils: OpenCL support for nVidia GPUs' \ + 'amdstream: OpenCL support for AMD GPUs' \ + 'intel-opencl-sdk: OpenCL support for Intel CPUs') makedepends=('cmake' 'boost' 'qt' 'luxrays' 'python' 'opencl-headers') -install=luxrender.install source=(ftp://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2 \ - ftp://ftp.archlinux.org/other/community/luxrender/luxblend-"$pkgver".tar.bz2) + https://bitbucket.org/luxrender/luxblend25/get/v08-2.60.tar.bz2) md5sums=('0f2d856385db72131f51e44a7ee527fa' - '0c3c8d9efba76133f8c687b5dd2bca8a') + '004596f577bbe681358c40507b2583e8') build() { cd "$srcdir"/luxrender-lux-$_pkgver @@ -43,9 +45,9 @@ package() { # fix library path on x86_64 [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib - # install blender exporter + # install the blender exporter install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons - cp -a "$srcdir"/luxrender-luxblend25-$_luxblend/src/luxrender \ + cp -a "$srcdir"/luxrender-luxblend25-v08-2.60/src/luxrender \ "$pkgdir"/usr/share/blender/$_blender/scripts/addons cp -a "$srcdir"/luxrender-lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/ } diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index c516706ad..ece3a58fa 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57777 2011-11-02 15:28:31Z ibiru $ +# $Id: PKGBUILD 57938 2011-11-04 18:07:05Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: kiefer <jorgelmadrid@gmail.com> pkgname=lxdm pkgver=0.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="Lightweight Display Manager (part of LXDE)" arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lxdm/" @@ -26,7 +26,7 @@ md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821' '705f394052fdd0dec22e95321d170de0') build() { - cd $srcdir/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm make @@ -36,18 +36,12 @@ build() { package() { - cd $srcdir/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="${pkgdir}" install install -m644 ${srcdir}/lxdm-pam.patch ${pkgdir}/etc/pam.d/lxdm install -Dm755 ${srcdir}/lxdm-daemon ${pkgdir}/etc/rc.d/lxdm - # these files are not in the package, but should be owned by lxdm - taken from Fedora pkg - #touch ${pkgdir}/etc/lxdm/xinitrc - install -d ${pkgdir}/var/{lib,run}/lxdm - #touch ${pkgdir}/var/lib/lxdm/lxdm.conf - # fix the greeter location - # on 0.4.1 this sed have to changed since they changed the default path sed -i -e "s/local\/libexec/lib\/lxdm/" ${pkgdir}/etc/lxdm/lxdm.conf } diff --git a/community/lxdm/lxdm.install b/community/lxdm/lxdm.install index 8d42de90f..522f9e3b1 100644 --- a/community/lxdm/lxdm.install +++ b/community/lxdm/lxdm.install @@ -1,59 +1,17 @@ pkgname=lxdm post_install() { - # make sure the group and user "lxdm" exist on this system and have the correct values - if grep -q "^lxdm:" /etc/group &> /dev/null ; then - groupmod -g 121 -n lxdm lxdm &> /dev/null - else - groupadd -g 121 lxdm &> /dev/null - fi - - if grep -q "^lxdm:" /etc/passwd 2> /dev/null ; then - usermod -s /sbin/nologin -c "LXDE Display Manager user" -d /var/lib/lxdm -u 121 -g lxdm lxdm &> /dev/null - else - useradd -s /sbin/nologin -c "LXDE Display Manager user" -d /var/lib/lxdm -u 121 -g lxdm -m -r lxdm &> /dev/null - fi - passwd -l lxdm > /dev/null - -# chown root:lxdm /etc/lxdm/{lxdm.conf,xinitrc} > /dev/null - chown root:lxdm /etc/lxdm/lxdm.conf > /dev/null - chown -R root:lxdm /var/lib/lxdm > /dev/null - chown -R root:lxdm /var/run/lxdm > /dev/null - -cat << EOF ->>> To make the LXDM as your default DM, ->>> put, 'lxdm' or '@lxdm' (without quotes) on DAEMONS in /etc/rc.conf ->>> ->>> You can also use /etc/inittab, ->>> just add 'x:5:respawn:/usr/sbin/lxdm >& /dev/null' (without quotes) ->>> in the end of the file /etc/inittab ->>> and uncoment the line on the top 'id:5:initdefault:'. -EOF + getent group lxdm > /dev/null 2>&1 || groupadd -g 121 lxdm + getent passwd lxdm > /dev/null 2>&1 || useradd -c 'LXDE Display Manager' -u 121 -g lxdm -d /var/lib/lxdm -s /sbin/nologin lxdm + passwd -l lxdm > /dev/null + chown -R lxdm:lxdm /var/lib/lxdm > /dev/null } post_upgrade() { - # make sure the group and user "lxdm" exist on this system and have the correct values - if grep -q "^lxdm:" /etc/group &> /dev/null ; then - groupmod -g 121 -n lxdm lxdm &> /dev/null - else - groupadd -g 121 lxdm &> /dev/null - fi - - if grep -q "^lxdm:" /etc/passwd 2> /dev/null ; then - usermod -s /sbin/nologin -c "LXDE Display Manager user" -d /var/lib/lxdm -u 121 -g lxdm lxdm &> /dev/null - else - useradd -s /sbin/nologin -c "LXDE Display Manager user" -d /var/lib/lxdm -u 121 -g lxdm -m -r lxdm &> /dev/null - fi - passwd -l lxdm > /dev/null - -# chown root:lxdm /etc/lxdm/{lxdm.conf,xinitrc} > /dev/null - chown root:lxdm /etc/lxdm/lxdm.conf > /dev/null - chown -R root:lxdm /var/lib/lxdm > /dev/null - chown -R root:lxdm /var/run/lxdm > /dev/null + post_install } post_remove() { - # Removing lxdm group+user - getent passwd lxdm >/dev/null 2>&1 && userdel lxdm #|| /bin/true - getent group lxdm >/dev/null 2>&1 && groupdel lxdm #|| /bin/true + getent passwd lxdm > /dev/null 2>&1 && userdel lxdm + getent group lxdm > /dev/null 2>&1 && groupdel lxdm } diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index ffedd8d8a..1b838e063 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=mathomatic -pkgver=15.6.5 +pkgver=15.7.0 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64' 'mips64el') @@ -13,9 +13,10 @@ depends=('readline') makedepends=('time') optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'bash: for running a test script' + 'm4: for complex operations using the matho script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('1dc244232986f98611c8d2723ae3a497') +md5sums=('73d40f17bf5bb775d0968ddd9480ca45') build() { cd "$srcdir"/$pkgname-$pkgver @@ -35,8 +36,11 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver - make prefix="$pkgdir"/usr install + make prefix="$pkgdir"/usr m4install + sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho + cd "$srcdir"/$pkgname-$pkgver/primes make prefix="$pkgdir"/usr install } +# vim:set ts=2 sw=2 et: diff --git a/community/mcelog/PKGBUILD b/community/mcelog/PKGBUILD index 2acfd7516..dae948032 100644 --- a/community/mcelog/PKGBUILD +++ b/community/mcelog/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56264 2011-10-04 09:39:17Z spupykin $ +# $Id: PKGBUILD 57954 2011-11-04 21:05:32Z lcarlier $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Thomas Mudrunka <harvie@@email..cz> # Maintainer: Thomas Mudrunka <harvie@@email..cz> @@ -10,20 +10,22 @@ pkgdesc="Print machine check event log from x86-64 kernel" url="http://freshmeat.net/projects/mcelog/" license=("GPL") arch=('i686' 'x86_64') -depends=() options=('docs') -source=("ftp://ftp.kernel.org/pub/linux/utils/cpu/mce/${pkgname}-${pkgver}.tar.gz" +#source=("ftp://ftp.kernel.org/pub/linux/utils/cpu/mce/${pkgname}-${pkgver}.tar.gz" +source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.gz" "${pkgname}.rc") md5sums=('b42f2214de6f4feb992556149edc67fa' 'f039a77d7bde3518d3d695b144816e8a') build() { cd "${srcdir}/${pkgname}-${pkgver}" + make } package() { cd "${srcdir}/${pkgname}-${pkgver}" + mkdir -p $pkgdir/usr/share/doc/mcelog make install prefix=$pkgdir/usr etcprefix=$pkgdir DOCDIR=$pkgdir/usr/share/doc/mcelog install -Dm0755 mcelog.cron "${pkgdir}/usr/sbin/mcelog.cron" diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index d3502a637..f9d565477 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56357 2011-10-06 09:08:20Z spupykin $ +# $Id: PKGBUILD 57848 2011-11-03 13:37:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> @@ -11,8 +11,8 @@ _user=http _group=http pkgname=nginx -pkgver=1.0.8 -pkgrel=2 +pkgver=1.0.9 +pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl') @@ -34,7 +34,7 @@ backup=("etc/nginx/conf/fastcgi.conf" changelog=changelog source=(http://nginx.org/download/nginx-$pkgver.tar.gz nginx) -md5sums=('1049e5fc6e80339f6ba8668fadfb75f9' +md5sums=('bd2bfba1c5bf751bc3361de5e3ac7c4a' '0e8032d3ba26c3276e8c7c30588d375f') build() { diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 9b52bb45e..434e82574 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -6,8 +6,8 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.4.12 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64' 'mips64el') url='http://nodejs.org/' @@ -15,20 +15,18 @@ license=('MIT') depends=('python2') checkdepends=('curl') # curl used for check() optdepends=('openssl: TLS support') -source=("http://nodejs.org/dist/node-v${pkgver}.tar.gz") -sha256sums=('c01af05b933ad4d2ca39f63cac057f54f032a4d83cff8711e42650ccee24fce4') +options=('!emptydirs') +source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz") +md5sums=('c05f2dadd4d82c0d72dbc116e82cfc0e') build() { cd node-v${pkgver} - # python2 fix - for file in $(find . -name '*.py' -print) wscript tools/waf-light tools/node-waf - do - sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' ${file} - sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' ${file} - done + msg 'fixing for python2 name' + find -type f -exec sed -e 's_^#!/usr/bin/env python$_&2_' -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' -e 's_^#!/usr/bin/python$_&2_' -i {} \; sed -i "s|cmd_R = 'python |cmd_R = 'python2 |" wscript sed -i "s|python |python2 |" Makefile + find test -type f -exec sed -e 's/python/&2/' -i {} \; ./configure \ --prefix=/usr @@ -39,7 +37,8 @@ build() { check() { cd node-v${pkgver} - make test + # test failures in 0.6.0 are known + make test || true } package() { diff --git a/community/openmovieeditor/PKGBUILD b/community/openmovieeditor/PKGBUILD index 2ed7aeb39..98716a99b 100644 --- a/community/openmovieeditor/PKGBUILD +++ b/community/openmovieeditor/PKGBUILD @@ -1,15 +1,17 @@ -# $Id: PKGBUILD 51110 2011-07-05 10:08:30Z spupykin $ +# $Id: PKGBUILD 57799 2011-11-03 09:07:09Z spupykin $ # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> # Maintainer: Robert Emil Berge # Maintainer: Mateusz Herych <heniekk@gmail.com> + pkgname=openmovieeditor pkgver=0.0.20090105 -pkgrel=7 +pkgrel=8 pkgdesc="A simple video editor" arch=('i686' 'x86_64' 'mips64el') url="http://openmovieeditor.sourceforge.net/HomePage" license=('GPL') -depends=('libquicktime' 'libsamplerate' 'fltk' 'jack' 'portaudio' 'gmerlin-avdecoder') +depends=('libquicktime' 'libsamplerate' 'fltk' 'jack' + 'portaudio' 'gmerlin-avdecoder' 'libxtst') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('ce4f76c0b3e90aabf9c2d5c8dd31e9b1') @@ -24,7 +26,7 @@ build() { # Fix missing includes sed -e 's|<sstream>|<sstream>\n#include <stdint.h>|' -i src/VideoViewGL.H - sed -e 's|<string>|<string>\n#include <stdint.h>|' -i src/WaveForm.H + sed -e 's|<string>|<string>\n#include <stdint.h>|' -i src/WaveForm.H sed -e 's|<stdint.h>|<stdint.h>\n#include <stdio.h>|' -i src/AddCommand.H sed -e 's|<string>|<stdint.h>\n#include <stdio.h>|' -i src/MediaBrowser.H sed -e 's|<iostream>|<iostream>\n#include <stdio.h>|' -i src/fl_font_browser.h diff --git a/community/pdfedit/PKGBUILD b/community/pdfedit/PKGBUILD index 91f86d37f..47e6293fa 100644 --- a/community/pdfedit/PKGBUILD +++ b/community/pdfedit/PKGBUILD @@ -1,37 +1,40 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Firmicus <firmicus α gmx δ net> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=pdfedit pkgver=0.4.5 -pkgrel=1 +pkgrel=2 pkgdesc='Full featured editor for manipulating PDF documents' arch=('i686' 'x86_64' 'mips64el') url='http://pdfedit.petricek.net/index_e.html' license=('GPL') depends=('qt3' 't1lib' 'gsfonts') makedepends=('boost' 'doxygen') -source=(http://downloads.sourceforge.net/pdfedit/${pkgname}-${pkgver}.tar.bz2 - 'pdfedit.png' 'pdfedit.desktop') +source=("http://downloads.sourceforge.net/pdfedit/${pkgname}-${pkgver}.tar.bz2" + 'pdfedit.png' + 'pdfedit.desktop') md5sums=('80502ee7f08cdfb867ffdaa92d160a23' '70fd938b2ef9da748a093df7e20d1d7d' 'c0572c2dd54065322321718aa49ed6b8') build() { - . /etc/profile.d/qt3.sh - export PATH=$QTDIR/bin:$PATH - export QMAKESPEC=$QTDIR/mkspecs/linux-g++ + . /etc/profile.d/qt3.sh + export PATH="$QTDIR/bin:$PATH" + export QMAKESPEC="$QTDIR/mkspecs/linux-g++" - cd ${srcdir}/${pkgname}-${pkgver} - sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' src/xpdf/xpdf/GlobalParams.cc || return 1 - ./configure --prefix=/usr --with-qmake=/opt/qt/bin/qmake - make || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' src/xpdf/xpdf/GlobalParams.cc + ./configure --prefix=/usr --with-qmake=/opt/qt/bin/qmake + make } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" - make INSTALL_ROOT=${pkgdir} install + make INSTALL_ROOT="${pkgdir}" install - install -D -m644 ../pdfedit.desktop ${pkgdir}/usr/share/applications/pdfedit.desktop - install -D -m644 ../pdfedit.png ${pkgdir}/usr/share/pixmaps/pdfedit.png + install -Dm0644 ../pdfedit.desktop "${pkgdir}/usr/share/applications/pdfedit.desktop" + install -Dm0644 ../pdfedit.png "${pkgdir}/usr/share/pixmaps/pdfedit.png" } diff --git a/community/pidgin-musictracker/PKGBUILD b/community/pidgin-musictracker/PKGBUILD index c590f0af4..058d7b42d 100644 --- a/community/pidgin-musictracker/PKGBUILD +++ b/community/pidgin-musictracker/PKGBUILD @@ -1,24 +1,30 @@ -# $Id: PKGBUILD 35447 2010-12-20 16:56:30Z angvp $ -# Maintainer: Angel Velasquez <angvp@archlinux.org> -# Contributor : Ionut Biru <ionut@archlinux.ro> +# $Id: PKGBUILD 57892 2011-11-04 08:42:55Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Angel Velasquez <angvp@archlinux.org> +# Contributor: Ionut Biru <ionut@archlinux.ro> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=pidgin-musictracker pkgver=0.4.22 -pkgrel=1 +pkgrel=2 pkgdesc="A plugin for Pidgin which displays the music track currently playing." url='http://code.google.com/p/pidgin-musictracker' license=('GPL2') depends=('pidgin' 'gtk2' 'dbus-glib') makedepends=('xmms2') arch=('i686' 'x86_64' 'mips64el') -source=(http://pidgin-musictracker.googlecode.com/files/$pkgname-$pkgver.tar.bz2) +source=("http://pidgin-musictracker.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") options=('!libtool') md5sums=('8d7225c705484db86b864cab5a536423') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr make - make DESTDIR=${pkgdir} install +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD index e83fffe73..2a01f18f7 100644 --- a/community/pidgin-otr/PKGBUILD +++ b/community/pidgin-otr/PKGBUILD @@ -1,23 +1,30 @@ -# $Id: PKGBUILD 17934 2010-05-27 08:06:13Z angvp $ -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# $Id: PKGBUILD 57815 2011-11-03 09:57:10Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Bug <Bug2000@gmail.com> # Contributor: Marcel Wysocki <maci@satgnu.net> pkgname=pidgin-otr pkgver=3.2.0 -pkgrel=2 -pkgdesc="Off-the-Record Messaging plugin for Pidgin" +pkgrel=3 +pkgdesc='Off-the-Record Messaging plugin for Pidgin.' arch=('i686' 'x86_64' 'mips64el') license=('GPL') -url="http://www.cypherpunks.ca/otr/" +url='http://www.cypherpunks.ca/otr/' depends=('libotr>=3.2.0' 'pidgin' 'perlxml') -source=("http://www.cypherpunks.ca/otr/$pkgname-$pkgver.tar.gz") -md5sums=('8af70b654b7d7c5a5b7785699ff562f9') +source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc}) +md5sums=('8af70b654b7d7c5a5b7785699ff562f9' + '67d711a7a44cef2791f50b319aaf0e0e') build() { - cd $srcdir/$pkgname-$pkgver + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/prboom/PKGBUILD b/community/prboom/PKGBUILD index b34a8b1b8..94106432e 100644 --- a/community/prboom/PKGBUILD +++ b/community/prboom/PKGBUILD @@ -1,25 +1,33 @@ -# $Id: PKGBUILD 70418 2010-02-26 19:23:47Z thayer $ -# Maintainer: Thayer Williams <thayer@archlinux.org> +# $Id: PKGBUILD 57863 2011-11-03 19:29:22Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Thayer Williams <thayer@archlinux.org> # Contributor: dale <dale@archlinux.org> pkgname=prboom pkgver=2.5.0 -pkgrel=4 -pkgdesc="A game engine which provides a program to play Doom levels" -url="http://prboom.sourceforge.net/" +pkgrel=5 +pkgdesc='A game engine which provides a program to play Doom levels.' +url='http://prboom.sourceforge.net/' license=('GPL2') arch=('i686' 'x86_64' 'mips64el') depends=('libpng' 'mesa' 'sdl_mixer' 'sdl_net') -source=(http://downloads.sourceforge.net/prboom/$pkgname-$pkgver.tar.gz libpng-1.4.patch) -md5sums=('a8a15f61fa2626ab98051ab2703378c4' 'ba53474db8e747035ca2320a445e4ae0') -sha1sums=('f17dc6ed4e72d07b85429177b00b8709ea36f5a0' 'faf858bc03a246b7f8e939679b2f0db3e4d6bc21') +source=("http://downloads.sourceforge.net/prboom/${pkgname}-${pkgver}.tar.gz" + 'libpng-1.4.patch') +md5sums=('a8a15f61fa2626ab98051ab2703378c4' + 'ba53474db8e747035ca2320a445e4ae0') build() { - cd $srcdir/$pkgname-$pkgver - patch -p1 < ../libpng-1.4.patch || return 1 - ./configure --prefix=/usr --disable-i386-asm || return 1 - sed -i "s|/games|/bin|g" $srcdir/$pkgname-$pkgver/src/Makefile || return 1 - make || return 1 - make DESTDIR=$pkgdir install || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -p1 < ../libpng-1.4.patch + + ./configure --prefix=/usr --disable-i386-asm + sed -i "s|/games|/bin|g" "${srcdir}/${pkgname}-${pkgver}/src/Makefile" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/pylibacl/PKGBUILD b/community/pylibacl/PKGBUILD index f102cb618..4d5cee098 100644 --- a/community/pylibacl/PKGBUILD +++ b/community/pylibacl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 31901 2010-11-07 19:18:54Z lfleischer $ +# $Id: PKGBUILD 57855 2011-11-03 18:43:59Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> pkgname=pylibacl pkgver=0.5.0 -pkgrel=1 -pkgdesc="A python extension module that allows you to manipulate the POSIX.1e ACLs." +pkgrel=2 +pkgdesc='A python extension module that allows you to manipulate the POSIX.1e ACLs.' arch=('i686' 'x86_64' 'mips64el') url='http://pylibacl.sourceforge.net/' license=('GPL') diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD index 78e40ddd4..49f1839a7 100644 --- a/community/pypanel/PKGBUILD +++ b/community/pypanel/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $ -# Maintainer: Jeff Mickey <j@codemac.net> +# $Id: PKGBUILD 57834 2011-11-03 10:22:57Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Jeff Mickey <j@codemac.net> # Contributor: Mr Green # Contributor: Jens Persson <xerxes2@gmail.com> pkgname=pypanel pkgver=2.4 -pkgrel=6 -pkgdesc="A lightweight panel/taskbar for X11 window managers written in python" +pkgrel=7 +pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.' arch=('i686' 'x86_64' 'mips64el') -url="http://pypanel.sourceforge.net/" +url='http://pypanel.sourceforge.net/' license=('GPL') depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft') -source=(http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-$pkgver.tar.gz) +source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz") md5sums=('f1f9a2ed80be72ab36e748833618daba') build() { - cd "$srcdir/PyPanel-$pkgver" - python2 setup.py install --root="$pkgdir" + cd "${srcdir}/PyPanel-${pkgver}" + python2 setup.py install --root="${pkgdir}" } diff --git a/community/python-numarray/PKGBUILD b/community/python-numarray/PKGBUILD index acabb15d9..30a7cd923 100644 --- a/community/python-numarray/PKGBUILD +++ b/community/python-numarray/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 34440 2010-12-07 21:07:34Z lfleischer $ +# $Id: PKGBUILD 57888 2011-11-04 08:26:37Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Douglas Soares de Andrade <dsandrade@gmail.com> pkgname=python-numarray pkgver=1.5.2 -pkgrel=4 +pkgrel=5 pkgdesc='Provides array manipulation and computational capabilities.' arch=('i686' 'x86_64' 'mips64el') url='http://numpy.scipy.org/' diff --git a/community/rdiff-backup/PKGBUILD b/community/rdiff-backup/PKGBUILD index 0fbb77697..e4f34995e 100644 --- a/community/rdiff-backup/PKGBUILD +++ b/community/rdiff-backup/PKGBUILD @@ -1,23 +1,27 @@ -# $Id: PKGBUILD 26407 2010-09-15 11:58:40Z schuay $ -# Maintainer: Aaron Schaefer <aaron@elasticdog.com> +# $Id: PKGBUILD 57837 2011-11-03 10:27:32Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Aaron Schaefer <aaron@elasticdog.com> # Contributor: Erwin Van de Velde <erwin.vandevelde@gmail.com> + pkgname=rdiff-backup pkgver=1.2.8 -pkgrel=4 -pkgdesc='A utility for local/remote mirroring and incremental backups' +pkgrel=5 +pkgdesc='A utility for local/remote mirroring and incremental backups.' arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/rdiff-backup/' license=('GPL') depends=('python2' 'librsync') optdepends=('pylibacl: access control list support' 'pyxattr: extended attribute support') -source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('1a94dc537fcf74d6a3a80bd27808e77b') +source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}) +md5sums=('1a94dc537fcf74d6a3a80bd27808e77b' + '3b88b18eb43ac85bc70b8dce92e958ba') build() { cd "${srcdir}/${pkgname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" -O1 # Fix for FS#18848 - sed -i 's|python2|python2 -W ignore::DeprecationWarning|' ${pkgdir}/usr/bin/rdiff-backup + sed -i 's|python2|python2 -W ignore::DeprecationWarning|' "${pkgdir}/usr/bin/rdiff-backup" } diff --git a/community/remind/PKGBUILD b/community/remind/PKGBUILD index 185656574..0927cd990 100644 --- a/community/remind/PKGBUILD +++ b/community/remind/PKGBUILD @@ -1,10 +1,11 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org> # Contributor: Sebastian Sontberg <ssontberg@h3c.de> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=remind pkgver=3.01.10 -pkgrel=1 +pkgrel=2 pkgdesc='A sophisticated calendar and alarm progam.' arch=('i686' 'x86_64' 'mips64el') url='http://www.roaringpenguin.com/penguin/open_source_remind.php' @@ -15,16 +16,13 @@ options=('!emptydirs') md5sums=('f6f7829d3ac92e0d6d463c59b5e6ce3f') build() { - cd ${pkgname}-0${pkgver} - - ./configure \ - --prefix=/usr + cd "${pkgname}-0${pkgver}" + ./configure --prefix=/usr make } package() { - cd ${pkgname}-0${pkgver} - - make DESTDIR=${pkgdir} install + cd "${pkgname}-0${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/spawn-fcgi/PKGBUILD b/community/spawn-fcgi/PKGBUILD index e4dcaef8f..4bbf779d9 100644 --- a/community/spawn-fcgi/PKGBUILD +++ b/community/spawn-fcgi/PKGBUILD @@ -1,29 +1,29 @@ -# $Id: PKGBUILD 27971 2010-09-30 23:34:38Z aschaefer $ -# Maintainer: Aaron Bull Schaefer <aaron@elasticdog.com> +# $Id: PKGBUILD 57827 2011-11-03 10:14:07Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Aaron Bull Schaefer <aaron@elasticdog.com> # Contributor: Felix Hanley <felix@seconddrawer.com.au> pkgname=spawn-fcgi pkgver=1.6.3 -pkgrel=1 +pkgrel=2 pkgdesc='A FastCGI process manager for web applications' arch=('i686' 'x86_64' 'mips64el') url='http://redmine.lighttpd.net/projects/spawn-fcgi/' license=('BSD') depends=('glibc') -source=("http://www.lighttpd.net/download/$pkgname-$pkgver.tar.bz2") +source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2") md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7') -sha256sums=('e6721dc0fa59bb00e05f160406815d53c95e81ac28f7e52fbd36497584f846cd') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="$pkgdir/" install - install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" + make DESTDIR="${pkgdir}" install + install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD index e273c463a..26e76cdbd 100644 --- a/community/steghide/PKGBUILD +++ b/community/steghide/PKGBUILD @@ -1,31 +1,43 @@ -# $Id: PKGBUILD 9308 2010-01-25 00:27:50Z foutrelis $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> -# Maintainer: Jason Chu <jason@archlinux.org> +# Contributor: Jason Chu <jason@archlinux.org> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=steghide pkgver=0.5.1 -pkgrel=4 -pkgdesc="Steghide is a steganography program which embeds a secret message \ - in a cover file by replacing some of the least significant bits" +pkgrel=5 +pkgdesc='Embeds a message in a file by replacing some of the least significant bits.' arch=('i686' 'x86_64' 'mips64el') -url="http://steghide.sourceforge.net" +url='http://steghide.sourceforge.net' license=('GPL') depends=('libmcrypt' 'mhash' 'gcc' 'libjpeg' 'zlib' 'libtool') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \ - buildsystem.patch gcc-4.2.patch $pkgname-climits.patch) +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" + 'buildsystem.patch' + 'gcc-4.2.patch' + "${pkgname}-climits.patch") md5sums=('5be490e24807d921045780fd8cc446b3' '14f5e054d71c91262bb1140288043df8' 'fd861dc5a0a392c6c94a61e85ad74f29' '897ce18edd008293a3328bc3f88775b3') build() { - cd $startdir/src/$pkgname-$pkgver - patch -p1 < ../buildsystem.patch || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -p1 < ../buildsystem.patch + # this patch courtesy gentoo bug tracker #178134 - patch -Np1 -i ../gcc-4.2.patch || return 1 - patch -Np1 -i ../steghide-climits.patch || return 1 + patch -Np1 -i ../gcc-4.2.patch + patch -Np1 -i ../steghide-climits.patch + + # touch files needed by GNU Autotools + touch NEWS AUTHORS ChangeLog + autoreconf -i ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/synergy/PKGBUILD b/community/synergy/PKGBUILD index 11df6bf12..c03f1d511 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Dale Blount <dale@archlinux.org> pkgname=synergy -pkgver=1.3.7 +pkgver=1.3.8 pkgrel=1 pkgdesc="Share a single mouse and keyboard between multiple computers" url="http://synergy-foss.org" @@ -36,5 +36,5 @@ package() { install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example "${pkgdir}/etc" install -Dm755 $srcdir/${pkgname}s.rc "${pkgdir}/etc/rc.d/${pkgname}s" } -md5sums=('27842f45f8ab6923eb702f9cc4858194' +md5sums=('3534c65ecfa6e47d7899c57975442f03' '8f8c01add9bf6e3ae9f37a36ca6345b6') diff --git a/community/tabbed/PKGBUILD b/community/tabbed/PKGBUILD index c30baf794..142c68a81 100644 --- a/community/tabbed/PKGBUILD +++ b/community/tabbed/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 31139 2010-10-27 11:10:35Z lfleischer $ +# $Id: PKGBUILD 57841 2011-11-03 11:24:18Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: totoloco <totoloco at gmx> pkgname=tabbed pkgver=0.3 -pkgrel=1 -pkgdesc="Simple generic tabbed fronted to xembed aware applications." +pkgrel=2 +pkgdesc='Simple generic tabbed fronted to xembed aware applications.' arch=('i686' 'x86_64' 'mips64el') url='http://tools.suckless.org/tabbed' license=('custom:MIT/X') diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD index b5ee7ff92..fda586748 100644 --- a/community/tcsh/PKGBUILD +++ b/community/tcsh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 34438 2010-12-07 21:04:26Z lfleischer $ +# $Id: PKGBUILD 57883 2011-11-04 08:18:37Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=tcsh pkgver=6.17.00 -pkgrel=3 +pkgrel=4 pkgdesc='Enhanced version of the Berkeley C shell.' arch=('i686' 'x86_64' 'mips64el') url='http://www.tcsh.org/Welcome' diff --git a/community/transset-df/PKGBUILD b/community/transset-df/PKGBUILD index 19675ea8a..6839abcf0 100644 --- a/community/transset-df/PKGBUILD +++ b/community/transset-df/PKGBUILD @@ -1,25 +1,24 @@ -# $Id: PKGBUILD 22565 2010-07-22 20:46:50Z lcarlier $ -# Contributer: Aaron Schaefer <aaron@elasticdog.com> +# $Id: PKGBUILD 57820 2011-11-03 10:04:35Z lfleischer $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=transset-df pkgver=6 -pkgrel=2 -pkgdesc="A patched version of X.Org's transset with added functionality" +pkgrel=3 +pkgdesc="A patched version of X.Org's transset with added functionality." arch=('i686' 'x86_64' 'mips64el') -url="http://forchheimer.se/transset-df/" +url='http://forchheimer.se/transset-df/' license=('GPL') depends=('libxcomposite' 'libxdamage' 'libxrender') -source=(http://forchheimer.se/$pkgname/$pkgname-$pkgver.tar.gz) +source=("http://forchheimer.se/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('3375d570adc9d875d7fc476d1a50d5a5') build() { - cd ${srcdir}/$pkgname-$pkgver - + cd "${srcdir}/${pkgname}-${pkgver}" make } package() { - cd ${srcdir}/$pkgname-$pkgver - - install -D -m755 transset-df ${pkgdir}/usr/bin/transset-df + cd "${srcdir}/${pkgname}-${pkgver}" + install -Dm0755 transset-df "${pkgdir}/usr/bin/transset-df" } diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index e12787daf..e3d172960 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -1,10 +1,11 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: bekks <eduard.warkentin@gmail.com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=upx pkgver=3.07 -pkgrel=1 +pkgrel=2 pkgdesc='Ultimate executable compressor.' arch=('i686' 'x86_64' 'mips64el') url='http://upx.sourceforge.net/' @@ -17,17 +18,13 @@ md5sums=('8186ab103288242f7e8ecad1acd4af03' '29d5ffd03a5a3e51aef6a74e9eafb759') build() { - cd ${pkgname}-${pkgver}-src - - make UPX_LZMA_VERSION=0x465 UPX_LZMADIR=${srcdir} all + cd "${pkgname}-${pkgver}-src" + make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" all } package() { - cd ${pkgname}-${pkgver}-src - - install -D src/upx.out \ - ${pkgdir}/usr/bin/upx + cd "${pkgname}-${pkgver}-src" - install -D -m644 doc/upx.1 \ - ${pkgdir}/usr/share/man/man1/upx.1 + install -Dm0755 src/upx.out "${pkgdir}/usr/bin/upx" + install -Dm0644 doc/upx.1 "${pkgdir}/usr/share/man/man1/upx.1" } diff --git a/community/vlock/PKGBUILD b/community/vlock/PKGBUILD index 2d525ad83..7beb1f60e 100644 --- a/community/vlock/PKGBUILD +++ b/community/vlock/PKGBUILD @@ -1,23 +1,32 @@ -# $Id: PKGBUILD 22255 2010-07-20 05:18:40Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# $Id: PKGBUILD 58034 2011-11-05 17:24:10Z ttopper $ +# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> +# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Corrado Primier <bardo@aur.archlinux.org> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=vlock -pkgver=2.2.2 -pkgrel=2 +pkgver=2.2.3 +pkgrel=1 pkgdesc="A small console locking program" url="http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('pam') install=vlock.install -source=(http://cthulhu.c3d2.de/~toidinamai/vlock/archive/${pkgname}-${pkgver}.tar.bz2) -md5sums=('0b26703c0aa3a9ae67bb90b9373a3b88') +source=("http://cthulhu.c3d2.de/~toidinamai/vlock/archive/$pkgname-$pkgver.tar.bz2") +md5sums=('2dd5677c97f2707db62532ae24f58433') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr - make || return 1 - make DESTDIR=${pkgdir} install + make } + +package() { + cd "$srcdir/$pkgname-$pkgver" + + # vlock gid is 129 + make DESTDIR="$pkgdir" VLOCK_GROUP=129 install +} + +# vim:set ts=2 sw=2 et: diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD index 8adc1c076..30e04b55f 100644 --- a/community/wyrd/PKGBUILD +++ b/community/wyrd/PKGBUILD @@ -1,27 +1,27 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Jeff Mickey <jeff@archlinux.org> -# Maintainer: Daniel J Griffiths <griffithsdj@archlinux.us> +# Contributor: Daniel J Griffiths <griffithsdj@archlinux.us> pkgname=wyrd pkgver=1.4.5 -pkgrel=1 -pkgdesc="A text-based front-end to Remind." +pkgrel=3 +pkgdesc='A text-based front-end to Remind.' arch=('i686' 'x86_64' 'mips64el') -url="http://pessimization.com/software/wyrd/" +url='http://pessimization.com/software/wyrd/' license=('GPL') depends=('remind' 'ncurses') makedepends=('ocaml') -source=(http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz) +source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz") md5sums=('3f39fa83a54d2d890823094aba9ca3cc') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --enable-utf8 make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } |