[arch-commits] Commit in epiphany-extensions/trunk (2 files)

Jan Steffens heftig at archlinux.org
Thu Mar 24 00:32:38 UTC 2011


    Date: Wednesday, March 23, 2011 @ 20:32:38
  Author: heftig
Revision: 116475

upgpkg: epiphany-extensions 2.91.92-1
Update for gnome-unstable

Modified:
  epiphany-extensions/trunk/PKGBUILD
  epiphany-extensions/trunk/epiphany-extensions.install

-----------------------------+
 PKGBUILD                    |   17 +++++++++++------
 epiphany-extensions.install |    6 ++----
 2 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-24 00:23:34 UTC (rev 116474)
+++ PKGBUILD	2011-03-24 00:32:38 UTC (rev 116475)
@@ -2,24 +2,29 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany-extensions
-pkgver=2.32.0
+pkgver=2.91.92
 pkgrel=1
 url="http://www.gnome.org/projects/epiphany/"
 pkgdesc="Various extentions for the Epiphany web browser"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('epiphany>=2.30.6' 'opensp' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils>=0.20.0' 'intltool')
+depends=('epiphany' 'opensp' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils' 'intltool')
 options=('!libtool' '!emptydirs')
 install=epiphany-extensions.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1d6ac9f24050f409812a1653156033c6c005c27bc590f2a54164715771a1e16e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5c0e146a62a09fad660d9199de456ffa914c47530864308b07dcf65ca0d62a05')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
-      --with-extensions=really-all --disable-scrollkeeper
+      --disable-scrollkeeper
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }

Modified: epiphany-extensions.install
===================================================================
--- epiphany-extensions.install	2011-03-24 00:23:34 UTC (rev 116474)
+++ epiphany-extensions.install	2011-03-24 00:32:38 UTC (rev 116475)
@@ -1,13 +1,11 @@
-pkgname=epiphany-extensions
-
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }




More information about the arch-commits mailing list