summaryrefslogtreecommitdiff
path: root/x11-misc/sunflower
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/sunflower')
-rw-r--r--x11-misc/sunflower/Manifest4
-rw-r--r--x11-misc/sunflower/metadata.xml7
-rw-r--r--x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild18
3 files changed, 9 insertions, 20 deletions
diff --git a/x11-misc/sunflower/Manifest b/x11-misc/sunflower/Manifest
index 8628e9d7ce7f..fead293fa5fd 100644
--- a/x11-misc/sunflower/Manifest
+++ b/x11-misc/sunflower/Manifest
@@ -1,3 +1,3 @@
DIST sunflower-0.4_p20200716.tar.xz 830248 BLAKE2B 673b320bf08c0e0600fae06a531f75403b0e76bd8a267918986da84537a5213f0a1d99c9de74820f15652b80959e9029566f4611138893f08919f389a66a8032 SHA512 0e30bbadb3d60a64e2a2b629104c2a3ad88d997d581c1c76ef593afa1d3c48aafd185b4cd36da25bed5c3e9b9d1389f0709aaa40e796e883dccfe71b214620ed
-EBUILD sunflower-0.4_p20200716-r1.ebuild 818 BLAKE2B fde070e88b7ff643158e4de317ed9693b2559078f51557a7105c74541c019dd65e7e3193bb05163ddcda213111a1d58939255c54b8d702078f3ce836c9bff01d SHA512 06a378e03f8c2a67cd9b5c93a434b943022a1262ed00e47868ba7e190cbae6cbfab2f5828589ea40a56ba6b279b48a123f61ab9df72cfda886e683a8cf161467
-MISC metadata.xml 331 BLAKE2B 16f51cce07665f2b4c089d6831dc0b4640e7b21d2415f4bdf644afbd19242cf4c7b45fd62ea937fb75b30d8b948940ad66f1fdead711bbd83ef50a2638b401d2 SHA512 dab5d495adda997004324ba91ded752f50eaaf1c6392f8943d48d54c5cd3363137dd4d742a7b939e5affe3d3e805ed393c9397797dce1c820d4e596f7f2aeaf8
+EBUILD sunflower-0.4_p20200716-r1.ebuild 626 BLAKE2B 1b1d20279d2a414d9bfca29ae4e6521e6bab6b30cfa8d154b4f2cb9227df1a0b829b8b7b21e80b0b2480cabfb16c6a52015c46583fe85655ff59639f01b5ef1e SHA512 cab7653d51ed7f0859316644fcd872d73607bb7a62c60cddc4711c3eaab72c7551718480366d4edba79ba96e9feafbb820e31c2037f6e86713ff6faf1d39b45a
+MISC metadata.xml 391 BLAKE2B 6713b6c1550908b7cac3e3411dc06254fefe94d1275748f592dda802cd1402312b2f6c64fb1fa7548d97606fffdede3108067c7852629dcb6d056c18db76f101 SHA512 6ef8b9aaa7adbc8606ce421e1391987b0802a48251f1fc09d16b77cc7bcd52812c3e31974ee342336681c85e20e1e2927d95234180bc76834a7bb2e32262a59a
diff --git a/x11-misc/sunflower/metadata.xml b/x11-misc/sunflower/metadata.xml
index a92806229f30..dc8678ed582e 100644
--- a/x11-misc/sunflower/metadata.xml
+++ b/x11-misc/sunflower/metadata.xml
@@ -5,7 +5,8 @@
<email>slashbeast@gentoo.org</email>
<name>Piotr Karbowski</name>
</maintainer>
-<upstream>
- <remote-id type="github">MeanEYE/Sunflower</remote-id>
-</upstream>
+ <upstream>
+ <remote-id type="github">MeanEYE/Sunflower</remote-id>
+ <remote-id type="gitlab">MeanEYE/Sunflower</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
index 18bd85007e5f..957034424c2b 100644
--- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
+++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1 xdg-utils
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1 xdg
DESCRIPTION="Small and highly customizable twin-panel file manager with plugin-support"
HOMEPAGE="https://github.com/MeanEYE/Sunflower
@@ -14,8 +14,6 @@ SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
@@ -26,13 +24,3 @@ DEPEND="
RDEPEND="${DEPEND}
dev-python/pycairo[${PYTHON_USEDEP}]
"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}