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

Daniel Wallace dwallace at nymeria.archlinux.org
Tue Jul 1 00:55:53 UTC 2014


    Date: Tuesday, July 1, 2014 @ 02:55:53
  Author: dwallace
Revision: 113822

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 00:55:25 UTC (rev 113821)
+++ PKGBUILD	2014-07-01 00:55:53 UTC (rev 113822)
@@ -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.0.2
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie"
-license=('MIT')
-depends=('udisks' 'python-dbus' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-            'pygtk: for tray icon')
-options=(!emptydirs)
-optdepends=('udisks2: experimenatl use on the command line with -2')
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f9e701e649515694242393077e7c5b66')
-
-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 113821, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 00:55:53 UTC (rev 113822)
@@ -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.0.2
+pkgrel=2
+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')
+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=('f9e701e649515694242393077e7c5b66')
+
+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