Enable KDE integrations in syncthingtray-qt6 by default

This commit is contained in:
Martchus 2024-02-28 12:22:29 +01:00
parent 027db63de5
commit 0dcf93c3d5
1 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ _js_provider=${SYNCTHING_TRAY_JS_PROVIDER:-qml}
# set to non-empty string to enable KIO plugin to show Syncthing actions in # set to non-empty string to enable KIO plugin to show Syncthing actions in
# Dolphin file browser # Dolphin file browser
_enable_kio_plugin=${SYNCTHING_TRAY_ENABLE_KIO_PLUGIN:-0} _enable_kio_plugin=${SYNCTHING_TRAY_ENABLE_KIO_PLUGIN:-1}
# set to non-empty string to enable Plasmoid for Plasma 5 desktop # set to non-empty string to enable Plasmoid for Plasma 5 desktop
_enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-0} _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
[[ $_enable_kio_plugin == 0 ]] && _enable_kio_plugin= [[ $_enable_kio_plugin == 0 ]] && _enable_kio_plugin=
[[ $_enable_plasmoid == 0 ]] && _enable_plasmoid= [[ $_enable_plasmoid == 0 ]] && _enable_plasmoid=
@ -27,7 +27,7 @@ _cfg=qt6
pkgname=syncthingtray-$_cfg pkgname=syncthingtray-$_cfg
_name=${pkgname%-$_cfg} _name=${pkgname%-$_cfg}
pkgver=1.4.13 pkgver=1.4.13
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing (using Qt 6)' pkgdesc='Tray application for Syncthing (using Qt 6)'
license=('GPL') license=('GPL')