forked from Shinonome/dots-hyprland
added version number, updated deps, added := slots
This commit is contained in:
+29
-31
@@ -14,59 +14,57 @@ EGIT_COMMIT="7511545ee20664e3b8b8d3322c0ffe7567c56f7a"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
LICENSE="LGPL-3"
|
||||
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"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtbase:6
|
||||
dev-qt/qtsvg:6
|
||||
dev-qt/qt5compat:6
|
||||
|
||||
dev-cpp/cpptrace
|
||||
|
||||
dev-qt/qtimageformats:6
|
||||
dev-qt/qtmultimedia:6
|
||||
dev-qt/qtpositioning:6
|
||||
dev-qt/qtquicktimeline:6
|
||||
dev-qt/qtsensors:6
|
||||
dev-qt/qtsvg:6
|
||||
dev-qt/qttools:6
|
||||
dev-qt/qttranslations:6
|
||||
dev-qt/qtvirtualkeyboard:6
|
||||
dev-qt/qtwayland:6
|
||||
dev-qt/qtbase:6=
|
||||
dev-qt/qtdeclarative:6=
|
||||
dev-qt/qt5compat:6=
|
||||
kde-frameworks/kimageformats:6=[avif]
|
||||
dev-cpp/cpptrace[unwind]
|
||||
dev-qt/qtimageformats:6=
|
||||
dev-qt/qtmultimedia:6=
|
||||
dev-qt/qtpositioning:6=
|
||||
dev-qt/qtquicktimeline:6=
|
||||
dev-qt/qtsensors:6=
|
||||
dev-qt/qtsvg:6=
|
||||
dev-qt/qttools:6=
|
||||
dev-qt/qttranslations:6=
|
||||
dev-qt/qtvirtualkeyboard:6=
|
||||
dev-qt/qtwayland:6=
|
||||
kde-apps/kdialog
|
||||
kde-frameworks/syntax-highlighting:6
|
||||
kde-frameworks/kirigami
|
||||
kde-frameworks/syntax-highlighting:6=
|
||||
kde-frameworks/kirigami:6=
|
||||
|
||||
jemalloc? ( dev-libs/jemalloc )
|
||||
jemalloc? ( dev-libs/jemalloc:= )
|
||||
wayland? (
|
||||
dev-libs/wayland
|
||||
dev-qt/qtwayland:6
|
||||
dev-qt/qtwayland:6=
|
||||
)
|
||||
screencopy? (
|
||||
x11-libs/libdrm
|
||||
media-libs/mesa
|
||||
)
|
||||
X? ( x11-libs/libxcb )
|
||||
pipewire? ( media-video/pipewire )
|
||||
mpris? ( dev-qt/qtdbus )
|
||||
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-cpp/cli11
|
||||
dev-build/cmake
|
||||
dev-vcs/git
|
||||
dev-build/ninja
|
||||
dev-qt/qtshadertools
|
||||
|
||||
dev-util/spirv-tools
|
||||
dev-qt/qtshadertools:6
|
||||
wayland? (
|
||||
dev-util/wayland-scanner
|
||||
dev-libs/wayland-protocols
|
||||
)
|
||||
dev-cpp/cli11
|
||||
dev-build/ninja
|
||||
dev-build/cmake
|
||||
dev-vcs/git
|
||||
virtual/pkgconfig
|
||||
breakpad? ( dev-util/breakpad )
|
||||
dev-util/vulkan-headers
|
||||
@@ -76,7 +74,7 @@ src_configure(){
|
||||
mycmakeargs=(
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DDISTRIBUTOR="Gentoo Illogical-Impulses"
|
||||
-DINSTALL_QML_PREFIX="lib64/qt6/qml"
|
||||
-DINSTALL_QML_PREFIX="$(get_libdir)/qt6/qml"
|
||||
-DCRASH_REPORTER=$(usex breakpad ON OFF)
|
||||
-DUSE_JEMALLOC=$(usex jemalloc ON OFF)
|
||||
-DSOCKETS=$(usex sockets ON OFF)
|
||||
Reference in New Issue
Block a user