[arch-commits] Commit in epiphany/repos (6 files)

Ionut Biru ibiru at archlinux.org
Tue Oct 18 14:50:34 UTC 2011


    Date: Tuesday, October 18, 2011 @ 10:50:34
  Author: ibiru
Revision: 140730

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  epiphany/repos/testing-i686/
  epiphany/repos/testing-i686/PKGBUILD
    (from rev 140729, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-i686/epiphany.install
    (from rev 140729, epiphany/trunk/epiphany.install)
  epiphany/repos/testing-x86_64/
  epiphany/repos/testing-x86_64/PKGBUILD
    (from rev 140729, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-x86_64/epiphany.install
    (from rev 140729, epiphany/trunk/epiphany.install)

---------------------------------+
 testing-i686/PKGBUILD           |   32 ++++++++++++++++++++++++++++++++
 testing-i686/epiphany.install   |   20 ++++++++++++++++++++
 testing-x86_64/PKGBUILD         |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/epiphany.install |   20 ++++++++++++++++++++
 4 files changed, 104 insertions(+)

Copied: epiphany/repos/testing-i686/PKGBUILD (from rev 140729, epiphany/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.2.1
+pkgrel=1
+install=epiphany.install
+pkgdesc="A GNOME web browser based on the WebKit rendering engine."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+         'hicolor-icon-theme' 'seed')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
+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')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --disable-scrollkeeper \
+      --enable-seed
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: epiphany/repos/testing-i686/epiphany.install (from rev 140729, epiphany/trunk/epiphany.install)
===================================================================
--- testing-i686/epiphany.install	                        (rev 0)
+++ testing-i686/epiphany.install	2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,20 @@
+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
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
+    usr/sbin/gconfpkg --uninstall epiphany
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 140729, epiphany/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.2.1
+pkgrel=1
+install=epiphany.install
+pkgdesc="A GNOME web browser based on the WebKit rendering engine."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+         'hicolor-icon-theme' 'seed')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
+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')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --disable-scrollkeeper \
+      --enable-seed
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: epiphany/repos/testing-x86_64/epiphany.install (from rev 140729, epiphany/trunk/epiphany.install)
===================================================================
--- testing-x86_64/epiphany.install	                        (rev 0)
+++ testing-x86_64/epiphany.install	2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,20 @@
+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
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
+    usr/sbin/gconfpkg --uninstall epiphany
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list