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

Ionut Biru ibiru at archlinux.org
Sat Mar 10 15:40:59 UTC 2012


    Date: Saturday, March 10, 2012 @ 10:40:58
  Author: ibiru
Revision: 152890

update to 3.3.91

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

------------------+
 PKGBUILD         |   12 ++++++------
 epiphany.install |   17 +++++------------
 2 files changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-10 15:40:02 UTC (rev 152889)
+++ PKGBUILD	2012-03-10 15:40:58 UTC (rev 152890)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=3.2.1
+pkgver=3.3.91
 pkgrel=1
 install=epiphany.install
 pkgdesc="A GNOME web browser based on the WebKit rendering engine."
@@ -14,11 +14,11 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url="http://www.gnome.org/projects/epiphany/"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('44e7d14dea70b13dece9ea86393e722f8600aea7c5ca882c3fff5e04575a4953')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
       --disable-scrollkeeper \
@@ -27,6 +27,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }

Modified: epiphany.install
===================================================================
--- epiphany.install	2012-03-10 15:40:02 UTC (rev 152889)
+++ epiphany.install	2012-03-10 15:40:58 UTC (rev 152890)
@@ -1,20 +1,13 @@
 post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
-    usr/sbin/gconfpkg --uninstall epiphany
-  fi
-}
-
 post_upgrade() {
-  post_install
+    post_install
 }
 
 post_remove() {
-  post_install
+    post_install
 }




More information about the arch-commits mailing list