diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/luarocks/PKGBUILD | 6 | ||||
-rw-r--r-- | community/nodejs/PKGBUILD | 6 | ||||
-rw-r--r-- | community/percona-server/PKGBUILD | 2 | ||||
-rw-r--r-- | community/spacefm/PKGBUILD | 23 | ||||
-rw-r--r-- | community/udevil/PKGBUILD | 39 | ||||
-rw-r--r-- | community/udevil/udevil.install | 4 |
6 files changed, 57 insertions, 23 deletions
diff --git a/community/luarocks/PKGBUILD b/community/luarocks/PKGBUILD index ef6b63eb7..f82ecf63a 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 72118 2012-06-08 21:45:36Z cbrannon $ +# $Id: PKGBUILD 73676 2012-07-13 11:41:36Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=luarocks -pkgver=2.0.9 +pkgver=2.0.10 pkgrel=1 pkgdesc='Deployment and management system for Lua modules' arch=('i686' 'x86_64') @@ -33,4 +33,4 @@ package() { install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('78dceb5c513fd241665688ecd229ff51') +md5sums=('85cccdbd995b489ae1a9aab33c14b7fc') diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 237bc89af..7594993ed 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73072 2012-06-30 08:03:14Z bpiotrowski $ +# $Id: PKGBUILD 73678 2012-07-13 18:50:20Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -8,7 +8,7 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.8.1 +pkgver=0.8.2 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ checkdepends=('curl') # curl used for check() optdepends=('openssl: TLS support') options=('!emptydirs') source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz") -md5sums=('32a6f7b7cf196cb89bd973741ae58dd1') +md5sums=('2d1a74aa9e5ecfdb4c64d200b642eb1e') build() { cd node-v${pkgver} diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index 7466e57c2..5941996e8 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73641 2012-07-12 13:35:50Z mtorromeo $ +# $Id: PKGBUILD 73668 2012-07-13 06:40:20Z spupykin $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=percona-server diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 9de16b687..e89183510 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72589 2012-06-17 07:23:49Z bpiotrowski $ +# $Id: PKGBUILD 73680 2012-07-13 19:18:42Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com> pkgname=spacefm -pkgver=0.7.8 +pkgver=0.7.9 pkgrel=1 pkgdesc="A multi-panel tabbed file manager" arch=('i686' 'x86_64') @@ -18,29 +18,20 @@ optdepends=('lsof: device processes' 'wget: plugin download' 'gksu: perform as root functionality' 'pmount: mount as non-root user' + 'udevil: mount as non-root user and mount networks' 'udisks: mount as non-root user' 'udisks2: mount as non-root user') - #'ktsuss: perform as root functionality' (AUR) - #'udevil-git: mount as non-root user and mount networks' (AUR) source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz) -md5sums=('746b8f55735217a0e6d48e4e666a7534') +md5sums=('428739bc310d7010eca3f64caf2e7c1e') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # NOTE: To enable hal support add --enable-hal to - # configure line below. See README for details. - # NOTE: To disable inotify and use fam or gamin instead, add: - # --disable-inotify to configure line below. - # NOTE: To add a custom su program (mysu in this example), add: - # --with-preferable-sudo="mysu" to configure line below. - + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}/" install + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install } diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD new file mode 100644 index 000000000..7a7df6839 --- /dev/null +++ b/community/udevil/PKGBUILD @@ -0,0 +1,39 @@ +# $Id: PKGBUILD 73683 2012-07-13 19:36:15Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ + +pkgname=udevil +pkgver=0.3.0 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc='Mount and unmount without password' +url='http://ignorantguru.github.com/udevil/' +license=('GPL3') +makedepends=('intltool' 'gettext') +depends=('udev' 'glib2') +optdepends=('nfs-utils: mount nfs shares' + 'sshfs: mount sftp shares' + 'curlftpfs: mount ftp shares' + 'cifs-utils: mount samba shares' + 'eject: eject via devmon' + 'zenity: devmon popups' + 'pmount: devmon mount without suid udevil' + 'udisks: devmon mount without suid udevil' + 'udisks2: devmon mount without suid udevil') +provides=('devmon') +backup=('etc/udevil/udevil.conf') +install=$pkgname.install +source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) +md5sums=('a2695eb0e9d1d2b5208f781710b1a286') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install +} + diff --git a/community/udevil/udevil.install b/community/udevil/udevil.install new file mode 100644 index 000000000..d839de662 --- /dev/null +++ b/community/udevil/udevil.install @@ -0,0 +1,4 @@ +post_install() { + echo '>>> REMEMBER to enable kernel polling when using devmon without udisks:' + echo ' http://ignorantguru.github.com/udevil/#polling' +} |