We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697c810 commit b5febd0Copy full SHA for b5febd0
1 file changed
srcpkgs/crystal-dock/template
@@ -0,0 +1,18 @@
1
+# Template file for 'crystal-dock'
2
+pkgname=crystal-dock
3
+version=2.16
4
+revision=1
5
+build_style=cmake
6
+build_wrksrc="src"
7
+hostmakedepends="cmake extra-cmake-modules pkg-config qt6-base qt6-tools qt6-declarative-host-tools"
8
+makedepends="qt6-base-devel qt6-base-private-devel layer-shell-qt-devel wayland-devel"
9
+short_desc="Customizable dock for Wayland"
10
+maintainer="Fabian Constantinescu <fabian.constantinescu@protonmail.com>"
11
+license="GPL-3.0-only"
12
+homepage="https://github.com/dangvd/crystal-dock"
13
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
14
+checksum=7fa93d24975d49c1c53acc01c6543ec270764f7ec40b59a31d0e519c75b22909
15
+
16
+if [ -n "$CROSS_BUILD" ]; then
17
+ configure_args+=" -DQT_HOST_PATH=/usr"
18
+fi
0 commit comments