libraries for the GNOME project
This commit is contained in:
parent
0d5de276aa
commit
803106eb92
41
x11/gnome/libs/Makefile
Normal file
41
x11/gnome/libs/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
|
||||
COMMENT= "libraries for the GNOME project"
|
||||
V= 1.2.13
|
||||
DISTNAME= gnome-libs-${V}
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.384
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
MAINTAINER= Nils Nordman <nino@nforced.com>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome/libs
|
||||
|
||||
LIB_DEPENDS= gdk_imlib.19::graphics/imlib \
|
||||
esd.2::audio/esound \
|
||||
db::databases/db \
|
||||
ORBit.5::devel/ORBit
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share
|
||||
CONFIGURE_ARGS+= --localstatedir=/var/run
|
||||
CONFIGURE_ARGS+= --disable-test-gnome
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
DB_LIB="-ldb"
|
||||
|
||||
post-install:
|
||||
@install -d ${PREFIX}/share/gnome-libs; \
|
||||
cp -r ${PREFIX}/../../etc/* ${PREFIX}/share/gnome-libs/
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/gnome/libs/files/md5
Normal file
3
x11/gnome/libs/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gnome-libs-1.2.13.tar.gz) = 99e0b4f6bdbb69af160e93fe2b106142
|
||||
RMD160 (gnome-libs-1.2.13.tar.gz) = e0ad46708a13971a6ad8287b9642b8b1cf3c6f91
|
||||
SHA1 (gnome-libs-1.2.13.tar.gz) = 21142d1afc826b7bca54be91a398c6f896d81696
|
423
x11/gnome/libs/patches/patch-configure
Normal file
423
x11/gnome/libs/patches/patch-configure
Normal file
@ -0,0 +1,423 @@
|
||||
--- configure.orig Fri Mar 16 20:46:20 2001
|
||||
+++ configure Thu Sep 6 22:41:26 2001
|
||||
@@ -3699,7 +3699,7 @@ EOF
|
||||
|
||||
fi
|
||||
|
||||
-ALL_LINGUAS="az ca cs da de el en_GB es et eu fi fr ga gl hr hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sp sr sv ta tr uk vi wa zh_CN.GB2312 zh_TW.Big5"
|
||||
+ALL_LINGUAS="az ca cs da de el en_GB es et eu fi fr ga gl hr hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sp sr sv ta tr uk vi wa zh_CN.GB2312"
|
||||
echo $ac_n "checking for working const""... $ac_c" 1>&6
|
||||
echo "configure:3705: checking for working const" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
|
||||
@@ -8196,402 +8196,6 @@ else
|
||||
prefer_db1=no
|
||||
fi
|
||||
|
||||
-DB_LIB=
|
||||
-echo $ac_n "checking for dbopen""... $ac_c" 1>&6
|
||||
-echo "configure:8202: checking for dbopen" >&5
|
||||
-if eval "test \"`echo '$''{'ac_cv_func_dbopen'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- cat > conftest.$ac_ext <<EOF
|
||||
-#line 8207 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* System header to define __stub macros and hopefully few prototypes,
|
||||
- which can conflict with char dbopen(); below. */
|
||||
-#include <assert.h>
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char dbopen();
|
||||
-
|
||||
-int main() {
|
||||
-
|
||||
-/* The GNU C library defines this for functions which it implements
|
||||
- to always fail with ENOSYS. Some functions are actually named
|
||||
- something starting with __ and the normal name is an alias. */
|
||||
-#if defined (__stub_dbopen) || defined (__stub___dbopen)
|
||||
-choke me
|
||||
-#else
|
||||
-dbopen();
|
||||
-#endif
|
||||
-
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_func_dbopen=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_func_dbopen=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-fi
|
||||
-
|
||||
-if eval "test \"`echo '$ac_cv_func_'dbopen`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- :
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-if test "$prefer_db1" = "yes"; then
|
||||
- echo $ac_n "checking for dbopen in -ldb1""... $ac_c" 1>&6
|
||||
-echo "configure:8249: checking for dbopen in -ldb1" >&5
|
||||
-ac_lib_var=`echo db1'_'dbopen | sed 'y%./+-%__p_%'`
|
||||
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- ac_save_LIBS="$LIBS"
|
||||
-LIBS="-ldb1 $LIBS"
|
||||
-cat > conftest.$ac_ext <<EOF
|
||||
-#line 8257 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char dbopen();
|
||||
-
|
||||
-int main() {
|
||||
-dbopen()
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-LIBS="$ac_save_LIBS"
|
||||
-
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- DB_LIB="-ldb1"
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
|
||||
-echo "configure:8287: checking for dbopen in -ldb" >&5
|
||||
-ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
|
||||
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- ac_save_LIBS="$LIBS"
|
||||
-LIBS="-ldb $LIBS"
|
||||
-cat > conftest.$ac_ext <<EOF
|
||||
-#line 8295 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char dbopen();
|
||||
-
|
||||
-int main() {
|
||||
-dbopen()
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-LIBS="$ac_save_LIBS"
|
||||
-
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- DB_LIB="-ldb"
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-echo $ac_n "checking for __db185_open in -ldb-3""... $ac_c" 1>&6
|
||||
-echo "configure:8325: checking for __db185_open in -ldb-3" >&5
|
||||
-ac_lib_var=`echo db-3'_'__db185_open | sed 'y%./+-%__p_%'`
|
||||
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- ac_save_LIBS="$LIBS"
|
||||
-LIBS="-ldb-3 $LIBS"
|
||||
-cat > conftest.$ac_ext <<EOF
|
||||
-#line 8333 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char __db185_open();
|
||||
-
|
||||
-int main() {
|
||||
-__db185_open()
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-LIBS="$ac_save_LIBS"
|
||||
-
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- DB_LIB="-ldb-3"
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-{ echo "configure: error: Your db library is missing db 1.85 compatibility mode" 1>&2; exit 1; }
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-else
|
||||
- echo $ac_n "checking for dbopen in -ldb""... $ac_c" 1>&6
|
||||
-echo "configure:8374: checking for dbopen in -ldb" >&5
|
||||
-ac_lib_var=`echo db'_'dbopen | sed 'y%./+-%__p_%'`
|
||||
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- ac_save_LIBS="$LIBS"
|
||||
-LIBS="-ldb $LIBS"
|
||||
-cat > conftest.$ac_ext <<EOF
|
||||
-#line 8382 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char dbopen();
|
||||
-
|
||||
-int main() {
|
||||
-dbopen()
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-LIBS="$ac_save_LIBS"
|
||||
-
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- DB_LIB="-ldb"
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-echo $ac_n "checking for dbopen in -ldb1""... $ac_c" 1>&6
|
||||
-echo "configure:8412: checking for dbopen in -ldb1" >&5
|
||||
-ac_lib_var=`echo db1'_'dbopen | sed 'y%./+-%__p_%'`
|
||||
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- ac_save_LIBS="$LIBS"
|
||||
-LIBS="-ldb1 $LIBS"
|
||||
-cat > conftest.$ac_ext <<EOF
|
||||
-#line 8420 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char dbopen();
|
||||
-
|
||||
-int main() {
|
||||
-dbopen()
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-LIBS="$ac_save_LIBS"
|
||||
-
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- DB_LIB="-ldb1"
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-echo $ac_n "checking for __db185_open in -ldb-3""... $ac_c" 1>&6
|
||||
-echo "configure:8450: checking for __db185_open in -ldb-3" >&5
|
||||
-ac_lib_var=`echo db-3'_'__db185_open | sed 'y%./+-%__p_%'`
|
||||
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- ac_save_LIBS="$LIBS"
|
||||
-LIBS="-ldb-3 $LIBS"
|
||||
-cat > conftest.$ac_ext <<EOF
|
||||
-#line 8458 "configure"
|
||||
-#include "confdefs.h"
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char __db185_open();
|
||||
-
|
||||
-int main() {
|
||||
-__db185_open()
|
||||
-; return 0; }
|
||||
-EOF
|
||||
-if { (eval echo configure:8469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
-else
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_lib_$ac_lib_var=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-LIBS="$ac_save_LIBS"
|
||||
-
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- DB_LIB="-ldb-3"
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-{ echo "configure: error: Your db library is missing db 1.85 compatibility mode" 1>&2; exit 1; }
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-fi
|
||||
-
|
||||
-
|
||||
-if test "$prefer_db1" = "yes"; then
|
||||
- for ac_hdr in db_185.h db1/db.h
|
||||
-do
|
||||
-ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||
-echo "configure:8507: checking for $ac_hdr" >&5
|
||||
-if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- cat > conftest.$ac_ext <<EOF
|
||||
-#line 8512 "configure"
|
||||
-#include "confdefs.h"
|
||||
-#include <$ac_hdr>
|
||||
-EOF
|
||||
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
-{ (eval echo configure:8517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||
-if test -z "$ac_err"; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_header_$ac_safe=yes"
|
||||
-else
|
||||
- echo "$ac_err" >&5
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_header_$ac_safe=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
||||
- cat >> confdefs.h <<EOF
|
||||
-#define $ac_tr_hdr 1
|
||||
-EOF
|
||||
-
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-fi
|
||||
-done
|
||||
-
|
||||
- if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nono; then
|
||||
- { echo "configure: error: Berkeley db library required for Gnome" 1>&2; exit 1; }
|
||||
- fi
|
||||
- cat >> confdefs.h <<\EOF
|
||||
-#define PREFER_DB1 1
|
||||
-EOF
|
||||
-
|
||||
-else
|
||||
- for ac_hdr in db.h db_185.h db1/db.h
|
||||
-do
|
||||
-ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||
-echo "configure:8555: checking for $ac_hdr" >&5
|
||||
-if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- cat > conftest.$ac_ext <<EOF
|
||||
-#line 8560 "configure"
|
||||
-#include "confdefs.h"
|
||||
-#include <$ac_hdr>
|
||||
-EOF
|
||||
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
-{ (eval echo configure:8565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||
-if test -z "$ac_err"; then
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_header_$ac_safe=yes"
|
||||
-else
|
||||
- echo "$ac_err" >&5
|
||||
- echo "configure: failed program was:" >&5
|
||||
- cat conftest.$ac_ext >&5
|
||||
- rm -rf conftest*
|
||||
- eval "ac_cv_header_$ac_safe=no"
|
||||
-fi
|
||||
-rm -f conftest*
|
||||
-fi
|
||||
-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
||||
- cat >> confdefs.h <<EOF
|
||||
-#define $ac_tr_hdr 1
|
||||
-EOF
|
||||
-
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-fi
|
||||
-done
|
||||
-
|
||||
-
|
||||
- if test "$ac_cv_header_db_h$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nonono; then
|
||||
- { echo "configure: error: Berkeley db library required for Gnome" 1>&2; exit 1; }
|
||||
- fi
|
||||
-fi
|
||||
|
||||
# If we find X, set shell vars x_includes and x_libraries to the
|
||||
# paths, otherwise set no_x=yes.
|
||||
@@ -10524,7 +10128,7 @@ else
|
||||
fi
|
||||
|
||||
cat >> confdefs.h <<EOF
|
||||
-#define KDE_ICONDIR "$kde_datadir/icons"
|
||||
+#define KDE_ICONDIR "$kde_datadir/icons/hicolor/48x48/apps"
|
||||
EOF
|
||||
|
||||
cat >> confdefs.h <<EOF
|
12
x11/gnome/libs/patches/patch-devel_docs_Makefile.in
Normal file
12
x11/gnome/libs/patches/patch-devel_docs_Makefile.in
Normal file
@ -0,0 +1,12 @@
|
||||
# $OpenBSD: patch-devel_docs_Makefile.in,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
--- devel-docs/Makefile.in.orig Fri Mar 16 20:47:38 2001
|
||||
+++ devel-docs/Makefile.in Mon Aug 27 19:25:17 2001
|
||||
@@ -156,7 +156,7 @@ TEXT_FILES = README.gtkcauldron REA
|
||||
EXTRA_DIST = TODO.sgml gnome-doc-framework.txt $(TEXT_FILES)
|
||||
|
||||
|
||||
-docdir = $(prefix)/doc
|
||||
+docdir = $(prefix)/share/doc/gnome-libs
|
||||
doc_DATA = $(TEXT_FILES)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
93
x11/gnome/libs/patches/patch-libgnome_gnome-dentry_c
Normal file
93
x11/gnome/libs/patches/patch-libgnome_gnome-dentry_c
Normal file
@ -0,0 +1,93 @@
|
||||
$OpenBSD: patch-libgnome_gnome-dentry_c,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
--- libgnome/gnome-dentry.c.orig Wed Jan 24 02:09:46 2001
|
||||
+++ libgnome/gnome-dentry.c Tue Aug 28 13:49:32 2001
|
||||
@@ -75,7 +75,7 @@ add_comment_or_name(GList *list, char *l
|
||||
|
||||
/*read the names and comments from the desktop file*/
|
||||
static GList *
|
||||
-read_names_and_comments(const char *file, int is_kde)
|
||||
+read_names_and_comments(const char *file, int is_old_kde)
|
||||
{
|
||||
GList *i18n_list = NULL;
|
||||
|
||||
@@ -84,11 +84,11 @@ read_names_and_comments(const char *file
|
||||
char *prefix;
|
||||
|
||||
gnome_config_push_prefix ("");
|
||||
- if(!is_kde) {
|
||||
- prefix = g_strconcat ("=", file, "=/Desktop Entry", NULL);
|
||||
- } else {
|
||||
- prefix = g_strconcat ("=", file, "=/KDE Desktop Entry", NULL);
|
||||
- }
|
||||
+ if(!is_old_kde) {
|
||||
+ prefix = g_strconcat ("=", file, "=/Desktop Entry", NULL);
|
||||
+ } else {
|
||||
+ prefix = g_strconcat ("=", file, "=/KDE Desktop Entry", NULL);
|
||||
+ }
|
||||
iterator = gnome_config_init_iterator(prefix);
|
||||
g_free(prefix);
|
||||
gnome_config_pop_prefix ();
|
||||
@@ -139,7 +139,7 @@ gnome_desktop_entry_load_flags_condition
|
||||
int exec_length;
|
||||
char *icon_base;
|
||||
char *p = NULL;
|
||||
- gboolean is_kde = FALSE;
|
||||
+ gboolean is_old_kde = FALSE;
|
||||
|
||||
GList *i18n_list = NULL;
|
||||
|
||||
@@ -157,8 +157,8 @@ gnome_desktop_entry_load_flags_condition
|
||||
gnome_config_push_prefix (prefix);
|
||||
g_free (prefix);
|
||||
|
||||
- is_kde = TRUE;
|
||||
-
|
||||
+ is_old_kde = TRUE;
|
||||
+
|
||||
name = gnome_config_get_translated_string ("Name");
|
||||
if (!name) {
|
||||
gnome_config_pop_prefix ();
|
||||
@@ -172,7 +172,8 @@ gnome_desktop_entry_load_flags_condition
|
||||
* entries, we will later need to make this code smarter.
|
||||
*/
|
||||
|
||||
- type = gnome_config_get_string (is_kde ? "Type=Directory" : "Type");
|
||||
+ if( !(type = gnome_config_get_string ("Type") ) )
|
||||
+ type = gnome_config_get_string ("Type=Directory");
|
||||
gnome_config_get_vector ("Exec", &exec_length, &exec_vector);
|
||||
try_file = gnome_config_get_string ("TryExec");
|
||||
|
||||
@@ -204,15 +205,21 @@ gnome_desktop_entry_load_flags_condition
|
||||
newitem->geometry = gnome_config_get_string ("Geometry");
|
||||
newitem->multiple_args = gnome_config_get_bool ("MultipleArgs=0");
|
||||
newitem->location = g_strdup (file);
|
||||
- newitem->is_kde = is_kde;
|
||||
|
||||
icon_base = gnome_config_get_string ("Icon");
|
||||
|
||||
if (icon_base && *icon_base) {
|
||||
/* Sigh, now we need to make them local to the gnome install */
|
||||
if (*icon_base != '/') {
|
||||
- if (newitem->is_kde) {
|
||||
- gchar *iconname = g_concat_dir_and_file (KDE_ICONDIR, icon_base);
|
||||
+ /*
|
||||
+ HACK: determine if file is an KDE desktop entry.
|
||||
+ KDE desktop files don't have the file-extension embedded in icon_base.
|
||||
+ */
|
||||
+ if( !strstr( icon_base, "." ) ) {
|
||||
+ gchar *icon_base_full = g_strconcat (icon_base, ".png", NULL);
|
||||
+ gchar *iconname = g_concat_dir_and_file (KDE_ICONDIR, icon_base_full);
|
||||
+ newitem->is_kde = TRUE;
|
||||
+ g_free (icon_base_full);
|
||||
if (g_file_exists (iconname))
|
||||
newitem->icon = iconname;
|
||||
else {
|
||||
@@ -233,7 +240,7 @@ gnome_desktop_entry_load_flags_condition
|
||||
gnome_config_pop_prefix ();
|
||||
|
||||
/*get us the Names and comments of different languages*/
|
||||
- i18n_list = read_names_and_comments (file, is_kde);
|
||||
+ i18n_list = read_names_and_comments (file, is_old_kde);
|
||||
gnome_desktop_entry_set_i18n_list (newitem, i18n_list);
|
||||
|
||||
if (clean_from_memory_after_load) {
|
36
x11/gnome/libs/patches/patch-libgnome_gnome-dump_c
Normal file
36
x11/gnome/libs/patches/patch-libgnome_gnome-dump_c
Normal file
@ -0,0 +1,36 @@
|
||||
$OpenBSD: patch-libgnome_gnome-dump_c,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
--- libgnome/gnome-dump.c.orig Thu Sep 6 23:03:20 2001
|
||||
+++ libgnome/gnome-dump.c Thu Sep 6 23:04:17 2001
|
||||
@@ -25,31 +25,7 @@
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
||||
-#ifdef PREFER_DB1
|
||||
-#ifdef HAVE_DB1_DB_H
|
||||
-# include <db1/db.h>
|
||||
-#else
|
||||
-# ifdef HAVE_DB_185_H
|
||||
-# include <db_185.h>
|
||||
-# else
|
||||
-# include <db.h>
|
||||
-# endif
|
||||
-#endif
|
||||
-
|
||||
-#else
|
||||
-
|
||||
-#ifdef HAVE_DB_185_H
|
||||
-# include <db_185.h>
|
||||
-#else
|
||||
-# ifdef HAVE_DB_H
|
||||
-# include <db.h>
|
||||
-# else
|
||||
-# include <db1/db.h>
|
||||
-# endif
|
||||
-#endif
|
||||
-
|
||||
-#endif
|
||||
-
|
||||
+#include <db_185.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
33
x11/gnome/libs/patches/patch-libgnome_gnome-metadata_c
Normal file
33
x11/gnome/libs/patches/patch-libgnome_gnome-metadata_c
Normal file
@ -0,0 +1,33 @@
|
||||
$OpenBSD: patch-libgnome_gnome-metadata_c,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
--- libgnome/gnome-metadata.c.orig Thu Sep 6 23:03:13 2001
|
||||
+++ libgnome/gnome-metadata.c Thu Sep 6 23:03:49 2001
|
||||
@@ -51,28 +51,7 @@ char *alloca ();
|
||||
#include <dirent.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-
|
||||
-#ifdef PREFER_DB1
|
||||
-#ifdef HAVE_DB1_DB_H
|
||||
-# include <db1/db.h>
|
||||
-#else
|
||||
-# ifdef HAVE_DB_185_H
|
||||
-# include <db_185.h>
|
||||
-# else
|
||||
-# include <db.h>
|
||||
-# endif
|
||||
-#endif
|
||||
-#else
|
||||
-#ifdef HAVE_DB_185_H
|
||||
-# include <db_185.h>
|
||||
-#else
|
||||
-# ifdef HAVE_DB_H
|
||||
-# include <db.h>
|
||||
-# else
|
||||
-# include <db1/db.h>
|
||||
-# endif
|
||||
-#endif
|
||||
-#endif
|
||||
+#include <db_185.h>
|
||||
|
||||
#include "libgnomeP.h"
|
||||
#include "gnome-mime.h"
|
51
x11/gnome/libs/patches/patch-ltconfig
Normal file
51
x11/gnome/libs/patches/patch-ltconfig
Normal file
@ -0,0 +1,51 @@
|
||||
--- ltconfig.orig Fri Mar 16 20:46:27 2001
|
||||
+++ ltconfig Mon Aug 27 19:25:17 2001
|
||||
@@ -1105,6 +1105,9 @@ cygwin* | mingw*)
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
|
||||
esac
|
||||
|
||||
@@ -1396,10 +1399,21 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
+ case "$host_os" in
|
||||
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
|
||||
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
|
||||
+ hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ ;;
|
||||
+ *)
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
|
||||
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
|
||||
+ export_dynamic_flag_spec='${wl}-E'
|
||||
+ fi
|
||||
+ ;;
|
||||
+ esac
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -1997,13 +2011,10 @@ netbsd*)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
+ deplibs_check_method='pass_all'
|
||||
;;
|
||||
|
||||
os2*)
|
83
x11/gnome/libs/patches/patch-ltmain.sh
Normal file
83
x11/gnome/libs/patches/patch-ltmain.sh
Normal file
@ -0,0 +1,83 @@
|
||||
--- ltmain.sh.orig Fri Mar 16 20:46:27 2001
|
||||
+++ ltmain.sh Mon Aug 27 19:25:17 2001
|
||||
@@ -1079,7 +1079,18 @@ compiler."
|
||||
# These systems don't actually have c library (as such)
|
||||
continue
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ continue
|
||||
+ ;;
|
||||
esac
|
||||
+ elif test "$arg" = "-lc_r"; then
|
||||
+ case "$host" in
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc_r directly, use -pthread flag.
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
elif test "$arg" = "-lm"; then
|
||||
case "$host" in
|
||||
*-*-cygwin* | *-*-beos*)
|
||||
@@ -1091,6 +1102,10 @@ compiler."
|
||||
deplibs="$deplibs $arg"
|
||||
;;
|
||||
|
||||
+ -?thread)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1795,6 +1810,9 @@ compiler."
|
||||
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
|
||||
# these systems don't actually have a c library (as such)!
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems.
|
||||
deplibs="$deplibs -lc"
|
||||
@@ -3555,40 +3573,6 @@ libdir='$install_libdir'\
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
27
x11/gnome/libs/pkg/DEINSTALL
Normal file
27
x11/gnome/libs/pkg/DEINSTALL
Normal file
@ -0,0 +1,27 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
#
|
||||
|
||||
echo
|
||||
echo "*=================[ $1"
|
||||
echo "* To really remove $1 from your system you should also"
|
||||
echo "* remove the configuration files from the /etc directory."
|
||||
echo "* If you are planning on installing $1 again in the future"
|
||||
echo "* you can leave it as it is."
|
||||
echo "*"
|
||||
echo "* FYI, the following configuration files belongs to this package:"
|
||||
echo "*"
|
||||
for f in \
|
||||
mime-magic \
|
||||
mime-magic.dat \
|
||||
paper.config \
|
||||
sound/events/gnome.soundlist \
|
||||
sound/events/gtk-events.soundlist
|
||||
do
|
||||
echo "* /etc/$f"
|
||||
done
|
||||
echo "*================= $1 ]"
|
||||
echo
|
||||
|
||||
exit 0
|
6
x11/gnome/libs/pkg/DESCR
Normal file
6
x11/gnome/libs/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
These are the GNOME libraries, the foundation for most of the
|
||||
applications of the GNOME project.
|
||||
|
||||
For more information about the GNOME project, visit:
|
||||
|
||||
WWW: ${HOMEPAGE}
|
81
x11/gnome/libs/pkg/INSTALL
Normal file
81
x11/gnome/libs/pkg/INSTALL
Normal file
@ -0,0 +1,81 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
PKGNAME=gnome-libs
|
||||
DEST_PFX=/etc
|
||||
SOURCE_PFX=${PREFIX}/share/${PKGNAME}
|
||||
|
||||
|
||||
do_post() {
|
||||
echo
|
||||
echo "*=================[ ${PKGNAME}"
|
||||
|
||||
install -d /etc/sound/events
|
||||
# install or take note of existing config files
|
||||
for f in \
|
||||
mime-magic \
|
||||
mime-magic.dat \
|
||||
paper.config \
|
||||
sound/events/gnome.soundlist \
|
||||
sound/events/gtk-events.soundlist
|
||||
do
|
||||
if [ -f "${DEST_PFX}/$f" ]; then
|
||||
OLD_CONFS="${OLD_CONFS} $f"
|
||||
else
|
||||
if ! install -m 644 ${SOURCE_PFX}/$f ${DEST_PFX}/$f; then
|
||||
echo "* ERROR: The following file could not be installed, exiting: ${DEST_PFX}/$f"
|
||||
exit 1
|
||||
fi
|
||||
NEW_CONFS="${NEW_CONFS} $f"
|
||||
fi
|
||||
done
|
||||
|
||||
# print status report
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "* The following NEW configuration files have been installed:"
|
||||
echo "*"
|
||||
for f in ${NEW_CONFS}; do
|
||||
echo "* ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -n "${OLD_CONFS}" ]; then
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "*"
|
||||
fi
|
||||
echo "* The following OLD configuration files was found and have NOT been overwritten:"
|
||||
echo "* You should however manually compare it to it's equivalent in ${SOURCE_PFX}"
|
||||
echo "* and update your configuration if needed."
|
||||
echo "*"
|
||||
for f in ${OLD_CONFS}; do
|
||||
echo "* ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
echo "*================= ${PKGNAME} ]"
|
||||
echo
|
||||
}
|
||||
|
||||
# verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
;;
|
||||
POST-INSTALL)
|
||||
do_post
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
10
x11/gnome/libs/pkg/PFRAG.shared
Normal file
10
x11/gnome/libs/pkg/PFRAG.shared
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
lib/libart_lgpl.so.4.0
|
||||
lib/libgnome.so.36.3
|
||||
lib/libgnomesupport.so.0.0
|
||||
lib/libgnomeui.so.46.1
|
||||
lib/libgnorba.so.28.8
|
||||
lib/libgnorbagtk.so.0.0
|
||||
lib/libgtkxmhtml.so.1.1
|
||||
lib/libzvt.so.4.10
|
||||
DYNLIBDIR(%D/lib)
|
388
x11/gnome/libs/pkg/PLIST
Normal file
388
x11/gnome/libs/pkg/PLIST
Normal file
@ -0,0 +1,388 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/13 20:27:19 todd Exp $
|
||||
bin/dns-helper
|
||||
bin/gconfigger
|
||||
bin/gnome-bug
|
||||
bin/gnome-config
|
||||
bin/gnome-dump-metadata
|
||||
bin/gnome-gen-mimedb
|
||||
bin/gnome-moz-remote
|
||||
bin/gnome-name-service
|
||||
bin/gnome_segv
|
||||
bin/goad-browser
|
||||
bin/libart-config
|
||||
bin/loadshlib
|
||||
bin/new-object
|
||||
include/gnome.h
|
||||
include/gtk-xmhtml/HTML.h
|
||||
include/gtk-xmhtml/XmHTML.h
|
||||
include/gtk-xmhtml/XmHTMLI.h
|
||||
include/gtk-xmhtml/XmHTMLP.h
|
||||
include/gtk-xmhtml/gtk-xmhtml-p.h
|
||||
include/gtk-xmhtml/gtk-xmhtml.h
|
||||
include/gtk-xmhtml/miniparse.h
|
||||
include/gtk-xmhtml/toolkit.h
|
||||
include/libart_lgpl/art_affine.h
|
||||
include/libart_lgpl/art_alphagamma.h
|
||||
include/libart_lgpl/art_bpath.h
|
||||
include/libart_lgpl/art_config.h
|
||||
include/libart_lgpl/art_filterlevel.h
|
||||
include/libart_lgpl/art_gray_svp.h
|
||||
include/libart_lgpl/art_misc.h
|
||||
include/libart_lgpl/art_pathcode.h
|
||||
include/libart_lgpl/art_pixbuf.h
|
||||
include/libart_lgpl/art_point.h
|
||||
include/libart_lgpl/art_rect.h
|
||||
include/libart_lgpl/art_rect_svp.h
|
||||
include/libart_lgpl/art_rect_uta.h
|
||||
include/libart_lgpl/art_rgb.h
|
||||
include/libart_lgpl/art_rgb_affine.h
|
||||
include/libart_lgpl/art_rgb_bitmap_affine.h
|
||||
include/libart_lgpl/art_rgb_pixbuf_affine.h
|
||||
include/libart_lgpl/art_rgb_rgba_affine.h
|
||||
include/libart_lgpl/art_rgb_svp.h
|
||||
include/libart_lgpl/art_svp.h
|
||||
include/libart_lgpl/art_svp_ops.h
|
||||
include/libart_lgpl/art_svp_point.h
|
||||
include/libart_lgpl/art_svp_render_aa.h
|
||||
include/libart_lgpl/art_svp_vpath.h
|
||||
include/libart_lgpl/art_svp_vpath_stroke.h
|
||||
include/libart_lgpl/art_svp_wind.h
|
||||
include/libart_lgpl/art_uta.h
|
||||
include/libart_lgpl/art_uta_ops.h
|
||||
include/libart_lgpl/art_uta_rect.h
|
||||
include/libart_lgpl/art_uta_svp.h
|
||||
include/libart_lgpl/art_uta_vpath.h
|
||||
include/libart_lgpl/art_vpath.h
|
||||
include/libart_lgpl/art_vpath_bpath.h
|
||||
include/libart_lgpl/art_vpath_dash.h
|
||||
include/libart_lgpl/art_vpath_svp.h
|
||||
include/libart_lgpl/libart-features.h
|
||||
include/libart_lgpl/libart.h
|
||||
include/libgnome/gnome-config.h
|
||||
include/libgnome/gnome-defs.h
|
||||
include/libgnome/gnome-dentry.h
|
||||
include/libgnome/gnome-exec.h
|
||||
include/libgnome/gnome-fileconvert.h
|
||||
include/libgnome/gnome-help.h
|
||||
include/libgnome/gnome-history.h
|
||||
include/libgnome/gnome-i18n.h
|
||||
include/libgnome/gnome-magic.h
|
||||
include/libgnome/gnome-metadata.h
|
||||
include/libgnome/gnome-mime-info.h
|
||||
include/libgnome/gnome-mime.h
|
||||
include/libgnome/gnome-paper.h
|
||||
include/libgnome/gnome-popt.h
|
||||
include/libgnome/gnome-regex.h
|
||||
include/libgnome/gnome-remote.h
|
||||
include/libgnome/gnome-score.h
|
||||
include/libgnome/gnome-sound.h
|
||||
include/libgnome/gnome-triggers.h
|
||||
include/libgnome/gnome-url.h
|
||||
include/libgnome/gnome-util.h
|
||||
include/libgnome/libgnome.h
|
||||
include/libgnomeui/gnome-about.h
|
||||
include/libgnomeui/gnome-animator.h
|
||||
include/libgnomeui/gnome-app-helper.h
|
||||
include/libgnomeui/gnome-app-util.h
|
||||
include/libgnomeui/gnome-app.h
|
||||
include/libgnomeui/gnome-appbar.h
|
||||
include/libgnomeui/gnome-calculator.h
|
||||
include/libgnomeui/gnome-canvas-image.h
|
||||
include/libgnomeui/gnome-canvas-line.h
|
||||
include/libgnomeui/gnome-canvas-load.h
|
||||
include/libgnomeui/gnome-canvas-polygon.h
|
||||
include/libgnomeui/gnome-canvas-rect-ellipse.h
|
||||
include/libgnomeui/gnome-canvas-text.h
|
||||
include/libgnomeui/gnome-canvas-util.h
|
||||
include/libgnomeui/gnome-canvas-widget.h
|
||||
include/libgnomeui/gnome-canvas.h
|
||||
include/libgnomeui/gnome-client.h
|
||||
include/libgnomeui/gnome-color-picker.h
|
||||
include/libgnomeui/gnome-compat.h
|
||||
include/libgnomeui/gnome-dateedit.h
|
||||
include/libgnomeui/gnome-dentry-edit.h
|
||||
include/libgnomeui/gnome-dialog-util.h
|
||||
include/libgnomeui/gnome-dialog.h
|
||||
include/libgnomeui/gnome-dns.h
|
||||
include/libgnomeui/gnome-dock-band.h
|
||||
include/libgnomeui/gnome-dock-item.h
|
||||
include/libgnomeui/gnome-dock-layout.h
|
||||
include/libgnomeui/gnome-dock.h
|
||||
include/libgnomeui/gnome-druid-page-finish.h
|
||||
include/libgnomeui/gnome-druid-page-standard.h
|
||||
include/libgnomeui/gnome-druid-page-start.h
|
||||
include/libgnomeui/gnome-druid-page.h
|
||||
include/libgnomeui/gnome-druid.h
|
||||
include/libgnomeui/gnome-entry.h
|
||||
include/libgnomeui/gnome-file-entry.h
|
||||
include/libgnomeui/gnome-font-picker.h
|
||||
include/libgnomeui/gnome-font-selector.h
|
||||
include/libgnomeui/gnome-geometry.h
|
||||
include/libgnomeui/gnome-guru.h
|
||||
include/libgnomeui/gnome-href.h
|
||||
include/libgnomeui/gnome-ice.h
|
||||
include/libgnomeui/gnome-icon-entry.h
|
||||
include/libgnomeui/gnome-icon-item.h
|
||||
include/libgnomeui/gnome-icon-list.h
|
||||
include/libgnomeui/gnome-icon-sel.h
|
||||
include/libgnomeui/gnome-icon-text.h
|
||||
include/libgnomeui/gnome-init.h
|
||||
include/libgnomeui/gnome-less.h
|
||||
include/libgnomeui/gnome-mdi-child.h
|
||||
include/libgnomeui/gnome-mdi-generic-child.h
|
||||
include/libgnomeui/gnome-mdi-session.h
|
||||
include/libgnomeui/gnome-mdi.h
|
||||
include/libgnomeui/gnome-messagebox.h
|
||||
include/libgnomeui/gnome-number-entry.h
|
||||
include/libgnomeui/gnome-paper-selector.h
|
||||
include/libgnomeui/gnome-pixmap-entry.h
|
||||
include/libgnomeui/gnome-pixmap.h
|
||||
include/libgnomeui/gnome-popup-help.h
|
||||
include/libgnomeui/gnome-popup-menu.h
|
||||
include/libgnomeui/gnome-preferences.h
|
||||
include/libgnomeui/gnome-procbar.h
|
||||
include/libgnomeui/gnome-properties.h
|
||||
include/libgnomeui/gnome-property-entries.h
|
||||
include/libgnomeui/gnome-propertybox.h
|
||||
include/libgnomeui/gnome-scores.h
|
||||
include/libgnomeui/gnome-spell.h
|
||||
include/libgnomeui/gnome-startup.h
|
||||
include/libgnomeui/gnome-stock.h
|
||||
include/libgnomeui/gnome-types.h
|
||||
include/libgnomeui/gnome-uidefs.h
|
||||
include/libgnomeui/gnome-window-icon.h
|
||||
include/libgnomeui/gnome-window.h
|
||||
include/libgnomeui/gnome-winhints.h
|
||||
include/libgnomeui/gnometypebuiltins.h
|
||||
include/libgnomeui/gtk-clock.h
|
||||
include/libgnomeui/gtk-ted.h
|
||||
include/libgnomeui/gtkcauldron.h
|
||||
include/libgnomeui/gtkdial.h
|
||||
include/libgnomeui/gtkpixmapmenuitem.h
|
||||
include/libgnomeui/libgnomeui.h
|
||||
include/libgnorba/Table.h
|
||||
include/libgnorba/gnome-factory.h
|
||||
include/libgnorba/gnome-unknown.h
|
||||
include/libgnorba/gnorba.h
|
||||
include/popt-gnome.h
|
||||
include/zvt/lists.h
|
||||
include/zvt/vt.h
|
||||
include/zvt/vtx.h
|
||||
include/zvt/zvtterm.h
|
||||
lib/gnome-libs/include/gnomesupport.h
|
||||
lib/gnomeConf.sh
|
||||
lib/libartConf.sh
|
||||
lib/libart_lgpl.a
|
||||
lib/libart_lgpl.la
|
||||
lib/libgnome.a
|
||||
lib/libgnome.la
|
||||
lib/libgnomesupport.a
|
||||
lib/libgnomesupport.la
|
||||
lib/libgnomeui.a
|
||||
lib/libgnomeui.la
|
||||
lib/libgnorba.a
|
||||
lib/libgnorba.la
|
||||
lib/libgnorbagtk.a
|
||||
lib/libgnorbagtk.la
|
||||
lib/libgtkxmhtml.a
|
||||
lib/libgtkxmhtml.la
|
||||
lib/libzvt.a
|
||||
lib/libzvt.la
|
||||
man/man1/gnome-config.1
|
||||
man/man1/gnome.1
|
||||
man/man5/gnome-mime.5
|
||||
sbin/gnome-pty-helper
|
||||
share/aclocal/libart.m4
|
||||
share/doc/gnome-doc
|
||||
share/doc/gnome-doc.el
|
||||
share/doc/gnome-libs/README.gtkcauldron
|
||||
share/doc/gnome-libs/README.gtkcauldron_for_python
|
||||
share/doc/gnome-libs/adding-file-manager-new-items.txt
|
||||
share/doc/gnome-libs/adding-sounds.txt
|
||||
share/doc/gnome-libs/api-comment-style.txt
|
||||
share/doc/gnome-libs/gtk_dialog_cauldron.3
|
||||
share/doc/gnome-libs/mime-type-handling.txt
|
||||
share/doc/gnome-libs/session-management.txt
|
||||
share/doc/gnome-libs/suggestions.txt
|
||||
share/doc/mkstub
|
||||
share/gnome/html/gnome-decl.txt
|
||||
share/gnome/html/gnome-sections.txt
|
||||
share/gnome/html/gnome.html
|
||||
share/gnome/html/gnome/book1.html
|
||||
share/gnome/html/gnome/gnome-gnome-config.html
|
||||
share/gnome/html/gnome/gnome-gnome-defs.html
|
||||
share/gnome/html/gnome/gnome-gnome-dentry.html
|
||||
share/gnome/html/gnome/gnome-gnome-exec.html
|
||||
share/gnome/html/gnome/gnome-gnome-fileconvert.html
|
||||
share/gnome/html/gnome/gnome-gnome-help.html
|
||||
share/gnome/html/gnome/gnome-gnome-history.html
|
||||
share/gnome/html/gnome/gnome-gnome-i18n.html
|
||||
share/gnome/html/gnome/gnome-gnome-metadata.html
|
||||
share/gnome/html/gnome/gnome-gnome-mime-info.html
|
||||
share/gnome/html/gnome/gnome-gnome-mime.html
|
||||
share/gnome/html/gnome/gnome-gnome-paper.html
|
||||
share/gnome/html/gnome/gnome-gnome-popt.html
|
||||
share/gnome/html/gnome/gnome-gnome-regex.html
|
||||
share/gnome/html/gnome/gnome-gnome-remote.html
|
||||
share/gnome/html/gnome/gnome-gnome-score.html
|
||||
share/gnome/html/gnome/gnome-gnome-sound.html
|
||||
share/gnome/html/gnome/gnome-gnome-triggers.html
|
||||
share/gnome/html/gnome/gnome-gnome-url.html
|
||||
share/gnome/html/gnome/gnome-gnome-util.html
|
||||
share/gnome/html/gnome/gnome-libgnome.html
|
||||
share/gnome/html/gnome/libgnome.html
|
||||
share/gnome/html/gnomeui-decl.txt
|
||||
share/gnome/html/gnomeui-sections.txt
|
||||
share/gnome/html/gnomeui.hierarchy
|
||||
share/gnome/html/gnomeui.html
|
||||
share/gnome/html/gnomeui.types
|
||||
share/gnome/html/gnomeui/book1.html
|
||||
share/gnome/html/gnomeui/gnome-objects.html
|
||||
share/gnome/html/gnomeui/gnomeabout.html
|
||||
share/gnome/html/gnomeui/gnomeanimator.html
|
||||
share/gnome/html/gnomeui/gnomeapp.html
|
||||
share/gnome/html/gnomeui/gnomeappbar.html
|
||||
share/gnome/html/gnomeui/gnomecalculator.html
|
||||
share/gnome/html/gnomeui/gnomecanvas.html
|
||||
share/gnome/html/gnomeui/gnomecanvasellipse.html
|
||||
share/gnome/html/gnomeui/gnomecanvasgroup.html
|
||||
share/gnome/html/gnomeui/gnomecanvasimage.html
|
||||
share/gnome/html/gnomeui/gnomecanvasitem.html
|
||||
share/gnome/html/gnomeui/gnomecanvasline.html
|
||||
share/gnome/html/gnomeui/gnomecanvaspolygon.html
|
||||
share/gnome/html/gnomeui/gnomecanvasre.html
|
||||
share/gnome/html/gnomeui/gnomecanvasrect.html
|
||||
share/gnome/html/gnomeui/gnomecanvastext.html
|
||||
share/gnome/html/gnomeui/gnomecanvaswidget.html
|
||||
share/gnome/html/gnomeui/gnomeclient.html
|
||||
share/gnome/html/gnomeui/gnomecolorpicker.html
|
||||
share/gnome/html/gnomeui/gnomedateedit.html
|
||||
share/gnome/html/gnomeui/gnomedentryedit.html
|
||||
share/gnome/html/gnomeui/gnomedialog.html
|
||||
share/gnome/html/gnomeui/gnomedock.html
|
||||
share/gnome/html/gnomeui/gnomedockband.html
|
||||
share/gnome/html/gnomeui/gnomedockitem.html
|
||||
share/gnome/html/gnomeui/gnomedocklayout.html
|
||||
share/gnome/html/gnomeui/gnomedruid.html
|
||||
share/gnome/html/gnomeui/gnomedruidpage.html
|
||||
share/gnome/html/gnomeui/gnomedruidpagefinish.html
|
||||
share/gnome/html/gnomeui/gnomedruidpagestandard.html
|
||||
share/gnome/html/gnomeui/gnomedruidpagestart.html
|
||||
share/gnome/html/gnomeui/gnomeentry.html
|
||||
share/gnome/html/gnomeui/gnomefileentry.html
|
||||
share/gnome/html/gnomeui/gnomefontpicker.html
|
||||
share/gnome/html/gnomeui/gnomefontselector.html
|
||||
share/gnome/html/gnomeui/gnomehref.html
|
||||
share/gnome/html/gnomeui/gnomeiconentry.html
|
||||
share/gnome/html/gnomeui/gnomeiconlist.html
|
||||
share/gnome/html/gnomeui/gnomeiconselection.html
|
||||
share/gnome/html/gnomeui/gnomeicontextitem.html
|
||||
share/gnome/html/gnomeui/gnomeless.html
|
||||
share/gnome/html/gnomeui/gnomemdi.html
|
||||
share/gnome/html/gnomeui/gnomemdichild.html
|
||||
share/gnome/html/gnomeui/gnomemdigenericchild.html
|
||||
share/gnome/html/gnomeui/gnomemessagebox.html
|
||||
share/gnome/html/gnomeui/gnomenumberentry.html
|
||||
share/gnome/html/gnomeui/gnomepaperselector.html
|
||||
share/gnome/html/gnomeui/gnomepixmap.html
|
||||
share/gnome/html/gnomeui/gnomepixmapentry.html
|
||||
share/gnome/html/gnomeui/gnomeprocbar.html
|
||||
share/gnome/html/gnomeui/gnomepropertybox.html
|
||||
share/gnome/html/gnomeui/gnomescores.html
|
||||
share/gnome/html/gnomeui/gnomespell.html
|
||||
share/gnome/html/gnomeui/gnomestock.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-app-helper.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-app-util.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-canvas-util.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-dialog-util.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-dns.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-geometry.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-ice.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-icon-text.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-init.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-mdi-session.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-popup-help.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-popup-menu.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-preferences.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-properties.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-property-entries.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-startup.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-types.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-uidefs.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-window-icon.html
|
||||
share/gnome/html/gnomeui/gnomeui-gnome-winhints.html
|
||||
share/gnome/html/gnomeui/gnomeui-gtkcauldron.html
|
||||
share/gnome/html/gnomeui/gtkclock.html
|
||||
share/gnome/html/gnomeui/gtkdial.html
|
||||
share/gnome/html/gnomeui/gtkpixmapmenuitem.html
|
||||
share/gnome/html/gnomeui/gtkted.html
|
||||
share/gnome/html/gnomeui/libgnomeui.html
|
||||
share/gnome/html/gnorba-decl.txt
|
||||
share/gnome/html/gnorba-sections.txt
|
||||
share/gnome-libs/mime-magic
|
||||
share/gnome-libs/mime-magic.dat
|
||||
share/gnome-libs/paper.config
|
||||
share/gnome-libs/sound/events/gnome.soundlist
|
||||
share/gnome-libs/sound/events/gtk-events.soundlist
|
||||
share/gtkrc
|
||||
share/gtkrc.el
|
||||
share/gtkrc.eo
|
||||
share/gtkrc.he
|
||||
share/gtkrc.hy
|
||||
share/gtkrc.iso88592
|
||||
share/gtkrc.iso88595
|
||||
share/gtkrc.ja
|
||||
share/gtkrc.ka_GE.georgianacademy
|
||||
share/gtkrc.ka_GE.georgianps
|
||||
share/gtkrc.ko
|
||||
share/gtkrc.ru
|
||||
share/gtkrc.th
|
||||
share/gtkrc.tr
|
||||
share/gtkrc.uk
|
||||
share/gtkrc.vi_VN.tcvn
|
||||
share/gtkrc.vi_VN.viscii
|
||||
share/gtkrc.zh_CN
|
||||
share/gtkrc.zh_TW.Big5
|
||||
share/idl/GnomeObject.idl
|
||||
share/idl/Table.idl
|
||||
share/idl/desktop-editor.idl
|
||||
share/idl/desktop-textviewer.idl
|
||||
share/idl/gnome-factory.idl
|
||||
share/idl/gnome-unknown.idl
|
||||
share/idl/name-service.idl
|
||||
share/mime-info/gnome.mime
|
||||
share/pixmaps/calculator-font.png
|
||||
share/pixmaps/gnome-default-dlg.png
|
||||
share/pixmaps/gnome-error.png
|
||||
share/pixmaps/gnome-info.png
|
||||
share/pixmaps/gnome-question.png
|
||||
share/pixmaps/gnome-warning.png
|
||||
share/pixmaps/no.xpm
|
||||
share/pixmaps/yes.xpm
|
||||
share/type-convert/gnome-make-postscript-mimes
|
||||
share/type-convert/postscript.convert
|
||||
share/type-convert/type.convert
|
||||
%%SHARED%%
|
||||
@dirrm share/type-convert
|
||||
@dirrm share/mime-info
|
||||
@exec mkdir -p %D/share/gnome/html/zvt
|
||||
@dirrm share/gnome/html/zvt
|
||||
@exec mkdir -p %D/share/gnome/html/gnorba
|
||||
@dirrm share/gnome/html/gnorba
|
||||
@dirrm share/gnome/html/gnomeui
|
||||
@dirrm share/gnome/html/gnome
|
||||
@exec mkdir -p %D/share/gnome/help/gnome-dev-info/C
|
||||
@dirrm share/gnome/help/gnome-dev-info/C
|
||||
@dirrm share/gnome/help/gnome-dev-info
|
||||
@dirrm share/gnome-libs/sound/events
|
||||
@dirrm share/gnome-libs/sound
|
||||
@dirrm share/gnome-libs
|
||||
@dirrm share/doc/gnome-libs/
|
||||
@dirrm lib/gnome-libs/include
|
||||
@dirrm lib/gnome-libs
|
||||
@dirrm include/zvt
|
||||
@dirrm include/libgnorba
|
||||
@dirrm include/libgnomeui
|
||||
@dirrm include/libgnome
|
||||
@dirrm include/libart_lgpl
|
||||
@dirrm include/gtk-xmhtml
|
Loading…
Reference in New Issue
Block a user