mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-themes/oxygen-gtk: EAPI-8 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
CMAKE_ECLASS=cmake
|
||||
MY_PN=${PN}3
|
||||
MY_P=${MY_PN}-${PV}
|
||||
inherit cmake-multilib
|
||||
@@ -11,13 +10,12 @@ inherit cmake-multilib
|
||||
DESCRIPTION="Official GTK+:3 port of KDE's Oxygen widget style"
|
||||
HOMEPAGE="https://store.kde.org/p/1005553/"
|
||||
SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
SLOT="3"
|
||||
IUSE="debug"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
DEPEND="
|
||||
dev-libs/dbus-glib[${MULTILIB_USEDEP}]
|
||||
dev-libs/glib:2[${MULTILIB_USEDEP}]
|
||||
@@ -30,6 +28,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}
|
||||
!x11-themes/oxygen-gtk:0
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-gtk-3.14.patch"
|
||||
@@ -37,8 +36,6 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.4.6-tabstyle.patch"
|
||||
)
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
multilib_src_configure() {
|
||||
if ! multilib_is_native_abi; then
|
||||
local mycmakeargs=(
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
CMAKE_ECLASS=cmake
|
||||
MY_PN=${PN}2
|
||||
MY_P=${MY_PN}-${PV}
|
||||
inherit cmake-multilib
|
||||
@@ -11,13 +10,12 @@ inherit cmake-multilib
|
||||
DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style"
|
||||
HOMEPAGE="https://store.kde.org/p/1005553/"
|
||||
SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
SLOT="2"
|
||||
IUSE="debug"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
DEPEND="
|
||||
dev-libs/dbus-glib[${MULTILIB_USEDEP}]
|
||||
dev-libs/glib:2[${MULTILIB_USEDEP}]
|
||||
@@ -30,6 +28,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}
|
||||
!x11-themes/oxygen-gtk:0
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-xul.patch"
|
||||
@@ -40,8 +39,6 @@ PATCHES=(
|
||||
"${FILESDIR}/${P}-tabstyle.patch"
|
||||
)
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
multilib_src_configure() {
|
||||
if ! multilib_is_native_abi; then
|
||||
local mycmakeargs=(
|
||||
|
||||
Reference in New Issue
Block a user