summaryrefslogtreecommitdiff
path: root/libre/liferea
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-11 05:09:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-11 05:09:22 -0300
commit9faeb0ef5cff336defb35bc74752a771cc4c5fc2 (patch)
treee17bd490c8d8d080cc4d2e6dd3b7b14740322b4c /libre/liferea
parentba56d2fe19f7bfb5b83f4505a32f7f29eb3b5f11 (diff)
liferea-1.10.15-1.parabola1: updating version
Diffstat (limited to 'libre/liferea')
-rw-r--r--libre/liferea/PKGBUILD10
-rw-r--r--libre/liferea/remove-non-free-suggestions.patch33
2 files changed, 21 insertions, 22 deletions
diff --git a/libre/liferea/PKGBUILD b/libre/liferea/PKGBUILD
index 18933bb68..96bb8e6a2 100644
--- a/libre/liferea/PKGBUILD
+++ b/libre/liferea/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 232403 2015-03-02 03:49:28Z eric $
+# $Id: PKGBUILD 238777 2015-05-09 23:20:06Z eric $
# Maintainer (Arch): Eric Bélanger <eric@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: bitlord
pkgname=liferea
-pkgver=1.10.14
+pkgver=1.10.15
pkgrel=1.parabola1
pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ conflicts=('liferea-libre')
license=('GPL')
depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject'
'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
+makedepends=('intltool' 'gobject-introspection')
optdepends=('gnome-keyring: for keyring plugin support'
'libgnome-keyring: for keyring plugin support'
'gst-plugins-base: for media player plugin support'
@@ -24,8 +24,8 @@ options=('!emptydirs')
install=liferea.install
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2
remove-non-free-suggestions.patch)
-sha1sums=('ffdd505d01473b1ec29a3da292632f474b9b83fb'
- '855de60c91b5fee71c7ec88dd04b7d24a02dc0d1')
+sha1sums=('5325d1fc06417abd4de5568fa87daf0c7f3e9c82'
+ 'e787f9209415ed2574e54b020cf449268ece3583')
build() {
cd liferea-${pkgver}
diff --git a/libre/liferea/remove-non-free-suggestions.patch b/libre/liferea/remove-non-free-suggestions.patch
index 5024f19ee..b2a01bb49 100644
--- a/libre/liferea/remove-non-free-suggestions.patch
+++ b/libre/liferea/remove-non-free-suggestions.patch
@@ -1,20 +1,19 @@
-diff --git a/src/browser.c b/src/browser.c
-index f91901f..28b0c2b 100644
---- a/src/browser.c
-+++ b/src/browser.c
-@@ -35,23 +35,16 @@ static struct browser browsers[] = {
+diff -Nur liferea-1.10.15.orig/src/browser.c liferea-1.10.15/src/browser.c
+--- liferea-1.10.15.orig/src/browser.c 2015-04-20 18:22:55.000000000 -0300
++++ liferea-1.10.15/src/browser.c 2015-05-11 05:02:46.503659599 -0300
+@@ -35,23 +35,16 @@
NULL, NULL
},
{
- /* tested with Firefox 1.5 and 2.0 */
- "firefox", "Firefox", "firefox \"%s\"",
-- NULL, "firefox -a firefox -remote \"openURL(%s)\"",
-- NULL, "firefox -a firefox -remote 'openURL(%s,new-window)'",
-- NULL, "firefox -a firefox -remote 'openURL(%s,new-tab)'"
-+ "iceweasel", "Iceweasel", "iceweasel %s",
-+ NULL, "iceweasel \"%s\"",
-+ NULL, "iceweasel -new-window \"%s\"",
-+ NULL, "iceweasel -new-tab \"%s\""
+- "firefox \"%s\"", NULL,
+- "firefox -a firefox -new-window \"%s\"", NULL,
+- "firefox -a firefox -new-tab \"%s\"", NULL
++ "icecat", "Icecat", "icecat \"%s\"",
++ "icecat \"%s\"", NULL,
++ "icecat -a icecat -new-window \"%s\"", NULL,
++ "icecat -a icecat -new-tab \"%s\"", NULL
},
{
- "google-chrome", "Chrome", "google-chrome \"%s\"",
@@ -27,14 +26,14 @@ index f91901f..28b0c2b 100644
- "opera \"%s\"", "opera -remote \"openURL(%s)\"",
- "opera -newwindow \"%s\"", NULL,
- "opera -newpage \"%s\"", NULL
-+ "icecat", "Icecat", "icecat %s",
-+ NULL, "icecat \"%s\"",
-+ NULL, "icecat -new-window \"%s\"",
-+ NULL, "icecat -new-tab \"%s\""
++ "iceweasel", "Iceweasel", "iceweasel \"%s\"",
++ "iceweasel \"%s\"", NULL,
++ "iceweasel -a iceweasel -new-window \"%s\"", NULL,
++ "iceweasel -a iceweasel -new-tab \"%s\"", NULL
},
{
"epiphany", "Epiphany", "epiphany \"%s\"",
-@@ -60,13 +53,6 @@ static struct browser browsers[] = {
+@@ -60,13 +53,6 @@
"epiphany -n \"%s\"", NULL
},
{