Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/
Date: Tue, 18 Feb 2020 12:15:39
Message-Id: 1582028059.c69d74fb24fc30f43ea759dc4e53fb89c56eab87.leio@gentoo
1 commit: c69d74fb24fc30f43ea759dc4e53fb89c56eab87
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 09:43:50 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 12:14:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69d74fb
7
8 app-arch/file-roller: bump to 3.32.4 for translation updates
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-arch/file-roller/Manifest | 1 +
14 app-arch/file-roller/file-roller-3.32.4.ebuild | 91 ++++++++++++++++++++++++++
15 2 files changed, 92 insertions(+)
16
17 diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
18 index d6045009964..1b186312ff6 100644
19 --- a/app-arch/file-roller/Manifest
20 +++ b/app-arch/file-roller/Manifest
21 @@ -1 +1,2 @@
22 DIST file-roller-3.32.3.tar.xz 852808 BLAKE2B 939b931d7b179cc45ca3766dd122e2242e4de22b8c15f0942c31b5f9b5e8eed9d636122445d265539f9368f86d2efc10af161aaa046b3de6be05072d2b53004b SHA512 8256995f776524772936c6d60777c6c2668a610a672788a51ed83de1ae1c131b12373d2a918658f64f004757bb8c71b03edbf0c89776fcad6d64b4fc7fdb8e49
23 +DIST file-roller-3.32.4.tar.xz 854444 BLAKE2B 04264e64af8ab4376fa6985683b16be7fef730a4e24044f726933b885aaaa6b630f347a256b09c2ce6183d0a0a392b33b4328715bf6d19cf7128c1980f9f4792 SHA512 16b5ddbdeacf4e9e61265ecff05e8f2e0034147c67ae7355d2442f9b26098ff253d24cb34c8e686c2ac031da6acac8e1e3c8a9f978e1eb2b446b1e045babafc7
24
25 diff --git a/app-arch/file-roller/file-roller-3.32.4.ebuild b/app-arch/file-roller/file-roller-3.32.4.ebuild
26 new file mode 100644
27 index 00000000000..e414eeeaab8
28 --- /dev/null
29 +++ b/app-arch/file-roller/file-roller-3.32.4.ebuild
30 @@ -0,0 +1,91 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
36 +
37 +DESCRIPTION="Archive manager for GNOME"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
39 +
40 +LICENSE="GPL-2+ CC-BY-SA-3.0"
41 +SLOT="0"
42 +IUSE="libnotify nautilus packagekit"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
44 +
45 +# gdk-pixbuf used extensively in the source
46 +# cairo used in eggtreemultidnd.c
47 +# pango used in fr-window
48 +RDEPEND="
49 + >=app-arch/libarchive-3:=
50 + >=dev-libs/glib-2.36:2
51 + >=dev-libs/json-glib-0.14
52 + >=x11-libs/gtk+-3.13.2:3
53 + x11-libs/cairo
54 + x11-libs/gdk-pixbuf:2
55 + x11-libs/pango
56 + libnotify? ( >=x11-libs/libnotify-0.4.3:= )
57 + nautilus? ( >=gnome-base/nautilus-2.22.2 )
58 + packagekit? ( app-admin/packagekit-base )
59 +"
60 +DEPEND="${RDEPEND}"
61 +BDEPEND="
62 + dev-util/glib-utils
63 + dev-util/itstool
64 + >=sys-devel/gettext-0.19.8
65 + virtual/pkgconfig
66 +"
67 +
68 +DISABLE_AUTOFORMATTING="yes"
69 +DOC_CONTENTS="
70 +${PN} is a frontend for several archiving utilities. If you want a
71 +particular archive format support, see ${HOMEPAGE}
72 +and install the relevant package. For example:
73 +7-zip - app-arch/p7zip
74 +ace - app-arch/unace
75 +arj - app-arch/arj
76 +brotli - app-arch/brotli
77 +cpio - app-arch/cpio
78 +deb - app-arch/dpkg
79 +iso - app-cdr/cdrtools
80 +jar,zip - app-arch/zip and app-arch/unzip
81 +lha - app-arch/lha
82 +lzop - app-arch/lzop
83 +lz4 - app-arch/lz4
84 +rar - app-arch/unrar or app-arch/unar
85 +rpm - app-arch/rpm
86 +unstuff - app-arch/stuffit
87 +zoo - app-arch/zoo"
88 +
89 +src_prepare() {
90 + # File providing Gentoo package names for various archivers
91 + cp -v "${FILESDIR}"/3.32-packages.match data/packages.match || die
92 +
93 + xdg_src_prepare
94 +}
95 +
96 +src_configure() {
97 + local emesonargs=(
98 + -Drun-in-place=false
99 + $(meson_use nautilus nautilus-actions)
100 + $(meson_use libnotify notification)
101 + $(meson_use packagekit)
102 + -Dlibarchive=true
103 + )
104 + meson_src_configure
105 +}
106 +
107 +src_install() {
108 + meson_src_install
109 + readme.gentoo_create_doc
110 +}
111 +
112 +pkg_postinst() {
113 + xdg_pkg_postinst
114 + gnome2_schemas_update
115 + readme.gentoo_print_elog
116 +}
117 +
118 +pkg_postrm() {
119 + xdg_pkg_postrm
120 + gnome2_schemas_update
121 +}