summaryrefslogtreecommitdiff
path: root/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2012-10-23 22:23:48 +0200
committerCtibor <ctibor.brancik@seznam.cz>2012-10-23 22:23:48 +0200
commitb3f80e0306587663a493502e4fcfa1c17c5836fd (patch)
treecbd97925b8af0d81f04fd8ee064e631ae70a788e /kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild
downloadbrancik-overlay-b3f80e0306587663a493502e4fcfa1c17c5836fd.tar.gz
brancik-overlay-b3f80e0306587663a493502e4fcfa1c17c5836fd.tar.bz2
Initial import of the local overlay.
Diffstat (limited to 'kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild')
-rwxr-xr-xkde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild b/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild
new file mode 100755
index 0000000..1cdd67d
--- /dev/null
+++ b/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_MINIMAL="4.6"
+
+KDE_SCM="git"
+EGIT_REPONAME="oxygen-transparent"
+
+inherit kde4-base
+
+DESCRIPTION="Oxygen style and decoration with support for transparency"
+HOMEPAGE="http://kde-look.org/content/show.php?action=content&content=127752"
+[[ ${PV} != 9999* ]] && SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="4"
+IUSE=""
+
+
+src_configure() {
+ # these two are no-deps options
+ # no need to have them useflaged
+ mycmakeargs=(
+ -DCMAKE_BUILD_TYPE=release
+ )
+
+ kde4-base_src_configure
+}