[arch-commits] Commit in epiphany/repos (8 files)
Jan Steffens
heftig at archlinux.org
Fri Nov 20 17:58:37 UTC 2015
Date: Friday, November 20, 2015 @ 18:58:37
Author: heftig
Revision: 251694
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
epiphany/repos/extra-i686/PKGBUILD
(from rev 251693, epiphany/trunk/PKGBUILD)
epiphany/repos/extra-i686/epiphany.install
(from rev 251693, epiphany/trunk/epiphany.install)
epiphany/repos/extra-x86_64/PKGBUILD
(from rev 251693, epiphany/trunk/PKGBUILD)
epiphany/repos/extra-x86_64/epiphany.install
(from rev 251693, epiphany/trunk/epiphany.install)
Deleted:
epiphany/repos/extra-i686/PKGBUILD
epiphany/repos/extra-i686/epiphany.install
epiphany/repos/extra-x86_64/PKGBUILD
epiphany/repos/extra-x86_64/epiphany.install
-------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++
/epiphany.install | 26 +++++++++++++++
extra-i686/PKGBUILD | 33 --------------------
extra-i686/epiphany.install | 13 -------
extra-x86_64/PKGBUILD | 33 --------------------
extra-x86_64/epiphany.install | 13 -------
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-11-20 17:57:24 UTC (rev 251693)
+++ extra-i686/PKGBUILD 2015-11-20 17:58:37 UTC (rev 251694)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.18.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=('d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d')
-
-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/extra-i686/PKGBUILD (from rev 251693, epiphany/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-20 17:58:37 UTC (rev 251694)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.18.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' '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=('12938e2616aef5dd95635bfc899e332ab6b096b6d4dc5b79093e3c6267219c0c')
+
+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: extra-i686/epiphany.install
===================================================================
--- extra-i686/epiphany.install 2015-11-20 17:57:24 UTC (rev 251693)
+++ extra-i686/epiphany.install 2015-11-20 17:58:37 UTC (rev 251694)
@@ -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/extra-i686/epiphany.install (from rev 251693, epiphany/trunk/epiphany.install)
===================================================================
--- extra-i686/epiphany.install (rev 0)
+++ extra-i686/epiphany.install 2015-11-20 17:58:37 UTC (rev 251694)
@@ -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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-11-20 17:57:24 UTC (rev 251693)
+++ extra-x86_64/PKGBUILD 2015-11-20 17:58:37 UTC (rev 251694)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.18.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=('d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d')
-
-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/extra-x86_64/PKGBUILD (from rev 251693, epiphany/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-11-20 17:58:37 UTC (rev 251694)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.18.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' '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=('12938e2616aef5dd95635bfc899e332ab6b096b6d4dc5b79093e3c6267219c0c')
+
+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: extra-x86_64/epiphany.install
===================================================================
--- extra-x86_64/epiphany.install 2015-11-20 17:57:24 UTC (rev 251693)
+++ extra-x86_64/epiphany.install 2015-11-20 17:58:37 UTC (rev 251694)
@@ -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/extra-x86_64/epiphany.install (from rev 251693, epiphany/trunk/epiphany.install)
===================================================================
--- extra-x86_64/epiphany.install (rev 0)
+++ extra-x86_64/epiphany.install 2015-11-20 17:58:37 UTC (rev 251694)
@@ -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