forked from Shinonome/dots-hyprland
gentoo: removed oneui (#3176)
This commit is contained in:
-26
@@ -1,26 +0,0 @@
|
|||||||
# Copyright 2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DESCRIPTION="A fork of mjkim0727/OneUI4-Icons for illogical-impulse dotfiles"
|
|
||||||
HOMEPAGE=""
|
|
||||||
SRC_URI="https://github.com/end-4/OneUI4-Icons/archive/main.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
|
||||||
RESTRICT="strip"
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND=""
|
|
||||||
|
|
||||||
S="${WORKDIR}/OneUI4-Icons-main"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
insinto /usr/share/icons
|
|
||||||
|
|
||||||
for theme in "OneUI" "OneUI-dark" "OneUI-light"; do
|
|
||||||
doins -r ${S}/${theme}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
@@ -33,7 +33,7 @@ fi
|
|||||||
arch=$(portageq envvar ACCEPT_KEYWORDS)
|
arch=$(portageq envvar ACCEPT_KEYWORDS)
|
||||||
|
|
||||||
# Exclude hyprland, will deal with that separately
|
# Exclude hyprland, will deal with that separately
|
||||||
metapkgs=(illogical-impulse-{audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,hyprland,kde,microtex-git,oneui4-icons-git,portal,python,quickshell-git,screencapture,toolkit,widgets})
|
metapkgs=(illogical-impulse-{audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,hyprland,kde,microtex-git,portal,python,quickshell-git,screencapture,toolkit,widgets})
|
||||||
|
|
||||||
ebuild_dir="/var/db/repos/ii-dots"
|
ebuild_dir="/var/db/repos/ii-dots"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ app-misc/illogical-impulse-fonts-themes
|
|||||||
app-misc/illogical-impulse-hyprland
|
app-misc/illogical-impulse-hyprland
|
||||||
app-misc/illogical-impulse-kde
|
app-misc/illogical-impulse-kde
|
||||||
app-misc/illogical-impulse-microtex-git
|
app-misc/illogical-impulse-microtex-git
|
||||||
app-misc/illogical-impulse-oneui4-icons-git
|
|
||||||
app-misc/illogical-impulse-portal
|
app-misc/illogical-impulse-portal
|
||||||
app-misc/illogical-impulse-python
|
app-misc/illogical-impulse-python
|
||||||
app-misc/illogical-impulse-quickshell-git
|
app-misc/illogical-impulse-quickshell-git
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# This script is meant to be sourced.
|
# This script is meant to be sourced.
|
||||||
# It's not for directly running.
|
# It's not for directly running.
|
||||||
|
|
||||||
for i in illogical-impulse-{quickshell-git,audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,hyprland,kde,microtex-git,oneui4-icons-git,portal,python,screencapture,toolkit,widgets}; do
|
for i in illogical-impulse-{quickshell-git,audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,hyprland,kde,microtex-git,portal,python,screencapture,toolkit,widgets}; do
|
||||||
v sudo emerge --unmerge $i
|
v sudo emerge --unmerge $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user