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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:31:26 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:31:25
  Author: heftig
Revision: 155046

db-move: moved epiphany from [gnome-unstable] to [testing] (x86_64)

Added:
  epiphany/repos/testing-x86_64/
  epiphany/repos/testing-x86_64/PKGBUILD
    (from rev 155005, epiphany/repos/gnome-unstable-x86_64/PKGBUILD)
  epiphany/repos/testing-x86_64/epiphany.install
    (from rev 155005, epiphany/repos/gnome-unstable-x86_64/epiphany.install)
Deleted:
  epiphany/repos/gnome-unstable-x86_64/

------------------+
 PKGBUILD         |   32 ++++++++++++++++++++++++++++++++
 epiphany.install |   13 +++++++++++++
 2 files changed, 45 insertions(+)

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 155005, epiphany/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:31:25 UTC (rev 155046)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.4.0.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:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('48acfa6efc806cc6b02f783dd92b36ba3bdf94d1e1ae02bed69886f45e400533')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --disable-scrollkeeper \
+      --enable-seed
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/testing-x86_64/epiphany.install (from rev 155005, epiphany/repos/gnome-unstable-x86_64/epiphany.install)
===================================================================
--- testing-x86_64/epiphany.install	                        (rev 0)
+++ testing-x86_64/epiphany.install	2012-04-01 11:31:25 UTC (rev 155046)
@@ -0,0 +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
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list