From 9242b93558ae45d08d87b9cd5d42ef1a5b562faf Mon Sep 17 00:00:00 2001 From: jwihardi Date: Mon, 20 Oct 2025 20:35:43 -0400 Subject: [PATCH] quickshell, widgets, install, useflag (breakpad), keywords - updated --- ...cal-impulse-quickshell-git-9999-r1.ebuild} | 0 ...> illogical-impulse-widgets-1.0-r2.ebuild} | 7 +- .../quickshell-9999.ebuild | 84 ------------------- sdist/gentoo/install-deps.sh | 2 +- sdist/gentoo/keywords | 4 + sdist/gentoo/useflags | 2 +- 6 files changed, 11 insertions(+), 88 deletions(-) rename sdist/gentoo/illogical-impulse-quickshell-git/{illogical-impulse-quickshell-git-9999.ebuild => illogical-impulse-quickshell-git-9999-r1.ebuild} (100%) rename sdist/gentoo/illogical-impulse-widgets/{illogical-impulse-widgets-1.0-r1.ebuild => illogical-impulse-widgets-1.0-r2.ebuild} (82%) delete mode 100644 sdist/gentoo/illogical-impulse-widgets/quickshell-9999.ebuild diff --git a/sdist/gentoo/illogical-impulse-quickshell-git/illogical-impulse-quickshell-git-9999.ebuild b/sdist/gentoo/illogical-impulse-quickshell-git/illogical-impulse-quickshell-git-9999-r1.ebuild similarity index 100% rename from sdist/gentoo/illogical-impulse-quickshell-git/illogical-impulse-quickshell-git-9999.ebuild rename to sdist/gentoo/illogical-impulse-quickshell-git/illogical-impulse-quickshell-git-9999-r1.ebuild diff --git a/sdist/gentoo/illogical-impulse-widgets/illogical-impulse-widgets-1.0-r1.ebuild b/sdist/gentoo/illogical-impulse-widgets/illogical-impulse-widgets-1.0-r2.ebuild similarity index 82% rename from sdist/gentoo/illogical-impulse-widgets/illogical-impulse-widgets-1.0-r1.ebuild rename to sdist/gentoo/illogical-impulse-widgets/illogical-impulse-widgets-1.0-r2.ebuild index e2b878a74..fe6109223 100644 --- a/sdist/gentoo/illogical-impulse-widgets/illogical-impulse-widgets-1.0-r1.ebuild +++ b/sdist/gentoo/illogical-impulse-widgets/illogical-impulse-widgets-1.0-r2.ebuild @@ -15,8 +15,11 @@ DEPEND="" RDEPEND=" gui-apps/fuzzel dev-libs/glib - gui-apps/quickshell + media-gfx/imagemagick + gui-apps/hypridle + gui-libs/hyprutils + gui-apps/hyprlock + gui-apps/hyprpicker app-i18n/translate-shell gui-apps/wlogout - media-gfx/imagemagick " diff --git a/sdist/gentoo/illogical-impulse-widgets/quickshell-9999.ebuild b/sdist/gentoo/illogical-impulse-widgets/quickshell-9999.ebuild deleted file mode 100644 index 89a092516..000000000 --- a/sdist/gentoo/illogical-impulse-widgets/quickshell-9999.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Toolkit for building desktop widgets using QtQuick" -HOMEPAGE="https://quickshell.org/" - -if [[ "${PV}" = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/quickshell-mirror/${PN^}.git" -else - SRC_URI="https://github.com/quickshell-mirror/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -# 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" - -RDEPEND=" - dev-qt/qtbase:6 - dev-qt/qtsvg:6 - jemalloc? ( dev-libs/jemalloc ) - wayland? ( - dev-libs/wayland - dev-qt/qtwayland:6 - ) - screencopy? ( - x11-libs/libdrm - media-libs/mesa - ) - X? ( x11-libs/libxcb ) - pipewire? ( media-video/pipewire ) - mpris? ( dev-qt/qtdbus ) - pam? ( sys-libs/pam ) - bluetooth? ( net-wireless/bluez ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - || ( >=sys-devel/gcc-14:* >=llvm-core/clang-17:* ) - dev-build/cmake - dev-build/ninja - virtual/pkgconfig - dev-cpp/cli11 - dev-util/spirv-tools - dev-qt/qtshadertools:6 - breakpad? ( dev-util/breakpad ) - wayland? ( - dev-util/wayland-scanner - dev-libs/wayland-protocols - ) -" - -src_configure(){ - mycmakeargs=( - -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DDISTRIBUTOR="Gentoo GURU" - -DINSTALL_QML_PREFIX="lib64/qt6/qml" - -DCRASH_REPORTER=$(usex breakpad ON OFF) - -DUSE_JEMALLOC=$(usex jemalloc ON OFF) - -DSOCKETS=$(usex sockets ON OFF) - -DWAYLAND=$(usex wayland ON OFF) - -DWAYLAND_WLR_LAYERSHELL=$(usex layer-shell ON OFF) - -DWAYLAND_SESSION_LOCK=$(usex session-lock ON OFF) - -DWAYLAND_TOPLEVEL_MANAGEMENT=$(usex toplevel-management ON OFF) - -DSCREENCOPY=$(usex screencopy ON OFF) - -DX11=$(usex X ON OFF) - -DSERVICE_PIPEWIRE=$(usex pipewire ON OFF) - -DSERVICE_STATUS_NOTIFIER=$(usex tray ON OFF) - -DSERVICE_MPRIS=$(usex mpris ON OFF) - -DSERVICE_PAM=$(usex pam ON OFF) - -DHYPRLAND=$(usex hyprland ON OFF) - -DHYPRLAND_GLOBAL_SHORTCUTS=$(usex hyprland-global-shortcuts) - -DHYPRLAND_FOCUS_GRAB=$(usex hyprland-focus-grab) - -DI3=$(usex i3 ON OFF) - -DI3_IPC=$(usex i3-ipc ON OFF) - -DBLUETOOTH=$(usex bluetooth ON OFF) - ) - cmake_src_configure -} diff --git a/sdist/gentoo/install-deps.sh b/sdist/gentoo/install-deps.sh index 949bbf8eb..7be8f30a9 100644 --- a/sdist/gentoo/install-deps.sh +++ b/sdist/gentoo/install-deps.sh @@ -37,7 +37,7 @@ fi arch=$(portageq envvar ACCEPT_KEYWORDS) # 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,screencapture,toolkit,widgets}) +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}) ebuild_dir="/var/db/repos/localrepo" diff --git a/sdist/gentoo/keywords b/sdist/gentoo/keywords index 9716ace7a..e6043f0f7 100644 --- a/sdist/gentoo/keywords +++ b/sdist/gentoo/keywords @@ -9,6 +9,7 @@ app-misc/illogical-impulse-microtex-git app-misc/illogical-impulse-oneui4-icons-git app-misc/illogical-impulse-portal app-misc/illogical-impulse-python +gui-misc/illogical-impulse-quickshell-git app-misc/illogical-impulse-screencapture app-misc/illogical-impulse-toolkit app-misc/illogical-impulse-widgets @@ -39,3 +40,6 @@ gui-libs/hyprland-qt-support ** gui-libs/hyprland-qtutils ** gui-wm/hyprland ** x11-libs/libxkbcommon +dev-util/breakpad +dev-libs/linux-syscall-support +dev-embedded/libdisasm diff --git a/sdist/gentoo/useflags b/sdist/gentoo/useflags index c3e12ed8e..e7c9755fc 100644 --- a/sdist/gentoo/useflags +++ b/sdist/gentoo/useflags @@ -111,7 +111,7 @@ sys-power/upower introspection gui-apps/fuzzel png svg dev-libs/glib dbus elf introspection mime xattr # 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 +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) #gui-apps/wlogout (no use flags) media-gfx/imagemagick xml