diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/colord/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/diffstat/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/gpsd/PKGBUILD | 26 | ||||
-rwxr-xr-x | extra/gpsd/gpsd | 43 | ||||
-rw-r--r-- | extra/gpsd/gpsd.conf (renamed from extra/gpsd/gpsd.conf.d) | 0 | ||||
-rw-r--r-- | extra/link-grammar/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/scim-tables/PKGBUILD | 12 | ||||
-rw-r--r-- | extra/whois/PKGBUILD | 6 |
8 files changed, 30 insertions, 75 deletions
diff --git a/extra/colord/PKGBUILD b/extra/colord/PKGBUILD index 04cba601c..8b78e733e 100644 --- a/extra/colord/PKGBUILD +++ b/extra/colord/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180560 2013-03-23 09:51:07Z heftig $ +# $Id: PKGBUILD 183240 2013-04-19 01:14:07Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=colord -pkgver=0.1.31 +pkgver=0.1.33 pkgrel=1 pkgdesc="System daemon for managing color devices" arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!libtool') install=colord.install backup=(etc/colord.conf) source=($url/releases/$pkgname-$pkgver.tar.xz) -sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75') +sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d') build() { cd $pkgname-$pkgver diff --git a/extra/diffstat/PKGBUILD b/extra/diffstat/PKGBUILD index 605f1431c..d1988a62c 100644 --- a/extra/diffstat/PKGBUILD +++ b/extra/diffstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 177978 2013-02-12 19:03:39Z giovanni $ +# $Id: PKGBUILD 183251 2013-04-19 14:34:26Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de> pkgname=diffstat -pkgver=1.56 +pkgver=1.57 pkgrel=1 pkgdesc="Display a histogram of diff changes" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://invisible-island.net/diffstat" depends=('glibc') license=('MIT') source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz") -md5sums=('3841a3831122674865d41be39d27052f') +md5sums=('a70ae35e479ab91da7eb6023a4e9240a') build () { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD index 952c32cd9..452e166cb 100644 --- a/extra/gpsd/PKGBUILD +++ b/extra/gpsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 169832 2012-10-30 19:50:10Z tomegun $ +# $Id: PKGBUILD 183237 2013-04-19 00:40:14Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Giacomo Rizzo <alt@free-os.it> pkgname=gpsd -pkgver=3.7 +pkgver=3.8 pkgrel=1 pkgdesc="GPS daemon and library to support USB/serial GPS devices" arch=('i686' 'x86_64') @@ -16,11 +16,11 @@ optdepends=('php: generate a PHP status page for your GPS' 'php-gd: image support for the PHP status page' 'pygtk: GUI frontends') makedepends=('scons' 'docbook-xsl' 'chrpath') -backup=('etc/conf.d/gpsd') +backup=('etc/gpsd.conf') options=('!libtool') install="${pkgname}.install" source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} - 'gpsd' 'gpsd.conf.d') + 'gpsd.conf') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -48,17 +48,16 @@ package() { export DESTDIR="${pkgdir}" scons install - install -D -m644 "${srcdir}/gpsd.conf.d" "${pkgdir}/etc/conf.d/gpsd" + install -D -m644 "${srcdir}/gpsd.conf" "${pkgdir}/etc/gpsd.conf" - sed -i 's|/lib/udev/gpsd|/usr/lib/udev/gpsd|' gpsd.rules + install -D -m644 "gpsd.rules" "${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules" - install -D -m644 "gpsd.rules" "${pkgdir}/usr/lib/udev/rules.d/99-gpsd-usb.rules" - - sed -i 's|/etc/default/gpsd|/etc/conf.d/gpsd|' gpsd.hotplug + sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug install -D -m755 gpsd.hotplug "${pkgdir}/usr/lib/udev/gpsd.hotplug" # GPSD needs RPATH - chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/libgps{,d}.so.20.0.0 + chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/libgps.so.20.0.0 + chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/libgpsd.so.21.0.0 chrpath -r /usr/lib/ "${pkgdir}"/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps} chrpath -r /usr/lib/ "${pkgdir}"/usr/sbin/{gpsd,gpsdctl} chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so @@ -70,14 +69,11 @@ package() { install -D -m644 packaging/X11/gpsd-logo.png \ "${pkgdir}/usr/share/gpsd/gpsd-logo.png" - install -D -m755 "${srcdir}/gpsd" "${pkgdir}/etc/rc.d/gpsd" - install -D -m644 systemd/gpsd.service "${pkgdir}/usr/lib/systemd/system/gpsd.service" install -D -m644 systemd/gpsd.socket "${pkgdir}/usr/lib/systemd/system/gpsd.socket" install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -md5sums=('52d9785eaf1a51298bb8900dbde88f98' - '07fa4bf23aa998dcb951790b63dbebff' - '6602d04bb037bc500424f00f24f58837' +md5sums=('1a3177b907f25c0ce6d1a0aa22597270' + 'SKIP' '3e963df3f9f7ef3572ecc648ae829315') diff --git a/extra/gpsd/gpsd b/extra/gpsd/gpsd deleted file mode 100755 index 2ca7efe26..000000000 --- a/extra/gpsd/gpsd +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions -[ -f /etc/conf.d/gpsd ] && . /etc/conf.d/gpsd - -NAME=gpsd -DAEMON=/usr/sbin/gpsd -PIDFILE=/run/gpsd.pid -PID=$(cat $PIDFILE 2>/dev/null) - -case "$1" in - start) - stat_busy "Starting gpsd" - [ -z "$PID" ] && "$DAEMON" -P $PIDFILE -F /run/gpsd.sock ${GPSD_OPTIONS} ${DEVICES} - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon $NAME - stat_done - fi - ;; - stop) - stat_busy "Stopping $NAME" - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm -f $PIDFILE &>/dev/null - rm_daemon $NAME - stat_done - fi - ;; - - restart) - $0 stop - sleep 2 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/extra/gpsd/gpsd.conf.d b/extra/gpsd/gpsd.conf index 9fef72cb9..9fef72cb9 100644 --- a/extra/gpsd/gpsd.conf.d +++ b/extra/gpsd/gpsd.conf diff --git a/extra/link-grammar/PKGBUILD b/extra/link-grammar/PKGBUILD index de4fc64e2..810031ba3 100644 --- a/extra/link-grammar/PKGBUILD +++ b/extra/link-grammar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170367 2012-11-06 17:34:52Z giovanni $ +# $Id: PKGBUILD 183248 2013-04-19 14:20:16Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=link-grammar -pkgver=4.7.9 +pkgver=4.7.11 pkgrel=1 pkgdesc="A Grammar Checking library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('BSD') depends=('aspell') options=('!libtool' '!makeflags') source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('c115f2b46d577e038e52128ece034144') +md5sums=('1a990ecf0b517813a4c7b3b6f9c01f00') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD index 0460dce28..557d9d80c 100644 --- a/extra/scim-tables/PKGBUILD +++ b/extra/scim-tables/PKGBUILD @@ -1,23 +1,25 @@ -# $Id: PKGBUILD 165324 2012-08-15 15:29:35Z bisson $ +# $Id: PKGBUILD 183256 2013-04-19 15:20:34Z bisson $ # Contributor: damir <damir@archlinux.org> # Contributor: Gan Lu <rhythm.gan@gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=scim-tables -pkgver=0.5.11 +pkgver=0.5.12 pkgrel=1 pkgdesc='Generic table input method module for SCIM' url='http://www.scim-im.org/' arch=('i686' 'x86_64') license=('GPL') depends=('scim') -options=('!libtool') +makedepends=('intltool') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz") -sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b') +sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f') + +options=('!libtool') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-static=no + ./configure --prefix=/usr --disable-static make } diff --git a/extra/whois/PKGBUILD b/extra/whois/PKGBUILD index 06b39fa07..123c35111 100644 --- a/extra/whois/PKGBUILD +++ b/extra/whois/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 168908 2012-10-16 14:12:00Z giovanni $ +# $Id: PKGBUILD 183246 2013-04-19 14:14:54Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=whois -pkgver=5.0.20 +pkgver=5.0.24 pkgrel=1 pkgdesc="The whois client by Marco d'Itri" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('libidn') makedepends=('perl') source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz") -md5sums=('2e33c03536082ae8156b2cbe78c0299d') +md5sums=('34c45f9beaafa5ae58d7d8b366c7c262') build() { cd "${srcdir}/${pkgname}-${pkgver}" |