Date: Friday, December 2, 2022 @ 16:55:13
  Author: heftig
Revision: 462892

archrelease: copy trunk to extra-x86_64

Added:
  libshumate/repos/extra-x86_64/PKGBUILD
    (from rev 462890, libshumate/trunk/PKGBUILD)
Deleted:
  libshumate/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-02 16:55:12 UTC (rev 462891)
+++ PKGBUILD    2022-12-02 16:55:13 UTC (rev 462892)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgbase=libshumate
-pkgname=(libshumate libshumate-docs)
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Map widget for GTK 4"
-url="https://wiki.gnome.org/Projects/libshumate";
-license=(LGPL)
-arch=(x86_64)
-depends=(glib2 cairo sqlite gtk4 libsoup3)
-makedepends=(gobject-introspection gi-docgen vala meson git)
-checkdepends=(xorg-server-xvfb)
-options=(debug)
-_commit=bcaeede96beb0ede116343aada1a25bab2a16ea4  # tags/1.0.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libshumate.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  local meson_options=(
-    -D demos=true
-  )
-
-  arch-meson $pkgname build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-nolisten local' \
-    meson test -C build --print-errorlogs
-}
-
-package_libshumate() {
-  provides=(libshumate-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_libshumate-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: libshumate/repos/extra-x86_64/PKGBUILD (from rev 462890, 
libshumate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-02 16:55:13 UTC (rev 462892)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgbase=libshumate
+pkgname=(libshumate libshumate-docs)
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Map widget for GTK 4"
+url="https://wiki.gnome.org/Projects/libshumate";
+license=(LGPL)
+arch=(x86_64)
+depends=(glib2 cairo sqlite gtk4 libsoup3)
+makedepends=(gobject-introspection gi-docgen vala meson git)
+checkdepends=(xorg-server-xvfb)
+options=(debug)
+_commit=55d89e24de5086404b996a73e94cd56ee2e9541a  # tags/1.0.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libshumate.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  local meson_options=(
+    -D demos=true
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package_libshumate() {
+  provides=(libshumate-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_libshumate-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to