From 8f0f1c0e1de473b38d15124ca6b9b65af3b8b4c7 Mon Sep 17 00:00:00 2001 From: linarcx Date: Fri, 10 Apr 2020 15:54:16 +0430 Subject: [PATCH] New package: nutty-1.1.1 --- .../files/com.github.babluboy.nutty.desktop | 13 +++++++++++++ srcpkgs/nutty/template | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 srcpkgs/nutty/files/com.github.babluboy.nutty.desktop create mode 100644 srcpkgs/nutty/template diff --git a/srcpkgs/nutty/files/com.github.babluboy.nutty.desktop b/srcpkgs/nutty/files/com.github.babluboy.nutty.desktop new file mode 100644 index 00000000000..0086a3d98ac --- /dev/null +++ b/srcpkgs/nutty/files/com.github.babluboy.nutty.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Nutty +GenericName=Network Utility +GenericName[lt]=Tinklo paslaugų programa +Comment=Displays network information +Comment[lt]=Rodo tinklo informaciją +Categories=Network; +Exec=com.github.babluboy.nutty +Icon=com.github.babluboy.nutty +Terminal=false +Type=Application +X-GNOME-Gettext-Domain=nutty +X-GNOME-Keywords=Nutty;Network;Utility;Traceroute;Ports;Devices diff --git a/srcpkgs/nutty/template b/srcpkgs/nutty/template new file mode 100644 index 00000000000..d32932a7611 --- /dev/null +++ b/srcpkgs/nutty/template @@ -0,0 +1,18 @@ +# Template file for 'nutty' +pkgname=nutty +version=1.1.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config vala glib-devel" +makedepends="gtk+3-devel libgee08-devel libnotify-devel granite-devel + sqlite-devel" +short_desc="Network Utility" +maintainer="linarcx " +license="GPL-3.0-or-later" +homepage="https://github.com/babluboy/nutty" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=b6c9ef1966d1c60480943313f20cd66ee1b5d23ac8d6578f457fb99f0898d9ba + +post_install() { + vinstall ${FILESDIR}/com.github.babluboy.nutty.desktop 644 usr/share/applications +}