From 3fdc3076e8dfca499224996abee8aec4be85c3b1 Mon Sep 17 00:00:00 2001 From: mac-a-r0ni <1995739+mac-a-r0ni@users.noreply.github.com> Date: Tue, 24 Dec 2024 06:59:49 -0500 Subject: [PATCH] xfce4-clipman-plugin: update to 0.6.7 --- xfce4-clipman-plugin/.footprint | 1 - xfce4-clipman-plugin/.signature | 8 ++++---- xfce4-clipman-plugin/Pkgfile | 4 +++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/xfce4-clipman-plugin/.footprint b/xfce4-clipman-plugin/.footprint index 562efb5..357b9ae 100644 --- a/xfce4-clipman-plugin/.footprint +++ b/xfce4-clipman-plugin/.footprint @@ -16,7 +16,6 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/xfce4/ drwxr-xr-x root/root usr/lib/xfce4/panel/ drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/ --rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libclipman.la -rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libclipman.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ diff --git a/xfce4-clipman-plugin/.signature b/xfce4-clipman-plugin/.signature index b6504f4..480bb10 100644 --- a/xfce4-clipman-plugin/.signature +++ b/xfce4-clipman-plugin/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xfce4.pub -RWRSAbUnL7azFFeN6TcQXIhzGWGikwp+tTkf9uO4wJtEkRhgE9x0L4tWCkOhi/jSg/lhUbdWKz3oGbrE5aYOU7GetOYvFCXFcws= -SHA256 (Pkgfile) = 33fb5c3b00cdb8decef94f0dd24d0404c18daa29bf08932f1e84fd0017cd67dd -SHA256 (.footprint) = 44ad8da9817a71e2a0297f244de199c73b1bc437e3169c56a10042fe8780527f -SHA256 (xfce4-clipman-plugin-1.6.6.tar.bz2) = 08ad475b006f878df5dd20d83c98edc33ed21e69b414d0e5ff6d4accd64d7120 +RWRSAbUnL7azFLU06CXIsZ5BDKlBEvh1TMeIh7JxyMMAOFFK3asE5h4qa9MA1J+l5PgZ8dhELcHtSDh9uiRP4s/DyiefKRAY9Ag= +SHA256 (Pkgfile) = 16ff36f0d941942154786742c07b3ca0bb42af6aa97f0e90a4833998da2af84e +SHA256 (.footprint) = f3022c15e63360804c3ac8efcbd536ab04802b9c9e392c01c81fa09d589de1d0 +SHA256 (xfce4-clipman-plugin-1.6.7.tar.bz2) = 9bae27808a50e959e0912b7202ea5d651ed7401a6fc227f811d9bdaf2e44178c diff --git a/xfce4-clipman-plugin/Pkgfile b/xfce4-clipman-plugin/Pkgfile index 1482297..4811a0a 100644 --- a/xfce4-clipman-plugin/Pkgfile +++ b/xfce4-clipman-plugin/Pkgfile @@ -4,7 +4,7 @@ # Depends on: qrencode xfce4-panel name=xfce4-clipman-plugin -version=1.6.6 +version=1.6.7 release=1 source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$version.tar.bz2) @@ -21,4 +21,6 @@ build() { make make DESTDIR=$PKG install + find $PKG/usr/lib/* -name "*.la" -type f|xargs rm -f + }