Gentoo Update (#3119)

This commit is contained in:
Celestial.y
2026-03-24 13:19:55 +08:00
committed by GitHub
4 changed files with 38 additions and 33 deletions
@@ -9,62 +9,62 @@ DESCRIPTION="Toolkit for building desktop widgets using QtQuick"
HOMEPAGE="https://quickshell.org/" HOMEPAGE="https://quickshell.org/"
EGIT_REPO_URI="https://github.com/quickshell-mirror/quickshell.git" EGIT_REPO_URI="https://github.com/quickshell-mirror/quickshell.git"
EGIT_COMMIT="6e17efab83d3a5ad5d6e59bc08d26095c6660502" EGIT_COMMIT="7511545ee20664e3b8b8d3322c0ffe7567c56f7a"
KEYWORDS="~amd64 ~arm64 ~x86" KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="LGPL-3" LICENSE="LGPL-3"
SLOT="0" SLOT="0"
# Upstream recommends leaving all build options enabled by default
IUSE="+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc +bluetooth" IUSE="-breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab -i3 -i3-ipc +bluetooth"
RDEPEND=" RDEPEND="
dev-qt/qtbase:6 dev-qt/qtbase:6=
dev-qt/qtsvg:6 dev-qt/qtdeclarative:6=
dev-qt/qt5compat:6 dev-qt/qt5compat:6=
kde-frameworks/kimageformats:6=[avif]
dev-qt/qtimageformats:6 dev-cpp/cpptrace[unwind]
dev-qt/qtmultimedia:6 dev-qt/qtimageformats:6=
dev-qt/qtpositioning:6 dev-qt/qtmultimedia:6=
dev-qt/qtquicktimeline:6 dev-qt/qtpositioning:6=
dev-qt/qtsensors:6 dev-qt/qtquicktimeline:6=
dev-qt/qtsvg:6 dev-qt/qtsensors:6=
dev-qt/qttools:6 dev-qt/qtsvg:6=
dev-qt/qttranslations:6 dev-qt/qttools:6=
dev-qt/qtvirtualkeyboard:6 dev-qt/qttranslations:6=
dev-qt/qtwayland:6 dev-qt/qtvirtualkeyboard:6=
dev-qt/qtwayland:6=
kde-apps/kdialog kde-apps/kdialog
kde-frameworks/syntax-highlighting:6 kde-frameworks/syntax-highlighting:6=
kde-frameworks/kirigami kde-frameworks/kirigami:6=
jemalloc? ( dev-libs/jemalloc ) jemalloc? ( dev-libs/jemalloc:= )
wayland? ( wayland? (
dev-libs/wayland dev-libs/wayland
dev-qt/qtwayland:6 dev-qt/qtwayland:6=
) )
screencopy? ( screencopy? (
x11-libs/libdrm x11-libs/libdrm
media-libs/mesa media-libs/mesa
) )
X? ( x11-libs/libxcb ) X? ( x11-libs/libxcb:= )
pipewire? ( media-video/pipewire ) pipewire? ( media-video/pipewire:= )
mpris? ( dev-qt/qtdbus ) mpris? ( dev-qt/qtdbus:= )
pam? ( sys-libs/pam ) pam? ( sys-libs/pam )
bluetooth? ( net-wireless/bluez ) bluetooth? ( net-wireless/bluez )
" "
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"
BDEPEND=" BDEPEND="
|| ( >=sys-devel/gcc-14:* >=llvm-core/clang-17:* ) dev-cpp/cli11
dev-build/cmake
dev-vcs/git
dev-build/ninja
dev-qt/qtshadertools
dev-util/spirv-tools dev-util/spirv-tools
dev-qt/qtshadertools:6
wayland? ( wayland? (
dev-util/wayland-scanner dev-util/wayland-scanner
dev-libs/wayland-protocols dev-libs/wayland-protocols
) )
dev-cpp/cli11
dev-build/ninja
dev-build/cmake
dev-vcs/git
virtual/pkgconfig virtual/pkgconfig
breakpad? ( dev-util/breakpad ) breakpad? ( dev-util/breakpad )
dev-util/vulkan-headers dev-util/vulkan-headers
@@ -74,7 +74,7 @@ src_configure(){
mycmakeargs=( mycmakeargs=(
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DDISTRIBUTOR="Gentoo Illogical-Impulses" -DDISTRIBUTOR="Gentoo Illogical-Impulses"
-DINSTALL_QML_PREFIX="lib64/qt6/qml" -DINSTALL_QML_PREFIX="$(get_libdir)/qt6/qml"
-DCRASH_REPORTER=$(usex breakpad ON OFF) -DCRASH_REPORTER=$(usex breakpad ON OFF)
-DUSE_JEMALLOC=$(usex jemalloc ON OFF) -DUSE_JEMALLOC=$(usex jemalloc ON OFF)
-DSOCKETS=$(usex sockets ON OFF) -DSOCKETS=$(usex sockets ON OFF)
+2 -1
View File
@@ -52,7 +52,6 @@ v sudo sh -c 'cat ./sdata/dist-gentoo/additional-useflags >> /etc/portage/packag
v sudo emerge --sync v sudo emerge --sync
v sudo emerge --quiet --newuse --update --deep @world v sudo emerge --quiet --newuse --update --deep @world
v sudo emerge --quiet @smart-live-rebuild v sudo emerge --quiet @smart-live-rebuild
v sudo emerge --depclean
# Remove old ebuilds (if this isn't done the wildcard will fuck upon a version change) # Remove old ebuilds (if this isn't done the wildcard will fuck upon a version change)
x sudo rm -fr ${ebuild_dir}/app-misc/illogical-impulse-* x sudo rm -fr ${ebuild_dir}/app-misc/illogical-impulse-*
@@ -66,3 +65,5 @@ for i in "${metapkgs[@]}"; do
v sudo ebuild ${ebuild_dir}/app-misc/${i}/*.ebuild digest v sudo ebuild ${ebuild_dir}/app-misc/${i}/*.ebuild digest
v sudo emerge --update --quiet app-misc/${i} v sudo emerge --update --quiet app-misc/${i}
done done
v sudo emerge --depclean
+2
View File
@@ -54,3 +54,5 @@ media-fonts/readex-pro
media-fonts/rubik-vf media-fonts/rubik-vf
app-misc/songrec app-misc/songrec
dev-cpp/glaze dev-cpp/glaze
dev-cpp/cpptrace
dev-libs/libdwarf
+3 -1
View File
@@ -111,7 +111,9 @@ sys-power/upower introspection
gui-apps/fuzzel png svg gui-apps/fuzzel png svg
dev-libs/glib dbus elf introspection mime xattr dev-libs/glib dbus elf introspection mime xattr
# ngl idk about nm-connection-editor. Works fine without # ngl idk about nm-connection-editor. Works fine without
gui-apps/quickshell -X -i3 -i3-ipc breakpad bluetooth hyprland hyprland-focus-grab hyprland-global-shortcuts jemalloc layer-shell mpris pam pipewire screencopy session-lock sockets toplevel-management tray wayland
#app-i18n/translate-shell (nothing needed) #app-i18n/translate-shell (nothing needed)
#gui-apps/wlogout (no use flags) #gui-apps/wlogout (no use flags)
media-gfx/imagemagick xml media-gfx/imagemagick xml
################### OTHER ###################
dev-cpp/cpptrace unwind