Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cdk-5.0-20200228
@ 2020-05-06 11:05 LinArcX
  2020-05-06 11:40 ` [PR PATCH] [Updated] " LinArcX
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: LinArcX @ 2020-05-06 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages cdk
https://github.com/void-linux/void-packages/pull/21682

New package: cdk-5.0-20200228
In the following of:
https://github.com/void-linux/void-packages/pull/17834

I sent an email to [ndowens](https://github.com/ndowens) to and asked him if he have a plan to continue working on cdk or not. And he said:
> I have moved away from Void. feel free.

So, i open this pull request.

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

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

From 98a93039e52f9956c8e37124868ded54ae0feca5 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 6 May 2020 11:13:57 +0430
Subject: [PATCH] New package: cdk-5.0-20200228

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

diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..6c97aa09081
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,19 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20200228
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib --with-shared"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="ftp://ftp.invisible-island.net/cdk/cdk-${version}-${_date}.tgz"
+checksum=b23b55e2f21b4f1a2d6275e0ee017f4acfd5654f9c318080193ea71b7727b3cc
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
@ 2020-05-06 11:40 ` LinArcX
  2020-05-06 12:05 ` LinArcX
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-06 11:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages cdk
https://github.com/void-linux/void-packages/pull/21682

New package: cdk-5.0-20200228
In the following of:
https://github.com/void-linux/void-packages/pull/17834

I sent an email to [ndowens](https://github.com/ndowens) and asked him if he have a plan to continue working on cdk or not. And he said:
> I have moved away from Void. feel free.

So, i open this pull request.

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

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

From 7c7943dcdb7df0b08eda155937ea72e7168ff78a Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 6 May 2020 11:13:57 +0430
Subject: [PATCH] New package: cdk-5.0-20200228

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

diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..a4161d74d25
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,20 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20200228
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib --with-shared"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="ftp://ftp.invisible-island.net/cdk/cdk-${version}-${_date}.tgz"
+checksum=b23b55e2f21b4f1a2d6275e0ee017f4acfd5654f9c318080193ea71b7727b3cc
+
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
  2020-05-06 11:40 ` [PR PATCH] [Updated] " LinArcX
@ 2020-05-06 12:05 ` LinArcX
  2020-05-06 14:26 ` Anachron
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-06 12:05 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-624609747

