diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-emulation/wine-desktop-common | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-emulation/wine-desktop-common')
| -rw-r--r-- | app-emulation/wine-desktop-common/Manifest | 1 | ||||
| -rw-r--r-- | app-emulation/wine-desktop-common/metadata.xml | 10 | ||||
| -rw-r--r-- | app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild | 36 |
3 files changed, 47 insertions, 0 deletions
diff --git a/app-emulation/wine-desktop-common/Manifest b/app-emulation/wine-desktop-common/Manifest new file mode 100644 index 000000000000..06c178be8d95 --- /dev/null +++ b/app-emulation/wine-desktop-common/Manifest @@ -0,0 +1 @@ +DIST wine-desktop-common-20150204.tar.gz 99491 BLAKE2B 7427c08d00a7ec11319908c908c5833e1a3fc297ec2ebfd942ccdf2adb9e657d1fd751da74bd67e7efb3d4b8ad769a11b1aa5e1a56e33e181f149f4f6245fac3 SHA512 1f3d7022c5cff87ed3b8fd3b7cd14397c6f23b98fe6a7c583ac0d2f439ff29d943f57375f23687aa6519ff1d84ff07624a9a712d6f19fa207fd26d01edcb6688 diff --git a/app-emulation/wine-desktop-common/metadata.xml b/app-emulation/wine-desktop-common/metadata.xml new file mode 100644 index 000000000000..fc72d132ecb0 --- /dev/null +++ b/app-emulation/wine-desktop-common/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>wine@gentoo.org</email> + <name>Wine</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild new file mode 100644 index 000000000000..2987d1694d5b --- /dev/null +++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg + +DESCRIPTION="Various desktop menu items and icons for wine" +HOMEPAGE=" + https://github.com/NP-Hardass/wine-desktop-common + https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/ +" +SRC_URI=" + https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz + -> ${P}.tar.gz +" +S=${WORKDIR}/${PN}-${PV//./} + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" + +PDEPEND="app-eselect/eselect-wine" + +# These use a non-standard "Wine" category, which is provided by +# /etc/xdg/applications-merged/wine.menu +QA_DESKTOP_FILE=" + usr/share/applications/wine-browsedrive.desktop + usr/share/applications/wine-notepad.desktop + usr/share/applications/wine-uninstaller.desktop + usr/share/applications/wine-winecfg.desktop +" + +src_install() { + emake install DESTDIR="${D}" EPREFIX="${EPREFIX}" +} |
