diff options
Diffstat (limited to 'kde-base/libkworkspace/libkworkspace-4.1.3.ebuild')
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.1.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/libkworkspace/libkworkspace-4.1.3.ebuild b/kde-base/libkworkspace/libkworkspace-4.1.3.ebuild new file mode 100644 index 000000000000..0019d42f266a --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.1.3.ebuild,v 1.1 2008/11/09 02:51:33 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdebase-workspace +KMMODULE=libs/kworkspace +KMSAVELIBS="true" +inherit kde4-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +KMEXTRACTONLY="ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml" +KMSAVELIBS="true" |