summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-27 16:16:02 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-27 16:16:02 +0000
commitce3de212e8e31773d316d486b3b620f21012197b (patch)
tree96007f4a13d8e01e06fb0d87255baa9d8b3a034c /app-cdr/k3b
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-ce3de212e8e31773d316d486b3b620f21012197b.tar.gz
gentoo-2-ce3de212e8e31773d316d486b3b620f21012197b.tar.bz2
gentoo-2-ce3de212e8e31773d316d486b3b620f21012197b.zip
added docs; only info about k3bsetup if it is installed
Diffstat (limited to 'app-cdr/k3b')
-rw-r--r--app-cdr/k3b/ChangeLog5
-rw-r--r--app-cdr/k3b/k3b-0.11.1-r1.ebuild18
2 files changed, 15 insertions, 8 deletions
diff --git a/app-cdr/k3b/ChangeLog b/app-cdr/k3b/ChangeLog
index 36e669d9757d..74ef09efdc60 100644
--- a/app-cdr/k3b/ChangeLog
+++ b/app-cdr/k3b/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-cdr/k3b
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.36 2004/01/27 14:52:57 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.37 2004/01/27 16:16:02 lanius Exp $
+
+ 27 Jan 2004; Heinrich Wendel <lanius@gentoo.org> k3b-0.11.1-r1.ebuild:
+ added docs; only info about k3bsetup if it is installed
*k3b-0.11.1-r1 (27 Jan 2004)
diff --git a/app-cdr/k3b/k3b-0.11.1-r1.ebuild b/app-cdr/k3b/k3b-0.11.1-r1.ebuild
index be0b3753609b..12d96b385610 100644
--- a/app-cdr/k3b/k3b-0.11.1-r1.ebuild
+++ b/app-cdr/k3b/k3b-0.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.1-r1.ebuild,v 1.1 2004/01/27 14:52:57 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.1-r1.ebuild,v 1.2 2004/01/27 16:16:02 lanius Exp $
inherit kde
need-kde 3.1
@@ -69,6 +69,8 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog FAQ README TODO
+
# if [ -n "${LINGUAS}" -a -d "${WORKDIR}/${I18N}" ]; then
# cd "${WORKDIR}/${I18N}"
# make DESTDIR=${D} install || die
@@ -77,12 +79,14 @@ src_install() {
pkg_postinst()
{
- einfo "The k3b setup program will offer to change some permissions and"
- einfo "create a user group. These changes are not necessary. We recommend"
- einfo "that you clear the two check boxes that let k3b make changes for"
- einfo "cdrecord and cdrdao and let k3b make changes for the devices when"
- einfo "running k3b setup."
- echo
+ if use kde; then
+ einfo "The k3b setup program will offer to change some permissions and"
+ einfo "create a user group. These changes are not necessary. We recommend"
+ einfo "that you clear the two check boxes that let k3b make changes for"
+ einfo "cdrecord and cdrdao and let k3b make changes for the devices when"
+ einfo "running k3b setup."
+ echo
+ fi
einfo "I18n tarballs are not evailable yet, due to kde 3.2 release plan."
einfo "LINGUAS is \"disabled\" therefore."
}