swayosd back to gtk3

This commit is contained in:
Wallenstein 2025-01-19 12:19:43 +03:00
parent 8cfbd8dfcc
commit 2106fdbd73
4 changed files with 3 additions and 81 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
cp -vr ./srcpkgs/* ../void-packages/srcpkgs/
echo "libgtk4-layer-shell.so.0 gtk4-layer-shell-1.0.4_1" >> ../void-packages/common/shlibs
#echo "libgtk4-layer-shell.so.0 gtk4-layer-shell-1.0.4_1" >> ../void-packages/common/shlibs

View file

@ -1,39 +0,0 @@
# Template file for 'gtk4-layer-shell'
pkgname=gtk4-layer-shell
version=1.0.4
revision=4
build_style=meson
build_helper="gir"
hostmakedepends="gobject-introspection pkg-config wayland-protocols"
makedepends="gtk4-devel wayland-devel"
checkdepends="cantarell-fonts xvfb-run"
short_desc="Library to write GTK4 applications that use Layer Shell under Wayland"
maintainer="CringeTech Team <team@cringetech.net>"
license="MIT"
homepage="https://github.com/wmww/gtk4-layer-shell"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum="7fe327dc3740e4b6f5edfd855e23f84b1ac1ec6854b731047b95df7feb46498b"
#shlib_providers="libgtk4-layer-shell.so.0 libgtk4-layer-shell.so"
noshlibprovides=yes
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
else
configure_args+=" -Dtests=false"
fi
post_install() {
vlicense LICENSE
}
gtk4-layer-shell-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/vala
}
}

View file

@ -1,39 +0,0 @@
# Template file for 'gtk4-layer-shell'
pkgname=gtk4-layer-shell
version=1.0.4
revision=4
build_style=meson
build_helper="gir"
hostmakedepends="gobject-introspection pkg-config wayland-protocols"
makedepends="gtk4-devel wayland-devel"
checkdepends="cantarell-fonts xvfb-run"
short_desc="Library to write GTK4 applications that use Layer Shell under Wayland"
maintainer="CringeTech Team <team@cringetech.net>"
license="MIT"
homepage="https://github.com/wmww/gtk4-layer-shell"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum="7fe327dc3740e4b6f5edfd855e23f84b1ac1ec6854b731047b95df7feb46498b"
#shlib_providers="libgtk4-layer-shell.so.0 libgtk4-layer-shell.so"
noshlibprovides=yes
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
else
configure_args+=" -Dtests=false"
fi
post_install() {
vlicense LICENSE
}
gtk4-layer-shell-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/vala
}
}

View file

@ -6,7 +6,7 @@ revision=2
build_style=meson
hostmakedepends="cargo ninja pkg-config sassc"
makedepends="pulseaudio-devel"
depends="glib gtk+3 gtk-layer-shell libinput libevdev sassc"
depends="glib gtk+3 gtk-layer-shell libinput libevdev"
for item in ${depends[@]}; do
makedepends+=" ${item}-devel"
done
@ -22,6 +22,6 @@ post_install() {
vinstall data/udev/99-swayosd.rules 644 usr/lib/udev/rules.d
vinstall data/polkit/actions/org.erikreider.swayosd.policy.in 644 usr/share/polkit-1/actions org.erikreider.swayosd.policy
vinstall data/polkit/rules/org.erikreider.swayosd.rules 644 etc/polkit-1/rules.d
vinstall data/style/style.css 644 etc/xdg/swayosd
vinstall data/style/style.css 644 etc/xdg/swayosd || true
vsv swayosd-libinput-backend
}