summaryrefslogtreecommitdiffstats
path: root/trinity-base/kghostview
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-12-31 17:21:13 +0100
committerChris <xchrisx@uber.space>2019-12-31 17:21:13 +0100
commit55d2aaa4eb5201ac97e269fc141e4ee1778379b8 (patch)
tree810ece5e004aa9e97e26a1ad988ed52552175fb6 /trinity-base/kghostview
parent644110a847c5911c2eb04eb53c93031740561efc (diff)
downloadtde-packaging-gentoo-55d2aaa4eb5201ac97e269fc141e4ee1778379b8.tar.gz
tde-packaging-gentoo-55d2aaa4eb5201ac97e269fc141e4ee1778379b8.zip
Clean up and fix TDE Gentoo overlay.
- Remove old v3.5.13 ebuilds and eclasses - Change repo URL to official TGW - Remove old HAL and traces (TDEHW is used now) - Make split between TDE applications and tdebase consistent - Move TQt into own category (for users filtering dev-qt/ out) - Change to new TQTDIR var - Move away from virtual/pam dependency - Change to use new xorg-proto dependency - Some cosmetic fixes and removal of unneeded files - Remove some now obsolete patches - Change to clean 9999 naming scheme for anything - Add some potential workaround for newer portage versions - Add own README ... thanks to Aggi from IRC for some fixes too. Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/kghostview')
-rw-r--r--trinity-base/kghostview/Manifest1
-rw-r--r--trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch24
-rw-r--r--trinity-base/kghostview/kghostview-3.5.13.1.ebuild16
3 files changed, 0 insertions, 41 deletions
diff --git a/trinity-base/kghostview/Manifest b/trinity-base/kghostview/Manifest
deleted file mode 100644
index f0ba54e9..00000000
--- a/trinity-base/kghostview/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdegraphics-3.5.13.1.tar.gz 7526074 SHA256 19bd36e261bb6c5d2c9c1eba5f736c642b48422d917d44e576835f7ebb44906b SHA512 693e5ad70dbb00c587e588acfb81fc9475c3a4dbc86f41d6053c0584c533349a7564e34b870cb7bbc57361ac539da6f7d7f1b002ac3cfe8b0201db3eeb9147dd WHIRLPOOL fd2c46c517b3a0293880eaf35967295485555b936d0f1e80e0f2c261a1164cfcc5c4b2d943a12c073914d33b59974cc2dd92a78414614caa10f46dd048d518b4
diff --git a/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch b/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch
deleted file mode 100644
index 3aa8138a..00000000
--- a/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c87ee85..09c3cfa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -95,7 +95,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
-
- ##### tdegraphics directories ###################
-
--if( BUILD_KFILE_PLUGINS OR BUILD_GHOSTKVIEW )
-+# kghostview/ps requires dscparse-static library
-+if( BUILD_KFILE_PLUGINS AND NOT BUILD_KGHOSTVIEW )
- add_subdirectory( kghostview/dscparse )
- endif( )
-
---- a/kghostview/CMakeLists.txt
-+++ b/kghostview/CMakeLists.txt
-@@ -10,6 +10,7 @@
- #################################################
-
- add_subdirectory( data )
-+add_subdirectory( dscparse )
-
- include_directories(
- ${CMAKE_CURRENT_BINARY_DIR}
diff --git a/trinity-base/kghostview/kghostview-3.5.13.1.ebuild b/trinity-base/kghostview/kghostview-3.5.13.1.ebuild
deleted file mode 100644
index 32b93606..00000000
--- a/trinity-base/kghostview/kghostview-3.5.13.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-TRINITY_MODULE_NAME="kdegraphics"
-
-inherit trinity-meta
-
-DESCRIPTION="A Trinity Viewer for PostScript (.ps, .eps) and PDF (.pdf) files"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-DEPEND="x11-libs/libXft"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/tdegraphics-fix-${PN}-parallel-compilation.patch" )