remove obsolete gnome1 stuff.
gnome1 removal ok'd by naddy@ todd@ and others
This commit is contained in:
parent
b87389357c
commit
e4c2ac1d92
@ -1,10 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2007/05/27 19:40:04 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2007/06/01 15:28:05 jasper Exp $
|
||||
|
||||
SUBDIR += applets2
|
||||
SUBDIR += audio
|
||||
SUBDIR += backgrounds
|
||||
SUBDIR += bonobo
|
||||
SUBDIR += controlcenter
|
||||
SUBDIR += controlcenter2
|
||||
SUBDIR += desktop
|
||||
SUBDIR += doc-utils
|
||||
@ -31,7 +29,6 @@
|
||||
SUBDIR += libgnomeprintui
|
||||
SUBDIR += libgtkhtml
|
||||
SUBDIR += librsvg
|
||||
SUBDIR += libs
|
||||
SUBDIR += libxklavier
|
||||
SUBDIR += menus
|
||||
SUBDIR += metacity
|
||||
@ -39,14 +36,12 @@
|
||||
SUBDIR += nautilus
|
||||
SUBDIR += oaf
|
||||
SUBDIR += panel
|
||||
SUBDIR += print
|
||||
SUBDIR += session
|
||||
SUBDIR += terminal
|
||||
SUBDIR += themes
|
||||
SUBDIR += themes-extras
|
||||
SUBDIR += users-guide
|
||||
SUBDIR += utils
|
||||
SUBDIR += vfs
|
||||
SUBDIR += vfs2
|
||||
SUBDIR += vfsmm
|
||||
SUBDIR += yelp
|
||||
|
@ -1,51 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2006/11/26 11:10:07 espie Exp $
|
||||
|
||||
COMMENT-main= "architecture for creating reusable software components"
|
||||
COMMENT-docs= "documentation for the bonobo architecture"
|
||||
|
||||
VERSION= 1.0.22
|
||||
DISTNAME= bonobo-${VERSION}
|
||||
PKGNAME-main= ${DISTNAME}p1
|
||||
PKGNAME-docs= bonobo-docs-${VERSION}p0
|
||||
SHARED_LIBS= bonobo-print 2.1 \
|
||||
bonobo 2.1 \
|
||||
bonobox 2.1 \
|
||||
efs 1.0
|
||||
CATEGORIES= x11/gnome
|
||||
HOMEPAGE= http://developer.gnome.org/arch/component/bonobo.html
|
||||
|
||||
# GPL/LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo/1.0/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MULTI_PACKAGES= -main -docs
|
||||
|
||||
PKG_ARCH-docs= *
|
||||
WANTLIB-docs=
|
||||
LIB_DEPENDS-docs=
|
||||
RUN_DEPENDS-docs=
|
||||
|
||||
WANTLIB= ICE IIOP ORBit ORBitCosNaming ORBitutil SM X11 Xext \
|
||||
Xi audiofile c esd freetype gdk gdk_imlib gdk_pixbuf \
|
||||
glib gmodule gtk jpeg m png popt tiff ungif wrap xml z
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= art_lgpl.>=4,gnome.>=36,gnomesupport,gnomeui.>=46::x11/gnome/libs \
|
||||
oaf::x11/gnome/oaf \
|
||||
gnomeprint.>=16::x11/gnome/print
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (gnome/bonobo-1.0.22.tar.bz2) = dxjDdO2CkRsk2V+jq1XdpQ==
|
||||
RMD160 (gnome/bonobo-1.0.22.tar.bz2) = nAEwd3cMpUUskqkpmleb9Bp/LFw=
|
||||
SHA1 (gnome/bonobo-1.0.22.tar.bz2) = PsicxGmt9IJFnhXzekAIoNA0DBo=
|
||||
SHA256 (gnome/bonobo-1.0.22.tar.bz2) = AvAmU8Xs+aDznfM7IQhwcLpnaKMUf8yhBYmVDfx3hYQ=
|
||||
SIZE (gnome/bonobo-1.0.22.tar.bz2) = 1186349
|
@ -1,32 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2006/01/09 16:31:52 naddy Exp $
|
||||
--- configure.orig Sat Nov 30 19:32:08 2002
|
||||
+++ configure Mon Jan 9 08:45:38 2006
|
||||
@@ -9628,7 +9628,7 @@ if test "${ac_cv_lib_intl_bindtextdomain
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 9633 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -9683,7 +9683,7 @@ if test "${ac_cv_lib_intl_gettext+set}"
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 9688 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -9738,6 +9738,10 @@ echo "${ECHO_T}$gt_cv_func_gettext_libin
|
||||
fi
|
||||
|
||||
fi
|
||||
+
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl -liconv";
|
||||
+ fi
|
||||
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
||||
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
|
@ -1 +0,0 @@
|
||||
Documentation for the bonobo architecture in HTML format.
|
@ -1,5 +0,0 @@
|
||||
Bonobo is the GNOME foundation for writing and implementing reusable
|
||||
software Components. Components are pieces of software that provide
|
||||
a well-defined interface and are designed to be used in cooperation
|
||||
with other components. In the Bonobo universe, CORBA is used as
|
||||
the communication layer that binds components together.
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2006/11/26 11:10:07 espie Exp $
|
||||
lib/bonobo/monikers/libmoniker_std.so
|
||||
lib/bonobo/plugin/libstorage_efs.so
|
||||
lib/bonobo/plugin/libstorage_fs.so
|
||||
@lib lib/libbonobo-print.so.${LIBbonobo-print_VERSION}
|
||||
@lib lib/libbonobo.so.${LIBbonobo_VERSION}
|
||||
@lib lib/libbonobox.so.${LIBbonobox_VERSION}
|
||||
@lib lib/libefs.so.${LIBefs_VERSION}
|
@ -1,76 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.2 2004/10/11 04:27:23 marcm Exp $
|
||||
share/bonobo/
|
||||
share/bonobo/html/
|
||||
share/bonobo/html/bonobo/
|
||||
share/bonobo/html/bonobo-api.html
|
||||
share/bonobo/html/bonobo-api.sgml
|
||||
share/bonobo/html/bonobo-decl.txt
|
||||
share/bonobo/html/bonobo-sections.txt
|
||||
share/bonobo/html/bonobo.hierarchy
|
||||
share/bonobo/html/bonobo.signals
|
||||
share/bonobo/html/bonobo.types
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-arg.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-async.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-canvas-component.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-canvas-item.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-client-site.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-context.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-control-frame.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-control.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-embeddable.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-event-source.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-exception.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-generic-factory.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-item-container.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-item-handler.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-listener.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-main.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-moniker-extender.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-moniker-simple.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-moniker-util.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-moniker.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-object-client.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-object.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-persist-file.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-persist-stream.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-persist.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-plug.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-print-client.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-print.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-property-bag-client.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-property-bag-xml.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-property-bag.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-property-control.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-selector.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-socket.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-storage-plugin.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-storage.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-stream-client.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-stream-memory.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-stream.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-transient.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-ui-component.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-ui-container.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-ui-engine.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-ui-node.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-ui-sync.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-ui-util.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-view-frame.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-view.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-widget.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-win.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-wrapper.html
|
||||
share/bonobo/html/bonobo/bonobo-bonobo-xobject.html
|
||||
share/bonobo/html/bonobo/bonobo-controls.html
|
||||
share/bonobo/html/bonobo/bonobo-core.html
|
||||
share/bonobo/html/bonobo/bonobo-documents.html
|
||||
share/bonobo/html/bonobo/bonobo-moniker-handlers.html
|
||||
share/bonobo/html/bonobo/bonobo-notification.html
|
||||
share/bonobo/html/bonobo/bonobo-object-activation.html
|
||||
share/bonobo/html/bonobo/bonobo-print.html
|
||||
share/bonobo/html/bonobo/bonobo-properties.html
|
||||
share/bonobo/html/bonobo/bonobo-storage.html
|
||||
share/bonobo/html/bonobo/bonobo-support-utilities.html
|
||||
share/bonobo/html/bonobo/bonobo-ui.html
|
||||
share/bonobo/html/bonobo/bonobo-view.html
|
||||
share/bonobo/html/bonobo/book1.html
|
@ -1,203 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2006/11/26 11:10:07 espie Exp $
|
||||
@pkgpath x11/gnome/bonobo
|
||||
bin/bonobo-application-x-mines
|
||||
bin/bonobo-audio-ulaw
|
||||
bin/bonobo-echo
|
||||
bin/bonobo-moniker-gunzip
|
||||
bin/bonobo-moniker-http
|
||||
bin/bonobo-sample-canvas-item
|
||||
bin/bonobo-sample-controls
|
||||
bin/bonobo-sample-hello
|
||||
bin/bonobo-sample-paint
|
||||
bin/bonobo-selector
|
||||
bin/bonobo-text-plain
|
||||
bin/echo-client
|
||||
bin/efstool
|
||||
bin/gshell
|
||||
bin/libefs-config
|
||||
bin/moniker-test
|
||||
bin/sample-container
|
||||
bin/sample-control-container
|
||||
include/efs.h
|
||||
include/efs_error.h
|
||||
include/gnome-1.0/
|
||||
include/gnome-1.0/bonobo/
|
||||
include/gnome-1.0/bonobo.h
|
||||
include/gnome-1.0/bonobo/Bonobo.h
|
||||
include/gnome-1.0/bonobo/bonobo-arg.h
|
||||
include/gnome-1.0/bonobo/bonobo-async.h
|
||||
include/gnome-1.0/bonobo/bonobo-canvas-component.h
|
||||
include/gnome-1.0/bonobo/bonobo-canvas-item.h
|
||||
include/gnome-1.0/bonobo/bonobo-client-site.h
|
||||
include/gnome-1.0/bonobo/bonobo-context.h
|
||||
include/gnome-1.0/bonobo/bonobo-control-frame.h
|
||||
include/gnome-1.0/bonobo/bonobo-control.h
|
||||
include/gnome-1.0/bonobo/bonobo-desktop-window.h
|
||||
include/gnome-1.0/bonobo/bonobo-embeddable.h
|
||||
include/gnome-1.0/bonobo/bonobo-event-source.h
|
||||
include/gnome-1.0/bonobo/bonobo-exception.h
|
||||
include/gnome-1.0/bonobo/bonobo-generic-factory.h
|
||||
include/gnome-1.0/bonobo/bonobo-item-container.h
|
||||
include/gnome-1.0/bonobo/bonobo-item-handler.h
|
||||
include/gnome-1.0/bonobo/bonobo-listener.h
|
||||
include/gnome-1.0/bonobo/bonobo-main.h
|
||||
include/gnome-1.0/bonobo/bonobo-moniker-extender.h
|
||||
include/gnome-1.0/bonobo/bonobo-moniker-simple.h
|
||||
include/gnome-1.0/bonobo/bonobo-moniker-util.h
|
||||
include/gnome-1.0/bonobo/bonobo-moniker.h
|
||||
include/gnome-1.0/bonobo/bonobo-object-client.h
|
||||
include/gnome-1.0/bonobo/bonobo-object-directory.h
|
||||
include/gnome-1.0/bonobo/bonobo-object-io.h
|
||||
include/gnome-1.0/bonobo/bonobo-object.h
|
||||
include/gnome-1.0/bonobo/bonobo-persist-file.h
|
||||
include/gnome-1.0/bonobo/bonobo-persist-stream.h
|
||||
include/gnome-1.0/bonobo/bonobo-persist.h
|
||||
include/gnome-1.0/bonobo/bonobo-plug.h
|
||||
include/gnome-1.0/bonobo/bonobo-print-client.h
|
||||
include/gnome-1.0/bonobo/bonobo-print.h
|
||||
include/gnome-1.0/bonobo/bonobo-progressive.h
|
||||
include/gnome-1.0/bonobo/bonobo-property-bag-client.h
|
||||
include/gnome-1.0/bonobo/bonobo-property-bag-xml.h
|
||||
include/gnome-1.0/bonobo/bonobo-property-bag.h
|
||||
include/gnome-1.0/bonobo/bonobo-property-control.h
|
||||
include/gnome-1.0/bonobo/bonobo-property.h
|
||||
include/gnome-1.0/bonobo/bonobo-selector-widget.h
|
||||
include/gnome-1.0/bonobo/bonobo-selector.h
|
||||
include/gnome-1.0/bonobo/bonobo-shlib-factory.h
|
||||
include/gnome-1.0/bonobo/bonobo-socket.h
|
||||
include/gnome-1.0/bonobo/bonobo-storage-plugin.h
|
||||
include/gnome-1.0/bonobo/bonobo-storage.h
|
||||
include/gnome-1.0/bonobo/bonobo-stream-client.h
|
||||
include/gnome-1.0/bonobo/bonobo-stream-memory.h
|
||||
include/gnome-1.0/bonobo/bonobo-stream.h
|
||||
include/gnome-1.0/bonobo/bonobo-transient.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-component.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-config-widget.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-container.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-engine.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-node.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-sync.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-toolbar-button-item.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-toolbar-icon.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-toolbar-item.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h
|
||||
include/gnome-1.0/bonobo/bonobo-ui-util.h
|
||||
include/gnome-1.0/bonobo/bonobo-view-frame.h
|
||||
include/gnome-1.0/bonobo/bonobo-view.h
|
||||
include/gnome-1.0/bonobo/bonobo-widget.h
|
||||
include/gnome-1.0/bonobo/bonobo-win.h
|
||||
include/gnome-1.0/bonobo/bonobo-wrapper.h
|
||||
include/gnome-1.0/bonobo/bonobo-xobject.h
|
||||
include/gnome-1.0/bonobo/bonobo-zoomable-frame.h
|
||||
include/gnome-1.0/bonobo/bonobo-zoomable.h
|
||||
lib/bonobo/
|
||||
lib/bonobo/monikers/
|
||||
lib/bonobo/monikers/libmoniker_std.a
|
||||
lib/bonobo/monikers/libmoniker_std.la
|
||||
lib/bonobo/plugin/
|
||||
lib/bonobo/plugin/libstorage_efs.a
|
||||
lib/bonobo/plugin/libstorage_efs.la
|
||||
lib/bonobo/plugin/libstorage_fs.a
|
||||
lib/bonobo/plugin/libstorage_fs.la
|
||||
lib/bonoboConf.sh
|
||||
lib/bonoboxConf.sh
|
||||
lib/bonobox_printConf.sh
|
||||
lib/libbonobo-print.a
|
||||
lib/libbonobo-print.la
|
||||
lib/libbonobo.a
|
||||
lib/libbonobo.la
|
||||
lib/libbonobox.a
|
||||
lib/libbonobox.la
|
||||
lib/libefs.a
|
||||
lib/libefs.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libefs.pc
|
||||
share/gnome/
|
||||
share/gnome/bonobo/
|
||||
share/gnome/bonobo/docs/
|
||||
share/gnome/bonobo/docs/audio_ulaw/
|
||||
share/gnome/bonobo/docs/audio_ulaw/C/
|
||||
share/gnome/bonobo/docs/audio_ulaw/C/images/
|
||||
share/gnome/ui/
|
||||
share/gnome/ui/gshell-ui.xml
|
||||
share/idl/
|
||||
share/idl/Bonobo.idl
|
||||
share/idl/Bonobo_Advise.idl
|
||||
share/idl/Bonobo_Canvas.idl
|
||||
share/idl/Bonobo_ClientSite.idl
|
||||
share/idl/Bonobo_Context.idl
|
||||
share/idl/Bonobo_Control.idl
|
||||
share/idl/Bonobo_Desktop.idl
|
||||
share/idl/Bonobo_Embeddable.idl
|
||||
share/idl/Bonobo_Exception.idl
|
||||
share/idl/Bonobo_ItemContainer.idl
|
||||
share/idl/Bonobo_Listener.idl
|
||||
share/idl/Bonobo_Moniker.idl
|
||||
share/idl/Bonobo_Persist.idl
|
||||
share/idl/Bonobo_Print.idl
|
||||
share/idl/Bonobo_Progressive.idl
|
||||
share/idl/Bonobo_Property.idl
|
||||
share/idl/Bonobo_Sample_Echo.idl
|
||||
share/idl/Bonobo_Storage.idl
|
||||
share/idl/Bonobo_UI.idl
|
||||
share/idl/Bonobo_Unknown.idl
|
||||
share/idl/Bonobo_Zoomable.idl
|
||||
share/libefs/
|
||||
share/libefs/html/
|
||||
share/libefs/html/libefs/
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/bonobo.mo
|
||||
share/locale/ca/LC_MESSAGES/bonobo.mo
|
||||
share/locale/da/LC_MESSAGES/bonobo.mo
|
||||
share/locale/de/LC_MESSAGES/bonobo.mo
|
||||
share/locale/el/LC_MESSAGES/bonobo.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/bonobo.mo
|
||||
share/locale/es/LC_MESSAGES/bonobo.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/bonobo.mo
|
||||
share/locale/fi/LC_MESSAGES/bonobo.mo
|
||||
share/locale/fr/LC_MESSAGES/bonobo.mo
|
||||
share/locale/ga/LC_MESSAGES/bonobo.mo
|
||||
share/locale/gl/LC_MESSAGES/bonobo.mo
|
||||
share/locale/hu/LC_MESSAGES/bonobo.mo
|
||||
share/locale/it/LC_MESSAGES/bonobo.mo
|
||||
share/locale/ja/LC_MESSAGES/bonobo.mo
|
||||
share/locale/ko/LC_MESSAGES/bonobo.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/bonobo.mo
|
||||
share/locale/nl/LC_MESSAGES/bonobo.mo
|
||||
share/locale/no/LC_MESSAGES/bonobo.mo
|
||||
share/locale/pl/LC_MESSAGES/bonobo.mo
|
||||
share/locale/pt/LC_MESSAGES/bonobo.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/bonobo.mo
|
||||
share/locale/ro/LC_MESSAGES/bonobo.mo
|
||||
share/locale/ru/LC_MESSAGES/bonobo.mo
|
||||
share/locale/sk/LC_MESSAGES/bonobo.mo
|
||||
share/locale/sl/LC_MESSAGES/bonobo.mo
|
||||
share/locale/sv/LC_MESSAGES/bonobo.mo
|
||||
share/locale/tr/LC_MESSAGES/bonobo.mo
|
||||
share/locale/uk/LC_MESSAGES/bonobo.mo
|
||||
share/locale/wa/
|
||||
share/locale/wa/LC_MESSAGES/
|
||||
share/locale/wa/LC_MESSAGES/bonobo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/bonobo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/bonobo.mo
|
||||
share/oaf/
|
||||
share/oaf/Bonobo_Moniker_gzip.oaf
|
||||
share/oaf/Bonobo_Moniker_http.oaf
|
||||
share/oaf/Bonobo_Moniker_std.oaf
|
||||
share/oaf/Bonobo_Sample_Audio.oaf
|
||||
share/oaf/Bonobo_Sample_CanvasItem.oaf
|
||||
share/oaf/Bonobo_Sample_Controls.oaf
|
||||
share/oaf/Bonobo_Sample_Echo.oaf
|
||||
share/oaf/Bonobo_Sample_Hello.oafinfo
|
||||
share/oaf/Bonobo_Sample_Mines.oaf
|
||||
share/oaf/Bonobo_Sample_Paint.oaf
|
||||
share/oaf/Bonobo_Sample_Text.oaf
|
||||
share/oaf/Bonobo_Selector.oaf
|
||||
%%SHARED%%
|
@ -1,48 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2007/05/30 09:56:29 jasper Exp $
|
||||
|
||||
COMMENT= "GNOME control center"
|
||||
|
||||
DISTNAME= control-center-1.4.0.5
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS= capplet 0.0
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf \
|
||||
gnorba,gtkxmhtml::x11/gnome/libs \
|
||||
gnomevfs.::x11/gnome/vfs
|
||||
|
||||
BUILD_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper
|
||||
RUN_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper \
|
||||
:gtk-engines->=0.12:x11/gtk-engines
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE IIOP Imlib ORBit ORBitCosNaming ORBitutil SM X11 \
|
||||
Xext Xi Xpm Xxf86misc art_lgpl audiofile c esd \
|
||||
gconf-1 gconf-gtk-1 gdk gdk_imlib glib gmodule gnome \
|
||||
gnomesupport gnomeui gthread gtk jpeg m \
|
||||
oaf png popt pthread tiff ungif wrap xml z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC}/control-center; ../xml-i18n-merge ../po gnomecc.desktop.in gnomecc.desktop -d -p
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/control-center; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/control-center/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (gnome/control-center-1.4.0.5.tar.bz2) = Y+cx98n1/KNU3l3k+IHpUg==
|
||||
RMD160 (gnome/control-center-1.4.0.5.tar.bz2) = 5BAScQjWmQ94e6UC2u2dL61s410=
|
||||
SHA1 (gnome/control-center-1.4.0.5.tar.bz2) = 7N881KrOyou/zct8aH4teo+mBwY=
|
||||
SHA256 (gnome/control-center-1.4.0.5.tar.bz2) = v+/sQEKwvGRGPwfESGxa9lsgwHl0sYT4pUf3fqIM7QY=
|
||||
SIZE (gnome/control-center-1.4.0.5.tar.bz2) = 3382798
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-capplets_file-types_Makefile_in,v 1.1 2003/01/02 03:37:19 marcm Exp $
|
||||
--- capplets/file-types/Makefile.in.orig Sun Dec 1 21:05:19 2002
|
||||
+++ capplets/file-types/Makefile.in Sun Dec 1 21:06:14 2002
|
||||
@@ -189,6 +189,7 @@ file_types_capplet_LDADD = \
|
||||
$(VFS_LIBS) \
|
||||
$(PIXBUF_LIBS) \
|
||||
$/libuuid/libuuid.a \
|
||||
+ $(GNOMEUI_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -1,102 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.8 2004/10/24 07:53:35 alek Exp $
|
||||
--- configure.orig Sat Apr 6 07:40:28 2002
|
||||
+++ configure Sun Dec 1 13:09:47 2002
|
||||
@@ -2355,6 +2355,16 @@ newos6*)
|
||||
lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
||||
;;
|
||||
|
||||
+openbsd*)
|
||||
+ lt_cv_file_magic_cmd=/usr/bin/file
|
||||
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
|
||||
+ else
|
||||
+ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
|
||||
+ fi
|
||||
+ ;;
|
||||
+
|
||||
osf3* | osf4* | osf5*)
|
||||
# this will be overridden with pass_all, but let us keep it just in case
|
||||
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
|
||||
@@ -3119,8 +3129,15 @@ old_postinstall_cmds='chmod 644 $oldlib'
|
||||
old_postuninstall_cmds=
|
||||
|
||||
if test -n "$RANLIB"; then
|
||||
+ case $host_os in
|
||||
+ openbsd*)
|
||||
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
||||
+ ;;
|
||||
+ esac
|
||||
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
||||
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
||||
fi
|
||||
|
||||
# Allow CC to be a program name with arguments.
|
||||
@@ -3617,7 +3634,9 @@ cygwin* | mingw* | pw32* )
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
-
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
esac
|
||||
|
||||
ld_shlibs=yes
|
||||
@@ -4021,8 +4040,8 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
@@ -4501,10 +4520,9 @@ newsos6)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
+ need_lib_prefix=no
|
||||
+ need_version=no
|
||||
+ shlibpath_overrides_runpath=yes
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
@@ -7677,7 +7695,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 7683 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7717,7 +7735,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 7723 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7758,6 +7776,10 @@ else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
+ fi
|
||||
+
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl -liconv";
|
||||
fi
|
||||
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-control-center_Makefile_in,v 1.2 2002/02/15 19:17:54 nino Exp $
|
||||
--- control-center/Makefile.in.orig Sun Feb 3 00:04:57 2002
|
||||
+++ control-center/Makefile.in Tue Feb 5 23:27:49 2002
|
||||
@@ -205,8 +205,7 @@ splash_DATA = ccsplash.png
|
||||
EXTRA_DIST = gnomecc.desktop.in cappletConf.sh.in $(appicon_DATA) $(splash_DATA)
|
||||
|
||||
sysdir = $(datadir)/gnome/apps/Settings
|
||||
-sys_in_files = gnomecc.desktop.in
|
||||
-sys_DATA = $(sys_in_files:.desktop.in=.desktop)
|
||||
+sys_DATA = gnomecc.desktop
|
||||
|
||||
confexecdir = $(libdir)
|
||||
confexec_DATA = cappletConf.sh
|
@ -1,29 +0,0 @@
|
||||
$OpenBSD: patch-doc_C_control-center-C_omf,v 1.1 2002/09/14 22:44:56 marcm Exp $
|
||||
--- doc/C/control-center-C.omf.orig Sat Sep 14 00:58:48 2002
|
||||
+++ doc/C/control-center-C.omf Sat Sep 14 00:59:53 2002
|
||||
@@ -1,15 +1,19 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<omf>
|
||||
<resource>
|
||||
+ <creator>
|
||||
+ marcm@openbsd.org
|
||||
+ </creator>
|
||||
<title>
|
||||
- GNOME Control Center Manual
|
||||
+ GNOME1 Control Center Manual
|
||||
</title>
|
||||
- <subject>
|
||||
- <category>System|Configuration|Configuration Tools</category>
|
||||
- <category>GNOME|Settings</category>
|
||||
- </subject>
|
||||
+ <date>
|
||||
+ 2002-09-09
|
||||
+ </date>
|
||||
+ <subject category="GNOME|Settings"/>
|
||||
<format mime="text/sgml"/>
|
||||
- <identifier url="control-center.sgml"/>
|
||||
+ <identifier url="file:/usr/local/share/gnome/help/control-center/C/control-center.sgml"/>
|
||||
<language code="C"/>
|
||||
+ <relation seriesid="ba4ed3bc-c44c-11d6-80bf-d458d771eb78"/>
|
||||
</resource>
|
||||
</omf>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1 2003/01/02 03:37:19 marcm Exp $
|
||||
--- doc/Makefile.in.orig Sun Dec 1 22:45:10 2002
|
||||
+++ doc/Makefile.in Sun Dec 1 22:44:34 2002
|
||||
@@ -151,7 +151,7 @@ cflags_set = @cflags_set@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
l = @l@
|
||||
|
||||
-SUBDIRS = C eu
|
||||
+SUBDIRS = C
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-omf-install_Makefile_in,v 1.2 2002/02/15 19:17:54 nino Exp $
|
||||
--- omf-install/Makefile.in.orig Sun Feb 3 00:12:35 2002
|
||||
+++ omf-install/Makefile.in Tue Feb 5 23:27:49 2002
|
||||
@@ -274,7 +274,6 @@ install-data-local:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
|
||||
done
|
||||
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
|
||||
|
||||
uninstall-local:
|
||||
-for file in $(srcdir)/*.omf; do \
|
@ -1,4 +0,0 @@
|
||||
Control-center is a configuration tool for easily
|
||||
setting up your GNOME environment.
|
||||
|
||||
For more information about the GNOME project, visit:
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2006/01/10 05:45:55 bernd Exp $
|
||||
@lib lib/libcapplet.so.${LIBcapplet_VERSION}
|
@ -1,197 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2006/02/12 01:22:00 steven Exp $
|
||||
bin/background-properties-capplet
|
||||
bin/default-application-properties-capplet
|
||||
bin/file-types-capplet
|
||||
bin/gnomecc
|
||||
bin/keyboard-properties
|
||||
bin/mouse-properties-capplet
|
||||
bin/sound-properties
|
||||
bin/theme-selector-capplet
|
||||
bin/ui-properties
|
||||
bin/url-properties
|
||||
bin/wm-properties-capplet
|
||||
include/libcapplet1/
|
||||
include/libcapplet1/capplet-widget.h
|
||||
lib/cappletConf.sh
|
||||
lib/libcapplet.a
|
||||
lib/libcapplet.la
|
||||
@man man/man1/background-properties-capplet.1
|
||||
@man man/man1/file-types-capplet.1
|
||||
@man man/man1/gnome-edit-properties-capplet.1
|
||||
@man man/man1/gnomecc.1
|
||||
@man man/man1/keyboard-properties.1
|
||||
@man man/man1/mouse-properties-capplet.1
|
||||
@man man/man1/screensaver-properties-capplet.1
|
||||
@man man/man1/sound-properties.1
|
||||
@man man/man1/theme-selector-capplet.1
|
||||
@man man/man1/ui-properties.1
|
||||
@man man/man1/url-properties.1
|
||||
@man man/man1/wm-properties-capplet.1
|
||||
share/control-center/
|
||||
share/control-center/.directory
|
||||
share/control-center/Desktop/
|
||||
share/control-center/Desktop/.directory
|
||||
share/control-center/Desktop/background-properties.desktop
|
||||
share/control-center/Desktop/theme-selector.desktop
|
||||
share/control-center/Desktop/wm-properties.desktop
|
||||
share/control-center/Documents/
|
||||
share/control-center/Documents/.directory
|
||||
share/control-center/Documents/default-application-properties.desktop
|
||||
share/control-center/Documents/file-types-capplet.desktop
|
||||
share/control-center/Documents/url-properties.desktop
|
||||
share/control-center/Multimedia/
|
||||
share/control-center/Multimedia/.directory
|
||||
share/control-center/Multimedia/sound-properties.desktop
|
||||
share/control-center/Peripherals/
|
||||
share/control-center/Peripherals/.directory
|
||||
share/control-center/Peripherals/keyboard-properties.desktop
|
||||
share/control-center/Peripherals/mouse-properties.desktop
|
||||
share/control-center/Session/
|
||||
share/control-center/Session/.directory
|
||||
share/control-center/UIOptions/
|
||||
share/control-center/UIOptions/.directory
|
||||
share/control-center/UIOptions/application.desktop
|
||||
share/control-center/UIOptions/dialogs.desktop
|
||||
share/control-center/UIOptions/mdi.desktop
|
||||
share/examples/control-center/
|
||||
share/examples/control-center/CORBA/
|
||||
@sample ${SYSCONFDIR}/control-center/CORBA/
|
||||
share/examples/control-center/CORBA/servers/
|
||||
@sample ${SYSCONFDIR}/control-center/CORBA/servers/
|
||||
share/examples/control-center/CORBA/servers/gnomecc.gnorba
|
||||
@sample ${SYSCONFDIR}/control-center/CORBA/servers/gnomecc.gnorba
|
||||
share/gnome/
|
||||
share/gnome/apps/
|
||||
share/gnome/apps/Settings/
|
||||
share/gnome/apps/Settings/Desktop/
|
||||
share/gnome/apps/Settings/Desktop/.directory
|
||||
share/gnome/apps/Settings/Desktop/background-properties.desktop
|
||||
share/gnome/apps/Settings/Desktop/theme-selector.desktop
|
||||
share/gnome/apps/Settings/Desktop/wm-properties.desktop
|
||||
share/gnome/apps/Settings/Documents/
|
||||
share/gnome/apps/Settings/Documents/.directory
|
||||
share/gnome/apps/Settings/Documents/default-applicaiton-properties.desktop
|
||||
share/gnome/apps/Settings/Documents/url-properties.desktop
|
||||
share/gnome/apps/Settings/Multimedia/
|
||||
share/gnome/apps/Settings/Multimedia/.directory
|
||||
share/gnome/apps/Settings/Multimedia/sound-properties.desktop
|
||||
share/gnome/apps/Settings/Peripherals/
|
||||
share/gnome/apps/Settings/Peripherals/.directory
|
||||
share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop
|
||||
share/gnome/apps/Settings/Peripherals/mouse-properties.desktop
|
||||
share/gnome/apps/Settings/Session/
|
||||
share/gnome/apps/Settings/Session/.directory
|
||||
share/gnome/apps/Settings/UIOptions/
|
||||
share/gnome/apps/Settings/UIOptions/.directory
|
||||
share/gnome/apps/Settings/file-types-capplet.desktop
|
||||
share/gnome/apps/Settings/gnomecc.desktop
|
||||
share/gnome/help/
|
||||
share/gnome/help/control-center/
|
||||
share/gnome/help/control-center/C/
|
||||
share/gnome/help/control-center/C/control-center.sgml
|
||||
share/gnome/help/control-center/C/desktop-intro.html
|
||||
share/gnome/help/control-center/C/doc-handlers.html
|
||||
share/gnome/help/control-center/C/figures/
|
||||
share/gnome/help/control-center/C/figures/bg-capplet.png
|
||||
share/gnome/help/control-center/C/figures/gccalf.png
|
||||
share/gnome/help/control-center/C/figures/gccappdef.png
|
||||
share/gnome/help/control-center/C/figures/gccdialog.png
|
||||
share/gnome/help/control-center/C/figures/gccedit.png
|
||||
share/gnome/help/control-center/C/figures/gcchints.png
|
||||
share/gnome/help/control-center/C/figures/gccmdi.png
|
||||
share/gnome/help/control-center/C/figures/gccmime.png
|
||||
share/gnome/help/control-center/C/figures/gccsession-props.png
|
||||
share/gnome/help/control-center/C/figures/gccsessopt.png
|
||||
share/gnome/help/control-center/C/figures/gccsound1.png
|
||||
share/gnome/help/control-center/C/figures/gccsound2.png
|
||||
share/gnome/help/control-center/C/figures/gccstartup.png
|
||||
share/gnome/help/control-center/C/figures/gccurl.png
|
||||
share/gnome/help/control-center/C/figures/glob_pref_anim.png
|
||||
share/gnome/help/control-center/C/figures/keyboard-capplet.png
|
||||
share/gnome/help/control-center/C/figures/mouse-capplet.png
|
||||
share/gnome/help/control-center/C/figures/screensave-capplet.png
|
||||
share/gnome/help/control-center/C/figures/theme-select.png
|
||||
share/gnome/help/control-center/C/figures/wm-add.png
|
||||
share/gnome/help/control-center/C/figures/wm-main.png
|
||||
share/gnome/help/control-center/C/index.html
|
||||
share/gnome/help/control-center/C/ln7.html
|
||||
share/gnome/help/control-center/C/stylesheet-images/
|
||||
share/gnome/help/control-center/C/stylesheet-images/caution.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/home.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/important.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/next.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/note.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/prev.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/tip.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/up.gif
|
||||
share/gnome/help/control-center/C/stylesheet-images/warning.gif
|
||||
share/gnome/help/control-center/C/topic.dat
|
||||
share/gnome/help/control-center/C/usage.html
|
||||
share/gnome/wm-properties/
|
||||
share/gnome/wm-properties/Enlightenment.desktop
|
||||
share/gnome/wm-properties/IceWM.desktop
|
||||
share/gnome/wm-properties/Scwm.desktop
|
||||
share/gnome/wm-properties/WindowMaker.desktop
|
||||
share/gnome/wm-properties/twm.desktop
|
||||
share/idl/
|
||||
share/idl/control-center.idl
|
||||
share/locale/az/LC_MESSAGES/control-center.mo
|
||||
share/locale/bg/LC_MESSAGES/control-center.mo
|
||||
share/locale/ca/LC_MESSAGES/control-center.mo
|
||||
share/locale/cs/LC_MESSAGES/control-center.mo
|
||||
share/locale/da/LC_MESSAGES/control-center.mo
|
||||
share/locale/de/LC_MESSAGES/control-center.mo
|
||||
share/locale/el/LC_MESSAGES/control-center.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/control-center.mo
|
||||
share/locale/es/LC_MESSAGES/control-center.mo
|
||||
share/locale/et/LC_MESSAGES/control-center.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/control-center.mo
|
||||
share/locale/fi/LC_MESSAGES/control-center.mo
|
||||
share/locale/fr/LC_MESSAGES/control-center.mo
|
||||
share/locale/ga/LC_MESSAGES/control-center.mo
|
||||
share/locale/gl/LC_MESSAGES/control-center.mo
|
||||
share/locale/hr/LC_MESSAGES/control-center.mo
|
||||
share/locale/hu/LC_MESSAGES/control-center.mo
|
||||
share/locale/it/LC_MESSAGES/control-center.mo
|
||||
share/locale/ja/LC_MESSAGES/control-center.mo
|
||||
share/locale/ko/LC_MESSAGES/control-center.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/control-center.mo
|
||||
share/locale/nl/LC_MESSAGES/control-center.mo
|
||||
share/locale/nn/LC_MESSAGES/control-center.mo
|
||||
share/locale/no/LC_MESSAGES/control-center.mo
|
||||
share/locale/pl/LC_MESSAGES/control-center.mo
|
||||
share/locale/pt/LC_MESSAGES/control-center.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/control-center.mo
|
||||
share/locale/ro/LC_MESSAGES/control-center.mo
|
||||
share/locale/ru/LC_MESSAGES/control-center.mo
|
||||
share/locale/sk/LC_MESSAGES/control-center.mo
|
||||
share/locale/sl/LC_MESSAGES/control-center.mo
|
||||
share/locale/sv/LC_MESSAGES/control-center.mo
|
||||
share/locale/tr/LC_MESSAGES/control-center.mo
|
||||
share/locale/uk/LC_MESSAGES/control-center.mo
|
||||
share/locale/wa/
|
||||
share/locale/wa/LC_MESSAGES/
|
||||
share/locale/wa/LC_MESSAGES/control-center.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/control-center.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/control-center.mo
|
||||
share/omf/control-center/
|
||||
share/omf/control-center/control-center-C.omf
|
||||
share/pixmaps/
|
||||
share/pixmaps/ccsplash.png
|
||||
share/pixmaps/control-center.png
|
||||
%%SHARED%%
|
||||
@exec %D/bin/scrollkeeper-update -q
|
||||
@unexec %D/bin/scrollkeeper-update -q
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra CORBA/servers/gnomecc.gnorba
|
||||
@extra CORBA/servers/
|
||||
@extra CORBA/
|
@ -1,69 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2007/05/30 09:56:30 jasper Exp $
|
||||
|
||||
COMMENT= "libraries for the GNOME project"
|
||||
|
||||
DISTNAME= gnome-libs-1.4.2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
SHARED_LIBS= art_lgpl 4.0 \
|
||||
gnome 36.3 \
|
||||
gnomesupport 0.0 \
|
||||
gnomeui 47.0 \
|
||||
gnorba 28.8 \
|
||||
gnorbagtk 0.0 \
|
||||
gtkxmhtml 1.1 \
|
||||
zvt 6.0
|
||||
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-libs/1.4/}
|
||||
|
||||
LIB_DEPENDS= gdk_imlib.>=19::graphics/imlib \
|
||||
esd.>=2::audio/esound \
|
||||
ORBit.>=5,ORBitutil.>=5,IIOP.>=5,ORBitCosNaming.>=5::devel/ORBit \
|
||||
gdk.>=1.2::x11/gtk+
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xi Xpm audiofile c glib gmodule gtk \
|
||||
iconv intl jpeg m png tiff ungif util wrap z
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-prefer-db1
|
||||
CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share
|
||||
CONFIGURE_ARGS+= --disable-test-gnome
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-build:
|
||||
@if pkg dependencies check gnome-libs-\*; then \
|
||||
if pkg dependencies check ${DISTNAME}; then \
|
||||
:; \
|
||||
else \
|
||||
echo 1>&2 "Error: you must remove your old gnome-libs first"; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
fi;
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-libs; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-libs/
|
||||
# Fix conflict with Gnome 2
|
||||
@mv ${PREFIX}/share/pixmaps/gnome-default-dlg.png ${PREFIX}/share/pixmaps/gnome-default-dlg1.png
|
||||
@mv ${PREFIX}/share/pixmaps/gnome-error.png ${PREFIX}/share/pixmaps/gnome-error1.png
|
||||
@mv ${PREFIX}/share/pixmaps/gnome-info.png ${PREFIX}/share/pixmaps/gnome-info1.png
|
||||
@mv ${PREFIX}/share/pixmaps/gnome-question.png ${PREFIX}/share/pixmaps/gnome-question1.png
|
||||
@mv ${PREFIX}/share/pixmaps/gnome-warning.png ${PREFIX}/share/pixmaps/gnome-warning1.png
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (gnome/gnome-libs-1.4.2.tar.gz) = x7WjcjizGaUINojLx+mlUA==
|
||||
RMD160 (gnome/gnome-libs-1.4.2.tar.gz) = AOLcZsDsNaeuYvqrhNP/JyAJnXY=
|
||||
SHA1 (gnome/gnome-libs-1.4.2.tar.gz) = mSXSgjfwJpomeP3Pp+xgM9qwR4k=
|
||||
SHA256 (gnome/gnome-libs-1.4.2.tar.gz) = 5kCzlrcMZs2z1XyvM1FXzBOlw8xqBB1nmVSou3pWySM=
|
||||
SIZE (gnome/gnome-libs-1.4.2.tar.gz) = 3781173
|
@ -1,92 +0,0 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.5 2004/10/06 23:42:20 naddy Exp $
|
||||
--- aclocal.m4.orig Fri Aug 16 00:24:43 2002
|
||||
+++ aclocal.m4 Tue Aug 24 01:02:03 2004
|
||||
@@ -1516,8 +1516,15 @@ old_postinstall_cmds='chmod 644 $oldlib'
|
||||
old_postuninstall_cmds=
|
||||
|
||||
if test -n "$RANLIB"; then
|
||||
+ case $host_os in
|
||||
+ openbsd*)
|
||||
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
||||
+ ;;
|
||||
+ esac
|
||||
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
||||
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
||||
fi
|
||||
|
||||
# Allow CC to be a program name with arguments.
|
||||
@@ -1920,7 +1927,9 @@ cygwin* | mingw* | pw32* )
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
-
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
esac
|
||||
|
||||
ld_shlibs=yes
|
||||
@@ -2324,8 +2333,8 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
@@ -2801,10 +2810,9 @@ newsos6)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
+ need_lib_prefix=no
|
||||
+ need_version=no
|
||||
+ shlibpath_overrides_runpath=yes
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
@@ -3936,6 +3944,16 @@ newos6*)
|
||||
lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
||||
;;
|
||||
|
||||
+openbsd*)
|
||||
+ lt_cv_file_magic_cmd=/usr/bin/file
|
||||
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
|
||||
+ else
|
||||
+ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
|
||||
+ fi
|
||||
+ ;;
|
||||
+
|
||||
osf3* | osf4* | osf5*)
|
||||
# this will be overridden with pass_all, but let us keep it just in case
|
||||
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
|
||||
@@ -4704,6 +4722,7 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)])
|
||||
|
||||
if test "$gt_cv_func_gettext_libc" != "yes"; then
|
||||
+ LIBS="-liconv $LIBS"
|
||||
AC_CHECK_LIB(intl, bindtextdomain,
|
||||
[AC_CACHE_CHECK([for gettext in libintl],
|
||||
gt_cv_func_gettext_libintl,
|
||||
@@ -4711,6 +4730,10 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
|
||||
gt_cv_func_gettext_libintl=yes,
|
||||
gt_cv_func_gettext_libintl=no)],
|
||||
gt_cv_func_gettext_libintl=no)])
|
||||
+ fi
|
||||
+
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl";
|
||||
fi
|
||||
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.4 2003/01/02 03:32:25 marcm Exp $
|
||||
--- configure.in.orig Thu Aug 15 15:24:36 2002
|
||||
+++ configure.in Sat Nov 30 12:41:16 2002
|
||||
@@ -337,8 +337,8 @@ fi
|
||||
|
||||
dnl look for db headers
|
||||
if test "$prefer_db1" = "yes"; then
|
||||
- AC_CHECK_HEADERS(db_185.h db1/db.h)
|
||||
- if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nono; then
|
||||
+ AC_CHECK_HEADERS(db.h db1/db.h)
|
||||
+ if test "$ac_cv_header_db_h$ac_cv_header_db1_db_h" = nono; then
|
||||
AC_MSG_ERROR([Berkeley db library required for Gnome])
|
||||
fi
|
||||
AC_DEFINE(PREFER_DB1)
|
||||
@@ -436,7 +436,7 @@ else
|
||||
kde_datadir=$with_kde_datadir
|
||||
fi
|
||||
|
||||
-AC_DEFINE_UNQUOTED(KDE_ICONDIR, "$kde_datadir/icons")
|
||||
+AC_DEFINE_UNQUOTED(KDE_ICONDIR, "$kde_datadir/icons/hicolor/48x48/apps")
|
||||
AC_DEFINE_UNQUOTED(KDE_MINI_ICONDIR, "$kde_datadir/icons/mini")
|
||||
|
||||
dnl
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-devel-docs_gnome_Makefile_in,v 1.3 2003/01/02 03:32:25 marcm Exp $
|
||||
--- devel-docs/gnome/Makefile.in.orig Thu Aug 15 15:25:53 2002
|
||||
+++ devel-docs/gnome/Makefile.in Sat Nov 30 12:41:16 2002
|
||||
@@ -366,7 +366,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
|
||||
echo '-- Fixing Crossreferences' ; \
|
||||
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
|
||||
fi)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-devel-docs_gnomeui_Makefile_in,v 1.3 2003/01/02 03:32:25 marcm Exp $
|
||||
--- devel-docs/gnomeui/Makefile.in.orig Thu Aug 15 15:25:57 2002
|
||||
+++ devel-docs/gnomeui/Makefile.in Sat Nov 30 12:41:16 2002
|
||||
@@ -427,7 +427,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
|
||||
echo '-- Fixing Crossreferences' ; \
|
||||
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
|
||||
fi)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-devel-docs_gnorba_Makefile_in,v 1.2 2003/01/02 03:32:25 marcm Exp $
|
||||
--- devel-docs/gnorba/Makefile.in.orig Thu Aug 15 15:26:05 2002
|
||||
+++ devel-docs/gnorba/Makefile.in Sat Nov 30 12:41:16 2002
|
||||
@@ -344,7 +344,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
|
||||
echo '-- Fixing Crossreferences' ; \
|
||||
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
|
||||
fi)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-devel_docs_Makefile.in,v 1.4 2003/01/02 03:32:25 marcm Exp $
|
||||
--- devel-docs/Makefile.in.orig Thu Aug 15 15:25:52 2002
|
||||
+++ devel-docs/Makefile.in Sat Nov 30 12:41:16 2002
|
||||
@@ -173,7 +173,7 @@ EXTRA_DIST = \
|
||||
$(TEXT_FILES)
|
||||
|
||||
|
||||
-docdir = $(prefix)/doc
|
||||
+docdir = $(prefix)/share/doc/gnome-libs
|
||||
doc_DATA = $(TEXT_FILES)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libart_lgpl_doc_Makefile_in,v 1.2 2003/01/02 03:32:25 marcm Exp $
|
||||
--- libart_lgpl/doc/Makefile.in.orig Thu Aug 15 15:25:26 2002
|
||||
+++ libart_lgpl/doc/Makefile.in Sat Nov 30 12:41:16 2002
|
||||
@@ -260,7 +260,7 @@ install-am: all-am
|
||||
install: install-am
|
||||
uninstall-am:
|
||||
uninstall: uninstall-am
|
||||
-all-am: Makefile all-local
|
||||
+all-am: Makefile
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
@ -1,93 +0,0 @@
|
||||
$OpenBSD: patch-libgnome_gnome-dentry_c,v 1.2 2003/01/02 03:32:25 marcm Exp $
|
||||
--- libgnome/gnome-dentry.c.orig Tue Aug 6 15:57:14 2002
|
||||
+++ libgnome/gnome-dentry.c Sat Nov 30 12:43:44 2002
|
||||
@@ -88,7 +88,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;
|
||||
|
||||
@@ -97,11 +97,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 ();
|
||||
@@ -155,7 +155,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;
|
||||
gboolean is_dot_directory = FALSE;
|
||||
#ifdef __GLIBC__
|
||||
gboolean is_utf8;
|
||||
@@ -178,8 +178,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 ();
|
||||
@@ -197,7 +197,8 @@ gnome_desktop_entry_load_flags_condition
|
||||
strcmp (file + strlen (file) - strlen (".directory"), ".directory") == 0)
|
||||
is_dot_directory = TRUE;
|
||||
|
||||
- type = gnome_config_get_string (is_dot_directory ? "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");
|
||||
|
||||
@@ -249,15 +250,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 {
|
||||
@@ -293,7 +300,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) {
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-libgnome_gnome-dump_c,v 1.2 2001/10/29 17:45:44 naddy Exp $
|
||||
--- libgnome/gnome-dump.c.orig Fri Oct 26 20:01:24 2001
|
||||
+++ libgnome/gnome-dump.c Fri Oct 26 20:05:06 2001
|
||||
@@ -29,10 +29,10 @@
|
||||
#ifdef HAVE_DB1_DB_H
|
||||
# include <db1/db.h>
|
||||
#else
|
||||
-# ifdef HAVE_DB_185_H
|
||||
-# include <db_185.h>
|
||||
-# else
|
||||
+# ifdef HAVE_DB_H
|
||||
# include <db.h>
|
||||
+# else
|
||||
+# include <db_185.h>
|
||||
# endif
|
||||
#endif
|
||||
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-libgnome_gnome-metadata_c,v 1.2 2001/10/29 17:45:44 naddy Exp $
|
||||
--- libgnome/gnome-metadata.c.orig Fri Oct 26 20:01:32 2001
|
||||
+++ libgnome/gnome-metadata.c Fri Oct 26 20:05:46 2001
|
||||
@@ -56,10 +56,10 @@ char *alloca ();
|
||||
#ifdef HAVE_DB1_DB_H
|
||||
# include <db1/db.h>
|
||||
#else
|
||||
-# ifdef HAVE_DB_185_H
|
||||
-# include <db_185.h>
|
||||
-# else
|
||||
+# ifdef HAVE_DB_H
|
||||
# include <db.h>
|
||||
+# else
|
||||
+# include <db_185.h>
|
||||
# endif
|
||||
#endif
|
||||
#else
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeui_gnome-dns_c,v 1.1 2003/01/18 09:21:09 pvalchev Exp $
|
||||
--- libgnomeui/gnome-dns.c.orig Sat Jan 18 01:20:32 2003
|
||||
+++ libgnomeui/gnome-dns.c Sat Jan 18 01:20:44 2003
|
||||
@@ -402,7 +402,7 @@ static gint gnome_dns_create_server(void
|
||||
if (pid == 0) {
|
||||
dup2(pipefd0[0], 0);
|
||||
dup2(pipefd1[1], 1);
|
||||
- execlp("dns-helper", "dns-helper", NULL);
|
||||
+ execlp("dns-helper", "dns-helper", (void *)NULL);
|
||||
/* does not return */
|
||||
}
|
||||
/* else */
|
@ -1,50 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeui_gnome-init_c,v 1.6 2003/01/18 09:21:09 pvalchev Exp $
|
||||
--- libgnomeui/gnome-init.c.orig Sat Aug 3 07:23:52 2002
|
||||
+++ libgnomeui/gnome-init.c Sat Jan 18 01:21:14 2003
|
||||
@@ -205,32 +205,12 @@ gnome_init_cb(poptContext ctx, enum popt
|
||||
switch(reason) {
|
||||
case POPT_CALLBACK_REASON_PRE:
|
||||
{
|
||||
- char *ctype, *old_ctype = NULL;
|
||||
- gboolean ctype_set;
|
||||
+ char old_ctype = NULL;
|
||||
|
||||
gnome_segv_setup (FALSE);
|
||||
- ctype = setlocale (LC_CTYPE, NULL);
|
||||
-
|
||||
- if (ctype && !strcmp(ctype, "C")) {
|
||||
- old_ctype = g_strdup (getenv ("LC_CTYPE"));
|
||||
- putenv ("LC_CTYPE=en_US");
|
||||
- ctype_set = TRUE;
|
||||
- } else
|
||||
- ctype_set = FALSE;
|
||||
-
|
||||
+
|
||||
gtk_set_locale ();
|
||||
|
||||
- if (ctype_set) {
|
||||
- char *setme;
|
||||
-
|
||||
- if (old_ctype) {
|
||||
- setme = g_strconcat ("LC_CTYPE=", old_ctype, NULL);
|
||||
- g_free(old_ctype);
|
||||
- } else
|
||||
- setme = "LC_CTYPE=";
|
||||
-
|
||||
- putenv (setme);
|
||||
- }
|
||||
client = gnome_master_client();
|
||||
}
|
||||
break;
|
||||
@@ -673,9 +653,9 @@ static void gnome_segv_handle(int signum
|
||||
|
||||
/* Child process */
|
||||
execl(GNOMEBINDIR "/gnome_segv", GNOMEBINDIR "/gnome_segv",
|
||||
- program_invocation_name, buf, gnome_app_version, NULL);
|
||||
+ program_invocation_name, buf, gnome_app_version, (void *)NULL);
|
||||
|
||||
- execlp("gnome_segv", "gnome_segv", program_invocation_name, buf, gnome_app_version, NULL);
|
||||
+ execlp("gnome_segv", "gnome_segv", program_invocation_name, buf, gnome_app_version, (void *)NULL);
|
||||
|
||||
_exit(99);
|
||||
}
|
@ -1,75 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeui_gnome-messagebox_c,v 1.1 2003/06/23 18:57:07 marcm Exp $
|
||||
--- libgnomeui/gnome-messagebox.c.orig Sat Jun 21 20:00:40 2003
|
||||
+++ libgnomeui/gnome-messagebox.c Sat Jun 21 20:02:33 2003
|
||||
@@ -109,7 +109,7 @@ gnome_message_box_new (const gchar
|
||||
if (strcmp(GNOME_MESSAGE_BOX_INFO, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Information"));
|
||||
- s = gnome_unconditional_pixmap_file("gnome-info.png");
|
||||
+ s = gnome_unconditional_pixmap_file("gnome-info1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -118,7 +118,7 @@ gnome_message_box_new (const gchar
|
||||
else if (strcmp(GNOME_MESSAGE_BOX_WARNING, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Warning"));
|
||||
- s = gnome_unconditional_pixmap_file("gnome-warning.png");
|
||||
+ s = gnome_unconditional_pixmap_file("gnome-warning1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -127,7 +127,7 @@ gnome_message_box_new (const gchar
|
||||
else if (strcmp(GNOME_MESSAGE_BOX_ERROR, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Error"));
|
||||
- s = gnome_unconditional_pixmap_file("gnome-error.png");
|
||||
+ s = gnome_unconditional_pixmap_file("gnome-error1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -136,7 +136,7 @@ gnome_message_box_new (const gchar
|
||||
else if (strcmp(GNOME_MESSAGE_BOX_QUESTION, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Question"));
|
||||
- s = gnome_unconditional_pixmap_file("gnome-question.png");
|
||||
+ s = gnome_unconditional_pixmap_file("gnome-question1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -155,7 +155,7 @@ gnome_message_box_new (const gchar
|
||||
if ( (pixmap == NULL) ||
|
||||
(GNOME_PIXMAP(pixmap)->pixmap == NULL) ) {
|
||||
if (pixmap) gtk_widget_destroy(pixmap);
|
||||
- s = gnome_unconditional_pixmap_file ("gnome-default-dlg.png");
|
||||
+ s = gnome_unconditional_pixmap_file ("gnome-default-dlg1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -242,7 +242,7 @@ gnome_message_box_newv (const gchar
|
||||
if (strcmp(GNOME_MESSAGE_BOX_INFO, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Information"));
|
||||
- s = gnome_pixmap_file("gnome-info.png");
|
||||
+ s = gnome_pixmap_file("gnome-info1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -251,7 +251,7 @@ gnome_message_box_newv (const gchar
|
||||
else if (strcmp(GNOME_MESSAGE_BOX_WARNING, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Warning"));
|
||||
- s = gnome_pixmap_file("gnome-warning.png");
|
||||
+ s = gnome_pixmap_file("gnome-warning1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
||||
@@ -269,7 +269,7 @@ gnome_message_box_newv (const gchar
|
||||
else if (strcmp(GNOME_MESSAGE_BOX_QUESTION, message_box_type) == 0)
|
||||
{
|
||||
gtk_window_set_title (GTK_WINDOW (message_box), _("Question"));
|
||||
- s = gnome_pixmap_file("gnome-question.png");
|
||||
+ s = gnome_pixmap_file("gnome-question1.png");
|
||||
if (s) {
|
||||
pixmap = gnome_pixmap_new_from_file(s);
|
||||
g_free(s);
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libgnorba_Makefile_in,v 1.3 2003/01/18 08:29:12 pvalchev Exp $
|
||||
--- libgnorba/Makefile.in.orig Thu Aug 15 16:25:44 2002
|
||||
+++ libgnorba/Makefile.in Sat Jan 18 01:10:24 2003
|
||||
@@ -1185,7 +1185,7 @@ $(table_built): $(top_srcdir)/idl/Table.
|
||||
$(ORBIT_IDL) $(IDL_FLAGS) $(top_srcdir)/idl/Table.idl
|
||||
|
||||
install-data-hook:
|
||||
- $(RM) -f $(DESTDIR)$(bindir)/new-object
|
||||
+ rm -f $(DESTDIR)$(bindir)/new-object
|
||||
$(LN_S) goad-browser $(DESTDIR)$(bindir)/new-object
|
||||
|
||||
clean-local:
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libgnorba_orbitns_c,v 1.1 2003/01/18 09:21:09 pvalchev Exp $
|
||||
--- libgnorba/orbitns.c.orig Sat Jan 18 01:23:52 2003
|
||||
+++ libgnorba/orbitns.c Sat Jan 18 01:23:59 2003
|
||||
@@ -225,7 +225,7 @@ name_server_by_forking (CORBA_Environmen
|
||||
|
||||
setsid();
|
||||
|
||||
- execlp("gnome-name-service", "gnome-name-service", NULL);
|
||||
+ execlp("gnome-name-service", "gnome-name-service", (void *)NULL);
|
||||
_exit(1);
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-zvt_subshell_c,v 1.1 2003/01/18 09:21:09 pvalchev Exp $
|
||||
--- zvt/subshell.c.orig Sat Jan 18 01:22:43 2003
|
||||
+++ zvt/subshell.c Sat Jan 18 01:22:54 2003
|
||||
@@ -242,7 +242,7 @@ get_ptys (int *master, int *slave, int u
|
||||
close (helper_socket_fdpassing [0]);
|
||||
close (helper_socket_fdpassing [1]);
|
||||
|
||||
- execl (GNOMESBINDIR "/gnome-pty-helper", "gnome-pty-helper", NULL);
|
||||
+ execl (GNOMESBINDIR "/gnome-pty-helper", "gnome-pty-helper", (void *)NULL);
|
||||
exit (1);
|
||||
} else {
|
||||
close (helper_socket_fdpassing [1]);
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-zvt_zterm_c,v 1.1 2003/01/18 09:21:09 pvalchev Exp $
|
||||
--- zvt/zterm.c.orig Sat Jan 18 01:23:09 2003
|
||||
+++ zvt/zterm.c Sat Jan 18 01:23:39 2003
|
||||
@@ -304,7 +304,7 @@ main (gint argc, gchar *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
- execle (shell->str, name->str, NULL, env_copy);
|
||||
+ execle (shell->str, name->str, (void *)NULL, env_copy);
|
||||
perror ("Could not exec\n");
|
||||
_exit (127);
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
These are the GNOME libraries, the foundation for most of the
|
||||
applications of the GNOME project.
|
||||
|
||||
For more information about the GNOME project, visit:
|
@ -1,9 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2006/01/08 12:44:10 steven Exp $
|
||||
@lib lib/libart_lgpl.so.${LIBart_lgpl_VERSION}
|
||||
@lib lib/libgnome.so.${LIBgnome_VERSION}
|
||||
@lib lib/libgnomesupport.so.${LIBgnomesupport_VERSION}
|
||||
@lib lib/libgnomeui.so.${LIBgnomeui_VERSION}
|
||||
@lib lib/libgnorba.so.${LIBgnorba_VERSION}
|
||||
@lib lib/libgnorbagtk.so.${LIBgnorbagtk_VERSION}
|
||||
@lib lib/libgtkxmhtml.so.${LIBgtkxmhtml_VERSION}
|
||||
@lib lib/libzvt.so.${LIBzvt_VERSION}
|
@ -1,686 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.17 2005/05/11 19:05:20 alek Exp $
|
||||
@conflict libgtop-*-!gnome
|
||||
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-1.0/
|
||||
include/gnome-1.0/gnome.h
|
||||
include/gnome-1.0/gtk-xmhtml/
|
||||
include/gnome-1.0/gtk-xmhtml/HTML.h
|
||||
include/gnome-1.0/gtk-xmhtml/XmHTML.h
|
||||
include/gnome-1.0/gtk-xmhtml/XmHTMLI.h
|
||||
include/gnome-1.0/gtk-xmhtml/XmHTMLP.h
|
||||
include/gnome-1.0/gtk-xmhtml/gtk-xmhtml-p.h
|
||||
include/gnome-1.0/gtk-xmhtml/gtk-xmhtml.h
|
||||
include/gnome-1.0/gtk-xmhtml/miniparse.h
|
||||
include/gnome-1.0/gtk-xmhtml/toolkit.h
|
||||
include/gnome-1.0/libart_lgpl/
|
||||
include/gnome-1.0/libart_lgpl/art_affine.h
|
||||
include/gnome-1.0/libart_lgpl/art_alphagamma.h
|
||||
include/gnome-1.0/libart_lgpl/art_bpath.h
|
||||
include/gnome-1.0/libart_lgpl/art_config.h
|
||||
include/gnome-1.0/libart_lgpl/art_filterlevel.h
|
||||
include/gnome-1.0/libart_lgpl/art_gray_svp.h
|
||||
include/gnome-1.0/libart_lgpl/art_misc.h
|
||||
include/gnome-1.0/libart_lgpl/art_pathcode.h
|
||||
include/gnome-1.0/libart_lgpl/art_pixbuf.h
|
||||
include/gnome-1.0/libart_lgpl/art_point.h
|
||||
include/gnome-1.0/libart_lgpl/art_rect.h
|
||||
include/gnome-1.0/libart_lgpl/art_rect_svp.h
|
||||
include/gnome-1.0/libart_lgpl/art_rect_uta.h
|
||||
include/gnome-1.0/libart_lgpl/art_rgb.h
|
||||
include/gnome-1.0/libart_lgpl/art_rgb_affine.h
|
||||
include/gnome-1.0/libart_lgpl/art_rgb_bitmap_affine.h
|
||||
include/gnome-1.0/libart_lgpl/art_rgb_pixbuf_affine.h
|
||||
include/gnome-1.0/libart_lgpl/art_rgb_rgba_affine.h
|
||||
include/gnome-1.0/libart_lgpl/art_rgb_svp.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp_ops.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp_point.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp_render_aa.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp_vpath.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp_vpath_stroke.h
|
||||
include/gnome-1.0/libart_lgpl/art_svp_wind.h
|
||||
include/gnome-1.0/libart_lgpl/art_uta.h
|
||||
include/gnome-1.0/libart_lgpl/art_uta_ops.h
|
||||
include/gnome-1.0/libart_lgpl/art_uta_rect.h
|
||||
include/gnome-1.0/libart_lgpl/art_uta_svp.h
|
||||
include/gnome-1.0/libart_lgpl/art_uta_vpath.h
|
||||
include/gnome-1.0/libart_lgpl/art_vpath.h
|
||||
include/gnome-1.0/libart_lgpl/art_vpath_bpath.h
|
||||
include/gnome-1.0/libart_lgpl/art_vpath_dash.h
|
||||
include/gnome-1.0/libart_lgpl/art_vpath_svp.h
|
||||
include/gnome-1.0/libart_lgpl/libart-features.h
|
||||
include/gnome-1.0/libart_lgpl/libart.h
|
||||
include/gnome-1.0/libgnome/
|
||||
include/gnome-1.0/libgnome/gnome-config.h
|
||||
include/gnome-1.0/libgnome/gnome-defs.h
|
||||
include/gnome-1.0/libgnome/gnome-dentry.h
|
||||
include/gnome-1.0/libgnome/gnome-exec.h
|
||||
include/gnome-1.0/libgnome/gnome-fileconvert.h
|
||||
include/gnome-1.0/libgnome/gnome-help.h
|
||||
include/gnome-1.0/libgnome/gnome-history.h
|
||||
include/gnome-1.0/libgnome/gnome-i18n.h
|
||||
include/gnome-1.0/libgnome/gnome-magic.h
|
||||
include/gnome-1.0/libgnome/gnome-metadata.h
|
||||
include/gnome-1.0/libgnome/gnome-mime-info.h
|
||||
include/gnome-1.0/libgnome/gnome-mime.h
|
||||
include/gnome-1.0/libgnome/gnome-paper.h
|
||||
include/gnome-1.0/libgnome/gnome-popt.h
|
||||
include/gnome-1.0/libgnome/gnome-regex.h
|
||||
include/gnome-1.0/libgnome/gnome-remote.h
|
||||
include/gnome-1.0/libgnome/gnome-score.h
|
||||
include/gnome-1.0/libgnome/gnome-sound.h
|
||||
include/gnome-1.0/libgnome/gnome-triggers.h
|
||||
include/gnome-1.0/libgnome/gnome-url.h
|
||||
include/gnome-1.0/libgnome/gnome-util.h
|
||||
include/gnome-1.0/libgnome/libgnome.h
|
||||
include/gnome-1.0/libgnomeui/
|
||||
include/gnome-1.0/libgnomeui/gnome-about.h
|
||||
include/gnome-1.0/libgnomeui/gnome-animator.h
|
||||
include/gnome-1.0/libgnomeui/gnome-app-helper.h
|
||||
include/gnome-1.0/libgnomeui/gnome-app-util.h
|
||||
include/gnome-1.0/libgnomeui/gnome-app.h
|
||||
include/gnome-1.0/libgnomeui/gnome-appbar.h
|
||||
include/gnome-1.0/libgnomeui/gnome-calculator.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-image.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-line.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-load.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-polygon.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-rect-ellipse.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-text.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-util.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas-widget.h
|
||||
include/gnome-1.0/libgnomeui/gnome-canvas.h
|
||||
include/gnome-1.0/libgnomeui/gnome-client.h
|
||||
include/gnome-1.0/libgnomeui/gnome-color-picker.h
|
||||
include/gnome-1.0/libgnomeui/gnome-compat.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dateedit.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dentry-edit.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dialog-util.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dialog.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dns.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dock-band.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dock-item.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dock-layout.h
|
||||
include/gnome-1.0/libgnomeui/gnome-dock.h
|
||||
include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h
|
||||
include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h
|
||||
include/gnome-1.0/libgnomeui/gnome-druid-page-start.h
|
||||
include/gnome-1.0/libgnomeui/gnome-druid-page.h
|
||||
include/gnome-1.0/libgnomeui/gnome-druid.h
|
||||
include/gnome-1.0/libgnomeui/gnome-entry.h
|
||||
include/gnome-1.0/libgnomeui/gnome-file-entry.h
|
||||
include/gnome-1.0/libgnomeui/gnome-font-picker.h
|
||||
include/gnome-1.0/libgnomeui/gnome-font-selector.h
|
||||
include/gnome-1.0/libgnomeui/gnome-geometry.h
|
||||
include/gnome-1.0/libgnomeui/gnome-guru.h
|
||||
include/gnome-1.0/libgnomeui/gnome-href.h
|
||||
include/gnome-1.0/libgnomeui/gnome-ice.h
|
||||
include/gnome-1.0/libgnomeui/gnome-icon-entry.h
|
||||
include/gnome-1.0/libgnomeui/gnome-icon-item.h
|
||||
include/gnome-1.0/libgnomeui/gnome-icon-list.h
|
||||
include/gnome-1.0/libgnomeui/gnome-icon-sel.h
|
||||
include/gnome-1.0/libgnomeui/gnome-icon-text.h
|
||||
include/gnome-1.0/libgnomeui/gnome-init.h
|
||||
include/gnome-1.0/libgnomeui/gnome-less.h
|
||||
include/gnome-1.0/libgnomeui/gnome-mdi-child.h
|
||||
include/gnome-1.0/libgnomeui/gnome-mdi-generic-child.h
|
||||
include/gnome-1.0/libgnomeui/gnome-mdi-session.h
|
||||
include/gnome-1.0/libgnomeui/gnome-mdi.h
|
||||
include/gnome-1.0/libgnomeui/gnome-messagebox.h
|
||||
include/gnome-1.0/libgnomeui/gnome-number-entry.h
|
||||
include/gnome-1.0/libgnomeui/gnome-paper-selector.h
|
||||
include/gnome-1.0/libgnomeui/gnome-pixmap-entry.h
|
||||
include/gnome-1.0/libgnomeui/gnome-pixmap.h
|
||||
include/gnome-1.0/libgnomeui/gnome-popup-help.h
|
||||
include/gnome-1.0/libgnomeui/gnome-popup-menu.h
|
||||
include/gnome-1.0/libgnomeui/gnome-preferences.h
|
||||
include/gnome-1.0/libgnomeui/gnome-procbar.h
|
||||
include/gnome-1.0/libgnomeui/gnome-properties.h
|
||||
include/gnome-1.0/libgnomeui/gnome-property-entries.h
|
||||
include/gnome-1.0/libgnomeui/gnome-propertybox.h
|
||||
include/gnome-1.0/libgnomeui/gnome-scores.h
|
||||
include/gnome-1.0/libgnomeui/gnome-spell.h
|
||||
include/gnome-1.0/libgnomeui/gnome-startup.h
|
||||
include/gnome-1.0/libgnomeui/gnome-stock.h
|
||||
include/gnome-1.0/libgnomeui/gnome-types.h
|
||||
include/gnome-1.0/libgnomeui/gnome-uidefs.h
|
||||
include/gnome-1.0/libgnomeui/gnome-window-icon.h
|
||||
include/gnome-1.0/libgnomeui/gnome-window.h
|
||||
include/gnome-1.0/libgnomeui/gnome-winhints.h
|
||||
include/gnome-1.0/libgnomeui/gnometypebuiltins.h
|
||||
include/gnome-1.0/libgnomeui/gtk-clock.h
|
||||
include/gnome-1.0/libgnomeui/gtk-ted.h
|
||||
include/gnome-1.0/libgnomeui/gtkcauldron.h
|
||||
include/gnome-1.0/libgnomeui/gtkdial.h
|
||||
include/gnome-1.0/libgnomeui/gtkpixmapmenuitem.h
|
||||
include/gnome-1.0/libgnomeui/libgnomeui.h
|
||||
include/gnome-1.0/libgnorba/
|
||||
include/gnome-1.0/libgnorba/Table.h
|
||||
include/gnome-1.0/libgnorba/gnome-factory.h
|
||||
include/gnome-1.0/libgnorba/gnome-unknown.h
|
||||
include/gnome-1.0/libgnorba/gnorba.h
|
||||
include/gnome-1.0/popt-gnome.h
|
||||
include/gnome-1.0/zvt/
|
||||
include/gnome-1.0/zvt/lists.h
|
||||
include/gnome-1.0/zvt/vt.h
|
||||
include/gnome-1.0/zvt/vtx.h
|
||||
include/gnome-1.0/zvt/zvtterm.h
|
||||
lib/gnome-libs/
|
||||
lib/gnome-libs/include/
|
||||
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 man/man1/dns-helper.1
|
||||
@man man/man1/gconfigger.1
|
||||
@man man/man1/gnome-bug.1
|
||||
@man man/man1/gnome-config.1
|
||||
@man man/man1/gnome-doc.1
|
||||
@man man/man1/gnome-dump-metadata.1
|
||||
@man man/man1/gnome-gen-mimedb.1
|
||||
@man man/man1/gnome-mkstub.1
|
||||
@man man/man1/gnome-moz-remote.1
|
||||
@man man/man1/gnome-name-service.1
|
||||
@man man/man1/gnome-pty-helper.1
|
||||
@man man/man1/gnome.1
|
||||
@man man/man1/gnome_segv.1
|
||||
@man man/man1/goad-browser.1
|
||||
@man man/man1/libart-config.1
|
||||
@man man/man1/loadshlib.1
|
||||
@man man/man1/new-object.1
|
||||
@man man/man5/gnome-mime.5
|
||||
sbin/gnome-pty-helper
|
||||
share/aclocal/
|
||||
share/aclocal/libart.m4
|
||||
share/doc/gnome-doc
|
||||
share/doc/gnome-doc.1
|
||||
share/doc/gnome-doc.el
|
||||
share/doc/gnome-libs/
|
||||
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/gnome-mkstub.1
|
||||
share/doc/mkstub
|
||||
share/examples/gnome-libs/
|
||||
share/examples/gnome-libs/mime-magic
|
||||
@sample ${SYSCONFDIR}/mime-magic
|
||||
share/examples/gnome-libs/mime-magic.dat
|
||||
@sample ${SYSCONFDIR}/mime-magic.dat
|
||||
share/examples/gnome-libs/paper.config
|
||||
@sample ${SYSCONFDIR}/paper.config
|
||||
share/examples/gnome-libs/sound/
|
||||
@sample ${SYSCONFDIR}/sound/
|
||||
share/examples/gnome-libs/sound/events/
|
||||
@sample ${SYSCONFDIR}/sound/events/
|
||||
share/examples/gnome-libs/sound/events/gnome.soundlist
|
||||
@sample ${SYSCONFDIR}/sound/events/gnome.soundlist
|
||||
share/examples/gnome-libs/sound/events/gtk-events.soundlist
|
||||
@sample ${SYSCONFDIR}/sound/events/gtk-events.soundlist
|
||||
share/gnome/
|
||||
share/gnome/help/
|
||||
share/gnome/help/gnome-dev-info/
|
||||
share/gnome/help/gnome-dev-info/C/
|
||||
share/gnome/help/gnome-dev-info/C/addauth.html
|
||||
share/gnome/help/gnome-dev-info/C/altpol.html
|
||||
share/gnome/help/gnome-dev-info/C/arch.html
|
||||
share/gnome/help/gnome-dev-info/C/book1.html
|
||||
share/gnome/help/gnome-dev-info/C/codstd.html
|
||||
share/gnome/help/gnome-dev-info/C/cvs.html
|
||||
share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html
|
||||
share/gnome/help/gnome-dev-info/C/event-driven-programming.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-actionarea.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-helper.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app-util.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-app.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-canvas.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-client.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-color-selector.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-defs.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-dentry.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-dialog.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-dns.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-font-selector.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-help.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-history.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-hook.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-i18n.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-ice.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-messagebox.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-mime.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-net.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-pixmap.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-plugins.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-properties.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-score.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-scores.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-session.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-startup.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-stock.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-string.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-triggers.html
|
||||
share/gnome/help/gnome-dev-info/C/gnome-util.html
|
||||
share/gnome/help/gnome-dev-info/C/gnomeappbar.html
|
||||
share/gnome/help/gnome-dev-info/C/graphics-contexts.html
|
||||
share/gnome/help/gnome-dev-info/C/gtk-clock.html
|
||||
share/gnome/help/gnome-dev-info/C/gtk-ted.html
|
||||
share/gnome/help/gnome-dev-info/C/intro.html
|
||||
share/gnome/help/gnome-dev-info/C/libgnome.html
|
||||
share/gnome/help/gnome-dev-info/C/libgnomeui.html
|
||||
share/gnome/help/gnome-dev-info/C/libgnorba-docs.html
|
||||
share/gnome/help/gnome-dev-info/C/ln14.html
|
||||
share/gnome/help/gnome-dev-info/C/nontech.html
|
||||
share/gnome/help/gnome-dev-info/C/orbitgtk.html
|
||||
share/gnome/help/gnome-dev-info/C/start.html
|
||||
share/gnome/help/gnome-dev-info/C/thisdoc.html
|
||||
share/gnome/help/gnome-dev-info/C/tut-doc.html
|
||||
share/gnome/help/gnome-dev-info/C/tut-i18n.html
|
||||
share/gnome/help/gnome-dev-info/C/tut-menus.html
|
||||
share/gnome/help/gnome-dev-info/C/tut-parsing.html
|
||||
share/gnome/help/gnome-dev-info/C/tut-sm.html
|
||||
share/gnome/help/gnome-dev-info/C/tutorial.html
|
||||
share/gnome/help/gnome-dev-info/C/visuals.html
|
||||
share/gnome/help/gnome-dev-info/C/what.html
|
||||
share/gnome/help/gnome-dev-info/C/whatis.html
|
||||
share/gnome/help/gnome-dev-info/C/x-concepts-docs.html
|
||||
share/gnome/help/gnome-dev-info/C/x1453.html
|
||||
share/gnome/help/gnome-dev-info/C/x2161.html
|
||||
share/gnome/help/gnome-dev-info/C/x2674.html
|
||||
share/gnome/help/gnome-dev-info/C/x671.html
|
||||
share/gnome/html/
|
||||
share/gnome/html/gnome/
|
||||
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/
|
||||
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/
|
||||
share/gnome/html/gnorba-decl.txt
|
||||
share/gnome/html/gnorba-sections.txt
|
||||
share/gnome/html/gnorba/book1.html
|
||||
share/gnome/html/gnorba/gnorba-gnorba.html
|
||||
share/gnome/html/gnorba/gnorba-goad.html
|
||||
share/gnome/html/gnorba/libgnorba.html
|
||||
share/gnome/html/zvt/
|
||||
share/gnome/html/zvt-decl.txt
|
||||
share/gnome/html/zvt-sections.txt
|
||||
share/gnome/html/zvt/book1.html
|
||||
share/gnome/html/zvt/x1035.html
|
||||
share/gnome/html/zvt/x1065.html
|
||||
share/gnome/html/zvt/x1086.html
|
||||
share/gnome/html/zvt/x1106.html
|
||||
share/gnome/html/zvt/x119.html
|
||||
share/gnome/html/zvt/x98.html
|
||||
share/gnome/html/zvt/x987.html
|
||||
share/gnome/html/zvt/x995.html
|
||||
share/gnome/html/zvt/zvt-zvtterm.html
|
||||
share/gnome/html/zvt/zvtterm-future.html
|
||||
share/gnome/html/zvt/zvtterm-input-output.html
|
||||
share/gnome/html/zvt/zvtterm-notes.html
|
||||
share/gnome/html/zvt/zvtterm-properties.html
|
||||
share/gnome/html/zvt/zvtterm-reference.html
|
||||
share/gnome/html/zvt/zvtterm-window-hints.html
|
||||
share/gnome/html/zvt/zvtterm.html
|
||||
share/gnome/html/zvtterm.html
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/libart/
|
||||
share/gtk-doc/html/libart/basic-foo.html
|
||||
share/gtk-doc/html/libart/basic-rendering.html
|
||||
share/gtk-doc/html/libart/basic.html
|
||||
share/gtk-doc/html/libart/fdl-section1.html
|
||||
share/gtk-doc/html/libart/fdl-section10.html
|
||||
share/gtk-doc/html/libart/fdl-section2.html
|
||||
share/gtk-doc/html/libart/fdl-section3.html
|
||||
share/gtk-doc/html/libart/fdl-section4.html
|
||||
share/gtk-doc/html/libart/fdl-section5.html
|
||||
share/gtk-doc/html/libart/fdl-section6.html
|
||||
share/gtk-doc/html/libart/fdl-section7.html
|
||||
share/gtk-doc/html/libart/fdl-section8.html
|
||||
share/gtk-doc/html/libart/fdl-section9.html
|
||||
share/gtk-doc/html/libart/fdl-using.html
|
||||
share/gtk-doc/html/libart/fdl.html
|
||||
share/gtk-doc/html/libart/index.sgml
|
||||
share/gtk-doc/html/libart/internals-intersector.html
|
||||
share/gtk-doc/html/libart/internals.html
|
||||
share/gtk-doc/html/libart/intro-file-names.html
|
||||
share/gtk-doc/html/libart/intro.html
|
||||
share/gtk-doc/html/libart/libart-affine-transformation-matrices.html
|
||||
share/gtk-doc/html/libart/libart-art-alpha-gamma-stuff.html
|
||||
share/gtk-doc/html/libart/libart-core-construction-apis.html
|
||||
share/gtk-doc/html/libart/libart-extended-construction-apis.html
|
||||
share/gtk-doc/html/libart/libart-memory-management.html
|
||||
share/gtk-doc/html/libart/libart-svp-rendering.html
|
||||
share/gtk-doc/html/libart/libart-svps.html
|
||||
share/gtk-doc/html/libart/libart-transformation-operations.html
|
||||
share/gtk-doc/html/libart/libart.html
|
||||
share/gtk-doc/html/libart/problems-memory.html
|
||||
share/gtk-doc/html/libart/problems.html
|
||||
share/gtk-doc/html/libart/sample-display.html
|
||||
share/gtk-doc/html/libart/sample.html
|
||||
share/gtk-doc/html/libart/x35.html
|
||||
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/
|
||||
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/locale/
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/cs/
|
||||
share/locale/cs/LC_MESSAGES/
|
||||
share/locale/cs/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/da/
|
||||
share/locale/da/LC_MESSAGES/
|
||||
share/locale/da/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/el/
|
||||
share/locale/el/LC_MESSAGES/
|
||||
share/locale/el/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/es/
|
||||
share/locale/es/LC_MESSAGES/
|
||||
share/locale/es/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/et/
|
||||
share/locale/et/LC_MESSAGES/
|
||||
share/locale/et/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/fi/
|
||||
share/locale/fi/LC_MESSAGES/
|
||||
share/locale/fi/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/fr/
|
||||
share/locale/fr/LC_MESSAGES/
|
||||
share/locale/fr/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ga/
|
||||
share/locale/ga/LC_MESSAGES/
|
||||
share/locale/ga/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/gl/
|
||||
share/locale/gl/LC_MESSAGES/
|
||||
share/locale/gl/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/hr/
|
||||
share/locale/hr/LC_MESSAGES/
|
||||
share/locale/hr/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/hu/
|
||||
share/locale/hu/LC_MESSAGES/
|
||||
share/locale/hu/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/it/
|
||||
share/locale/it/LC_MESSAGES/
|
||||
share/locale/it/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ja/
|
||||
share/locale/ja/LC_MESSAGES/
|
||||
share/locale/ja/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ko/
|
||||
share/locale/ko/LC_MESSAGES/
|
||||
share/locale/ko/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/lv/
|
||||
share/locale/lv/LC_MESSAGES/
|
||||
share/locale/lv/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/nl/
|
||||
share/locale/nl/LC_MESSAGES/
|
||||
share/locale/nl/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/nn/
|
||||
share/locale/nn/LC_MESSAGES/
|
||||
share/locale/nn/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/no/
|
||||
share/locale/no/LC_MESSAGES/
|
||||
share/locale/no/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/pl/
|
||||
share/locale/pl/LC_MESSAGES/
|
||||
share/locale/pl/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/pt/
|
||||
share/locale/pt/LC_MESSAGES/
|
||||
share/locale/pt/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/pt_BR/
|
||||
share/locale/pt_BR/LC_MESSAGES/
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ro/
|
||||
share/locale/ro/LC_MESSAGES/
|
||||
share/locale/ro/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ru/
|
||||
share/locale/ru/LC_MESSAGES/
|
||||
share/locale/ru/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/sk/
|
||||
share/locale/sk/LC_MESSAGES/
|
||||
share/locale/sk/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/sl/
|
||||
share/locale/sl/LC_MESSAGES/
|
||||
share/locale/sl/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/sp/
|
||||
share/locale/sp/LC_MESSAGES/
|
||||
share/locale/sp/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/sr/
|
||||
share/locale/sr/LC_MESSAGES/
|
||||
share/locale/sr/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/sv/
|
||||
share/locale/sv/LC_MESSAGES/
|
||||
share/locale/sv/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/ta/
|
||||
share/locale/ta/LC_MESSAGES/
|
||||
share/locale/ta/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/tr/
|
||||
share/locale/tr/LC_MESSAGES/
|
||||
share/locale/tr/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/uk/
|
||||
share/locale/uk/LC_MESSAGES/
|
||||
share/locale/uk/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/vi/
|
||||
share/locale/vi/LC_MESSAGES/
|
||||
share/locale/vi/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/wa/
|
||||
share/locale/wa/LC_MESSAGES/
|
||||
share/locale/wa/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/zh_CN/
|
||||
share/locale/zh_CN/LC_MESSAGES/
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-libs.mo
|
||||
share/locale/zh_TW/
|
||||
share/locale/zh_TW/LC_MESSAGES/
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo
|
||||
share/mime-info/
|
||||
share/mime-info/gnome.mime
|
||||
share/pixmaps/
|
||||
share/pixmaps/calculator-font.png
|
||||
share/pixmaps/gnome-default-dlg1.png
|
||||
share/pixmaps/gnome-error1.png
|
||||
share/pixmaps/gnome-info1.png
|
||||
share/pixmaps/gnome-question1.png
|
||||
share/pixmaps/gnome-warning1.png
|
||||
share/pixmaps/no.xpm
|
||||
share/pixmaps/yes.xpm
|
||||
share/type-convert/
|
||||
share/type-convert/gnome-make-postscript-mimes
|
||||
share/type-convert/postscript.convert
|
||||
share/type-convert/type.convert
|
||||
%%SHARED%%
|
||||
@comment var/
|
||||
@comment var/games/
|
@ -1,37 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2006/10/03 19:46:08 naddy Exp $
|
||||
|
||||
COMMENT= "printing framework for GNOME"
|
||||
|
||||
DISTNAME= gnome-print-0.36
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
SHARED_LIBS= gnomeprint 17.0
|
||||
CATEGORIES= x11/gnome print
|
||||
HOMEPAGE= http://www.gnome.org/projects/gnome-print/
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/0.36/}
|
||||
|
||||
LIB_DEPENDS= gdk_pixbuf.>=2::graphics/gdk-pixbuf \
|
||||
gnome.>=36,art_lgpl.>=4,gnomesupport,gnomeui.>=46::x11/gnome/libs \
|
||||
xml.>=9::textproc/libxml1
|
||||
|
||||
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xi audiofile c esd freetype gdk \
|
||||
gdk_imlib glib gmodule gtk iconv intl jpeg m png tiff \
|
||||
ungif z
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
MAKE_FLAGS= GNOMEPRINT_CURRENT=17 GNOMEPRINT_REVISION=0
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (gnome/gnome-print-0.36.tar.gz) = Q+n18pyfAr988jW40rYk2g==
|
||||
RMD160 (gnome/gnome-print-0.36.tar.gz) = eNKnt7QH8g9DdlfdZ0koFNINp18=
|
||||
SHA1 (gnome/gnome-print-0.36.tar.gz) = obKtprjOQycxIzYHrC41Z8yuZ14=
|
||||
SHA256 (gnome/gnome-print-0.36.tar.gz) = jFle9D0ZiMOzb1h5AoLhzw0C+/abmjn6vocuGte7cd0=
|
||||
SIZE (gnome/gnome-print-0.36.tar.gz) = 1003090
|
@ -1,64 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2002/09/15 15:57:41 marcm Exp $
|
||||
--- configure.orig Sun Jun 2 09:44:20 2002
|
||||
+++ configure Wed Sep 4 23:54:01 2002
|
||||
@@ -1861,6 +1861,16 @@ newos6*)
|
||||
lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
||||
;;
|
||||
|
||||
+openbsd*)
|
||||
+ lt_cv_file_magic_cmd=/usr/bin/file
|
||||
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
|
||||
+ else
|
||||
+ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
|
||||
+ fi
|
||||
+ ;;
|
||||
+
|
||||
osf3* | osf4* | osf5*)
|
||||
# this will be overridden with pass_all, but let us keep it just in case
|
||||
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
|
||||
@@ -3123,7 +3133,9 @@ cygwin* | mingw* | pw32* )
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
-
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
esac
|
||||
|
||||
ld_shlibs=yes
|
||||
@@ -3527,8 +3539,8 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
@@ -3684,6 +3696,7 @@ else
|
||||
ld_shlibs=no
|
||||
;;
|
||||
esac
|
||||
+ PATH_SEPARATOR=$lt_cv_sys_path_separator
|
||||
fi
|
||||
echo "$ac_t""$ld_shlibs" 1>&6
|
||||
test "$ld_shlibs" = no && can_build_shared=no
|
||||
@@ -4007,10 +4020,9 @@ newsos6)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
+ need_lib_prefix=no
|
||||
+ need_version=no
|
||||
+ shlibpath_overrides_runpath=yes
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-installer_Makefile_in,v 1.2 2002/09/15 15:57:41 marcm Exp $
|
||||
--- installer/Makefile.in.orig Sun Jun 2 09:44:58 2002
|
||||
+++ installer/Makefile.in Wed Sep 4 21:32:00 2002
|
||||
@@ -164,7 +164,7 @@ CPPFLAGS = @CPPFLAGS@ \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
-DLIBDIR=\""$(libdir)"\" \
|
||||
-DFONTMAPDIR_STATIC=\""$(datadir)/gnome/fonts"\" \
|
||||
- -DFONTMAPDIR_DYNAMIC=\""$(sysconfdir)/gnome/fonts"\" \
|
||||
+ -DFONTMAPDIR_DYNAMIC=\""/var/db/gnome/gnome-print/fonts"\" \
|
||||
-DVERSION=\""$(VERSION)"\"
|
||||
|
||||
|
||||
@@ -448,7 +448,6 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local: gnome-font-install
|
||||
- $(PERL) $(top_srcdir)/run-gnome-font-install ./gnome-font-install $(datadir) $(top_srcdir) $(sysconfdir)
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-installer_gf-pfb_c,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
||||
--- installer/gf-pfb.c.orig Sun Nov 7 17:33:40 2004
|
||||
+++ installer/gf-pfb.c Sun Nov 7 17:34:02 2004
|
||||
@@ -12,7 +12,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
#include "gf-pfb.h"
|
||||
|
||||
#define noVERBOSE
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-installer_gf-ttf_c,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
||||
--- installer/gf-ttf.c.orig Sun Nov 7 17:34:14 2004
|
||||
+++ installer/gf-ttf.c Sun Nov 7 17:34:35 2004
|
||||
@@ -32,7 +32,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
|
||||
#include "gf-ttf.h"
|
||||
|
@ -1,29 +0,0 @@
|
||||
$OpenBSD: patch-installer_gnome-font-install_c,v 1.2 2004/11/08 14:59:17 naddy Exp $
|
||||
--- installer/gnome-font-install.c.orig Tue Jan 22 22:44:55 2002
|
||||
+++ installer/gnome-font-install.c Sun Nov 7 17:33:15 2004
|
||||
@@ -26,7 +26,8 @@
|
||||
#include <parser.h>
|
||||
#include <xmlmemory.h>
|
||||
/* End of ugly thing */
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
#include <libgnome/gnome-defs.h>
|
||||
#include <libgnome/gnome-util.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
@@ -333,12 +334,12 @@ int main (int argc, char ** argv)
|
||||
if (!gfi_target) gfi_target = g_concat_dir_and_file (g_get_home_dir (), ".gnome/fonts/gnome-print.fontmap");
|
||||
}
|
||||
g_assert (mastermap != NULL);
|
||||
+ mastermap->path = gfi_target;
|
||||
|
||||
/* Verify fonts */
|
||||
if (gfi_debug) fprintf (stderr, "Verifying fontmap entries\n");
|
||||
- gfi_verify_fontmap (db->usermaps);
|
||||
- gfi_verify_fontmap (db->dynamicmaps);
|
||||
- gfi_verify_fontmap (db->staticmaps);
|
||||
+ gfi_verify_fontmap (mastermap);
|
||||
+
|
||||
/* Vacuum mastermap */
|
||||
mastermap->fonts = NULL;
|
||||
if (gfi_debug) fprintf (stderr, "Done\n");
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeprint_Makefile_in,v 1.1 2002/09/15 15:57:41 marcm Exp $
|
||||
--- libgnomeprint/Makefile.in.orig Wed Sep 4 21:19:01 2002
|
||||
+++ libgnomeprint/Makefile.in Wed Sep 4 21:30:20 2002
|
||||
@@ -187,7 +187,7 @@ CPPFLAGS = @CPPFLAGS@ \
|
||||
-DBINDIR=\""$(bindir)"\" \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-DFONTMAPDIR_STATIC=\""$(datadir)/gnome/fonts"\" \
|
||||
- -DFONTMAPDIR_DYNAMIC=\""$(sysconfdir)/gnome/fonts"\"
|
||||
+ -DFONTMAPDIR_DYNAMIC=\""/var/db/gnome/gnome-print/fonts"\"
|
||||
|
||||
|
||||
INCLUDES = \
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeprint_gnome-font-private_h,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
||||
--- libgnomeprint/gnome-font-private.h.orig Sun Nov 7 17:24:19 2004
|
||||
+++ libgnomeprint/gnome-font-private.h Sun Nov 7 17:24:52 2004
|
||||
@@ -22,7 +22,8 @@
|
||||
|
||||
BEGIN_GNOME_DECLS
|
||||
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
#include <libgnomeprint/gp-character-block.h>
|
||||
#include <libgnomeprint/gp-fontmap.h>
|
||||
#include <libgnomeprint/gnome-font.h>
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeprint_parseTT_c,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
||||
--- libgnomeprint/parseTT.c.orig Sun Nov 7 17:26:10 2004
|
||||
+++ libgnomeprint/parseTT.c Sun Nov 7 17:29:26 2004
|
||||
@@ -107,9 +107,10 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <parseTT.h>
|
||||
-#include <freetype/freetype.h>
|
||||
-#include <freetype/ftglyph.h>
|
||||
-#include <freetype/ftoutln.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
+#include FT_GLYPH_H
|
||||
+#include FT_OUTLINE_H
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-libgnomeprint_parseTT_h,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
||||
--- libgnomeprint/parseTT.h.orig Sun Nov 7 17:26:03 2004
|
||||
+++ libgnomeprint/parseTT.h Sun Nov 7 17:29:48 2004
|
||||
@@ -22,7 +22,8 @@
|
||||
BEGIN_GNOME_DECLS
|
||||
|
||||
#include <glib.h>
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
|
||||
/*
|
||||
* Convert loaded Freetype TTF face to Type1
|
@ -1,19 +0,0 @@
|
||||
Gnome-print is a high-quality printing framework for GNOME.
|
||||
|
||||
Gnome-print implements:
|
||||
|
||||
* device-independent printing API, modelled loosely after
|
||||
PostScript language.
|
||||
|
||||
* font abstraction that allows device-independent text
|
||||
display (within reasonable limits).
|
||||
|
||||
* powerful configuration engine, dealing with all levels
|
||||
of output pipeline set of actual printer drivers
|
||||
(PostScript, PDF, fax).
|
||||
|
||||
* print preview widget.
|
||||
|
||||
* printer selector widget.
|
||||
|
||||
For more information about gnome-print, visit:
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2006/01/08 22:27:02 alek Exp $
|
||||
@lib lib/libgnomeprint.so.${LIBgnomeprint_VERSION}
|
@ -1,89 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/12/26 21:19:08 sturm Exp $
|
||||
bin/gnome-font-install
|
||||
include/gnome-1.0/
|
||||
include/gnome-1.0/libgnomeprint/
|
||||
include/gnome-1.0/libgnomeprint/gnome-font-dialog.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-font-face-private.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-font-face.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-font.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-glyphlist.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-pgl.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-copies.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-dialog.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-encode.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-frgba.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-master-preview.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-master.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-meta.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-multipage.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-pdf.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-pixbuf.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-preview.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print-rbuf.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-print.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-printer-dialog.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-printer.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-rfont.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-text.h
|
||||
lib/libgnomeprint.a
|
||||
lib/libgnomeprint.la
|
||||
lib/printConf.sh
|
||||
@fontdir share/fonts/
|
||||
@comment share/fonts/README.binaries
|
||||
@comment share/fonts/README.installer
|
||||
@fontdir share/fonts/afms/
|
||||
@fontdir share/fonts/afms/adobe/
|
||||
share/fonts/afms/adobe/pagd8a.afm
|
||||
share/fonts/afms/adobe/pagdo8a.afm
|
||||
share/fonts/afms/adobe/pagk8a.afm
|
||||
share/fonts/afms/adobe/pagko8a.afm
|
||||
share/fonts/afms/adobe/pbkd8a.afm
|
||||
share/fonts/afms/adobe/pbkdi8a.afm
|
||||
share/fonts/afms/adobe/pbkl8a.afm
|
||||
share/fonts/afms/adobe/pbkli8a.afm
|
||||
share/fonts/afms/adobe/pcrb8a.afm
|
||||
share/fonts/afms/adobe/pcrbo8a.afm
|
||||
share/fonts/afms/adobe/pcrr8a.afm
|
||||
share/fonts/afms/adobe/pcrro8a.afm
|
||||
share/fonts/afms/adobe/phvb8a.afm
|
||||
share/fonts/afms/adobe/phvb8an.afm
|
||||
share/fonts/afms/adobe/phvbo8a.afm
|
||||
share/fonts/afms/adobe/phvbo8an.afm
|
||||
share/fonts/afms/adobe/phvl8a.afm
|
||||
share/fonts/afms/adobe/phvlo8a.afm
|
||||
share/fonts/afms/adobe/phvr8a.afm
|
||||
share/fonts/afms/adobe/phvr8an.afm
|
||||
share/fonts/afms/adobe/phvro8a.afm
|
||||
share/fonts/afms/adobe/phvro8an.afm
|
||||
share/fonts/afms/adobe/pncb8a.afm
|
||||
share/fonts/afms/adobe/pncbi8a.afm
|
||||
share/fonts/afms/adobe/pncr8a.afm
|
||||
share/fonts/afms/adobe/pncri8a.afm
|
||||
share/fonts/afms/adobe/pplb8a.afm
|
||||
share/fonts/afms/adobe/pplbi8a.afm
|
||||
share/fonts/afms/adobe/pplr8a.afm
|
||||
share/fonts/afms/adobe/pplri8a.afm
|
||||
share/fonts/afms/adobe/psyr.afm
|
||||
share/fonts/afms/adobe/ptmb8a.afm
|
||||
share/fonts/afms/adobe/ptmbi8a.afm
|
||||
share/fonts/afms/adobe/ptmr8a.afm
|
||||
share/fonts/afms/adobe/ptmri8a.afm
|
||||
share/fonts/afms/adobe/putb8a.afm
|
||||
share/fonts/afms/adobe/putbi8a.afm
|
||||
share/fonts/afms/adobe/putr8a.afm
|
||||
share/fonts/afms/adobe/putri8a.afm
|
||||
share/fonts/afms/adobe/pzcmi8a.afm
|
||||
share/fonts/afms/adobe/pzdr.afm
|
||||
share/gnome/
|
||||
share/gnome-print/
|
||||
share/gnome-print/profiles/
|
||||
share/gnome-print/profiles/PostscriptOptimized.profile
|
||||
share/gnome-print/profiles/fax-g3.profile
|
||||
share/gnome-print/profiles/pdf.profile
|
||||
share/gnome/fonts/
|
||||
share/gnome/fonts/adobe-urw.font
|
||||
share/gnome/fonts/defaults.fontmap
|
||||
%%SHARED%%
|
||||
@exec %D/bin/gnome-font-install --smart
|
||||
@extraunexec rm -rf %D/gnome/gnome-print
|
||||
@extraunexec rmdir %D/gnome 2>/dev/null || true
|
@ -1,47 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2007/05/30 09:56:30 jasper Exp $
|
||||
|
||||
COMMENT= "GNOME Virtual File System"
|
||||
|
||||
DISTNAME= gnome-vfs-1.0.5
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
SHARED_LIBS= gnomevfs 0.2
|
||||
CATEGORIES= devel x11/gnome
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/1.0/}
|
||||
|
||||
LIB_DEPENDS= gnome.>=36::x11/gnome/libs \
|
||||
xml.>=9::textproc/libxml1 \
|
||||
gconf-1,gconf-gtk-1::devel/gconf \
|
||||
cdda_paranoia,cdda_interface::audio/cdparanoia \
|
||||
bz2::archivers/bzip2 \
|
||||
gthread::devel/glib
|
||||
|
||||
BUILD_DEPENDS= :gnome-mime-data-*:x11/gnome/mime-data
|
||||
RUN_DEPENDS= :gnome-mime-data-*:x11/gnome/mime-data
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= IIOP ORBit ORBitCosNaming ORBitutil X11 Xext Xi gdk \
|
||||
glib gmodule gtk m oaf popt pthread wrap z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LIBS="-pthread" \
|
||||
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
# writes to $HOME and other brokenness
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-vfs/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (gnome/gnome-vfs-1.0.5.tar.gz) = dd9TVP6E7maVPsVL8piViA==
|
||||
RMD160 (gnome/gnome-vfs-1.0.5.tar.gz) = dvv45ZDkHSysOfrvntyF4t8Cwho=
|
||||
SHA1 (gnome/gnome-vfs-1.0.5.tar.gz) = QRVjI5adROPxTOSBuBv9tdHeukk=
|
||||
SHA256 (gnome/gnome-vfs-1.0.5.tar.gz) = lhbAuiLdD9iyaWRe3DU50OjIo77hHB+/DGS2odYmVOE=
|
||||
SIZE (gnome/gnome-vfs-1.0.5.tar.gz) = 1048954
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2002/10/21 05:55:16 marcm Exp $
|
||||
--- Makefile.in.orig Fri Mar 15 12:51:15 2002
|
||||
+++ Makefile.in Tue Oct 15 16:05:46 2002
|
||||
@@ -540,7 +540,7 @@ vfsConf.sh: vfsConf.sh.in Makefile
|
||||
< $(srcdir)/vfsConf.sh.in > vfsConf.tmp \
|
||||
&& mv vfsConf.tmp vfsConf.sh
|
||||
|
||||
-gnome-vfs-config: gnome-vfs-config.in Makefile
|
||||
+$(top_builddir)/gnome-vfs-config: gnome-vfs-config.in Makefile
|
||||
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
|
||||
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \
|
||||
-e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2002/10/21 05:55:16 marcm Exp $
|
||||
--- configure.orig Thu Mar 14 22:57:17 2002
|
||||
+++ configure Tue Oct 15 16:05:46 2002
|
||||
@@ -3703,8 +3703,8 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -3713,8 +3713,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -4198,6 +4198,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
+ sys_lib_search_path_spec="/usr/lib"
|
||||
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
case "$host_os" in
|
||||
openbsd2.[89] | openbsd2.[89].*)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.2 2002/10/21 05:55:16 marcm Exp $
|
||||
--- doc/Makefile.in.orig Fri Mar 15 12:51:28 2002
|
||||
+++ doc/Makefile.in Tue Oct 15 16:05:46 2002
|
||||
@@ -358,7 +358,7 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
dist-hook-local:
|
||||
|
||||
-@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
|
||||
+all-local: @ENABLE_GTK_DOC_TRUE@ html-build.stamp
|
||||
|
||||
#### scan ####
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libgnomevfs_Makefile_in,v 1.2 2002/10/21 05:55:16 marcm Exp $
|
||||
--- libgnomevfs/Makefile.in.orig Tue Oct 15 16:01:13 2002
|
||||
+++ libgnomevfs/Makefile.in Tue Oct 15 16:01:51 2002
|
||||
@@ -226,7 +226,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
||||
LIBS = @LIBS@
|
||||
-libgnomevfs_la_LDFLAGS =
|
||||
+libgnomevfs_la_LDFLAGS = -version-info 0:2
|
||||
libgnomevfs_la_DEPENDENCIES = libcharset/libcharset.la
|
||||
libgnomevfs_la_OBJECTS = fnmatch.lo gnome-vfs-application-registry.lo \
|
||||
gnome-vfs-async-ops.lo gnome-vfs-backend.lo \
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libgnomevfs_gnome-vfs-backend_c,v 1.1 2002/02/15 19:11:16 nino Exp $
|
||||
--- libgnomevfs/gnome-vfs-backend.c.orig Mon Feb 4 15:30:13 2002
|
||||
+++ libgnomevfs/gnome-vfs-backend.c Mon Feb 4 15:31:45 2002
|
||||
@@ -70,7 +70,7 @@ gnome_vfs_backend_loadinit (gpointer app
|
||||
g_strdown (backend_lower);
|
||||
|
||||
short_name = g_strdup_printf ("gnomevfs-%s", backend);
|
||||
- backend_filename = g_module_build_path (NULL, short_name);
|
||||
+ backend_filename = g_module_build_path (LIBDIR, short_name);
|
||||
|
||||
gmod = g_module_open (backend_filename, G_MODULE_BIND_LAZY);
|
||||
if (gmod == NULL) {
|
@ -1,38 +0,0 @@
|
||||
$OpenBSD: patch-modules_Makefile_in,v 1.4 2005/01/02 09:23:12 sturm Exp $
|
||||
--- modules/Makefile.in.orig Fri Mar 15 21:51:22 2002
|
||||
+++ modules/Makefile.in Sat Jan 1 17:39:32 2005
|
||||
@@ -189,7 +189,7 @@ cxxflags_set = @cxxflags_set@
|
||||
l = @l@
|
||||
|
||||
NULL =
|
||||
-SUBDIRS = extfs
|
||||
+SUBDIRS =
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libgnomevfs -I$(top_builddir)/libgnomevfs -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GLIB_CFLAGS) $(XML_CFLAGS) $(LIBEFS_CFLAGS) $(GCONF_CFLAGS) $(VFS_GNOME_CFLAGS) $(VFS_CFLAGS) $(WERROR) -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSYSCONFDIR=\"$(sysconfdir)\" -DPREFIX=\"$(prefix)\" -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
@@ -199,10 +199,10 @@ EXTRA_DIST = default-modules.conf c
|
||||
@HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la
|
||||
@HAVE_CDDA_FALSE@CDDA_LTLIBS =
|
||||
|
||||
-module_flags = -export_dynamic -avoid-version
|
||||
+module_flags = -module -export_dynamic -avoid-version
|
||||
modulesdir = $(libdir)/vfs/modules
|
||||
|
||||
-modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL)
|
||||
+modules_LTLIBRARIES = $(CDDA_LTLIBS) libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL)
|
||||
|
||||
|
||||
# Disabled for now
|
||||
@@ -221,12 +221,6 @@ libcdda_la_SOURCES = cdda-method.c
|
||||
|
||||
libcdda_la_LDFLAGS = $(module_flags)
|
||||
libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface
|
||||
-
|
||||
-### `extfs' method
|
||||
-
|
||||
-libextfs_la_SOURCES = extfs-method.c extfs-method.h
|
||||
-
|
||||
-libextfs_la_LDFLAGS = $(module_flags)
|
||||
|
||||
### `file' method
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-modules_default-modules_conf,v 1.1 2005/01/02 09:23:12 sturm Exp $
|
||||
--- modules/default-modules.conf.orig Sat Jan 1 17:37:14 2005
|
||||
+++ modules/default-modules.conf Sat Jan 1 17:37:32 2005
|
||||
@@ -30,9 +30,6 @@ pipe: vfs-pipe
|
||||
|
||||
ssh: ssh
|
||||
|
||||
-# The various access methods implemented by the extfs system.
|
||||
-a ar arj cpio deb hp48 lha mailfs patchfs rar rpm rpms trpm zip zoo: extfs
|
||||
-
|
||||
# and the desktop module
|
||||
preferences: libdesktop.so
|
||||
system-settings: libdesktop.so
|
@ -1,6 +0,0 @@
|
||||
This is the GNOME Virtual File System.
|
||||
|
||||
GNOME VFS is currently used as one of the foundations of the Nautilus
|
||||
file manager.
|
||||
|
||||
For more information about the GNOME project, visit:
|
@ -1,14 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.9 2006/01/08 21:44:11 alek Exp $
|
||||
lib/libgnomevfs-pthread.so
|
||||
@lib lib/libgnomevfs.so.${LIBgnomevfs_VERSION}
|
||||
lib/vfs/modules/libbzip2.so
|
||||
lib/vfs/modules/libcdda.so
|
||||
lib/vfs/modules/libdesktop.so
|
||||
lib/vfs/modules/libfile.so
|
||||
lib/vfs/modules/libftp.so
|
||||
lib/vfs/modules/libgzip.so
|
||||
lib/vfs/modules/libhttp.so
|
||||
lib/vfs/modules/libnntp.so
|
||||
lib/vfs/modules/libvfs-pipe.so
|
||||
lib/vfs/modules/libvfs-test.so
|
||||
lib/vfs/modules/libvfs-translate.so
|
@ -1,98 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2005/01/27 19:41:16 alek Exp $
|
||||
bin/gnome-vfs-config
|
||||
@comment doc/
|
||||
include/gnome-vfs-1.0/
|
||||
include/gnome-vfs-1.0/libgnomevfs/
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-backend.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellable-ops.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellation.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-configuration.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-context.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory-filter.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-info.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-size.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-find-directory.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-handle.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-inet-connection.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-init.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-iobuf.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-messages.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-method.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-handlers.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-info.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-magic.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-monitor.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-shared.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ops.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-parse-ls.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private-utils.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-regexp-filter.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-result.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-seekable.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-shellpattern-filter.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket-buffer.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl-private.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-standard-callbacks.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-transform.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-types.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-uri.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h
|
||||
@comment lib/charset.alias
|
||||
lib/gnome-vfs-1.0/
|
||||
lib/gnome-vfs-1.0/include/
|
||||
lib/gnome-vfs-1.0/include/gnome-vfs-file-size.h
|
||||
lib/libgnomevfs-pthread.a
|
||||
lib/libgnomevfs-pthread.la
|
||||
lib/libgnomevfs.a
|
||||
lib/libgnomevfs.la
|
||||
lib/vfs/
|
||||
lib/vfs/modules/
|
||||
lib/vfs/modules/libbzip2.a
|
||||
lib/vfs/modules/libbzip2.la
|
||||
lib/vfs/modules/libcdda.a
|
||||
lib/vfs/modules/libcdda.la
|
||||
lib/vfs/modules/libdesktop.a
|
||||
lib/vfs/modules/libdesktop.la
|
||||
lib/vfs/modules/libfile.a
|
||||
lib/vfs/modules/libfile.la
|
||||
lib/vfs/modules/libftp.a
|
||||
lib/vfs/modules/libftp.la
|
||||
lib/vfs/modules/libgzip.a
|
||||
lib/vfs/modules/libgzip.la
|
||||
lib/vfs/modules/libhttp.a
|
||||
lib/vfs/modules/libhttp.la
|
||||
lib/vfs/modules/libnntp.a
|
||||
lib/vfs/modules/libnntp.la
|
||||
lib/vfs/modules/libvfs-pipe.a
|
||||
lib/vfs/modules/libvfs-pipe.la
|
||||
lib/vfs/modules/libvfs-test.a
|
||||
lib/vfs/modules/libvfs-test.la
|
||||
lib/vfs/modules/libvfs-translate.a
|
||||
lib/vfs/modules/libvfs-translate.la
|
||||
lib/vfsConf.sh
|
||||
share/examples/gnome-vfs/
|
||||
share/examples/gnome-vfs/vfs/
|
||||
@sample ${SYSCONFDIR}/vfs/
|
||||
share/examples/gnome-vfs/vfs/modules/
|
||||
@sample ${SYSCONFDIR}/vfs/modules/
|
||||
share/examples/gnome-vfs/vfs/modules/cdda-module.conf
|
||||
@sample ${SYSCONFDIR}/vfs/modules/cdda-module.conf
|
||||
share/examples/gnome-vfs/vfs/modules/default-modules.conf
|
||||
@sample ${SYSCONFDIR}/vfs/modules/default-modules.conf
|
||||
%%SHARED%%
|
||||
@comment share/gtk-doc/
|
||||
@comment share/gtk-doc/html/
|
||||
@comment share/gtk-doc/html/gnome-vfs/
|
Loading…
x
Reference in New Issue
Block a user