Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: giti-1.0.0
@ 2020-04-25 12:37 LinArcX
  2020-04-25 12:38 ` [PR PATCH] [Updated] " LinArcX
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages giti
https://github.com/void-linux/void-packages/pull/21327

New package: giti-1.0.0
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

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

From 319f61e9b53a112f1e3bb94786142abe201628f4 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 17 Apr 2020 22:39:58 +0430
Subject: [PATCH 1/2] giti: WIP

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

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
new file mode 100644
index 00000000000..06ebba1a555
--- /dev/null
+++ b/srcpkgs/giti/template
@@ -0,0 +1,15 @@
+# Template file for 'giti'
+pkgname=giti
+version=1.0.0
+revision=1
+_commit="2a71570fe928407e8dbe771252d82478ebd6e4f4"
+wrksrc="${pkgname}-${_commit}"
+build_style=meson
+hostmakedepends="pkg-config vala gettext"
+makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
+short_desc="Permanent observer of your git directories"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/LinArcX/giti"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=c7ef99201444229fde400a6686def2b40bd098401589774ce1b944262106fbfc

From 961989a20a1ec88e6fe39b9dc38c5f006052c986 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Sat, 25 Apr 2020 17:06:05 +0430
Subject: [PATCH 2/2] New package: giti-1.0.0

---
 srcpkgs/giti/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
index 06ebba1a555..40fbaea9dde 100644
--- a/srcpkgs/giti/template
+++ b/srcpkgs/giti/template
@@ -2,8 +2,6 @@
 pkgname=giti
 version=1.0.0
 revision=1
-_commit="2a71570fe928407e8dbe771252d82478ebd6e4f4"
-wrksrc="${pkgname}-${_commit}"
 build_style=meson
 hostmakedepends="pkg-config vala gettext"
 makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
@@ -11,5 +9,5 @@ short_desc="Permanent observer of your git directories"
 maintainer="linarcx <linarcx@riseup.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/LinArcX/giti"
-distfiles="${homepage}/archive/${_commit}.tar.gz"
-checksum=c7ef99201444229fde400a6686def2b40bd098401589774ce1b944262106fbfc
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=18d21b4fa1da0558bddf0a57a81c97351d8f89d70c27c89fac71b3f3f6b47035

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

* Re: [PR PATCH] [Updated] New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
@ 2020-04-25 12:38 ` LinArcX
  2020-04-25 14:39 ` LinArcX
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 12:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages giti
https://github.com/void-linux/void-packages/pull/21327

New package: giti-1.0.0
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

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

From 8e1f143ba15756f5b93c691ad7d257d746073cc9 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 17 Apr 2020 22:39:58 +0430
Subject: [PATCH] New package: giti-1.0.0

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

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
new file mode 100644
index 00000000000..40fbaea9dde
--- /dev/null
+++ b/srcpkgs/giti/template
@@ -0,0 +1,13 @@
+# Template file for 'giti'
+pkgname=giti
+version=1.0.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gettext"
+makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
+short_desc="Permanent observer of your git directories"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/LinArcX/giti"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=18d21b4fa1da0558bddf0a57a81c97351d8f89d70c27c89fac71b3f3f6b47035

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

* Re: [PR PATCH] [Updated] New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
  2020-04-25 12:38 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-25 14:39 ` LinArcX
  2020-04-25 15:43 ` LinArcX
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages giti
https://github.com/void-linux/void-packages/pull/21327

New package: giti-1.0.0
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

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

From 81ec6a7838d5bdfd305bc59d793f2281730ffc12 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 17 Apr 2020 22:39:58 +0430
Subject: [PATCH] New package: giti-1.0.0 [ci skip]

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

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
new file mode 100644
index 00000000000..40fbaea9dde
--- /dev/null
+++ b/srcpkgs/giti/template
@@ -0,0 +1,13 @@
+# Template file for 'giti'
+pkgname=giti
+version=1.0.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gettext"
+makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
+short_desc="Permanent observer of your git directories"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/LinArcX/giti"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=18d21b4fa1da0558bddf0a57a81c97351d8f89d70c27c89fac71b3f3f6b47035

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

* Re: [PR PATCH] [Updated] New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
  2020-04-25 12:38 ` [PR PATCH] [Updated] " LinArcX
  2020-04-25 14:39 ` LinArcX
@ 2020-04-25 15:43 ` LinArcX
  2020-04-25 17:12 ` Piraty
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 15:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages giti
https://github.com/void-linux/void-packages/pull/21327

New package: giti-1.0.0
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

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

From 9c1e5559b43bbf6a4dccab0fbe490d9228758d7b Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 17 Apr 2020 22:39:58 +0430
Subject: [PATCH] New package: giti-1.0.0

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

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
new file mode 100644
index 00000000000..3714157c938
--- /dev/null
+++ b/srcpkgs/giti/template
@@ -0,0 +1,13 @@
+# Template file for 'giti'
+pkgname=giti
+version=1.0.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gettext"
+makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
+short_desc="Permanent observer of your git directories"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/LinArcX/giti"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=18d21b4fa1da0558bddf0a57a81c97351d8f89d70c27c89fac71b3f3f6b47035

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (2 preceding siblings ...)
  2020-04-25 15:43 ` LinArcX
