Skip to content

Commit a54a8d8

Browse files
authored
Gentoo Updates (#2371)
2 parents d001bc1 + 80d62c4 commit a54a8d8

File tree

34 files changed

+473
-324
lines changed

34 files changed

+473
-324
lines changed

sdata/dist-gentoo/illogical-impulse-audio/illogical-impulse-audio-1.0-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EAPI=8
66
DESCRIPTION="Illogical Impulse Audio Dependencies"
77
HOMEPAGE=""
88

9-
LICENSE="GPL-2"
9+
LICENSE="metapackage"
1010
SLOT="0"
1111
KEYWORDS="~amd64 ~arm64 ~x86"
1212
RESTRICT="strip"

sdata/dist-gentoo/illogical-impulse-backlight/illogical-impulse-backlight-1.0-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EAPI=8
66
DESCRIPTION="Illogical Impulse Backlight Dependencies"
77
HOMEPAGE=""
88

9-
LICENSE="GPL-2"
9+
LICENSE="metapackage"
1010
SLOT="0"
1111
KEYWORDS="~amd64 ~arm64 ~x86"
1212
RESTRICT="strip"

sdata/dist-gentoo/illogical-impulse-basic/illogical-impulse-basic-1.0-r2.ebuild

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@ EAPI=8
66
DESCRIPTION="Illogical Impulse Basic Dependencies"
77
HOMEPAGE=""
88

9-
LICENSE="GPL-2"
9+
LICENSE="metapackage"
1010
SLOT="0"
1111
KEYWORDS="~amd64 ~arm64 ~x86"
1212
RESTRICT="strip"
1313

1414
DEPEND=""
1515
RDEPEND="
16-
net-misc/axel
1716
sys-devel/bc
1817
sys-apps/coreutils
1918
app-misc/cliphist
2019
dev-build/cmake
2120
net-misc/curl
22-
net-misc/rsync
2321
net-misc/wget
2422
sys-apps/ripgrep
2523
dev-python/jq
26-
dev-build/meson
2724
x11-misc/xdg-user-dirs
25+
net-misc/rsync
2826
app-misc/yq-go
2927
"

sdata/dist-gentoo/illogical-impulse-bibata-modern-classic-bin/illogical-impulse-bibata-modern-classic-bin-2.0.6-r1.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
Bibata_VER=2.0.6
65

76
DESCRIPTION="Material Based Cursor Theme, installed for illogical-impulse dotfiles"
87
HOMEPAGE=""
9-
SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${Bibata_VER}/Bibata-Modern-Classic.tar.xz -> bibata-modern-classic.tar.xz"
8+
SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata-Modern-Classic.tar.xz -> bibata-modern-classic.tar.xz"
109

11-
LICENSE="GPL-2"
10+
LICENSE="GPL-3+"
1211
SLOT="0"
1312
KEYWORDS="~amd64 ~arm64 ~x86"
1413
RESTRICT="strip"

sdata/dist-gentoo/illogical-impulse-fonts-themes/illogical-impulse-fonts-themes-1.0-r1.ebuild

Lines changed: 19 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2,90 +2,40 @@
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
DART_SASS_VER=1.78.0
6-
SPACE_GROTESK_VER=1.1.4
75

86
DESCRIPTION="Illogical Impulse Fonts and Theming Dependencies"
9-
HOMEPAGE=""
10-
SRC_URI="
11-
https://github.com/Bali10050/Darkly/archive/refs/heads/main.tar.gz -> ${P}-darkly.tar.gz
12-
https://github.com/naipefoundry/gabarito/archive/refs/heads/main.tar.gz -> ${P}-gabarito.tar.gz
13-
https://github.com/googlefonts/rubik/archive/refs/heads/main.tar.gz -> ${P}-rubik.tar.gz
14-
https://github.com/ThomasJockin/readexpro/archive/refs/heads/master.tar.gz -> ${P}-readexpro.tar.gz
15-
https://github.com/mjkim0727/breeze-plus/archive/refs/heads/main.tar.gz -> ${P}-breeze-plus.tar.gz
16-
https://github.com/lassekongo83/adw-gtk3/archive/refs/heads/main.tar.gz -> ${P}-adw-gtk3.tar.gz
17-
https://github.com/google/material-design-icons/raw/refs/heads/master/variablefont/MaterialSymbolsOutlined%5BFILL,GRAD,opsz,wght%5D.ttf -> MaterialSymbolsOutlined.ttf
18-
https://github.com/google/material-design-icons/raw/refs/heads/master/variablefont/MaterialSymbolsRounded%5BFILL,GRAD,opsz,wght%5D.ttf -> MaterialSymbolsRounded.ttf
19-
https://github.com/google/material-design-icons/raw/refs/heads/master/variablefont/MaterialSymbolsSharp%5BFILL,GRAD,opsz,wght%5D.ttf -> MaterialSymbolsSharp.ttf
20-
https://github.com/floriankarsten/space-grotesk/archive/refs/tags/${SPACE_GROTESK_VER}.tar.gz -> ${P}-space-grotesk-${SPACE_GROTESK_VER}.tar.gz
21-
"
22-
LICENSE="GPL-2"
7+
8+
LICENSE="metapackage"
239
SLOT="0"
2410
KEYWORDS="~amd64 ~arm64 ~x86"
2511
RESTRICT="strip"
2612

2713
DEPEND=""
2814
RDEPEND="
15+
x11-themes/adw-gtk3
2916
kde-plasma/breeze
17+
kde-plasma/breeze-plus
18+
x11-themes/darkly
3019
sys-apps/eza
3120
app-shells/fish
3221
media-libs/fontconfig
3322
x11-terms/kitty
3423
x11-misc/matugen
24+
media-fonts/space-grotesk
3525
app-shells/starship
26+
media-fonts/gabarito
3627
media-fonts/jetbrains-mono
28+
media-fonts/material-symbols-variable
29+
media-fonts/readex-pro
30+
media-fonts/roboto-flex
31+
media-fonts/rubik-vf
3732
media-fonts/twemoji
3833
"
39-
40-
# Source directories
41-
S="${WORKDIR}"
42-
S_DARKLY="${S}/Darkly-main"
43-
S_GABARITO="${S}/gabarito-main"
44-
S_RUBIK="${S}/rubik-main"
45-
S_READEXPRO="${S}/readexpro-master"
46-
S_ADW_GTK3="${S}/adw-gtk3-main"
47-
S_BREEZE_PLUS="${S}/breeze-plus-main"
48-
S_SPACE_GROTESK="${S}/space-grotesk-${SPACE_GROTESK_VER}"
49-
50-
src_unpack() {
51-
default
52-
53-
mv "${WORKDIR}/dart-sass-${DART_SASS_VER}-linux-x64" "${S_DART_SASS}"
54-
}
55-
56-
src_compile() {
57-
cd "${S_DARKLY}"
58-
mkdir -p build
59-
cd build
60-
cmake .. -DBUILD_QT5=OFF -DBUILD_QT6=ON
61-
cmake --build . --parallel=$(nproc)
62-
63-
cd "${S_ADW_GTK3}"
64-
meson setup build
65-
meson compile -C build
66-
}
67-
68-
src_install() {
69-
cd "${S_DARKLY}/build"
70-
cmake --install . --destdir="${D}"
71-
72-
insinto /usr/share/fonts/ttf-gabarito
73-
doins "${S_GABARITO}"/fonts/ttf/*.ttf
74-
75-
insinto /usr/share/fonts/ttf-readex-pro
76-
doins "${S_READEXPRO}"/fonts/ttf/*.ttf
77-
78-
insinto /usr/share/fonts/material-symbols
79-
doins "${DISTDIR}"/MaterialSymbols*.ttf
80-
81-
insinto /usr/share/fonts/OTF
82-
doins "${S_SPACE_GROTESK}"/fonts/otf/*.otf
83-
84-
insinto /usr/share/themes
85-
doins -r "${S_BREEZE_PLUS}"/src/breeze-plus*
86-
87-
cd "${S_ADW_GTK3}"
88-
meson install -C build --destdir="${D}"
89-
90-
fc-cache -f
91-
}
34+
##### CUSTOM EBUILDS
35+
# x11-themes/adw-gtk3
36+
# x11-themes/darkly
37+
# media-fonts/space-grotesk
38+
# media-fonts/gabarito
39+
# media-fonts/material-symbols-variable
40+
# media-fonts/readex-pro
41+
# media-fonts/rubik-vf

sdata/dist-gentoo/illogical-impulse-hyprland/hyprgraphics-9999.ebuild

Lines changed: 0 additions & 28 deletions
This file was deleted.

sdata/dist-gentoo/illogical-impulse-hyprland/hyprland-qt-support-9999.ebuild

Lines changed: 0 additions & 35 deletions
This file was deleted.

sdata/dist-gentoo/illogical-impulse-hyprland/hyprland-qtutils-9999.ebuild

Lines changed: 0 additions & 26 deletions
This file was deleted.

sdata/dist-gentoo/illogical-impulse-hyprland/hyprlang-9999.ebuild

Lines changed: 0 additions & 25 deletions
This file was deleted.

sdata/dist-gentoo/illogical-impulse-hyprland/hyprwayland-scanner-9999.ebuild

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)