mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-apps/gnome-disk-utility: Version bump to 40.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST gnome-disk-utility-3.38.2.tar.xz 1375128 BLAKE2B e437eead1273bb2931462ac6c7a7dfea75c603c5325af003d403f4b5130b28e95496724c1939e5dd2e3c8b517eb0d3cdf51952299451546b41f9f5eaddcf9e63 SHA512 3afc0a40e82f0ab3608302af3d83acb15a758581122188125f9572e95a802359d1af0a1e99fb0cd8fb612413aac09e3d33404d08a2d5e189b79d4f284c92cb82
|
||||
DIST gnome-disk-utility-40.0.tar.xz 1386880 BLAKE2B 680057797dc820197adbb3a8dea53c9545343ef03037d22ac3f3f87f34a0727d02c2b602a5886006e30acf97a1c1358258ff6f947be2192d835f955020b366cb SHA512 c53e1bef93dc024bc69be60848825f8175841319a2a7b92a75f48432423c5465151536f597c69707ebff37e5bc8e2c96d8a10f0f0e7ebe7cdc961a74841efd80
|
||||
DIST gnome-disk-utility-40.1.tar.xz 1387480 BLAKE2B ef3650cadd2f5e264abbf805fa0af1c7e9e30e067c946d91dd879600e2db5b9af83cc8f7990954cd8d859a7456d4054ddb9bcad0ed716a08b848f78dddda98d8 SHA512 be7a298f6ca9afad5dfd420a5ff5386a1e096f7d956339d5528702b2bd2b657dad4b9017b0ae519d13480fe0806fa64fd1c94e2c1136ee00a6b17c7f21a0acf1
|
||||
|
||||
63
sys-apps/gnome-disk-utility/gnome-disk-utility-40.1.ebuild
Normal file
63
sys-apps/gnome-disk-utility/gnome-disk-utility-40.1.ebuild
Normal file
@@ -0,0 +1,63 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit gnome.org gnome2-utils meson xdg
|
||||
|
||||
DESCRIPTION="Disk Utility for GNOME using udisks"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Disks"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="fat elogind gnome systemd"
|
||||
REQUIRED_USE="?? ( elogind systemd )"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=media-libs/libdvdread-4.2.0:0=
|
||||
>=dev-libs/glib-2.31:2
|
||||
>=x11-libs/gtk+-3.16.0:3
|
||||
>=media-libs/libcanberra-0.1[gtk3]
|
||||
>=gui-libs/libhandy-1.1.90:1=
|
||||
>=app-arch/xz-utils-5.0.5
|
||||
>=x11-libs/libnotify-0.7:=
|
||||
>=app-crypt/libsecret-0.7
|
||||
>=dev-libs/libpwquality-1.0.0
|
||||
>=sys-fs/udisks-2.7.6:2
|
||||
elogind? ( >=sys-auth/elogind-209 )
|
||||
systemd? ( >=sys-apps/systemd-209:0= )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
x11-themes/adwaita-icon-theme
|
||||
fat? ( sys-fs/dosfstools )
|
||||
gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
|
||||
"
|
||||
# libxml2 for xml-stripblanks in gresource
|
||||
BDEPEND="
|
||||
dev-libs/libxml2:2
|
||||
app-text/docbook-xsl-stylesheets
|
||||
dev-libs/libxslt
|
||||
dev-util/glib-utils
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dlogind=$(usex systemd libsystemd $(usex elogind libelogind none))
|
||||
$(meson_use gnome gsd_plugin)
|
||||
-Dman=true
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user