pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cairo-gobject: finish package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Tue Nov 14 13:45:35 2023 +0100
Changeset: 95ac99b1d5abdb57199f00968f554d1691db353b
Modified Files:
cairo-gobject/Makefile
cairo-gobject/PLIST
Log Message:
cairo-gobject: finish package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95ac99b1d5abdb57199f00968f554d1691db353b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cairo-gobject/Makefile | 8 ++++----
cairo-gobject/PLIST | 6 ++++--
2 files changed, 8 insertions(+), 6 deletions(-)
diffs:
diff --git a/cairo-gobject/Makefile b/cairo-gobject/Makefile
index 437cddbae4..e43d424c44 100644
--- a/cairo-gobject/Makefile
+++ b/cairo-gobject/Makefile
@@ -1,17 +1,16 @@
# $NetBSD: Makefile,v 1.42 2023/01/29 21:14:37 ryoon Exp $
-.include "../../wip/cairo/Makefile.common"
-
PKGNAME= ${DISTNAME:S/-/-gobject-/}
-INSTALLATION_DIRS+= include lib/pkgconfig
+INSTALLATION_DIRS+= include/cairo lib/pkgconfig
PKGCONFIG_OVERRIDE_STAGE= post-build
PKGCONFIG_OVERRIDE+= output/meson-private/*.pc
+MESON_INSTALL= no
do-install:
${INSTALL_DATA} ${WRKSRC}/util/cairo-gobject/cairo-gobject.h \
- ${DESTDIR}${PREFIX}/include
+ ${DESTDIR}${PREFIX}/include/cairo
${INSTALL_DATA} ${WRKSRC}/output/util/cairo-gobject/libcairo-gobject.so \
${DESTDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/output/util/cairo-gobject/libcairo-gobject.so.2 \
@@ -21,6 +20,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/output/meson-private/cairo-gobject.pc \
${DESTDIR}${PREFIX}/lib/pkgconfig
+.include "../../wip/cairo/Makefile.common"
.include "../../wip/cairo/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0
.include "../../devel/glib2/buildlink3.mk"
diff --git a/cairo-gobject/PLIST b/cairo-gobject/PLIST
index 7204c01f87..efded0ea76 100644
--- a/cairo-gobject/PLIST
+++ b/cairo-gobject/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2011/02/12 13:40:53 drochner Exp $
+@comment $NetBSD$
include/cairo/cairo-gobject.h
-lib/libcairo-gobject.la
+lib/libcairo-gobject.so
+lib/libcairo-gobject.so.2
+lib/libcairo-gobject.so.2.11800.0
lib/pkgconfig/cairo-gobject.pc
Home |
Main Index |
Thread Index |
Old Index