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

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


    Date: Thursday, October 18, 2012 @ 15:28:46
  Author: jgc
Revision: 169258

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

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

--------------------------------------------+
 testing-i686/PKGBUILD                      |   28 +++++++++++++++++++++++++++
 testing-i686/epiphany-extensions.install   |   12 +++++++++++
 testing-x86_64/PKGBUILD                    |   28 +++++++++++++++++++++++++++
 testing-x86_64/epiphany-extensions.install |   12 +++++++++++
 4 files changed, 80 insertions(+)

Copied: epiphany-extensions/repos/testing-i686/PKGBUILD (from rev 169138, epiphany-extensions/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:28:46 UTC (rev 169258)
@@ -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.6.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=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!emptydirs')
+install=epiphany-extensions.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a1cc21b44a7b00cfe055b87c23f20f16c9fbd2b5a30380338885a5ae0847f7a')
+
+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-i686/epiphany-extensions.install (from rev 169138, epiphany-extensions/repos/gnome-unstable-i686/epiphany-extensions.install)
===================================================================
--- testing-i686/epiphany-extensions.install	                        (rev 0)
+++ testing-i686/epiphany-extensions.install	2012-10-18 19:28:46 UTC (rev 169258)
@@ -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
+}

Copied: epiphany-extensions/repos/testing-x86_64/PKGBUILD (from rev 169138, epiphany-extensions/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:28:46 UTC (rev 169258)
@@ -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.6.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=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!emptydirs')
+install=epiphany-extensions.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a1cc21b44a7b00cfe055b87c23f20f16c9fbd2b5a30380338885a5ae0847f7a')
+
+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 169138, 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-10-18 19:28:46 UTC (rev 169258)
@@ -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