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

Ionut Biru ibiru at archlinux.org
Thu Sep 22 11:13:19 UTC 2011


    Date: Thursday, September 22, 2011 @ 07:13:18
  Author: ibiru
Revision: 138420

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

----------------------------------------+
 gnome-unstable-i686/PKGBUILD           |   64 +++++++++++++++----------------
 gnome-unstable-i686/epiphany.install   |   40 +++++++++----------
 gnome-unstable-x86_64/PKGBUILD         |   64 +++++++++++++++----------------
 gnome-unstable-x86_64/epiphany.install |   40 +++++++++----------
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2011-09-22 11:11:43 UTC (rev 138419)
+++ gnome-unstable-i686/PKGBUILD	2011-09-22 11:13:18 UTC (rev 138420)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.1.91.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%.*.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('38dad200717463b833b847a05c63a64e079ad79e97a7b92b2053cef6f96d13e8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var \
-      --disable-scrollkeeper \
-      --enable-seed
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 138419, epiphany/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2011-09-22 11:13:18 UTC (rev 138420)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.1.92
+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%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b2bc72bbe7c431607538fc56532c8a8a05c8ab5b3f6412b489e79e2392e14331')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --disable-scrollkeeper \
+      --enable-seed
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-i686/epiphany.install
===================================================================
--- gnome-unstable-i686/epiphany.install	2011-09-22 11:11:43 UTC (rev 138419)
+++ gnome-unstable-i686/epiphany.install	2011-09-22 11:13:18 UTC (rev 138420)
@@ -1,20 +0,0 @@
-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
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
-    usr/sbin/gconfpkg --uninstall epiphany
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: epiphany/repos/gnome-unstable-i686/epiphany.install (from rev 138419, epiphany/trunk/epiphany.install)
===================================================================
--- gnome-unstable-i686/epiphany.install	                        (rev 0)
+++ gnome-unstable-i686/epiphany.install	2011-09-22 11:13:18 UTC (rev 138420)
@@ -0,0 +1,20 @@
+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
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
+    usr/sbin/gconfpkg --uninstall epiphany
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2011-09-22 11:11:43 UTC (rev 138419)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-22 11:13:18 UTC (rev 138420)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.1.91.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%.*.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('38dad200717463b833b847a05c63a64e079ad79e97a7b92b2053cef6f96d13e8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var \
-      --disable-scrollkeeper \
-      --enable-seed
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138419, epiphany/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-22 11:13:18 UTC (rev 138420)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.1.92
+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%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b2bc72bbe7c431607538fc56532c8a8a05c8ab5b3f6412b489e79e2392e14331')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var \
+      --disable-scrollkeeper \
+      --enable-seed
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/epiphany.install
===================================================================
--- gnome-unstable-x86_64/epiphany.install	2011-09-22 11:11:43 UTC (rev 138419)
+++ gnome-unstable-x86_64/epiphany.install	2011-09-22 11:13:18 UTC (rev 138420)
@@ -1,20 +0,0 @@
-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
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
-    usr/sbin/gconfpkg --uninstall epiphany
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: epiphany/repos/gnome-unstable-x86_64/epiphany.install (from rev 138419, epiphany/trunk/epiphany.install)
===================================================================
--- gnome-unstable-x86_64/epiphany.install	                        (rev 0)
+++ gnome-unstable-x86_64/epiphany.install	2011-09-22 11:13:18 UTC (rev 138420)
@@ -0,0 +1,20 @@
+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
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/epiphany.schemas ]; then
+    usr/sbin/gconfpkg --uninstall epiphany
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list