Date: Saturday, April 29, 2023 @ 00:52:56
Author: heftig
Revision: 475365
archrelease: copy trunk to extra-x86_64
Added:
gucharmap/repos/extra-x86_64/PKGBUILD
(from rev 475364, gucharmap/trunk/PKGBUILD)
Deleted:
gucharmap/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 103 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 56 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-29 00:52:48 UTC (rev 475364)
+++ PKGBUILD 2023-04-29 00:52:56 UTC (rev 475365)
@@ -1,47 +0,0 @@
-# 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:
Copied: gucharmap/repos/extra-x86_64/PKGBUILD (from rev 475364,
gucharmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-29 00:52:56 UTC (rev 475365)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan De Groot <[email protected]>
+
+pkgname=gucharmap
+pkgver=15.0.4
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3)
+makedepends=(
+ appdata-tools
+ git
+ gobject-introspection
+ gtk-doc
+ meson
+ unicode-character-database
+ unzip
+ vala
+ yelp-tools
+)
+provides=(libgucharmap_2_90.so)
+options=(!lto)
+_commit=367f957574e7d7277839e7dfc3de6890937c4e2a # tags/15.0.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit")
+b2sums=('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: