Diff desktop-file-utils-0.26-r1 with a desktop-file-utils-0.26-r2

/usr/portage/dev-util/desktop-file-utils/desktop-file-utils-0.26-r2.ebuild 2023-10-09 14:52:30.960368387 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit elisp-common meson
6 6

  
7 7
DESCRIPTION="Command line utilities to work with desktop menu entries"
8
HOMEPAGE="https://freedesktop.org/wiki/Software/desktop-file-utils"
8
HOMEPAGE="https://freedesktop.org/wiki/Software/desktop-file-utils/"
9 9
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
10 10

  
11 11
LICENSE="GPL-2+"
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
14 14
IUSE="emacs"
15 15

  
16 16
RDEPEND=">=dev-libs/glib-2.12:2"
......
25 25

  
26 26
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
27 27

  
28
# Will be in next release
29
PATCHES=( "${FILESDIR}/${P}-support-version-1.5.patch" )
30

  
28 31
src_compile() {
29 32
	meson_src_compile
30 33
	use emacs && elisp-compile misc/desktop-entry-mode.el
Thank you!