diff options
author | 2013-02-07 12:55:18 +0000 | |
---|---|---|
committer | 2013-02-07 12:55:18 +0000 | |
commit | 11fed793e5ea841f3c3be2d679c81014c47ba80a (patch) | |
tree | aa6aefde421d24f09c068d49317f83ddc6e5c74a /app-office | |
parent | Bump to EAPI 5, use PV subslot because we want to rebuild everything everytim... (diff) | |
download | gentoo-2-11fed793e5ea841f3c3be2d679c81014c47ba80a.tar.gz gentoo-2-11fed793e5ea841f3c3be2d679c81014c47ba80a.tar.bz2 gentoo-2-11fed793e5ea841f3c3be2d679c81014c47ba80a.zip |
app-office/scribus: Force cups usage, as non-cups code seems to be old qt3ish, #455922
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/scribus/scribus-1.4.2-r2.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-office/scribus/ChangeLog b/app-office/scribus/ChangeLog index 9c3b2be8b2f7..a037e2e25713 100644 --- a/app-office/scribus/ChangeLog +++ b/app-office/scribus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/scribus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.172 2013/01/23 12:35:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.173 2013/02/07 12:55:18 jlec Exp $ + + 07 Feb 2013; Justin Lecher <jlec@gentoo.org> scribus-1.4.2-r2.ebuild: + Force cups usage, as non-cups code seems to be old qt3ish, #455922 *scribus-1.4.2-r2 (23 Jan 2013) diff --git a/app-office/scribus/scribus-1.4.2-r2.ebuild b/app-office/scribus/scribus-1.4.2-r2.ebuild index 42e53a124b89..64140d2abbdc 100644 --- a/app-office/scribus/scribus-1.4.2-r2.ebuild +++ b/app-office/scribus/scribus-1.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r2.ebuild,v 1.1 2013/01/23 12:35:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r2.ebuild,v 1.2 2013/02/07 12:55:18 jlec Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="aspell cairo +cups debug examples hunspell +minimal +pdf templates" +IUSE="aspell cairo debug examples hunspell +minimal +pdf templates" # a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a} IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW" @@ -38,7 +38,6 @@ COMMON_DEPEND=" x11-libs/qt-gui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) - cups? ( net-print/cups ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell )" @@ -49,7 +48,6 @@ DEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}"/${P}-docs.patch - "${FILESDIR}"/${P}-cups.patch "${FILESDIR}"/${PN}-1.4.0-minizip.patch ) @@ -93,7 +91,6 @@ src_configure() { $(cmake-utils_use_with aspell ASPELL) $(cmake-utils_use_with pdf PODOFO) $(cmake-utils_use_want cairo) - $(cmake-utils_use_want cups CUPS) $(cmake-utils_use_want debug DEBUG) $(cmake-utils_use_want minimal NOHEADERINSTALL) $(cmake-utils_use_want hunspell HUNSPELL) @@ -122,9 +119,11 @@ src_install() { } pkg_postinst() { + fdo-mime_desktop_database_update fdo-mime_mime_database_update } pkg_postrm() { + fdo-mime_desktop_database_update fdo-mime_mime_database_update } |