summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdmtheme
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tdmtheme')
-rw-r--r--trinity-apps/tdmtheme/Manifest2
-rw-r--r--trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild31
2 files changed, 33 insertions, 0 deletions
diff --git a/trinity-apps/tdmtheme/Manifest b/trinity-apps/tdmtheme/Manifest
new file mode 100644
index 00000000..78d7792a
--- /dev/null
+++ b/trinity-apps/tdmtheme/Manifest
@@ -0,0 +1,2 @@
+DIST tdmtheme-trinity-14.0.7.tar.xz 263404 BLAKE2B 85274cadb37bddcc959b7dab32ca99996771afdf19ac30051f713023104d9bb212ce2bd525f57b4f4e829ea32a161330c7fcedc8a4f1968ce37afa271b77b838 SHA512 d478e161d152c3b7d5fec4bf136eed2607fa4da8c51a52bb1110fd6535d28de01c6e08e59189032536cd2111a99608cb7ffd9918d6936ac56a15f703f66676ea
+DIST tdmtheme-trinity-14.0.8.tar.xz 264672 BLAKE2B 978e7c176c259b8fbebb4d83c26e9593c310622b24ba9e2592a378f9f19579156e94fd68c7d0f0fb64d9862d0fd01101eb625363fdece4f7740f1677cc44a402 SHA512 d490998b9228df59df1549b1a4e2455757771c6e1d77f4c4ca545d7134bc405a61933f6c4294afd60a6a60f7b10e41c4c8451bff16072f2a2bc920199abb10ce
diff --git a/trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild b/trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild
new file mode 100644
index 00000000..51813801
--- /dev/null
+++ b/trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="de"
+
+inherit trinity-base-2
+
+DESCRIPTION="A theme manager for TDM"
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+RDEPEND+=" =trinity-base/tdm-${PV}"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+
+ trinity-base-2_src_configure
+} \ No newline at end of file