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

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


    Date: Sunday, April 1, 2012 @ 07:31:28
  Author: heftig
Revision: 155048

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

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

-----------------------------+
 PKGBUILD                    |   28 ++++++++++++++++++++++++++++
 epiphany-extensions.install |   12 ++++++++++++
 2 files changed, 40 insertions(+)

Copied: epiphany-extensions/repos/testing-x86_64/PKGBUILD (from rev 155005, epiphany-extensions/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:31:28 UTC (rev 155048)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany-extensions
+pkgver=3.4.0
+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' 'opensp' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils' 'intltool' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=epiphany-extensions.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eaf1b466e316f4d6ed35437f8fdd4723a61ae57dd2744751e99109fd581f8fa5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany-extensions/repos/testing-x86_64/epiphany-extensions.install (from rev 155005, epiphany-extensions/repos/gnome-unstable-x86_64/epiphany-extensions.install)
===================================================================
--- testing-x86_64/epiphany-extensions.install	                        (rev 0)
+++ testing-x86_64/epiphany-extensions.install	2012-04-01 11:31:28 UTC (rev 155048)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  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