Comment:
[What's wrong](https://travis-ci.org/github/void-linux/void-packages/jobs/683792020#L4132)?

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
  2020-05-06 11:40 ` [PR PATCH] [Updated] " LinArcX
  2020-05-06 12:05 ` LinArcX
@ 2020-05-06 14:26 ` Anachron
  2020-05-06 14:54 ` LinArcX
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Anachron @ 2020-05-06 14:26 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-624681712

Comment:
It took too long to fetch the distfile.

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (2 preceding siblings ...)
  2020-05-06 14:26 ` Anachron
@ 2020-05-06 14:54 ` LinArcX
  2020-05-06 15:08 ` [PR PATCH] [Updated] " LinArcX
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-06 14:54 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-624698181

Comment:
@Anachron Hmm.. I've tried two times. But failed each time. What can i do?

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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (3 preceding siblings ...)
  2020-05-06 14:54 ` LinArcX
@ 2020-05-06 15:08 ` LinArcX
  2020-05-08 19:21 ` abenson
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-06 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages cdk
https://github.com/void-linux/void-packages/pull/21682

New package: cdk-5.0-20200228
In the following of:
https://github.com/void-linux/void-packages/pull/17834

I sent an email to [ndowens](https://github.com/ndowens) and asked him if he have a plan to continue working on cdk or not. And he said:
> I have moved away from Void. feel free.

So, i open this pull request.

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

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

From 6ef615e0773efcf2c0538b696b2f2dfbef541036 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 6 May 2020 11:13:57 +0430
Subject: [PATCH] New package: cdk-5.0-20200228

---
 common/shlibs        |  2 +-
 srcpkgs/cdk/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index eaf2724d234..9127d52e733 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3875,4 +3875,4 @@ libhidrd_item.so.0
 libhidrd_opt.so.0 hidrd-0.2.0_1
 libhidrd_strm.so.0 hidrd-0.2.0_1
 libhidrd_fmt.so.0 hidrd-0.2.0_1
-
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..85494da268a
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,19 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20200228
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib --with-shared"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="https://invisible-mirror.net/archives/cdk/cdk-${version}-${_date}.tgz"
+checksum=b23b55e2f21b4f1a2d6275e0ee017f4acfd5654f9c318080193ea71b7727b3cc
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (4 preceding siblings ...)
  2020-05-06 15:08 ` [PR PATCH] [Updated] " LinArcX
@ 2020-05-08 19:21 ` abenson
  2020-05-10  6:09 ` [PR PATCH] [Updated] " LinArcX
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2020-05-08 19:21 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-625976256

Comment:
Need to rebase on master.

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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (5 preceding siblings ...)
  2020-05-08 19:21 ` abenson
@ 2020-05-10  6:09 ` LinArcX
  2020-05-11 21:58 ` Chocimier
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-10  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages cdk
https://github.com/void-linux/void-packages/pull/21682

New package: cdk-5.0-20200228
In the following of:
https://github.com/void-linux/void-packages/pull/17834

I sent an email to [ndowens](https://github.com/ndowens) and asked him if he have a plan to continue working on cdk or not. And he said:
> I have moved away from Void. feel free.

So, i open this pull request.

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

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

From a8035a84f8583d76ff16590075d053e3e1f4c1aa Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 6 May 2020 11:13:57 +0430
Subject: [PATCH] New package: cdk-5.0-20200228

---
 common/shlibs        |  1 +
 srcpkgs/cdk/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..6d3f805d698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3876,3 +3876,4 @@ libhidrd_opt.so.0 hidrd-0.2.0_1
 libhidrd_strm.so.0 hidrd-0.2.0_1
 libhidrd_fmt.so.0 hidrd-0.2.0_1
 libjcat.so.1 libjcat-0.1.2_1
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..85494da268a
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,19 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20200228
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib --with-shared"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="https://invisible-mirror.net/archives/cdk/cdk-${version}-${_date}.tgz"
+checksum=b23b55e2f21b4f1a2d6275e0ee017f4acfd5654f9c318080193ea71b7727b3cc
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (6 preceding siblings ...)
  2020-05-10  6:09 ` [PR PATCH] [Updated] " LinArcX
@ 2020-05-11 21:58 ` Chocimier
  2020-05-12  7:43 ` LinArcX
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Chocimier @ 2020-05-11 21:58 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-626987877

Comment:
Should have devel subpackage.

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (7 preceding siblings ...)
  2020-05-11 21:58 ` Chocimier
@ 2020-05-12  7:43 ` LinArcX
  2020-05-12 20:24 ` Chocimier
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-12  7:43 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-627172025

Comment:
> Should have devel subpackage.

Why?

This is a development library.

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (8 preceding siblings ...)
  2020-05-12  7:43 ` LinArcX
@ 2020-05-12 20:24 ` Chocimier
  2020-05-12 23:33 ` abenson
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Chocimier @ 2020-05-12 20:24 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-627573479

Comment:
> This is a development library.

You added shlibs enty, so there will be likely other package that uses .so . That package won't need headers, only .so .

Or does cdk differ form other libraries, and they are non-development?

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (9 preceding siblings ...)
  2020-05-12 20:24 ` Chocimier
@ 2020-05-12 23:33 ` abenson
  2020-05-12 23:43 ` abenson
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2020-05-12 23:33 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-627655592

Comment:
If it's linked to, and it seems to be, the library should go in the main package and -devel should have the headers and any static libs.

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (10 preceding siblings ...)
  2020-05-12 23:33 ` abenson
@ 2020-05-12 23:43 ` abenson
  2020-05-12 23:44 ` abenson
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2020-05-12 23:43 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-627658145

Comment:
`-devel` should have `/usr/share/man/man3`, `/usr/include`, `/usr/bin`, and `/usr/lib/*.so`.

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (11 preceding siblings ...)
  2020-05-12 23:43 ` abenson
@ 2020-05-12 23:44 ` abenson
  2020-05-13 14:01 ` [PR PATCH] [Updated] " LinArcX
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2020-05-12 23:44 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-627658428

Comment:
This is weird, though:

    /usr/lib/libcdk.so.6.2.4 -> /usr/lib/libcdk.so.5.0



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

* Re: [PR PATCH] [Updated] New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (12 preceding siblings ...)
  2020-05-12 23:44 ` abenson
@ 2020-05-13 14:01 ` LinArcX
  2021-02-15  5:22 ` ericonr
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: LinArcX @ 2020-05-13 14:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages cdk
https://github.com/void-linux/void-packages/pull/21682

New package: cdk-5.0-20200228
In the following of:
https://github.com/void-linux/void-packages/pull/17834

I sent an email to [ndowens](https://github.com/ndowens) and asked him if he have a plan to continue working on cdk or not. And he said:
> I have moved away from Void. feel free.

So, i open this pull request.

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

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

From 87c5ba002e74759bd5dc20ea2789464b09f2ffda Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Wed, 6 May 2020 11:13:57 +0430
Subject: [PATCH] New package: cdk-5.0-20200228

---
 common/shlibs        |  1 +
 srcpkgs/cdk-devel    |  1 +
 srcpkgs/cdk/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8342e117092..6d3f805d698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3876,3 +3876,4 @@ libhidrd_opt.so.0 hidrd-0.2.0_1
 libhidrd_strm.so.0 hidrd-0.2.0_1
 libhidrd_fmt.so.0 hidrd-0.2.0_1
 libjcat.so.1 libjcat-0.1.2_1
+libcdk.so.6.2.4 cdk-5.0_1
diff --git a/srcpkgs/cdk-devel b/srcpkgs/cdk-devel
new file mode 120000
index 00000000000..e43a520249d
--- /dev/null
+++ b/srcpkgs/cdk-devel
@@ -0,0 +1 @@
+cdk
\ No newline at end of file
diff --git a/srcpkgs/cdk/template b/srcpkgs/cdk/template
new file mode 100644
index 00000000000..9cb9106d8fc
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,29 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0.20200228
+revision=1
+wrksrc="${pkgname}-${version%.*}-${version##*.}"
+build_style=gnu-configure
+configure_args="--with-ncurses=${XBPS_CROSS_BASE}/usr/lib --with-shared"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+distfiles="https://invisible-mirror.net/archives/cdk/${wrksrc}.tgz"
+checksum=b23b55e2f21b4f1a2d6275e0ee017f4acfd5654f9c318080193ea71b7727b3cc
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (13 preceding siblings ...)
  2020-05-13 14:01 ` [PR PATCH] [Updated] " LinArcX
@ 2021-02-15  5:22 ` ericonr
  2021-11-06 22:28 ` abenson
  2021-11-06 22:28 ` [PR PATCH] [Closed]: " abenson
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2021-02-15  5:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-778948493

Comment:
2021 version has been released.

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

* Re: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (14 preceding siblings ...)
  2021-02-15  5:22 ` ericonr
@ 2021-11-06 22:28 ` abenson
  2021-11-06 22:28 ` [PR PATCH] [Closed]: " abenson
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2021-11-06 22:28 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21682#issuecomment-962518141

Comment:
Seemingly abandoned.

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

* Re: [PR PATCH] [Closed]: New package: cdk-5.0-20200228
  2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
                   ` (15 preceding siblings ...)
  2021-11-06 22:28 ` abenson
@ 2021-11-06 22:28 ` abenson
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2021-11-06 22:28 UTC (permalink / raw)
  To: ml

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

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

New package: cdk-5.0-20200228
https://github.com/void-linux/void-packages/pull/21682

Description:
In the following of:
https://github.com/void-linux/void-packages/pull/17834

I sent an email to [ndowens](https://github.com/ndowens) and asked him if he have a plan to continue working on cdk or not. And he said:
> I have moved away from Void. feel free.

So, i open this pull request.

Closes #17813

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

end of thread, other threads:[~2021-11-06 22:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 11:05 [PR PATCH] New package: cdk-5.0-20200228 LinArcX
2020-05-06 11:40 ` [PR PATCH] [Updated] " LinArcX
2020-05-06 12:05 ` LinArcX
2020-05-06 14:26 ` Anachron
2020-05-06 14:54 ` LinArcX
2020-05-06 15:08 ` [PR PATCH] [Updated] " LinArcX
2020-05-08 19:21 ` abenson
2020-05-10  6:09 ` [PR PATCH] [Updated] " LinArcX
2020-05-11 21:58 ` Chocimier
2020-05-12  7:43 ` LinArcX
2020-05-12 20:24 ` Chocimier
2020-05-12 23:33 ` abenson
2020-05-12 23:43 ` abenson
2020-05-12 23:44 ` abenson
2020-05-13 14:01 ` [PR PATCH] [Updated] " LinArcX
2021-02-15  5:22 ` ericonr
2021-11-06 22:28 ` abenson
2021-11-06 22:28 ` [PR PATCH] [Closed]: " abenson

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