Import gnome-desktop-2.0.10

--
This package contains the libgnome-desktop library as well as GNOME's
.desktop files, the gnome-about program, some manpages and GNOME's
core graphics files and icons.

From marcm for gnome2
This commit is contained in:
todd 2003-01-31 18:47:09 +00:00
parent c361f73926
commit d38c9b9093
7 changed files with 477 additions and 0 deletions

View File

@ -0,0 +1,36 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/31 18:47:09 todd Exp $
COMMENT= "components for the GNOME2 desktop"
DISTNAME= gnome-desktop-2.0.10
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/2.0/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-preinstall
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (gnome-desktop-2.0.10.tar.bz2) = 5a04d472ce8c6be6a823d348362a6d0b
RMD160 (gnome-desktop-2.0.10.tar.bz2) = 82c1e54254d7e5fdef9afcd0dff980b053d49948
SHA1 (gnome-desktop-2.0.10.tar.bz2) = 72a43eacb3c3b1add6a593e8d804491c6342b86c

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 18:47:09 todd Exp $
--- configure.orig Wed Aug 7 14:40:37 2002
+++ configure Tue Aug 13 08:31:28 2002
@@ -5338,8 +5338,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
@@ -5348,8 +5348,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

View File

@ -0,0 +1,72 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:47:09 todd Exp $
--- ltmain.sh.orig Thu Nov 14 19:27:26 2002
+++ ltmain.sh Wed Nov 27 23:14:23 2002
@@ -1060,6 +1060,17 @@ compiler."
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -1496,6 +1507,9 @@ compiler."
fi
continue
;;
+ -pthread)
+ continue
+ ;;
%DEPLIBS%)
alldeplibs=yes
continue
@@ -4446,40 +4460,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -0,0 +1,5 @@
This package contains the libgnome-desktop library as well as GNOME's
.desktop files, the gnome-about program, some manpages and GNOME's
core graphics files and icons.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/01/31 18:47:09 todd Exp $
lib/libgnome-desktop-2.so.0.6
DYNLIBDIR(%D/lib)

333
x11/gnome/desktop/pkg/PLIST Normal file
View File

