[arch-commits] Commit in template-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 15 18:35:59 UTC 2019


    Date: Friday, March 15, 2019 @ 18:35:58
  Author: heftig
Revision: 348223

archrelease: copy trunk to extra-x86_64

Added:
  template-glib/repos/extra-x86_64/PKGBUILD
    (from rev 348222, template-glib/trunk/PKGBUILD)
Deleted:
  template-glib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 18:35:40 UTC (rev 348222)
+++ PKGBUILD	2019-03-15 18:35:58 UTC (rev 348223)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=template-glib
-pkgver=3.30.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)
-_commit=3fe77c8d7028c0c72888a0857337facb3c533272  # tags/3.30.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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: template-glib/repos/extra-x86_64/PKGBUILD (from rev 348222, template-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 18:35:58 UTC (rev 348223)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=template-glib
+pkgver=3.32.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)
+_commit=71a37dcd4c6001989dab020e38c1e8e86b775ab3  # tags/3.32.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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list