[arch-commits] Commit in epiphany/repos/gnome-unstable-x86_64 (4 files)

Jan de Groot jgc at archlinux.org
Tue Mar 24 11:52:16 UTC 2015


    Date: Tuesday, March 24, 2015 @ 12:52:15
  Author: jgc
Revision: 234619

archrelease: copy trunk to gnome-unstable-x86_64

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

------------------+
 PKGBUILD         |   66 ++++++++++++++++++++++++++---------------------------
 epiphany.install |   26 ++++++++++----------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-24 11:52:11 UTC (rev 234618)
+++ PKGBUILD	2015-03-24 11:52:15 UTC (rev 234619)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.15.90
-pkgrel=1
-install=epiphany.install
-pkgdesc="A GNOME web browser based on the WebKit rendering engine."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard')
-makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection')
-options=('!emptydirs')
-groups=('gnome')
-url="https://wiki.gnome.org/Apps/Web"
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f10016f5d5d44292a960286ae9c33d2381996ec49ee9960c20d0c1fdffb490f3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --libexecdir=/usr/lib/$pkgname
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234618, epiphany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-24 11:52:15 UTC (rev 234619)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.16.0
+pkgrel=1
+install=epiphany.install
+pkgdesc="A GNOME web browser based on the WebKit rendering engine."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 'gnome-themes-standard')
+makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 'gobject-introspection')
+options=('!emptydirs')
+groups=('gnome')
+url="https://wiki.gnome.org/Apps/Web"
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8471b492649ee2a5dbbb76ac9225f0131f95895c3962bc2842799e872d82cae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: epiphany.install
===================================================================
--- epiphany.install	2015-03-24 11:52:11 UTC (rev 234618)
+++ epiphany.install	2015-03-24 11:52:15 UTC (rev 234619)
@@ -1,13 +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
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: epiphany/repos/gnome-unstable-x86_64/epiphany.install (from rev 234618, epiphany/trunk/epiphany.install)
===================================================================
--- epiphany.install	                        (rev 0)
+++ epiphany.install	2015-03-24 11:52:15 UTC (rev 234619)
@@ -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