diff options
| -rw-r--r-- | x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild | 29 | ||||
| -rw-r--r-- | x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild | 7 |
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild b/x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild new file mode 100644 index 00000000000..cfa4a79588a --- /dev/null +++ b/x11-themes/oxygen-transparent/oxygen-transparent-4.10.9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +if [[ $PV == 9999 ]]; then + KDE_MINIMAL=9999 +else + KDE_MINIMAL=${PV/\.9999/} + EGIT_BRANCH="KDE/${KDE_MINIMAL}" +fi + +inherit kde4-base + +DESCRIPTION="Oxygen style and decoration with support for transparency" +HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-transparent" + +LICENSE="LGPL-2+" +KEYWORDS="" +SLOT="0" +IUSE="debug" + +RDEPEND=" + x11-libs/libX11 +" +DEPEND="${RDEPEND} + $(add_kdebase_dep kwin) +" diff --git a/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild b/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild index 161a198dbf7..cfa4a79588a 100644 --- a/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild +++ b/x11-themes/oxygen-transparent/oxygen-transparent-9999.ebuild @@ -4,6 +4,13 @@ EAPI=5 +if [[ $PV == 9999 ]]; then + KDE_MINIMAL=9999 +else + KDE_MINIMAL=${PV/\.9999/} + EGIT_BRANCH="KDE/${KDE_MINIMAL}" +fi + inherit kde4-base DESCRIPTION="Oxygen style and decoration with support for transparency" |
