diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:48:24 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:48:24 +0000 |
commit | 390a7ed7b91811cd4aa6a240289c96e234c9803f (patch) | |
tree | 5e6de874d5539f96a8832f40d08d97c5a9d33022 /kde-base/libkworkspace | |
parent | Added KDE 4.0.4 version of libkscan. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-390a7ed7b91811cd4aa6a240289c96e234c9803f.tar.gz historical-390a7ed7b91811cd4aa6a240289c96e234c9803f.tar.bz2 historical-390a7ed7b91811cd4aa6a240289c96e234c9803f.zip |
Added KDE 4.0.4 version of libkworkspace. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/libkworkspace')
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.0.4.ebuild | 18 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index b85c88c08557..90c103cc8f28 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.6 2008/04/03 21:42:31 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.7 2008/05/16 00:48:24 ingmar Exp $ + +*libkworkspace-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +libkworkspace-4.0.4.ebuild: + Added KDE 4.0.4 version of libkworkspace. Thanks to Jorge Manuel B. S. + Vicetto. *libkworkspace-4.0.3 (03 Apr 2008) diff --git a/kde-base/libkworkspace/libkworkspace-4.0.4.ebuild b/kde-base/libkworkspace/libkworkspace-4.0.4.ebuild new file mode 100644 index 000000000000..19e6444e3928 --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.0.4.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.0.4.ebuild,v 1.1 2008/05/16 00:48:24 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE=libs/kworkspace +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" |