# Template file for 'GPaste' pkgname=GPaste version=3.32.0 revision=1 wrksrc="gpaste-${version}" build_helper="gir" build_style=gnu-configure configure_args="--disable-static --with-gtk=3.0 --with-controlcenterdir=/usr/share/gnome-control-center/keybindings $(vopt_enable gir introspection) $(vopt_enable gnome_shell gnome-shell-extension) $(vopt_enable vala vala)" hostmakedepends="gettext-devel glib-devel pkg-config $(vopt_if vala vala)" makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel libglib-devel libXi-devel libXtst-devel libX11-devel $(vopt_if gnome_shell gjs-devel) $(vopt_if gnome_shell mutter-devel) $(vopt_if vala vala-devel)" short_desc="Clipboard management system" maintainer="Rasmus Thomsen " license="BSD-2-Clause" homepage="https://www.imagination-land.org/tags/GPaste.html" distfiles="https://www.imagination-land.org/files/gpaste/gpaste-${version}.tar.xz" checksum=82276c98e7f3707924d3ccf2f23c589099bdcd1cdce2692a02c7b30a2341689c # Package build options build_options="gir gnome_shell vala" desc_option_gnome_shell="Build GNOME Shell integration and extension" case "$XBPS_TARGET_MACHINE" in i686-musl|x86_64-musl) build_options_default+=" gir gnome_shell vala" ;; *-musl) ;; *) build_options_default+=" gir gnome_shell vala" ;; esac pre_build() { export GIR_EXTRA_LIBS_PATH="${wrksrc}/lib/.libs" } post_install() { vlicense COPYING } GPaste-devel_package() { depends="libgpaste-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/share/gir-1.0 vmove usr/share/vala vmove "usr/lib/*.so" } } libgpaste_package() { short_desc+=" - gpaste library" pkg_install() { vmove "usr/lib/libgpaste.so.*" } }