Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/orage: ChangeLog orage-4.8.3.ebuild
Date: Sat, 21 Apr 2012 11:24:50
Message-Id: 20120421112438.E47BB2004B@flycatcher.gentoo.org
1 ssuominen 12/04/21 11:24:38
2
3 Modified: ChangeLog orage-4.8.3.ebuild
4 Log:
5 Install xfce4-orageclock-plugin to libdir instead of libexecdir. Fix documentation installation path.
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.62 app-office/orage/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 17 Apr 2012 07:37:02 -0000 1.61
23 +++ ChangeLog 21 Apr 2012 11:24:38 -0000 1.62
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-office/orage
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.61 2012/04/17 07:37:02 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.62 2012/04/21 11:24:38 ssuominen Exp $
29 +
30 + 21 Apr 2012; Samuli Suominen <ssuominen@g.o> orage-4.8.3.ebuild:
31 + Install xfce4-orageclock-plugin to libdir instead of libexecdir. Fix
32 + documentation installation path.
33
34 17 Apr 2012; Samuli Suominen <ssuominen@g.o> -orage-4.8.2.ebuild:
35 old
36
37
38
39 1.6 app-office/orage/orage-4.8.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.3.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.3.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.3.ebuild?r1=1.5&r2=1.6
44
45 Index: orage-4.8.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- orage-4.8.3.ebuild 13 Feb 2012 21:34:57 -0000 1.5
52 +++ orage-4.8.3.ebuild 21 Apr 2012 11:24:38 -0000 1.6
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.5 2012/02/13 21:34:57 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.6 2012/04/21 11:24:38 ssuominen Exp $
58
59 EAPI=4
60 -inherit xfconf
61 +inherit multilib xfconf
62
63 DESCRIPTION="A time managing application (and panel plug-in) for the Xfce desktop environment"
64 -HOMEPAGE="http://www.xfce.org/projects/orage/"
65 +HOMEPAGE="http://www.xfce.org/projects/"
66 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 @@ -18,15 +18,16 @@
70 dev-libs/popt
71 >=x11-libs/gtk+-2.10:2
72 berkdb? ( >=sys-libs/db-4 )
73 - dbus? ( >=dev-libs/dbus-glib-0.90 )
74 + dbus? ( >=dev-libs/dbus-glib-0.98 )
75 libnotify? ( >=x11-libs/libnotify-0.7 )
76 xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.8 )"
77 DEPEND="${RDEPEND}
78 - dev-util/pkgconfig
79 - dev-util/intltool"
80 + dev-util/intltool
81 + dev-util/pkgconfig"
82
83 pkg_setup() {
84 XFCONF=(
85 + --libexecdir="${EPREFIX}"/usr/$(get_libdir)
86 --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
87 $(use_enable xfce_plugins_clock libxfce4panel)
88 $(use_enable dbus)
89 @@ -36,4 +37,16 @@
90 )
91
92 DOCS=( AUTHORS ChangeLog NEWS README TODO )
93 +
94 + # PM doesn't let directory to be replaced by a symlink, see src_install()
95 + rm -rf "${EROOT}"/usr/share/${PN}/doc
96 +}
97 +
98 +src_install() {
99 + xfconf_src_install \
100 + docdir=/usr/share/doc/${PF}/html \
101 + imagesdir=/usr/share/doc/${PF}/html/images
102 +
103 + # Create compability symlink for retarded path hardcoding in src/{mainbox,parameters}.c
104 + dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc/C
105 }