mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 15:41:00 +00:00
* .pc and wrapper scripts: Use relative paths so gtk-sharp is
relocatable svn path=/trunk/gtk-sharp/; revision=52437
This commit is contained in:
parent
05526600ae
commit
a36a3d4c0e
|
@ -1,3 +1,8 @@
|
|||
2005-10-31 Wade Berrier <wberrier@novell.com>
|
||||
|
||||
* .pc and wrapper scripts: Use relative paths so gtk-sharp is
|
||||
relocatable
|
||||
|
||||
2005-10-19 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gtk/TextBuffer.custom : add some obsolete overloads for backward
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -104,6 +104,12 @@ if test "x$has_mono" = "xtrue"; then
|
|||
GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(prefix)/lib'
|
||||
GENERATED_SOURCES=generated/*.cs
|
||||
AC_PATH_PROG(RUNTIME, mono, no)
|
||||
|
||||
# If mono is found, it's in the path. Require it to be in the path at runtime as well
|
||||
if test "x$RUNTIME" != "no" ; then
|
||||
RUNTIME=mono
|
||||
fi
|
||||
|
||||
AC_PATH_PROG(CSC, mcs, no)
|
||||
if test `uname -s` = "Darwin"; then
|
||||
LIB_PREFIX=
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
#!/bin/sh
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gconfsharp-schemagen.exe "$@"
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gconfsharp-schemagen.exe "$@"
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
#!/bin/sh
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
|
||||
|
||||
Name: GAPI
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
#!/bin/sh
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-fixup.exe "$@"
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-fixup.exe "$@"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#!/bin/sh
|
||||
export PATH=@prefix@/lib/gtk-sharp-2.0:$PATH
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
export PATH=$d/../lib/gtk-sharp-2.0:$PATH
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
prefix=@prefix@
|
||||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
|
Loading…
Reference in a new issue