summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-20 19:44:19 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-20 19:45:51 +0200
commit2c5b2a40455b7e8b68c317f7d782edd294a9f9bd (patch)
tree7a95405cd3322e1a7b957f5ad6eee90622124434 /kde-apps/ktux/ktux-15.08.1.ebuild
parentnet-libs/mbedtls: add libressl support (diff)
downloadgentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.tar.gz
gentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.tar.bz2
gentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.zip
kde-apps: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/ktux/ktux-15.08.1.ebuild')
-rw-r--r--kde-apps/ktux/ktux-15.08.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/ktux/ktux-15.08.1.ebuild b/kde-apps/ktux/ktux-15.08.1.ebuild
new file mode 100644
index 000000000000..f39a93dd1da1
--- /dev/null
+++ b/kde-apps/ktux/ktux-15.08.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux"
+HOMEPAGE+=" https://userbase.kde.org/KTux"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+# libkworkspace - only as a stub to provide KDE4Workspace config
+DEPEND="
+ $(add_kdebase_dep kscreensaver '' 4.11)
+ $(add_kdebase_dep libkworkspace '' 4.11)
+"
+RDEPEND="${DEPEND}"