diff --git a/net/netpeek/Makefile b/net/netpeek/Makefile index b6e6258b1970..248307ee9e25 100644 --- a/net/netpeek/Makefile +++ b/net/netpeek/Makefile @@ -1,28 +1,29 @@ PORTNAME= netpeek DISTVERSIONPREFIX= v -DISTVERSION= 0.2.7 +DISTVERSION= 0.2.8 CATEGORIES= net gnome python MAINTAINER= nxjoseph@FreeBSD.org COMMENT= Modern local network scanner for GNOME WWW= https://github.com/zingytomato/netpeek \ https://flathub.org/apps/io.github.zingytomato.netpeek LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-nmap>=0.7.1_1:security/py-python-nmap@${PY_FLAVOR} USES= gettext-tools gnome meson pkgconfig python:build,run USE_GITHUB= yes GH_ACCOUNT= ZingyTomato GH_PROJECT= NetPeek USE_GNOME= glib20 gtk40 +GLIB_SCHEMAS= io.github.zingytomato.netpeek.gschema.xml NO_ARCH= yes post-patch: ${REINPLACE_CMD} 's,python3,python${PYTHON_VER},g' \ ${WRKSRC}/src/meson.build .include diff --git a/net/netpeek/distinfo b/net/netpeek/distinfo index 0d69cbd16109..08bd22f365eb 100644 --- a/net/netpeek/distinfo +++ b/net/netpeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1779617680 -SHA256 (ZingyTomato-NetPeek-v0.2.7_GH0.tar.gz) = 7577b6d6b1bb54c18e72dc15974a9da543e7f3f022705dc4dbb9e9f9cf6a59ec -SIZE (ZingyTomato-NetPeek-v0.2.7_GH0.tar.gz) = 766874 +TIMESTAMP = 1784448683 +SHA256 (ZingyTomato-NetPeek-v0.2.8_GH0.tar.gz) = 219f412d648e8ad1849bc797152e980e0022009115e8f1b608992607441d70f6 +SIZE (ZingyTomato-NetPeek-v0.2.8_GH0.tar.gz) = 1087646 diff --git a/net/netpeek/pkg-plist b/net/netpeek/pkg-plist index f3eb0e2ae02f..b3472af72a36 100644 --- a/net/netpeek/pkg-plist +++ b/net/netpeek/pkg-plist @@ -1,23 +1,25 @@ bin/netpeek share/applications/io.github.zingytomato.netpeek.desktop share/dbus-1/services/io.github.zingytomato.netpeek.service -share/glib-2.0/schemas/io.github.zingytomato.netpeek.gschema.xml share/icons/hicolor/scalable/apps/io.github.zingytomato.netpeek.svg share/icons/hicolor/symbolic/apps/io.github.zingytomato.netpeek-symbolic.svg share/locale/es/LC_MESSAGES/netpeek.mo share/locale/fr/LC_MESSAGES/netpeek.mo share/locale/it/LC_MESSAGES/netpeek.mo share/locale/nl/LC_MESSAGES/netpeek.mo share/locale/pl/LC_MESSAGES/netpeek.mo share/locale/ru/LC_MESSAGES/netpeek.mo share/locale/sk/LC_MESSAGES/netpeek.mo share/locale/uk/LC_MESSAGES/netpeek.mo share/metainfo/io.github.zingytomato.netpeek.metainfo.xml %%DATADIR%%.gresource %%DATADIR%%/__init__.py %%DATADIR%%/app.py +%%DATADIR%%/models.py +%%DATADIR%%/netinfo.py %%DATADIR%%/netpeek.py %%DATADIR%%/pages.py %%DATADIR%%/scanner.py +%%DATADIR%%/storage.py %%DATADIR%%/widgets.py %%DATADIR%%/window.py