diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2011-01-22 19:19:24 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2011-01-22 19:19:24 +0100 |
| commit | 9983dc129b7a38a1015467879abe6cf9954ebbb9 (patch) | |
| tree | 19f297240cf271926bb574e4e7dd06313f5b014e | |
| parent | 1c9f3f5f3e7b41ab5cc943cbd1f669977a6520f0 (diff) | |
| download | kde-9983dc129b7a38a1015467879abe6cf9954ebbb9.tar.gz kde-9983dc129b7a38a1015467879abe6cf9954ebbb9.tar.bz2 kde-9983dc129b7a38a1015467879abe6cf9954ebbb9.zip | |
[app-office/scribus] Unmaintained. Rather use in tree version.
| -rw-r--r-- | app-office/scribus/Manifest | 2 | ||||
| -rw-r--r-- | app-office/scribus/metadata.xml | 8 | ||||
| -rw-r--r-- | app-office/scribus/scribus-9999.ebuild | 97 |
3 files changed, 0 insertions, 107 deletions
diff --git a/app-office/scribus/Manifest b/app-office/scribus/Manifest deleted file mode 100644 index cb4f572f0fc..00000000000 --- a/app-office/scribus/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD scribus-9999.ebuild 2237 RMD160 eab3b3864b38d5a932729855906785a215e72245 SHA1 fc7552a338658e60a0b40ee9f2ba80f0f4ba9fb1 SHA256 fcb303c29ba0e5e79bbed18d67c29bdfcdc1b9cbac9bcd915d98ec12fa945425 -MISC metadata.xml 258 RMD160 b73e8fc570ec46c8d6cca9dc35836e60b78df598 SHA1 d13ef3d07e91696ca226237a8baab7ce388b550a SHA256 1c552fb18d67f0adbbcfaac4fe3e8aeb3a8ae1c27f9d0cc8c4805207d553e79c diff --git a/app-office/scribus/metadata.xml b/app-office/scribus/metadata.xml deleted file mode 100644 index cd12ad382da..00000000000 --- a/app-office/scribus/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>kde</herd> - <use> - <flag name="podofo">Enables PDF manipulating support via the PoDoFo library.</flag> - </use> -</pkgmetadata> diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild deleted file mode 100644 index 73951940c63..00000000000 --- a/app-office/scribus/scribus-9999.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -PYTHON_DEPEND="2:2.6" - -inherit cmake-utils fdo-mime multilib python subversion - -DESCRIPTION="Desktop Publishing (DTP) and Layout program for Linux." -HOMEPAGE="http://www.scribus.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P/_/.}.7z" - -ESVN_REPO_URI="svn://scribus.info/Scribus/trunk/Scribus" -ESVN_PROJECT="scribus" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="cairo cups debug +pdf spell" - -COMMON_DEPEND=" - dev-libs/hyphen - dev-libs/libxml2 - media-libs/fontconfig - >=media-libs/freetype-2 - media-libs/jpeg:0 - media-libs/lcms:0 - media-libs/libpng - media-libs/tiff - net-print/cups - sys-libs/zlib - x11-libs/qt-gui:4 - spell? ( app-text/aspell ) - pdf? ( app-text/podofo ) - cairo? ( x11-libs/cairo[X,svg] ) -" -RDEPEND="${COMMON_DEPEND} - app-text/ghostscript-gpl -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost" - -S="${WORKDIR}/${P/_/.}" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - # fix libdir detection - # fix docdir - # fix tag appending to folder - # build 2geom and toy as shared things - sed -i \ - -e "s:doc/\${MAIN_DIR_NAME}\${TAG_VERSION}/\":doc/${PF}/\":g" \ - -e "s:doc/\${MAIN_DIR_NAME}-\${VERSION}/\":doc/${PF}/\":g" \ - -e "s:\${MAIN_DIR_NAME}\${TAG_VERSION}:\${MAIN_DIR_NAME}:g" \ - CMakeLists.txt || die "fixing libdir failed" - # build 2geom and toy as shared things -# sed -e "s:LIB_TYPE STATIC:LIB_TYPE SHARED:g" \ -# -i scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt \ -# || die "fixing static libs failed" -} - -src_configure() { - # cairo can be used as replacement instead of qt arthur - mycmakeargs=( - -DHAVE_PYTHON=ON - -DPYTHON_INCLUDE_PATH=$(python_get_includedir) - -DPYTHON_LIBRARY=$(python_get_library) - -DWANT_NORPATH=ON - -DWANT_QTARTHUR=ON - -DWANT_QT3SUPPORT=OFF - $(cmake-utils_use_has spell ASPELL) - $(cmake-utils_use_has pdf podofo) - $(cmake-utils_use_want cairo) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - domenu "${S}/${PN}.desktop" || die "domenu failed" - doicon "${S}/resources/icons/scribus.png" || die "doicon failed" -} - -pkg_postinst() { - fdo-mime_mime_database_update -} - -pgk_postrm() { - fdo-mime_mime_database_update -} |
