Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xournal: ChangeLog xournal-0.4.6-r2.ebuild
Date: Thu, 28 Jun 2012 23:34:15
Message-Id: 20120628233404.312242004B@flycatcher.gentoo.org
1 dilfridge 12/06/28 23:34:04
2
3 Modified: ChangeLog
4 Added: xournal-0.4.6-r2.ebuild
5 Log:
6 Rebase on upstreamed image patch
7
8 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.37 app-text/xournal/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 24 Jun 2012 11:08:44 -0000 1.36
24 +++ ChangeLog 28 Jun 2012 23:34:04 -0000 1.37
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/xournal
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.36 2012/06/24 11:08:44 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.37 2012/06/28 23:34:04 dilfridge Exp $
30 +
31 +*xournal-0.4.6-r2 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Andreas K. Huettel <dilfridge@g.o>
34 + +xournal-0.4.6-r2.ebuild:
35 + Rebase on upstreamed image patch
36
37 *xournal-0.4.6-r1 (24 Jun 2012)
38
39
40
41
42 1.1 app-text/xournal/xournal-0.4.6-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/xournal-0.4.6-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/xournal-0.4.6-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xournal-0.4.6-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.6-r2.ebuild,v 1.1 2012/06/28 23:34:04 dilfridge Exp $
52
53 EAPI=4
54
55 GCONF_DEBUG=no
56
57 inherit gnome2 autotools
58
59 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus."
60 HOMEPAGE="http://xournal.sourceforge.net/"
61
62 SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz http://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}-gentoo.patch.xz"
63 LICENSE="GPL-2"
64
65 SLOT="0"
66 KEYWORDS=""
67 IUSE="+pdf"
68
69 COMMONDEPEND="
70 app-text/poppler[cairo]
71 dev-libs/atk
72 dev-libs/glib
73 gnome-base/libgnomecanvas
74 media-libs/freetype
75 media-libs/fontconfig
76 sys-libs/zlib
77 x11-libs/cairo
78 x11-libs/gdk-pixbuf
79 x11-libs/gtk+:2
80 x11-libs/pango
81 "
82 RDEPEND="${COMMONDEPEND}
83 pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
84 "
85 DEPEND="${COMMONDEPEND}
86 virtual/pkgconfig
87 "
88
89 src_prepare() {
90 epatch "${WORKDIR}"/${PN}-${PVR}-gentoo.patch
91 sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c
92 eautoreconf
93 }
94
95 src_install() {
96 emake DESTDIR="${D}" install
97 emake DESTDIR="${D}" desktop-install
98
99 dodoc ChangeLog AUTHORS README
100 dohtml -r html-doc/*
101 }