summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-lipstik
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tde-style-lipstik')
-rw-r--r--trinity-apps/tde-style-lipstik/Manifest1
-rw-r--r--trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-lipstik/Manifest b/trinity-apps/tde-style-lipstik/Manifest
index 90a2f91a..0b2e7d05 100644
--- a/trinity-apps/tde-style-lipstik/Manifest
+++ b/trinity-apps/tde-style-lipstik/Manifest
@@ -1 +1,2 @@
DIST tde-style-lipstik-trinity-14.0.12.tar.xz 48656 BLAKE2B e21cea7d142e82bff81eb53e20400f15da51840707f8897f7f8e712e623c6def2e9cc9ec5190d68cd1be4d2991386072f8e73478715da4872a5ee016868c41e8 SHA512 8c21bd1889ac5e97c79ea78971da0303bba38ce9fc6011d3b2cfc0d0da32868017c84ca7330a045ed544f509ed5cb2bc9156046d453902fd6a12ad8cb4aff774
+DIST tde-style-lipstik-trinity-14.0.13.tar.xz 48604 BLAKE2B 728419bec258f47346249c3a3296b2e0b48a62f7634a845e0f47bd0990898c8240098b9f8b6a63a8c31542e64e29bd110320de65bd9dc3489081fb688d49cf7e SHA512 109124a74c5457d6ace1e8a979a48186460c9eba0045d65f85ddde679e012d36484aa339074438f666d16f6f9c3e2f7bf3fc939fee5262be6f3462a14de82655
diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild
new file mode 100644
index 00000000..32043dba
--- /dev/null
+++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Copyright 2022 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="never"
+
+TRINITY_LANGS="de"
+
+TRINITY_MODULE_TYPE="applications/themes"
+inherit trinity-base-2
+
+DESCRIPTION="Lipstik widget style for TDE"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}