[arch-commits] Commit in udiskie/repos/community-any (PKGBUILD PKGBUILD)

Daniel Wallace dwallace at archlinux.org
Thu Oct 22 00:04:20 UTC 2015


    Date: Thursday, October 22, 2015 @ 02:04:20
  Author: dwallace
Revision: 144642

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
    (from rev 144641, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-22 00:03:59 UTC (rev 144641)
+++ PKGBUILD	2015-10-22 00:04:20 UTC (rev 144642)
@@ -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.3.0
-pkgrel=2
-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:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 144641, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-22 00:04:20 UTC (rev 144642)
@@ -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.2
+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=('f93fd1ce930ab164a64fdb7f8d81b0d5')
+
+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