From 10a4a405d13af5ece541583853a111e8d5bb4f3f Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 29 Mar 2013 09:47:13 +0000 Subject: [PATCH] Missing lib. --- x11/gnome/gcr/Makefile | 11 +++++++++-- x11/gnome/gcr/pkg/PLIST | 3 ++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/x11/gnome/gcr/Makefile b/x11/gnome/gcr/Makefile index 8ba1e660681..01b4d313f4b 100644 --- a/x11/gnome/gcr/Makefile +++ b/x11/gnome/gcr/Makefile @@ -1,13 +1,15 @@ -# $OpenBSD: Makefile,v 1.20 2013/03/29 08:46:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.21 2013/03/29 09:47:13 ajacoutot Exp $ COMMENT= library for bits of crypto UI and parsing GNOME_PROJECT= gcr GNOME_VERSION= 3.8.0 +REVISION= 0 SHARED_LIBS += gck-1 1.0 # 0.0 SHARED_LIBS += gcr-base-3 2.0 # 1.0 -SHARED_LIBS += gcr-ui-3 0.0 # 1.0 +SHARED_LIBS += gcr-ui-3 2.0 # 1.0 +SHARED_LIBS += gcr-3 2.0 # 1.0 # LGPLv2 PERMIT_PACKAGE_CDROM= Yes @@ -47,4 +49,9 @@ pre-configure: ${WRKSRC}/{,ui,ui/tests,gcr,gcr/tests,gck,gck/tests,egg,egg/tests}/Makefile.in \ ${WRKSRC}/Makefile.decl +# ui/Makefile install-exec-hook +post-install: + cd ${PREFIX}/lib && \ + ln -s libgcr-ui-3.so.${LIBgcr-ui-3_VERSION} libgcr-3.so.${LIBgcr-ui-3_VERSION} + .include diff --git a/x11/gnome/gcr/pkg/PLIST b/x11/gnome/gcr/pkg/PLIST index 8180e5c4025..8b79b9b3032 100644 --- a/x11/gnome/gcr/pkg/PLIST +++ b/x11/gnome/gcr/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2013/03/29 08:46:00 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.7 2013/03/29 09:47:13 ajacoutot Exp $ @conflict gnome-keyring-<3.4.0 @bin bin/gcr-viewer include/gck-1/ @@ -70,6 +70,7 @@ lib/girepository-1.0/GcrUi-3.typelib lib/libgck-1.a lib/libgck-1.la @lib lib/libgck-1.so.${LIBgck-1_VERSION} +@lib lib/libgcr-3.so.${LIBgcr-3_VERSION} lib/libgcr-base-3.a lib/libgcr-base-3.la @lib lib/libgcr-base-3.so.${LIBgcr-base-3_VERSION}