From 258ffef2c313ceb038e2b6ad87d570844a4353b7 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:33:29 -0700 Subject: [PATCH] GPaste: update to 42.1 --- common/shlibs | 4 +++- srcpkgs/GPaste/template | 18 +++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/common/shlibs b/common/shlibs index ab419c75c49..f081d78cde3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1418,7 +1418,9 @@ libCHART-1.6.so.0 fox-1.6.49_1 libchromaprint.so.1 chromaprint-1.5.0_1 libedit.so.0 libedit-20130712.3.1_1 libnet.so.9 libnet-1.2_1 -libgpaste.so.13 libgpaste-3.38.2_1 +libgpaste-2.so.0 libgpaste-42.1_1 +libgpaste-gtk-3.so.0 libgpaste-42.1_1 +libgpaste-gtk4.so.0 libgpaste-42.1_1 libthreadutil.so.6 libupnp-1.6.18_1 libupnp.so.17 libupnp-1.14.0_1 libixml.so.11 libupnp-1.14.0_1 diff --git a/srcpkgs/GPaste/template b/srcpkgs/GPaste/template index d85f71df5ab..17f2e3122ba 100644 --- a/srcpkgs/GPaste/template +++ b/srcpkgs/GPaste/template @@ -1,32 +1,28 @@ # Template file for 'GPaste' pkgname=GPaste -version=3.42.6 +version=42.1 revision=1 -wrksrc="gpaste-${version}" build_helper="gir" build_style=meson configure_args="$(vopt_bool gnome_shell gnome-shell) -Dcontrol-center-keybindings-dir=/usr/share/gnome-control-center/keybindings -Dsystemd-user-unit-dir=/usr/lib/systemd" hostmakedepends="gettext glib-devel pkg-config vala gobject-introspection" -makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel - libglib-devel libXi-devel libXtst-devel libX11-devel harfbuzz-devel +makedepends="gtk+3-devel gtk4-devel appstream-glib-devel dbus-devel gdk-pixbuf-devel + libadwaita-devel libglib-devel libXi-devel libXtst-devel libX11-devel harfbuzz-devel $(vopt_if gnome_shell 'gjs-devel mutter-devel') vala-devel" short_desc="Clipboard management system" maintainer="Enno Boland " 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=1158a66c0dd32289d81eb5a3170c9c7aacd0b90ed7ac2961003d803243c476a1 +changelog="https://raw.githubusercontent.com/Keruspe/GPaste/gpaste-42/NEWS" +distfiles="https://www.imagination-land.org/files/gpaste/GPaste-${version}.tar.xz" +checksum=d6b3d4c2a43ff53de3b1ec0b41222064aafaadcc65817d654476ea9e2da4ccb9 build_options="gnome_shell" desc_option_gnome_shell="Build GNOME Shell integration and extension" build_options_default="gnome_shell" -pre_build() { - export GIR_EXTRA_LIBS_PATH="${wrksrc}/lib/.libs" -} - post_install() { vlicense COPYING } @@ -46,6 +42,6 @@ GPaste-devel_package() { libgpaste_package() { short_desc+=" - gpaste library" pkg_install() { - vmove "usr/lib/libgpaste.so.*" + vmove "usr/lib/libgpaste-*.so.*" } }