Date: Thursday, March 23, 2023 @ 23:07:31
Author: heftig
Revision: 471913
archrelease: copy trunk to extra-x86_64
Added:
appstream-glib/repos/extra-x86_64/PKGBUILD
(from rev 471912, appstream-glib/trunk/PKGBUILD)
Deleted:
appstream-glib/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 112 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 63 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-23 23:07:20 UTC (rev 471912)
+++ PKGBUILD 2023-03-23 23:07:31 UTC (rev 471913)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=appstream-glib
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Objects and methods for reading and writing AppStream metadata"
-url="https://people.freedesktop.org/~hughsient/appstream-glib/"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 libyaml pacman gcab curl libstemmer)
-makedepends=(gobject-introspection gtk-doc git gperf meson)
-provides=(appdata-tools libappstream-glib.so)
-conflicts=(appdata-tools)
-replaces=(appdata-tools)
-options=(debug)
-_commit=02c8ad3b66075d9b2c9094dff816cd44839a4b45 # tags/appstream_glib_0_8_2^0
-source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed
's/^appstream_glib_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- local meson_options=(
- -D alpm=true
- -D gtk-doc=true
- -D rpm=false
- )
-
- arch-meson $pkgname build "${meson_options[@]}"
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 471912,
appstream-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-23 23:07:31 UTC (rev 471913)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=appstream-glib
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="Objects and methods for reading and writing AppStream metadata"
+url="https://people.freedesktop.org/~hughsient/appstream-glib/"
+arch=(x86_64)
+license=(LGPL)
+depends=(
+ curl
+ gtk3
+ libstemmer
+ libyaml
+ pacman
+)
+makedepends=(
+ git
+ gobject-introspection
+ gperf
+ gtk-doc
+ meson
+)
+provides=(
+ appdata-tools
+ libappstream-glib.so
+)
+conflicts=(appdata-tools)
+replaces=(appdata-tools)
+_commit=02c8ad3b66075d9b2c9094dff816cd44839a4b45 # tags/appstream_glib_0_8_2^0
+source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed
's/^appstream_glib_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ local meson_options=(
+ -D alpm=true
+ -D gtk-doc=true
+ -D rpm=false
+ )
+
+ arch-meson $pkgname build "${meson_options[@]}"
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: