summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-18 16:00:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-18 16:00:46 +0000
commitd8a87191d1e569673a14dee85dfdb56076db3864 (patch)
treec1d0590ad84635c32e7638d70b246e6899f283e8 /app-office/orage
parentVersion bump. (diff)
downloadgentoo-2-d8a87191d1e569673a14dee85dfdb56076db3864.tar.gz
gentoo-2-d8a87191d1e569673a14dee85dfdb56076db3864.tar.bz2
gentoo-2-d8a87191d1e569673a14dee85dfdb56076db3864.zip
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'app-office/orage')
-rw-r--r--app-office/orage/orage-4.7.5.ebuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/app-office/orage/orage-4.7.5.ebuild b/app-office/orage/orage-4.7.5.ebuild
index 17671bf19e1e..1a18b2938d19 100644
--- a/app-office/orage/orage-4.7.5.ebuild
+++ b/app-office/orage/orage-4.7.5.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.2 2010/04/19 15:40:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.3 2010/12/18 16:00:46 ssuominen Exp $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit flag-o-matic xfconf
-DESCRIPTION="Calendar suite for Xfce4"
+DESCRIPTION="Xfce's calendar suite (with panel plug-in)"
HOMEPAGE="http://www.xfce.org/projects/orage/"
SRC_URI="mirror://xfce/src/apps/${PN}/4.7/${P}.tar.bz2"
@@ -26,17 +26,20 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
-# source of 4.7.5 unpacks into 4.7.5.16.
S=${WORKDIR}/${P}.16
pkg_setup() {
- XFCONF="--disable-dependency-tracking
+ PATCHES=( "${FILESDIR}"/${P}-asneeded.patch )
+
+ XFCONF=(
+ --disable-dependency-tracking
$(use_enable dbus)
$(use_enable libnotify)
$(use_with berkdb bdb4)
- $(xfconf_use_debug)"
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
- PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
}
src_configure() {