aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDenis Shaposhnikov <dsh@bamus.cz>2024-04-12 19:01:10 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-12 19:02:05 +0000
commit363271c6e6322dd3216643784388d25bb1fd411c (patch)
tree67851f4c11419d7b6f33572ad9fd840540f5df07 /deskutils
parent3e9895d8af7aae3ea7a237732c5cab85630f32ef (diff)
downloadports-363271c6e6322dd3216643784388d25bb1fd411c.tar.gz
ports-363271c6e6322dd3216643784388d25bb1fd411c.zip
deskutils/syncthingtray: Update to 1.5.2
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/syncthingtray/Makefile2
-rw-r--r--deskutils/syncthingtray/distinfo6
-rw-r--r--deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h12
3 files changed, 4 insertions, 16 deletions
diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile
index 548d77e485b5..57a1a05d77f9 100644
--- a/deskutils/syncthingtray/Makefile
+++ b/deskutils/syncthingtray/Makefile
@@ -1,6 +1,6 @@
PORTNAME= syncthingtray
DISTVERSIONPREFIX= v
-DISTVERSION= 1.5.1
+DISTVERSION= 1.5.2
CATEGORIES= deskutils
MAINTAINER= dsh@bamus.cz
diff --git a/deskutils/syncthingtray/distinfo b/deskutils/syncthingtray/distinfo
index 6c2216ad6979..7277b8097352 100644
--- a/deskutils/syncthingtray/distinfo
+++ b/deskutils/syncthingtray/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1712148738
-SHA256 (Martchus-syncthingtray-v1.5.1_GH0.tar.gz) = 38350e7b69de42c0a736762f70cb90399637e3b8619eef50149115600273dbdd
-SIZE (Martchus-syncthingtray-v1.5.1_GH0.tar.gz) = 1896270
+TIMESTAMP = 1712941468
+SHA256 (Martchus-syncthingtray-v1.5.2_GH0.tar.gz) = 0e3f13bd1a966fef1042707b323ff4decde6cf6f091ee61e7f1a643925f9579e
+SIZE (Martchus-syncthingtray-v1.5.2_GH0.tar.gz) = 1900990
SHA256 (Martchus-cpp-utilities-v5.24.7_GH0.tar.gz) = c3aa125933aaf9724eacca045f5d8278d524a4cef95ce54b89e88e1ac15684c2
SIZE (Martchus-cpp-utilities-v5.24.7_GH0.tar.gz) = 195153
SHA256 (Martchus-qtutilities-v6.14.0_GH0.tar.gz) = 4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0
diff --git a/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h b/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h
deleted file mode 100644
index fb3d72c2ae6a..000000000000
--- a/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- syncthingtray/plasmoid/lib/syncthingapplet.h.orig 2024-04-02 09:09:30 UTC
-+++ syncthingtray/plasmoid/lib/syncthingapplet.h
-@@ -61,7 +61,9 @@ class SyncthingApplet : public Plasma::Applet {
- Q_PROPERTY(Data::SyncthingDownloadModel *downloadModel READ downloadModel NOTIFY downloadModelChanged)
- Q_PROPERTY(Data::SyncthingRecentChangesModel *recentChangesModel READ recentChangesModel NOTIFY recentChangesModelChanged)
- Q_PROPERTY(Data::SyncthingStatusSelectionModel *passiveSelectionModel READ passiveSelectionModel NOTIFY passiveSelectionModelChanged)
-+#ifdef LIB_SYNCTHING_CONNECTOR_SUPPORT_SYSTEMD
- Q_PROPERTY(Data::SyncthingService *service READ service NOTIFY serviceChanged)
-+#endif
- Q_PROPERTY(bool local READ isLocal NOTIFY localChanged)
- Q_PROPERTY(QString statusText READ statusText NOTIFY connectionStatusChanged)
- Q_PROPERTY(QString additionalStatusText READ additionalStatusText NOTIFY connectionStatusChanged)