[arch-commits] Commit in epiphany/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Nov 7 20:45:42 UTC 2016


    Date: Monday, November 7, 2016 @ 20:45:42
  Author: heftig
Revision: 280134

3.22.2-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 20:40:35 UTC (rev 280133)
+++ PKGBUILD	2016-11-07 20:45:42 UTC (rev 280134)
@@ -2,18 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=3.22.1+5+g5d281a8
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
-         dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
+depends=(webkit2gtk gcr gnome-desktop)
 makedepends=(intltool itstool docbook-xml startup-notification
              gobject-introspection yelp-tools autoconf-archive appstream-glib git)
 groups=(gnome)
-_commit=5d281a891b956ad714ce91d37c64438eadeca7bc  # gnome-3-22
+_commit=061956662d43c8f2e966228f2379e04004e86dd9  # tags/3.22.2^0
 source=("git://git.gnome.org/epiphany#commit=$_commit"
         "git://git.gnome.org/libgd"
         pluginsdir.diff)
@@ -23,11 +22,6 @@
 
 pkgver() {
   cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
   git describe --tags | sed 's/-/+/g'
 }
 
@@ -34,6 +28,11 @@
 prepare() {
   cd $pkgname
   patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list