syncthingtray: update to 1.5.5.
This commit is contained in:
parent
208b98fe8f
commit
c7560e489d
|
@ -4347,9 +4347,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.15 syncthingtray-1.5.4_1
|
||||
libsyncthingmodel.so.15 syncthingtray-1.5.4_1
|
||||
libsyncthingconnector.so.15 syncthingtray-1.5.4_1
|
||||
libsyncthingwidgets.so.16 syncthingtray-1.5.5_1
|
||||
libsyncthingmodel.so.16 syncthingtray-1.5.5_1
|
||||
libsyncthingconnector.so.16 syncthingtray-1.5.5_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
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'syncthingtray'
|
||||
pkgname=syncthingtray
|
||||
version=1.5.4
|
||||
version=1.5.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILTIN_TRANSLATIONS=ON -DSYSTEMD_SUPPORT=OFF
|
||||
-DBUILD_SHARED_LIBS=ON -DQT_PACKAGE_PREFIX=Qt6 -DKF_PACKAGE_PREFIX=KF6"
|
||||
hostmakedepends="pkg-config qt6-tools qt6-base extra-cmake-modules"
|
||||
makedepends="cpp-utilities-devel qtutilities-devel qtforkawesome-devel boost-devel
|
||||
qt6-base-devel qt6-declarative-devel qt6-svg-devel libplasma-devel"
|
||||
qt6-base-devel qt6-declarative-devel qt6-svg-devel libplasma-devel kf6-kconfig-devel
|
||||
kf6-kio-devel"
|
||||
depends="syncthing"
|
||||
checkdepends="syncthing iproute2"
|
||||
short_desc="Tray application for Syncthing"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/Martchus/syncthingtray"
|
||||
homepage="https://martchus.github.io/syncthingtray/"
|
||||
distfiles="https://github.com/Martchus/syncthingtray/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=bb4d462284850ca43b48d7f6ee0cd2109c529136f574a572d546fdaec0cf6e9b
|
||||
checksum=b4a987511bfac59b2f9e6ca35459608339e03b85a358c7b9f19b921056f3d68f
|
||||
|
||||
# requires weird port-binding shenanigans that may not work on ipv6
|
||||
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=syncthingtray#n50
|
||||
|
@ -38,17 +39,17 @@ syncthingtray-plasma_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision} plasma-workspace"
|
||||
short_desc+=" - KDE plasmoid"
|
||||
pkg_install() {
|
||||
vmove usr/share/metainfo/syncthingplasmoid.appdata.xml
|
||||
vmove usr/share/metainfo/syncthingplasmoid.metainfo.xml
|
||||
vmove usr/lib/qt6/plugins/plasma
|
||||
vmove usr/share/plasma
|
||||
}
|
||||
}
|
||||
|
||||
syncthingtray-dolphin_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} kf6-kio"
|
||||
short_desc+=" - KDE dolphin integration"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - dolphin integration"
|
||||
pkg_install() {
|
||||
vmove usr/share/metainfo/syncthingfileitemaction.appdata.xml
|
||||
vmove usr/share/metainfo/syncthingfileitemaction.metainfo.xml
|
||||
vmove usr/lib/qt6/plugins/kf6
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue