Date: Thursday, April 27, 2023 @ 06:58:10
  Author: arojas
Revision: 475233

archrelease: copy trunk to extra-x86_64

Added:
  appstream/repos/extra-x86_64/PKGBUILD
    (from rev 475232, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/keys/
  appstream/repos/extra-x86_64/update-appstream-cache.hook
    (from rev 475232, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/keys/
  appstream/repos/extra-x86_64/update-appstream-cache.hook

-----------------------------+
 PKGBUILD                    |  104 +++++++++++++++++++-----------------------
 update-appstream-cache.hook |   34 ++++++-------
 2 files changed, 66 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-27 06:57:55 UTC (rev 475232)
+++ PKGBUILD    2023-04-27 06:58:10 UTC (rev 475233)
@@ -1,55 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Jameson Pugh <[email protected]>
-# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.16.1
-pkgrel=2
-pkgdesc='Provides a standard for creating app stores across distributions'
-arch=(x86_64)
-url='https://distributions.freedesktop.org/wiki/AppStream'
-license=(GPL)
-depends=(curl librsvg libyaml libxmlb)
-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
-        https://github.com/ximion/appstream/commit/bfa8fa6a.patch)
-sha256sums=('77e274e163db1f0a1bec8f4134b1d0f31e9c0a8c54cd37f724a7d30a71cf41d2'
-            'SKIP'
-            '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb'
-            '5555dd269ac053d6b40f34cdbd77cf9ee1650e8613fe01cde9eb2f045dc150ad')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 
<[email protected]>
-
-prepare() {
-  patch -d AppStream-$pkgver -p1 < bfa8fa6a.patch # Fix warnings with glib 2.76
-}
-
-build() {
-  meson build AppStream-$pkgver \
-    --prefix=/usr \
-    --libexecdir=lib \
-    -Dqt=true \
-    -Dvapi=true \
-    -Dcompose=true
-  meson compile -C build
-}
-
-package_appstream() {
-  meson install --destdir "$pkgdir" -C build
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/90-update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  meson install --destdir "$pkgdir" -C build
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream{,-compose},lib/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 475232, 
appstream/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-27 06:58:10 UTC (rev 475233)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Jameson Pugh <[email protected]>
+# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.16.2
+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=(curl librsvg libyaml libxmlb)
+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=('f9cb80bd388fbf06be268afa7f2d65863c85d605ad874b905094f3982d03f232'
+            'SKIP'
+            '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 
<[email protected]>
+
+build() {
+  meson build AppStream-$pkgver \
+    --prefix=/usr \
+    --libexecdir=lib \
+    -Dqt=true \
+    -Dvapi=true \
+    -Dcompose=true
+  meson compile -C build
+}
+
+package_appstream() {
+  meson install --destdir "$pkgdir" -C build
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/90-update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  meson install --destdir "$pkgdir" -C build
+
+# provided by appstream
+  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream{,-compose},lib/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}}
+}

Deleted: update-appstream-cache.hook
===================================================================
--- update-appstream-cache.hook 2023-04-27 06:57:55 UTC (rev 475232)
+++ update-appstream-cache.hook 2023-04-27 06:58:10 UTC (rev 475233)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Trigger]
-Type = Package
-Operation = Install
-Operation = Upgrade
-Target = appstream
-
-[Action]
-Description = Updating the appstream cache...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force

Copied: appstream/repos/extra-x86_64/update-appstream-cache.hook (from rev 
475232, appstream/trunk/update-appstream-cache.hook)
===================================================================
--- update-appstream-cache.hook                         (rev 0)
+++ update-appstream-cache.hook 2023-04-27 06:58:10 UTC (rev 475233)
@@ -0,0 +1,17 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/*
+
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Upgrade
+Target = appstream
+
+[Action]
+Description = Updating the appstream cache...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force

Reply via email to