- do not run gconftool-2 at install phase, this should be done using
@exec marker if/when needed - add CONFIGURE_SHARED
This commit is contained in:
parent
1971f7ca10
commit
ac1a7beaaa
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/20 23:13:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2009/01/21 14:36:08 ajacoutot Exp $
|
||||
|
||||
COMMENT= .NET language bindings for assorted GNOME libraries
|
||||
|
||||
GNOME_PROJECT= gnome-sharp
|
||||
GNOME_VERSION= 2.20.0
|
||||
PKGNAME= mono-gnome-${VERSION}p6
|
||||
PKGNAME= mono-gnome-${VERSION}p7
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -40,4 +40,6 @@ DLLMAP_FILES= art/art-sharp.dll.config \
|
||||
gconf/GConf/gconf-sharp.dll.config \
|
||||
gnomevfs/gnome-vfs-sharp.dll.config
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
15
x11/gnome/mono-gnome/patches/patch-sample_gconf_Makefile_in
Normal file
15
x11/gnome/mono-gnome/patches/patch-sample_gconf_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-sample_gconf_Makefile_in,v 1.1 2009/01/21 14:36:08 ajacoutot Exp $
|
||||
|
||||
Do not run gconftool-2, this should be done using @exec marker
|
||||
in the package if/when needed.
|
||||
|
||||
--- sample/gconf/Makefile.in.orig Wed Jan 21 15:29:20 2009
|
||||
+++ sample/gconf/Makefile.in Wed Jan 21 15:29:40 2009
|
||||
@@ -331,7 +331,6 @@ info-am:
|
||||
|
||||
install-data-am:
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
@ -1,12 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/16 20:48:07 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/01/21 14:36:08 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/gconfsharp2-schemagen
|
||||
lib/gtk-sharp-2.0/
|
||||
lib/gtk-sharp-2.0/gconfsharp-schemagen.exe
|
||||
lib/libgnomesharpglue-2.a
|
||||
lib/libgnomesharpglue-2.la
|
||||
lib/mono/
|
||||
lib/mono/gac/
|
||||
lib/mono/gac/art-sharp/
|
||||
lib/mono/gac/art-sharp/2.20.0.0__35e10195dab3c99f/
|
||||
lib/mono/gac/art-sharp/2.20.0.0__35e10195dab3c99f/art-sharp.dll
|
||||
@ -106,7 +103,6 @@ lib/mono/gac/policy.2.8.gnome-vfs-sharp/
|
||||
lib/mono/gac/policy.2.8.gnome-vfs-sharp/0.0.0.0__35e10195dab3c99f/
|
||||
lib/mono/gac/policy.2.8.gnome-vfs-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.config
|
||||
lib/mono/gac/policy.2.8.gnome-vfs-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.gnome-vfs-sharp.dll
|
||||
lib/mono/gtk-sharp-2.0/
|
||||
lib/mono/gtk-sharp-2.0/art-sharp.dll
|
||||
lib/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll
|
||||
lib/mono/gtk-sharp-2.0/gconf-sharp.dll
|
||||
@ -132,13 +128,11 @@ lib/mono/gtk-sharp-2.0/policy.2.8.gconf-sharp-peditors.dll
|
||||
lib/mono/gtk-sharp-2.0/policy.2.8.gconf-sharp.dll
|
||||
lib/mono/gtk-sharp-2.0/policy.2.8.gnome-sharp.dll
|
||||
lib/mono/gtk-sharp-2.0/policy.2.8.gnome-vfs-sharp.dll
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/art-sharp-2.0.pc
|
||||
lib/pkgconfig/gconf-sharp-2.0.pc
|
||||
lib/pkgconfig/gconf-sharp-peditors-2.0.pc
|
||||
lib/pkgconfig/gnome-sharp-2.0.pc
|
||||
lib/pkgconfig/gnome-vfs-sharp-2.0.pc
|
||||
share/gapi-2.0/
|
||||
share/gapi-2.0/art-api.xml
|
||||
share/gapi-2.0/gnome-api.xml
|
||||
share/gapi-2.0/gnome-vfs-api.xml
|
||||
|
Loading…
Reference in New Issue
Block a user