[arch-commits] Commit in xdg-utils/repos/extra-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Jun 10 16:32:52 UTC 2014


    Date: Tuesday, June 10, 2014 @ 18:32:52
  Author: andyrtr
Revision: 214783

archrelease: copy trunk to extra-any

Added:
  xdg-utils/repos/extra-any/PKGBUILD
    (from rev 214782, xdg-utils/trunk/PKGBUILD)
Deleted:
  xdg-utils/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-10 16:32:35 UTC (rev 214782)
+++ PKGBUILD	2014-06-10 16:32:52 UTC (rev 214783)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xdg-utils
-pkgver=1.1.0.git20140207
-pkgrel=1
-pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
-arch=('any')
-url="http://cgit.freedesktop.org/xdg/xdg-utils/"
-license=('MIT')
-depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
-makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
-optdepends=('kdebase-runtime: for KDE support in xdg-open'
-            'libgnome: for GNOME support in xdg-open'
-            'exo: for Xfce support in xdg-open'
-            'xorg-xprop: for Xfce support in xdg-open'
-            'pcmanfm: for LXDE support in xdg-open'
-            'perl-file-mimeinfo: for generic support in xdg-open')
-source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=6da906f59933133612d006e1bff9918a2b8c5a60)
-md5sums=('SKIP')
-
-pkgver() {
-	cd xdg-utils
-	echo "1.1.0.git$(git log -1 --format="%cd" --date=short | sed 's|-||g')"
-}
-
-build() {
-	cd xdg-utils
-	./configure --prefix=/usr --mandir=/usr/share/man
-#	make scripts-clean -C scripts # needed if it's a git snapshot
-#	make man scripts -C scripts # needed if it's a git snapshot
-	make # for release builds
-}
-
-package() {
-	cd xdg-utils
-	make DESTDIR="${pkgdir}" install
-	install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-	
-	# install empty directory to prevent xdg-desktop-menu install *.desktop to fail, see FS#33316
-	install -dm755 $pkgdir/usr/share/desktop-directories
-}

Copied: xdg-utils/repos/extra-any/PKGBUILD (from rev 214782, xdg-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-10 16:32:52 UTC (rev 214783)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xdg-utils
+pkgver=1.1.0.git20140426
+pkgrel=1
+pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
+arch=('any')
+url="http://cgit.freedesktop.org/xdg/xdg-utils/"
+license=('MIT')
+depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
+optdepends=('kdebase-runtime: for KDE support in xdg-open'
+            'libgnome: for GNOME support in xdg-open'
+            'exo: for Xfce support in xdg-open'
+            'xorg-xprop: for Xfce support in xdg-open'
+            'pcmanfm: for LXDE support in xdg-open'
+            'perl-file-mimeinfo: for generic support in xdg-open')
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=869b22b75fc6e7c9e29ba5367bd97ebf7ce76cb3)
+md5sums=('SKIP')
+
+pkgver() {
+	cd xdg-utils
+	echo "1.1.0.git$(git log -1 --format="%cd" --date=short | sed 's|-||g')"
+}
+
+build() {
+	cd xdg-utils
+	./configure --prefix=/usr --mandir=/usr/share/man
+#	make scripts-clean -C scripts # needed if it's a git snapshot
+#	make man scripts -C scripts # needed if it's a git snapshot
+	make # for release builds
+}
+
+package() {
+	cd xdg-utils
+	make DESTDIR="${pkgdir}" install
+	install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	
+	# install empty directory to prevent xdg-desktop-menu install *.desktop to fail, see FS#33316
+	install -dm755 $pkgdir/usr/share/desktop-directories
+}




More information about the arch-commits mailing list