forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de848d4
commit be88df5
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Template file for 'syncthingtray' | ||
pkgname=syncthingtray | ||
version=1.6.3 | ||
version=1.6.4 | ||
revision=1 | ||
build_style=cmake | ||
configure_args="-DBUILTIN_TRANSLATIONS=ON -DSYSTEMD_SUPPORT=OFF | ||
|
@@ -16,7 +16,7 @@ maintainer="classabbyamp <[email protected]>" | |
license="GPL-2.0-or-later" | ||
homepage="https://martchus.github.io/syncthingtray/" | ||
distfiles="https://github.com/Martchus/syncthingtray/archive/refs/tags/v${version}.tar.gz" | ||
checksum=49ab861c2bc0649652b8dcbc4cf8788c743008a8bc6d023f7d4a3b3bbdc3bdc6 | ||
checksum=1d8729557d04595f814dd153fbfa5baf10b8d2c371aab20a595cb060dacd3ff4 | ||
|
||
# requires weird port-binding shenanigans that may not work on ipv6 | ||
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=syncthingtray#n50 | ||
|
@@ -39,7 +39,7 @@ syncthingtray-plasma_package() { | |
depends="${sourcepkg}>=${version}_${revision} plasma-workspace" | ||
short_desc+=" - KDE plasmoid" | ||
pkg_install() { | ||
vmove usr/share/metainfo/syncthingplasmoid.metainfo.xml | ||
vmove usr/share/metainfo/io.github.martchus.syncthingplasmoid.metainfo.xml | ||
vmove usr/lib/qt6/plugins/plasma | ||
vmove usr/share/plasma | ||
} | ||
|
@@ -49,7 +49,7 @@ syncthingtray-dolphin_package() { | |
depends="${sourcepkg}>=${version}_${revision}" | ||
short_desc+=" - dolphin integration" | ||
pkg_install() { | ||
vmove usr/share/metainfo/syncthingfileitemaction.metainfo.xml | ||
vmove usr/share/metainfo/io.github.martchus.syncthingfileitemaction.metainfo.xml | ||
vmove usr/lib/qt6/plugins/kf6 | ||
} | ||
} |