[arch-commits] Commit in template-glib/repos (6 files)

Jan Steffens heftig at archlinux.org
Wed Oct 4 02:04:32 UTC 2017


    Date: Wednesday, October 4, 2017 @ 02:04:31
  Author: heftig
Revision: 306698

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  template-glib/repos/testing-i686/PKGBUILD
    (from rev 306697, template-glib/trunk/PKGBUILD)
  template-glib/repos/testing-i686/libdir.diff
    (from rev 306697, template-glib/trunk/libdir.diff)
  template-glib/repos/testing-x86_64/PKGBUILD
    (from rev 306697, template-glib/trunk/PKGBUILD)
  template-glib/repos/testing-x86_64/libdir.diff
    (from rev 306697, template-glib/trunk/libdir.diff)
Deleted:
  template-glib/repos/testing-i686/PKGBUILD
  template-glib/repos/testing-x86_64/PKGBUILD

----------------------------+
 /PKGBUILD                  |   88 +++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD      |   41 --------------------
 testing-i686/libdir.diff   |   12 +++++
 testing-x86_64/PKGBUILD    |   41 --------------------
 testing-x86_64/libdir.diff |   12 +++++
 5 files changed, 112 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-04 02:04:00 UTC (rev 306697)
+++ testing-i686/PKGBUILD	2017-10-04 02:04:31 UTC (rev 306698)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=template-glib
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A templating library for GLib"
-url="https://git.gnome.org/browse/template-glib"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gobject-introspection-runtime)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: template-glib/repos/testing-i686/PKGBUILD (from rev 306697, template-glib/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-04 02:04:31 UTC (rev 306698)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=template-glib
+pkgver=3.26.1
+pkgrel=2
+pkgdesc="A templating library for GLib"
+url="https://git.gnome.org/browse/template-glib"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit"
+        libdir.diff)
+sha256sums=('SKIP'
+            '9cb5343348ac313673201f33537db85a9bffde761231486b766628fe3355fdc7')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../libdir.diff
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: template-glib/repos/testing-i686/libdir.diff (from rev 306697, template-glib/trunk/libdir.diff)
===================================================================
--- testing-i686/libdir.diff	                        (rev 0)
+++ testing-i686/libdir.diff	2017-10-04 02:04:31 UTC (rev 306698)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 2cf452cf7e50a0a7..f07bb62b17916e46 100644
+--- i/src/meson.build
++++ w/src/meson.build
+@@ -155,7 +155,6 @@ libtemplate_glib = library(
+      soversion: soversion,
+        version: libversion,
+        install: true,
+-   install_dir: libdir,
+ )
+ 
+ libtemplate_glib_dep = declare_dependency(

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-04 02:04:00 UTC (rev 306697)
+++ testing-x86_64/PKGBUILD	2017-10-04 02:04:31 UTC (rev 306698)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=template-glib
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A templating library for GLib"
-url="https://git.gnome.org/browse/template-glib"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gobject-introspection-runtime)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: template-glib/repos/testing-x86_64/PKGBUILD (from rev 306697, template-glib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-04 02:04:31 UTC (rev 306698)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=template-glib
+pkgver=3.26.1
+pkgrel=2
+pkgdesc="A templating library for GLib"
+url="https://git.gnome.org/browse/template-glib"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit"
+        libdir.diff)
+sha256sums=('SKIP'
+            '9cb5343348ac313673201f33537db85a9bffde761231486b766628fe3355fdc7')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../libdir.diff
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: template-glib/repos/testing-x86_64/libdir.diff (from rev 306697, template-glib/trunk/libdir.diff)
===================================================================
--- testing-x86_64/libdir.diff	                        (rev 0)
+++ testing-x86_64/libdir.diff	2017-10-04 02:04:31 UTC (rev 306698)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 2cf452cf7e50a0a7..f07bb62b17916e46 100644
+--- i/src/meson.build
++++ w/src/meson.build
+@@ -155,7 +155,6 @@ libtemplate_glib = library(
+      soversion: soversion,
+        version: libversion,
+        install: true,
+-   install_dir: libdir,
+ )
+ 
+ libtemplate_glib_dep = declare_dependency(



More information about the arch-commits mailing list