summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-02-28 13:33:31 +0100
committerMartchus2024-02-28 13:33:31 +0100
commitc5f86e0ceff74ce82596b8de8811de1d418d0692 (patch)
treeda9205ad0c970a0c829ef48d776ed1ca778f88ef
parentfd0fe5ac6b32017a32662349faa294f0391007dd (diff)
downloadaur-c5f86e0ceff74ce82596b8de8811de1d418d0692.tar.gz
Disable KDE integrations by default
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a940fedcceab..c9818fa690a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
pkgver = 1.4.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Martchus/syncthingtray
arch = i686
arch = x86_64
@@ -16,9 +16,6 @@ pkgbase = syncthingtray
makedepends = ninja
makedepends = qt5-tools
makedepends = boost
- makedepends = kio5
- makedepends = plasma-framework5
- makedepends = extra-cmake-modules
depends = libqtutilities.so
depends = libqtforkawesome.so
depends = libc++utilities.so
@@ -29,8 +26,6 @@ pkgbase = syncthingtray
depends = xdg-utils
depends = qt5-webengine
depends = qt5-declarative
- optdepends = kio5: KIO plugin for Syncthing actions in Dolphin
- optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
source = syncthingtray-1.4.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.13.tar.gz
sha256sums = 18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef
diff --git a/PKGBUILD b/PKGBUILD
index 4fe023bb47a6..5d7cac7b6d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
# Dolphin file browser
-_enable_kio_plugin=${SYNCTHING_TRAY_ENABLE_KIO_PLUGIN:-1}
+_enable_kio_plugin=${SYNCTHING_TRAY_ENABLE_KIO_PLUGIN:-0}
# set to non-empty string to enable Plasmoid for Plasma 5 desktop
-_enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
+_enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-0}
[[ $_enable_kio_plugin == 0 ]] && _enable_kio_plugin=
[[ $_enable_plasmoid == 0 ]] && _enable_plasmoid=
@@ -25,7 +25,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
pkgver=1.4.13
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
license=('GPL')