Date: Sunday, December 4, 2022 @ 04:37:54
  Author: heftig
Revision: 462993

archrelease: copy trunk to extra-x86_64

Added:
  gucharmap/repos/extra-x86_64/PKGBUILD
    (from rev 462992, gucharmap/trunk/PKGBUILD)
Deleted:
  gucharmap/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-04 04:36:47 UTC (rev 462992)
+++ PKGBUILD    2022-12-04 04:37:54 UTC (rev 462993)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan De Groot <[email protected]>
-
-pkgname=gucharmap
-pkgver=15.0.1
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3)
-makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson
-             unicode-character-database unzip vala)
-provides=(libgucharmap_2_90.so)
-options=(debug !lto)
-_commit=2b5d70d16d39995db5c90c4595f70a3f3acb571d  # tags/15.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gucharmap.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 b_lto=false
-    -D ucd_path=/usr/share/unicode
-  )
-
-  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: gucharmap/repos/extra-x86_64/PKGBUILD (from rev 462992, 
gucharmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-04 04:37:54 UTC (rev 462993)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan De Groot <[email protected]>
+
+pkgname=gucharmap
+pkgver=15.0.2
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3)
+makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson
+             unicode-character-database unzip vala)
+provides=(libgucharmap_2_90.so)
+options=(debug !lto)
+_commit=0258b01b7311923dab623f3c53ee6012dd8b9bf0  # tags/15.0.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gucharmap.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 b_lto=false
+    -D ucd_path=/usr/share/unicode
+  )
+
+  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:

Reply via email to