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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:28:51 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:28:50
  Author: jgc
Revision: 169259

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

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

---------------------------------+
 testing-i686/PKGBUILD           |   30 ++++++++++++++++++++++++++++++
 testing-i686/epiphany.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD         |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/epiphany.install |   13 +++++++++++++
 4 files changed, 86 insertions(+)

Copied: epiphany/repos/testing-i686/PKGBUILD (from rev 169138, epiphany/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:28:50 UTC (rev 169259)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.6.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' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+         'hicolor-icon-theme' 'gcr' 'gnome-desktop')
+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=('1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/testing-i686/epiphany.install (from rev 169138, epiphany/repos/gnome-unstable-i686/epiphany.install)
===================================================================
--- testing-i686/epiphany.install	                        (rev 0)
+++ testing-i686/epiphany.install	2012-10-18 19:28:50 UTC (rev 169259)
@@ -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
+}

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 169138, epiphany/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:28:50 UTC (rev 169259)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.6.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' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+         'hicolor-icon-theme' 'gcr' 'gnome-desktop')
+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=('1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/testing-x86_64/epiphany.install (from rev 169138, epiphany/repos/gnome-unstable-x86_64/epiphany.install)
===================================================================
--- testing-x86_64/epiphany.install	                        (rev 0)
+++ testing-x86_64/epiphany.install	2012-10-18 19:28:50 UTC (rev 169259)
@@ -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