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

2017-09-18 Thread Jan de Groot
Date: Monday, September 18, 2017 @ 12:59:59
  Author: jgc
Revision: 305797

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

Added:
  epiphany/repos/gnome-unstable-i686/
  epiphany/repos/gnome-unstable-i686/PKGBUILD
(from rev 305796, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-i686/pluginsdir.diff
(from rev 305796, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/gnome-unstable-x86_64/
  epiphany/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305796, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-x86_64/pluginsdir.diff
(from rev 305796, epiphany/trunk/pluginsdir.diff)

---+
 gnome-unstable-i686/PKGBUILD  |   52 
 gnome-unstable-i686/pluginsdir.diff   |   20 
 gnome-unstable-x86_64/PKGBUILD|   52 
 gnome-unstable-x86_64/pluginsdir.diff |   20 
 4 files changed, 144 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 305796, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-18 12:59:59 UTC (rev 305797)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.26.0+11+ga24a88175
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop icu)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=a24a88175df9cc7b37f8870d9726bbc7b5d20546  # gnome-3-26
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";
+"git+https://git.gnome.org/browse/gvdb";
+pluginsdir.diff)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'0e4db79fe22a4ed447aa926eecd09fc660cf2f5aac2d42aa9adaacad45416faf')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+
+  patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.gvdb.url "$srcdir/gvdb"
+  git submodule update
+
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --libexecdir=/usr/lib --buildtype=release 
../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: epiphany/repos/gnome-unstable-i686/pluginsdir.diff (from rev 305796, 
epiphany/trunk/pluginsdir.diff)
===
--- gnome-unstable-i686/pluginsdir.diff (rev 0)
+++ gnome-unstable-i686/pluginsdir.diff 2017-09-18 12:59:59 UTC (rev 305797)
@@ -0,0 +1,20 @@
+--- a/embed/ephy-embed-shell.c
 b/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 
+--- a/meson.build  2017-09-18 11:49:28.745287692 +
 b/meson.build  2017-09-18 11:52:53.432417200 +
+@@ -25,6 +25,7 @@
+ conf.set_quoted('BUILD_ROOT', meson.build_root())
+ conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name'))
+ conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir)
++conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins'))
+ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+ conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix)
+ conf.set_quoted('LOCALEDIR', localedir)

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305796, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-18 12:59:59 UTC (rev 305797)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.26.0+11+ga24a88175
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop icu)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=a24a88175df9cc7b37f8870d9726bbc7b5d20546  # gnome-3-26
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";
+"git+https://git.gnome.org/browse/gvdb";
+pluginsdir.diff)
+sha2

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

2017-04-28 Thread Jan Steffens
Date: Friday, April 28, 2017 @ 22:55:53
  Author: heftig
Revision: 295029

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  epiphany/repos/testing-i686/
  epiphany/repos/testing-i686/PKGBUILD
