diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-30 11:17:39 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-30 11:28:03 -0400 |
commit | 7a806c48d33c5e0d0381ab81a7ba8d7e9e6aa6e3 (patch) | |
tree | 7b711c794ceea5f8f0ecfa2cb0fc174652b06b71 /dev-util | |
parent | net-libs/libproxy: Version bump to 0.5.9 (diff) | |
download | gentoo-7a806c48d33c5e0d0381ab81a7ba8d7e9e6aa6e3.tar.gz gentoo-7a806c48d33c5e0d0381ab81a7ba8d7e9e6aa6e3.tar.bz2 gentoo-7a806c48d33c5e0d0381ab81a7ba8d7e9e6aa6e3.zip |
dev-util/desktop-file-utils: Version bump to 0.28
Closes: https://bugs.gentoo.org/942165
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/desktop-file-utils/Manifest | 1 | ||||
-rw-r--r-- | dev-util/desktop-file-utils/desktop-file-utils-0.28.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/desktop-file-utils/Manifest b/dev-util/desktop-file-utils/Manifest index 0bc54c31285e..d2b8b0b20236 100644 --- a/dev-util/desktop-file-utils/Manifest +++ b/dev-util/desktop-file-utils/Manifest @@ -1 +1,2 @@ DIST desktop-file-utils-0.27.tar.xz 80808 BLAKE2B 66708cd11d5f81824cad814846cdeac6c339e8e93a7f1dceaeed545d9dc1940523fd64ae890e54632b3d32cc91b258aabd41d6d467081539f978ae2993fdfb22 SHA512 81356239a92fb17885aa85a5192c84c2757ebb2e540920d0d41d07035795f08f4162f41b1a87bb2bfcf70ec61f19f1f158e4395a359f46b46f68cb9e24f259a8 +DIST desktop-file-utils-0.28.tar.xz 81620 BLAKE2B c5ef35ad1a7b8cebee72d512ea660546730624b95c22af6e0429976076bcc8ad9572d7ccf529363ac24846df7bfe447628c8da09f9efdf46b3177a9c73cc3985 SHA512 1024172fcd37ace0660fd58195c0562b47f1ef8ed37f662b88048c295a388d1458d01f86799b34ec9e8b27a7ea441f98665f0d641c29cb5ecc3abd7da41230f0 diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.28.ebuild b/dev-util/desktop-file-utils/desktop-file-utils-0.28.ebuild new file mode 100644 index 000000000000..b516fba32bc8 --- /dev/null +++ b/dev-util/desktop-file-utils/desktop-file-utils-0.28.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Command line utilities to work with desktop menu entries" +HOMEPAGE="https://freedesktop.org/wiki/Software/desktop-file-utils/" +SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" + +RDEPEND=">=dev-libs/glib-2.26:2" +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/xz-utils + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog HACKING NEWS README ) |