Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jcal-0.4.1
@ 2019-07-23 19:13 voidlinux-github
  2019-07-23 19:35 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-23 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jcal-0.4.1-13299.patch --]
[-- Type: application/text/x-diff, Size: 966 bytes --]

From 47e8ea3a969d4f1af1e98907ed524aeb006efeb6 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 23:42:05 +0430
Subject: [PATCH] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..00d0b306733
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,17 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
@ 2019-07-23 19:35 ` voidlinux-github
  2019-07-23 19:35 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-23 19:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jcal-0.4.1-13299.patch --]
[-- Type: application/text/x-diff, Size: 1706 bytes --]

From 47e8ea3a969d4f1af1e98907ed524aeb006efeb6 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 23:42:05 +0430
Subject: [PATCH 1/2] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..00d0b306733
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,17 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

From 00ab8767353206e37677138e6212bf141d63dce4 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Wed, 24 Jul 2019 00:04:37 +0430
Subject: [PATCH 2/2] New package: jcal-0.4.1

---
 srcpkgs/jcal/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
index 00d0b306733..70b05be473e 100644
--- a/srcpkgs/jcal/template
+++ b/srcpkgs/jcal/template
@@ -4,7 +4,8 @@ version=0.4.1
 revision=1
 build_wrksrc="sources"
 build_style=gnu-configure
-hostmakedepends="automake libtool readline-devel"
+hostmakedepends="automake libtool"
+makedepends="readline-devel"
 short_desc="Jalali Calendar Library"
 maintainer="linarcx <linarcx@gmail.com>"
 license="GPL-3.0"

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

* Re: [PR PATCH] [Updated] New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
  2019-07-23 19:35 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-23 19:35 ` voidlinux-github
  2019-07-23 19:41 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-23 19:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jcal-0.4.1-13299.patch --]
[-- Type: application/text/x-diff, Size: 1706 bytes --]

From 47e8ea3a969d4f1af1e98907ed524aeb006efeb6 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 23:42:05 +0430
Subject: [PATCH 1/2] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..00d0b306733
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,17 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

From 00ab8767353206e37677138e6212bf141d63dce4 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Wed, 24 Jul 2019 00:04:37 +0430
Subject: [PATCH 2/2] New package: jcal-0.4.1

---
 srcpkgs/jcal/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
index 00d0b306733..70b05be473e 100644
--- a/srcpkgs/jcal/template
+++ b/srcpkgs/jcal/template
@@ -4,7 +4,8 @@ version=0.4.1
 revision=1
 build_wrksrc="sources"
 build_style=gnu-configure
-hostmakedepends="automake libtool readline-devel"
+hostmakedepends="automake libtool"
+makedepends="readline-devel"
 short_desc="Jalali Calendar Library"
 maintainer="linarcx <linarcx@gmail.com>"
 license="GPL-3.0"

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

* Re: [PR PATCH] [Updated] New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
  2019-07-23 19:35 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-23 19:35 ` voidlinux-github
@ 2019-07-23 19:41 ` voidlinux-github
  2019-07-23 19:41 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-23 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jcal-0.4.1-13299.patch --]
[-- Type: application/text/x-diff, Size: 982 bytes --]

From 50f7dca6d6dfb949b3ccd02b30e4bf5adbacfffb Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Wed, 24 Jul 2019 00:10:40 +0430
Subject: [PATCH] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..70b05be473e
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,18 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-23 19:41 ` voidlinux-github
@ 2019-07-23 19:41 ` voidlinux-github
  2019-07-27  7:58 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-23 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jcal-0.4.1-13299.patch --]
[-- Type: application/text/x-diff, Size: 982 bytes --]

From 50f7dca6d6dfb949b3ccd02b30e4bf5adbacfffb Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Wed, 24 Jul 2019 00:10:40 +0430
Subject: [PATCH] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..70b05be473e
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,18 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-23 19:41 ` voidlinux-github
@ 2019-07-27  7:58 ` voidlinux-github
  2019-07-27  7:58 ` voidlinux-github
  2019-07-28  8:16 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-27  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

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

From d7a6188f74f8b8133456c06a5f4471da7269774d Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 27 Jul 2019 12:27:49 +0430
Subject: [PATCH] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..f6a0357dd01
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,18 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-27  7:58 ` voidlinux-github
@ 2019-07-27  7:58 ` voidlinux-github
  2019-07-28  8:16 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-27  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299

New package: jcal-0.4.1
Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

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

From d7a6188f74f8b8133456c06a5f4471da7269774d Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 27 Jul 2019 12:27:49 +0430
Subject: [PATCH] New package: jcal-0.4.1

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

diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template
new file mode 100644
index 00000000000..f6a0357dd01
--- /dev/null
+++ b/srcpkgs/jcal/template
@@ -0,0 +1,18 @@
+# Template file for 'jcal'
+pkgname=jcal
+version=0.4.1
+revision=1
+build_wrksrc="sources"
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="readline-devel"
+short_desc="Jalali Calendar Library"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/fzerorubigd/jcal"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Merged]: New package: jcal-0.4.1
  2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-27  7:58 ` voidlinux-github
@ 2019-07-28  8:16 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-28  8:16 UTC (permalink / raw)
  To: ml

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

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

New package: jcal-0.4.1
https://github.com/void-linux/void-packages/pull/13299
Description: Jalali Calendar Library:
https://github.com/fzerorubigd/jcal

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

end of thread, other threads:[~2019-07-28  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 19:13 [PR PATCH] New package: jcal-0.4.1 voidlinux-github
2019-07-23 19:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-23 19:35 ` voidlinux-github
2019-07-23 19:41 ` voidlinux-github
2019-07-23 19:41 ` voidlinux-github
2019-07-27  7:58 ` voidlinux-github
2019-07-27  7:58 ` voidlinux-github
2019-07-28  8:16 ` [PR PATCH] [Merged]: " voidlinux-github

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).