ports/contrib (3.6): nnn: added desktop file
commit 46a4f719ee30c1331abc94e79fe437155977c683 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jul 25 13:07:34 2021 +0200 nnn: added desktop file diff --git a/nnn/.footprint b/nnn/.footprint index 606f76ce3..165088c40 100644 --- a/nnn/.footprint +++ b/nnn/.footprint @@ -2,6 +2,16 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nnn drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/nnn.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/ +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/nnn.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/nnn.svg drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/nnn.1.gz diff --git a/nnn/.signature b/nnn/.signature index 380c5a6eb..8ece5653d 100644 --- a/nnn/.signature +++ b/nnn/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3456n9Cj7jAV751x7g7323LBsK3vuS9xzvMILkrj6XetzrWxokEb8uGAdMpbnLigP6lh2toHv+z6jPp6+/yMRgM= -SHA256 (Pkgfile) = 8f2839f45c92496e3ab53feb2e7d662c0ff7a9f766fcf816dadda8d7ee1db006 -SHA256 (.footprint) = 73b762742b80cd0b37123e6050b454efbf83a1066bc38e16dee3cdf10c51e32e +RWSagIOpLGJF3/zPeyA+LLr0e2UUmPfu06YaJo24MzL0NL3hl+9lqDA+42GQGWae8kDpGzh/Fmji2vU4kSQult0TpS3658l00Qs= +SHA256 (Pkgfile) = bf346b155df3e619d8dbe38a7aad06939db0b25b2df02974e3067694c1f9a62a +SHA256 (.footprint) = 004f22f08322231d0b3ba1a1607e903fc9eb8a69e6141abf7e722df16a46dae7 SHA256 (nnn-v4.2.tar.gz) = 5675f9fe53bddfd92681ef88bf6c0fab3ad897f9e74dd6cdff32fe1fa62c687f diff --git a/nnn/Pkgfile b/nnn/Pkgfile index dfaf367e7..2b21c0208 100644 --- a/nnn/Pkgfile +++ b/nnn/Pkgfile @@ -6,7 +6,7 @@ name=nnn version=4.2 -release=1 +release=2 source=(https://github.com/jarun/nnn/releases/download/v$version/$name-v$version.tar...) build() { @@ -19,6 +19,7 @@ build() { make $PKGMK_NNN make DESTDIR=$PKG PREFIX=/usr install + make DESTDIR=$PKG PREFIX=/usr install-desktop mkdir $PKG/usr/share/nnn # install provided scripts and plugins to $PKG/usr/share
participants (1)
-
crux@crux.nu