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: libevdevPlus-0.1.0
Date: Sat, 19 Oct 2019 15:31:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15618@inbox.vuxu.org> (raw)

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

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

https://github.com/steinex/void-packages libevdevPlus
https://github.com/void-linux/void-packages/pull/15618

New package: libevdevPlus-0.1.0


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

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

From 69e2e3a8fccc74c484477d5f65b3d128a59b2efc Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 19 Oct 2019 15:18:08 +0200
Subject: [PATCH] New package: libevdevPlus-0.1.0

---
 common/shlibs                 |  1 +
 srcpkgs/libevdevPlus-devel    |  1 +
 srcpkgs/libevdevPlus/template | 25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/libevdevPlus-devel
 create mode 100644 srcpkgs/libevdevPlus/template

diff --git a/common/shlibs b/common/shlibs
index 2aedb6fdda6..18b7c553801 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3518,3 +3518,4 @@ libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
+libevdevPlus.so.0 libevdevPlus-0.1.0_1
diff --git a/srcpkgs/libevdevPlus-devel b/srcpkgs/libevdevPlus-devel
new file mode 120000
index 00000000000..c61828f0c5c
--- /dev/null
+++ b/srcpkgs/libevdevPlus-devel
@@ -0,0 +1 @@
+libevdevPlus
\ No newline at end of file
diff --git a/srcpkgs/libevdevPlus/template b/srcpkgs/libevdevPlus/template
new file mode 100644
index 00000000000..67ae0287fb5
--- /dev/null
+++ b/srcpkgs/libevdevPlus/template
@@ -0,0 +1,25 @@
+# Template file for 'libevdevPlus'
+pkgname=libevdevPlus
+version=0.1.0
+revision=1
+build_style=cmake
+short_desc="Easy-to-use event device library in C++"
+maintainer="Frank Steinborn <steinex@nognu.de>"
+license="MIT"
+homepage="https://github.com/YukiWorkshop/libevdevPlus"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2fd229c4321db62c419f9f254baf3d27d9d374ceeb3a795ea4b023f4c3baf908
+
+post_install() {
+	vlicense LICENSE
+}
+
+libevdevPlus-devel_package() {
+	depends="libevdevPlus>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+	}
+}

             reply	other threads:[~2019-10-19 13:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-19 13:31 voidlinux-github [this message]
2019-10-31 23:56 ` voidlinux-github
2019-10-31 23:56 ` [PR PATCH] [Closed]: " voidlinux-github

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