summaryrefslogtreecommitdiffstats
path: root/trinity-base/kghostview
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-base/kghostview
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz
tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kghostview')
-rw-r--r--trinity-base/kghostview/Manifest1
-rw-r--r--trinity-base/kghostview/kghostview-14.1.2.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/trinity-base/kghostview/Manifest b/trinity-base/kghostview/Manifest
index d3ae616e..24b361b2 100644
--- a/trinity-base/kghostview/Manifest
+++ b/trinity-base/kghostview/Manifest
@@ -1 +1,2 @@
DIST tdegraphics-trinity-14.1.1.tar.xz 5804428 BLAKE2B 1424521dfed9f1eef5e0e1d4491ae6559a2c3916bdd794a31619e8823191fbf8c25d373cdd95d464fd95ee3749b47d26050989f133656af6e94e163bfe910f7e SHA512 28f5da7f56403864700398838640adb9d054f22a47b81ba22b4f158e441da9d7204b45be90bc7378c002cd69491c96bba6d0abdb9f72a6f6b9885599e027197d
+DIST tdegraphics-trinity-14.1.2.tar.xz 5804696 BLAKE2B b5ed4639193ec4a0350a561532bf4b101b66b42b47990135a244f3932b25729a7b6042c59e9035c3377edae2f2b6fddb49b97f9bd73904116f2934c8a3cea019 SHA512 fbce84da74da544f5da901d548466631a3abbfd11befbd0cdaf8c9bbcd279d02b8f21fae9bcf334e5ee30c89d2289228abf351692608a0e803a1624cecbc2c1b
diff --git a/trinity-base/kghostview/kghostview-14.1.2.ebuild b/trinity-base/kghostview/kghostview-14.1.2.ebuild
new file mode 100644
index 00000000..37d35ec9
--- /dev/null
+++ b/trinity-base/kghostview/kghostview-14.1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Copyright 2020-2024 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_NAME="tdegraphics"
+TRINITY_MODULE_TYPE="core"
+TRINITY_HANDBOOK="optional"
+inherit trinity-meta-2
+
+DESCRIPTION="A Trinity Viewer for PostScript (.ps, .eps) and PDF (.pdf) files"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="x11-libs/libXft"
+RDEPEND="${DEPEND}"