diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-themes/murrine-themes | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'x11-themes/murrine-themes')
| -rw-r--r-- | x11-themes/murrine-themes/Manifest | 1 | ||||
| -rw-r--r-- | x11-themes/murrine-themes/metadata.xml | 5 | ||||
| -rw-r--r-- | x11-themes/murrine-themes/murrine-themes-0.98.11-r1.ebuild | 41 |
3 files changed, 0 insertions, 47 deletions
diff --git a/x11-themes/murrine-themes/Manifest b/x11-themes/murrine-themes/Manifest deleted file mode 100644 index 14ad6b2c94ba..000000000000 --- a/x11-themes/murrine-themes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST murrine-themes_0.98.11.tar.xz 150604 BLAKE2B 2173af65f04e46a5048149146181fa0658f6ba62f69e1e1939fe877dc7dbb0bbce82347d390e0836c98e3351cebbac7ed8817502c4116d1e5aa60dabb798539b SHA512 2dccb8a0a27a26d9d2b8f5a943204af7738f4a140f1ba1d7d39580bc4c7eb0b0b2feccf7a1857f7ccecfddc1b429aa88bdf8d12564659fba686ba4b4812b66d0 diff --git a/x11-themes/murrine-themes/metadata.xml b/x11-themes/murrine-themes/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/x11-themes/murrine-themes/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/x11-themes/murrine-themes/murrine-themes-0.98.11-r1.ebuild b/x11-themes/murrine-themes/murrine-themes-0.98.11-r1.ebuild deleted file mode 100644 index 979a40e1f122..000000000000 --- a/x11-themes/murrine-themes/murrine-themes-0.98.11-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Themes for the Murrine GTK+2 Cairo Engine" -HOMEPAGE="https://tracker.debian.org/pkg/murrine-themes" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86" - -RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.0" - -S="${WORKDIR}"/${PN} - -src_prepare() { - default - - # Depends on unpackaged theme Bluebird - rm -r usr/share/themes/shearwater || die -} - -src_install() { - insinto /usr/share/icons - doins -r usr/share/icons/* - - insinto /usr/share/themes - doins -r usr/share/themes/* -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |
