app-emacs/desktop-entry-mode - 0.28 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/desktop-entry-mode-0.28

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/desktop-entry-mode-0.28

Or alternatively:

emerge --autounmask-write -a =app-emacs/desktop-entry-mode-0.28

Package Information

Description:
GNU Emacs mode for handling freedesktop.org desktop entry files
Homepage:
https://gitlab.freedesktop.org/xdg/desktop-file-utils
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.28 9 ~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

inherit elisp

DESCRIPTION="GNU Emacs mode for handling freedesktop.org desktop entry files"
HOMEPAGE="https://gitlab.freedesktop.org/xdg/desktop-file-utils"
SRC_URI="https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz"
S="${WORKDIR}"/desktop-file-utils-${PV}/misc

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"

RDEPEND="!<dev-util/desktop-file-utils-0.28[emacs(-)]"

SITEFILE="50${PN}-gentoo.el"

src_install() {
	elisp_src_install
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
}

Inherited Eclasses

Dependencies

RDEPEND

!<dev-util/desktop-file-utils-0.28[emacs(-)]

Manifest for 0.28

Type File Size Source URLs
DIST desktop-file-utils-0.28.tar.xz 81620 bytes https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.28.tar.xz