Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/focuswriter: focuswriter-1.4.4.ebuild ChangeLog
Date: Tue, 04 Feb 2014 13:43:44
Message-Id: 20140204134341.0B2442004C@flycatcher.gentoo.org
1 hasufell 14/02/04 13:43:40
2
3 Modified: ChangeLog
4 Added: focuswriter-1.4.4.ebuild
5 Log:
6 version bump wrt #500198
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.18 app-editors/focuswriter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 20 May 2013 08:37:14 -0000 1.17
24 +++ ChangeLog 4 Feb 2014 13:43:40 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/focuswriter
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.17 2013/05/20 08:37:14 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.18 2014/02/04 13:43:40 hasufell Exp $
31 +
32 +*focuswriter-1.4.4 (04 Feb 2014)
33 +
34 + 04 Feb 2014; Julian Ospald <hasufell@g.o> +focuswriter-1.4.4.ebuild:
35 + version bump wrt #500198
36
37 20 May 2013; Agostino Sarubbo <ago@g.o> focuswriter-1.4.2.ebuild:
38 Stable for x86, wrt bug #470314
39
40
41
42 1.1 app-editors/focuswriter/focuswriter-1.4.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/focuswriter-1.4.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/focuswriter-1.4.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: focuswriter-1.4.4.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/focuswriter-1.4.4.ebuild,v 1.1 2014/02/04 13:43:40 hasufell Exp $
52
53 EAPI=5
54 PLOCALES="ca cs da de el en es es_MX fi fr he hu id it ja nl pl pt pt_BR ro ru
55 sk sv tr uk zh_CN"
56 PLOCALE_BACKUP="en"
57 inherit fdo-mime gnome2-utils qt4-r2 l10n readme.gentoo
58
59 DESCRIPTION="A fullscreen and distraction-free word processor"
60 HOMEPAGE="http://gottcode.org/focuswriter/"
61 SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="debug"
67
68 RDEPEND="app-text/enchant
69 dev-libs/libzip
70 dev-qt/qtcore:4
71 dev-qt/qtgui:4
72 sys-libs/zlib"
73 DEPEND="${RDEPEND}
74 virtual/pkgconfig"
75
76 DOCS=( ChangeLog CREDITS README )
77 DOC_CONTENTS="Focuswriter has optional sound support if media-libs/sdl-mixer is
78 installed with wav useflag enabled."
79
80 src_prepare() {
81 l10n_for_each_disabled_locale_do rm_loc
82 }
83
84 src_configure() {
85 eqmake4 PREFIX="${EPREFIX}/usr"
86 }
87
88 src_install() {
89 readme.gentoo_create_doc
90 qt4-r2_src_install
91 }
92
93 pkg_preinst() {
94 gnome2_icon_savelist
95 }
96
97 pkg_postinst() {
98 readme.gentoo_pkg_postinst
99 gnome2_icon_cache_update
100 fdo-mime_desktop_database_update
101 }
102
103 pkg_postrm() {
104 gnome2_icon_cache_update
105 fdo-mime_desktop_database_update
106 }
107
108 rm_loc() {
109 sed -e "s|translations/${PN}_${1}.ts||" -i ${PN}.pro || die 'sed failed'
110 rm translations/${PN}_${1}.{ts,qm} || die "removing ${1} locale failed"
111 }