[arch-commits] Commit in desktop-file-utils/repos/extra-x86_64 (4 files)

Jan Steffens heftig at archlinux.org
Fri Jul 26 08:23:38 UTC 2019


    Date: Friday, July 26, 2019 @ 08:23:38
  Author: heftig
Revision: 358594

archrelease: copy trunk to extra-x86_64

Added:
  desktop-file-utils/repos/extra-x86_64/PKGBUILD
    (from rev 358593, desktop-file-utils/trunk/PKGBUILD)
  desktop-file-utils/repos/extra-x86_64/update-desktop-database.hook
    (from rev 358593, desktop-file-utils/trunk/update-desktop-database.hook)
Deleted:
  desktop-file-utils/repos/extra-x86_64/PKGBUILD
  desktop-file-utils/repos/extra-x86_64/update-desktop-database.hook

------------------------------+
 PKGBUILD                     |   92 ++++++++++++++++++++---------------------
 update-desktop-database.hook |   22 ++++-----
 2 files changed, 56 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 08:22:03 UTC (rev 358593)
+++ PKGBUILD	2019-07-26 08:23:38 UTC (rev 358594)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=desktop-file-utils
-pkgver=0.23+4+g92af410
-pkgrel=1
-pkgdesc="Command line utilities for working with desktop entries"
-arch=('x86_64')
-url="https://www.freedesktop.org/wiki/Software/desktop-file-utils"
-license=('GPL')
-depends=('glib2')
-makedepends=(git)
-_commit=92af4108750ceaf4191fd54e255885c7d8a78b70  # master
-source=("git+https://anongit.freedesktop.org/git/xdg/desktop-file-utils#commit=$_commit"
-        update-desktop-database.hook)
-sha256sums=('SKIP'
-            '2be5efa6c93f89691d106c086ef392e5dbf2839e2de2afc43a7f616f55b2a81d')
-validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') #Hans Petter Jansson <hpj at suse.com>
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/update-desktop-database.hook "$pkgdir"/usr/share/libalpm/hooks/update-desktop-database.hook
-}

Copied: desktop-file-utils/repos/extra-x86_64/PKGBUILD (from rev 358593, desktop-file-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-26 08:23:38 UTC (rev 358594)
@@ -0,0 +1,45 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=desktop-file-utils
+pkgver=0.24
+pkgrel=1
+pkgdesc="Command line utilities for working with desktop entries"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/desktop-file-utils"
+license=(GPL)
+depends=(glib2)
+makedepends=(git emacs)
+_commit=27d370de9ca5121550c343859455d0f1515e1ec5  # tags/0.24^0
+source=("git+https://anongit.freedesktop.org/git/xdg/desktop-file-utils#commit=$_commit"
+        update-desktop-database.hook)
+sha256sums=('SKIP'
+            '2be5efa6c93f89691d106c086ef392e5dbf2839e2de2afc43a7f616f55b2a81d')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') #Hans Petter Jansson <hpj at suse.com>
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
+}

Deleted: update-desktop-database.hook
===================================================================
--- update-desktop-database.hook	2019-07-26 08:22:03 UTC (rev 358593)
+++ update-desktop-database.hook	2019-07-26 08:23:38 UTC (rev 358594)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/applications/*.desktop
-
-[Action]
-Description = Updating the desktop file MIME type cache...
-When = PostTransaction
-Exec = /usr/bin/update-desktop-database --quiet

Copied: desktop-file-utils/repos/extra-x86_64/update-desktop-database.hook (from rev 358593, desktop-file-utils/trunk/update-desktop-database.hook)
===================================================================
--- update-desktop-database.hook	                        (rev 0)
+++ update-desktop-database.hook	2019-07-26 08:23:38 UTC (rev 358594)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/applications/*.desktop
+
+[Action]
+Description = Updating the desktop file MIME type cache...
+When = PostTransaction
+Exec = /usr/bin/update-desktop-database --quiet



More information about the arch-commits mailing list