Date: Tuesday, October 16, 2012 @ 05:37:58 Author: jgc Revision: 168819
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 168818, epiphany/trunk/PKGBUILD) epiphany/repos/gnome-unstable-i686/epiphany.install (from rev 168818, epiphany/trunk/epiphany.install) epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 168818, epiphany/trunk/PKGBUILD) epiphany/repos/gnome-unstable-x86_64/epiphany.install (from rev 168818, 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 | 60 +++++++++++++++---------------- gnome-unstable-i686/epiphany.install | 26 ++++++------- gnome-unstable-x86_64/PKGBUILD | 60 +++++++++++++++---------------- gnome-unstable-x86_64/epiphany.install | 26 ++++++------- 4 files changed, 86 insertions(+), 86 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD =================================================================== --- gnome-unstable-i686/PKGBUILD 2012-10-16 09:37:32 UTC (rev 168818) +++ gnome-unstable-i686/PKGBUILD 2012-10-16 09:37:58 UTC (rev 168819) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> - -pkgname=epiphany -pkgver=3.6.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-gnome' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils' - 'hicolor-icon-theme' 'gcr' 'gnome-desktop') -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:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('54458b220e5f320b93f2f59840971627f43f2aa6b1ff5fa3e6a8fad5deef2207') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 168818, epiphany/trunk/PKGBUILD) =================================================================== --- gnome-unstable-i686/PKGBUILD (rev 0) +++ gnome-unstable-i686/PKGBUILD 2012-10-16 09:37:58 UTC (rev 168819) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=epiphany +pkgver=3.6.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' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils' + 'hicolor-icon-theme' 'gcr' 'gnome-desktop') +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:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-i686/epiphany.install =================================================================== --- gnome-unstable-i686/epiphany.install 2012-10-16 09:37:32 UTC (rev 168818) +++ gnome-unstable-i686/epiphany.install 2012-10-16 09:37:58 UTC (rev 168819) @@ -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-i686/epiphany.install (from rev 168818, epiphany/trunk/epiphany.install) =================================================================== --- gnome-unstable-i686/epiphany.install (rev 0) +++ gnome-unstable-i686/epiphany.install 2012-10-16 09:37:58 UTC (rev 168819) @@ -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: gnome-unstable-x86_64/PKGBUILD =================================================================== --- gnome-unstable-x86_64/PKGBUILD 2012-10-16 09:37:32 UTC (rev 168818) +++ gnome-unstable-x86_64/PKGBUILD 2012-10-16 09:37:58 UTC (rev 168819) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> - -pkgname=epiphany -pkgver=3.6.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-gnome' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils' - 'hicolor-icon-theme' 'gcr' 'gnome-desktop') -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:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('54458b220e5f320b93f2f59840971627f43f2aa6b1ff5fa3e6a8fad5deef2207') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 168818, epiphany/trunk/PKGBUILD) =================================================================== --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2012-10-16 09:37:58 UTC (rev 168819) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=epiphany +pkgver=3.6.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' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils' + 'hicolor-icon-theme' 'gcr' 'gnome-desktop') +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:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/epiphany.install =================================================================== --- gnome-unstable-x86_64/epiphany.install 2012-10-16 09:37:32 UTC (rev 168818) +++ gnome-unstable-x86_64/epiphany.install 2012-10-16 09:37:58 UTC (rev 168819) @@ -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 168818, epiphany/trunk/epiphany.install) =================================================================== --- gnome-unstable-x86_64/epiphany.install (rev 0) +++ gnome-unstable-x86_64/epiphany.install 2012-10-16 09:37:58 UTC (rev 168819) @@ -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 +}