diff options
author | 2014-01-10 04:22:20 +0000 | |
---|---|---|
committer | 2014-01-10 04:22:20 +0000 | |
commit | 803efb3b1f3061a26772f670a2e44a59efbf3f3f (patch) | |
tree | 82f2adcff5045d9821efd3318efe2cacf46c43ea /kde-base/ksnapshot | |
parent | 0.7.5 bump (diff) | |
download | gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.gz gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.bz2 gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.zip |
Bump KDE SC 4.11.5
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.11.5.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 5d325179057e..91233811fc25 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksnapshot -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.284 2013/12/18 19:57:59 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.285 2014/01/10 04:21:39 creffett Exp $ + +*ksnapshot-4.11.5 (10 Jan 2014) + + 10 Jan 2014; Chris Reffett <creffett@gentoo.org> +ksnapshot-4.11.5.ebuild: + Bump KDE SC 4.11.5 *ksnapshot-4.12.0 (18 Dec 2013) diff --git a/kde-base/ksnapshot/ksnapshot-4.11.5.ebuild b/kde-base/ksnapshot/ksnapshot-4.11.5.ebuild new file mode 100644 index 000000000000..805b0978d458 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.11.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-4.11.5.ebuild,v 1.1 2014/01/10 04:21:39 creffett Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Screenshot Utility" +HOMEPAGE="http://www.kde.org/applications/graphics/ksnapshot/" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug kipi" + +DEPEND=" + x11-libs/libXfixes + !aqua? ( + x11-libs/libX11 + x11-libs/libXext + ) + kipi? ( $(add_kdebase_dep libkipi) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with kipi) + ) + + kde4-base_src_configure +} |