diff options
author | root <root@rshg054.dnsready.net> | 2012-07-20 00:01:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-20 00:01:55 +0000 |
commit | 226ac092dca4754b7b5a421e226c5971e3b607b2 (patch) | |
tree | 796c17bdf61c132bbe79e010febb2bca54e85c0e /community | |
parent | 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (diff) |
Fri Jul 20 00:01:55 UTC 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/libhx/PKGBUILD | 27 | ||||
-rw-r--r-- | community/mc/PKGBUILD | 25 | ||||
-rw-r--r-- | community/mythplugins/PKGBUILD | 6 | ||||
-rw-r--r-- | community/mythtv/PKGBUILD | 8 | ||||
-rw-r--r-- | community/pam_mount/PKGBUILD | 33 | ||||
-rw-r--r-- | community/python2-matplotlib/PKGBUILD | 12 | ||||
-rw-r--r-- | community/sbxkb/PKGBUILD | 22 |
7 files changed, 108 insertions, 25 deletions
diff --git a/community/libhx/PKGBUILD b/community/libhx/PKGBUILD new file mode 100644 index 000000000..284cd0901 --- /dev/null +++ b/community/libhx/PKGBUILD @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer: Max Roder <maxroder@web.de> +# Contributor: Nathan Owe <ndowens.aur at gmail dot com> + +pkgname='libhx' +pkgver='3.12.1' +pkgrel='1' +pkgdesc='A library providing queue, tree, I/O and utility functions' +arch=('i686' 'x86_64') +url=('http://libhx.sourceforge.net/') +license=('GPL') +depends=() +options=('!libtool') +source=("http://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar.xz") +md5sums=('de66ebb98e73ffd4831090257a7b9533') + +build() { + cd ${srcdir}/libHX-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/libHX-${pkgver} + make DESTDIR=${pkgdir} install +} diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD index 9eea0ebcf..a51e8f5f0 100644 --- a/community/mc/PKGBUILD +++ b/community/mc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70092 2012-04-29 08:10:26Z schuay $ +# $Id: PKGBUILD 74048 2012-07-18 14:20:54Z schuay $ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=mc -pkgver=4.8.3 -pkgrel=2 +pkgver=4.8.4 +pkgrel=1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" arch=('i686' 'x86_64') url="http://www.ibiblio.org/mc/" @@ -26,8 +26,15 @@ optdepends=('p7zip: support for 7zip archives' 'unrar: urar extfs' 'zip: uzip extfs') options=('!emptydirs' '!makeflags') -source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2" - 'changeset_8607bcc1.diff') +backup=('etc/mc/edit.indent.rc' + 'etc/mc/edit.spell.rc' + 'etc/mc/filehighlight.ini' + 'etc/mc/mcedit.menu' + 'etc/mc/mc.ext' + 'etc/mc/mc.keymap' + 'etc/mc/mc.menu' + 'etc/mc/sfs.ini') +source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2") build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -40,9 +47,6 @@ build() { --without-debug --without-gnome --without-included-gettext \ --libexecdir=/usr/lib - # see FS#29562 - patch -Np0 < ${srcdir}/changeset_8607bcc1.diff - make } @@ -59,7 +63,4 @@ package() { -i "${pkgdir}/usr/lib/mc/extfs.d/s3+" } - - -md5sums=('12d38ad4969df3f8bbf66c3967a191ee' - '998b44a100a671085526a7723bb72092') +md5sums=('a8edb8226cb25869f925ecce043faf1e') diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD index fc0413fbc..dc4274b07 100644 --- a/community/mythplugins/PKGBUILD +++ b/community/mythplugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73073 2012-06-30 11:15:54Z jconder $ +# $Id: PKGBUILD 74031 2012-07-18 09:43:20Z jconder $ # Maintainer: Jonathan Conder <jonno.conder@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -13,7 +13,7 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythweather' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') -pkgver=0.25.1 +pkgver=0.25.2 pkgrel=1 epoch=1 arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif' source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2" 'php54.patch' 'mtd.rc') -md5sums=('5957fd42181f78f18c8a1fd819c9699c' +md5sums=('80466458a82759d213fe69af63d6dc80' '7a114c1b5a84ab5ee190e63cc9514086' '476c12ba074794ad7f4ae092bdf949d6') diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 30b89b5ae..6a4af4e8a 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73481 2012-07-08 09:31:09Z ibiru $ +# $Id: PKGBUILD 74028 2012-07-18 09:20:30Z jconder $ # Maintainer: Jonathan Conder <jonno.conder@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=0.25.1 -pkgrel=2 +pkgver=0.25.2 +pkgrel=1 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -32,7 +32,7 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" 'mythbackend.rc' 'mythbackend.conf' 'mythbackend.service') -md5sums=('4d6375cc3a820abdb2ac5300734687ac' +md5sums=('2bf8c0aa75e88d39747e59c27aa6072e' 'c8f935d42fb8617e9279bd539811ca5f' 'ab962d83614cbd0ac11ce3fcc929829d' '813008d14a44e9c6212f364723aeaa74') diff --git a/community/pam_mount/PKGBUILD b/community/pam_mount/PKGBUILD new file mode 100644 index 000000000..9b226e9f2 --- /dev/null +++ b/community/pam_mount/PKGBUILD @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributors: Sirius Bakke <sirius\at/nonline.org> + +pkgname=pam_mount +pkgver=2.13 +pkgrel=3 +pkgdesc="A PAM module that can mount volumes for a user session" +arch=('i686' 'x86_64') +url="http://pam-mount.sourceforge.net/" +license=('GPL') +depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2') +optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config') +backup=('etc/security/pam_mount.conf.xml') +options=(!emptydirs !libtool) +source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz") +md5sums=('9f75fc8e84ea9cde619cdd6a62c7de33') + +build() { + cd -- "$srcdir/$pkgname-$pkgver" + ./configure \ + --prefix=/usr \ + --with-ssbindir=/usr/sbin \ + --with-slibdir=/usr/lib \ + --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd -- "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} diff --git a/community/python2-matplotlib/PKGBUILD b/community/python2-matplotlib/PKGBUILD index d7da266fa..645fd359f 100644 --- a/community/python2-matplotlib/PKGBUILD +++ b/community/python2-matplotlib/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 73039 2012-06-29 11:35:49Z andrea $ +# $Id: PKGBUILD 74044 2012-07-18 11:59:15Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> -# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> pkgname=python2-matplotlib -pkgver=1.1.0 -pkgrel=4 +pkgver=1.1.1 +pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=('i686' 'x86_64') url="http://matplotlib.sourceforge.net/" @@ -22,7 +22,7 @@ replaces=('python-matplotlib') conflicts=('python-matplotlib') source=("http://downloads.sourceforge.net/matplotlib/matplotlib-${pkgver}.tar.gz" setup.cfg) -sha1sums=('435b4f04a7e099b79f66451d69ad0b5ce66030ae' +sha1sums=('e47ecb0c651961dbaba57fd172e3b770da197e84' 'f074495fc965298e0372751b34c8edb319437c5f') build() { @@ -49,7 +49,7 @@ build() { package() { cd "${srcdir}/matplotlib-${pkgver}" python2 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr - + install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" install -m 644 doc/users/license.rst "${pkgdir}/usr/share/licenses/${pkgname}" } diff --git a/community/sbxkb/PKGBUILD b/community/sbxkb/PKGBUILD new file mode 100644 index 000000000..0b261587a --- /dev/null +++ b/community/sbxkb/PKGBUILD @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> + +pkgname=sbxkb +pkgver=0.7.6 +pkgrel=1 +pkgdesc="Simple tray XKB indicator" +arch=('i686' 'x86_64') +license=('GPL2') +url="http://downloads.sourceforge.net/project/staybox" +depends=('gtk2') +makedepends=('pkgconfig') +source=(http://downloads.sourceforge.net/project/staybox/${pkgname}-${pkgver}.tar.gz) +md5sums=('25dc697817a2952a4468c5d2a2f206d2') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + export LDFLAGS=-lX11 + ./configure --sysconfdir=/etc --prefix=/usr + make + make DESTDIR=${pkgdir} install +} |