New package: sniffnet-1.5.0#60869
Open
nerdyslacker wants to merge 1 commit into
Open
Conversation
Duncaen
requested changes
Jun 3, 2026
| build_style=cargo | ||
| hostmakedepends="pkg-config" | ||
| makedepends="libpcap-devel alsa-lib-devel fontconfig-devel gtk+3-devel" | ||
| depends="libpcap alsa-lib fontconfig gtk+3 xdg-desktop-portal zenity freetype" |
Member
There was a problem hiding this comment.
libpcap and alsa-lib are already added due to being linked: https://github.com/void-linux/void-packages/actions/runs/26869206917/job/79240031545?pr=60869#step:7:1284
Are the other dependencies dlopened? Seems a bit weird for gtk.
Comment on lines
+18
to
+20
| vinstall README.md 644 usr/share/doc/${pkgname} | ||
| vinstall resources/logos/raw/icon.png 644 usr/share/pixmaps ${pkgname}.png | ||
| vinstall resources/packaging/linux/${pkgname}.desktop 644 usr/share/applications |
Member
There was a problem hiding this comment.
don't use the pkgname variable here its not variable and not really supposed to change with the package name.
| depends="libpcap alsa-lib fontconfig gtk+3 xdg-desktop-portal zenity freetype" | ||
| short_desc="Application to comfortably monitor your network traffic" | ||
| maintainer="nerdyslacker <karyan40024@gmail.com>" | ||
| license="Apache-2.0, MIT" |
Member
There was a problem hiding this comment.
Suggested change
| license="Apache-2.0, MIT" | |
| license="MIT OR Apache-2.0" |
https://github.com/GyulyVGC/sniffnet/blob/ee5379ad81fdae6081c4f3d233156493492799e1/Cargo.toml#L11
| vinstall README.md 644 usr/share/doc/${pkgname} | ||
| vinstall resources/logos/raw/icon.png 644 usr/share/pixmaps ${pkgname}.png | ||
| vinstall resources/packaging/linux/${pkgname}.desktop 644 usr/share/applications | ||
| vlicense LICENSE-APACHE |
Member
There was a problem hiding this comment.
Apache license file does not need to be installed with every individual package.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
New package
Local build testing