Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/
Date: Fri, 07 Dec 2018 12:06:10
Message-Id: 1544184335.620a9ae155203418671a833edc707a18547f9dbc.leio@gentoo
1 commit: 620a9ae155203418671a833edc707a18547f9dbc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 12:05:35 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 12:05:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620a9ae1
7
8 sys-apps/gnome-disk-utility: bump to 3.30.2, add longdesc
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 sys-apps/gnome-disk-utility/Manifest | 1 +
14 .../gnome-disk-utility-3.30.2.ebuild | 63 ++++++++++++++++++++++
15 sys-apps/gnome-disk-utility/metadata.xml | 5 ++
16 3 files changed, 69 insertions(+)
17
18 diff --git a/sys-apps/gnome-disk-utility/Manifest b/sys-apps/gnome-disk-utility/Manifest
19 index 99e9545d33a..3c46b7098de 100644
20 --- a/sys-apps/gnome-disk-utility/Manifest
21 +++ b/sys-apps/gnome-disk-utility/Manifest
22 @@ -1 +1,2 @@
23 DIST gnome-disk-utility-3.24.1.tar.xz 1947976 BLAKE2B a3b9d02417bed415bf6b9b8d86abcfa857abe316133ce7abfa11db835831e916d879b09d1e1129d12621b0234ffa27c1e246837cb614c51c54ce387a9c73bea4 SHA512 ae6bf83e005733ae985987411a9fe25b0059f64484fc0d613ad54af478130782974607bec53713ee36c2a28de653ceba82b0fb091aee57101773c0eeeaaed2d5
24 +DIST gnome-disk-utility-3.30.2.tar.xz 1665896 BLAKE2B 9000dc8e95f27cccdb3a13b84c527c740f801a58b0f3f1a384ae1415eeed330f5f81f284f190d110dca0f5dcfb9316262491b715c2b2cd4f67813587046b5b42 SHA512 59228fa923b7b1e89e8ce8d96920b6f452bc6ae62c203261bffbc584a2ef231e1d2006db8ddbd15f1f7b4ee14aeae54b85520b89bfd3e1450d42c423d987f2dc
25
26 diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2.ebuild
27 new file mode 100644
28 index 00000000000..16ce62737a9
29 --- /dev/null
30 +++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2.ebuild
31 @@ -0,0 +1,63 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +
38 +inherit gnome.org gnome2-utils meson xdg
39 +
40 +DESCRIPTION="Disk Utility for GNOME using udisks"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/Disks"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="0"
45 +IUSE="fat gnome systemd"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
47 +
48 +COMMON_DEPEND="
49 + >=dev-libs/glib-2.31:2
50 + >=sys-fs/udisks-2.7.6:2
51 + >=x11-libs/gtk+-3.16.0:3
52 + >=app-crypt/libsecret-0.7
53 + >=dev-libs/libpwquality-1.0.0
54 + >=media-libs/libcanberra-0.1[gtk3]
55 + >=media-libs/libdvdread-4.2.0
56 + >=x11-libs/libnotify-0.7:=
57 + >=app-arch/xz-utils-5.0.5
58 + systemd? ( >=sys-apps/systemd-209:0= )
59 +"
60 +RDEPEND="${COMMON_DEPEND}
61 + x11-themes/adwaita-icon-theme
62 + fat? ( sys-fs/dosfstools )
63 + gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
64 +"
65 +# appstream-glib for developer_name tag in appdata (gettext-0.19.8.1 own appdata.its file doesn't have it yet)
66 +# libxml2 for xml-stripblanks in gresource
67 +DEPEND="${COMMON_DEPEND}
68 + dev-libs/appstream-glib
69 + dev-libs/libxml2:2
70 + dev-libs/libxslt
71 + dev-util/glib-utils
72 + >=sys-devel/gettext-0.19.8
73 + virtual/pkgconfig
74 +"
75 +
76 +src_configure() {
77 + local emesonargs=(
78 + $(meson_use gnome gsd_plugin)
79 + $(meson_use systemd libsystemd)
80 + )
81 + meson_src_configure
82 +}
83 +
84 +pkg_postinst() {
85 + xdg_pkg_postinst
86 + gnome2_icon_cache_update
87 + gnome2_schemas_update
88 +}
89 +
90 +pkg_postrm() {
91 + xdg_pkg_postrm
92 + gnome2_icon_cache_update
93 + gnome2_schemas_update
94 +}
95
96 diff --git a/sys-apps/gnome-disk-utility/metadata.xml b/sys-apps/gnome-disk-utility/metadata.xml
97 index 72800be15e7..7a24d5bba6c 100644
98 --- a/sys-apps/gnome-disk-utility/metadata.xml
99 +++ b/sys-apps/gnome-disk-utility/metadata.xml
100 @@ -9,4 +9,9 @@
101 <flag name="fat">Include FAT16/FAT32 support
102 (<pkg>sys-fs/dosfstools</pkg>)</flag>
103 </use>
104 +<longdescription lang="en">
105 + Disks provides an easy way to inspect, format, partition, and configure disks
106 + and block devices. Using Disks, you can view SMART data, manage devices,
107 + benchmark physical disks, and image USB sticks.
108 +</longdescription>
109 </pkgmetadata>