summaryrefslogtreecommitdiffstats
path: root/trinity-apps/twin-style-machbunt
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-machbunt
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-machbunt')
-rw-r--r--trinity-apps/twin-style-machbunt/Manifest1
-rw-r--r--trinity-apps/twin-style-machbunt/twin-style-machbunt-14.1.2.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/twin-style-machbunt/Manifest b/trinity-apps/twin-style-machbunt/Manifest
index 3eb437dc..69da3219 100644
--- a/trinity-apps/twin-style-machbunt/Manifest
+++ b/trinity-apps/twin-style-machbunt/Manifest
@@ -1 +1,2 @@
DIST twin-style-machbunt-trinity-14.1.1.tar.xz 25432 BLAKE2B 7672607dae73908fcce5f968ac7dde1e7c48aecac97190f5de44d1895559f390f2a5c7de12ddf6264658209bd0c5dff01332ab56303e4ccd6f8af8f6772fc229 SHA512 7d3bbd00c2e6913c2610c4a712e2deed072e2b96fc3fda3729eebca528dc3e1339cbe49ce5dacc3bb69da83a4fb4babe4cf31944d78047133465742e258eff56
+DIST twin-style-machbunt-trinity-14.1.2.tar.xz 25696 BLAKE2B a2a5203bffc0b22adebae3c32c1b2d1aca360d9228c254bded58c2c9d12671a3eb00e5e991adf8b2ea378dacfafb272a9f7a9a57595fbfc0bbac6a964929616b SHA512 fb3376800c5e1f5b4536ff8978eff0bda0264a88c44c17bf6e379f1c1e12d49367cadcd66aa2a433b9550c33070783a4e7868ea6739360c08769e04b6e8c5482
diff --git a/trinity-apps/twin-style-machbunt/twin-style-machbunt-14.1.2.ebuild b/trinity-apps/twin-style-machbunt/twin-style-machbunt-14.1.2.ebuild
new file mode 100644
index 00000000..7dcd668e
--- /dev/null
+++ b/trinity-apps/twin-style-machbunt/twin-style-machbunt-14.1.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023-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="TWin decoration theme - machbunt"
+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
+}