summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-lipstik
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tde-style-lipstik
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
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.1.0.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 d219cd58..fb6982c5 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.13.tar.xz 48604 BLAKE2B 728419bec258f47346249c3a3296b2e0b48a62f7634a845e0f47bd0990898c8240098b9f8b6a63a8c31542e64e29bd110320de65bd9dc3489081fb688d49cf7e SHA512 109124a74c5457d6ace1e8a979a48186460c9eba0045d65f85ddde679e012d36484aa339074438f666d16f6f9c3e2f7bf3fc939fee5262be6f3462a14de82655
+DIST tde-style-lipstik-trinity-14.1.0.tar.xz 48640 BLAKE2B 022a442f9f443f2479a344278cea49deb2c4471703eff2c9e242676b61df7543c081766828db0d30cf4569850266bf377ded16e7f5bebc4ff2e8b9660e971302 SHA512 69db621adbd09359ad8e5c16fcc45ce444ce29daecd96893aa3d8c37e259cf1630767c2e93403543744e459732dc9ba6f9b3255920f3f65db44a546437759cae
diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.0.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.0.ebuild
new file mode 100644
index 00000000..465fb32c
--- /dev/null
+++ b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2023 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
+}