pkgsrc/net/syncthing-gtk/Makefile

43 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2018/03/12 11:17:23 wiz Exp $
DISTNAME= syncthing-gtk-0.9.2.3
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/syncthing/syncthing-gtk
Updated syncthing-gtk to 0.9.2.1. 0.9.2.1 This release fixes crash-on-statup problem on Windows. 0.9.2 New: Added black and white icons theme, selectable in UI settings. Added Spanish translation (thanks to @buttle) New folder ID is pre-filled with auto-generated ID Added man page Added list of both 5€ patrons to About dialog. Fixes: Error message about incompatible nodes is repeated infinitely File Pull Order defaults to nothing "Override remote changes" option not doing anything 'tcp://' is prepended to dynamic address in folder editor. Added more error details when '404/Not Found' error is generated. 0.9.1 New: Compatible with Syncthing v0.14.0 Display notification when .sync-conflict file is created. Handle error message about outdated syncthing on remote device Fixes: Renamed Chinese localisation directory 0.9.0.3 Fixes: Better cookie handling when no username nor API key is set About dialog updated with link to my Patreon page. 0.9.0.2 More fixes: UI Settings crashing on small screen Daemon Settings crashing always 0.9.0.1 Quick fix for left half of window missing. For Syncthing 0.13 and above Changes: Added support for folder labels Added support for Identification of Connections from Unknown Devices Added label that notifies user when changed setting needs ST-GTK restart Added 'File Pull Order' and 'Minimum Free Disk Space' fields to folder editor Changed formatting in speed limit fields Added Chinese, Russian and Lithuanian localization (thanks to @wsxy162, @midyukov-anton and @Moo) Fixes: Fixed updater extracting systemd units. 0.9 never existed
2016-09-01 19:30:21 +02:00
COMMENT= GTK3 & Python based GUI for Syncthing
LICENSE= gnu-gpl-v2
Updated syncthing-gtk to 0.9.2.1. 0.9.2.1 This release fixes crash-on-statup problem on Windows. 0.9.2 New: Added black and white icons theme, selectable in UI settings. Added Spanish translation (thanks to @buttle) New folder ID is pre-filled with auto-generated ID Added man page Added list of both 5€ patrons to About dialog. Fixes: Error message about incompatible nodes is repeated infinitely File Pull Order defaults to nothing "Override remote changes" option not doing anything 'tcp://' is prepended to dynamic address in folder editor. Added more error details when '404/Not Found' error is generated. 0.9.1 New: Compatible with Syncthing v0.14.0 Display notification when .sync-conflict file is created. Handle error message about outdated syncthing on remote device Fixes: Renamed Chinese localisation directory 0.9.0.3 Fixes: Better cookie handling when no username nor API key is set About dialog updated with link to my Patreon page. 0.9.0.2 More fixes: UI Settings crashing on small screen Daemon Settings crashing always 0.9.0.1 Quick fix for left half of window missing. For Syncthing 0.13 and above Changes: Added support for folder labels Added support for Identification of Connections from Unknown Devices Added label that notifies user when changed setting needs ST-GTK restart Added 'File Pull Order' and 'Minimum Free Disk Space' fields to folder editor Changed formatting in speed limit fields Added Chinese, Russian and Lithuanian localization (thanks to @wsxy162, @midyukov-anton and @Moo) Fixes: Fixed updater extracting systemd units. 0.9 never existed
2016-09-01 19:30:21 +02:00
DEPENDS+= syncthing>=0.13.0:../../net/syncthing
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc # for killall
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
PYTHON_VERSIONS_ACCEPTED= 27
Updated syncthing-gtk to 0.9.2.1. 0.9.2.1 This release fixes crash-on-statup problem on Windows. 0.9.2 New: Added black and white icons theme, selectable in UI settings. Added Spanish translation (thanks to @buttle) New folder ID is pre-filled with auto-generated ID Added man page Added list of both 5€ patrons to About dialog. Fixes: Error message about incompatible nodes is repeated infinitely File Pull Order defaults to nothing "Override remote changes" option not doing anything 'tcp://' is prepended to dynamic address in folder editor. Added more error details when '404/Not Found' error is generated. 0.9.1 New: Compatible with Syncthing v0.14.0 Display notification when .sync-conflict file is created. Handle error message about outdated syncthing on remote device Fixes: Renamed Chinese localisation directory 0.9.0.3 Fixes: Better cookie handling when no username nor API key is set About dialog updated with link to my Patreon page. 0.9.0.2 More fixes: UI Settings crashing on small screen Daemon Settings crashing always 0.9.0.1 Quick fix for left half of window missing. For Syncthing 0.13 and above Changes: Added support for folder labels Added support for Identification of Connections from Unknown Devices Added label that notifies user when changed setting needs ST-GTK restart Added 'File Pull Order' and 'Minimum Free Disk Space' fields to folder editor Changed formatting in speed limit fields Added Chinese, Russian and Lithuanian localization (thanks to @wsxy162, @midyukov-anton and @Moo) Fixes: Fixed updater extracting systemd units. 0.9 never existed
2016-09-01 19:30:21 +02:00
EGG_NAME= ${DISTNAME:S/0/v0/:S/-/_/}
REPLACE_PYTHON+= *.py scripts/*.py syncthing_gtk/*.py
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-build
SUBST_MESSAGE.paths= Fixing hard-coded paths
SUBST_FILES.paths= scripts/syncthing-gtk
SUBST_FILES.paths+= syncthing-gtk.desktop
SUBST_FILES.paths+= syncthing_gtk/app.py
SUBST_FILES.paths+= syncthing_gtk/uisettingsdialog.py
SUBST_FILES.paths+= syncthing_gtk/wizard.py
SUBST_SED.paths= -e 's|/usr/share/syncthing-gtk|${PREFIX}/share/syncthing-gtk|'
BUILDLINK_ABI_DEPENDS.libnotify+= libnotify>=0.7.6nb4
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../devel/py-gobject3/buildlink3.mk"
BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.40.9nb2 # for introspection
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../lang/python/application.mk"
Updated syncthing-gtk to 0.9.2.1. 0.9.2.1 This release fixes crash-on-statup problem on Windows. 0.9.2 New: Added black and white icons theme, selectable in UI settings. Added Spanish translation (thanks to @buttle) New folder ID is pre-filled with auto-generated ID Added man page Added list of both 5€ patrons to About dialog. Fixes: Error message about incompatible nodes is repeated infinitely File Pull Order defaults to nothing "Override remote changes" option not doing anything 'tcp://' is prepended to dynamic address in folder editor. Added more error details when '404/Not Found' error is generated. 0.9.1 New: Compatible with Syncthing v0.14.0 Display notification when .sync-conflict file is created. Handle error message about outdated syncthing on remote device Fixes: Renamed Chinese localisation directory 0.9.0.3 Fixes: Better cookie handling when no username nor API key is set About dialog updated with link to my Patreon page. 0.9.0.2 More fixes: UI Settings crashing on small screen Daemon Settings crashing always 0.9.0.1 Quick fix for left half of window missing. For Syncthing 0.13 and above Changes: Added support for folder labels Added support for Identification of Connections from Unknown Devices Added label that notifies user when changed setting needs ST-GTK restart Added 'File Pull Order' and 'Minimum Free Disk Space' fields to folder editor Changed formatting in speed limit fields Added Chinese, Russian and Lithuanian localization (thanks to @wsxy162, @midyukov-anton and @Moo) Fixes: Fixed updater extracting systemd units. 0.9 never existed
2016-09-01 19:30:21 +02:00
.include "../../lang/python/distutils.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"