@ 2020-04-25 17:12 ` Piraty
  2020-04-25 17:24 ` LinArcX
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Piraty @ 2020-04-25 17:12 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619411625

Comment:
aren't there yet enough and more capable git GUIs in the repositories ?

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (3 preceding siblings ...)
  2020-04-25 17:12 ` Piraty
@ 2020-04-25 17:24 ` LinArcX
  2020-04-25 18:32 ` Piraty
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 17:24 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619413225

Comment:
Which applications?

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (4 preceding siblings ...)
  2020-04-25 17:24 ` LinArcX
@ 2020-04-25 18:32 ` Piraty
  2020-04-25 18:39 ` LinArcX
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Piraty @ 2020-04-25 18:32 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619422307

Comment:
git-gui, gitg, giggle, qgit, git-cola

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (5 preceding siblings ...)
  2020-04-25 18:32 ` Piraty
@ 2020-04-25 18:39 ` LinArcX
  2020-04-25 18:41 ` LinArcX
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 18:39 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619423153

Comment:
Seems you didn't read[ this README](https://github.com/LinArcX/giti/blob/master/README.md).

Giti is not a gui for doing normal things that you can do with git too. The main purpose behind it is to monitor your git based directories and report you through notifications.

Edit: I forgot to say that giti is the descendant of [captain-ballard ](https://github.com/LinArcX/captain-ballard) that is already in [repo](https://github.com/void-linux/void-packages/blob/a7026a8c8cc4d8ca2ef1e9a6436849f0c779b2f3/srcpkgs/captain-ballard/template).

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (6 preceding siblings ...)
  2020-04-25 18:39 ` LinArcX
@ 2020-04-25 18:41 ` LinArcX
  2020-04-25 18:44 ` LinArcX
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 18:41 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619423153

Comment:
Seems you didn't read[ this README](https://github.com/LinArcX/giti/blob/master/README.md).

Giti is not a gui for doing normal things that you can do with git too. The main purpose behind it is to monitor your git based directories and report you through notifications.

