summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-08 16:13:05 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-08 16:34:52 -0300
commitc12d05f59af1daf1bcc765fc01adc15db6064a65 (patch)
treeab7ba1e0808f6668ca49af857873dda19d04e05e /libre
parent73124496d18aaaaa74d07248f5285ede0f0e2630 (diff)
downloadabslibre-c12d05f59af1daf1bcc765fc01adc15db6064a65.tar.gz
abslibre-c12d05f59af1daf1bcc765fc01adc15db6064a65.tar.bz2
abslibre-c12d05f59af1daf1bcc765fc01adc15db6064a65.zip
liferea: remove package from [libre] since it does not contain nonfree suggestions anymore
Diffstat (limited to 'libre')
-rw-r--r--libre/liferea/PKGBUILD40
-rw-r--r--libre/liferea/libnotify-0.7.patch21
-rw-r--r--libre/liferea/remove-non-free-suggestions.patch49
3 files changed, 0 insertions, 110 deletions
diff --git a/libre/liferea/PKGBUILD b/libre/liferea/PKGBUILD
deleted file mode 100644
index a0bfdf25e..000000000
--- a/libre/liferea/PKGBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 268568 2016-05-25 20:34:14Z arojas $
-# Maintainer (Arch): Eric Bélanger <eric@archlinux.org>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-# Contributor: bitlord
-
-pkgname=liferea
-pkgver=1.10.19
-pkgrel=1.parabola1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions"
-arch=('i686' 'x86_64' 'armv7h')
-url="http://liferea.sourceforge.net/"
-replaces=('liferea-libre')
-conflicts=('liferea-libre')
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject'
- 'desktop-file-utils')
-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'
- 'gst-plugins-good: for media player plugin support'
- 'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2
- remove-non-free-suggestions.patch)
-sha1sums=('5afed65c2a91464ade8007d14e0c9d2fe54c90f6'
- 'e787f9209415ed2574e54b020cf449268ece3583')
-
-build() {
- cd liferea-${pkgver}
- # remove nonfree suggestions
- patch -p1 -i "$srcdir/remove-non-free-suggestions.patch"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-compile
- make
-}
-
-package() {
- cd liferea-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
diff --git a/libre/liferea/libnotify-0.7.patch b/libre/liferea/libnotify-0.7.patch
deleted file mode 100644
index 6dbbffb87..000000000
--- a/libre/liferea/libnotify-0.7.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -u -Nr liferea-1.6.5/src/notification/libnotify.c liferea-1.6.5-libnotify/src/notification/libnotify.c
---- liferea-1.6.5/src/notification/libnotify.c 2009-06-20 20:33:19.000000000 +0200
-+++ liferea-1.6.5-libnotify/src/notification/libnotify.c 2011-03-06 23:53:45.783336455 +0100
-@@ -150,7 +150,7 @@
- // notify_notification_update ( n, node_get_title(node_p), labelText_now_p, NULL);
- // notify_notification_clear_actions(n);
-
-- n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL, NULL);
-+ n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL);
-
- notify_notification_set_icon_from_pixbuf (n,node_get_icon(node_p));
-
-@@ -244,7 +244,7 @@
-
- labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated headline\n", "%s has %d new / updated headlines\n", item_count),
- node_get_title (node), item_count);
-- n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, NULL);
-+ n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL);
- g_free(labelSummary_p);
-
- notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));
diff --git a/libre/liferea/remove-non-free-suggestions.patch b/libre/liferea/remove-non-free-suggestions.patch
deleted file mode 100644
index b2a01bb49..000000000
--- a/libre/liferea/remove-non-free-suggestions.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-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\"",
-- "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\"",
-- NULL, NULL,
-- NULL, NULL,
-- NULL, NULL
-- },
-- {
-- "opera", "Opera", "opera \"%s\"",
-- "opera \"%s\"", "opera -remote \"openURL(%s)\"",
-- "opera -newwindow \"%s\"", NULL,
-- "opera -newpage \"%s\"", NULL
-+ "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 @@
- "epiphany -n \"%s\"", NULL
- },
- {
-- /* tested with SeaMonkey 1.0.6 */
-- "mozilla", "Mozilla", "mozilla %s",
-- NULL, "mozilla -remote openURL(%s)",
-- NULL, "mozilla -remote 'openURL(%s,new-window)'",
-- NULL, "mozilla -remote 'openURL(%s,new-tab)'"
-- },
-- {
- "konqueror", "Konqueror", "kfmclient openURL \"%s\"",
- NULL, NULL,
- NULL, NULL,