[arch-commits] Commit in gnome-builder/trunk (PKGBUILD git1.patch git2.patch)

Jan de Groot jgc at archlinux.org
Wed Mar 30 11:33:08 UTC 2016


    Date: Wednesday, March 30, 2016 @ 13:33:07
  Author: jgc
Revision: 263335

upgpkg: gnome-builder 3.20.0-1

Modified:
  gnome-builder/trunk/PKGBUILD
Deleted:
  gnome-builder/trunk/git1.patch
  gnome-builder/trunk/git2.patch

------------+
 PKGBUILD   |   17 +++++------------
 git1.patch |   24 ------------------------
 git2.patch |   35 -----------------------------------
 3 files changed, 5 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 11:13:21 UTC (rev 263334)
+++ PKGBUILD	2016-03-30 11:33:07 UTC (rev 263335)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-builder
-pkgver=3.18.1
-pkgrel=3
+pkgver=3.20.0
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
 arch=(i686 x86_64)
@@ -13,22 +13,15 @@
 makedepends=(intltool llvm gobject-introspection gtk-doc)
 groups=(gnome-extra)
 install=gnome-builder.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-        git1.patch git2.patch)
-sha256sums=('501c95220dcf8ca44a5748e863492377fe2c3aee78a95973d6819b1836e5407c'
-            'b1a7361c668762a390b63359bf9733e348a2d93c25709669a5eaae178e7127a8'
-            'a06214efcac9b14e2633c3d69b8a75df1f39f15a13f844d213d04c98c40dcd6d')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1260f38d6fa0008c1b10238873b764b3fb47c383267bad083b298a7bcae8fb9b')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../git1.patch
-  patch -Np1 -i ../git2.patch
-}
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Deleted: git1.patch
===================================================================
--- git1.patch	2016-03-30 11:13:21 UTC (rev 263334)
+++ git1.patch	2016-03-30 11:33:07 UTC (rev 263335)
@@ -1,24 +0,0 @@
-From 48eeb9f7826e3ec492262f9ddb5d2b60a429740b Mon Sep 17 00:00:00 2001
-From: Christian Hergert <chergert at redhat.com>
-Date: Thu, 15 Oct 2015 08:36:52 -0700
-Subject: build: install libide-1.0.pc into private directory
-
----
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 48e783e..90267e6 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,6 +1,6 @@
- SUBDIRS = . build contrib data libide src plugins po tools tests doc
- 
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(libdir)/gnome-builder/pkgconfig
- pkgconfig_DATA = $(top_builddir)/data/libide-1.0.pc
- 
- INTLTOOL_FILES = \
--- 
-cgit v0.11.2
-

Deleted: git2.patch
===================================================================
--- git2.patch	2016-03-30 11:13:21 UTC (rev 263334)
+++ git2.patch	2016-03-30 11:33:07 UTC (rev 263335)
@@ -1,35 +0,0 @@
-From 5392b7bab3db0373ca81ee9c541291d7ce05d45d Mon Sep 17 00:00:00 2001
-From: Christian Hergert <chergert at redhat.com>
-Date: Thu, 15 Oct 2015 08:37:20 -0700
-Subject: vala: remove in-tree hack for builder deps
-
----
- plugins/vala-pack/ide-vala-index.vala | 11 ++---------
- 1 file changed, 2 insertions(+), 9 deletions(-)
-
-diff --git a/plugins/vala-pack/ide-vala-index.vala b/plugins/vala-pack/ide-vala-index.vala
-index 56f9b34..093b5e9 100644
---- a/plugins/vala-pack/ide-vala-index.vala
-+++ b/plugins/vala-pack/ide-vala-index.vala
-@@ -90,16 +90,9 @@ namespace Ide
- 			this.code_context.add_external_package ("glib-2.0");
- 			this.code_context.add_external_package ("gobject-2.0");
- 
--			/* TODO: find packages from build system
--			 *       the following is just to help us while writing vala in builder
--			 *       until the build system works.
--			 */
--			this.code_context.vapi_directories = new string[] { "libide", "src" };
-+			/* TODO: find packages from build system */
- 			this.code_context.add_external_package ("gio-2.0");
--			this.code_context.add_external_package ("libvala-0.30");
--			this.code_context.add_external_package ("libide-1.0");
--			this.code_context.add_external_package ("gtksourceview-3.0");
--			this.code_context.add_external_package ("gnome-builder-1.0");
-+			this.code_context.add_external_package ("gtk+-3.0");
- 
- 			this.report = new Ide.ValaDiagnostics ();
- 			this.code_context.report = this.report;
--- 
-cgit v0.11.2
-



More information about the arch-commits mailing list