Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/liferea/
Date: Wed, 01 Jul 2020 06:39:28
Message-Id: 1593585511.9c584cfda6a8c6ee6af17ab38e85cff8616983bb.juippis@gentoo
1 commit: 9c584cfda6a8c6ee6af17ab38e85cff8616983bb
2 Author: Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
3 AuthorDate: Wed Jun 17 16:48:30 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 06:38:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c584cfd
7
8 net-news/liferea: version bump to 1.12.8
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-news/liferea/Manifest | 1 +
15 net-news/liferea/liferea-1.12.8.ebuild | 67 ++++++++++++++++++++++++++++++++++
16 2 files changed, 68 insertions(+)
17
18 diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest
19 index c038565a1be..908db198a48 100644
20 --- a/net-news/liferea/Manifest
21 +++ b/net-news/liferea/Manifest
22 @@ -1,2 +1,3 @@
23 DIST liferea-1.12.3.tar.bz2 1467804 BLAKE2B 3ef8039b7af136568e041309a384547543908e193cd384af819e24cd7ae213e4020e0ea099128295603ecf36d5d817b7529a2356191320ba80f4624128a72a36 SHA512 574dd13502fee81e81e88a0fa3a57028af2d2bfcfed5a132468a2be9257a886c7cbf958883c230deb6dbf952912ecc92631396ef6b5c353315833e0541db1208
24 DIST liferea-1.12.7.tar.bz2 1495627 BLAKE2B 36e95d270e3c3f68499073c7f2b1b6c987b67fc40517bfeb95c7ce02fc0c66daccb8e7d15709f1a047b36eea3d6d0cfe4af2e37f6809051f1be7613a36e0234f SHA512 7628f089940cd285ae6269b8d788b230572a0f5cab8a81ea1e92010de98a3ecd21d39596be6c18c055469579468fe3df7fca4e917a6a1ef3644a5e24c8e55109
25 +DIST liferea-1.12.8.tar.bz2 1496590 BLAKE2B 8b2f7298b58bd400a3daffc48c0f6b907cbcade054f08a57da7ca8f291fb9f2a86b9e2dbcacab58a43c3a0c19d05304f6d5fc0f77acd7cced51090bcf3a0e154 SHA512 46f70bed9b9ae1a6d578dbda3d3e7751b839bee91443c245cc83a17d89f3a1c59fe6346f0ee4e72103511404620fcd65733121527cb841ba0c2be2f4d182b51b
26
27 diff --git a/net-news/liferea/liferea-1.12.8.ebuild b/net-news/liferea/liferea-1.12.8.ebuild
28 new file mode 100644
29 index 00000000000..a3cde7bace8
30 --- /dev/null
31 +++ b/net-news/liferea/liferea-1.12.8.ebuild
32 @@ -0,0 +1,67 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{6,7,8} )
39 +
40 +inherit autotools gnome2-utils python-single-r1 xdg
41 +
42 +DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
43 +HOMEPAGE="https://lzone.de/liferea/"
44 +SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${PV}/${P}.tar.bz2"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
49 +IUSE=""
50 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 +
52 +RDEPEND="${PYTHON_DEPS}
53 + dev-db/sqlite:3
54 + dev-libs/glib:2
55 + dev-libs/gobject-introspection
56 + dev-libs/json-glib
57 + dev-libs/libpeas[gtk,python,${PYTHON_SINGLE_USEDEP}]
58 + dev-libs/libxml2:2
59 + dev-libs/libxslt
60 + gnome-base/gsettings-desktop-schemas
61 + net-libs/libsoup:2.4
62 + net-libs/webkit-gtk:4
63 + x11-libs/gtk+:3
64 + x11-libs/pango"
65 +DEPEND="${RDEPEND}
66 + dev-util/intltool
67 + virtual/pkgconfig"
68 +
69 +src_prepare() {
70 + xdg_src_prepare
71 +
72 + sed -i -e 's#$(datadir)/appdata#$(datadir)/metainfo#g' \
73 + Makefile.am || die
74 + eautoreconf
75 +}
76 +
77 +src_compile() {
78 + # Workaround crash in libwebkit2gtk-4.0.so
79 + # https://bugs.gentoo.org/704594
80 + WEBKIT_DISABLE_COMPOSITING_MODE=1 \
81 + default
82 +}
83 +
84 +pkg_preinst() {
85 + xdg_pkg_preinst
86 + gnome2_schemas_savelist
87 +}
88 +
89 +pkg_postinst() {
90 + xdg_pkg_postinst
91 + gnome2_schemas_update
92 +
93 + elog "Additional features can be enabled via"
94 + elog "\tapp-crypt/libsecret[introspection] for Libsecret Support plugin"
95 + elog "\tdev-python/pycairo and x11-libs/gdk-pixbuf[introspection] for Tray Icon (GNOME Classic) plugin"
96 + elog "\tmedia-libs/gstreamer[introspection] for Media Player plugin"
97 + elog "\tnet-misc/networkmanager for monitoring network status"
98 + elog "\tx11-libs/libnotify[introspection] for Popup Notifications plugin"
99 +}