pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/spice-gtk: import spice-gtk-0.37



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 25 16:07:35 2019 +0200
Changeset:	0b3030ba76b5231d422b2133639b2f0ba1a3dac4

Added Files:
	spice-gtk/DESCR
	spice-gtk/Makefile
	spice-gtk/PLIST
	spice-gtk/distinfo
	spice-gtk/patches/patch-configure

Log Message:
wip/spice-gtk: import spice-gtk-0.37

Client libraries for SPICE desktop servers.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0b3030ba76b5231d422b2133639b2f0ba1a3dac4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spice-gtk/DESCR                   |  1 +
 spice-gtk/Makefile                | 28 ++++++++++++++++++++++++++++
 spice-gtk/PLIST                   |  1 +
 spice-gtk/distinfo                |  7 +++++++
 spice-gtk/patches/patch-configure | 15 +++++++++++++++
 5 files changed, 52 insertions(+)

diffs:
diff --git a/spice-gtk/DESCR b/spice-gtk/DESCR
new file mode 100644
index 0000000000..3765d11452
--- /dev/null
+++ b/spice-gtk/DESCR
@@ -0,0 +1 @@
+Client libraries for SPICE desktop servers.
diff --git a/spice-gtk/Makefile b/spice-gtk/Makefile
new file mode 100644
index 0000000000..44e3853bb9
--- /dev/null
+++ b/spice-gtk/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	spice-gtk-0.37
+CATEGORIES=	sysutils
+MASTER_SITES=	https://www.spice-space.org/download/gtk/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.spice-space.org/spice-gtk.html
+COMMENT=	GTK+ widget for SPICE clients
+LICENSE=	gnu-lgpl-v2.1
+
+GNU_CONFIGURE=		yes
+USE_TOOLS+=		pkg-config
+USE_PKGLOCALEDIR=	yes
+
+PKGCONFIG_OVERRIDE+=	spice-client-glib-2.0.pc.in
+PKGCONFIG_OVERRIDE+=	spice-client-gtk-3.0.pc.in
+
+.include "../../audio/libopus/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../sysutils/spice-protocol/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/pixman/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/spice-gtk/PLIST b/spice-gtk/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/spice-gtk/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/spice-gtk/distinfo b/spice-gtk/distinfo
new file mode 100644
index 0000000000..03296773fd
--- /dev/null
+++ b/spice-gtk/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (spice-gtk-0.37.tar.bz2) = 044a5266a613f2605f4f3f7359d7251b2141d203
+RMD160 (spice-gtk-0.37.tar.bz2) = d984cabeb1cf4b4ae055cc7a8480574a7cbbf753
+SHA512 (spice-gtk-0.37.tar.bz2) = a0a20bc6f25337d86e57fe1fc9586c4cc84457fc8c38cdcc5a728990a69018da0fca3ab5aa63349786b5a7508c82b716c94803eefb3495cffb7df4526db2d029
+Size (spice-gtk-0.37.tar.bz2) = 1303111 bytes
+SHA1 (patch-configure) = 2f34b59a9efd9573a0d451ea8e20b728f6ea1e95
diff --git a/spice-gtk/patches/patch-configure b/spice-gtk/patches/patch-configure
new file mode 100644
index 0000000000..573d66f0ea
--- /dev/null
+++ b/spice-gtk/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix shell portability issue.
+
+--- configure.orig	2019-05-16 11:50:44.000000000 +0000
++++ configure
+@@ -20397,7 +20397,7 @@ $as_echo "no" >&6; }
+ fi
+ 
+ 
+-    if test "x$VAPIGEN" == "xno"; then
++    if test "x$VAPIGEN" = "xno"; then
+         as_fn_error $? "Cannot find the \"vapigen\" binary in your PATH" "$LINENO" 5
+     fi
+ 


Home | Main Index | Thread Index | Old Index