diff options
author | Sam James <sam@gentoo.org> | 2021-06-07 17:30:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-07 17:31:47 +0000 |
commit | e72e98f3ad30e9383fc01c879bcbb1f330c4149a (patch) | |
tree | e7ba80b964320409c48a6af4f981899e39f0747f /x11-misc/nitrogen | |
parent | media-libs/opencolorio: respect python sitedir (diff) | |
download | gentoo-e72e98f3ad30e9383fc01c879bcbb1f330c4149a.tar.gz gentoo-e72e98f3ad30e9383fc01c879bcbb1f330c4149a.tar.bz2 gentoo-e72e98f3ad30e9383fc01c879bcbb1f330c4149a.zip |
x11-misc/nitrogen: sync non-live ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/nitrogen')
-rw-r--r-- | x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild b/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild index 52647c78a86c..2f606225b1a5 100644 --- a/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild +++ b/x11-misc/nitrogen/nitrogen-1.6.1-r1.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools flag-o-matic gnome2-utils xdg-utils +inherit autotools flag-o-matic xdg-utils DESCRIPTION="A background browser and setter for X" HOMEPAGE="https://github.com/l3ib/nitrogen" SRC_URI="https://github.com/l3ib/nitrogen/releases/download/${PV}/${P}.tar.gz" +KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" IUSE="nls xinerama" +BDEPEND="virtual/pkgconfig" RDEPEND=" >=dev-cpp/gtkmm-2.10:2.4 >=gnome-base/librsvg-2.20:2 @@ -22,7 +23,6 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-base/xorg-proto ) " @@ -43,11 +43,11 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update xdg_desktop_database_update + xdg_icon_cache_update } |