* [gentoo-commits] gentoo-x86 commit in app-office/scribus: scribus-1.4.2-r1.ebuild metadata.xml ChangeLog
@ 2013-01-22 8:40 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-01-22 8:40 UTC (permalink / raw
To: gentoo-commits
jlec 13/01/22 08:40:02
Modified: scribus-1.4.2-r1.ebuild metadata.xml ChangeLog
Log:
app-office/scribus: Rename USE spell to aspell to better fit its meaning; handle cups support not automagically; add missing deps
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.2 app-office/scribus/scribus-1.4.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild?r1=1.1&r2=1.2
Index: scribus-1.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scribus-1.4.2-r1.ebuild 22 Jan 2013 07:54:10 -0000 1.1
+++ scribus-1.4.2-r1.ebuild 22 Jan 2013 08:40:02 -0000 1.2
@@ -1,10 +1,11 @@
# 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-r1.ebuild,v 1.1 2013/01/22 07:54:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild,v 1.2 2013/01/22 08:40:02 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE=tk
inherit cmake-utils fdo-mime multilib python-single-r1
@@ -15,13 +16,14 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cairo debug examples hunspell +minimal +pdf spell templates"
+IUSE="aspell cairo +cups 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"
IUSE+=" ${IUSE_LINGUAS// / linguas_}"
COMMON_DEPEND="
+ dev-python/imaging[tk,${PYTHON_USEDEP}]
dev-libs/boost
dev-libs/hyphen
dev-libs/libxml2
@@ -36,15 +38,18 @@
x11-libs/qt-gui:4
virtual/jpeg
cairo? ( x11-libs/cairo[X,svg] )
+ cups? ( net-print/cups )
pdf? ( app-text/podofo )
- spell? ( app-text/aspell )
+ aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )"
RDEPEND="${COMMON_DEPEND}
app-text/ghostscript-gpl"
-DEPEND="${COMMON_DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-docs.patch
+ "${FILESDIR}"/${P}-cups.patch
"${FILESDIR}"/${PN}-1.4.0-minizip.patch
)
@@ -85,9 +90,10 @@
-DWANT_QT3SUPPORT=OFF
-DGENTOOVERSION=${PVR}
-DWANT_GUI_LANG=${langs#,}
- $(cmake-utils_use_has spell ASPELL)
+ $(cmake-utils_use_has aspell ASPELL)
$(cmake-utils_use_has 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)
1.9 app-office/scribus/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/metadata.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/metadata.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/metadata.xml?r1=1.8&r2=1.9
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml 21 Jan 2013 16:39:29 -0000 1.8
+++ metadata.xml 22 Jan 2013 08:40:02 -0000 1.9
@@ -13,6 +13,7 @@
<use>
<flag name="minimal">Don't install headers (only required for e.g. plug-in developers)</flag>
<flag name="templates">Document tamplates</flag>
+ <flag name="aspell">Enable support for spell checking with <pkg>app-text/aspell</pkg></flag>
<flag name="hunspell">Enable support for spell checking with <pkg>app-text/hunspell</pkg></flag>
<flag name="linguas_cs_CZ">Language support for cs_CZ</flag>
<flag name="linguas_da_DK">Language support for da_DK</flag>
1.171 app-office/scribus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 22 Jan 2013 07:54:10 -0000 1.170
+++ ChangeLog 22 Jan 2013 08:40:02 -0000 1.171
@@ -1,6 +1,11 @@
# 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.170 2013/01/22 07:54:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.171 2013/01/22 08:40:02 jlec Exp $
+
+ 22 Jan 2013; Justin Lecher <jlec@gentoo.org> scribus-1.4.2-r1.ebuild,
+ +files/scribus-1.4.2-cups.patch, metadata.xml:
+ Rename USE spell to aspell to better fit its meaning; handle cups support not
+ automagically; add missing deps
*scribus-1.4.2-r1 (22 Jan 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-22 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 8:40 [gentoo-commits] gentoo-x86 commit in app-office/scribus: scribus-1.4.2-r1.ebuild metadata.xml ChangeLog Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox