Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/
Date: Sun, 16 Aug 2020 21:24:26
Message-Id: 1597613056.1bc1d2b1c303aec48f30ac3012731edaf51e475b.slashbeast@gentoo
1 commit: 1bc1d2b1c303aec48f30ac3012731edaf51e475b
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 21:22:01 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 21:24:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc1d2b1
7
8 x11-misc/sunflower: 0.4_p20200716 bump
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 x11-misc/sunflower/Manifest | 1 +
13 x11-misc/sunflower/sunflower-0.4_p20200716.ebuild | 41 +++++++++++++++++++++++
14 2 files changed, 42 insertions(+)
15
16 diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
17 index 5c5c22b73ac..705cd77bead 100644
18 --- a/x11-misc/sunflower/Manifest
19 +++ b/x11-misc/sunflower/Manifest
20 @@ -1,2 +1,3 @@
21 DIST sunflower-0.2-59.tgz 790126 BLAKE2B 32df1ced73ba0bf5e814e52010eefbbd10657bdbb602dd3a48dc08b865195c3d1efa631bfe2d421f0a12a2f01521a2c6248fe5b9ca8fcc268423f0c9aa3d252d SHA512 e97076eb1c57d52b8fd95501259acaaa9a429f9daacc30ef587cce2f3419433f5aa4554e0e86beeceda208b4be425b98c64c6ced04e36e86b2b4f803176c37f9
22 DIST sunflower-0.3.61.tar.gz 975053 BLAKE2B 5845ce0e81cf98b7488c9c34b8a3b6702e01abe9976bd4186691ce3804164d707d3ca999896e3f8d60e5253891d94f39e2fabdb50170afa8ec0f937df141db89 SHA512 f55c2fb15889f903375776f989498827dcab287e87d4015c50f12780dd2f0271e1e127533a10ca94f44ebd44727018917cf92e828bbe82b7653d8ed559ee1cc3
23 +DIST sunflower-0.4_p20200716.tar.xz 830248 BLAKE2B 673b320bf08c0e0600fae06a531f75403b0e76bd8a267918986da84537a5213f0a1d99c9de74820f15652b80959e9029566f4611138893f08919f389a66a8032 SHA512 0e30bbadb3d60a64e2a2b629104c2a3ad88d997d581c1c76ef593afa1d3c48aafd185b4cd36da25bed5c3e9b9d1389f0709aaa40e796e883dccfe71b214620ed
24
25 diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild b/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild
26 new file mode 100644
27 index 00000000000..e0b7701fca7
28 --- /dev/null
29 +++ b/x11-misc/sunflower/sunflower-0.4_p20200716.ebuild
30 @@ -0,0 +1,41 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8} )
37 +inherit distutils-r1 xdg-utils
38 +
39 +DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
40 +HOMEPAGE="https://github.com/MeanEYE/Sunflower
41 + https://sunflower-fm.org/"
42 +SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 +
50 +DEPEND="${PYTHON_DEPS}"
51 +RDEPEND="${DEPEND}
52 + dev-python/chardet[${PYTHON_USEDEP}]
53 + dev-python/pycairo[${PYTHON_USEDEP}]
54 + dev-python/pygobject[${PYTHON_USEDEP}]
55 +"
56 +
57 +RDEPEND="
58 + dev-python/aiohttp[${PYTHON_USEDEP}]
59 + dev-python/requests[${PYTHON_USEDEP}]
60 + dev-python/simplejson[${PYTHON_USEDEP}]
61 +"
62 +
63 +pkg_postinst() {
64 + xdg_desktop_database_update
65 + xdg_icon_cache_update
66 +}
67 +
68 +pkg_postrm() {
69 + xdg_desktop_database_update
70 + xdg_icon_cache_update
71 +}