mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
libdbus-c++: update to 0.9.2pw.
This commit is contained in:
parent
accbad2ff8
commit
6cec47f99f
4 changed files with 4 additions and 37 deletions
|
@ -1,9 +0,0 @@
|
||||||
--- src/pipe.cpp 2015-12-20 03:04:02.000000000 +0100
|
|
||||||
+++ src/pipe.cpp 2018-03-18 17:02:24.834205318 +0100
|
|
||||||
@@ -83,5 +83,5 @@
|
|
||||||
void Pipe::signal()
|
|
||||||
{
|
|
||||||
// TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
|
|
||||||
- ::write(_fd_write, '\0', 1);
|
|
||||||
+ ::write(_fd_write, "\0", 1);
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- include/dbus-c++/pipe.h 2011-11-28 16:03:19.000000000 +0100
|
|
||||||
+++ include/dbus-c++/pipe.h 2015-12-20 11:28:15.238535382 +0100
|
|
||||||
@@ -29,6 +29,8 @@
|
|
||||||
|
|
||||||
/* STD */
|
|
||||||
#include <cstdlib>
|
|
||||||
+/* ssize_t */
|
|
||||||
+#include <fcntl.h>
|
|
||||||
|
|
||||||
namespace DBus
|
|
||||||
{
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- tools/generate_proxy.cpp 2011-11-28 16:03:19.000000000 +0100
|
|
||||||
+++ tools/generate_proxy.cpp 2015-12-20 11:30:56.002526689 +0100
|
|
||||||
@@ -26,6 +26,10 @@
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
+#if !defined(__GLIBC__)
|
|
||||||
+typedef unsigned int uint;
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#include "generator_utils.h"
|
|
||||||
#include "generate_proxy.h"
|
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libdbus-c++'
|
# Template file for 'libdbus-c++'
|
||||||
pkgname=libdbus-c++
|
pkgname=libdbus-c++
|
||||||
version=0.9.1pw
|
version=0.9.2pw
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname//+/-}-${version}"
|
wrksrc="${pkgname//+/-}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-glib --disable-ecore"
|
configure_args="--enable-glib --disable-ecore"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="dbus-devel glib-devel"
|
makedepends="dbus-devel glib-devel"
|
||||||
short_desc="A C++ API for D-BUS"
|
short_desc="C++ API for D-BUS"
|
||||||
maintainer="Duncaen <mail@duncano.de>"
|
maintainer="Duncaen <mail@duncano.de>"
|
||||||
license="LGPL-2"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://dbus-cplusplus.sourceforge.net/"
|
homepage="http://dbus-cplusplus.sourceforge.net/"
|
||||||
distfiles="https://github.com/pkgw/dbus-cplusplus/releases/download/v${version}/libdbus-c---${version}.tar.gz"
|
distfiles="https://github.com/pkgw/dbus-cplusplus/releases/download/v${version}/libdbus-c---${version}.tar.gz"
|
||||||
checksum=a762af8fbee01434f925ce8c3140cb43088390d5cab492e802fe6873d809cc6c
|
checksum=4f140668f2529ecbdce99afbb89f8a977aa47a36248d5f4943b3660316752ee8
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libdbus-c++-devel dbus-devel glib-devel"
|
hostmakedepends+=" libdbus-c++-devel dbus-devel glib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue