[arch-commits] Commit in template-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Sep 17 18:58:49 UTC 2020
Date: Thursday, September 17, 2020 @ 18:58:48
Author: heftig
Revision: 396248
archrelease: copy trunk to extra-x86_64
Added:
template-glib/repos/extra-x86_64/PKGBUILD
(from rev 396247, template-glib/trunk/PKGBUILD)
Deleted:
template-glib/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-17 18:58:47 UTC (rev 396247)
+++ PKGBUILD 2020-09-17 18:58:48 UTC (rev 396248)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=template-glib
-pkgver=3.34.0
-pkgrel=2
-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)
-_commit=3899ca522bc2cc6e2d866abbc9bc05818a6c48b3 # tags/3.34.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'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D enable_gtk_doc=true
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: template-glib/repos/extra-x86_64/PKGBUILD (from rev 396247, template-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-17 18:58:48 UTC (rev 396248)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=template-glib
+pkgver=3.34.0+4+g5196521
+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=51965216367391583fd87d1a20cd9ba2bc4943d2 # master
+source=("git+https://gitlab.gnome.org/GNOME/template-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D enable_gtk_doc=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list