summaryrefslogtreecommitdiffstats
path: root/trinity-base/ksplashml
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-12-31 17:21:13 +0100
committerChris <xchrisx@uber.space>2019-12-31 17:21:13 +0100
commit55d2aaa4eb5201ac97e269fc141e4ee1778379b8 (patch)
tree810ece5e004aa9e97e26a1ad988ed52552175fb6 /trinity-base/ksplashml
parent644110a847c5911c2eb04eb53c93031740561efc (diff)
downloadtde-packaging-gentoo-55d2aaa4eb5201ac97e269fc141e4ee1778379b8.tar.gz
tde-packaging-gentoo-55d2aaa4eb5201ac97e269fc141e4ee1778379b8.zip
Clean up and fix TDE Gentoo overlay.
- Remove old v3.5.13 ebuilds and eclasses - Change repo URL to official TGW - Remove old HAL and traces (TDEHW is used now) - Make split between TDE applications and tdebase consistent - Move TQt into own category (for users filtering dev-qt/ out) - Change to new TQTDIR var - Move away from virtual/pam dependency - Change to use new xorg-proto dependency - Some cosmetic fixes and removal of unneeded files - Remove some now obsolete patches - Change to clean 9999 naming scheme for anything - Add some potential workaround for newer portage versions - Add own README ... thanks to Aggi from IRC for some fixes too. Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/ksplashml')
-rw-r--r--trinity-base/ksplashml/Manifest2
-rw-r--r--trinity-base/ksplashml/ksplashml-3.5.13.1.ebuild23
-rw-r--r--trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild23
-rw-r--r--trinity-base/ksplashml/ksplashml-9999.ebuild2
4 files changed, 1 insertions, 49 deletions
diff --git a/trinity-base/ksplashml/Manifest b/trinity-base/ksplashml/Manifest
deleted file mode 100644
index 381340c4..00000000
--- a/trinity-base/ksplashml/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kdebase-3.5.13.1.tar.gz 29403228 SHA256 ddd4bd4b508ad027b9d1af2701c6ba64bfc9f8f1d32099e6dd5e7866714f759e SHA512 e1aac19c941a5f2b43a57928fdb43e5ebd646f49c60911d9d317550df96642870792c4e77ecd06e123244e2425ccd4bcb00f0a21011ba7e651d7fcf4553e79cf WHIRLPOOL 931debbf6a65c280221025dcbc02cbb3387b66eb72eddd28a510ee8f97075cd2cc96535dde25d0a32280c399e4a868e9c027772f5d28e7e79b7c1a9080c58034
-DIST kdebase-trinity-3.5.13.2.tar.xz 25890636 SHA256 b9d552226daff64437dfb9699669b95dd7ebc2ca7c43755ba71c10cc6c9ed789 SHA512 df545d44c7d4550d1d77ff6504572b622853c2b8d80062b1aee1a5bdca19f0e708cde35cff54cf2d5098f06a41bde0c89522a3958dea9bb18205dea87c11b797 WHIRLPOOL 79144273bc7985c59a593a3394b12a2053532d2c4c890ce96adad21f6de0413baf3c6270d6d06173ec4546b20d401aa0cc81603d01b8ee41dbdefc825b39b2b1
diff --git a/trinity-base/ksplashml/ksplashml-3.5.13.1.ebuild b/trinity-base/ksplashml/ksplashml-3.5.13.1.ebuild
deleted file mode 100644
index 4b7f961b..00000000
--- a/trinity-base/ksplashml/ksplashml-3.5.13.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-TRINITY_MODULE_NAME="kdebase"
-
-inherit trinity-meta
-
-DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)"
-KEYWORDS="x86 amd64"
-IUSE="xinerama"
-
-DEPEND="x11-libs/libXcursor
- xinerama? ( x11-proto/xineramaproto )"
-RDEPEND="$DEPEND"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with xinerama XINERAMA)
- )
-
- trinity-meta_src_configure
-}
diff --git a/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild b/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild
deleted file mode 100644
index edabaa78..00000000
--- a/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-TRINITY_MODULE_NAME="kdebase"
-
-inherit trinity-meta
-
-DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)"
-KEYWORDS="~amd64 ~x86"
-IUSE="xinerama"
-
-DEPEND="x11-libs/libXcursor
- xinerama? ( x11-proto/xineramaproto )"
-RDEPEND="$DEPEND"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with xinerama XINERAMA)
- )
-
- trinity-meta_src_configure
-}
diff --git a/trinity-base/ksplashml/ksplashml-9999.ebuild b/trinity-base/ksplashml/ksplashml-9999.ebuild
index d67ec25c..ea3bd4e3 100644
--- a/trinity-base/ksplashml/ksplashml-9999.ebuild
+++ b/trinity-base/ksplashml/ksplashml-9999.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=
IUSE="xinerama"
DEPEND="x11-libs/libXcursor
- xinerama? ( x11-proto/xineramaproto )"
+ xinerama? ( x11-base/xorg-proto )"
RDEPEND="$DEPEND"
src_configure() {