[arch-commits] Commit in appstream/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Mon Oct 10 19:48:27 UTC 2016
Date: Monday, October 10, 2016 @ 19:48:26
Author: arojas
Revision: 191894
archrelease: copy trunk to community-i686, community-x86_64
Added:
appstream/repos/community-i686/PKGBUILD
(from rev 191893, appstream/trunk/PKGBUILD)
appstream/repos/community-i686/update-appstream-index.hook
(from rev 191893, appstream/trunk/update-appstream-index.hook)
appstream/repos/community-x86_64/PKGBUILD
(from rev 191893, appstream/trunk/PKGBUILD)
appstream/repos/community-x86_64/update-appstream-index.hook
(from rev 191893, appstream/trunk/update-appstream-index.hook)
Deleted:
appstream/repos/community-i686/PKGBUILD
appstream/repos/community-i686/update-appstream-index.hook
appstream/repos/community-x86_64/PKGBUILD
appstream/repos/community-x86_64/update-appstream-index.hook
----------------------------------------------+
/PKGBUILD | 102 +++++++++++++++++++++++++
/update-appstream-index.hook | 22 +++++
community-i686/PKGBUILD | 57 -------------
community-i686/update-appstream-index.hook | 11 --
community-x86_64/PKGBUILD | 57 -------------
community-x86_64/update-appstream-index.hook | 11 --
6 files changed, 124 insertions(+), 136 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-10 19:47:55 UTC (rev 191893)
+++ community-i686/PKGBUILD 2016-10-10 19:48:26 UTC (rev 191894)
@@ -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.10.1
-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=(xapian-core polkit libyaml libxml2 protobuf libstemmer)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook
- debian-screenshots.patch::"https://github.com/ximion/appstream/commit/4e405180.patch")
-sha256sums=('b4cef33655856aa072ac48d5877443ac4844f7dee189749122881e3a6db8cd70'
- 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79'
- '77ea412bb95480609efbdc6137c06df61aefc7d8f8dab8867f9e207b63cf431b')
-
-prepare() {
- mkdir -p build
-
-# download screenshots from debian.net
- cd AppStream-$pkgver
- patch -p1 -i ../debian-screenshots.patch
-}
-
-build() {
- cd build
-
- cmake ../AppStream-$pkgver \
- -DQT=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/community-i686/PKGBUILD (from rev 191893, appstream/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-10 19:48:26 UTC (rev 191894)
@@ -0,0 +1,51 @@
+# $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.10.2
+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=(xapian-core polkit libyaml libxml2 protobuf libstemmer)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base itstool)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook)
+sha256sums=('93b74bee964fed376b1aa4b475d7dac0195bb1d3877c102a2897facd35df5052'
+ 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../AppStream-$pkgver \
+ -DQT=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: community-i686/update-appstream-index.hook
===================================================================
--- community-i686/update-appstream-index.hook 2016-10-10 19:47:55 UTC (rev 191893)
+++ community-i686/update-appstream-index.hook 2016-10-10 19:48:26 UTC (rev 191894)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Action]
-Description = Updating the appstream index...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force
Copied: appstream/repos/community-i686/update-appstream-index.hook (from rev 191893, appstream/trunk/update-appstream-index.hook)
===================================================================
--- community-i686/update-appstream-index.hook (rev 0)
+++ community-i686/update-appstream-index.hook 2016-10-10 19:48:26 UTC (rev 191894)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/*
+
+[Action]
+Description = Updating the appstream index...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-10 19:47:55 UTC (rev 191893)
+++ community-x86_64/PKGBUILD 2016-10-10 19:48:26 UTC (rev 191894)
@@ -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.10.1
-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=(xapian-core polkit libyaml libxml2 protobuf libstemmer)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook
- debian-screenshots.patch::"https://github.com/ximion/appstream/commit/4e405180.patch")
-sha256sums=('b4cef33655856aa072ac48d5877443ac4844f7dee189749122881e3a6db8cd70'
- 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79'
- '77ea412bb95480609efbdc6137c06df61aefc7d8f8dab8867f9e207b63cf431b')
-
-prepare() {
- mkdir -p build
-
-# download screenshots from debian.net
- cd AppStream-$pkgver
- patch -p1 -i ../debian-screenshots.patch
-}
-
-build() {
- cd build
-
- cmake ../AppStream-$pkgver \
- -DQT=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/community-x86_64/PKGBUILD (from rev 191893, appstream/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-10 19:48:26 UTC (rev 191894)
@@ -0,0 +1,51 @@
+# $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.10.2
+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=(xapian-core polkit libyaml libxml2 protobuf libstemmer)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base itstool)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook)
+sha256sums=('93b74bee964fed376b1aa4b475d7dac0195bb1d3877c102a2897facd35df5052'
+ 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../AppStream-$pkgver \
+ -DQT=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: community-x86_64/update-appstream-index.hook
===================================================================
--- community-x86_64/update-appstream-index.hook 2016-10-10 19:47:55 UTC (rev 191893)
+++ community-x86_64/update-appstream-index.hook 2016-10-10 19:48:26 UTC (rev 191894)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Action]
-Description = Updating the appstream index...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force
Copied: appstream/repos/community-x86_64/update-appstream-index.hook (from rev 191893, appstream/trunk/update-appstream-index.hook)
===================================================================
--- community-x86_64/update-appstream-index.hook (rev 0)
+++ community-x86_64/update-appstream-index.hook 2016-10-10 19:48:26 UTC (rev 191894)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/*
+
+[Action]
+Description = Updating the appstream index...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force
More information about the arch-commits
mailing list