summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-01-15 16:38:05 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-01-15 16:38:05 +0000
commitaf98021ff9ce42711e22a91549711de5de1a37c5 (patch)
tree85e78b0e701a56226725ccdd1cbd51a96907509c /app-text/qpdfview
parentFix init.d script by Dennis Lichtenthäler (bug #452370). Inherit user. (diff)
downloadgentoo-2-af98021ff9ce42711e22a91549711de5de1a37c5.tar.gz
gentoo-2-af98021ff9ce42711e22a91549711de5de1a37c5.tar.bz2
gentoo-2-af98021ff9ce42711e22a91549711de5de1a37c5.zip
Version bump. Remove old.
(Portage version: 2.1.11.41/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-text/qpdfview')
-rw-r--r--app-text/qpdfview/ChangeLog10
-rw-r--r--app-text/qpdfview/qpdfview-0.3.7.ebuild (renamed from app-text/qpdfview/qpdfview-0.3.5.ebuild)16
2 files changed, 16 insertions, 10 deletions
diff --git a/app-text/qpdfview/ChangeLog b/app-text/qpdfview/ChangeLog
index df09c6814f40..190010d5799a 100644
--- a/app-text/qpdfview/ChangeLog
+++ b/app-text/qpdfview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/qpdfview
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.28 2012/12/05 11:28:15 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.29 2013/01/15 16:38:05 kensington Exp $
+
+*qpdfview-0.3.7 (15 Jan 2013)
+
+ 15 Jan 2013; Michael Palimaka <kensington@gentoo.org> +qpdfview-0.3.7.ebuild,
+ -qpdfview-0.3.5.ebuild:
+ Version bump. Remove old.
*qpdfview-0.3.6 (05 Dec 2012)
diff --git a/app-text/qpdfview/qpdfview-0.3.5.ebuild b/app-text/qpdfview/qpdfview-0.3.7.ebuild
index c51b7e406f50..d61c170c953c 100644
--- a/app-text/qpdfview/qpdfview-0.3.5.ebuild
+++ b/app-text/qpdfview/qpdfview-0.3.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.3.5.ebuild,v 1.1 2012/10/15 07:36:08 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.3.7.ebuild,v 1.1 2013/01/15 16:38:05 kensington Exp $
-EAPI=4
-PLOCALES="ast cs de el es fi fr he hr pt_BR ru sk tr uk"
+EAPI=5
+PLOCALES="ast bs ca cs da de el en_GB es eu fi fr he hr id it ky my pl pt_BR ro ru sk tr ug uk zh_CN"
inherit l10n qt4-r2
DESCRIPTION="A tabbed PDF viewer using the poppler library"
@@ -13,18 +13,19 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="cups dbus svg synctex"
+IUSE="cups dbus sqlite svg synctex"
RDEPEND="app-text/poppler[qt4]
x11-libs/qt-core:4[iconv]
x11-libs/qt-gui:4
cups? ( net-print/cups )
dbus? ( x11-libs/qt-dbus:4 )
+ sqlite? ( x11-libs/qt-sql:4[sqlite] )
svg? ( x11-libs/qt-svg:4 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-DOCS="CHANGES CONTRIBUTORS README TODO"
+DOCS=( CHANGES CONTRIBUTORS README TODO )
S=${WORKDIR}/${P/_}
@@ -35,7 +36,7 @@ src_prepare() {
src_configure() {
local config i
- for i in cups dbus svg synctex; do
+ for i in cups dbus sqlite svg synctex; do
if ! use ${i} ; then
config+=" without_${i}"
fi
@@ -45,7 +46,6 @@ src_configure() {
}
rm_loc() {
- einfo "Removing ${1} localization..."
sed -e "s;translations/${PN}_${1}.ts;;" \
-i ${PN}.pro || die "sed translations failed"
rm translations/${PN}_${1}.{qm,ts} || die "rm translations failed"