[arch-commits] Commit in gitg/trunk (PKGBUILD webkit2gtk-4.0.patch)

Jan de Groot jgc at archlinux.org
Wed Mar 4 08:40:03 UTC 2015


    Date: Wednesday, March 4, 2015 @ 09:40:03
  Author: jgc
Revision: 232536

upgpkg: gitg 3.15.1-1

Update to development version that works with libgit2-glib 0.22.0 (FS#44033)

Modified:
  gitg/trunk/PKGBUILD
Deleted:
  gitg/trunk/webkit2gtk-4.0.patch

----------------------+
 PKGBUILD             |   14 +++-----------
 webkit2gtk-4.0.patch |   12 ------------
 2 files changed, 3 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-04 08:30:15 UTC (rev 232535)
+++ PKGBUILD	2015-03-04 08:40:03 UTC (rev 232536)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=gitg
-pkgver=3.14.1
+pkgver=3.15.1
 pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
@@ -12,17 +12,9 @@
 makedepends=('intltool' 'vala' 'gobject-introspection' 'python2' 'gnome-common')
 groups=('gnome-extra')
 install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-        webkit2gtk-4.0.patch)
-sha256sums=('8e485b35d918fddc255c3bf5d5c139d0a8b684bd922a8913153b1b7781357057'
-            '3488adb8ea4ab40c1a8faa09d7c79e1933aa7667e3e6df2d644de750dc47d0d8')
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('feec5c8ef4f7134900305539ad4f087927497015191f26fd9f0cacfc7379cff3')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../webkit2gtk-4.0.patch
-  AUTOPOINT='intltoolize --automake --copy' autoreconf -fi
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Deleted: webkit2gtk-4.0.patch
===================================================================
--- webkit2gtk-4.0.patch	2015-03-04 08:30:15 UTC (rev 232535)
+++ webkit2gtk-4.0.patch	2015-03-04 08:40:03 UTC (rev 232536)
@@ -1,12 +0,0 @@
-diff -u gitg-3.14.0/Gitg-1.0.gir gitg-3.14.0-webkit/Gitg-1.0.gir
---- gitg-3.14.0/Gitg-1.0.gir	2014-08-20 11:26:30.000000000 +0200
-+++ gitg-3.14.0-webkit/Gitg-1.0.gir	2014-10-08 19:49:50.285616042 +0200
-@@ -10,7 +10,7 @@
- <include name="cairo" version="1.0"/>
- <include name="Gdk" version="3.0"/>
- <include name="GdkPixbuf" version="2.0"/>
--<include name="WebKit2" version="3.0"/>
-+<include name="WebKit2" version="4.0"/>
- <include name="Soup" version="2.4"/>
- <package name="libgitg/libgitg-1.0"/>
- <c:include name="libgitg/libgitg.h"/>



More information about the arch-commits mailing list