Date: Friday, March 3, 2023 @ 23:24:46
Author: heftig
Revision: 470214
archrelease: copy trunk to extra-x86_64
Added:
template-glib/repos/extra-x86_64/PKGBUILD
(from rev 470213, template-glib/trunk/PKGBUILD)
Deleted:
template-glib/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-03 23:24:26 UTC (rev 470213)
+++ PKGBUILD 2023-03-03 23:24:46 UTC (rev 470214)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=template-glib
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="A templating library for GLib"
-url="https://gitlab.gnome.org/GNOME/template-glib"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gobject-introspection-runtime)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-provides=(libtemplate_glib-1.0.so)
-options=(debug)
-_commit=a79f0b3e8c09eed250f5fc0ed7b806daf6387c03 # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/template-glib.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D gtk_doc=true
- 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: template-glib/repos/extra-x86_64/PKGBUILD (from rev 470213,
template-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-03 23:24:46 UTC (rev 470214)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=template-glib
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="A templating library for GLib"
+url="https://gitlab.gnome.org/GNOME/template-glib"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+provides=(libtemplate_glib-1.0.so)
+_commit=f7c21273599381494bc8d9b0633b93e14586471a # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/template-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D gtk_doc=true
+ 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: