Skip to content

Commit

Permalink
New package: gtk4-layer-shell-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfortier1 committed Jan 12, 2025
1 parent b9d31ac commit 0afe89f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3977,6 +3977,7 @@ libigdgmm.so.12 intel-gmmlib-22.1.3_1
libigfxcmrt.so.7 intel-media-driver-21.3.5_1
libigraph.so.3 igraph-0.10.2_1
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
libgtk4-layer-shell.so.0 gtk4-layer-shell-1.0.4_1
librdkafka.so.1 librdkafka-1.4.4_3
librdkafka++.so.1 librdkafka-1.4.4_3
libraft.so.0 raft-0.18.2_1
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/gtk4-layer-shell-devel
40 changes: 40 additions & 0 deletions srcpkgs/gtk4-layer-shell/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Template file for 'gtk4-layer-shell'
pkgname=gtk4-layer-shell
version=1.0.4
revision=1
build_style=meson
build_helper="gir"
hostmakedepends="gobject-introspection pkg-config"
makedepends="gtk4-devel wayland-devel wayland-protocols"
checkdepends="cantarell-fonts python3"
short_desc="Library to create panels and other desktop components for Wayland (GTK4)"
maintainer="Xavier Fortier <[email protected]>"
license="MIT"
homepage="https://github.com/wmww/gtk4-layer-shell"
changelog="https://raw.githubusercontent.com/wmww/gtk4-layer-shell/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/wmww/gtk4-layer-shell/archive/v${version}.tar.gz"
checksum=7fe327dc3740e4b6f5edfd855e23f84b1ac1ec6854b731047b95df7feb46498b

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true -Dsmoke-tests=false"
fi

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-devel valabind"
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
}
}

0 comments on commit 0afe89f

Please sign in to comment.