Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: properties-cpp-0.0.1+14.10.20140730
@ 2020-01-25 16:38 voidlinux-github
  2020-01-25 17:47 ` voidlinux-github
  2020-02-01  6:09 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-25 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/varsbhat/void-packages master
https://github.com/void-linux/void-packages/pull/18548

New Package: properties-cpp-0.0.1+14.10.20140730


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

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

From 7d8cc90f674c4c9d6487258bd3d313e82878c641 Mon Sep 17 00:00:00 2001
From: Vars Bhat <60035383+varsbhat@users.noreply.github.com>
Date: Sat, 25 Jan 2020 22:08:13 +0530
Subject: [PATCH] New Package: properties-cpp-0.0.1+14.10.20140730

---
 properties-cpp/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 properties-cpp/template

diff --git a/properties-cpp/template b/properties-cpp/template
new file mode 100644
index 00000000000..ec8e79ccad6
--- /dev/null
+++ b/properties-cpp/template
@@ -0,0 +1,28 @@
+# Template file for 'properties-cpp'
+pkgname=properties-cpp
+version=0.0.1+14.10.20140730
+revision=1
+makedepends="cmake"
+short_desc="Library for handling properties and signals in C++11"
+maintainer="Vars Bhat <emailvarsbhat@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://launchpad.net/properties-cpp"
+distfiles="https://launchpad.net/ubuntu/+archive/primary/+files/properties-cpp_${version}.orig.tar.gz"
+checksum="5c5400d5e7f16e90916d9be2742785c68e7ce544641739a380d2d815cff67223"
+
+pre_build() {
+		# Don't build tests
+		truncate -s 0 tests/CMakeLists.txt
+}
+
+do_build() {
+		mkdir -p "build"
+		cd "build"
+		cmake .. -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+		make
+}
+
+do_install() {
+		cd "build"
+		make DESTDIR="${DESTDIR}/" install
+}

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

* Re: New Package: properties-cpp-0.0.1+14.10.20140730
  2020-01-25 16:38 [PR PATCH] New Package: properties-cpp-0.0.1+14.10.20140730 voidlinux-github
@ 2020-01-25 17:47 ` voidlinux-github
  2020-02-01  6:09 ` [PR PATCH] [Closed]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-25 17:47 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/18548#issuecomment-578426893

Comment:
`build_style=cmake` would make `do_build` and `do_install` unnecessary.

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

* Re: [PR PATCH] [Closed]: New Package: properties-cpp-0.0.1+14.10.20140730
  2020-01-25 16:38 [PR PATCH] New Package: properties-cpp-0.0.1+14.10.20140730 voidlinux-github
  2020-01-25 17:47 ` voidlinux-github
@ 2020-02-01  6:09 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-01  6:09 UTC (permalink / raw)
  To: ml

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

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

New Package: properties-cpp-0.0.1+14.10.20140730
https://github.com/void-linux/void-packages/pull/18548

Description:
properties-cpp-0.0.1+14.10.20140730
Library for handling properties and signals in C++11

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

end of thread, other threads:[~2020-02-01  6:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 16:38 [PR PATCH] New Package: properties-cpp-0.0.1+14.10.20140730 voidlinux-github
2020-01-25 17:47 ` voidlinux-github
2020-02-01  6:09 ` [PR PATCH] [Closed]: " 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).