Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nutty-1.1.1
@ 2020-04-10 11:25 LinArcX
  2020-04-10 20:39 ` Piraty
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: LinArcX @ 2020-04-10 11:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is a new pull request by LinArcX against master on the void-packages repository

https://github.com/LinArcX/void-packages nutty
https://github.com/void-linux/void-packages/pull/20837

New package: nutty-1.1.1
[Closes](https://github.com/void-linux/void-packages/issues/20833)

A patch file from https://github.com/void-linux/void-packages/pull/20837.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nutty-20837.patch --]
[-- Type: text/x-diff, Size: 1916 bytes --]

From 8f0f1c0e1de473b38d15124ca6b9b65af3b8b4c7 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
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 <linarcx@riseup.net>"
+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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New package: nutty-1.1.1
  2020-04-10 11:25 [PR PATCH] New package: nutty-1.1.1 LinArcX
@ 2020-04-10 20:39 ` Piraty
  2020-04-11  7:13 ` LinArcX
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-04-10 20:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/20837#issuecomment-612206919

Comment:
why do you open 'package request' issues when you seem to have the template already

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New package: nutty-1.1.1
  2020-04-10 11:25 [PR PATCH] New package: nutty-1.1.1 LinArcX
  2020-04-10 20:39 ` Piraty
@ 2020-04-11  7:13 ` LinArcX
  2020-04-11  7:25 ` [PR PATCH] [Updated] " LinArcX
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: LinArcX @ 2020-04-11  7:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/20837#issuecomment-612352164

Comment:
@Piraty 
I didn't have template __already__. I first opened an issue and after that create this PR.
Isn't OK?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: nutty-1.1.1
  2020-04-10 11:25 [PR PATCH] New package: nutty-1.1.1 LinArcX
  2020-04-10 20:39 ` Piraty
  2020-04-11  7:13 ` LinArcX
@ 2020-04-11  7:25 ` LinArcX
  2020-04-11 12:26 ` LinArcX
  2020-04-19 12:08 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: LinArcX @ 2020-04-11  7:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by LinArcX against master on the void-packages repository

https://github.com/LinArcX/void-packages nutty
https://github.com/void-linux/void-packages/pull/20837

New package: nutty-1.1.1
[Closes](https://github.com/void-linux/void-packages/issues/20833)

A patch file from https://github.com/void-linux/void-packages/pull/20837.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nutty-20837.patch --]
[-- Type: text/x-diff, Size: 1096 bytes --]

From db09e0584f08160922851a0af7601ce338c4a972 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 10 Apr 2020 15:54:16 +0430
Subject: [PATCH] New package: nutty-1.1.1

---
 srcpkgs/nutty/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/nutty/template

diff --git a/srcpkgs/nutty/template b/srcpkgs/nutty/template
new file mode 100644
index 00000000000..7fda51462ad
--- /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 <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/babluboy/nutty"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b6c9ef1966d1c60480943313f20cd66ee1b5d23ac8d6578f457fb99f0898d9ba
+
+post_install() {
+	vinstall ${wrksrc}/data/com.github.babluboy.nutty.desktop 644 usr/share/applications
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: nutty-1.1.1
  2020-04-10 11:25 [PR PATCH] New package: nutty-1.1.1 LinArcX
                   ` (2 preceding siblings ...)
  2020-04-11  7:25 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-11 12:26 ` LinArcX
  2020-04-19 12:08 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: LinArcX @ 2020-04-11 12:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by LinArcX against master on the void-packages repository

https://github.com/LinArcX/void-packages nutty
https://github.com/void-linux/void-packages/pull/20837

New package: nutty-1.1.1
[Closes](https://github.com/void-linux/void-packages/issues/20833)

A patch file from https://github.com/void-linux/void-packages/pull/20837.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nutty-20837.patch --]
[-- Type: text/x-diff, Size: 1086 bytes --]

From 56dd406c1e67106bba1ded4436bb11d12fa81822 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 10 Apr 2020 15:54:16 +0430
Subject: [PATCH] New package: nutty-1.1.1

---
 srcpkgs/nutty/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/nutty/template

diff --git a/srcpkgs/nutty/template b/srcpkgs/nutty/template
new file mode 100644
index 00000000000..b71d4a45442
--- /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 <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/babluboy/nutty"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b6c9ef1966d1c60480943313f20cd66ee1b5d23ac8d6578f457fb99f0898d9ba
+
+post_install() {
+	vinstall data/com.github.babluboy.nutty.desktop 644 usr/share/applications
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: New package: nutty-1.1.1
  2020-04-10 11:25 [PR PATCH] New package: nutty-1.1.1 LinArcX
                   ` (3 preceding siblings ...)
  2020-04-11 12:26 ` LinArcX
@ 2020-04-19 12:08 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-04-19 12:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

There's a merged pull request on the void-packages repository

New package: nutty-1.1.1
https://github.com/void-linux/void-packages/pull/20837

Description:
[Closes](https://github.com/void-linux/void-packages/issues/20833)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-19 12:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 11:25 [PR PATCH] New package: nutty-1.1.1 LinArcX
2020-04-10 20:39 ` Piraty
2020-04-11  7:13 ` LinArcX
2020-04-11  7:25 ` [PR PATCH] [Updated] " LinArcX
2020-04-11 12:26 ` LinArcX
2020-04-19 12:08 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).