@ -0,0 +1,333 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/31 18:47:09 todd Exp $
@pkgcfl gnome-core-*
bin/gnome-about
include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h
include/gnome-desktop-2.0/libgnome/gnome-icon-loader.h
include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h
include/gnome-desktop-2.0/libgnomeui/gnome-hint.h
lib/libgnome-desktop-2.a
lib/libgnome-desktop-2.la
lib/pkgconfig/gnome-desktop-2.0.pc
man/man1/gnome-about.1
share/gnome-about/contributors.dat
share/gnome-about/gnome-version.xml
share/gnome/help/fdl/C/fdl.xml
share/gnome/help/gnome-feedback/C/gnome-feedback.xml
share/gnome/help/gpl/C/gpl.xml
share/gnome/help/lgpl/C/lgpl.xml
share/gnome/vfolders/Accessories.directory
share/gnome/vfolders/Applications.directory
share/gnome/vfolders/Development.directory
share/gnome/vfolders/Games.directory
share/gnome/vfolders/Graphics.directory
share/gnome/vfolders/Home.directory
share/gnome/vfolders/Internet.directory
share/gnome/vfolders/Multimedia.directory
share/gnome/vfolders/Office.directory
share/gnome/vfolders/Root.directory
share/gnome/vfolders/Root.order
share/gnome/vfolders/Settings.directory
share/gnome/vfolders/Settings.order
share/gnome/vfolders/System.directory
share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/no/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/sp/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo
share/pixmaps/apple-green.png
share/pixmaps/apple-red.png
share/pixmaps/cdeappmenu.png
share/pixmaps/gnome-amusements.png
share/pixmaps/gnome-aorta.png
share/pixmaps/gnome-applets.png
share/pixmaps/gnome-applications.png
share/pixmaps/gnome-audio2.png
share/pixmaps/gnome-background.png
share/pixmaps/gnome-calc2.png
share/pixmaps/gnome-calc3.png
share/pixmaps/gnome-calendar.png
share/pixmaps/gnome-cardgame.png
share/pixmaps/gnome-ccbackground.png
share/pixmaps/gnome-ccdesktop.png
share/pixmaps/gnome-ccdialog.png
share/pixmaps/gnome-cckeyboard-bell.png
share/pixmaps/gnome-cckeyboard.png
share/pixmaps/gnome-ccmime.png
share/pixmaps/gnome-ccperiph.png
share/pixmaps/gnome-ccscreensaver.png
share/pixmaps/gnome-ccthemes.png
share/pixmaps/gnome-ccwindowmanager.png
share/pixmaps/gnome-clock.png
share/pixmaps/gnome-color-browser.png
share/pixmaps/gnome-color-xterm.png
share/pixmaps/gnome-computer.png
share/pixmaps/gnome-cromagnon.png
share/pixmaps/gnome-day.png
share/pixmaps/gnome-debian.png
share/pixmaps/gnome-devel.png
share/pixmaps/gnome-die1.png
share/pixmaps/gnome-die2.png
share/pixmaps/gnome-die3.png
share/pixmaps/gnome-die4.png
share/pixmaps/gnome-die5.png
share/pixmaps/gnome-die6.png
share/pixmaps/gnome-diskfree.png
share/pixmaps/gnome-emacs.png
share/pixmaps/gnome-eterm.png
share/pixmaps/gnome-favorites.png
share/pixmaps/gnome-file-c.png
share/pixmaps/gnome-file-h.png
share/pixmaps/gnome-folder.png
share/pixmaps/gnome-gegl.png
share/pixmaps/gnome-gegl2-2.png
share/pixmaps/gnome-gegl2.png
share/pixmaps/gnome-gemvt.png
share/pixmaps/gnome-gimp.png
share/pixmaps/gnome-globe.png
share/pixmaps/gnome-gmenu.png
share/pixmaps/gnome-gmush.png
share/pixmaps/gnome-gnomine.png
share/pixmaps/gnome-gnomoku.png
share/pixmaps/gnome-graphics.png
share/pixmaps/gnome-gsame.png
share/pixmaps/gnome-help.png
share/pixmaps/gnome-home.png
share/pixmaps/gnome-html.png
share/pixmaps/gnome-image-gif.png
share/pixmaps/gnome-image-jpeg.png
share/pixmaps/gnome-irc.png
share/pixmaps/gnome-joystick.png
share/pixmaps/gnome-laptop.png
share/pixmaps/gnome-lockscreen.png
share/pixmaps/gnome-log.png
share/pixmaps/gnome-logo-icon-transparent.png
share/pixmaps/gnome-logo-icon.png
share/pixmaps/gnome-logo-large.png
share/pixmaps/gnome-mailcheck.png
share/pixmaps/gnome-mdi.png
share/pixmaps/gnome-mnemonic.png
share/pixmaps/gnome-modem.png
share/pixmaps/gnome-money.png
share/pixmaps/gnome-monitor.png
share/pixmaps/gnome-month.png
share/pixmaps/gnome-mouse.png
share/pixmaps/gnome-multimedia.png
share/pixmaps/gnome-networktool.png
share/pixmaps/gnome-news.png
share/pixmaps/gnome-note.png
share/pixmaps/gnome-panel-type-corner.png
share/pixmaps/gnome-panel-type-edge.png
share/pixmaps/gnome-panel-type-floating.png
share/pixmaps/gnome-panel-type-menu.png
share/pixmaps/gnome-panel-type-sliding.png
share/pixmaps/gnome-panel.png
share/pixmaps/gnome-qeye.png
share/pixmaps/gnome-run.png
share/pixmaps/gnome-screenshot.png
share/pixmaps/gnome-session.png
share/pixmaps/gnome-set-time.png
share/pixmaps/gnome-settings.png
share/pixmaps/gnome-spider.png
share/pixmaps/gnome-squeak.png
share/pixmaps/gnome-suse.png
share/pixmaps/gnome-system.png
share/pixmaps/gnome-talk.png
share/pixmaps/gnome-term-linux.png
share/pixmaps/gnome-term-linux2.png
share/pixmaps/gnome-term-night.png
share/pixmaps/gnome-term-tiger.png
share/pixmaps/gnome-term.png
share/pixmaps/gnome-tigert.png
share/pixmaps/gnome-touristinfo.png
share/pixmaps/gnome-unknown.png
share/pixmaps/gnome-user-interface.png
share/pixmaps/gnome-util.png
share/pixmaps/gnome-week.png
share/pixmaps/gnome-windows.png
share/pixmaps/gnome-word.png
share/pixmaps/gnome-workspace.png
share/pixmaps/gnome-xterm.png
share/pixmaps/gtkvim.png
share/pixmaps/kterm.xpm
share/pixmaps/launcher-program.png
share/pixmaps/monitor.png
share/pixmaps/panel-arrow-down.png
share/pixmaps/panel-arrow-left.png
share/pixmaps/panel-arrow-right.png
share/pixmaps/panel-arrow-up.png
share/pixmaps/panel-corner-left.png
share/pixmaps/panel-corner-right.png
share/pixmaps/panel-drawer.png
share/pixmaps/panel-folder.png
share/pixmaps/panel-knob.png
share/pixmaps/panel-menu-main.png
share/pixmaps/vnterm.xpm
%%SHARED%%
@comment @dirrm share/pixmaps
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
@comment @dirrm share/locale/zh_TW
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
@comment @dirrm share/locale/zh_CN
@comment @dirrm share/locale/wa/LC_MESSAGES
@comment @dirrm share/locale/wa
@comment @dirrm share/locale/vi/LC_MESSAGES
@comment @dirrm share/locale/vi
@comment @dirrm share/locale/uk/LC_MESSAGES
@comment @dirrm share/locale/uk
@comment @dirrm share/locale/tr/LC_MESSAGES
@comment @dirrm share/locale/tr
@comment @dirrm share/locale/ta/LC_MESSAGES
@comment @dirrm share/locale/ta
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sr/LC_MESSAGES
@comment @dirrm share/locale/sr
@comment @dirrm share/locale/sp/LC_MESSAGES
@comment @dirrm share/locale/sp
@comment @dirrm share/locale/sl/LC_MESSAGES
@comment @dirrm share/locale/sl
@comment @dirrm share/locale/sk/LC_MESSAGES
@comment @dirrm share/locale/sk
@comment @dirrm share/locale/ru/LC_MESSAGES
@comment @dirrm share/locale/ru
@comment @dirrm share/locale/ro/LC_MESSAGES
@comment @dirrm share/locale/ro
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
@comment @dirrm share/locale/pt_BR
@comment @dirrm share/locale/pt/LC_MESSAGES
@comment @dirrm share/locale/pt
@comment @dirrm share/locale/pl/LC_MESSAGES
@comment @dirrm share/locale/pl
@comment @dirrm share/locale/no/LC_MESSAGES
@comment @dirrm share/locale/no
@comment @dirrm share/locale/nn/LC_MESSAGES
@comment @dirrm share/locale/nn
@comment @dirrm share/locale/nl/LC_MESSAGES
@comment @dirrm share/locale/nl
@comment @dirrm share/locale/ms/LC_MESSAGES
@comment @dirrm share/locale/ms
@comment @dirrm share/locale/mk/LC_MESSAGES
@comment @dirrm share/locale/mk
@comment @dirrm share/locale/lv/LC_MESSAGES
@comment @dirrm share/locale/lv
@comment @dirrm share/locale/lt/LC_MESSAGES
@comment @dirrm share/locale/lt
@comment @dirrm share/locale/ko/LC_MESSAGES
@comment @dirrm share/locale/ko
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/hi/LC_MESSAGES
@comment @dirrm share/locale/hi
@comment @dirrm share/locale/he/LC_MESSAGES
@comment @dirrm share/locale/he
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/ga/LC_MESSAGES
@comment @dirrm share/locale/ga
@comment @dirrm share/locale/fr/LC_MESSAGES
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/fi/LC_MESSAGES
@comment @dirrm share/locale/fi
@comment @dirrm share/locale/eu/LC_MESSAGES
@comment @dirrm share/locale/eu
@comment @dirrm share/locale/et/LC_MESSAGES
@comment @dirrm share/locale/et
@comment @dirrm share/locale/es/LC_MESSAGES
@comment @dirrm share/locale/es
@comment @dirrm share/locale/en_GB/LC_MESSAGES
@comment @dirrm share/locale/en_GB
@comment @dirrm share/locale/el/LC_MESSAGES
@comment @dirrm share/locale/el
@comment @dirrm share/locale/de/LC_MESSAGES
@comment @dirrm share/locale/de
@comment @dirrm share/locale/da/LC_MESSAGES
@comment @dirrm share/locale/da
@comment @dirrm share/locale/cs/LC_MESSAGES
@comment @dirrm share/locale/cs
@comment @dirrm share/locale/ca/LC_MESSAGES
@comment @dirrm share/locale/ca
@comment @dirrm share/locale/bs/LC_MESSAGES
@comment @dirrm share/locale/bs
@comment @dirrm share/locale/bg/LC_MESSAGES
@comment @dirrm share/locale/bg
@comment @dirrm share/locale/be/LC_MESSAGES
@comment @dirrm share/locale/be
@comment @dirrm share/locale/az/LC_MESSAGES
@comment @dirrm share/locale/az
@comment @dirrm share/locale/ar/LC_MESSAGES
@comment @dirrm share/locale/ar
@comment @dirrm share/locale/am/LC_MESSAGES
@comment @dirrm share/locale/am
@comment @dirrm share/locale
@dirrm share/gnome/vfolders
@comment @exec mkdir -p %D/share/gnome/help/lgpl/C/figures
@comment @dirrm share/gnome/help/lgpl/C/figures
@dirrm share/gnome/help/lgpl/C
@dirrm share/gnome/help/lgpl
@comment @exec mkdir -p %D/share/gnome/help/gpl/C/figures
@comment @dirrm share/gnome/help/gpl/C/figures
@dirrm share/gnome/help/gpl/C
@dirrm share/gnome/help/gpl
@comment @exec mkdir -p %D/share/gnome/help/gnome-feedback/C/figures
@comment @dirrm share/gnome/help/gnome-feedback/C/figures
@dirrm share/gnome/help/gnome-feedback/C
@dirrm share/gnome/help/gnome-feedback
@comment @exec mkdir -p %D/share/gnome/help/fdl/C/figures
@comment @dirrm share/gnome/help/fdl/C/figures
@dirrm share/gnome/help/fdl/C
@dirrm share/gnome/help/fdl
@comment @dirrm share/gnome/help
@dirrm share/gnome-about
@comment @dirrm share/gnome
@comment @dirrm lib/pkgconfig
@dirrm include/gnome-desktop-2.0/libgnomeui
@dirrm include/gnome-desktop-2.0/libgnome
@dirrm include/gnome-desktop-2.0