Edit: I forgot to say that giti is the descendant of [captain-ballard ](https://github.com/LinArcX/captain-ballard) that is already in [repo](https://github.com/void-linux/void-packages/blob/a7026a8c8cc4d8ca2ef1e9a6436849f0c779b2f3/srcpkgs/captain-ballard/template). So captain-ballard should remove from repo. Since it no longer maintained.

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (7 preceding siblings ...)
  2020-04-25 18:41 ` LinArcX
@ 2020-04-25 18:44 ` LinArcX
  2020-04-25 18:45 ` LinArcX
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 18:44 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619423153

Comment:
Seems you didn't read[ this README](https://github.com/LinArcX/giti/blob/master/README.md).

Giti is not a gui for doing normal things that you can do with git too. The main purpose behind it is to __monitor__ your git based directories and report you latest changes through notifications.

Edit: I forgot to say that giti is the descendant of [captain-ballard ](https://github.com/LinArcX/captain-ballard) that is already in [repo](https://github.com/void-linux/void-packages/blob/a7026a8c8cc4d8ca2ef1e9a6436849f0c779b2f3/srcpkgs/captain-ballard/template). So captain-ballard should remove from repo. Since it no longer maintained.

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (8 preceding siblings ...)
  2020-04-25 18:44 ` LinArcX
@ 2020-04-25 18:45 ` LinArcX
  2020-04-25 18:57 ` LinArcX
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 18:45 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619423153

Comment:
Seems you didn't read[ this README](https://github.com/LinArcX/giti/blob/master/README.md).

Giti is not a gui for doing normal things that you can do with git too. The main purpose behind it is to __monitor__ your git based directories and report you latest changes through notifications.

Edit: I forgot to say that giti is the descendant of [captain-ballard ](https://github.com/LinArcX/captain-ballard) that is already in [repo](https://github.com/void-linux/void-packages/blob/a7026a8c8cc4d8ca2ef1e9a6436849f0c779b2f3/srcpkgs/captain-ballard/template). So captain-ballard should remove from repo. Since it no longer maintain.

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (9 preceding siblings ...)
  2020-04-25 18:45 ` LinArcX
@ 2020-04-25 18:57 ` LinArcX
  2020-04-25 18:59 ` LinArcX
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 18:57 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619423153

Comment:
Seems you didn't read[ this README](https://github.com/LinArcX/giti/blob/master/README.md).

Giti is not a gui for doing normal things that you can do with git too. The main purpose behind it is to __monitor__ your git based directories and report you latest changes through notifications.

Edit: I forgot to say that giti is the descendant of [captain-ballard ](https://github.com/LinArcX/captain-ballard) that is already in [repo](https://github.com/void-linux/void-packages/blob/a7026a8c8cc4d8ca2ef1e9a6436849f0c779b2f3/srcpkgs/captain-ballard/template). So captain-ballard should remove from repo. Since it will no longer be maintained.

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (10 preceding siblings ...)
  2020-04-25 18:57 ` LinArcX
@ 2020-04-25 18:59 ` LinArcX
  2020-04-27  8:06 ` [PR PATCH] [Updated] " LinArcX
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-25 18:59 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-619423153

Comment:
Seems you didn't read[ this README](https://github.com/LinArcX/giti/blob/master/README.md).

Giti is not a gui for doing normal things that you can do with git too. The main purpose behind it is to __monitor__ your git based directories and report you latest changes through notifications.

Edit: I forgot to say that giti is the descendant of [captain-ballard ](https://github.com/LinArcX/captain-ballard) that is already in [repo](https://github.com/void-linux/void-packages/blob/a7026a8c8cc4d8ca2ef1e9a6436849f0c779b2f3/srcpkgs/captain-ballard/template). 
Therefore, captain-ballard must be removed from the repo, since it will no longer be maintained.

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

* Re: [PR PATCH] [Updated] New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (11 preceding siblings ...)
  2020-04-25 18:59 ` LinArcX
@ 2020-04-27  8:06 ` LinArcX
  2020-04-27  8:07 ` LinArcX
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-27  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages giti
https://github.com/void-linux/void-packages/pull/21327

New package: giti-1.0.0
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

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

From 9c1e5559b43bbf6a4dccab0fbe490d9228758d7b Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 17 Apr 2020 22:39:58 +0430
Subject: [PATCH 1/2] New package: giti-1.0.0

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

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
new file mode 100644
index 00000000000..3714157c938
--- /dev/null
+++ b/srcpkgs/giti/template
@@ -0,0 +1,13 @@
+# Template file for 'giti'
+pkgname=giti
+version=1.0.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gettext"
+makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
+short_desc="Permanent observer of your git directories"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/LinArcX/giti"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=18d21b4fa1da0558bddf0a57a81c97351d8f89d70c27c89fac71b3f3f6b47035

From 6232365be023a83920de183e9b7a09765fb2752e Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Mon, 27 Apr 2020 12:35:50 +0430
Subject: [PATCH 2/2] New package: giti-1.0.0

---
 srcpkgs/giti/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
index 3714157c938..e3c8663fa53 100644
--- a/srcpkgs/giti/template
+++ b/srcpkgs/giti/template
@@ -10,4 +10,4 @@ maintainer="linarcx <linarcx@riseup.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/LinArcX/giti"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=18d21b4fa1da0558bddf0a57a81c97351d8f89d70c27c89fac71b3f3f6b47035
+checksum=8054581f9eddf226a3e16e404ef062ebaba0ea1223255d8b0c3eeac301cf6872

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

* Re: [PR PATCH] [Updated] New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (12 preceding siblings ...)
  2020-04-27  8:06 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-27  8:07 ` LinArcX
  2020-05-02  9:05 ` hoomanist
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-04-27  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages giti
https://github.com/void-linux/void-packages/pull/21327

New package: giti-1.0.0
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

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

From da27d9f16d13dd1079b415ab3bbcd3887f0b3443 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 17 Apr 2020 22:39:58 +0430
Subject: [PATCH] New package: giti-1.0.0

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

diff --git a/srcpkgs/giti/template b/srcpkgs/giti/template
new file mode 100644
index 00000000000..e3c8663fa53
--- /dev/null
+++ b/srcpkgs/giti/template
@@ -0,0 +1,13 @@
+# Template file for 'giti'
+pkgname=giti
+version=1.0.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gettext"
+makedepends="gtk+3-devel libgit2-glib-devel libgee08-devel granite-devel"
+short_desc="Permanent observer of your git directories"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/LinArcX/giti"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=8054581f9eddf226a3e16e404ef062ebaba0ea1223255d8b0c3eeac301cf6872

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (13 preceding siblings ...)
  2020-04-27  8:07 ` LinArcX
@ 2020-05-02  9:05 ` hoomanist
  2020-05-03 23:11 ` Piraty
  2020-05-03 23:11 ` [PR PATCH] [Merged]: " Piraty
  16 siblings, 0 replies; 18+ messages in thread
From: hoomanist @ 2020-05-02  9:05 UTC (permalink / raw)
  To: ml

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

New comment by hoomanist on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-622915462

Comment:
i agree i seen the code it could be completely useful

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

* Re: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (14 preceding siblings ...)
  2020-05-02  9:05 ` hoomanist
@ 2020-05-03 23:11 ` Piraty
  2020-05-03 23:11 ` [PR PATCH] [Merged]: " Piraty
  16 siblings, 0 replies; 18+ messages in thread
From: Piraty @ 2020-05-03 23:11 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21327#issuecomment-623198822

Comment:
please open a PR to remove captain-ballard in this case

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

* Re: [PR PATCH] [Merged]: New package: giti-1.0.0
  2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
                   ` (15 preceding siblings ...)
  2020-05-03 23:11 ` Piraty
@ 2020-05-03 23:11 ` Piraty
  16 siblings, 0 replies; 18+ messages in thread
From: Piraty @ 2020-05-03 23:11 UTC (permalink / raw)
  To: ml

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

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

New package: giti-1.0.0
https://github.com/void-linux/void-packages/pull/21327

Description:
Permanent observer of your git directories:
https://github.com/LinArcX/giti

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

end of thread, other threads:[~2020-05-03 23:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 12:37 [PR PATCH] New package: giti-1.0.0 LinArcX
2020-04-25 12:38 ` [PR PATCH] [Updated] " LinArcX
2020-04-25 14:39 ` LinArcX
2020-04-25 15:43 ` LinArcX
2020-04-25 17:12 ` Piraty
2020-04-25 17:24 ` LinArcX
2020-04-25 18:32 ` Piraty
2020-04-25 18:39 ` LinArcX
2020-04-25 18:41 ` LinArcX
2020-04-25 18:44 ` LinArcX
2020-04-25 18:45 ` LinArcX
2020-04-25 18:57 ` LinArcX
2020-04-25 18:59 ` LinArcX
2020-04-27  8:06 ` [PR PATCH] [Updated] " LinArcX
2020-04-27  8:07 ` LinArcX
2020-05-02  9:05 ` hoomanist
2020-05-03 23:11 ` Piraty
2020-05-03 23:11 ` [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).