summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild')
-rw-r--r--x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
index 757eb7553411..803e8e61400a 100644
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
+++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
MY_PN=${PN}3
MY_P=${MY_PN}-${PV}
-
inherit cmake-multilib
DESCRIPTION="Official GTK+:3 port of KDE's Oxygen widget style"
-HOMEPAGE="https://store.kde.org/content/show.php/?content=136216"
+HOMEPAGE="https://store.kde.org/p/1005553/"
SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
@@ -17,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86"
SLOT="3"
IUSE="debug"
-COMMON_DEPEND="
+BDEPEND="virtual/pkgconfig"
+DEPEND="
dev-libs/dbus-glib[${MULTILIB_USEDEP}]
dev-libs/glib:2[${MULTILIB_USEDEP}]
x11-libs/cairo[${MULTILIB_USEDEP}]
@@ -26,10 +26,7 @@ COMMON_DEPEND="
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/pango[${MULTILIB_USEDEP}]
"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
!x11-themes/oxygen-gtk:0
"