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

Jan Steffens heftig at archlinux.org
Tue Oct 30 22:25:09 UTC 2012


    Date: Tuesday, October 30, 2012 @ 18:25:08
  Author: heftig
Revision: 169866

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

Added:
  epiphany-extensions/repos/extra-i686/PKGBUILD
    (from rev 169842, epiphany-extensions/repos/testing-i686/PKGBUILD)
  epiphany-extensions/repos/extra-i686/epiphany-extensions.install
    (from rev 169842, epiphany-extensions/repos/testing-i686/epiphany-extensions.install)
  epiphany-extensions/repos/extra-x86_64/PKGBUILD
    (from rev 169842, epiphany-extensions/repos/testing-x86_64/PKGBUILD)
  epiphany-extensions/repos/extra-x86_64/epiphany-extensions.install
    (from rev 169842, epiphany-extensions/repos/testing-x86_64/epiphany-extensions.install)
Deleted:
  epiphany-extensions/repos/extra-i686/PKGBUILD
  epiphany-extensions/repos/extra-i686/epiphany-extensions.install
  epiphany-extensions/repos/extra-x86_64/PKGBUILD
  epiphany-extensions/repos/extra-x86_64/epiphany-extensions.install
  epiphany-extensions/repos/testing-i686/
  epiphany-extensions/repos/testing-x86_64/

------------------------------------------+
 extra-i686/PKGBUILD                      |   56 ++++++++++++++---------------
 extra-i686/epiphany-extensions.install   |   24 ++++++------
 extra-x86_64/PKGBUILD                    |   56 ++++++++++++++---------------
 extra-x86_64/epiphany-extensions.install |   24 ++++++------
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-30 22:25:05 UTC (rev 169865)
+++ extra-i686/PKGBUILD	2012-10-30 22:25:08 UTC (rev 169866)
@@ -1,28 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 169842, epiphany-extensions/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-30 22:25:08 UTC (rev 169866)
@@ -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
+}

Deleted: extra-i686/epiphany-extensions.install
===================================================================
--- extra-i686/epiphany-extensions.install	2012-10-30 22:25:05 UTC (rev 169865)
+++ extra-i686/epiphany-extensions.install	2012-10-30 22:25:08 UTC (rev 169866)
@@ -1,12 +0,0 @@
-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/extra-i686/epiphany-extensions.install (from rev 169842, epiphany-extensions/repos/testing-i686/epiphany-extensions.install)
===================================================================
--- extra-i686/epiphany-extensions.install	                        (rev 0)
+++ extra-i686/epiphany-extensions.install	2012-10-30 22:25:08 UTC (rev 169866)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-30 22:25:05 UTC (rev 169865)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:25:08 UTC (rev 169866)
@@ -1,28 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 169842, epiphany-extensions/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:25:08 UTC (rev 169866)
@@ -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
+}

Deleted: extra-x86_64/epiphany-extensions.install
===================================================================
--- extra-x86_64/epiphany-extensions.install	2012-10-30 22:25:05 UTC (rev 169865)
+++ extra-x86_64/epiphany-extensions.install	2012-10-30 22:25:08 UTC (rev 169866)
@@ -1,12 +0,0 @@
-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/extra-x86_64/epiphany-extensions.install (from rev 169842, epiphany-extensions/repos/testing-x86_64/epiphany-extensions.install)
===================================================================
--- extra-x86_64/epiphany-extensions.install	                        (rev 0)
+++ extra-x86_64/epiphany-extensions.install	2012-10-30 22:25:08 UTC (rev 169866)
@@ -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