summaryrefslogtreecommitdiffstats
path: root/trinity-apps/twin-style-dekorator
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerSlávek Banko <slavek.banko@axis.cz>2024-04-29 00:52:31 +0200
commit94ec1d06986a97431ffc44951e92b075da19b93b (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/twin-style-dekorator
parent08657933720cc4345cdf62e1d42f199d8225e458 (diff)
downloadtde-packaging-gentoo-94ec1d06986a97431ffc44951e92b075da19b93b.tar.gz
tde-packaging-gentoo-94ec1d06986a97431ffc44951e92b075da19b93b.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 30335515923be5f5ee02981121d2cdb6ad89978d)
Diffstat (limited to 'trinity-apps/twin-style-dekorator')
-rw-r--r--trinity-apps/twin-style-dekorator/Manifest1
-rw-r--r--trinity-apps/twin-style-dekorator/twin-style-dekorator-14.1.2.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/twin-style-dekorator/Manifest b/trinity-apps/twin-style-dekorator/Manifest
index d0549286..d19c8651 100644
--- a/trinity-apps/twin-style-dekorator/Manifest
+++ b/trinity-apps/twin-style-dekorator/Manifest
@@ -1 +1,2 @@
DIST twin-style-dekorator-trinity-14.1.1.tar.xz 130896 BLAKE2B f67de7733ed54619356c49486b389d2867ae2454069db5c4de842f87e603c74ecbc18fbe761589d6f6cd2bf910fb274516970531a006ca20cd48903e1c8b142d SHA512 65abc7bf4853b1f8319888bd7ee2d8006db496bc14e44344df589faa3398cc54b6869a158dc56f93d23d802a7693a1a6adcdce47729da8e699ac4eb4266593ec
+DIST twin-style-dekorator-trinity-14.1.2.tar.xz 118912 BLAKE2B 8e8f08a508d686d7340727a263940e506853ee5a057fa46284df901d975a06e83f45f1ba04d08d0f2d71c741eefcddd88ca2fa76f823089bb67d36a265b61c7c SHA512 3574d8e26fe3d719cf3159833e60a155321ba3a8cc23d4a9004fbaa128f4c94dcab5d57d887857b55db788cd1312b7a8aeec908f9f0d8702e7d23bd565b53af6
diff --git a/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.1.2.ebuild b/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.1.2.ebuild
new file mode 100644
index 00000000..4d3e1666
--- /dev/null
+++ b/trinity-apps/twin-style-dekorator/twin-style-dekorator-14.1.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2024 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=""
+
+TRINITY_MODULE_TYPE="applications/themes"
+inherit trinity-base-2
+
+DESCRIPTION="DeKorator 0.3 is a pixmap-based theme engine for TWin with its own themes"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="~trinity-base/twin-${PV}"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}