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

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Nov 14 19:57:54 UTC 2013


    Date: Thursday, November 14, 2013 @ 20:57:53
  Author: seblu
Revision: 101004

archrelease: copy trunk to community-any

Added:
  dex/repos/community-any/PKGBUILD
    (from rev 101003, dex/trunk/PKGBUILD)
Deleted:
  dex/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-14 19:57:47 UTC (rev 101003)
+++ PKGBUILD	2013-11-14 19:57:53 UTC (rev 101004)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=dex
-pkgver=0.6
-pkgrel=1
-pkgdesc='Program to generate and execute DesktopEntry files of type Application'
-arch=('any')
-url='https://github.com/jceb/dex'
-license=('GPL2')
-depends=('python')
-conflicts=('dex-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jceb/dex/tarball/v$pkgver")
-md5sums=('aabd067dc133df4ce617b116a2f405aa')
-
-package() {
-  cd jceb-dex-*
-  install -Dm755 dex "$pkgdir/usr/bin/dex"
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dex/repos/community-any/PKGBUILD (from rev 101003, dex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-14 19:57:53 UTC (rev 101004)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=dex
+pkgver=0.7
+pkgrel=1
+pkgdesc='Program to generate and execute DesktopEntry files of type Application'
+arch=('any')
+url='https://github.com/jceb/dex'
+license=('GPL2')
+depends=('python')
+makedepends=('git')
+source=("git+https://github.com/jceb/dex.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd dex
+  make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
+  rm "$pkgdir/usr/share/doc/dex/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list