diff --git a/net/onedrivegui/Makefile b/net/onedrivegui/Makefile index a86ce56e977b..5facdb54ffb7 100644 --- a/net/onedrivegui/Makefile +++ b/net/onedrivegui/Makefile @@ -1,48 +1,48 @@ PORTNAME= onedrivegui -DISTVERSION= 1.2.2 +DISTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= net python MAINTAINER= acm@FreeBSD.org COMMENT= simple GUI for OneDrive client with multi-account support WWW= https://github.com/bpozdena/OneDriveGUI LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= onedrive:net/onedrive \ ${PYTHON_PKGNAMEPREFIX}pyside6>0:devel/pyside6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= bpozdena GH_PROJECT= OneDriveGUI USES= desktop-file-utils python shebangfix NO_ARCH= yes NO_BUILD= yes SHEBANG_LANG= python SHEBANG_GLOB= *.py SUB_FILES= onedrivegui.sh post-patch: ${REINPLACE_CMD} -i "" -e "s|%%DATADIR%%|${DATADIR}|g" ${WRKSRC}/src/global_config.py ${RM} ${WRKSRC}/src/resources/OneDriveGUI.desktop.orig ${RM} ${WRKSRC}/src/global_config.py.orig do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/resources/images/OneDriveGUI.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/onedrivegui.png ${INSTALL_DATA} ${WRKSRC}/src/resources/OneDriveGUI.desktop ${STAGEDIR}${DESKTOPDIR} @cd ${WRKSRC}/src && ${COPYTREE_SHARE} "resources settings ui utils" ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/src/*.py ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/net/onedrivegui/distinfo b/net/onedrivegui/distinfo index 4c67e99ee9c8..2ccd5c80c2c9 100644 --- a/net/onedrivegui/distinfo +++ b/net/onedrivegui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759115543 -SHA256 (bpozdena-OneDriveGUI-v1.2.2_GH0.tar.gz) = c98fe134fae3b58188b2408b4733520335d5a1682cd7d9709b7f34ad7cf05758 -SIZE (bpozdena-OneDriveGUI-v1.2.2_GH0.tar.gz) = 115872 +TIMESTAMP = 1765945283 +SHA256 (bpozdena-OneDriveGUI-v1.3.0_GH0.tar.gz) = be325a873055269fd31856b921b7326de0013486d5ea0e0b40e424f220bf35ee +SIZE (bpozdena-OneDriveGUI-v1.3.0_GH0.tar.gz) = 125114 diff --git a/net/onedrivegui/pkg-plist b/net/onedrivegui/pkg-plist index 0f2a60537438..13d9e90a188f 100644 --- a/net/onedrivegui/pkg-plist +++ b/net/onedrivegui/pkg-plist @@ -1,65 +1,66 @@ bin/onedrivegui share/applications/OneDriveGUI.desktop share/icons/hicolor/48x48/apps/onedrivegui.png %%DATADIR%%/OneDriveGUI.py %%DATADIR%%/global_config.py %%DATADIR%%/gui_settings_window.py %%DATADIR%%/logger.py %%DATADIR%%/main_window.py %%DATADIR%%/options.py %%DATADIR%%/profile_settings_window.py %%DATADIR%%/resources/OneDriveGUI.desktop %%DATADIR%%/resources/default_config %%DATADIR%%/resources/images/OneDriveGUI.ico %%DATADIR%%/resources/images/OneDriveGUI.png %%DATADIR%%/resources/images/account.png %%DATADIR%%/resources/images/close-filled.png %%DATADIR%%/resources/images/folder.png %%DATADIR%%/resources/images/gear.png -%%DATADIR%%/resources/images/icons8-cloud-cross-40_2.png -%%DATADIR%%/resources/images/icons8-cloud-done-40_2.png -%%DATADIR%%/resources/images/icons8-cloud-sync-40_2.png +%%DATADIR%%/resources/images/icons8-cloud-80.png +%%DATADIR%%/resources/images/icons8-cloud-done-80.png +%%DATADIR%%/resources/images/icons8-cloud-error-80.png +%%DATADIR%%/resources/images/icons8-cloud-stop-80.png +%%DATADIR%%/resources/images/icons8-cloud-sync-80.png %%DATADIR%%/resources/images/icons8-clouds-48.ico -%%DATADIR%%/resources/images/icons8-clouds-48.png -%%DATADIR%%/resources/images/icons8-clouds-80-dark-edge.png %%DATADIR%%/resources/images/icons8-green-circle-48.png %%DATADIR%%/resources/images/icons8-red-circle-48.png %%DATADIR%%/resources/images/menu.png %%DATADIR%%/resources/images/pause.png %%DATADIR%%/resources/images/play.png %%DATADIR%%/resources/images/quit.png %%DATADIR%%/resources/images/stop.png %%DATADIR%%/resources/images/storage.png %%DATADIR%%/resources/images/user-account.png %%DATADIR%%/resources/images/warning.png %%DATADIR%%/settings/__init__.py %%DATADIR%%/settings/gui_settings.py %%DATADIR%%/ui/create_new_profile.ui %%DATADIR%%/ui/external_login.ui %%DATADIR%%/ui/gui_settings_window.ui %%DATADIR%%/ui/import_existing_profile.ui %%DATADIR%%/ui/list_item_widget.ui %%DATADIR%%/ui/login.ui %%DATADIR%%/ui/mainwindow.ui %%DATADIR%%/ui/mainwindow.ui.autosave %%DATADIR%%/ui/mainwindow_ui.py %%DATADIR%%/ui/process_status_page.ui %%DATADIR%%/ui/profile_settings_page.ui %%DATADIR%%/ui/profile_settings_window.ui %%DATADIR%%/ui/profile_settings_window_ui.py %%DATADIR%%/ui/setup_wizard.ui %%DATADIR%%/ui/test.ui %%DATADIR%%/ui/ui_create_new_profile.py %%DATADIR%%/ui/ui_external_login.py %%DATADIR%%/ui/ui_gui_settings_window.py %%DATADIR%%/ui/ui_import_existing_profile.py %%DATADIR%%/ui/ui_list_item_widget.py %%DATADIR%%/ui/ui_login.py %%DATADIR%%/ui/ui_mainwindow.py %%DATADIR%%/ui/ui_process_status_page.py %%DATADIR%%/ui/ui_profile_settings_page.py %%DATADIR%%/ui/ui_profile_settings_window.py %%DATADIR%%/utils/__init__.py +%%DATADIR%%/utils/autostart.py %%DATADIR%%/utils/utils.py %%DATADIR%%/wizard.py %%DATADIR%%/workers.py