[arch-commits] Commit in appstream/repos/extra-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 17 17:58:14 UTC 2018
Date: Friday, August 17, 2018 @ 17:58:14
Author: arojas
Revision: 332117
archrelease: copy trunk to extra-x86_64
Added:
appstream/repos/extra-x86_64/PKGBUILD
(from rev 332116, appstream/trunk/PKGBUILD)
appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 332116, appstream/trunk/update-appstream-cache.hook)
Deleted:
appstream/repos/extra-x86_64/PKGBUILD
appstream/repos/extra-x86_64/update-appstream-cache.hook
-----------------------------+
PKGBUILD | 114 +++++++++++++++++++++---------------------
update-appstream-cache.hook | 34 ++++++------
2 files changed, 74 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 17:57:51 UTC (rev 332116)
+++ PKGBUILD 2018-08-17 17:58:14 UTC (rev 332117)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream"
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools itstool vala gperf)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
- update-appstream-cache.hook)
-sha256sums=('4d3abd21a760c825bb5bc0c0bd7b24dfbbeeb8f19131640132e73627cfabaf67'
- 'SKIP'
- 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- meson ../AppStream-$pkgver \
- --prefix=/usr \
- -Dqt=true \
- -Dvapi=true
- ninja
-}
-
-package_appstream() {
- cd build
-
- DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
- rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
- install -Dm644 "$srcdir"/update-appstream-cache.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
- pkgdesc='Qt5 interface for AppStream'
- depends=(appstream qt5-base)
-
- cd build
- DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
- rm -r "$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}
Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 332116, appstream/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-17 17:58:14 UTC (rev 332117)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream"
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools itstool vala gperf)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+ update-appstream-cache.hook)
+sha256sums=('8b232fdac3e2bc46b0adb5e9bd462fdc99f52de3afc2f17a67b35c122b6e4c05'
+ 'SKIP'
+ 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ meson ../AppStream-$pkgver \
+ --prefix=/usr \
+ -Dqt=true \
+ -Dvapi=true
+ ninja
+}
+
+package_appstream() {
+ cd build
+
+ DESTDIR="$pkgdir" ninja install
+
+# provided by -qt subpackage
+ rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+ install -Dm644 "$srcdir"/update-appstream-cache.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+ pkgdesc='Qt5 interface for AppStream'
+ depends=(appstream qt5-base)
+
+ cd build
+ DESTDIR="$pkgdir" ninja install
+
+# provided by appstream
+ rm -r "$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
+}
Deleted: update-appstream-cache.hook
===================================================================
--- update-appstream-cache.hook 2018-08-17 17:57:51 UTC (rev 332116)
+++ update-appstream-cache.hook 2018-08-17 17:58:14 UTC (rev 332117)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Trigger]
-Type = Package
-Operation = Install
-Operation = Upgrade
-Target = appstream
-
-[Action]
-Description = Updating the appstream cache...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force
Copied: appstream/repos/extra-x86_64/update-appstream-cache.hook (from rev 332116, appstream/trunk/update-appstream-cache.hook)
===================================================================
--- update-appstream-cache.hook (rev 0)
+++ update-appstream-cache.hook 2018-08-17 17:58:14 UTC (rev 332117)
@@ -0,0 +1,17 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/*
+
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Upgrade
+Target = appstream
+
+[Action]
+Description = Updating the appstream cache...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force
More information about the arch-commits
mailing list