Skip to content

Commit 79c2585

Browse files
authored
kiconthemes-mini is now provided by the debloated packages repo
1 parent 964b669 commit 79c2585

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

get-dependencies.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ pacman -Syu --noconfirm gwenview qt6ct
1010

1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"
13-
get-debloated-pkgs --add-common --prefer-nano ffmpeg-mini
13+
get-debloated-pkgs --add-common --prefer-nano ffmpeg-mini kiconthemes-mini
1414

1515
# remove qt6webengine, otherwise it gets deployed due to it having a qml plugin
1616
pacman -Rdd --noconfirm qt6-webengine
1717

18-
# build kiconthemes without mandatory link to massive libKF6BreezeIcons.so library
19-
PRE_BUILD_CMDS="
20-
sed -i -e 's|-DBUILD_TESTING=OFF|-DBUILD_TESTING=OFF -DUSE_BreezeIcons=OFF|g' ./PKGBUILD
21-
" make-aur-package --archlinux-pkg kiconthemes
22-
2318
# If the application needs to be manually built that has to be done down here
2419

2520
# if you also have to make nightly releases check for DEVEL_RELEASE = 1

0 commit comments

Comments
 (0)