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

Jan Steffens heftig at archlinux.org
Fri Feb 3 23:59:01 UTC 2017


    Date: Friday, February 3, 2017 @ 23:59:01
  Author: heftig
Revision: 288003

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

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

------------------------------+
 /PKGBUILD                    |  106 +++++++++++++++++++++++++++++++++++++++++
 /pluginsdir.diff             |   56 +++++++++++++++++++++
 extra-i686/PKGBUILD          |   53 --------------------
 extra-i686/pluginsdir.diff   |   28 ----------
 extra-x86_64/PKGBUILD        |   53 --------------------
 extra-x86_64/pluginsdir.diff |   28 ----------
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-03 23:55:29 UTC (rev 288002)
+++ extra-i686/PKGBUILD	2017-02-03 23:59:01 UTC (rev 288003)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.22.5
-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
-             gobject-introspection yelp-tools autoconf-archive appstream-glib git)
-groups=(gnome)
-_commit=e580ac9a6946ce6932c482494d7317415d321721  # tags/3.22.5^0
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit"
-        "git+https://git.gnome.org/browse/libgd"
-        pluginsdir.diff)
-sha256sums=('SKIP'
-            'SKIP'
-            '42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
-
-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 submodule update
-
-  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/extra-i686/PKGBUILD (from rev 288002, epiphany/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-03 23:59:01 UTC (rev 288003)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.22.6
+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=dfeedecc5c92980e0c6cf57f297063503bf0b013  # tags/3.22.6^0
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd"
+        pluginsdir.diff)
+sha256sums=('SKIP'
+            'SKIP'
+            '42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+
+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 submodule update
+
+  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
+}

Deleted: extra-i686/pluginsdir.diff
===================================================================
--- extra-i686/pluginsdir.diff	2017-02-03 23:55:29 UTC (rev 288002)
+++ extra-i686/pluginsdir.diff	2017-02-03 23:59:01 UTC (rev 288003)
@@ -1,28 +0,0 @@
- 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/extra-i686/pluginsdir.diff (from rev 288002, epiphany/trunk/pluginsdir.diff)
===================================================================
--- extra-i686/pluginsdir.diff	                        (rev 0)
+++ extra-i686/pluginsdir.diff	2017-02-03 23:59:01 UTC (rev 288003)
@@ -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);
+ }
+ 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-03 23:55:29 UTC (rev 288002)
+++ extra-x86_64/PKGBUILD	2017-02-03 23:59:01 UTC (rev 288003)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.22.5
-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
-             gobject-introspection yelp-tools autoconf-archive appstream-glib git)
-groups=(gnome)
-_commit=e580ac9a6946ce6932c482494d7317415d321721  # tags/3.22.5^0
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit"
-        "git+https://git.gnome.org/browse/libgd"
-        pluginsdir.diff)
-sha256sums=('SKIP'
-            'SKIP'
-            '42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
-
-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 submodule update
-
-  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/extra-x86_64/PKGBUILD (from rev 288002, epiphany/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-03 23:59:01 UTC (rev 288003)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.22.6
+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=dfeedecc5c92980e0c6cf57f297063503bf0b013  # tags/3.22.6^0
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd"
+        pluginsdir.diff)
+sha256sums=('SKIP'
+            'SKIP'
+            '42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+
+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 submodule update
+
+  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
+}

Deleted: extra-x86_64/pluginsdir.diff
===================================================================
--- extra-x86_64/pluginsdir.diff	2017-02-03 23:55:29 UTC (rev 288002)
+++ extra-x86_64/pluginsdir.diff	2017-02-03 23:59:01 UTC (rev 288003)
@@ -1,28 +0,0 @@
- 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/extra-x86_64/pluginsdir.diff (from rev 288002, epiphany/trunk/pluginsdir.diff)
===================================================================
--- extra-x86_64/pluginsdir.diff	                        (rev 0)
+++ extra-x86_64/pluginsdir.diff	2017-02-03 23:59:01 UTC (rev 288003)
@@ -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);
+ }
+ 



More information about the arch-commits mailing list