(from rev 295028, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-i686/pluginsdir.diff
(from rev 295028, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/testing-x86_64/
  epiphany/repos/testing-x86_64/PKGBUILD
(from rev 295028, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-x86_64/pluginsdir.diff
(from rev 295028, epiphany/trunk/pluginsdir.diff)

+
 testing-i686/PKGBUILD  |   56 +++
 testing-i686/pluginsdir.diff   |   20 +
 testing-x86_64/PKGBUILD|   56 +++
 testing-x86_64/pluginsdir.diff |   20 +
 4 files changed, 152 insertions(+)

Copied: epiphany/repos/testing-i686/PKGBUILD (from rev 295028, 
epiphany/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-28 22:55:53 UTC (rev 295029)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.1+2+g0a837ea5c
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop icu)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=0a837ea5c1a20b67653a1c52d7fa86f648cc0050  # gnome-3-24
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";
+"git+https://git.gnome.org/browse/gvdb";
+pluginsdir.diff)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3bbd4b36e697a3a9165e0b71d5af566fe96a8f1237d854b9dee9a7e0b9fef8e3')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.gvdb.url "$srcdir/gvdb"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname 
--enable-compile-warnings=yes
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/testing-i686/pluginsdir.diff (from rev 295028, 
epiphany/trunk/pluginsdir.diff)
===
--- testing-i686/pluginsdir.diff(rev 0)
+++ testing-i686/pluginsdir.diff2017-04-28 22:55:53 UTC (rev 295029)
@@ -0,0 +1,20 @@
+--- a/embed/ephy-embed-shell.c
 b/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 
+--- a/embed/Makefile.am.orig   2017-04-08 12:22:50.192861523 +
 b/embed/Makefile.am2017-04-08 12:23:13.926290709 +
+@@ -61,6 +61,7 @@
+   -I$(top_srcdir)/lib/widgets \
+   -I$(top_srcdir)/libgd   \
+   -DPKGDATADIR=\"$(pkgdatadir)\"  \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\"   \
+   $(GDK_CFLAGS)   \
+   $(GIO_CFLAGS)   \

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 295028, 
epiphany/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-28 22:55:53 UTC (rev 295029)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.1+2+g0a837ea5c
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop icu)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=0a837ea5c1a20b67653a1c52d7fa86f648cc0050  # gnome-3-24
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit";
+"git+https://git.gnome.org/browse

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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 21:58:31
  Author: jgc
Revision: 292524

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

Added:
  epiphany/repos/gnome-unstable-i686/
  epiphany/repos/gnome-unstable-i686/PKGBUILD
(from rev 292523, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-i686/pluginsdir.diff
(from rev 292523, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/gnome-unstable-x86_64/
  epiphany/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292523, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-x86_64/pluginsdir.diff
(from rev 292523, epiphany/trunk/pluginsdir.diff)

---+
 gnome-unstable-i686/PKGBUILD  |   56 
 gnome-unstable-i686/pluginsdir.diff   |   20 +++
 gnome-unstable-x86_64/PKGBUILD|   56 
 gnome-unstable-x86_64/pluginsdir.diff |   20 +++
 4 files changed, 152 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 292523, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 21:58:31 UTC (rev 292524)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.0+37+g1ea57369a
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=1ea57369aaa369b37669bbbae233f6d7cdcde783  # master
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";
+"git+https://git.gnome.org/browse/gvdb";
+pluginsdir.diff)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3bbd4b36e697a3a9165e0b71d5af566fe96a8f1237d854b9dee9a7e0b9fef8e3')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.gvdb.url "$srcdir/gvdb"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname 
--enable-compile-warnings=yes
+
+  # 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
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-i686/pluginsdir.diff (from rev 292523, 
epiphany/trunk/pluginsdir.diff)
===
--- gnome-unstable-i686/pluginsdir.diff (rev 0)
+++ gnome-unstable-i686/pluginsdir.diff 2017-04-08 21:58:31 UTC (rev 292524)
@@ -0,0 +1,20 @@
+--- a/embed/ephy-embed-shell.c
 b/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 
+--- a/embed/Makefile.am.orig   2017-04-08 12:22:50.192861523 +
 b/embed/Makefile.am2017-04-08 12:23:13.926290709 +
+@@ -61,6 +61,7 @@
+   -I$(top_srcdir)/lib/widgets \
+   -I$(top_srcdir)/libgd   \
+   -DPKGDATADIR=\"$(pkgdatadir)\"  \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\"   \
+   $(GDK_CFLAGS)   \
+   $(GIO_CFLAGS)   \

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292523, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 21:58:31 UTC (rev 292524)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.0+37+g1ea57369a
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=1ea57369aaa369b37669bbbae233f6d7cdcde783  # master
+s

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

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 21:10:07
  Author: heftig
Revision: 277182

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

Added:
  epiphany/repos/gnome-unstable-i686/
  epiphany/repos/gnome-unstable-i686/PKGBUILD
(from rev 277181, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-i686/pluginsdir.diff
(from rev 277181, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/gnome-unstable-x86_64/
  epiphany/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277181, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-x86_64/pluginsdir.diff
(from rev 277181, epiphany/trunk/pluginsdir.diff)

---+
 gnome-unstable-i686/PKGBUILD  |   47 
 gnome-unstable-i686/pluginsdir.diff   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   47 
 gnome-unstable-x86_64/pluginsdir.diff |   28 +++
 4 files changed, 150 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 277181, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 21:10:07 UTC (rev 277182)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.22.0+6+gdbb6b80
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
+ dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
+makedepends=(intltool itstool docbook-xml startup-notification
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=dbb6b80fda3d68a5bf2a2d13a674b3c3007480b5  # gnome-3-22
+source=("git://git.gnome.org/epiphany#commit=$_commit"
+pluginsdir.diff)
+sha256sums=('SKIP'
+'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-i686/pluginsdir.diff (from rev 277181, 
epiphany/trunk/pluginsdir.diff)
===
--- gnome-unstable-i686/pluginsdir.diff (rev 0)
+++ gnome-unstable-i686/pluginsdir.diff 2016-09-27 21:10:07 UTC (rev 277182)
@@ -0,0 +1,28 @@
+ embed/Makefile.am| 1 +
+ embed/ephy-embed-shell.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/Makefile.am i/embed/Makefile.am
+index 8969e1b59e252c19..7c3225b02c2ec5fb 100644
+--- c/embed/Makefile.am
 i/embed/Makefile.am
+@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \
+ libephyembed_la_CFLAGS = \
+   -DDATADIR="\"$(datadir)\""  \
+   -DSHARE_DIR=\"$(pkgdatadir)\"   \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   
-DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\"
 \
+   $(DEPENDENCIES_CFLAGS)  \
+   $(CODE_COVERAGE_CFLAGS) \
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
+index cd74f7d144b37ed3..624020f3c39383c6 100644
+--- c/embed/ephy-embed-shell.c
 i/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277181, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-27 21:10:07 UTC (rev 277182)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.22.0+6+gdbb6b80
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
+ dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
+makedepends=(intltool itstool docbook-xml startup-notification
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+group

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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:57:51
  Author: heftig
Revision: 273594

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 273593, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-i686/pluginsdir.diff
(from rev 273593, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 273593, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/pluginsdir.diff
(from rev 273593, epiphany/trunk/pluginsdir.diff)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD
  epiphany/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 extra-i686/PKGBUILD  |   34 
 extra-i686/pluginsdir.diff   |   28 +
 extra-x86_64/PKGBUILD|   34 
 extra-x86_64/pluginsdir.diff |   28 +
 5 files changed, 140 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 11:56:02 UTC (rev 273593)
+++ extra-i686/PKGBUILD 2016-08-11 11:57:51 UTC (rev 273594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
- dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
-makedepends=(intltool itstool docbook-xml startup-notification
- gobject-introspection)
-options=(!emptydirs)
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2')
-
-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 273593, 
epiphany/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 11:57:51 UTC (rev 273594)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.20.3
+pkgrel=2
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
+ dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
+makedepends=(intltool itstool docbook-xml startup-notification
+ gobject-introspection)
+options=(!emptydirs)
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+pluginsdir.diff)
+sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2'
+'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../pluginsdir.diff
+  autoreconf -fvi
+}
+
+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/pluginsdir.diff (from rev 273593, 
epiphany/trunk/pluginsdir.diff)
===
--- extra-i686/pluginsdir.diff  (rev 0)
+++ extra-i686/pluginsdir.diff  2016-08-11 11:57:51 UTC (rev 273594)
@@ -0,0 +1,28 @@
+ embed/Makefile.am| 1 +
+ embed/ephy-embed-shell.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/Makefile.am i/embed/Makefile.am
+index 8969e1b59e252c19..7c3225b02c2ec5fb 100644
+--- c/embed/Makefile.am
 i/embed/Makefile.am
+@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \
+ libephyembed_la_CFLAGS = \
+   -DDATADIR="\"$(datadir)\""  \
+   -DSHARE_DIR=\"$(pkgdatadir)\"   \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   
-DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\"
 \
+   $(DEPENDENCIES_CFLAGS)  \
+   $(CODE_COVERAGE_CFLAGS) \
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
+index cd74f7d144b37ed3..624020f3c39383c6 100644
+--- c/embed/ephy-embed-shell.c
 i/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free

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

2016-05-06 Thread Jan Steffens
Date: Saturday, May 7, 2016 @ 00:33:12
  Author: heftig
Revision: 267068

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 267066, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 267067, epiphany/trunk/PKGBUILD)
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 |   64 
 extra-i686/PKGBUILD   |   33 
 extra-i686/epiphany.install   |   13 
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/epiphany.install |   13 
 5 files changed, 64 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-06 22:33:01 UTC (rev 267067)
+++ extra-i686/PKGBUILD 2016-05-06 22:33:12 UTC (rev 267068)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.20.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=('7171f67d5edde0e82b8bad4761638622aa969d6ffcea896cd94bbe509af9c9e7')
-
-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 267066, 
epiphany/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-06 22:33:12 UTC (rev 267068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.20.1
+pkgrel=2
+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 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=('7171f67d5edde0e82b8bad4761638622aa969d6ffcea896cd94bbe509af9c9e7')
+
+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 2016-05-06 22:33:01 UTC (rev 267067)
+++ extra-i686/epiphany.install 2016-05-06 22:33:12 UTC (rev 267068)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-06 22:33:01 UTC (rev 267067)
+++ extra-x86_64/PKGBUILD   2016-05-06 22:33:12 UTC (rev 267068)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.20.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=('7171f67d5edde0e82b8bad4761638622aa969d6f

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

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 15:59:47
  Author: jgc
Revision: 262189

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

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

+
 gnome-unstable-i686/PKGBUILD   |   33 +++
 gnome-unstable-i686/epiphany.install   |   13 
 gnome-unstable-x86_64/PKGBUILD |   33 +++
 gnome-unstable-x86_64/epiphany.install |   13 
 4 files changed, 92 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 262188, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-21 14:59:47 UTC (rev 262189)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.20.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=('c368e652343f8c1e87c04e1fd11649dbeee4f7c5bdb216de48bcb70f986b0974')
+
+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-i686/epiphany.install (from rev 262188, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2016-03-21 14:59:47 UTC (rev 
262189)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262188, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-21 14:59:47 UTC (rev 262189)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.20.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=('c368e652343f8c1e87c04e1fd11649dbeee4f7c5bdb216de48bcb70f986b0974')
+
+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/epiphany.install (from rev 262188, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2016-03-21 14:59:47 UTC (rev 
262189)
@@ -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/i

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

2015-09-25 Thread Jan de Groot
Date: Friday, September 25, 2015 @ 09:24:50
  Author: jgc
Revision: 247340

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

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

+
 gnome-unstable-i686/PKGBUILD   |   33 +++
 gnome-unstable-i686/epiphany.install   |   13 
 gnome-unstable-x86_64/PKGBUILD |   33 +++
 gnome-unstable-x86_64/epiphany.install |   13 
 4 files changed, 92 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 247339, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 07:24:50 UTC (rev 247340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+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/gnome-unstable-i686/epiphany.install (from rev 247339, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2015-09-25 07:24:50 UTC (rev 
247340)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247339, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-25 07:24:50 UTC (rev 247340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+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/gnome-unstable-x86_64/epiphany.install (from rev 247339, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2015-09-25 07:24:50 UTC (rev 
247340)
@@ -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/sha

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

2015-03-16 Thread Jan de Groot
Date: Monday, March 16, 2015 @ 09:51:26
  Author: jgc
Revision: 233907

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

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

+
 gnome-unstable-i686/PKGBUILD   |   33 +++
 gnome-unstable-i686/epiphany.install   |   13 
 gnome-unstable-x86_64/PKGBUILD |   33 +++
 gnome-unstable-x86_64/epiphany.install |   13 
 4 files changed, 92 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 233906, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-16 08:51:26 UTC (rev 233907)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+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-i686/epiphany.install (from rev 233906, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2015-03-16 08:51:26 UTC (rev 
233907)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233906, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-16 08:51:26 UTC (rev 233907)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+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/epiphany.install (from rev 233906, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2015-03-16 08:51:26 UTC (rev 
233907)
@@ -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

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

2014-03-29 Thread Jan Steffens
Date: Saturday, March 29, 2014 @ 21:14:45
  Author: heftig
Revision: 209156

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

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

+
 gnome-unstable-i686/PKGBUILD   |   33 +++
 gnome-unstable-i686/epiphany.install   |   13 
 gnome-unstable-x86_64/PKGBUILD |   33 +++
 gnome-unstable-x86_64/epiphany.install |   13 
 4 files changed, 92 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 209155, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-03-29 20:14:45 UTC (rev 209156)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.12.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' 'webkitgtk' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils' 'gnome-icon-theme-symbolic' '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=('c1872e38854b01320d5b8fc17179ebd0ae5ee247c92d3d3cdb7f2b9f54c90d25')
+
+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-i686/epiphany.install (from rev 209155, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2014-03-29 20:14:45 UTC (rev 
209156)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209155, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-03-29 20:14:45 UTC (rev 209156)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.12.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' 'webkitgtk' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils' 'gnome-icon-theme-symbolic' '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=('c1872e38854b01320d5b8fc17179ebd0ae5ee247c92d3d3cdb7f2b9f54c90d25')
+
+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/epiphany.install (from rev 209155, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2014-03-29 20:14:45 UTC (rev 
209156)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-d

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

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 16:54:33
  Author: jgc
Revision: 194756

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

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

+
 gnome-unstable-i686/PKGBUILD   |   34 +++
 gnome-unstable-i686/epiphany.install   |   13 +++
 gnome-unstable-x86_64/PKGBUILD |   34 +++
 gnome-unstable-x86_64/epiphany.install |   13 +++
 4 files changed, 94 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 194755, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 14:54:33 UTC (rev 194756)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.9.91
+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' 'webkitgtk' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 
'gobject-introspection')
+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=('080f9d89126b0243adec0197514d1f300d6b6584b8401d598083bad9e22d7fab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+
+  # 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-i686/epiphany.install (from rev 194755, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2013-09-23 14:54:33 UTC (rev 
194756)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194755, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-23 14:54:33 UTC (rev 194756)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.9.91
+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' 'webkitgtk' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 
'gobject-introspection')
+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=('080f9d89126b0243adec0197514d1f300d6b6584b8401d598083bad9e22d7fab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+
+  # 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/epiphany.install (from rev 194755, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2013-09-23 14:54:33 UTC (rev 
194756)
@@ -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

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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:50:31
  Author: jgc
Revision: 180728

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

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

+
 gnome-unstable-i686/PKGBUILD   |   30 ++
 gnome-unstable-i686/epiphany.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   30 ++
 gnome-unstable-x86_64/epiphany.install |   13 +
 4 files changed, 86 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 180727, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:50:31 UTC (rev 180728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.8.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' 'webkitgtk3' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 
'gobject-introspection')
+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=('eb531e23523fe46c838eb24d2ecf44ec0d9d631ab410c7c09e9b4bb5d2a20dde')
+
+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/epiphany.install (from rev 180727, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2013-03-25 23:50:31 UTC (rev 
180728)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180727, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:50:31 UTC (rev 180728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.8.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' 'webkitgtk3' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 
'gobject-introspection')
+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=('eb531e23523fe46c838eb24d2ecf44ec0d9d631ab410c7c09e9b4bb5d2a20dde')
+
+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/epiphany.install (from rev 180727, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2013-03-25 23:50:31 UTC (rev 
180728)
@@ -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
+}



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

2012-09-22 Thread Jan de Groot
Date: Saturday, September 22, 2012 @ 04:46:35
  Author: jgc
Revision: 166921

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

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

+
 gnome-unstable-i686/PKGBUILD   |   30 ++
 gnome-unstable-i686/epiphany.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   30 ++
 gnome-unstable-x86_64/epiphany.install |   13 +
 4 files changed, 86 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 166920, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-22 08:46:35 UTC (rev 166921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.5.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' '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=('7977161aa82f29b24a7a8121a6b80c55483b1e1a6d516d6649d99b42fb5e63fe')
+
+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/epiphany.install (from rev 166920, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2012-09-22 08:46:35 UTC (rev 
166921)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166920, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-22 08:46:35 UTC (rev 166921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.5.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' '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=('7977161aa82f29b24a7a8121a6b80c55483b1e1a6d516d6649d99b42fb5e63fe')
+
+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/epiphany.install (from rev 166920, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2012-09-22 08:46:35 UTC (rev 
166921)
@@ -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
+}



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

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 10:41:59
  Author: ibiru
Revision: 152891

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

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

+
 gnome-unstable-i686/PKGBUILD   |   32 +++
 gnome-unstable-i686/epiphany.install   |   13 
 gnome-unstable-x86_64/PKGBUILD |   32 +++
 gnome-unstable-x86_64/epiphany.install |   13 
 4 files changed, 90 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 152890, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-10 15:41:59 UTC (rev 152891)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.3.91
+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=('44e7d14dea70b13dece9ea86393e722f8600aea7c5ca882c3fff5e04575a4953')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-i686/epiphany.install (from rev 152890, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2012-03-10 15:41:59 UTC (rev 
152891)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152890, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-10 15:41:59 UTC (rev 152891)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.3.91
+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=('44e7d14dea70b13dece9ea86393e722f8600aea7c5ca882c3fff5e04575a4953')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-x86_64/epiphany.install (from rev 152890, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2012-03-10 15:41:59 UTC (rev 
152891)
@@ -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
+}



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:50:34
  Author: ibiru
Revision: 140730

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  epiphany/repos/testing-i686/
  epiphany/repos/testing-i686/PKGBUILD
(from rev 140729, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-i686/epiphany.install
(from rev 140729, epiphany/trunk/epiphany.install)
  epiphany/repos/testing-x86_64/
  epiphany/repos/testing-x86_64/PKGBUILD
(from rev 140729, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-x86_64/epiphany.install
(from rev 140729, epiphany/trunk/epiphany.install)

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/epiphany.install   |   20 
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/epiphany.install |   20 
 4 files changed, 104 insertions(+)

Copied: epiphany/repos/testing-i686/PKGBUILD (from rev 140729, 
epiphany/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.2.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=('5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe')
+
+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/testing-i686/epiphany.install (from rev 140729, 
epiphany/trunk/epiphany.install)
===
--- testing-i686/epiphany.install   (rev 0)
+++ testing-i686/epiphany.install   2011-10-18 14:50:34 UTC (rev 140730)
@@ -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
+}

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 140729, 
epiphany/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-18 14:50:34 UTC (rev 140730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.2.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=('5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe')
+
+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/testing-x86_64/epiphany.install (from rev 140729, 
epiphany/trunk/epiphany.install)
===
--- testing-x86_64/epiphany.install (rev 0)
+++ testing-x86_64/epiphany.install 2011-10-18 14:50:34 UTC (rev 140730)
@@ -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

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

2011-09-03 Thread Ionut Biru
Date: Saturday, September 3, 2011 @ 13:04:39
  Author: ibiru
Revision: 136951

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

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

+
 gnome-unstable-i686/PKGBUILD   |   34 +++
 gnome-unstable-i686/epiphany.install   |   20 ++
 gnome-unstable-x86_64/PKGBUILD |   34 +++
 gnome-unstable-x86_64/epiphany.install |   20 ++
 4 files changed, 108 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 136950, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-03 17:04:39 UTC (rev 136951)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.1.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-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 
'nss'
+ 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'seed')
+makedepends=('intltool' 'networkmanager' '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=('00351a3f23c53b83ff8fffe8ed6dbec7f300588622d51c8326b89b93b5d5abc6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-network-manager \
+  --enable-seed
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: epiphany/repos/gnome-unstable-i686/epiphany.install (from rev 136950, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2011-09-03 17:04:39 UTC (rev 
136951)
@@ -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
+}

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136950, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-03 17:04:39 UTC (rev 136951)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.1.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-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 
'nss'
+ 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'seed')
+makedepends=('intltool' 'networkmanager' '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=('00351a3f23c53b83ff8fffe8ed6dbec7f300588622d51c8326b89b93b5d5abc6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-network-manager \
+  --enable-seed
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: epiphany/repos/gnome-unstable-x86_64/epiphany.install (from rev 136950, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2011-09-03 17:04:39 UTC (rev 
136951)
@@ -0,0 +1,20 @@
+p

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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 14:17:28
  Author: ibiru
Revision: 112785

libnotify 0.7 rebuild

Added:
  epiphany/repos/staging-i686/
  epiphany/repos/staging-x86_64/
  epiphany/repos/staging-x86_64/add-dbus-glib.patch
  epiphany/repos/staging-x86_64/epiphany-2.30.6-libnotify-0.7.patch
Modified:
  epiphany/repos/staging-i686/PKGBUILD
  epiphany/repos/staging-x86_64/PKGBUILD

+
 PKGBUILD   |   36 --
 staging-x86_64/add-dbus-glib.patch |   20 ++
 staging-x86_64/epiphany-2.30.6-libnotify-0.7.patch |   38 +++
 3 files changed, 82 insertions(+), 12 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 18:16:38 UTC (rev 112779)
+++ staging-i686/PKGBUILD   2011-03-06 19:17:28 UTC (rev 112785)
@@ -3,25 +3,31 @@
 
 pkgname=epiphany
 pkgver=2.30.6
-pkgrel=2
+pkgrel=3
 install=epiphany.install
 pkgdesc="A GNOME2 web browser based on the WebKit rendering engine."
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libwebkit>=1.2.4' 'iso-codes>=3.10.1' 'desktop-file-utils' 
'libxslt>=1.1.24' 'libnotify>=0.4.5' 'avahi>=0.6.27' 'libsoup-gnome>=2.32.0' 
'nss>=3.12.8' 'ca-certificates' 'gconf>=2.32.0' 'gobject-introspection>=0.9.8')
-makedepends=('gnome-doc-utils>=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common')
+depends=('libwebkit>=1.2.4' 'iso-codes>=3.10.1' 'desktop-file-utils' 
'libxslt>=1.1.24' 'libnotify>=0.7.1' 'avahi>=0.6.27' 'libsoup-gnome>=2.32.0' 
'nss>=3.12.8' 'ca-certificates' 'gconf>=2.32.0' 'gobject-introspection>=0.9.8' 
'dbus-glib')
+makedepends=('gnome-doc-utils>=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url="http://www.gnome.org/projects/epiphany/";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
-fix-introspection.patch)
+fix-introspection.patch
+epiphany-2.30.6-libnotify-0.7.patch
+add-dbus-glib.patch)
 sha256sums=('278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc'
-'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf')
+'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf'
+'c1a59a9df78db07c2cf23d47d881d8d4edf6e55af3d655f8ec9870adf9255390'
+'6a0d826767eeed02300b612e16af99a8f3840ce1f754d437a1ddd8da9d254e95')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/fix-introspection.patch"
-  autoreconf
+  patch -Np1 -i "${srcdir}/add-dbus-glib.patch"
+  patch -Np0 -i "${srcdir}/epiphany-2.30.6-libnotify-0.7.patch"
+  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-scrollkeeper \

Modified: staging-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-06 18:16:38 UTC (rev 112779)
+++ staging-x86_64/PKGBUILD 2011-03-06 19:17:28 UTC (rev 112785)
@@ -3,25 +3,31 @@
 
 pkgname=epiphany
 pkgver=2.30.6
-pkgrel=2
+pkgrel=3
 install=epiphany.install
 pkgdesc="A GNOME2 web browser based on the WebKit rendering engine."
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libwebkit>=1.2.4' 'iso-codes>=3.10.1' 'desktop-file-utils' 
'libxslt>=1.1.24' 'libnotify>=0.4.5' 'avahi>=0.6.27' 'libsoup-gnome>=2.32.0' 
'nss>=3.12.8' 'ca-certificates' 'gconf>=2.32.0' 'gobject-introspection>=0.9.8')
-makedepends=('gnome-doc-utils>=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common')
+depends=('libwebkit>=1.2.4' 'iso-codes>=3.10.1' 'desktop-file-utils' 
'libxslt>=1.1.24' 'libnotify>=0.7.1' 'avahi>=0.6.27' 'libsoup-gnome>=2.32.0' 
'nss>=3.12.8' 'ca-certificates' 'gconf>=2.32.0' 'gobject-introspection>=0.9.8' 
'dbus-glib')
+makedepends=('gnome-doc-utils>=0.20.1' 'pkgconfig' 'networkmanager' 'intltool' 
'startup-notification' 'gnome-common' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url="http://www.gnome.org/projects/epiphany/";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
-fix-introspection.patch)
+fix-introspection.patch
+epiphany-2.30.6-libnotify-0.7.patch
+add-dbus-glib.patch)
 sha256sums=('278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc'
-'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf')
+'fed862407db7d971aa759168f889e68e914c4e6d80d7768f3db549bc36bd8dbf'
+'c1a59a9df78db07c2cf23d47d881d8d4edf6e55af3d655f8ec9870adf9255390'
+'6a0d826767eeed02300b612e16af99a8f3840ce1f754d437a1ddd8da9d254e95')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/fix-introspection.patch"