[arch-commits] Commit in udiskie/repos/community-any (PKGBUILD PKGBUILD)
Daniel Wallace
dwallace at archlinux.org
Wed Feb 18 14:52:46 UTC 2015
Date: Wednesday, February 18, 2015 @ 15:52:46
Author: dwallace
Revision: 127921
archrelease: copy trunk to community-any
Added:
udiskie/repos/community-any/PKGBUILD
(from rev 127920, udiskie/trunk/PKGBUILD)
Deleted:
udiskie/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-18 14:52:20 UTC (rev 127920)
+++ PKGBUILD 2015-02-18 14:52:46 UTC (rev 127921)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Byron Clark <byron at theclarkfamily.name>
-pkgname=udiskie
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie"
-license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
- 'pygtk: for tray icon')
-options=(!emptydirs)
-optdepends=('udisks2: experimental use on the command line with -2')
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('ce26480f85c842f6dfc08947a4af5ce6')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- python setup.py install --root="$pkgdir" --optimize=1
-
- make -C doc
- install -m 0644 -D "doc/${pkgname}.8" "$pkgdir/usr/share/man/man8/${pkgname}.8"
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}
-
-# vim:set ts=2 sw=2 et:
Copied: udiskie/repos/community-any/PKGBUILD (from rev 127920, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-18 14:52:46 UTC (rev 127921)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Byron Clark <byron at theclarkfamily.name>
+pkgname=udiskie
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie"
+license=('MIT')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext' 'python2-notify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+ 'pygtk: for tray icon')
+options=(!emptydirs)
+optdepends=('udisks2: experimental use on the command line with -2')
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('730440a6cc45b2f92da6f3252a0536b0')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ make -C doc
+ install -m 0644 -D "doc/${pkgname}.8" "$pkgdir/usr/share/man/man8/${pkgname}.8"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list