From ad18223f8185e8e736a10b35557eced1c30cbad1 Mon Sep 17 00:00:00 2001 From: damneq Date: Mon, 20 Jan 2020 19:19:50 +0100 Subject: [PATCH] New package: gtk-layer-shell-0.1.0 --- common/shlibs | 1 + srcpkgs/gtk-layer-shell/template | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/gtk-layer-shell/template diff --git a/common/shlibs b/common/shlibs index 60f082055a3..be59cb838c3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3705,3 +3705,4 @@ libnvpair.so.1 zfs-0.8.2_1 libjsonnet.so.0 jsonnet-0.14.0_2 libjsonnet++.so.0 jsonnet-0.14.0_2 libigdgmm.so.11 intel-gmmlib-19.4.1_1 +libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1 diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template new file mode 100644 index 00000000000..14e7df9d3a9 --- /dev/null +++ b/srcpkgs/gtk-layer-shell/template @@ -0,0 +1,26 @@ +# Template file for 'gtk-layer-shell' +pkgname=gtk-layer-shell +version=0.1.0 +revision=1 +build_style=meson +configure_args="-Dexamples=$(vopt_if examples true false) + -Ddocs=$(vopt_if docs true false)" +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-devel gtk+3-devel gobject-introspection + $(vopt_if docs gtk-doc)" +short_desc="Library used to create panels and other desktop components for Wayland" +maintainer="damneq " +license=MIT +homepage="https://github.com/wmww/gtk-layer-shell" +changelog="https://github.com/wmww/gtk-layer-shell/releases" +distfiles="https://github.com/wmww/gtk-layer-shell/releases/download/v${version}/${pkgname}-${version}.tar.xz" +checksum=752842ade62b5d0745279049393d71e1fae943ceac4973aef9f43bf0c7a49359 + +build_options="examples docs" + +desc_option_examples="Builds gtk-layer-example and gtk-layer-demo" +desc_option_docs="Generates documentation" + +post_install() { + vlicense COPYING +}