diff options
Diffstat (limited to 'x11-plugins/wmudmount')
-rw-r--r-- | x11-plugins/wmudmount/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmudmount/metadata.xml | 1 | ||||
-rw-r--r-- | x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild (renamed from x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild) | 29 |
3 files changed, 19 insertions, 15 deletions
diff --git a/x11-plugins/wmudmount/Manifest b/x11-plugins/wmudmount/Manifest index 4dbb319ef691..2aa51f75e070 100644 --- a/x11-plugins/wmudmount/Manifest +++ b/x11-plugins/wmudmount/Manifest @@ -1,4 +1,4 @@ AUX wmudmount-2.2-perl_brace_regex.patch 417 BLAKE2B cada3b139df63f9cc78c2d6bdb3f243c3fac5d4517c166de6cfc166439beedf7398510ab9ff76596316db6b3ad6dd8fb234e42d55614e89bfaed671614e0ed18 SHA512 93afa7793d64cf0d3f2e7be5a112fbf8c8823006e97f8d7c654d5aed91e8578012558b8cafce43c73b09c6279ca3a9741214bd851899c63f3eb5cd0641862c73 DIST wmudmount-3.0.tar.gz 189435 BLAKE2B e04c0bedfd4d0f4deed88f3acc87e4f2871890d6d12811404ec6c884107ae6bd9df17e724100068b08ff31ae557a02cd20bfc86222111939984fcc7916466c06 SHA512 dd12354d281ab04255e4ecf600d05c661168ed69b48439bba4ee6e61f2c93507e35e45c6f6671426c26df2fcf17ba5e851a6a3a3d757a5016a49bd8f76893eb9 -EBUILD wmudmount-3.0-r1.ebuild 896 BLAKE2B b0a2270703c676edad885d1e996b565527279e959370e6dc49da64e3f0b71fee053d4f5a57cafea6f30ebc06d9d1eaadfc1e1851d58d146d58d8fdda91eaada3 SHA512 a67713a2cfaf0a64412eea6da6f19b61760b526339c2af5abe81934bbd3b5e16d7732cbc06be0254f4c4c820875c5f0085b64b67b380adf318d789f808a6a571 -MISC metadata.xml 535 BLAKE2B 67b89a8a68ea17b9152b91e3e52a7db67f79f9b24f30a0c2c61f85dc37ec46c6c74be3321abf250ad8e79d0f539295a02c502ae427a89fba64694b233934ea49 SHA512 b8498fac89478bad98177eb309a794ea78553e81784ed67cf6069c855996f5330226d60059bff42fd7aa05b48f19726123de37b7e144f8d4a9850590711e8a98 +EBUILD wmudmount-3.0-r2.ebuild 907 BLAKE2B 8eb16e97281bc5ae2719be666128cf367e2b69ca32a0b93289313fc298850cee5f1dcad350cb94db9afa61b3bb7e4beb697ca06a961496dbed06d082f55940f4 SHA512 5e08197c1289397b967032e7a27ce865aa84afb050d3f57169558671a9b8dd4d6c294b2b712b8363c9838d8b49cabd874aa546b15bf509a6b78ae5a44fb4258f +MISC metadata.xml 436 BLAKE2B ce12b0e57459e1f1b93250062204c5e256b3d425e3b037e614b704f6c291cfb6b46ce8aaa1648e886fb0ca1a3f0a696de28c94dec9cc2810d37eacfd34263874 SHA512 65c3916c213d43d69f278bf173a0ffd760f329d8ba1fb2737c866e7bef051e81b5f9ffad8b2d2eb3e034cb09711035e238ec01bd7cbbe32292d4c5a33006a259 diff --git a/x11-plugins/wmudmount/metadata.xml b/x11-plugins/wmudmount/metadata.xml index 8468108df3fb..52aeabf7202d 100644 --- a/x11-plugins/wmudmount/metadata.xml +++ b/x11-plugins/wmudmount/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="gcr">Enable support for secure memory with <pkg>app-crypt/gcr</pkg></flag> - <flag name="secret">Enable support for secret service with <pkg>app-crypt/libsecret</pkg></flag> </use> <upstream> <remote-id type="sourceforge">wmudmount</remote-id> diff --git a/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild b/x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild index 8ce66251e44d..ac9b162e9b6d 100644 --- a/x11-plugins/wmudmount/wmudmount-3.0-r1.ebuild +++ b/x11-plugins/wmudmount/wmudmount-3.0-r2.ebuild @@ -1,26 +1,31 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit gnome2-utils +EAPI=8 -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting" +inherit xdg-utils + +DESCRIPTION="Filesystem mounter using udisks to handle notification and mounting" HOMEPAGE="https://sourceforge.net/projects/wmudmount/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="gcr libnotify secret" +IUSE="gcr keyring libnotify" -RDEPEND="sys-fs/udisks:2 +RDEPEND=" + sys-fs/udisks:2 >=x11-libs/gtk+-3.16.0:3 gcr? ( app-crypt/gcr:0=[gtk] ) + keyring? ( app-crypt/libsecret ) libnotify? ( >=x11-libs/libnotify-0.7 ) - secret? ( app-crypt/libsecret )" -DEPEND="${RDEPEND} +" +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig - virtual/imagemagick-tools[png]" + virtual/imagemagick-tools[png] +" DOCS="ChangeLog" @@ -30,13 +35,13 @@ src_configure() { econf \ $(use_with gcr) \ $(use_with libnotify) \ - $(use_with secret) + $(use_with keyring secret) } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |