Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: cdk-5.0-20190303
Date: Sat, 28 Dec 2019 05:10:00 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17834@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages cdk
https://github.com/void-linux/void-packages/pull/17834

New package: cdk-5.0-20190303
Closes: #17813

Signed-off-by: Nathan Owens <ndowens04@gmail.com>

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

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

From de95a0115f9a7fd5a0df92a58bf52eaedb8ab261 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 27 Dec 2019 20:11:18 -0600
Subject: [PATCH] New package: cdk-5.0-20190303

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 common/shlibs        |  1 +
 srcpkgs/cdk-devel    |  1 +
 srcpkgs/cdk/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/cdk-devel
 create mode 100644 srcpkgs/cdk/template

diff --git a/common/shlibs b/common/shlibs
index 8a605e4f2e4..00ba7ed9515 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3711,3 +3711,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.12 intel-gmmlib-19.3.4_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..ba9c4e009a3
--- /dev/null
+++ b/srcpkgs/cdk/template
@@ -0,0 +1,31 @@
+# Template file for 'cdk'
+pkgname=cdk
+version=5.0
+revision=1
+_date=20190303
+wrksrc="cdk-${version}-${_date}"
+build_style=gnu-configure
+configure_args="--with-shared --with-ncurses=${XBPS_CROSS_BASE}/usr/lib"
+makedepends="ncurses-devel"
+short_desc="Curses Development Kit - widget library, enhanced version"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-2.0-only, BSD-4-Clause"
+homepage="https://invisible-island.net/cdk/"
+# Upstream's ftp causes travis to timeout, possilby buildbot
+distfiles="https://fossies.org/linux/misc/cdk-${version}-${_date}.tgz"
+checksum=adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+
+post_install() {
+	vlicense COPYING
+}
+
+cdk-devel_package() {
+	makedepends="ncurses-devel"
+	short_desc+=" -development files"
+	pkg_install() {
+		vmove usr/bin/cdk5-config
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

             reply	other threads:[~2019-12-28  4:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28  4:10 voidlinux-github [this message]
2019-12-28 17:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-28 17:49 ` voidlinux-github
2019-12-28 19:29 ` voidlinux-github
2019-12-28 19:54 ` voidlinux-github
2019-12-28 19:55 ` voidlinux-github
2019-12-28 21:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-28 21:02 ` voidlinux-github
2020-01-09 16:06 ` voidlinux-github
2020-01-18 17:56 ` [PR PATCH] [Closed]: " voidlinux-github
2020-05-02 17:28 ` LinArcX

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17834@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).