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

Johannes Löthberg demize at archlinux.org
Mon Jun 19 00:49:13 UTC 2017


    Date: Monday, June 19, 2017 @ 00:49:12
  Author: demize
Revision: 238116

archrelease: copy trunk to community-any

Added:
  dex/repos/community-any/PKGBUILD
    (from rev 238115, dex/trunk/PKGBUILD)
  dex/repos/community-any/fix-dex-version.patch
    (from rev 238115, dex/trunk/fix-dex-version.patch)
Deleted:
  dex/repos/community-any/PKGBUILD

-----------------------+
 PKGBUILD              |   59 ++++++++++++++++++++++++++----------------------
 fix-dex-version.patch |   11 ++++++++
 2 files changed, 44 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 00:49:07 UTC (rev 238115)
+++ PKGBUILD	2017-06-19 00:49:12 UTC (rev 238116)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=dex
-pkgver=0.8.0
-pkgrel=1
-
-pkgdesc='Program to generate and execute DesktopEntry files of type Application'
-url='https://github.com/jceb/dex'
-arch=('any')
-license=('GPL2')
-
-depends=('python')
-makedepends=('git' 'python-sphinx')
-
-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:

Copied: dex/repos/community-any/PKGBUILD (from rev 238115, dex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-19 00:49:12 UTC (rev 238116)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=dex
+pkgver=0.8.0
+pkgrel=1
+
+pkgdesc='Program to generate and execute DesktopEntry files of type Application'
+url='https://github.com/jceb/dex'
+arch=('any')
+license=('GPL2')
+
+depends=('python')
+makedepends=('git' 'python-sphinx')
+
+source=("git+https://github.com/jceb/dex.git#tag=v$pkgver"
+        fix-dex-version.patch)
+
+md5sums=('SKIP'
+         'e00a4c7189bc6f097f510af4bd689998')
+
+prepare() {
+  cd dex
+  patch dex <"$srcdir"/fix-dex-version.patch
+}
+
+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:

Copied: dex/repos/community-any/fix-dex-version.patch (from rev 238115, dex/trunk/fix-dex-version.patch)
===================================================================
--- fix-dex-version.patch	                        (rev 0)
+++ fix-dex-version.patch	2017-06-19 00:49:12 UTC (rev 238116)
@@ -0,0 +1,11 @@
+--- /usr/bin/dex	2017-06-19 02:43:55.415177617 +0200
++++ dex.new	2017-06-19 02:46:55.251836314 +0200
+@@ -35,7 +35,7 @@
+ import subprocess
+ import sys
+ 
+-__version__ = "0.7"
++__version__ = "0.8.0"
+ 
+ 
+ # DesktopEntry exceptions



More information about the arch-commits mailing list