Skip to content

Commit

Permalink
New package: gtk4-layer-shell-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfortier1 committed Jan 29, 2025
1 parent b6a0b4c commit 0825ed2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3981,6 +3981,8 @@ 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.1.0_1
liblayer-shell-preload.so gtk4-layer-shell-1.1.0_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.1.0
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/main/CHANGELOG.md"
distfiles="https://github.com/wmww/gtk4-layer-shell/archive/v${version}.tar.gz"
checksum=98284281260a5eef5b4f63a55f16c4bf6a788a1020a6db037ecb0f71fa336988

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 0825ed2

Please sign in to comment.