summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2008-02-19 16:09:24 +0000
committerSteve Dibb <beandog@gentoo.org>2008-02-19 16:09:24 +0000
commit9ff68b7b27de31b48f1f9137d3f8ffbecea7c269 (patch)
tree71fb9a965b8b9da816a4b7bf464f37d6969ffe59 /app-text
parentFix building with IBM jdk's. Patch by Alex V. Fansky <damwihu@gmail.com> bug ... (diff)
downloadgentoo-2-9ff68b7b27de31b48f1f9137d3f8ffbecea7c269.tar.gz
gentoo-2-9ff68b7b27de31b48f1f9137d3f8ffbecea7c269.tar.bz2
gentoo-2-9ff68b7b27de31b48f1f9137d3f8ffbecea7c269.zip
Add patch for desktop file
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/bibletime/ChangeLog8
-rw-r--r--app-text/bibletime/bibletime-1.6.5-r1.ebuild48
-rw-r--r--app-text/bibletime/files/bibletime-1.6.5-desktop.patch19
-rw-r--r--app-text/bibletime/files/digest-bibletime-1.6.5-r16
4 files changed, 80 insertions, 1 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog
index 9759fa7acedc..413a59439a1f 100644
--- a/app-text/bibletime/ChangeLog
+++ b/app-text/bibletime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/bibletime
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.44 2008/01/05 18:03:47 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.45 2008/02/19 16:09:23 beandog Exp $
+
+*bibletime-1.6.5-r1 (19 Feb 2008)
+
+ 19 Feb 2008; Steve Dibb <beandog@gentoo.org>
+ +files/bibletime-1.6.5-desktop.patch, +bibletime-1.6.5-r1.ebuild:
+ Add patch for desktop file
*bibletime-1.6.5 (05 Jan 2008)
diff --git a/app-text/bibletime/bibletime-1.6.5-r1.ebuild b/app-text/bibletime/bibletime-1.6.5-r1.ebuild
new file mode 100644
index 000000000000..c45163113a38
--- /dev/null
+++ b/app-text/bibletime/bibletime-1.6.5-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.6.5-r1.ebuild,v 1.1 2008/02/19 16:09:23 beandog Exp $
+
+inherit kde eutils versionator
+
+DESCRIPTION="KDE Bible study application using the SWORD library."
+HOMEPAGE="http://www.bibletime.info/"
+SRC_URI="mirror://sourceforge/bibletime/${P}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="=app-text/sword-1.5.10*
+ >=dev-cpp/clucene-0.9.16"
+
+LANGS_PKG=${PN}-i18n-${PV}
+LANGS="af bg cs da de en_GB es fi fr hu it ko nl nn_NO no pl pt_BR ro ru sk uk"
+LANGS_DOC="bg cs de fi fr it ko nl pt_BR ru"
+
+for X in ${LANGS}; do
+ IUSE="${IUSE} linguas_${X}"
+ SRC_URI="${SRC_URI} linguas_${X}? ( mirror://sourceforge/bibletime/${LANGS_PKG}.tar.bz2 )"
+done
+
+need-kde 3.4
+
+
+pkg_setup() {
+ if ! built_with_use app-text/sword curl; then
+ echo
+ ewarn "The SWORD library may not have been compiled with curl support."
+ ewarn "If you wish to use BibleTime's ability to download modules"
+ ewarn "straight from the SWORD website, please make sure app-text/sword"
+ ewarn "was compiled with USE=\"curl\"."
+ ewarn "Press ctrl+c to abort the merge of BibleTime if you want to"
+ ewarn "recompile SWORD with curl support."
+ echo
+ fi
+}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-desktop.patch"
+}
diff --git a/app-text/bibletime/files/bibletime-1.6.5-desktop.patch b/app-text/bibletime/files/bibletime-1.6.5-desktop.patch
new file mode 100644
index 000000000000..e547ad9ea8c8
--- /dev/null
+++ b/app-text/bibletime/files/bibletime-1.6.5-desktop.patch
@@ -0,0 +1,19 @@
+diff -Naur bibletime-1.6.5-orig/bibletime.desktop.in bibletime-1.6.5/bibletime.desktop.in
+--- bibletime-1.6.5-orig/bibletime.desktop.in 2004-07-07 19:51:13.000000000 -0400
++++ bibletime-1.6.5/bibletime.desktop.in 2008-01-10 08:26:55.000000000 -0500
+@@ -6,7 +6,7 @@
+ Comment[de]=Ein einfach zu benutzendes Bibelprogramm
+ Comment[fr]=Un outil d'�ude biblique facile �utiliser
+ Exec=bibletime
+-Icon=bibletime.png
++Icon=bibletime
+ MimeType=
+ Name=BibleTime @VERSION@
+ Name[C]=BibleTime @VERSION@
+@@ -22,5 +22,5 @@
+ Type=Application
+ X-KDE-SubstituteUID=false
+ X-KDE-Username=
+-Categories=Religion;Bible;Application;KDE;Utility;
++Categories=X-Religion;X-Bible;Application;KDE;Utility;
+ DocPath=bibletime/handbook/index.html
diff --git a/app-text/bibletime/files/digest-bibletime-1.6.5-r1 b/app-text/bibletime/files/digest-bibletime-1.6.5-r1
new file mode 100644
index 000000000000..9c94ace42086
--- /dev/null
+++ b/app-text/bibletime/files/digest-bibletime-1.6.5-r1
@@ -0,0 +1,6 @@
+MD5 c6815d2076e454150c3b9fb88c1dd1e8 bibletime-1.6.5.tar.bz2 1230062
+RMD160 dfd3f5c13b987427e0e87da8324a3eda15372bd1 bibletime-1.6.5.tar.bz2 1230062
+SHA256 c68c8c44157ef7c5f7aaf3201869f9b714930ce66c39057a66481282ecae07bf bibletime-1.6.5.tar.bz2 1230062
+MD5 afe5c92f212951c3949ac010ae20ef7b bibletime-i18n-1.6.5.tar.bz2 1086518
+RMD160 2aa9bdc9dd1a78e490c01c9956e9136bf09a21fc bibletime-i18n-1.6.5.tar.bz2 1086518
+SHA256 88d4a3acdbc82e8fd6d93124787d25fb0451245f03bd6254507d27b42f7d8ddb bibletime-i18n-1.6.5.tar.bz2 1086518