From 941550cbc215d608bd18439f99500b74fbb80f0d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Oct 2012 01:06:16 -0700 Subject: Tue Oct 2 01:06:06 PDT 2012 --- extra/antlr2/PKGBUILD | 9 +++--- extra/brltty/PKGBUILD | 15 ++++++---- extra/brltty/brltty.service | 12 ++++++++ extra/fssos-nsvs/PKGBUILD | 15 ++++++---- extra/fssos-nsvs/nsvsd.service | 8 ++++++ extra/hwloc/PKGBUILD | 8 +++--- extra/kdeplasma-applets-networkmanagement/PKGBUILD | 4 +-- extra/libquvi/PKGBUILD | 28 +++++++++++++++++++ extra/moc/PKGBUILD | 4 +-- extra/mutt/PKGBUILD | 13 +++++---- extra/mutt/crypt-gpgme.patch | 32 ++++++++++++++++++++++ extra/mutt/pop-cachedir.patch | 12 ++++++++ extra/openmpi/PKGBUILD | 6 ++-- 13 files changed, 134 insertions(+), 32 deletions(-) create mode 100644 extra/brltty/brltty.service create mode 100644 extra/fssos-nsvs/nsvsd.service create mode 100644 extra/libquvi/PKGBUILD create mode 100644 extra/mutt/crypt-gpgme.patch create mode 100644 extra/mutt/pop-cachedir.patch (limited to 'extra') diff --git a/extra/antlr2/PKGBUILD b/extra/antlr2/PKGBUILD index 7805cdd81..31269e235 100644 --- a/extra/antlr2/PKGBUILD +++ b/extra/antlr2/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 150679 2012-02-20 03:46:01Z allan $ +# $Id: PKGBUILD 167380 2012-10-01 19:24:15Z guillaume $ # Maintainer: Andrea Scarpino # Contributor: George Giorgidze # Contributor: Stefan Husmann pkgbase=antlr2 -pkgname=('antlr2' 'python-antlr2') +pkgname=('antlr2' 'python2-antlr2') pkgver=2.7.7 -pkgrel=2 +pkgrel=3 +# Arch dependant files in /usr/lib/libantlr.a arch=('i686' 'x86_64') url="http://www.antlr2.org/" license=('custom') @@ -46,7 +47,7 @@ package_antlr2() { "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -package_python-antlr2() { +package_python2-antlr2() { pkgdesc="ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (Python version)" depends=('antlr2' 'python2') replaces=('python-antlr') diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD index dc67b756d..ea008e64b 100644 --- a/extra/brltty/PKGBUILD +++ b/extra/brltty/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 156715 2012-04-23 09:03:46Z ibiru $ +# $Id: PKGBUILD 167366 2012-10-01 15:08:16Z tomegun $ # Maintainer: # Contributor: Jan de Groot # Contributor: Giovanni Scafora pkgname=brltty pkgver=4.3 -pkgrel=5 +pkgrel=6 pkgdesc="Braille display driver for Linux/Unix" arch=('i686' 'x86_64') url="http://mielke.cc/brltty" @@ -18,10 +18,8 @@ options=('!makeflags' '!emptydirs') install=brltty.install source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz 'brltty' - 'brltty.conf') -md5sums=('5ada573f88df32b6150db3b9a620e20b' - '831ebaf0c56091702929c68805d20c4f' - 'a8ab8b3dd059e96e1734bc9cdcf844fc') + 'brltty.conf' + 'brltty.service') build() { cd "$srcdir/$pkgname-$pkgver" @@ -44,4 +42,9 @@ package() { install -D -m755 "$srcdir/brltty" "$pkgdir/etc/rc.d/brltty" install -D -m644 "$srcdir/brltty.conf" "$pkgdir/etc/conf.d/brltty.conf" install -D -m644 Documents/brltty.conf "$pkgdir/etc/brltty.conf" + install -D -m644 "$srcdir/brltty.service" "$pkgdir/usr/lib/systemd/system/brltty.service" } +md5sums=('5ada573f88df32b6150db3b9a620e20b' + '831ebaf0c56091702929c68805d20c4f' + 'a8ab8b3dd059e96e1734bc9cdcf844fc' + '7acecd700b9f94d76fe4a6ad56cb0448') diff --git a/extra/brltty/brltty.service b/extra/brltty/brltty.service new file mode 100644 index 000000000..1b9d55e32 --- /dev/null +++ b/extra/brltty/brltty.service @@ -0,0 +1,12 @@ +[Unit] +Description=Braille Console Driver +DefaultDependencies=no +Before=sysinit.target + +[Service] +ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid +Type=forking +PIDFile=/run/brltty.pid + +[Install] +WantedBy=multi-user.target diff --git a/extra/fssos-nsvs/PKGBUILD b/extra/fssos-nsvs/PKGBUILD index b2d16ae34..a2c1af331 100644 --- a/extra/fssos-nsvs/PKGBUILD +++ b/extra/fssos-nsvs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150944 2012-02-24 09:43:04Z pierre $ +# $Id: PKGBUILD 167367 2012-10-01 15:08:26Z tomegun $ # Maintainer: Dale Blount pkgname=fssos-nsvs pkgver=0.5 -pkgrel=8 +pkgrel=9 pkgdesc="NSVS for FSSOS" arch=('i686' 'x86_64') url="http://fssos.sourceforge.net/" @@ -13,9 +13,8 @@ backup=('etc/nsvsd.conf') options=('!libtool' '!makeflags') install=$pkgname.install source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz" - 'nsvsd') -md5sums=('3f17c2f6339f1a322b712b467023d825' - '4dfd9dc0d69b375587e39ab2621d9ea9') + 'nsvsd' + 'nsvsd.service') build() { cd $srcdir/nsvs-$pkgver @@ -26,5 +25,9 @@ build() { package() { cd $srcdir/nsvs-$pkgver make DESTDIR=$pkgdir install - install -D -m755 $srcdir/nsvsd $pkgdir/etc/rc.d/nsvsd + install -D -m755 "$srcdir/nsvsd" "$pkgdir/etc/rc.d/nsvsd" + install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service" } +md5sums=('3f17c2f6339f1a322b712b467023d825' + '4dfd9dc0d69b375587e39ab2621d9ea9' + '61e970d0704875b1da83cb4e9fc0eef5') diff --git a/extra/fssos-nsvs/nsvsd.service b/extra/fssos-nsvs/nsvsd.service new file mode 100644 index 000000000..0df5444ab --- /dev/null +++ b/extra/fssos-nsvs/nsvsd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Name Service Via Sockets Daemon + +[Service] +ExecStart=/usr/sbin/nsvsd -f /etc/nsvsd.conf + +[Install] +WantedBy=multi-user.target diff --git a/extra/hwloc/PKGBUILD b/extra/hwloc/PKGBUILD index bcefb1925..c1a138c3e 100644 --- a/extra/hwloc/PKGBUILD +++ b/extra/hwloc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 159285 2012-05-20 22:11:18Z stephane $ +# $Id: PKGBUILD 167416 2012-10-02 00:13:40Z stephane $ # Maintainer : Stéphane Gaudreault # Contributor: Sylvain HENRY # Contributor: Hervé YVIQUEL pkgname=hwloc -pkgver=1.4.2 +pkgver=1.5 pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ license=('BSD') depends=('sh' 'pciutils' 'cairo' 'libxml2') makedepends=('pkg-config') options=('!libtool' '!docs') -source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68') +source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('b2e60bd40cfc6ca79dde68b19a83e8a4719d6b14') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/kdeplasma-applets-networkmanagement/PKGBUILD b/extra/kdeplasma-applets-networkmanagement/PKGBUILD index c21b8db89..538974e47 100644 --- a/extra/kdeplasma-applets-networkmanagement/PKGBUILD +++ b/extra/kdeplasma-applets-networkmanagement/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kdeplasma-applets-networkmanagement epoch=1 -pkgver=0.9.0.4 +pkgver=0.9.0.5 pkgrel=1 pkgdesc="KDE control panel and widget network connections" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('mobile-broadband-provider-info: Database of mobile broadband servic 'openconnect: Cisco AnyConnect compatible VPN client') install=${pkgname}.install source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2") -sha256sums=('520d0592171ce1aa1c54916f408e7f2d1e016da0acefc725f7170b67a292e256') +sha256sums=('aa7a467f1f2a0e1ad22486381284bfb1350d644d5fcf61f8449c475dbec963eb') build() { cd "${srcdir}" diff --git a/extra/libquvi/PKGBUILD b/extra/libquvi/PKGBUILD new file mode 100644 index 000000000..3cac977bb --- /dev/null +++ b/extra/libquvi/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 167326 2012-10-01 10:01:23Z heftig $ +# Maintainer: Lukas Fleischer + +pkgname=libquvi +pkgver=0.4.1 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('i686' 'x86_64') +url='http://quvi.sourceforge.net/' +license=('LGPL') +depends=('libquvi-scripts' 'curl' 'lua') +conflicts=('quvi<0.4.0') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig}) +md5sums=('a5fa8860c23655a529b3166f6e25c83a' + 'cc7f15518f8ab2fc134bc64f0e9d584b') + +build() { + cd "${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/extra/moc/PKGBUILD b/extra/moc/PKGBUILD index 57fbab7aa..b03012c8e 100644 --- a/extra/moc/PKGBUILD +++ b/extra/moc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 164822 2012-08-06 20:34:31Z eric $ +# $Id: PKGBUILD 167384 2012-10-01 19:35:31Z eric $ # Maintainer: Eric Bélanger pkgname=moc pkgver=20120717 -pkgrel=1 +pkgrel=2 pkgdesc="An ncurses console audio player designed to be powerful and easy to use" arch=('i686' 'x86_64') url="http://moc.daper.net/" diff --git a/extra/mutt/PKGBUILD b/extra/mutt/PKGBUILD index f1da74622..9650cff99 100644 --- a/extra/mutt/PKGBUILD +++ b/extra/mutt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 166981 2012-09-24 06:32:03Z bisson $ +# $Id: PKGBUILD 167418 2012-10-02 02:04:08Z bisson $ # Contributor: tobias [tobias [at] archlinux.org] # Maintainer: Gaetan Bisson pkgname=mutt pkgver=1.5.21 -pkgrel=7 +pkgrel=8 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' license=('GPL') @@ -13,15 +13,18 @@ arch=('i686' 'x86_64') optdepends=('smtp-forwarder: to send mail') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz" - '1a4c43138685.patch') + 'pop-cachedir.patch' + 'crypt-gpgme.patch') sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9' - '32dbcafe05e4a919fd00c6a1064c6ecd205e6eb1') + '32dbcafe05e4a919fd00c6a1064c6ecd205e6eb1' + '8cf0d4278aab1d162ab7f847f1b917327d630d98') install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -i ../1a4c43138685.patch # FS#31536 + patch -i ../pop-cachedir.patch # FS#31536 + patch -p1 -i ../crypt-gpgme.patch # FS#31735 ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/extra/mutt/crypt-gpgme.patch b/extra/mutt/crypt-gpgme.patch new file mode 100644 index 000000000..7ed9348b2 --- /dev/null +++ b/extra/mutt/crypt-gpgme.patch @@ -0,0 +1,32 @@ +# HG changeset patch +# User Roman Kagan +# Date 1290506473 -10800 +# Node ID 938f0706311a6ab599d29d35447f0c70972fe7cf +# Parent 01731fb1884ea0e1eaf9008ea9c70804b66f2363 +crypt-gpgme: actually init gpgme + +Recent versions of gpgme (at least the one packaged with Fedora 14, +gpgme-1.2.0), requires proper initialization of the library before use. + +The initialization is done via gpgme_check_version(), and gpgme_set_locale() is +recommended right afterwards, too (see gpgme manual for details). + +Otherwise gpgme_init() fails with "Not operational" error, which makes mutt +immediately quit. + +diff --git a/crypt-gpgme.c b/crypt-gpgme.c +--- a/crypt-gpgme.c ++++ b/crypt-gpgme.c +@@ -4191,6 +4191,12 @@ + if (mutt_any_key_to_continue (NULL) == -1) + mutt_exit(1); + } ++ ++ gpgme_check_version (NULL); ++ gpgme_set_locale (NULL, LC_CTYPE, setlocale (LC_CTYPE, NULL)); ++#ifdef LC_MESSAGES ++ gpgme_set_locale (NULL, LC_MESSAGES, setlocale (LC_MESSAGES, NULL)); ++#endif + } + + void pgp_gpgme_init (void) diff --git a/extra/mutt/pop-cachedir.patch b/extra/mutt/pop-cachedir.patch new file mode 100644 index 000000000..ec1bc198a --- /dev/null +++ b/extra/mutt/pop-cachedir.patch @@ -0,0 +1,12 @@ +Index: muttlib.c +=================================================================== +--- muttlib.c (revision 6128:eff500f87889) ++++ muttlib.c (revision 6161:1a4c43138685) +@@ -1961,5 +1961,6 @@ + char *p = safe_strdup (src); + int rc = mutt_convert_string (&p, Charset, "utf-8", 0); +- strfcpy (dest, rc == 0 ? p : src, dlen); ++ /* `src' may be NULL, such as when called from the pop3 driver. */ ++ strfcpy (dest, (rc == 0) ? NONULL(p) : NONULL(src), dlen); + FREE (&p); + } diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 19446ca67..6edab4b10 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 166149 2012-09-04 22:56:21Z stephane $ +# $Id: PKGBUILD 167415 2012-10-02 00:13:37Z stephane $ # Maintainer: Stéphane Gaudreault pkgname=openmpi -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc') makedepends=('inetutils') options=(!libtool) source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab') +sha1sums=('694fd3bac911cdb22f77175884d819b6fea871df') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf