Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] syncthingtray
@ 2024-07-02 18:02 classabbyamp
  2024-07-05  1:20 ` [PR PATCH] [Merged]: syncthingtray classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2024-07-02 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages syncthingtray
https://github.com/void-linux/void-packages/pull/51083

syncthingtray
- **cpp-utilities: update to 5.25.0.**
- **syncthingtray: update to 1.5.5.**

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/51083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-syncthingtray-51083.patch --]
[-- Type: text/x-diff, Size: 4455 bytes --]

From 8db4e32e206df95eb8bbc5d96bbe20b9c7a90201 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 2 Jul 2024 14:02:12 -0400
Subject: [PATCH 1/2] cpp-utilities: update to 5.25.0.

---
 srcpkgs/cpp-utilities/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cpp-utilities/template b/srcpkgs/cpp-utilities/template
index a83be088019b82..a52febd524347f 100644
--- a/srcpkgs/cpp-utilities/template
+++ b/srcpkgs/cpp-utilities/template
@@ -1,6 +1,6 @@
 # Template file for 'cpp-utilities'
 pkgname=cpp-utilities
-version=5.24.9
+version=5.25.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS:BOOL=ON"
@@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/Martchus/cpp-utilities"
 distfiles="https://github.com/Martchus/cpp-utilities/archive/v${version}.tar.gz"
-checksum=ff6792adbec0d3afe86f82c21d6dd47265137068b324c35bc6afd403b456d316
+checksum=29c7b962135bfeeacd11f89b21249bd8634bc640a7b6ad6dd91edc01b904112b
 
 cpp-utilities-devel_package() {
 	short_desc+=" - development files"

From acad35a921108259b243cffb1c5b9c9f7c084da6 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 2 Jul 2024 14:02:25 -0400
Subject: [PATCH 2/2] syncthingtray: update to 1.5.5.

---
 common/shlibs                  |  6 +++---
 srcpkgs/syncthingtray/template | 17 +++++++++--------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6f864b0d2b7a2a..24c316636e1d26 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -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
diff --git a/srcpkgs/syncthingtray/template b/srcpkgs/syncthingtray/template
index 641bfa8234d810..f880ceafbdac80 100644
--- a/srcpkgs/syncthingtray/template
+++ b/srcpkgs/syncthingtray/template
@@ -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
 	}
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: syncthingtray
  2024-07-02 18:02 [PR PATCH] syncthingtray classabbyamp
@ 2024-07-05  1:20 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-07-05  1:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]

There's a merged pull request on the void-packages repository

syncthingtray
https://github.com/void-linux/void-packages/pull/51083

Description:
- **cpp-utilities: update to 5.25.0.**
- **syncthingtray: update to 1.5.5.**

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-05  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-02 18:02 [PR PATCH] syncthingtray classabbyamp
2024-07-05  1:20 ` [PR PATCH] [Merged]: syncthingtray classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).