pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libhandy1: Fix Linux vapi, buildlink dir
Module Name: pkgsrc-wip
Committed By: Dan Cîrnaț <dan%alt.md@localhost>
Pushed By: cirnatdan
Date: Tue Dec 21 09:47:41 2021 +0100
Changeset: 99c0d40898c81cf1cd75cb0480897e9a523bcd78
Modified Files:
libhandy1/buildlink3.mk
libhandy1/distinfo
Added Files:
libhandy1/patches/patch-src_meson.build
Log Message:
libhandy1: Fix Linux vapi, buildlink dir
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99c0d40898c81cf1cd75cb0480897e9a523bcd78
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libhandy1/buildlink3.mk | 2 +-
libhandy1/distinfo | 1 +
libhandy1/patches/patch-src_meson.build | 14 ++++++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)
diffs:
diff --git a/libhandy1/buildlink3.mk b/libhandy1/buildlink3.mk
index 3f0747c8f0..c1861f1c18 100644
--- a/libhandy1/buildlink3.mk
+++ b/libhandy1/buildlink3.mk
@@ -7,7 +7,7 @@ LIBHANDY1_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libhandy1+= libhandy1>=1.0
BUILDLINK_ABI_DEPENDS.libhandy1?= libhandy1>=1.0
-BUILDLINK_PKGSRCDIR.libhandy1?= ../../devel/libhandy1
+BUILDLINK_PKGSRCDIR.libhandy1?= ../../wip/libhandy1
.include "../../x11/gtk3/buildlink3.mk"
.endif # LIBHANDY1_BUILDLINK3_MK
diff --git a/libhandy1/distinfo b/libhandy1/distinfo
index b522a0b91f..51f9c0d411 100644
--- a/libhandy1/distinfo
+++ b/libhandy1/distinfo
@@ -3,3 +3,4 @@ $NetBSD: distinfo,v 1.1 2020/11/10 17:45:05 nia Exp $
BLAKE2s (libhandy-1.5.0.tar.xz) = 6bbf51d99c62ec96dc7902b795244711eb82eb87e8fb0cf199042a3e5461fa3a
SHA512 (libhandy-1.5.0.tar.xz) = cd7706e97bc9d5a7d595c450145bc157b95afaccc1ee26b5490149327fd644eb522b7bbfee92ea2780083c36d69bbd666c52e38a752e78068a5ba0f79b3c56a0
Size (libhandy-1.5.0.tar.xz) = 516128 bytes
+SHA1 (patch-src_meson.build) = 8d27afb1d1b9d6f4f120f05f4f31ba5ca3d12999
diff --git a/libhandy1/patches/patch-src_meson.build b/libhandy1/patches/patch-src_meson.build
new file mode 100644
index 0000000000..acce9ab995
--- /dev/null
+++ b/libhandy1/patches/patch-src_meson.build
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Fix vapi generation on Linux
+
+--- src/meson.build.orig 2021-11-11 20:02:30.000000000 +0000
++++ src/meson.build
+@@ -307,6 +307,7 @@ if introspection
+ install: true,
+ install_dir: vapidir,
+ metadata_dirs: [ meson.current_source_dir() ],
++ gir_dirs: get_option('prefix') / girdir,
+ )
+
+ endif
Home |
Main Index |
Thread Index |
Old Index