[arch-commits] Commit in appstream/trunk (PKGBUILD)

2020-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 1, 2020 @ 07:22:52
  Author: arojas
Revision: 402445

Update to 0.13.1

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 03:55:11 UTC (rev 402444)
+++ PKGBUILD2020-12-01 07:22:52 UTC (rev 402445)
@@ -4,7 +4,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.11
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -14,34 +14,26 @@
 makedepends=(meson xmlto gobject-introspection 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=('194d871ae057c6bf2b5a95e98d77da2b0107996f593b2ac0b0b88fa8ba452f11'
+sha256sums=('ba7de61223aaa76d8c47d8857bf185c28d4c2a099f3ab02c8837091e7e8f8626'
 'SKIP'
 '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
+  meson build AppStream-$pkgver \
 --prefix=/usr \
 -Dqt=true \
 -Dvapi=true
-  ninja
+  ninja -C build
 }
 
 package_appstream() {
-  cd build
+  DESTDIR="$pkgdir" ninja install -C 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
+  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
 }
 
 package_appstream-qt() {
@@ -48,8 +40,7 @@
   pkgdesc='Qt5 interface for AppStream'
   depends=(appstream qt5-base)
 
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja install -C build
 
 # provided by appstream
   rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2020-05-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 12, 2020 @ 18:04:00
  Author: arojas
Revision: 383310

Update to 0.12.11

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-12 15:52:22 UTC (rev 383309)
+++ PKGBUILD2020-05-12 18:04:00 UTC (rev 383310)
@@ -4,8 +4,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.10
-pkgrel=2
+pkgver=0.12.11
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream;
@@ -14,7 +14,7 @@
 makedepends=(meson xmlto gobject-introspection 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=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
+sha256sums=('194d871ae057c6bf2b5a95e98d77da2b0107996f593b2ac0b0b88fa8ba452f11'
 'SKIP'
 '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD update-appstream-cache.hook)

2020-01-19 Thread Antonio Rojas via arch-commits
Date: Sunday, January 19, 2020 @ 09:54:00
  Author: arojas
Revision: 373696

Change hooks type from File to Path

Modified:
  appstream/trunk/PKGBUILD
  appstream/trunk/update-appstream-cache.hook

-+
 PKGBUILD|4 ++--
 update-appstream-cache.hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 09:22:52 UTC (rev 373695)
+++ PKGBUILD2020-01-19 09:54:00 UTC (rev 373696)
@@ -5,7 +5,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.12.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream;
@@ -16,7 +16,7 @@
 update-appstream-cache.hook)
 sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {

Modified: update-appstream-cache.hook
===
--- update-appstream-cache.hook 2020-01-19 09:22:52 UTC (rev 373695)
+++ update-appstream-cache.hook 2020-01-19 09:54:00 UTC (rev 373696)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2020-01-18 Thread Antonio Rojas via arch-commits
Date: Saturday, January 18, 2020 @ 23:28:18
  Author: arojas
Revision: 373687

Update to 0.12.10

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 21:18:03 UTC (rev 373686)
+++ PKGBUILD2020-01-18 23:28:18 UTC (rev 373687)
@@ -4,28 +4,23 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.9
-pkgrel=2
+pkgver=0.12.10
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream;
 license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2 lmdb)
+depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
 makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-double-free.patch::"https://github.com/ximion/appstream/commit/da9f330d.patch;)
-sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
+update-appstream-cache.hook)
+sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'fb49831d8c8353d8e634c8a68f06d62baadc70dd28c06e388d8e6270e2b55e7d')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-double-free.patch # Fix double free when 
running appstream generator
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2019-09-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 25, 2019 @ 19:05:59
  Author: arojas
Revision: 363410

Fix double free when running appstream-generator

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 19:05:15 UTC (rev 363409)
+++ PKGBUILD2019-09-25 19:05:59 UTC (rev 363410)
@@ -5,7 +5,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.12.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream;
@@ -13,14 +13,19 @@
 depends=(libyaml libxml2 libstemmer glib2 lmdb)
 makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
+update-appstream-cache.hook
+
appstream-fix-double-free.patch::"https://github.com/ximion/appstream/commit/da9f330d.patch;)
 sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'fb49831d8c8353d8e634c8a68f06d62baadc70dd28c06e388d8e6270e2b55e7d')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-fix-double-free.patch # Fix double free when 
running appstream generator
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2019-09-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 24, 2019 @ 18:46:15
  Author: arojas
Revision: 363362

Update to 0.12.9

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-24 18:43:29 UTC (rev 363361)
+++ PKGBUILD2019-09-24 18:46:15 UTC (rev 363362)
@@ -4,7 +4,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.8
+pkgver=0.12.9
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(meson xmlto gobject-introspection 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=('6e2518529fdfc554b2d69a489dd3c50d6f660872236daa20003a4258d503ccff'
+sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2019-08-24 Thread Antonio Rojas via arch-commits
Date: Saturday, August 24, 2019 @ 22:03:38
  Author: arojas
Revision: 361120

Update to 0.12.8

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 21:56:27 UTC (rev 361119)
+++ PKGBUILD2019-08-24 22:03:38 UTC (rev 361120)
@@ -4,7 +4,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.7
+pkgver=0.12.8
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(meson xmlto gobject-introspection 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=('696d2f09187a8cdcb1e87a881a9634b5d921f8d24be08e4f41f2bcf11d8b57d5'
+sha256sums=('6e2518529fdfc554b2d69a489dd3c50d6f660872236daa20003a4258d503ccff'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2019-06-16 Thread Antonio Rojas via arch-commits
Date: Sunday, June 16, 2019 @ 20:51:38
  Author: arojas
Revision: 356208

Update to 0.12.7

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-16 20:00:05 UTC (rev 356207)
+++ PKGBUILD2019-06-16 20:51:38 UTC (rev 356208)
@@ -4,17 +4,17 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.6
+pkgver=0.12.7
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://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)
+depends=(libyaml libxml2 libstemmer glib2 lmdb)
+makedepends=(meson xmlto gobject-introspection 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=('ab20067036207aa0708608f87d6e2043ec46fad0b55b411eb1f242b8b9ab0d14'
+sha256sums=('696d2f09187a8cdcb1e87a881a9634b5d921f8d24be08e4f41f2bcf11d8b57d5'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2019-03-02 Thread Antonio Rojas via arch-commits
Date: Saturday, March 2, 2019 @ 18:34:57
  Author: arojas
Revision: 347002

Update to 0.12.6

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 14:55:36 UTC (rev 347001)
+++ PKGBUILD2019-03-02 18:34:57 UTC (rev 347002)
@@ -4,7 +4,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 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=('0e07a17b12a903f0050261fb956cc3fd59c0a5c0fc72e8b7b95042662c26f488'
+sha256sums=('ab20067036207aa0708608f87d6e2043ec46fad0b55b411eb1f242b8b9ab0d14'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2019-01-26 Thread Antonio Rojas via arch-commits
Date: Saturday, January 26, 2019 @ 22:37:32
  Author: arojas
Revision: 344854

Update to 0.12.5

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 20:54:49 UTC (rev 344853)
+++ PKGBUILD2019-01-26 22:37:32 UTC (rev 344854)
@@ -4,7 +4,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 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=('d4713f1987c96361d5f611318eb5d0ab10cdfd821049d5a7a10800afb4e262b8'
+sha256sums=('0e07a17b12a903f0050261fb956cc3fd59c0a5c0fc72e8b7b95042662c26f488'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-12-22 Thread Antonio Rojas via arch-commits
Date: Saturday, December 22, 2018 @ 17:35:09
  Author: arojas
Revision: 342673

Update to 0.12.4

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 09:55:27 UTC (rev 342672)
+++ PKGBUILD2018-12-22 17:35:09 UTC (rev 342673)
@@ -4,8 +4,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.3
-pkgrel=2
+pkgver=0.12.4
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,19 +13,14 @@
 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
-https://github.com/ximion/appstream/commit/f199a6de.patch)
-sha256sums=('203471c479373bcbafe533dbf48c56a6df8e8b00c8fa096ab91029d851898671'
+update-appstream-cache.hook)
+sha256sums=('d4713f1987c96361d5f611318eb5d0ab10cdfd821049d5a7a10800afb4e262b8'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'022f87e744eb446bc43b552b295c67aa75ad9a77e1553a07055331b1279ae7f6')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../f199a6de.patch # Don't fail when installing a package with 
invalid metadata
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-12-16 Thread Antonio Rojas via arch-commits
Date: Sunday, December 16, 2018 @ 21:58:49
  Author: arojas
Revision: 342419

Don't fail when installing a pacakge with invalid metadata

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 19:58:17 UTC (rev 342418)
+++ PKGBUILD2018-12-16 21:58:49 UTC (rev 342419)
@@ -5,7 +5,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,14 +13,19 @@
 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)
+update-appstream-cache.hook
+https://github.com/ximion/appstream/commit/f199a6de.patch)
 sha256sums=('203471c479373bcbafe533dbf48c56a6df8e8b00c8fa096ab91029d851898671'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'022f87e744eb446bc43b552b295c67aa75ad9a77e1553a07055331b1279ae7f6')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../f199a6de.patch # Don't fail when installing a package with 
invalid metadata
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-10-22 Thread Antonio Rojas via arch-commits
Date: Monday, October 22, 2018 @ 18:42:37
  Author: arojas
Revision: 337017

Update to 0.12.3

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 17:51:53 UTC (rev 337016)
+++ PKGBUILD2018-10-22 18:42:37 UTC (rev 337017)
@@ -4,8 +4,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.2
-pkgrel=2
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,19 +13,14 @@
 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
-https://github.com/ximion/appstream/commit/734e9da6.patch)
-sha256sums=('8b232fdac3e2bc46b0adb5e9bd462fdc99f52de3afc2f17a67b35c122b6e4c05'
+update-appstream-cache.hook)
+sha256sums=('203471c479373bcbafe533dbf48c56a6df8e8b00c8fa096ab91029d851898671'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c4a49320bc8296361b8b869ce4d07ea1b24f417aa9f68c77f10dc105d494434d')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../734e9da6.patch # Fix errors with Gnome 3.30 metadata
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-10-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 16, 2018 @ 20:21:54
  Author: arojas
Revision: 336774

Fix errors when updating cache with latest metadata

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-16 18:49:32 UTC (rev 336773)
+++ PKGBUILD2018-10-16 20:21:54 UTC (rev 336774)
@@ -5,7 +5,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,14 +13,19 @@
 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)
+update-appstream-cache.hook
+https://github.com/ximion/appstream/commit/734e9da6.patch)
 sha256sums=('8b232fdac3e2bc46b0adb5e9bd462fdc99f52de3afc2f17a67b35c122b6e4c05'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'c4a49320bc8296361b8b869ce4d07ea1b24f417aa9f68c77f10dc105d494434d')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../734e9da6.patch # Fix errors with Gnome 3.30 metadata
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 17:57:51
  Author: arojas
Revision: 332116

Update to 0.12.2

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 17:42:11 UTC (rev 332115)
+++ PKGBUILD2018-08-17 17:57:51 UTC (rev 332116)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 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'
+sha256sums=('8b232fdac3e2bc46b0adb5e9bd462fdc99f52de3afc2f17a67b35c122b6e4c05'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 22:09:04
  Author: arojas
Revision: 326614

Update to 0.12.1

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:09 UTC (rev 326613)
+++ PKGBUILD2018-06-10 22:09:04 UTC (rev 326614)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -12,10 +12,10 @@
 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)
+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=('28b5aeb59161db003b4eade23e0f539f0def34e9428f268f154ae6226c924ed7'
+sha256sums=('4d3abd21a760c825bb5bc0c0bd7b24dfbbeeb8f19131640132e73627cfabaf67'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-04-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 4, 2018 @ 16:24:53
  Author: arojas
Revision: 320939

Update to 0.12.0

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-04 16:04:52 UTC (rev 320938)
+++ PKGBUILD2018-04-04 16:24:53 UTC (rev 320939)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.8
-pkgrel=3
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,26 +14,14 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-https://github.com/ximion/appstream/commit/3e58f9c9.patch
-https://github.com/ximion/appstream/commit/bef5af5.patch
-https://github.com/ximion/appstream/commit/643b74f.patch
-)
-sha256sums=('54a6c443e51c2e016fe5031f8f1865500bb7a7807b8514355f4841298b85edf3'
+update-appstream-cache.hook)
+sha256sums=('28b5aeb59161db003b4eade23e0f539f0def34e9428f268f154ae6226c924ed7'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002'
-'1567ddcc5162ecdbf91f9518541d9ef537cd6740c4fc6bbdda07eb3815116a91'
-'8c4355f8c3eea7629a07bfd0a70dd2b1548476b74718c92ca1e63686fbf1a6c6')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../3e58f9c9.patch # Fix build of packages against appstream-qt
-  patch -p1 -i ../bef5af5.patch 
-  patch -p1 -i ../643b74f.patch # Fix showing translated metadata
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-04-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 3, 2018 @ 16:05:16
  Author: arojas
Revision: 320904

Fix getting translated metadata

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 15:46:15 UTC (rev 320903)
+++ PKGBUILD2018-04-03 16:05:16 UTC (rev 320904)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -15,11 +15,16 @@
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook
-https://github.com/ximion/appstream/commit/3e58f9c9.patch)
+https://github.com/ximion/appstream/commit/3e58f9c9.patch
+https://github.com/ximion/appstream/commit/bef5af5.patch
+https://github.com/ximion/appstream/commit/643b74f.patch
+)
 sha256sums=('54a6c443e51c2e016fe5031f8f1865500bb7a7807b8514355f4841298b85edf3'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002')
+'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002'
+'1567ddcc5162ecdbf91f9518541d9ef537cd6740c4fc6bbdda07eb3815116a91'
+'8c4355f8c3eea7629a07bfd0a70dd2b1548476b74718c92ca1e63686fbf1a6c6')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
@@ -27,6 +32,8 @@
 
   cd AppStream-$pkgver
   patch -p1 -i ../3e58f9c9.patch # Fix build of packages against appstream-qt
+  patch -p1 -i ../bef5af5.patch 
+  patch -p1 -i ../643b74f.patch # Fix showing translated metadata
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-01-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 31, 2018 @ 07:33:27
  Author: arojas
Revision: 315657

Fix build of packages against appstream-qt (FS#57302)

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-31 07:26:35 UTC (rev 315656)
+++ PKGBUILD2018-01-31 07:33:27 UTC (rev 315657)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,14 +14,19 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
+update-appstream-cache.hook
+https://github.com/ximion/appstream/commit/3e58f9c9.patch)
 sha256sums=('54a6c443e51c2e016fe5031f8f1865500bb7a7807b8514355f4841298b85edf3'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../3e58f9c9.patch # Fix build of packages against appstream-qt
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2018-01-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 23, 2018 @ 07:16:05
  Author: arojas
Revision: 315283

Update to 0.11.8

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-23 06:38:15 UTC (rev 315282)
+++ PKGBUILD2018-01-23 07:16:05 UTC (rev 315283)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.7
+pkgver=0.11.8
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -12,10 +12,10 @@
 url="http://distributions.freedesktop.org/wiki/AppStream;
 license=(GPL)
 depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook)
-sha256sums=('90073e97a737e5ba43720a09ecff2f62f0008115a4451dd30a1814eb96bf6231'
+sha256sums=('54a6c443e51c2e016fe5031f8f1865500bb7a7807b8514355f4841298b85edf3'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-10-22 Thread Antonio Rojas
Date: Sunday, October 22, 2017 @ 20:17:29
  Author: arojas
Revision: 308340

Update to 0.11.7

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 19:06:02 UTC (rev 308339)
+++ PKGBUILD2017-10-22 20:17:29 UTC (rev 308340)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.6
+pkgver=0.11.7
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook)
-sha256sums=('0b1db9a3b2d754273677c7726557d90d462a933f52f29a2201f6fa8485877996'
+sha256sums=('90073e97a737e5ba43720a09ecff2f62f0008115a4451dd30a1814eb96bf6231'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:33:18
  Author: arojas
Revision: 306626

Update to 0.11.6

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:03:45 UTC (rev 306625)
+++ PKGBUILD2017-10-02 22:33:18 UTC (rev 306626)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.5
-pkgrel=3
+pkgver=0.11.6
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,25 +14,14 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;
-
fix-glib-errors-1.patch::"https://github.com/ximion/appstream/commit/933f1601.patch;
-
fix-glib-errors-2.patch::"https://github.com/ximion/appstream/commit/376d314b.patch;)
-sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
+update-appstream-cache.hook)
+sha256sums=('0b1db9a3b2d754273677c7726557d90d462a933f52f29a2201f6fa8485877996'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086'
-'953a872b5e11f189231f66dade76056c7df6547aa22fe761f1fdb2fce453ef11'
-'1bbb455daf026d85539d6df35f9ea10347ebba8ea56afbf076d7fe9d7fe962e1')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
-  patch -p1 -i ../fix-glib-errors-1.patch # fix Glib errors when refreshing 
cache
-  patch -p1 -i ../fix-glib-errors-2.patch
 }
 
 build() {
@@ -40,8 +29,8 @@
 
   meson ../AppStream-$pkgver \
 --prefix=/usr \
--Denable-qt=true \
--Denable-vapi=true
+-Dqt=true \
+-Dvapi=true
   ninja
 }
 


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 08:53:21
  Author: arojas
Revision: 306501

Fix Glib errors when updating cache

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-30 23:45:12 UTC (rev 306500)
+++ PKGBUILD2017-10-01 08:53:21 UTC (rev 306501)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -15,11 +15,15 @@
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook
-
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;)
+
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;
+
fix-glib-errors-1.patch::"https://github.com/ximion/appstream/commit/933f1601.patch;
+
fix-glib-errors-2.patch::"https://github.com/ximion/appstream/commit/376d314b.patch;)
 sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
+'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086'
+'953a872b5e11f189231f66dade76056c7df6547aa22fe761f1fdb2fce453ef11'
+'1bbb455daf026d85539d6df35f9ea10347ebba8ea56afbf076d7fe9d7fe962e1')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
@@ -27,6 +31,8 @@
 
   cd AppStream-$pkgver
   patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
+  patch -p1 -i ../fix-glib-errors-1.patch # fix Glib errors when refreshing 
cache
+  patch -p1 -i ../fix-glib-errors-2.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 19:28:13
  Author: arojas
Revision: 306256

Fix writing screenshots to XML

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 19:24:57 UTC (rev 306255)
+++ PKGBUILD2017-09-26 19:28:13 UTC (rev 306256)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,14 +14,19 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
+update-appstream-cache.hook
+
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;)
 sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 21:55:32
  Author: arojas
Revision: 304623

Don't check bitness when finding appstream-qt

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 21:47:00 UTC (rev 304622)
+++ PKGBUILD2017-09-03 21:55:32 UTC (rev 304623)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,14 +14,19 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-index.hook)
+update-appstream-index.hook
+https://github.com/ximion/appstream/commit/5db6df1a.patch)
 sha256sums=('d1458c3266e7a71ac9a80c2412bc3535fcb8e35aac2c7e493ba61c5609e17b09'
 'SKIP'
-'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82'
+'8204883e4902e99a8c336f9dd19375f8eaf5a522fda68d6c9e1fe133844ec992')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../5db6df1a.patch # don't check bitness when finding 
appstream-qt
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-08-30 Thread Antonio Rojas
Date: Wednesday, August 30, 2017 @ 19:23:55
  Author: arojas
Revision: 304361

Update to 0.11.4

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-30 19:13:21 UTC (rev 304360)
+++ PKGBUILD2017-08-30 19:23:55 UTC (rev 304361)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.3
+pkgver=0.11.4
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -12,10 +12,10 @@
 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)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('2095f798086def39027185702d9202a79e5fa9fe9cfc7e837f890b0d50dc15a1'
+sha256sums=('d1458c3266e7a71ac9a80c2412bc3535fcb8e35aac2c7e493ba61c5609e17b09'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

@@ -27,18 +27,17 @@
 build() {
   cd build
 
-  cmake ../AppStream-$pkgver \
-  -DQT=ON \
-  -DVAPI=ON \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release
-  make
+  meson ../AppStream-$pkgver \
+--prefix=/usr \
+-Dqt=true \
+-Dvapi=true
+  ninja
 }
 
 package_appstream() {
   cd build
 
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 
 # provided by -qt subpackage
   rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
@@ -50,6 +49,9 @@
   pkgdesc='Qt5 interface for AppStream'
   depends=(appstream qt5-base)
 
-  cd build/qt
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+# provided by appstream
+  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
 }


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:27:13
  Author: arojas
Revision: 302890

Update to 0.11.3

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:17:40 UTC (rev 302889)
+++ PKGBUILD2017-08-19 19:27:13 UTC (rev 302890)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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=('bcab86ddade81336984843413bfed16c6d28e85871caa8547bea06aea625dc3c'
+sha256sums=('2095f798086def39027185702d9202a79e5fa9fe9cfc7e837f890b0d50dc15a1'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-07-18 Thread Antonio Rojas
Date: Tuesday, July 18, 2017 @ 20:48:02
  Author: arojas
Revision: 300792

Update to 0.11.2

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-18 17:06:04 UTC (rev 300791)
+++ PKGBUILD2017-07-18 20:48:02 UTC (rev 300792)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.11.2
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,20 +14,14 @@
 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}
-
fix-asgen-crash.patch::"https://github.com/ximion/appstream/commit/f68b511d.patch;
 update-appstream-index.hook)
-sha256sums=('f5d43fb30a3419fa219d09281cd52e2aa7c335f3980b9e161e537a6826c143c4'
+sha256sums=('bcab86ddade81336984843413bfed16c6d28e85871caa8547bea06aea625dc3c'
 'SKIP'
-'ce52ac53ae139f486ed5566ac4387e6c98158eea956d0836d2aa2485203f7f47'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-# Fix crash in appstream-generator
-  cd AppStream-$pkgver
-  patch -p1 -i ../fix-asgen-crash.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-07-10 Thread Antonio Rojas
Date: Monday, July 10, 2017 @ 19:14:36
  Author: arojas
Revision: 300041

Fix appstream-generator crash

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-10 18:51:26 UTC (rev 300040)
+++ PKGBUILD2017-07-10 19:14:36 UTC (rev 300041)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,14 +14,20 @@
 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}
+
fix-asgen-crash.patch::"https://github.com/ximion/appstream/commit/f68b511d.patch;
 update-appstream-index.hook)
 sha256sums=('f5d43fb30a3419fa219d09281cd52e2aa7c335f3980b9e161e537a6826c143c4'
 'SKIP'
+'ce52ac53ae139f486ed5566ac4387e6c98158eea956d0836d2aa2485203f7f47'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+# Fix crash in appstream-generator
+  cd AppStream-$pkgver
+  patch -p1 -i ../fix-asgen-crash.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-07-02 Thread Antonio Rojas
Date: Sunday, July 2, 2017 @ 14:48:16
  Author: arojas
Revision: 299545

Update to 0.11.1

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-02 12:02:54 UTC (rev 299544)
+++ PKGBUILD2017-07-02 14:48:16 UTC (rev 299545)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.0
-pkgrel=2
+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;
@@ -15,7 +15,7 @@
 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'
+sha256sums=('f5d43fb30a3419fa219d09281cd52e2aa7c335f3980b9e161e537a6826c143c4'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-05-05 Thread Maxime Gauduin
Date: Friday, May 5, 2017 @ 19:57:06
  Author: alucryd
Revision: 295338

Add Vala bindings

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 18:48:02 UTC (rev 295337)
+++ PKGBUILD2017-05-05 19:57:06 UTC (rev 295338)
@@ -6,13 +6,13 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.0
-pkgrel=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=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
+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'
@@ -28,9 +28,10 @@
   cd build
 
   cmake ../AppStream-$pkgver \
-   -DQT=ON \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DCMAKE_BUILD_TYPE=Release
+  -DQT=ON \
+  -DVAPI=ON \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release
   make
 }
 
@@ -38,7 +39,7 @@
   cd build
 
   make DESTDIR="$pkgdir" install
-  
+
 # provided by -qt subpackage
   rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
 


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-05-03 Thread Antonio Rojas
Date: Wednesday, May 3, 2017 @ 20:29:03
  Author: arojas
Revision: 295238

Update to 0.11.0

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-03 20:17:44 UTC (rev 295237)
+++ PKGBUILD2017-05-03 20:29:03 UTC (rev 295238)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.6
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('fed48f8f5c031203222e6cf53988e1db1c0bc51ce3e467f76d20b4c55a74dddc'
+sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 21:05:26
  Author: arojas
Revision: 287136

Update to 0.10.6

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 20:54:08 UTC (rev 287135)
+++ PKGBUILD2017-01-22 21:05:26 UTC (rev 287136)
@@ -5,17 +5,17 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.5
+pkgver=0.10.6
 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 protobuf libstemmer glib2)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base itstool)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('340281ca5a17a7157a40bdb0531562f2920b089f7c8b54e91321c2a3032aa46a'
+sha256sums=('fed48f8f5c031203222e6cf53988e1db1c0bc51ce3e467f76d20b4c55a74dddc'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-12-22 Thread Antonio Rojas
Date: Thursday, December 22, 2016 @ 18:45:28
  Author: arojas
Revision: 201126

Update to 0.10.5

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 18:43:21 UTC (rev 201125)
+++ PKGBUILD2016-12-22 18:45:28 UTC (rev 201126)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base itstool)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('7492d4fefa7dc1f472157a2f91bab56372a73282a0e492c805a024170a89699d'
+sha256sums=('340281ca5a17a7157a40bdb0531562f2920b089f7c8b54e91321c2a3032aa46a'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-11-27 Thread Antonio Rojas
Date: Sunday, November 27, 2016 @ 20:37:19
  Author: arojas
Revision: 197049

Update to 0.10.4

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 20:19:47 UTC (rev 197048)
+++ PKGBUILD2016-11-27 20:37:19 UTC (rev 197049)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.10.4
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -15,7 +15,7 @@
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base itstool)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('98dbc4d4fcb30648975d02d47d5d70cfbda51f9372ac1803c76c78dd036aab81'
+sha256sums=('7492d4fefa7dc1f472157a2f91bab56372a73282a0e492c805a024170a89699d'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



[arch-commits] Commit in appstream/trunk (PKGBUILD update-appstream-index.hook)

2016-11-08 Thread Antonio Rojas
Date: Tuesday, November 8, 2016 @ 12:55:36
  Author: arojas
Revision: 195141

Force cache rebuild on package update

Modified:
  appstream/trunk/PKGBUILD
  appstream/trunk/update-appstream-index.hook

-+
 PKGBUILD|4 ++--
 update-appstream-index.hook |6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 12:42:16 UTC (rev 195140)
+++ PKGBUILD2016-11-08 12:55:36 UTC (rev 195141)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -17,7 +17,7 @@
 update-appstream-index.hook)
 sha256sums=('98dbc4d4fcb30648975d02d47d5d70cfbda51f9372ac1803c76c78dd036aab81'
 'SKIP'
-'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {

Modified: update-appstream-index.hook
===
--- update-appstream-index.hook 2016-11-08 12:42:16 UTC (rev 195140)
+++ update-appstream-index.hook 2016-11-08 12:55:36 UTC (rev 195141)
@@ -5,6 +5,12 @@
 Operation = Remove
 Target = usr/share/app-info/*
 
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Upgrade
+Target = appstream
+
 [Action]
 Description = Updating the appstream index...
 When = PostTransaction


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-11-08 Thread Antonio Rojas
Date: Tuesday, November 8, 2016 @ 12:19:24
  Author: arojas
Revision: 195132

Update to 0.10.3

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 12:17:45 UTC (rev 195131)
+++ PKGBUILD2016-11-08 12:19:24 UTC (rev 195132)
@@ -5,18 +5,20 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.2
+pkgver=0.10.3
 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 protobuf libstemmer)
+depends=(libyaml libxml2 protobuf libstemmer glib2)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base itstool)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('93b74bee964fed376b1aa4b475d7dac0195bb1d3877c102a2897facd35df5052'
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-index.hook)
+sha256sums=('98dbc4d4fcb30648975d02d47d5d70cfbda51f9372ac1803c76c78dd036aab81'
 'SKIP'
 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
@@ -38,7 +40,7 @@
   make DESTDIR="$pkgdir" install
   
 # provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+  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
 }


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 20:34:53
  Author: arojas
Revision: 194245

Add signature, use https

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 20:33:57 UTC (rev 194244)
+++ PKGBUILD2016-11-01 20:34:53 UTC (rev 194245)
@@ -11,10 +11,11 @@
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
 license=(GPL)
-depends=(xapian-core polkit libyaml libxml2 protobuf libstemmer)
+depends=(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)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
 sha256sums=('93b74bee964fed376b1aa4b475d7dac0195bb1d3877c102a2897facd35df5052'
+'SKIP'
 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 17:51:33
  Author: arojas
Revision: 194229

Revert

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 17:44:39 UTC (rev 194228)
+++ PKGBUILD2016-11-01 17:51:33 UTC (rev 194229)
@@ -5,16 +5,16 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.3
+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=(libyaml libxml2 glib2 libstemmer)
+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=('98dbc4d4fcb30648975d02d47d5d70cfbda51f9372ac1803c76c78dd036aab81'
+sha256sums=('93b74bee964fed376b1aa4b475d7dac0195bb1d3877c102a2897facd35df5052'
 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {
@@ -37,7 +37,7 @@
   make DESTDIR="$pkgdir" install
   
 # provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+  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
 }


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 17:44:02
  Author: arojas
Revision: 194227

Update to 0.10.3

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 17:36:47 UTC (rev 194226)
+++ PKGBUILD2016-11-01 17:44:02 UTC (rev 194227)
@@ -5,16 +5,16 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.2
+pkgver=0.10.3
 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)
+depends=(libyaml libxml2 glib2 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'
+sha256sums=('98dbc4d4fcb30648975d02d47d5d70cfbda51f9372ac1803c76c78dd036aab81'
 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {
@@ -37,7 +37,7 @@
   make DESTDIR="$pkgdir" install
   
 # provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+  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
 }


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-10-10 Thread Antonio Rojas
Date: Monday, October 10, 2016 @ 19:47:55
  Author: arojas
Revision: 191893

Update to 0.10.2

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 18:45:50 UTC (rev 191892)
+++ PKGBUILD2016-10-10 19:47:55 UTC (rev 191893)
@@ -5,26 +5,20 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.1
-pkgrel=2
+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)
-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')
+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
-
-# download screenshots from debian.net
-  cd AppStream-$pkgver
-  patch -p1 -i ../debian-screenshots.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-09-16 Thread Antonio Rojas
Date: Friday, September 16, 2016 @ 15:20:54
  Author: arojas
Revision: 189778

Get screenshots from debian.net

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-16 14:55:16 UTC (rev 189777)
+++ PKGBUILD2016-09-16 15:20:54 UTC (rev 189778)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,12 +13,18 @@
 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)
+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')
+'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79'
+'77ea412bb95480609efbdc6137c06df61aefc7d8f8dab8867f9e207b63cf431b')
 
 prepare() {
   mkdir -p build
+
+# download screenshots from debian.net
+  cd AppStream-$pkgver
+  patch -p1 -i ../debian-screenshots.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-09-16 Thread Antonio Rojas
Date: Friday, September 16, 2016 @ 14:12:21
  Author: arojas
Revision: 189660

Update to 0.10.1

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-16 14:06:53 UTC (rev 189659)
+++ PKGBUILD2016-09-16 14:12:21 UTC (rev 189660)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,18 +13,12 @@
 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
-
appstream-screenshot-url.patch::"https://github.com/ximion/appstream/commit/cef772ac.patch;)
-sha256sums=('71e561064522b10039c3f36864cbcbdebb4e94db0500d9c4e92a13760072bbb8'
-'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79'
-'1e08cce26259f9e48f1792c8437036082fa7542fdc7f918d5619e47111d8ce17')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook)
+sha256sums=('b4cef33655856aa072ac48d5877443ac4844f7dee189749122881e3a6db8cd70'
+'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-# Fix cache (de)serialization for screenshots and suggestions
-  patch -p1 -i ../appstream-screenshot-url.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-09-01 Thread Antonio Rojas
Date: Thursday, September 1, 2016 @ 06:20:42
  Author: arojas
Revision: 188198

Fix providing screenshot urls

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-01 05:47:36 UTC (rev 188197)
+++ PKGBUILD2016-09-01 06:20:42 UTC (rev 188198)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,12 +13,18 @@
 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)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook
+
appstream-screenshot-url.patch::"https://github.com/ximion/appstream/commit/cef772ac.patch;)
 sha256sums=('71e561064522b10039c3f36864cbcbdebb4e94db0500d9c4e92a13760072bbb8'
-'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
+'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79'
+'1e08cce26259f9e48f1792c8437036082fa7542fdc7f918d5619e47111d8ce17')
 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+# Fix cache (de)serialization for screenshots and suggestions
+  patch -p1 -i ../appstream-screenshot-url.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-08-30 Thread Antonio Rojas
Date: Tuesday, August 30, 2016 @ 22:16:39
  Author: arojas
Revision: 188079

Update to 0.10.0

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 21:54:04 UTC (rev 188078)
+++ PKGBUILD2016-08-30 22:16:39 UTC (rev 188079)
@@ -5,16 +5,16 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.10.0
+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)
+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)
-sha256sums=('dae708054526ce665952cfe019c615bee761bbd08fc2a22675aaea77ef8d90ce'
+sha256sums=('71e561064522b10039c3f36864cbcbdebb4e94db0500d9c4e92a13760072bbb8'
 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {


[arch-commits] Commit in appstream/trunk (PKGBUILD update-appstream-index.hook)

2016-08-11 Thread Antonio Rojas
Date: Thursday, August 11, 2016 @ 08:39:10
  Author: arojas
Revision: 186385

Command has been renamed

Modified:
  appstream/trunk/PKGBUILD
  appstream/trunk/update-appstream-index.hook

-+
 PKGBUILD|4 ++--
 update-appstream-index.hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 08:26:02 UTC (rev 186384)
+++ PKGBUILD2016-08-11 08:39:10 UTC (rev 186385)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -15,7 +15,7 @@
 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)
 sha256sums=('dae708054526ce665952cfe019c615bee761bbd08fc2a22675aaea77ef8d90ce'
-'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
+'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {
   mkdir -p build

Modified: update-appstream-index.hook
===
--- update-appstream-index.hook 2016-08-11 08:26:02 UTC (rev 186384)
+++ update-appstream-index.hook 2016-08-11 08:39:10 UTC (rev 186385)
@@ -8,4 +8,4 @@
 [Action]
 Description = Updating the appstream index...
 When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-index --force
+Exec = /usr/bin/appstreamcli refresh-cache --force


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-08-10 Thread Antonio Rojas
Date: Wednesday, August 10, 2016 @ 22:07:57
  Author: arojas
Revision: 186368

Update to 0.9.8

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-10 21:58:50 UTC (rev 186367)
+++ PKGBUILD2016-08-10 22:07:57 UTC (rev 186368)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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)
-sha256sums=('edb7df26b5e118b481742b339a792844bd6a1d5ed4a57320e06a6b504603038e'
+sha256sums=('dae708054526ce665952cfe019c615bee761bbd08fc2a22675aaea77ef8d90ce'
 '4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
 
 prepare() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-07-20 Thread Antonio Rojas
Date: Wednesday, July 20, 2016 @ 16:39:40
  Author: arojas
Revision: 183636

Update to 0.9.7

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-20 15:47:11 UTC (rev 183635)
+++ PKGBUILD2016-07-20 16:39:40 UTC (rev 183636)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,18 +13,12 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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
-
appstream-provides-tag.patch::"https://github.com/ximion/appstream/commit/94da019e.patch;)
-sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
-'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76'
-'173a2f697af83c43a31acd965da11b7561e7f127bb2d996b2ecb88cd9110f937')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook)
+sha256sums=('edb7df26b5e118b481742b339a792844bd6a1d5ed4a57320e06a6b504603038e'
+'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
 
 prepare() {
   mkdir -p build
-
-# Properly write provides tag https://github.com/ximion/appstream/issues/44
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-provides-tag.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-06-01 Thread Antonio Rojas
Date: Wednesday, June 1, 2016 @ 20:58:33
  Author: arojas
Revision: 177649

Properly write provides tag

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-01 18:45:42 UTC (rev 177648)
+++ PKGBUILD2016-06-01 18:58:33 UTC (rev 177649)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,12 +13,18 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-index.hook
+
appstream-provides-tag.patch::"https://github.com/ximion/appstream/commit/94da019e.patch;)
 sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
-'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
+'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76'
+'173a2f697af83c43a31acd965da11b7561e7f127bb2d996b2ecb88cd9110f937')
 
 prepare() {
   mkdir -p build
+
+# Properly write provides tag https://github.com/ximion/appstream/issues/44
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-provides-tag.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-05-16 Thread Antonio Rojas
Date: Monday, May 16, 2016 @ 17:45:33
  Author: arojas
Revision: 175488

Update to 0.9.6

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 15:42:30 UTC (rev 175487)
+++ PKGBUILD2016-05-16 15:45:33 UTC (rev 175488)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.5
-pkgrel=3
+pkgver=0.9.6
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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)
-sha256sums=('13faec5280fd68be38e6b1094bea9079a1439824023b333bde9884070be9f188'
+sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
 '4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
 
 prepare() {


[arch-commits] Commit in appstream/trunk (PKGBUILD update-appstream-index.hook)

2016-05-03 Thread Antonio Rojas
Date: Tuesday, May 3, 2016 @ 12:14:15
  Author: arojas
Revision: 173530

Fix triggering hook when updating archlinux-appstream-data

Modified:
  appstream/trunk/PKGBUILD
  appstream/trunk/update-appstream-index.hook

-+
 PKGBUILD|4 ++--
 update-appstream-index.hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-03 10:06:47 UTC (rev 173529)
+++ PKGBUILD2016-05-03 10:14:15 UTC (rev 173530)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -15,7 +15,7 @@
 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)
 sha256sums=('13faec5280fd68be38e6b1094bea9079a1439824023b333bde9884070be9f188'
-'0f93dfa9071e19c90cbad2077e78307c7774fe4da18f9bd2faa50ae7f8941197')
+'4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
 
 prepare() {
   mkdir -p build

Modified: update-appstream-index.hook
===
--- update-appstream-index.hook 2016-05-03 10:06:47 UTC (rev 173529)
+++ update-appstream-index.hook 2016-05-03 10:14:15 UTC (rev 173530)
@@ -3,7 +3,7 @@
 Operation = Install
 Operation = Upgrade
 Operation = Remove
-Target = usr/share/app-info/*.xml
+Target = usr/share/app-info/*
 
 [Action]
 Description = Updating the appstream index...


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-05-03 Thread Antonio Rojas
Date: Tuesday, May 3, 2016 @ 11:58:28
  Author: arojas
Revision: 173526

Update to 0.9.5

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-03 09:51:08 UTC (rev 173525)
+++ PKGBUILD2016-05-03 09:58:28 UTC (rev 173526)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.4
-pkgrel=3
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,18 +13,12 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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-db.hook
-https://github.com/ximion/appstream/commit/28f90c3f.patch)
-sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815'
-'6aced8f86854a3701879333de84cb5a0cc77f345d655a91e1a65f63c459f00dc'
-'e03679c31eb2ac9d3b410f50cc02b37fed53ced5ba4bdf9cbc414aa0261169e9')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-db.hook)
+sha256sums=('13faec5280fd68be38e6b1094bea9079a1439824023b333bde9884070be9f188'
+'6aced8f86854a3701879333de84cb5a0cc77f345d655a91e1a65f63c459f00dc')
 
 prepare() {
   mkdir -p build
-
-# Fix segfault when generating cache
-  cd AppStream-$pkgver
-  patch -p1 -i ../28f90c3f.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-04-28 Thread Antonio Rojas
Date: Thursday, April 28, 2016 @ 19:51:11
  Author: arojas
Revision: 172439

Fix segfault when generating cache

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 17:42:01 UTC (rev 172438)
+++ PKGBUILD2016-04-28 17:51:11 UTC (rev 172439)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,12 +13,18 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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-db.hook)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-db.hook
+https://github.com/ximion/appstream/commit/28f90c3f.patch)
 sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815'
-'6aced8f86854a3701879333de84cb5a0cc77f345d655a91e1a65f63c459f00dc')
+'6aced8f86854a3701879333de84cb5a0cc77f345d655a91e1a65f63c459f00dc'
+'e03679c31eb2ac9d3b410f50cc02b37fed53ced5ba4bdf9cbc414aa0261169e9')
 
 prepare() {
   mkdir -p build
+
+# Fix segfault when generating cache
+  cd AppStream-$pkgver
+  patch -p1 -i ../28f90c3f.patch
 }
 
 build() {


[arch-commits] Commit in appstream/trunk (PKGBUILD update-appstream-db.hook)

2016-04-24 Thread Antonio Rojas
Date: Sunday, April 24, 2016 @ 11:04:33
  Author: arojas
Revision: 171689

Use a hook to update the appstream database after modifying data

Added:
  appstream/trunk/update-appstream-db.hook
Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 update-appstream-db.hook |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 07:45:01 UTC (rev 171688)
+++ PKGBUILD2016-04-24 09:04:33 UTC (rev 171689)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -13,8 +13,9 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;
 update-appstream-db.hook)
+sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815'
+'6aced8f86854a3701879333de84cb5a0cc77f345d655a91e1a65f63c459f00dc')
 
 prepare() {
   mkdir -p build
@@ -37,6 +38,8 @@
   
 # provided by -qt subpackage
   rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-db.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-db.hook
 }
 
 package_appstream-qt() {

Added: update-appstream-db.hook
===
--- update-appstream-db.hook(rev 0)
+++ update-appstream-db.hook2016-04-24 09:04:33 UTC (rev 171689)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/xmls/*.xml
+
+[Action]
+Description = Updating the appstream database...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-index --force


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 17:49:46
  Author: arojas
Revision: 171413

Update to 0.9.4

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 15:40:41 UTC (rev 171412)
+++ PKGBUILD2016-04-19 15:49:46 UTC (rev 171413)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('4a1920f284ef5a2c04cea378755156964232f13d31cb50f0cb34fd6b5a29ba02')
+sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-03-30 Thread Antonio Rojas
Date: Wednesday, March 30, 2016 @ 13:11:58
  Author: arojas
Revision: 168859

Update to 0.9.3

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 10:28:59 UTC (rev 168858)
+++ PKGBUILD2016-03-30 11:11:58 UTC (rev 168859)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('6a98ef41cda6a9d991083d0ec1cfdd97a62720ba04a3a983241dcf90f5f8211e')
+sha256sums=('4a1920f284ef5a2c04cea378755156964232f13d31cb50f0cb34fd6b5a29ba02')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-02-29 Thread Antonio Rojas
Date: Monday, February 29, 2016 @ 10:30:36
  Author: arojas
Revision: 163763

Update to 0.9.2

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 08:50:10 UTC (rev 163762)
+++ PKGBUILD2016-02-29 09:30:36 UTC (rev 163763)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('ad36b05186ef90902d5f92beb9bc71ba1687440e1cb05d76890ae515e2639273')
+sha256sums=('6a98ef41cda6a9d991083d0ec1cfdd97a62720ba04a3a983241dcf90f5f8211e')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2016-02-09 Thread Antonio Rojas
Date: Tuesday, February 9, 2016 @ 23:38:59
  Author: arojas
Revision: 161019

Update to 0.9.1

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-09 22:24:09 UTC (rev 161018)
+++ PKGBUILD2016-02-09 22:38:59 UTC (rev 161019)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('f624ebe1d620162935acc741e76384919f782f54d3e3c9f07ce5990ffd650c3b')
+sha256sums=('ad36b05186ef90902d5f92beb9bc71ba1687440e1cb05d76890ae515e2639273')
 
 prepare() {
   mkdir -p build
@@ -40,7 +40,7 @@
 }
 
 package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
+  pkgdesc='Qt5 interface for AppStream'
   depends=(appstream qt5-base)
 
   cd build/qt


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-12-14 Thread Antonio Rojas
Date: Monday, December 14, 2015 @ 15:01:28
  Author: arojas
Revision: 153261

Update to 0.9.0

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 14:00:48 UTC (rev 153260)
+++ PKGBUILD2015-12-14 14:01:28 UTC (rev 153261)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('ae4f3cd5ae62493f48ce358c505beaf374108d93e5ae85490fc070af75e01ee0')
+sha256sums=('f624ebe1d620162935acc741e76384919f782f54d3e3c9f07ce5990ffd650c3b')
 
 prepare() {
   mkdir -p build
@@ -23,7 +23,10 @@
 build() {
   cd build
 
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
+  cmake ../AppStream-$pkgver \
+   -DQT=ON \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DCMAKE_BUILD_TYPE=Release
   make
 }
 


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:20:11
  Author: foutrelis
Revision: 149159

C++11 ABI rebuild

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 20:18:17 UTC (rev 149158)
+++ PKGBUILD2015-12-06 20:20:11 UTC (rev 149159)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-11-15 Thread Antonio Rojas
Date: Sunday, November 15, 2015 @ 16:51:53
  Author: arojas
Revision: 146869

Update to 0.8.6

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 14:34:10 UTC (rev 146868)
+++ PKGBUILD2015-11-15 15:51:53 UTC (rev 146869)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155')
+sha256sums=('ae4f3cd5ae62493f48ce358c505beaf374108d93e5ae85490fc070af75e01ee0')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-10-14 Thread Antonio Rojas
Date: Wednesday, October 14, 2015 @ 20:51:12
  Author: arojas
Revision: 143995

Update to 0.8.5

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-14 16:38:25 UTC (rev 143994)
+++ PKGBUILD2015-10-14 18:51:12 UTC (rev 143995)
@@ -5,16 +5,16 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.4
+pkgver=0.8.5
 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)
+depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('9f2be8277bef8ec85de0c9d5fc99363d3a5b2e8786b3c0657ba67fd69917d87a')
+sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-09-09 Thread Antonio Rojas
Date: Wednesday, September 9, 2015 @ 21:49:45
  Author: arojas
Revision: 139700

Update to 0.8.4

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-09 19:08:17 UTC (rev 139699)
+++ PKGBUILD2015-09-09 19:49:45 UTC (rev 139700)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('8e2b7abf7263dc5a385ea8704f4a51cf741ccd3c0bbadfde3fe4b20fc2f187f2')
+sha256sums=('9f2be8277bef8ec85de0c9d5fc99363d3a5b2e8786b3c0657ba67fd69917d87a')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 22:58:11
  Author: arojas
Revision: 138946

Update to 0.8.3

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 18:32:52 UTC (rev 138945)
+++ PKGBUILD2015-08-29 20:58:11 UTC (rev 138946)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc=Provides a standard for creating app stores across distributions
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c3f320f8795c2d6bbd336993374a6928f1c3f55b08b3c454b43a375389d5fd2')
+sha256sums=('8e2b7abf7263dc5a385ea8704f4a51cf741ccd3c0bbadfde3fe4b20fc2f187f2')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-07-02 Thread Antonio Rojas
Date: Thursday, July 2, 2015 @ 17:36:48
  Author: arojas
Revision: 136279

Update to 0.8.2

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-02 15:05:27 UTC (rev 136278)
+++ PKGBUILD2015-07-02 15:36:48 UTC (rev 136279)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=Provides a standard for creating app stores across distributions
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('59bff4431f48e30c43d5edebb280a81b3d6f06effc2eae58678478f1d81b7603')
+sha256sums=('7c3f320f8795c2d6bbd336993374a6928f1c3f55b08b3c454b43a375389d5fd2')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-06-25 Thread Antonio Rojas
Date: Thursday, June 25, 2015 @ 08:27:50
  Author: arojas
Revision: 135840

Update to 0.8.1

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 04:01:26 UTC (rev 135839)
+++ PKGBUILD2015-06-25 06:27:50 UTC (rev 135840)
@@ -5,16 +5,16 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Provides a standard for creating app stores across distributions
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://distributions.freedesktop.org/wiki/AppStream;
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
+license=(GPL)
+depends=(xapian-core polkit libyaml libxml2)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
+sha256sums=('59bff4431f48e30c43d5edebb280a81b3d6f06effc2eae58678478f1d81b7603')
 
 prepare() {
   mkdir -p build
@@ -38,7 +38,7 @@
 
 package_appstream-qt() {
   pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream' 'qt5-base')
+  depends=(appstream qt5-base)
 
   cd build/qt
   make DESTDIR=$pkgdir install


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-01-28 Thread Antonio Rojas
Date: Wednesday, January 28, 2015 @ 20:35:03
  Author: arojas
Revision: 126710

Update to 0.8

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 14:53:48 UTC (rev 126709)
+++ PKGBUILD2015-01-28 19:35:03 UTC (rev 126710)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc=Provides a standard for creating app stores across distributions
 arch=('i686' 'x86_64')
 url=http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,7 +14,7 @@
 depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
 makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
+sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in appstream/trunk (PKGBUILD)

2015-01-21 Thread Antonio Rojas
Date: Wednesday, January 21, 2015 @ 09:10:57
  Author: arojas
Revision: 126345

Move dependencies where they belong

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-21 08:01:17 UTC (rev 126344)
+++ PKGBUILD2015-01-21 08:10:57 UTC (rev 126345)
@@ -6,13 +6,13 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.7.6
-pkgrel=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' 'qt5-base')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl')
+depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
+makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
 sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
 
@@ -38,7 +38,7 @@
 
 package_appstream-qt() {
   pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream')
+  depends=('appstream' 'qt5-base')
 
   cd build/qt
   make DESTDIR=$pkgdir install