diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-03 21:43:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-03 22:27:20 +0200 |
commit | 3546ecd8dbf2f207361334b7b41b9b9c708be632 (patch) | |
tree | 91ff0b96b3fd5f18a949e2fdb0c8902170e24b9d /x11-themes/oxygen-gtk | |
parent | dev-libs/xmlsec: add subslot operators (diff) | |
download | gentoo-3546ecd8dbf2f207361334b7b41b9b9c708be632.tar.gz gentoo-3546ecd8dbf2f207361334b7b41b9b9c708be632.tar.bz2 gentoo-3546ecd8dbf2f207361334b7b41b9b9c708be632.zip |
x11-themes/oxygen-gtk: EAPI-7 bump, fix HOMEPAGE
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/oxygen-gtk')
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild | 15 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild | 15 |
2 files changed, 12 insertions, 18 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 " diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild index 9c643ec4e767..9b9e4ced8f7f 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-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}2 MY_P=${MY_PN}-${PV} - inherit cmake-multilib DESCRIPTION="Official GTK+:2 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="2" 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 " |