xfce4-clipman-plugin: update to 0.6.7

This commit is contained in:
mac-a-r0ni 2024-12-24 06:59:49 -05:00
parent 6fa8171bde
commit 3fdc3076e8
3 changed files with 7 additions and 6 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
}