[arch-commits] Commit in appstream/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Sun Jul 2 14:48:45 UTC 2017
Date: Sunday, July 2, 2017 @ 14:48:44
Author: arojas
Revision: 299546
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
appstream/repos/extra-i686/PKGBUILD
(from rev 299545, appstream/trunk/PKGBUILD)
appstream/repos/extra-i686/update-appstream-index.hook
(from rev 299545, appstream/trunk/update-appstream-index.hook)
appstream/repos/extra-x86_64/PKGBUILD
(from rev 299545, appstream/trunk/PKGBUILD)
appstream/repos/extra-x86_64/update-appstream-index.hook
(from rev 299545, appstream/trunk/update-appstream-index.hook)
Deleted:
appstream/repos/extra-i686/PKGBUILD
appstream/repos/extra-i686/update-appstream-index.hook
appstream/repos/extra-x86_64/PKGBUILD
appstream/repos/extra-x86_64/update-appstream-index.hook
------------------------------------------+
/PKGBUILD | 110 +++++++++++++++++++++++++++++
/update-appstream-index.hook | 34 ++++++++
extra-i686/PKGBUILD | 55 --------------
extra-i686/update-appstream-index.hook | 17 ----
extra-x86_64/PKGBUILD | 55 --------------
extra-x86_64/update-appstream-index.hook | 17 ----
6 files changed, 144 insertions(+), 144 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-07-02 14:48:16 UTC (rev 299545)
+++ extra-i686/PKGBUILD 2017-07-02 14:48:44 UTC (rev 299546)
@@ -1,55 +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.11.0
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream"
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
- update-appstream-index.hook)
-sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
- 'SKIP'
- 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- cmake ../AppStream-$pkgver \
- -DQT=ON \
- -DVAPI=ON \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package_appstream() {
- cd build
-
- make DESTDIR="$pkgdir" install
-
-# provided by -qt subpackage
- rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
- install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
- pkgdesc='Qt5 interface for AppStream'
- depends=(appstream qt5-base)
-
- cd build/qt
- make DESTDIR="$pkgdir" install
-}
Copied: appstream/repos/extra-i686/PKGBUILD (from rev 299545, appstream/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-02 14:48:44 UTC (rev 299546)
@@ -0,0 +1,55 @@
+# $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.11.1
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream"
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+ update-appstream-index.hook)
+sha256sums=('f5d43fb30a3419fa219d09281cd52e2aa7c335f3980b9e161e537a6826c143c4'
+ 'SKIP'
+ 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../AppStream-$pkgver \
+ -DQT=ON \
+ -DVAPI=ON \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package_appstream() {
+ cd build
+
+ make DESTDIR="$pkgdir" install
+
+# provided by -qt subpackage
+ rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+ install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+ pkgdesc='Qt5 interface for AppStream'
+ depends=(appstream qt5-base)
+
+ cd build/qt
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-i686/update-appstream-index.hook
===================================================================
--- extra-i686/update-appstream-index.hook 2017-07-02 14:48:16 UTC (rev 299545)
+++ extra-i686/update-appstream-index.hook 2017-07-02 14:48:44 UTC (rev 299546)
@@ -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 index...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force
Copied: appstream/repos/extra-i686/update-appstream-index.hook (from rev 299545, appstream/trunk/update-appstream-index.hook)
===================================================================
--- extra-i686/update-appstream-index.hook (rev 0)
+++ extra-i686/update-appstream-index.hook 2017-07-02 14:48:44 UTC (rev 299546)
@@ -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 index...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-07-02 14:48:16 UTC (rev 299545)
+++ extra-x86_64/PKGBUILD 2017-07-02 14:48:44 UTC (rev 299546)
@@ -1,55 +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.11.0
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream"
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
- update-appstream-index.hook)
-sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
- 'SKIP'
- 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- cmake ../AppStream-$pkgver \
- -DQT=ON \
- -DVAPI=ON \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package_appstream() {
- cd build
-
- make DESTDIR="$pkgdir" install
-
-# provided by -qt subpackage
- rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
- install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
- pkgdesc='Qt5 interface for AppStream'
- depends=(appstream qt5-base)
-
- cd build/qt
- make DESTDIR="$pkgdir" install
-}
Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 299545, appstream/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-07-02 14:48:44 UTC (rev 299546)
@@ -0,0 +1,55 @@
+# $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.11.1
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream"
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+ update-appstream-index.hook)
+sha256sums=('f5d43fb30a3419fa219d09281cd52e2aa7c335f3980b9e161e537a6826c143c4'
+ 'SKIP'
+ 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../AppStream-$pkgver \
+ -DQT=ON \
+ -DVAPI=ON \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package_appstream() {
+ cd build
+
+ make DESTDIR="$pkgdir" install
+
+# provided by -qt subpackage
+ rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+ install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+ pkgdesc='Qt5 interface for AppStream'
+ depends=(appstream qt5-base)
+
+ cd build/qt
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/update-appstream-index.hook
===================================================================
--- extra-x86_64/update-appstream-index.hook 2017-07-02 14:48:16 UTC (rev 299545)
+++ extra-x86_64/update-appstream-index.hook 2017-07-02 14:48:44 UTC (rev 299546)
@@ -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 index...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force
Copied: appstream/repos/extra-x86_64/update-appstream-index.hook (from rev 299545, appstream/trunk/update-appstream-index.hook)
===================================================================
--- extra-x86_64/update-appstream-index.hook (rev 0)
+++ extra-x86_64/update-appstream-index.hook 2017-07-02 14:48:44 UTC (rev 299546)
@@ -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 index...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force
More information about the arch-commits
mailing list