[arch-commits] Commit in template-glib/trunk (PKGBUILD libdir.diff)

Jan Steffens heftig at archlinux.org
Wed Oct 4 02:03:11 UTC 2017


    Date: Wednesday, October 4, 2017 @ 02:03:10
  Author: heftig
Revision: 306696

3.26.1-2

Added:
  template-glib/trunk/libdir.diff
Modified:
  template-glib/trunk/PKGBUILD

-------------+
 PKGBUILD    |    9 ++++++---
 libdir.diff |   12 ++++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 02:03:07 UTC (rev 306695)
+++ PKGBUILD	2017-10-04 02:03:10 UTC (rev 306696)
@@ -3,7 +3,7 @@
 
 pkgname=template-glib
 pkgver=3.26.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A templating library for GLib"
 url="https://git.gnome.org/browse/template-glib"
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 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')
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit"
+        libdir.diff)
+sha256sums=('SKIP'
+            '9cb5343348ac313673201f33537db85a9bffde761231486b766628fe3355fdc7')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,7 @@
 prepare() {
   mkdir build
   cd $pkgname
+  patch -Np1 -i ../libdir.diff
 }
 
 build() {

Added: libdir.diff
===================================================================
--- libdir.diff	                        (rev 0)
+++ libdir.diff	2017-10-04 02:03:10 UTC (rev 306696)
@@ -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