summaryrefslogtreecommitdiff
path: root/x11-themes/comix-xcursors
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-themes/comix-xcursors
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'x11-themes/comix-xcursors')
-rw-r--r--x11-themes/comix-xcursors/Manifest4
-rw-r--r--x11-themes/comix-xcursors/comix-xcursors-0.10.0.ebuild47
-rw-r--r--x11-themes/comix-xcursors/metadata.xml13
3 files changed, 0 insertions, 64 deletions
diff --git a/x11-themes/comix-xcursors/Manifest b/x11-themes/comix-xcursors/Manifest
deleted file mode 100644
index 2e7f2c2ec0ca..000000000000
--- a/x11-themes/comix-xcursors/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ComixCursors-0.10.0.tar.bz2 1753964 BLAKE2B 13ea09f12ea7a157471e8364c96413ccc7febfdf2a246c33a5e303d8acce0ee35a8f6ae9b55cc4c3af2cdeac113dab9f7cc776ea581f606b365bbb2f5d39fc39 SHA512 8440aeb7baa652d47793103a2197c0c94ca338a033a025cfa9dba2ed2f114fcbd03904f1a9e7cb7e071ad5c050ef42bf574d0a91db53d45506c8bb2f0fdf85c3
-DIST ComixCursors-LH-0.10.0.tar.bz2 1758405 BLAKE2B 531b66bbfb89c250a747b972722572d89ffeed262b446f8e10f44d57f184c884562823a260c3835b035ee57a40143fe4b005163e8f162b93cceb1fe60aef6983 SHA512 db72874c972c8e62f85d1f8d8dac05510666ef8415c6b07a013a7cdc76cc780433b6fe6c1af859cebad621b97f1090e59213f3b31a9821956aca4d8e79cbf44b
-DIST ComixCursors-LH-Opaque-0.10.0.tar.bz2 1574331 BLAKE2B 0f46a6173b35515b75e0641648761c19045ab185b7d5db70fef53a2364599fe7e2abdb7b368fd2818ad4104d111586c8c12045b2b000e25041837f39f0a4d57f SHA512 a5a3021799a078241c7d71cab2d9abba2c0e1d2dfa63622c997b65898e1615aee1187820162af53cc26d33ff916abf1bac2beb957576e3cfd52b57a1bea15d7c
-DIST ComixCursors-Opaque-0.10.0.tar.bz2 1569942 BLAKE2B 845aca22a97cb779a85b771e3eb978e2fe741ab659b090fff653d804e7e646786231fd22f149c35fff8c030c5355ba405338ce18f7e8aff06cd932480f6e420e SHA512 6122efd364b93fb10896c6a80cf84756a1ceec1d0fe7349d77f03618c72033e7d2370c451b7bb09dbdab827f28d8b23cdc8dcdb75c1835fe5b6d336668cf23c0
diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.10.0.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.10.0.ebuild
deleted file mode 100644
index 4a12145b8420..000000000000
--- a/x11-themes/comix-xcursors/comix-xcursors-0.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="ComixCursors"
-
-DESCRIPTION="X11 mouse theme with a comics feeling"
-HOMEPAGE="
- https://limitland.de/comixcursors
- https://gitlab.com/limitland/comixcursors
-"
-SRC_URI="
- https://limitland.gitlab.io/comixcursors/${MY_PN}-${PV}.tar.bz2
- lefthanded? ( https://limitland.gitlab.io/comixcursors/${MY_PN}-LH-${PV}.tar.bz2 )
- opaque? ( https://limitland.gitlab.io/comixcursors/${MY_PN}-Opaque-${PV}.tar.bz2 )
- lefthanded? ( opaque? ( https://limitland.gitlab.io/comixcursors/${MY_PN}-LH-Opaque-${PV}.tar.bz2 ) )
-"
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~s390 ~sparc x86"
-IUSE="lefthanded opaque"
-
-RDEPEND="x11-libs/libXcursor"
-
-src_install() {
- insinto /usr/share/icons
- doins -r "${S}"/*
-
- CURSOR_NAMES=()
- for name in "${S}"/ComixCursors-* ; do
- dosym -r "/usr/share/icons/${name##${S}/}/cursors" "/usr/share/cursors/xorg-x11/${name##${S}}"
- CURSOR_NAMES+=( "${name##${S}/}" )
- done
-}
-
-pkg_preinst() {
- # Needed until bug #834600 is solved
- local name
- for name in "${CURSOR_NAMES[@]}" ; do
- if [[ -d "${EROOT}/usr/share/cursors/xorg-x11/${name}" ]] ; then
- rm -r "${EROOT}/usr/share/cursors/xorg-x11/${name}" || die
- fi
- done
-}
diff --git a/x11-themes/comix-xcursors/metadata.xml b/x11-themes/comix-xcursors/metadata.xml
deleted file mode 100644
index aa9e285a4573..000000000000
--- a/x11-themes/comix-xcursors/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="lefthanded">Install lefthanded version of theme in addition to default one.</flag>
- <flag name="opaque">Install non-transparent version of theme in addition to default one.</flag>
- </use>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="gitlab">limitland/comixcursors</remote-id>
- </upstream>
-</pkgmetadata>