Skip to content

Commit

Permalink
syncthingtray: update to 1.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Dec 7, 2024
1 parent de848d4 commit be88df5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4356,9 +4356,9 @@ libopensmtpd.so.0 libopensmtpd-0.7_1
libiio.so.0 libiio-0.23_1
libqtforkawesome.so.1 qtforkawesome-0.1.0_1
libqtquickforkawesome.so.1 qtforkawesome-0.1.0_1
libsyncthingwidgets.so.19 syncthingtray-1.6.3_1
libsyncthingmodel.so.19 syncthingtray-1.6.3_1
libsyncthingconnector.so.19 syncthingtray-1.6.3_1
libsyncthingwidgets.so.20 syncthingtray-1.6.4_1
libsyncthingmodel.so.20 syncthingtray-1.6.4_1
libsyncthingconnector.so.20 syncthingtray-1.6.4_1
libglibutil.so.1 libglibutil-1.0.64_1
libgbinder.so.1 libgbinder-1.1.20_1
libgxml-0.20.so.2.0.2 gxml-0.20.3_1
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/syncthingtray/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'syncthingtray'
pkgname=syncthingtray
version=1.6.3
version=1.6.4
revision=1
build_style=cmake
configure_args="-DBUILTIN_TRANSLATIONS=ON -DSYSTEMD_SUPPORT=OFF
Expand All @@ -16,7 +16,7 @@ maintainer="classabbyamp <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://martchus.github.io/syncthingtray/"
distfiles="https://github.com/Martchus/syncthingtray/archive/refs/tags/v${version}.tar.gz"
checksum=49ab861c2bc0649652b8dcbc4cf8788c743008a8bc6d023f7d4a3b3bbdc3bdc6
checksum=1d8729557d04595f814dd153fbfa5baf10b8d2c371aab20a595cb060dacd3ff4

# requires weird port-binding shenanigans that may not work on ipv6
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=syncthingtray#n50
Expand All @@ -39,7 +39,7 @@ syncthingtray-plasma_package() {
depends="${sourcepkg}>=${version}_${revision} plasma-workspace"
short_desc+=" - KDE plasmoid"
pkg_install() {
vmove usr/share/metainfo/syncthingplasmoid.metainfo.xml
vmove usr/share/metainfo/io.github.martchus.syncthingplasmoid.metainfo.xml
vmove usr/lib/qt6/plugins/plasma
vmove usr/share/plasma
}
Expand All @@ -49,7 +49,7 @@ syncthingtray-dolphin_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - dolphin integration"
pkg_install() {
vmove usr/share/metainfo/syncthingfileitemaction.metainfo.xml
vmove usr/share/metainfo/io.github.martchus.syncthingfileitemaction.metainfo.xml
vmove usr/lib/qt6/plugins/kf6
}
}

0 comments on commit be88df5

Please sign in to comment.