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

Pierre Neidhardt ambrevar at archlinux.org
Tue Feb 9 23:45:27 UTC 2016


    Date: Wednesday, February 10, 2016 @ 00:45:26
  Author: ambrevar
Revision: 161025

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-09 23:44:42 UTC (rev 161024)
+++ PKGBUILD	2016-02-09 23:45:26 UTC (rev 161025)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer:
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Byron Clark <byron at theclarkfamily.name>
-pkgname=udiskie
-pkgver=1.4.7
-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')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('e4c4f95cb948903eacc49ec206b82cae')
-
-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 161024, udiskie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-09 23:45:26 UTC (rev 161025)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Byron Clark <byron at theclarkfamily.name>
+
+pkgname=udiskie
+pkgver=1.4.8
+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')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('2a38128376572ffec378c212dd81c091')
+
+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"
+}



More information about the arch-commits mailing list