summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
commit3026bb55941e3b04b56f5fb41b88941c6c2ce0cd (patch)
tree576b183074d925e58c2e37ae2b641e712bceacb1 /community
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Fri Nov 4 23:14:51 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/alleyoop/PKGBUILD20
-rw-r--r--community/alleyoop/alleyoop.install14
-rw-r--r--community/audex/PKGBUILD8
-rw-r--r--community/calibre/PKGBUILD14
-rwxr-xr-xcommunity/calibre/calibre-mount-helper28
-rw-r--r--community/fcgiwrap/PKGBUILD33
-rw-r--r--community/gambas2/PKGBUILD4
-rw-r--r--community/gcc-avr/PKGBUILD6
-rw-r--r--community/geany-plugins/PKGBUILD20
-rw-r--r--community/geany-plugins/geany-plugins.install2
-rw-r--r--community/geany/PKGBUILD12
-rw-r--r--community/gmerlin/PKGBUILD12
-rw-r--r--community/grafx2/PKGBUILD30
-rw-r--r--community/grafx2/grafx2.desktop5
-rw-r--r--community/grafx2/grafx2.install2
-rw-r--r--community/lockdev/PKGBUILD27
-rwxr-xr-xcommunity/mathomatic/PKGBUILD10
-rw-r--r--community/nginx/PKGBUILD8
-rw-r--r--community/openmovieeditor/PKGBUILD10
-rw-r--r--community/pdfedit/PKGBUILD33
-rw-r--r--community/pidgin-otr/PKGBUILD27
-rw-r--r--community/prboom/PKGBUILD36
-rw-r--r--community/pylibacl/PKGBUILD6
-rw-r--r--community/pypanel/PKGBUILD17
-rw-r--r--community/rdiff-backup/PKGBUILD18
-rw-r--r--community/remind/PKGBUILD14
-rw-r--r--community/spawn-fcgi/PKGBUILD18
-rw-r--r--community/steghide/PKGBUILD40
-rw-r--r--community/synergy/PKGBUILD4
-rw-r--r--community/tabbed/PKGBUILD6
-rw-r--r--community/transset-df/PKGBUILD21
-rw-r--r--community/upx/PKGBUILD19
32 files changed, 303 insertions, 221 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 24f9f9906..aaae88304 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 57866 2011-11-03 22:08:58Z 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')
-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/${pkgname}/${pkgname}-${pkgver}.tar.xz"
"google_regex.patch")
md5sums=('20fdf9a0f89c08f44a151b6bdaab8782'
'77b33d8daead89d5f4f15b78a1cd1d55')
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index f11df96d8..4f53862a7 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')
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/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD
index 7720ea652..e3c68122d 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')
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/gambas2/PKGBUILD b/community/gambas2/PKGBUILD
index 16ba15cd5..cfdf2ea1f 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')
url="http://gambas.sourceforge.net"
diff --git a/community/gcc-avr/PKGBUILD b/community/gcc-avr/PKGBUILD
index 0a1a7a01d..db977e4d4 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')
@@ -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 37d5af3d2..5efc9f951 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=('x86_64' 'i686')
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 1d2371c4b..017d718b2 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=('x86_64' 'i686')
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 392438eb8..3acbafcfa 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')
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/lockdev/PKGBUILD b/community/lockdev/PKGBUILD
index 1074e3f75..6486c74aa 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')
-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/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD
index 37b36c3b0..7abae6c71 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')
@@ -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/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 411bf9d68..b0081b4ad 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')
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/openmovieeditor/PKGBUILD b/community/openmovieeditor/PKGBUILD
index f5edd51ad..cef330b33 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')
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 84b9416c7..4da652f91 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')
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-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD
index a395b5022..565f57436 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')
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 20417640a..f33cec1fe 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')
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 6e0624f12..f43670048 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')
url='http://pylibacl.sourceforge.net/'
license=('GPL')
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD
index ffb86eaa4..82d608970 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')
-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/rdiff-backup/PKGBUILD b/community/rdiff-backup/PKGBUILD
index 5f4c34465..3ffb75bad 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')
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 61fec08ad..27bb61ee9 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')
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 58c097e1f..6b20d17c9 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')
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 04c5a0f54..4eb872e74 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')
-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 7c1948dd3..e23adadc2 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 1fd037b3c..aa0c1f369 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')
url='http://tools.suckless.org/tabbed'
license=('custom:MIT/X')
diff --git a/community/transset-df/PKGBUILD b/community/transset-df/PKGBUILD
index 5a07fa699..f5d373fa3 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')
-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 77b55ba50..68f61ba3b 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')
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"
}