summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2019-03-06 17:59:32 +0900
committerQue Quotion2019-03-06 17:59:32 +0900
commit812050083dd93c7de0cc78301662b8e4eb54a939 (patch)
tree113485e1d57e56c6e1223c2283a652734dff17cb
parent2479192b6e141940be67b5974cc609caa24bcb21 (diff)
downloadaur-812050083dd93c7de0cc78301662b8e4eb54a939.tar.gz
Incorporate https://gitlab.gnome.org/GNOME/epiphany/commit/97f56c57b735d77f8850baea5f02c177789cda2d
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--add-preview-widget.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0305aa00ed6..4515766e06ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epiphany-pantheon
pkgdesc = GNOME web browser based on the WebKit rendering engine (with elementary OS patches)
pkgver = 3.28.0.1+1ubuntu1+r21.dbc305d50
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.gnome.org/GNOME/epiphany/
arch = i686
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = epiphany-pantheon
sha256sums = SKIP
sha256sums = cf90f3ea93fff8c61f82da40c8d07d5db2f33dc9a0d91408a6ffc4142bbedd20
sha256sums = ce1ac321d7bf9d88638634a141dfcb99119fc59ee44c4892e0874608e85006ba
- sha256sums = 1f692442846c635085ecf746f8018e87de5bba73c0c6e22730c5bce56fb56e1b
+ sha256sums = fdd161fa242ebe39e198a19f2eced9bdc9870601e91a11643e5bebafa87ba1f8
pkgname = epiphany-pantheon
diff --git a/PKGBUILD b/PKGBUILD
index ae14bf5fcd64..359b552fdae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=epiphany-pantheon
pkgver=3.28.0.1+1ubuntu1+r21.dbc305d50
-pkgrel=4
+pkgrel=5
pkgdesc="GNOME web browser based on the WebKit rendering engine (with elementary OS patches)"
url="https://gitlab.gnome.org/GNOME/epiphany/"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ source=("git+https://github.com/elementary/os-patches.git#branch=epiphany-browse
sha256sums=('SKIP'
'cf90f3ea93fff8c61f82da40c8d07d5db2f33dc9a0d91408a6ffc4142bbedd20'
'ce1ac321d7bf9d88638634a141dfcb99119fc59ee44c4892e0874608e85006ba'
- '1f692442846c635085ecf746f8018e87de5bba73c0c6e22730c5bce56fb56e1b')
+ 'fdd161fa242ebe39e198a19f2eced9bdc9870601e91a11643e5bebafa87ba1f8')
pkgver() {
cd "os-patches"
diff --git a/add-preview-widget.patch b/add-preview-widget.patch
index 0aa6d431fb62..25dce44ca792 100644
--- a/add-preview-widget.patch
+++ b/add-preview-widget.patch
@@ -51,7 +51,7 @@ index f18b8acf0..f9ff26654 100644
+ dialog = ephy_create_file_chooser (_("Open"),
+ GTK_WIDGET (toplevel),
+ GTK_FILE_CHOOSER_ACTION_OPEN,
-+ EPHY_FILE_FILTER_ALL_SUPPORTED);
++ EPHY_FILE_FILTER_ALL);
+
+ if (filter)
+ gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (dialog), filter);