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

Jan de Groot jgc at archlinux.org
Wed Sep 10 10:54:15 UTC 2014


    Date: Wednesday, September 10, 2014 @ 12:54:15
  Author: jgc
Revision: 221380

upgpkg: epiphany 3.13.90-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-10 10:34:08 UTC (rev 221379)
+++ PKGBUILD	2014-09-10 10:54:15 UTC (rev 221380)
@@ -2,29 +2,20 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=3.12.1
-pkgrel=2
+pkgver=3.13.90
+pkgrel=1
 install=epiphany.install
 pkgdesc="A GNOME web browser based on the WebKit rendering engine."
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gnome-icon-theme-symbolic' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard')
-makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard')
+makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection' 'python2')
 options=('!emptydirs')
 groups=('gnome')
 url="https://wiki.gnome.org/Apps/Web"
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-        git-fixes.patch)
-sha256sums=('16d9f8f10443328b2f226c2da545e75c8433f50f103af8aeb692b098d5fbbf93'
-            '22b026b30e4792b3244f3fecf12bd48f928efc34097bf501d87611f77c0750bf')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9a5a37144b98500595d661070dd5986e05daa88fdea8bcfa7b31364ba48e1845')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Patch up to f43f9af7b195de53011b2e22c91041674dc00e2e
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \




More information about the arch-commits mailing list