[arch-commits] Commit in udiskie/repos/community-any (PKGBUILD PKGBUILD)
Daniel Wallace
dwallace at archlinux.org
Tue Sep 8 17:06:31 UTC 2015
Date: Tuesday, September 8, 2015 @ 19:06:30
Author: dwallace
Revision: 139630
archrelease: copy trunk to community-any
Added:
udiskie/repos/community-any/PKGBUILD
(from rev 139629, udiskie/trunk/PKGBUILD)
Deleted:
udiskie/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-08 17:06:03 UTC (rev 139629)
+++ PKGBUILD 2015-09-08 17:06:30 UTC (rev 139630)
@@ -1,33 +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.2.0
-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' 'libnotify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
- 'pygtk: for tray icon'
- 'udisks2: experimental use on the command line with -2'
- 'notification-daemon: for notifications')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('df5ee82d33f5e129093e99a15ebfd590')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- export LC_ALL=en_US.utf8
-
- 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 139629, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-08 17:06:30 UTC (rev 139630)
@@ -0,0 +1,33 @@
+# $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.3.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie"
+license=('MIT')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+ 'pygtk: for tray icon'
+ 'udisks: optional for use with old backend'
+ 'notification-daemon: for notifications')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ export LC_ALL=en_US.utf8
+
+ 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