gupnp-tools: update to 0.12.0.
This commit is contained in:
parent
a57c9ab6a2
commit
701441de07
2 changed files with 5 additions and 33 deletions
|
@ -1,29 +0,0 @@
|
|||
From ecebb21e9d64081ca436aebcdb32ba0960ac8a60 Mon Sep 17 00:00:00 2001
|
||||
From: Jens Georg <mail@jensge.org>
|
||||
Date: Thu, 4 Apr 2019 20:28:07 +0200
|
||||
Subject: [PATCH] build: Properly export common resources
|
||||
|
||||
Fixes #3
|
||||
---
|
||||
src/common/meson.build | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/common/meson.build b/src/common/meson.build
|
||||
index 68b1ca5..75b82db 100644
|
||||
--- a/src/common/meson.build
|
||||
+++ b/src/common/meson.build
|
||||
@@ -1,7 +1,9 @@
|
||||
util_resource = gnome.compile_resources('common-resource',
|
||||
join_paths(resource_data, 'org.gupnp.Tools.Common.gresource.xml'),
|
||||
+ c_name : 'gupnp_tools_common',
|
||||
+ export : true,
|
||||
source_dir : resource_data,
|
||||
- extra_args : ['--manual-register', '--c-name', 'gupnp_tools_common']
|
||||
+ extra_args : ['--manual-register']
|
||||
)
|
||||
|
||||
libutil = static_library('util', ['icons.c', 'icons.h', 'pretty-print.c', 'pretty-print.h'] + util_resource,
|
||||
--
|
||||
2.18.1
|
||||
|
||||
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'gupnp-tools'
|
||||
pkgname=gupnp-tools
|
||||
version=0.10.0
|
||||
revision=2
|
||||
version=0.12.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config glib-devel gobject-introspection gettext"
|
||||
makedepends="gupnp-av-devel gtk+3-devel gtksourceview4-devel
|
||||
libxml2-devel libsoup-devel"
|
||||
libxml2-devel libsoup3-devel"
|
||||
short_desc="Free replacements of Intel UPnP tools that use GUPnP"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://gupnp.org/"
|
||||
changelog="https://gitlab.gnome.org/GNOME/gupnp-tools/-/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/gupnp-tools/${version%.*}/gupnp-tools-${version}.tar.xz"
|
||||
checksum=41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d
|
||||
checksum=5ea7607ee365642c555927fedc5b5e1fe08e74f061d0c3eb08bd901b5eb20082
|
||||
|
|
Loading…
Add table
Reference in a new issue