mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-misc/nitrogen: sync non-live ebuild
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user