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

Jan Steffens heftig at archlinux.org
Fri Jun 8 05:18:59 UTC 2018


    Date: Friday, June 8, 2018 @ 05:18:59
  Author: heftig
Revision: 326465

archrelease: copy trunk to extra-x86_64

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

-----------------+
 PKGBUILD        |   78 +++++++++++++++++++++++++++---------------------------
 pluginsdir.diff |   56 +++++++++++++++++++-------------------
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-08 05:18:09 UTC (rev 326464)
+++ PKGBUILD	2018-06-08 05:18:59 UTC (rev 326465)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=epiphany
-pkgver=3.28.2.1
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web"
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu)
-makedepends=(itstool docbook-xml startup-notification lsb-release
-             gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-_commit=b9694438e6d6fd5c0ac35c8bcb4bd95b89d74be0  # tags/3.28.2.1^0
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit"
-        pluginsdir.diff)
-sha256sums=('SKIP'
-            'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../pluginsdir.diff
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 326464, epiphany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-08 05:18:59 UTC (rev 326465)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=epiphany
+pkgver=3.28.3
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web"
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+             gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=6c4b1795fc35a17c2b686fa843cb06735c1ce497  # tags/3.28.3^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit"
+        pluginsdir.diff)
+sha256sums=('SKIP'
+            'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pluginsdir.diff
===================================================================
--- pluginsdir.diff	2018-06-08 05:18:09 UTC (rev 326464)
+++ pluginsdir.diff	2018-06-08 05:18:59 UTC (rev 326465)
@@ -1,28 +0,0 @@
- embed/ephy-embed-shell.c | 1 +
- meson.build              | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
-index b4837f834..1b5012bae 100644
---- c/embed/ephy-embed-shell.c
-+++ i/embed/ephy-embed-shell.c
-@@ -910,6 +910,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);
- }
- 
-diff --git c/meson.build i/meson.build
-index a4a8a36b7..0c98f6c36 100644
---- c/meson.build
-+++ i/meson.build
-@@ -25,6 +25,7 @@ conf = configuration_data()
- 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/extra-x86_64/pluginsdir.diff (from rev 326464, epiphany/trunk/pluginsdir.diff)
===================================================================
--- pluginsdir.diff	                        (rev 0)
+++ pluginsdir.diff	2018-06-08 05:18:59 UTC (rev 326465)
@@ -0,0 +1,28 @@
+ embed/ephy-embed-shell.c | 1 +
+ meson.build              | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
+index b4837f834..1b5012bae 100644
+--- c/embed/ephy-embed-shell.c
++++ i/embed/ephy-embed-shell.c
+@@ -910,6 +910,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);
+ }
+ 
+diff --git c/meson.build i/meson.build
+index a4a8a36b7..0c98f6c36 100644
+--- c/meson.build
++++ i/meson.build
+@@ -25,6 +25,7 @@ conf = configuration_data()
+ 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)



More information about the arch-commits mailing list