Update to GNOME 2.2.2.
This commit is contained in:
parent
3c9d1ddeca
commit
9524f17d30
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/06/12 20:08:13 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2003/08/06 20:45:03 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME control center"
|
||||
|
||||
VERSION= 2.2.1
|
||||
VERSION= 2.2.2
|
||||
DISTNAME= control-center-${VERSION}
|
||||
PKGNAME= control-center2-${VERSION}
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (control-center-2.2.1.tar.bz2) = a39858a9ed4fa4aed8c3cecde72bbe9b
|
||||
RMD160 (control-center-2.2.1.tar.bz2) = 9478bd02ff5f147133f1fb415d30e5ba292862de
|
||||
SHA1 (control-center-2.2.1.tar.bz2) = ac57c86db7f6b5281386335f64fe4efcf46bfc7f
|
||||
MD5 (control-center-2.2.2.tar.bz2) = d5288d0e4249a5afdef494d5c59cb1bc
|
||||
RMD160 (control-center-2.2.2.tar.bz2) = 55a539862312eaa19580e9a2319273a98af94059
|
||||
SHA1 (control-center-2.2.2.tar.bz2) = 22886730f1bdc0b3b4df0a66b6ff66b3148a4d38
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:08:13 marcm Exp $
|
||||
--- ltmain.sh.orig Wed Mar 12 08:45:25 2003
|
||||
+++ ltmain.sh Sun May 25 21:25:44 2003
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:03 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-03-12 08:45:25.000000000 -0800
|
||||
+++ ltmain.sh 2003-08-01 18:09:08.000000000 -0700
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:08:13 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1525,6 +1536,9 @@ compiler."
|
||||
@@ -1525,6 +1536,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4580,40 +4594,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4580,40 +4604,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/06/12 20:08:13 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 20:45:03 marcm Exp $
|
||||
bin/gnome-accessibility-keyboard-properties
|
||||
bin/gnome-background-properties
|
||||
bin/gnome-control-center
|
||||
@ -119,6 +119,7 @@ share/locale/ko/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/control-center-2.0.mo
|
||||
@ -132,6 +133,8 @@ share/locale/ru/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/control-center-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/control-center-2.0.mo
|
||||
@ -178,6 +181,10 @@ share/schemas/control-center2/desktop_gnome_font_rendering.schemas
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale//sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale//sr@Latn
|
||||
@comment @dirrm share/locale//sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale//sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -204,6 +211,8 @@ share/schemas/control-center2/desktop_gnome_font_rendering.schemas
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale//ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale//ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -265,8 +274,8 @@ share/schemas/control-center2/desktop_gnome_font_rendering.schemas
|
||||
@dirrm share/control-center-2.0/pixmaps
|
||||
@dirrm share/control-center-2.0/interfaces
|
||||
@dirrm share/control-center-2.0/icons
|
||||
@unexec rmdir %D/share/control-center-2.0/capplets 2>/dev/null || true
|
||||
@unexec rmdir %D/share/control-center-2.0 2>/dev/null || true
|
||||
@dirrm share/control-center-2.0/capplets
|
||||
@dirrm share/control-center-2.0
|
||||
@comment @dirrm share/applications
|
||||
@dirrm lib/window-manager-settings
|
||||
@comment @dirrm lib/pkgconfig
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 20:06:12 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:03 marcm Exp $
|
||||
|
||||
COMMENT= "components for the GNOME2 desktop"
|
||||
|
||||
DISTNAME= gnome-desktop-2.2.1
|
||||
DISTNAME= gnome-desktop-2.2.2
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-desktop-2.2.1.tar.bz2) = 95e6cf32afb647fdbb14d5c782b4ea9d
|
||||
RMD160 (gnome-desktop-2.2.1.tar.bz2) = 069c929b01c0a5f598358a3d1741fe416e4dc194
|
||||
SHA1 (gnome-desktop-2.2.1.tar.bz2) = 2baca5146cb4781fbc77687ab43fdae457c2dac4
|
||||
MD5 (gnome-desktop-2.2.2.tar.bz2) = 335e6109abc5a04e69ab574464af1900
|
||||
RMD160 (gnome-desktop-2.2.2.tar.bz2) = 93d1c08be97007335a5ca2b8228385e33e152a86
|
||||
SHA1 (gnome-desktop-2.2.2.tar.bz2) = d6d14082d80dacd8f388d8f191367bc679b30c81
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libgnome-desktop_gnome-desktop-item_c,v 1.2 2003/06/12 20:06:12 marcm Exp $
|
||||
--- libgnome-desktop/gnome-desktop-item.c.orig Sun Mar 9 19:12:53 2003
|
||||
+++ libgnome-desktop/gnome-desktop-item.c Fri May 23 19:55:38 2003
|
||||
@@ -2387,13 +2387,13 @@ init_kde_dirs (void)
|
||||
$OpenBSD: patch-libgnome-desktop_gnome-desktop-item_c,v 1.3 2003/08/06 20:45:03 marcm Exp $
|
||||
--- libgnome-desktop/gnome-desktop-item.c.orig 2003-05-14 05:40:38.000000000 -0700
|
||||
+++ libgnome-desktop/gnome-desktop-item.c 2003-08-01 10:59:26.000000000 -0700
|
||||
@@ -2390,13 +2390,13 @@ init_kde_dirs (void)
|
||||
#define ADD_DIRS(color,size) \
|
||||
dirname = g_build_filename (kde_icondir, #color, \
|
||||
#size "x" #size , NULL); \
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:06:12 marcm Exp $
|
||||
--- ltmain.sh.orig Tue Feb 25 18:13:53 2003
|
||||
+++ ltmain.sh Fri May 23 19:55:38 2003
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:03 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-02-25 18:13:53.000000000 -0800
|
||||
+++ ltmain.sh 2003-08-01 11:00:38.000000000 -0700
|
||||
@@ -1071,6 +1071,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:06:12 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1511,6 +1522,9 @@ compiler."
|
||||
@@ -1511,6 +1522,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4524,40 +4538,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4524,40 +4548,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:06:12 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:03 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
bin/gnome-about
|
||||
include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h
|
||||
@ -59,6 +59,7 @@ 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/ml/LC_MESSAGES/gnome-desktop-2.0.mo
|
||||
share/locale/mn/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
|
||||
@ -71,9 +72,9 @@ 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/sq/LC_MESSAGES/gnome-desktop-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo
|
||||
share/locale/sr@Latn/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/th/LC_MESSAGES/gnome-desktop-2.0.mo
|
||||
@ -81,6 +82,7 @@ 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/yi/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/advanced-directory.png
|
||||
@ -218,6 +220,8 @@ share/pixmaps/vnterm.xpm
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@ -232,12 +236,12 @@ share/pixmaps/vnterm.xpm
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@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
|
||||
@ -262,6 +266,8 @@ share/pixmaps/vnterm.xpm
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -332,12 +338,20 @@ share/pixmaps/vnterm.xpm
|
||||
@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
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2003/06/12 20:05:07 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2003/08/06 20:45:03 marcm Exp $
|
||||
|
||||
COMMENT= "Eazel Extensions Library"
|
||||
|
||||
DISTNAME= eel-2.2.2
|
||||
DISTNAME= eel-2.2.4
|
||||
CATEGORIES= devel x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (eel-2.2.2.tar.bz2) = 014fdd4fb4cbe1e9f719bb4064becea3
|
||||
RMD160 (eel-2.2.2.tar.bz2) = 1bd542033f5a21f864960a385907512d0555beb5
|
||||
SHA1 (eel-2.2.2.tar.bz2) = 17fa627ae06c6fdfba9fc9f7366ec43651aeab4f
|
||||
MD5 (eel-2.2.4.tar.bz2) = 39d3ff28fbadd7341521644269d467b5
|
||||
RMD160 (eel-2.2.4.tar.bz2) = 58774deeb96e718b701c4e66aa06408a23758ba5
|
||||
SHA1 (eel-2.2.4.tar.bz2) = 9b40b0bb04523e88fb4a22800408c3a9ef9e6dc2
|
||||
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 20:05:07 marcm Exp $
|
||||
--- configure.orig Mon Mar 10 09:00:08 2003
|
||||
+++ configure Fri May 23 14:03:52 2003
|
||||
@@ -6005,8 +6005,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
|
||||
@@ -6015,8 +6015,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
|
||||
@@ -6532,6 +6532,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,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/06/12 20:05:07 marcm Exp $
|
||||
--- ltmain.sh.orig Mon Jan 6 23:44:54 2003
|
||||
+++ ltmain.sh Fri May 23 14:03:52 2003
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.4 2003/08/06 20:45:03 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-02-08 06:47:44.000000000 -0800
|
||||
+++ ltmain.sh 2003-08-03 23:47:05.000000000 -0700
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.3 2003/06/12 20:05:07 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1530,6 +1541,20 @@ compiler."
|
||||
@@ -1525,6 +1536,20 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
@ -40,7 +40,7 @@ $OpenBSD: patch-ltmain_sh,v 1.3 2003/06/12 20:05:07 marcm Exp $
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1775,11 +1800,6 @@ compiler."
|
||||
@@ -1770,11 +1795,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@ -52,9 +52,9 @@ $OpenBSD: patch-ltmain_sh,v 1.3 2003/06/12 20:05:07 marcm Exp $
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4526,40 +4546,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4580,40 +4600,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
|
12
x11/gnome/eel/patches/patch-po_Makefile_in_in
Normal file
12
x11/gnome/eel/patches/patch-po_Makefile_in_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/08/06 20:45:04 marcm Exp $
|
||||
--- po/Makefile.in.in.orig 2003-08-03 23:57:02.000000000 -0700
|
||||
+++ po/Makefile.in.in 2003-08-03 23:57:15.000000000 -0700
|
||||
@@ -27,7 +27,7 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
-localedir = $(libdir)/locale
|
||||
+localedir = $(datadir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 20:05:07 marcm Exp $
|
||||
lib/libeel-2.so.4.2
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
lib/libeel-2.so.4.4
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:05:07 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
include/eel-2/eel/eel-accessibility.h
|
||||
include/eel-2/eel/eel-art-extensions.h
|
||||
include/eel-2/eel/eel-art-gtk-extensions.h
|
||||
@ -84,6 +84,7 @@ share/locale/ko/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/eel-2.0.mo
|
||||
@ -97,6 +98,8 @@ share/locale/ru/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/th/LC_MESSAGES/eel-2.0.mo
|
||||
@ -125,6 +128,10 @@ share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -151,6 +158,8 @@ share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 20:04:22 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME Accessibility Implementation Library"
|
||||
|
||||
DISTNAME= gail-1.2.0
|
||||
DISTNAME= gail-1.2.2
|
||||
CATEGORIES= devel x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gail-1.2.0.tar.bz2) = 8b5b960eb4f71656ff798e63401d1bf0
|
||||
RMD160 (gail-1.2.0.tar.bz2) = 59b5ca1837e1ef3cc488885d34c163eeefbca6be
|
||||
SHA1 (gail-1.2.0.tar.bz2) = 0b2ee703c940fc08977251cf1d4759d956c25a19
|
||||
MD5 (gail-1.2.2.tar.bz2) = cace76d052501c10f57c145618205509
|
||||
RMD160 (gail-1.2.2.tar.bz2) = bf789c9a2f7ba2a6d3b8a5d0334e12554c16fc95
|
||||
SHA1 (gail-1.2.2.tar.bz2) = 355dfc7af28d10ee6202f2e28d9250173e3af0d2
|
||||
|
@ -1,47 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 20:04:22 marcm Exp $
|
||||
--- configure.orig Mon Jan 20 01:21:45 2003
|
||||
+++ configure Mon May 19 15:21:16 2003
|
||||
@@ -2835,6 +2835,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__`"; 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'
|
||||
@@ -5070,8 +5080,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
|
||||
;;
|
||||
@@ -5554,10 +5564,11 @@ 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
|
||||
+ sys_lib_search_path_spec="/usr/lib"
|
||||
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
|
||||
+ 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,6 +1,6 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:50:02 todd Exp $
|
||||
--- ltmain.sh.orig Wed Apr 17 15:06:13 2002
|
||||
+++ ltmain.sh Tue Aug 13 18:44:47 2002
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/08/06 20:45:04 marcm Exp $
|
||||
--- ltmain.sh.orig 2002-04-17 06:06:13.000000000 -0700
|
||||
+++ ltmain.sh 2003-08-02 23:22:35.000000000 -0700
|
||||
@@ -1037,6 +1037,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:50:02 todd Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1473,6 +1484,9 @@ compiler."
|
||||
@@ -1473,6 +1484,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1714,11 +1728,6 @@ compiler."
|
||||
@@ -1714,11 +1738,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@ -41,7 +51,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:50:02 todd Exp $
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4412,40 +4421,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4412,40 +4431,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/01/31 18:50:02 todd Exp $
|
||||
lib/libgailutil.so.17.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/08/06 20:45:04 marcm Exp $
|
||||
lib/gtk-2.0/modules/libferret.so
|
||||
lib/gtk-2.0/modules/libgail.so
|
||||
lib/libgailutil.so.17.0
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:51:14 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME component and compound document system"
|
||||
|
||||
DISTNAME= libbonobo-2.2.1
|
||||
DISTNAME= libbonobo-2.2.3
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libbonobo-2.2.1.tar.bz2) = 3aab63a34cbadbd07e0e75c2cf8b2ade
|
||||
RMD160 (libbonobo-2.2.1.tar.bz2) = df115f21212b4cc8e86d1627cf9e0da8ddfce6ad
|
||||
SHA1 (libbonobo-2.2.1.tar.bz2) = b844b4a80eca14603354e59bffbdd5bc9717c2c3
|
||||
MD5 (libbonobo-2.2.3.tar.bz2) = 706e3f722dc5ece02ae27c14984d9810
|
||||
RMD160 (libbonobo-2.2.3.tar.bz2) = 8c41c52011cc2e12c7f71796a58f0f9183c82d24
|
||||
SHA1 (libbonobo-2.2.3.tar.bz2) = fe9c9d3d9e45dc110c43360b1a32b12e031869b3
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
|
||||
lib/libbonobo-2.so.0.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/08/06 20:45:04 marcm Exp $
|
||||
lib/bonobo/monikers/libmoniker_std_2.so
|
||||
lib/orbit-2.0/Bonobo_module.so
|
||||
lib/libbonobo-2.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/06/12 19:51:14 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 20:45:04 marcm Exp $
|
||||
bin/echo-client-2
|
||||
include/libbonobo-2.0/bonobo/Bonobo.h
|
||||
include/libbonobo-2.0/bonobo/bonobo-arg.h
|
||||
@ -67,6 +67,7 @@ share/locale/be/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@ -84,6 +85,7 @@ share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@ -97,11 +99,14 @@ share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
|
||||
%%SHARED%%
|
||||
@ -109,6 +114,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/vi
|
||||
@comment @dirrm share/locale/uk/LC_MESSAGES
|
||||
@ -119,6 +126,10 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -145,6 +156,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -179,6 +192,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cy/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cy
|
||||
@comment @dirrm share/locale/cs/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cs
|
||||
@comment @dirrm share/locale/ca/LC_MESSAGES
|
||||
@ -196,9 +211,14 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
|
||||
@comment @dirrm share/locale
|
||||
@dirrm share/idl/bonobo-2.0
|
||||
@comment @dirrm share/idl
|
||||
@comment @exec mkdir -p %D/share/gtk-doc/html/libbonobo
|
||||
@comment @dirrm share/gtk-doc/html/libbonobo
|
||||
@comment @dirrm share/gtk-doc/html
|
||||
@comment @dirrm share/gtk-doc
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@unexec rmdir %D/lib/bonobo/monikers 2>/dev/null || true
|
||||
@dirrm lib/bonobo-2.0/samples
|
||||
@dirrm lib/bonobo-2.0
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/libbonobo-2.0/bonobo
|
||||
@dirrm include/libbonobo-2.0
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:58:10 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
|
||||
COMMENT= "user interface components for bonobo"
|
||||
|
||||
DISTNAME= libbonoboui-2.2.0.1
|
||||
DISTNAME= libbonoboui-2.2.4
|
||||
CATEGORIES= x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
@ -21,8 +21,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
|
||||
LIB_DEPENDS= glade-2.0.0.0::devel/libglade2 \
|
||||
gnome-2::x11/gnome/libgnome \
|
||||
LIB_DEPENDS= gnome-2::x11/gnome/libgnome \
|
||||
gnomecanvas-2::x11/gnome/libgnomecanvas
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libbonoboui-2.2.0.1.tar.bz2) = bf3486e5d609bc1f5a9d648bf71d5125
|
||||
RMD160 (libbonoboui-2.2.0.1.tar.bz2) = 0df81c5eb0a626a5dbdee93dfa92e0337014a1ee
|
||||
SHA1 (libbonoboui-2.2.0.1.tar.bz2) = ccc2bfbdfb75d0316ad50d5e8717dbe1f5c000ae
|
||||
MD5 (libbonoboui-2.2.4.tar.bz2) = bbf8715be93ac8e6dbc70a16a6353d0a
|
||||
RMD160 (libbonoboui-2.2.4.tar.bz2) = f02c6adea10fe4f8070360bd447ee1f2b36c6fb8
|
||||
SHA1 (libbonoboui-2.2.4.tar.bz2) = eaa1baf853fd8b5b16a6db7ab86a73b0da745bac
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:58:10 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
bin/test-moniker
|
||||
include/libbonoboui-2.0/bonobo.h
|
||||
include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h
|
||||
@ -41,6 +41,40 @@ lib/libglade/2.0/libbonobo.a
|
||||
lib/libglade/2.0/libbonobo.la
|
||||
lib/pkgconfig/libbonoboui-2.0.pc
|
||||
share/gnome-2.0/ui/Bonobo_Sample_Hello.xml
|
||||
share/gtk-doc/html/libbonoboui/bonobo-controls.html
|
||||
share/gtk-doc/html/libbonoboui/bonobo-support-utilities.html
|
||||
share/gtk-doc/html/libbonoboui/bonobo-ui.html
|
||||
share/gtk-doc/html/libbonoboui/ch01.html
|
||||
share/gtk-doc/html/libbonoboui/control-frame.png
|
||||
share/gtk-doc/html/libbonoboui/control.png
|
||||
share/gtk-doc/html/libbonoboui/home.png
|
||||
share/gtk-doc/html/libbonoboui/index.html
|
||||
share/gtk-doc/html/libbonoboui/index.sgml
|
||||
share/gtk-doc/html/libbonoboui/left.png
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-a11y.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-control-frame.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-control.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-file-selector-util.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-plug.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-property-control.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-selector-widget.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-selector.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-socket.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-component.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-container.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-engine-config.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-engine.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-node.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-preferences.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-sync.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-ui-util.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-widget.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-window.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-wrapper.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui-faq.html
|
||||
share/gtk-doc/html/libbonoboui/libbonoboui.devhelp
|
||||
share/gtk-doc/html/libbonoboui/right.png
|
||||
share/gtk-doc/html/libbonoboui/up.png
|
||||
share/locale/am/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@ -48,6 +82,7 @@ share/locale/be/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@ -64,6 +99,7 @@ share/locale/ja/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/kn/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@ -76,12 +112,15 @@ share/locale/ro/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/yi/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
%%SHARED%%
|
||||
@ -89,6 +128,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@ -101,6 +142,10 @@ share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@ -125,6 +170,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/lv
|
||||
@comment @dirrm share/locale/ko/LC_MESSAGES
|
||||
@ -157,6 +204,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cy/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cy
|
||||
@comment @dirrm share/locale/cs/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cs
|
||||
@comment @dirrm share/locale/ca/LC_MESSAGES
|
||||
@ -172,9 +221,13 @@ share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
@comment @dirrm share/locale/am/LC_MESSAGES
|
||||
@comment @dirrm share/locale/am
|
||||
@comment @dirrm share/locale
|
||||
@dirrm share/gtk-doc/html/libbonoboui
|
||||
@comment @dirrm share/gtk-doc/html
|
||||
@comment @dirrm share/gtk-doc
|
||||
@dirrm share/gnome-2.0/ui
|
||||
@dirrm share/gnome-2.0
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@comment @dirrm lib/libglade
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/libbonoboui-2.0/bonobo
|
||||
@dirrm include/libbonoboui-2.0
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:55:17 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
|
||||
COMMENT= "libraries for the GNOME project"
|
||||
|
||||
DISTNAME= libgnome-2.2.0.1
|
||||
DISTNAME= libgnome-2.2.3
|
||||
CATEGORIES= x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libgnome-2.2.0.1.tar.bz2) = 8735919b4ff0a6588f8da9d49220228d
|
||||
RMD160 (libgnome-2.2.0.1.tar.bz2) = e60c53fb5b796dda3dd8a33d54860266aa971935
|
||||
SHA1 (libgnome-2.2.0.1.tar.bz2) = 50a7dd086638094723f47788d399d1826647710e
|
||||
MD5 (libgnome-2.2.3.tar.bz2) = 2a8436cba9f92354c9169deb0feefb83
|
||||
RMD160 (libgnome-2.2.3.tar.bz2) = 7a67684a0a46643470c0f2992902ac9a4de784ee
|
||||
SHA1 (libgnome-2.2.3.tar.bz2) = 7f0b6b5205cfc915c606b9907eb61a9590707a68
|
||||
|
@ -1,25 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 19:55:17 marcm Exp $
|
||||
--- configure.orig Thu Jan 23 05:57:20 2003
|
||||
+++ configure Thu May 15 09:51:40 2003
|
||||
@@ -6076,8 +6076,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
|
||||
@@ -6086,8 +6086,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
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:55:17 marcm Exp $
|
||||
--- ltmain.sh.orig Thu Jan 23 05:44:59 2003
|
||||
+++ ltmain.sh Fri May 2 17:06:48 2003
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-07-10 10:08:24.000000000 -0700
|
||||
+++ ltmain.sh 2003-07-30 15:39:40.000000000 -0700
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,54 +19,64 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:55:17 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1530,6 +1541,9 @@ compiler."
|
||||
@@ -1961,6 +1972,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4526,40 +4540,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -5699,40 +5723,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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
|
||||
;;
|
||||
|
||||
|
12
x11/gnome/libgnome/patches/patch-po_Makefile_in_in
Normal file
12
x11/gnome/libgnome/patches/patch-po_Makefile_in_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/08/06 20:45:04 marcm Exp $
|
||||
--- po/Makefile.in.in.orig 2003-07-30 15:54:47.000000000 -0700
|
||||
+++ po/Makefile.in.in 2003-07-30 15:55:14.000000000 -0700
|
||||
@@ -28,7 +28,7 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
-localedir = $(libdir)/locale
|
||||
+localedir = $(datadir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 19:55:17 marcm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
lib/bonobo/monikers/libmoniker_extra_2.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-help.so
|
||||
lib/libgnome-2.so.200.0
|
||||
lib/libgnome-2.so.200.3
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:55:17 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
include/libgnome-2.0/libgnome/gnome-config.h
|
||||
include/libgnome-2.0/libgnome/gnome-exec.h
|
||||
include/libgnome-2.0/libgnome/gnome-gconf.h
|
||||
@ -57,9 +57,11 @@ share/locale/ar/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/bn/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/bs/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libgnome-2.0.mo
|
||||
@ -74,12 +76,14 @@ share/locale/gl/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/he/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/libgnome-2.0.mo
|
||||
@ -92,6 +96,8 @@ share/locale/ro/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/libgnome-2.0.mo
|
||||
@ -137,6 +143,10 @@ share/sgml/docbook/gnome-customization-0.1/l10n.xml
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@ -161,6 +171,8 @@ share/sgml/docbook/gnome-customization-0.1/l10n.xml
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -173,6 +185,8 @@ share/sgml/docbook/gnome-customization-0.1/l10n.xml
|
||||
@comment @dirrm share/locale/ja
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/id/LC_MESSAGES
|
||||
@comment @dirrm share/locale/id
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hu
|
||||
@comment @dirrm share/locale/hi/LC_MESSAGES
|
||||
@ -201,12 +215,16 @@ share/sgml/docbook/gnome-customization-0.1/l10n.xml
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cy/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cy
|
||||
@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/bn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bn
|
||||
@comment @dirrm share/locale/bg/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bg
|
||||
@comment @dirrm share/locale/be/LC_MESSAGES
|
||||
@ -227,6 +245,8 @@ share/sgml/docbook/gnome-customization-0.1/l10n.xml
|
||||
@dirrm share/examples/libgnome/gnome-vfs-2.0
|
||||
@dirrm share/examples/libgnome
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@comment @dirrm lib/bonobo/monikers
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/libgnome-2.0/libgnome
|
||||
@dirrm include/libgnome-2.0
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/libgnome/*.schemas > /dev/null
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
|
||||
COMMENT= "A graphics library for GNOME"
|
||||
|
||||
DISTNAME= libgnomecanvas-2.2.0.2
|
||||
DISTNAME= libgnomecanvas-2.2.1
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
@ -19,12 +19,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :libglade2->=2.0.0:devel/libglade2 \
|
||||
:pkgconfig->=0.12.0p1:devel/pkgconfig
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \
|
||||
pangoft2-1.0.0.0::devel/pango \
|
||||
art_lgpl_2.5::graphics/libart \
|
||||
xml2.6::textproc/libxml \
|
||||
glade-2.0.0.0::devel/libglade2
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libgnomecanvas-2.2.0.2.tar.bz2) = ef9098036576db801032464cb5ed8b90
|
||||
RMD160 (libgnomecanvas-2.2.0.2.tar.bz2) = 89a1f30c482fd9c5dd156159bbf3edaa599cfecb
|
||||
SHA1 (libgnomecanvas-2.2.0.2.tar.bz2) = e8706d8150c3901f19ad35d12a28bdb3a032efdf
|
||||
MD5 (libgnomecanvas-2.2.1.tar.bz2) = 4023de1258dfdfe0d7b26db05b528edd
|
||||
RMD160 (libgnomecanvas-2.2.1.tar.bz2) = 234b8e37ee0e5adea73dcb5aa25182ed4037bddb
|
||||
SHA1 (libgnomecanvas-2.2.1.tar.bz2) = 3afdac975077faf09afbca687cd4f95cf840137c
|
||||
|
@ -1,100 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
--- configure.orig Thu Feb 27 14:22:16 2003
|
||||
+++ configure Sat May 10 20:39:55 2003
|
||||
@@ -3480,6 +3480,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'
|
||||
@@ -4545,8 +4555,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.
|
||||
@@ -5105,7 +5122,9 @@ cygwin* | mingw* | pw32* )
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
-
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
esac
|
||||
|
||||
ld_shlibs=yes
|
||||
@@ -5509,10 +5528,24 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
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 $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
+ export_dynamic_flag_spec='${wl}-E'
|
||||
+ else
|
||||
+ case "$host_os" in
|
||||
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
|
||||
+ 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'
|
||||
+ ;;
|
||||
+ esac
|
||||
+ fi
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -5993,9 +6026,21 @@ newsos6)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
+ 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].*)
|
||||
+ shlibpath_overrides_runpath=no
|
||||
+ ;;
|
||||
+ *)
|
||||
+ shlibpath_overrides_runpath=yes
|
||||
+ ;;
|
||||
+ esac
|
||||
+ else
|
||||
+ shlibpath_overrides_runpath=yes
|
||||
fi
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-demos_Makefile_in,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
--- demos/Makefile.in.orig Thu Feb 27 14:22:28 2003
|
||||
+++ demos/Makefile.in Sat May 10 20:01:28 2003
|
||||
@@ -166,7 +166,7 @@ canvas-curve.$(OBJEXT)
|
||||
$OpenBSD: patch-demos_Makefile_in,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
--- demos/Makefile.in.orig 2003-05-18 02:21:19.000000000 -0700
|
||||
+++ demos/Makefile.in 2003-07-30 19:57:48.000000000 -0700
|
||||
@@ -151,7 +151,7 @@ canvas-curve.$(OBJEXT)
|
||||
canvas_demo_LDADD = $(LDADD)
|
||||
canvas_demo_DEPENDENCIES = \
|
||||
$(top_builddir)/libgnomecanvas/libgnomecanvas-2.la
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
--- ltmain.sh.orig Thu Feb 27 14:22:13 2003
|
||||
+++ ltmain.sh Sat May 10 20:01:28 2003
|
||||
@@ -1037,6 +1037,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-05-18 02:20:50.000000000 -0700
|
||||
+++ ltmain.sh 2003-07-30 19:59:15.000000000 -0700
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,66 +19,75 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1473,6 +1484,9 @@ compiler."
|
||||
@@ -1961,6 +1972,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1714,11 +1728,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@@ -2209,10 +2233,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
-
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4412,40 +4421,6 @@ relink_command=\"$relink_command\""
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5699,40 +5719,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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
|
||||
;;
|
||||
|
||||
|
12
x11/gnome/libgnomecanvas/patches/patch-po_Makefile_in_in
Normal file
12
x11/gnome/libgnomecanvas/patches/patch-po_Makefile_in_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/08/06 20:45:04 marcm Exp $
|
||||
--- po/Makefile.in.in.orig 2003-07-30 20:04:00.000000000 -0700
|
||||
+++ po/Makefile.in.in 2003-07-30 20:04:14.000000000 -0700
|
||||
@@ -27,7 +27,7 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
-localedir = $(libdir)/locale
|
||||
+localedir = $(datadir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
lib/libgnomecanvas-2.so.200.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
lib/libglade/2.0/libcanvas.so
|
||||
lib/libgnomecanvas-2.so.200.1
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:56:33 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h
|
||||
include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h
|
||||
include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h
|
||||
@ -18,13 +18,33 @@ lib/libglade/2.0/libcanvas.la
|
||||
lib/libgnomecanvas-2.a
|
||||
lib/libgnomecanvas-2.la
|
||||
lib/pkgconfig/libgnomecanvas-2.0.pc
|
||||
share/gtk-doc/html/libgnomecanvas/c35.html
|
||||
share/gtk-doc/html/libgnomecanvas/c4.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvas.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasbpath.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasclipgroup.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasellipse.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasgroup.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasitem.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasline.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvaspixbuf.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvaspolygon.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasre.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasrect.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasrichtext.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvasshape.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvastext.html
|
||||
share/gtk-doc/html/libgnomecanvas/gnomecanvaswidget.html
|
||||
share/gtk-doc/html/libgnomecanvas/index.html
|
||||
share/gtk-doc/html/libgnomecanvas/index.sgml
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-i18n.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-marshal.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-path-def.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-util.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvas.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasbpath.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasclipgroup.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasellipse.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasgroup.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasitem.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasline.html
|
||||
@ -37,12 +57,14 @@ share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasrichtext.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasshape.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvastext.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-gnomecanvaswidget.html
|
||||
share/gtk-doc/html/libgnomecanvas/libgnomecanvas-libgnomecanvas.html
|
||||
share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@ -51,6 +73,7 @@ share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@ -61,6 +84,7 @@ share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@ -73,12 +97,15 @@ share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
%%SHARED%%
|
||||
@ -86,6 +113,8 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@ -98,6 +127,10 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@ -122,6 +155,8 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -142,6 +177,8 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@comment @dirrm share/locale/hi
|
||||
@comment @dirrm share/locale/he/LC_MESSAGES
|
||||
@comment @dirrm share/locale/he
|
||||
@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
|
||||
@ -158,6 +195,8 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
|
||||
@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/bg/LC_MESSAGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:59:35 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:04 marcm Exp $
|
||||
|
||||
COMMENT= "user interface components for GNOME"
|
||||
|
||||
DISTNAME= libgnomeui-2.2.0.1
|
||||
DISTNAME= libgnomeui-2.2.2
|
||||
CATEGORIES= x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libgnomeui-2.2.0.1.tar.bz2) = f8cb4ecb5058e59a2df11a007323ae91
|
||||
RMD160 (libgnomeui-2.2.0.1.tar.bz2) = cdd1a1a403fe603bbf08513ae995a45bf844e58e
|
||||
SHA1 (libgnomeui-2.2.0.1.tar.bz2) = 1f9a404a09764c99d55d26b24e7fa5df42d259ac
|
||||
MD5 (libgnomeui-2.2.2.tar.bz2) = 2d58cd438aabffc00e65ecd4bab63349
|
||||
RMD160 (libgnomeui-2.2.2.tar.bz2) = d55c73e886ac94fcb0c94e9234ef3bda9547bb48
|
||||
SHA1 (libgnomeui-2.2.2.tar.bz2) = 987cef3d551bb410e65c1eb9cd5ccaf40d7c254e
|
||||
|
@ -1,25 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 19:59:35 marcm Exp $
|
||||
--- configure.orig Thu Jan 23 06:22:37 2003
|
||||
+++ configure Sun May 11 20:39:43 2003
|
||||
@@ -5960,8 +5960,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
|
||||
@@ -5970,8 +5970,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
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:59:35 marcm Exp $
|
||||
--- ltmain.sh.orig Thu Jan 23 06:22:26 2003
|
||||
+++ ltmain.sh Sun May 11 20:39:44 2003
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-05-18 02:20:50.000000000 -0700
|
||||
+++ ltmain.sh 2003-07-30 19:59:15.000000000 -0700
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,66 +19,75 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:59:35 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1530,6 +1541,9 @@ compiler."
|
||||
@@ -1961,6 +1972,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1775,11 +1789,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@@ -2209,10 +2233,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
-
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4526,40 +4535,6 @@ relink_command=\"$relink_command\""
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5699,40 +5719,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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
|
||||
;;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 19:59:35 marcm Exp $
|
||||
lib/libgnomeui-2.so.200.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
lib/libglade/2.0/libgnome.so
|
||||
lib/libgnomeui-2.so.200.2
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:59:35 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
include/libgnomeui-2.0/gnome.h
|
||||
include/libgnomeui-2.0/libgnomeui/gnome-about.h
|
||||
include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h
|
||||
@ -75,6 +75,7 @@ share/gtk-doc/html/libgnomeui/gnomehref.html
|
||||
share/gtk-doc/html/libgnomeui/gnomeiconentry.html
|
||||
share/gtk-doc/html/libgnomeui/gnomeiconlist.html
|
||||
share/gtk-doc/html/libgnomeui/gnomeiconselection.html
|
||||
share/gtk-doc/html/libgnomeui/gnomeicontextitem.html
|
||||
share/gtk-doc/html/libgnomeui/gnomemdi.html
|
||||
share/gtk-doc/html/libgnomeui/gnomemdichild.html
|
||||
share/gtk-doc/html/libgnomeui/gnomemdigenericchild.html
|
||||
@ -88,9 +89,6 @@ share/gtk-doc/html/libgnomeui/index.sgml
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-app-helper.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-app-util.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-dialog-util.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-gconf-ui.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-ice.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-macros.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-mdi-session.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-popup-menu.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-stock-icons.html
|
||||
@ -99,55 +97,13 @@ share/gtk-doc/html/libgnomeui/libgnomeui-gnome-ui-init.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-uidefs.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-vfs-util.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnome-window.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeabout.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeapp.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeappbar.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeclient.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomecolorpicker.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomedateedit.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomedialog.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomedruid.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomedruidpage.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomedruidpageedge.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomedruidpagestandard.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeentry.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomefileentry.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomefontpicker.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomehref.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeiconentry.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeiconlist.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeiconlookup.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeiconselection.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomeicontheme.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomemdi.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomemdichild.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomemdigenericchild.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomemessagebox.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomepixmap.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomepixmapentry.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomepropertybox.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomescores.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomethemefile.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnomethumbnail.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-gnometypebuiltins.html
|
||||
share/gtk-doc/html/libgnomeui/libgnomeui-objects.html
|
||||
share/gtk-doc/html/libgnomeui/miscellaneous.html
|
||||
share/gtk-doc/html/libgnomeui/x1427.html
|
||||
share/gtk-doc/html/libgnomeui/x1495.html
|
||||
share/gtk-doc/html/libgnomeui/x15441.html
|
||||
share/gtk-doc/html/libgnomeui/x15454.html
|
||||
share/gtk-doc/html/libgnomeui/x15523.html
|
||||
share/gtk-doc/html/libgnomeui/x15980.html
|
||||
share/gtk-doc/html/libgnomeui/x17879.html
|
||||
share/gtk-doc/html/libgnomeui/x17892.html
|
||||
share/gtk-doc/html/libgnomeui/x17961.html
|
||||
share/gtk-doc/html/libgnomeui/x18473.html
|
||||
share/gtk-doc/html/libgnomeui/x6079.html
|
||||
share/gtk-doc/html/libgnomeui/x6088.html
|
||||
share/gtk-doc/html/libgnomeui/x6263.html
|
||||
share/gtk-doc/html/libgnomeui/x7838.html
|
||||
share/gtk-doc/html/libgnomeui/x7859.html
|
||||
share/gtk-doc/html/libgnomeui/x8080.html
|
||||
share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
@ -155,23 +111,31 @@ share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/fa/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/he/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
@ -184,12 +148,15 @@ share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo
|
||||
share/pixmaps/gnome-about-logo.png
|
||||
@ -204,6 +171,8 @@ share/pixmaps/gnome-warning.png
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@ -216,6 +185,10 @@ share/pixmaps/gnome-warning.png
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@ -240,6 +213,8 @@ share/pixmaps/gnome-warning.png
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -248,24 +223,36 @@ share/pixmaps/gnome-warning.png
|
||||
@comment @dirrm share/locale/lt
|
||||
@comment @dirrm share/locale/ko/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ko
|
||||
@comment @dirrm share/locale/kn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/kn
|
||||
@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/is/LC_MESSAGES
|
||||
@comment @dirrm share/locale/is
|
||||
@comment @dirrm share/locale/id/LC_MESSAGES
|
||||
@comment @dirrm share/locale/id
|
||||
@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/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/fa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fa
|
||||
@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/eo/LC_MESSAGES
|
||||
@comment @dirrm share/locale/eo
|
||||
@comment @dirrm share/locale/en_GB/LC_MESSAGES
|
||||
@comment @dirrm share/locale/en_GB
|
||||
@comment @dirrm share/locale/el/LC_MESSAGES
|
||||
@ -274,6 +261,8 @@ share/pixmaps/gnome-warning.png
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cy/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cy
|
||||
@comment @dirrm share/locale/cs/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cs
|
||||
@comment @dirrm share/locale/ca/LC_MESSAGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/06/12 20:01:28 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2003/08/06 20:45:05 marcm Exp $
|
||||
|
||||
COMMENT= "SAX-based render library for SVG files"
|
||||
|
||||
DISTNAME= librsvg-2.2.4
|
||||
DISTNAME= librsvg-2.2.5
|
||||
CATEGORIES= devel x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
@ -25,13 +25,14 @@ LIB_DEPENDS= art_lgpl_2.5::graphics/libart \
|
||||
pangoft2-1.0.0.0::devel/pango \
|
||||
popt::devel/popt \
|
||||
xml2.6::textproc/libxml
|
||||
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --without-svgz
|
||||
CONFIGURE_ARGS+= --without-gimp
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (librsvg-2.2.4.tar.bz2) = 9d36ba56d1cc2a4ebe16d3ea32ca89f0
|
||||
RMD160 (librsvg-2.2.4.tar.bz2) = 0b727aa647b712c6b68cd64def53226283593b0f
|
||||
SHA1 (librsvg-2.2.4.tar.bz2) = 4352b277dfc110250a4d4a60550e03715f90c2fb
|
||||
MD5 (librsvg-2.2.5.tar.bz2) = db71094f14f460142b356c5ce6b9f835
|
||||
RMD160 (librsvg-2.2.5.tar.bz2) = e5f2dd4463efc73c61b9cfef61126f4dedec3a2d
|
||||
SHA1 (librsvg-2.2.5.tar.bz2) = 84fbaf6bc21d29ce2c70d5474df59574994374f6
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
--- configure.orig Mon Mar 10 11:24:24 2003
|
||||
+++ configure Mon May 12 11:12:55 2003
|
||||
@@ -5855,8 +5855,8 @@ else
|
||||
$OpenBSD: patch-configure,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
--- configure.orig 2003-03-18 08:23:59.000000000 -0800
|
||||
+++ configure 2003-07-31 21:30:12.000000000 -0700
|
||||
@@ -5856,8 +5856,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
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -5865,8 +5865,8 @@ else
|
||||
@@ -5866,8 +5866,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -8292,21 +8292,21 @@ fi
|
||||
@@ -8212,21 +8212,21 @@ fi
|
||||
gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED \
|
||||
glib-2.0 >= $GLIB_REQUIRED \
|
||||
libart-2.0 >= $LIBART_REQUIRED \
|
||||
@ -51,7 +51,7 @@ $OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
succeeded=yes
|
||||
@@ -8314,10 +8314,10 @@ echo "${ECHO_T}yes" >&6
|
||||
@@ -8234,10 +8234,10 @@ echo "${ECHO_T}yes" >&6
|
||||
echo "$as_me:$LINENO: checking LIBRSVG_CFLAGS" >&5
|
||||
echo $ECHO_N "checking LIBRSVG_CFLAGS... $ECHO_C" >&6
|
||||
LIBRSVG_CFLAGS=`$PKG_CONFIG --cflags "\
|
||||
@ -63,7 +63,7 @@ $OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
pangoft2 >= $PANGOFT2_REQUIRED"`
|
||||
echo "$as_me:$LINENO: result: $LIBRSVG_CFLAGS" >&5
|
||||
echo "${ECHO_T}$LIBRSVG_CFLAGS" >&6
|
||||
@@ -8328,8 +8328,8 @@ echo $ECHO_N "checking LIBRSVG_LIBS... $
|
||||
@@ -8248,8 +8248,8 @@ echo $ECHO_N "checking LIBRSVG_LIBS... $
|
||||
gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED \
|
||||
glib-2.0 >= $GLIB_REQUIRED \
|
||||
libart-2.0 >= $LIBART_REQUIRED \
|
||||
@ -74,7 +74,7 @@ $OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
echo "$as_me:$LINENO: result: $LIBRSVG_LIBS" >&5
|
||||
echo "${ECHO_T}$LIBRSVG_LIBS" >&6
|
||||
else
|
||||
@@ -8341,8 +8341,8 @@ echo "${ECHO_T}$LIBRSVG_LIBS" >&6
|
||||
@@ -8261,8 +8261,8 @@ echo "${ECHO_T}$LIBRSVG_LIBS" >&6
|
||||
gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED \
|
||||
glib-2.0 >= $GLIB_REQUIRED \
|
||||
libart-2.0 >= $LIBART_REQUIRED \
|
||||
@ -85,7 +85,7 @@ $OpenBSD: patch-configure,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
echo $LIBRSVG_PKG_ERRORS
|
||||
fi
|
||||
|
||||
@@ -8361,14 +8361,14 @@ echo "${ECHO_T}$LIBRSVG_LIBS" >&6
|
||||
@@ -8281,14 +8281,14 @@ echo "${ECHO_T}$LIBRSVG_LIBS" >&6
|
||||
gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED \
|
||||
glib-2.0 >= $GLIB_REQUIRED \
|
||||
libart-2.0 >= $LIBART_REQUIRED \
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
--- ltmain.sh.orig Mon Mar 10 11:24:16 2003
|
||||
+++ ltmain.sh Mon May 12 11:07:14 2003
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-03-17 21:58:45.000000000 -0800
|
||||
+++ ltmain.sh 2003-07-31 21:31:02.000000000 -0700
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1530,6 +1541,9 @@ compiler."
|
||||
@@ -1530,6 +1541,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1775,11 +1789,6 @@ compiler."
|
||||
@@ -1775,11 +1799,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@ -41,7 +51,7 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4526,40 +4535,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4526,40 +4545,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
lib/gtk-2.0/2.2.0/engines/libsvg.so
|
||||
lib/gtk-2.0/2.2.0/loaders/svg_loader.so
|
||||
lib/librsvg-2.so.4.4
|
||||
lib/librsvg-2.so.4.5
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:01:29 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
bin/rsvg
|
||||
include/librsvg-2/librsvg/librsvg-features.h
|
||||
include/librsvg-2/librsvg/rsvg.h
|
||||
@ -28,5 +28,9 @@ share/doc/librsvg/html/up.png
|
||||
@dirrm share/doc/librsvg/html
|
||||
@dirrm share/doc/librsvg
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@comment @exec mkdir -p %D/lib/gimp/1.3/plug-ins
|
||||
@comment @dirrm lib/gimp/1.3/plug-ins
|
||||
@comment @dirrm lib/gimp/1.3
|
||||
@comment @dirrm lib/gimp
|
||||
@dirrm include/librsvg-2/librsvg
|
||||
@dirrm include/librsvg-2
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/07/06 18:19:20 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2003/08/06 20:45:05 marcm Exp $
|
||||
|
||||
COMMENT= "Boring window manager for the adult in you."
|
||||
|
||||
DISTNAME= metacity-2.4.34
|
||||
DISTNAME= metacity-2.4.55
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (metacity-2.4.34.tar.bz2) = 69650ff5719b958b20f9969902f3f68d
|
||||
RMD160 (metacity-2.4.34.tar.bz2) = a1088747ec11717e5f3cd2d8f47758292e64bcaa
|
||||
SHA1 (metacity-2.4.34.tar.bz2) = 2262ceea772107522777ee17463ce9b6184fe285
|
||||
MD5 (metacity-2.4.55.tar.bz2) = 33c09d4de65b4bd5d991ef7ee9272e34
|
||||
RMD160 (metacity-2.4.55.tar.bz2) = 763424ceef24b931cbaf7f4ec1cba5a8dcf08fb2
|
||||
SHA1 (metacity-2.4.55.tar.bz2) = 450462a4e9d78e3ed422b97f6168f43bb395d4a4
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:07:18 marcm Exp $
|
||||
--- ltmain.sh.orig Tue Feb 4 20:22:55 2003
|
||||
+++ ltmain.sh Sun May 25 21:35:10 2003
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-05-20 20:32:58.000000000 -0700
|
||||
+++ ltmain.sh 2003-08-01 15:39:01.000000000 -0700
|
||||
@@ -1082,6 +1082,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:07:18 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1525,6 +1536,9 @@ compiler."
|
||||
@@ -1522,6 +1533,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4580,40 +4594,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4575,40 +4599,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2003/07/06 18:19:21 marcm Exp $
|
||||
--- src/Makefile.in.orig Sun Jul 6 10:33:44 2003
|
||||
+++ src/Makefile.in Sun Jul 6 10:35:07 2003
|
||||
@@ -906,7 +906,6 @@ maintainer-clean-generic clean mostlycle
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.2 2003/08/06 20:45:05 marcm Exp $
|
||||
--- src/Makefile.in.orig 2003-05-21 21:00:13.000000000 -0700
|
||||
+++ src/Makefile.in 2003-08-01 15:36:47.000000000 -0700
|
||||
@@ -803,7 +803,6 @@ maintainer-clean-generic clean mostlycle
|
||||
@INTLTOOL_SCHEMAS_RULE@
|
||||
|
||||
install-data-local:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:07:18 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
bin/metacity
|
||||
bin/metacity-message
|
||||
bin/metacity-theme-viewer
|
||||
@ -19,6 +19,7 @@ share/doc/metacity/theme-format.txt
|
||||
share/gnome/wm-properties/metacity.desktop
|
||||
share/locale/am/LC_MESSAGES/metacity.mo
|
||||
share/locale/az/LC_MESSAGES/metacity.mo
|
||||
share/locale/be/LC_MESSAGES/metacity.mo
|
||||
share/locale/bg/LC_MESSAGES/metacity.mo
|
||||
share/locale/ca/LC_MESSAGES/metacity.mo
|
||||
share/locale/cs/LC_MESSAGES/metacity.mo
|
||||
@ -28,8 +29,10 @@ share/locale/el/LC_MESSAGES/metacity.mo
|
||||
share/locale/en_GB/LC_MESSAGES/metacity.mo
|
||||
share/locale/es/LC_MESSAGES/metacity.mo
|
||||
share/locale/et/LC_MESSAGES/metacity.mo
|
||||
share/locale/fa/LC_MESSAGES/metacity.mo
|
||||
share/locale/fi/LC_MESSAGES/metacity.mo
|
||||
share/locale/fr/LC_MESSAGES/metacity.mo
|
||||
share/locale/ga/LC_MESSAGES/metacity.mo
|
||||
share/locale/gl/LC_MESSAGES/metacity.mo
|
||||
share/locale/he/LC_MESSAGES/metacity.mo
|
||||
share/locale/hu/LC_MESSAGES/metacity.mo
|
||||
@ -38,6 +41,7 @@ share/locale/ja/LC_MESSAGES/metacity.mo
|
||||
share/locale/ko/LC_MESSAGES/metacity.mo
|
||||
share/locale/lv/LC_MESSAGES/metacity.mo
|
||||
share/locale/mk/LC_MESSAGES/metacity.mo
|
||||
share/locale/ml/LC_MESSAGES/metacity.mo
|
||||
share/locale/mn/LC_MESSAGES/metacity.mo
|
||||
share/locale/ms/LC_MESSAGES/metacity.mo
|
||||
share/locale/nl/LC_MESSAGES/metacity.mo
|
||||
@ -49,6 +53,8 @@ share/locale/ro/LC_MESSAGES/metacity.mo
|
||||
share/locale/ru/LC_MESSAGES/metacity.mo
|
||||
share/locale/sk/LC_MESSAGES/metacity.mo
|
||||
share/locale/sl/LC_MESSAGES/metacity.mo
|
||||
share/locale/sr/LC_MESSAGES/metacity.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/metacity.mo
|
||||
share/locale/sv/LC_MESSAGES/metacity.mo
|
||||
share/locale/tr/LC_MESSAGES/metacity.mo
|
||||
share/locale/uk/LC_MESSAGES/metacity.mo
|
||||
@ -180,6 +186,10 @@ share/themes/Simple/metacity-1/minimize.png
|
||||
@comment @dirrm share/locale/tr
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@ -202,6 +212,8 @@ share/themes/Simple/metacity-1/minimize.png
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -218,10 +230,14 @@ share/themes/Simple/metacity-1/minimize.png
|
||||
@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/fa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fa
|
||||
@comment @dirrm share/locale/et/LC_MESSAGES
|
||||
@comment @dirrm share/locale/et
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@ -240,6 +256,8 @@ share/themes/Simple/metacity-1/minimize.png
|
||||
@comment @dirrm share/locale/ca
|
||||
@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/am/LC_MESSAGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2003/06/12 19:52:11 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2003/08/06 20:45:05 marcm Exp $
|
||||
|
||||
COMMENT= "MIME and Application database for GNOME"
|
||||
|
||||
DISTNAME= gnome-mime-data-2.2.0
|
||||
DISTNAME= gnome-mime-data-2.2.1
|
||||
CATEGORIES= x11 x11/gnome
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-mime-data-2.2.0.tar.bz2) = 406dcd6370120c54420e012cc1c1d950
|
||||
RMD160 (gnome-mime-data-2.2.0.tar.bz2) = 8728e6347facd2402de29dc16d478c810190122c
|
||||
SHA1 (gnome-mime-data-2.2.0.tar.bz2) = 0c3ce7ddc20683974b5ef50b1814baf7d480c6d2
|
||||
MD5 (gnome-mime-data-2.2.1.tar.bz2) = 05f5a490434c33a060ea7d140f60981f
|
||||
RMD160 (gnome-mime-data-2.2.1.tar.bz2) = aec44443db72aa911c1b6c3859bb7e689692afbb
|
||||
SHA1 (gnome-mime-data-2.2.1.tar.bz2) = d7b5e2ca24fe89e2a65325bfc3e3ed5fa0943511
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME shell and file manager"
|
||||
|
||||
DISTNAME= nautilus-2.2.2
|
||||
DISTNAME= nautilus-2.2.4
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
||||
@ -19,13 +19,12 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \
|
||||
:ORBit2-*:devel/ORBit2
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= eel-2.2::x11/gnome/eel \
|
||||
gailutil.17::x11/gnome/gail \
|
||||
gnome-desktop-2.0::x11/gnome/desktop \
|
||||
rsvg-2.2::x11/gnome/librsvg
|
||||
RUN_DEPENDS= :gnome-icon-theme-*:x11/gnome/icon-theme
|
||||
RUN_DEPENDS= :gnome-icon-theme-*:x11/gnome/icon-theme \
|
||||
:control-center2-*:x11/gnome/controlcenter2
|
||||
|
||||
CONFDIR= ${SYSCONFDIR}/gnome
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nautilus-2.2.2.tar.bz2) = 43e374e6b6579db98beca843520c9cd1
|
||||
RMD160 (nautilus-2.2.2.tar.bz2) = 2fd4880ae9d58a54866b7f09b833774d13d412af
|
||||
SHA1 (nautilus-2.2.2.tar.bz2) = 6db0b19e00472c648892c36421d963076fb40546
|
||||
MD5 (nautilus-2.2.4.tar.bz2) = cb189d8a53dca17e5345261bd819c421
|
||||
RMD160 (nautilus-2.2.4.tar.bz2) = d71e16bb81d88621f2da2a62f90a725e211e9ecc
|
||||
SHA1 (nautilus-2.2.4.tar.bz2) = 0169fb248a54adc2b8bca91189e4236e63cc5380
|
||||
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
--- configure.orig Mon Mar 10 10:17:23 2003
|
||||
+++ configure Wed May 28 07:59:56 2003
|
||||
@@ -6385,8 +6385,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
|
||||
@@ -6395,8 +6395,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
|
||||
@@ -6912,6 +6912,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,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
--- ltmain.sh.orig Mon Jan 6 23:52:35 2003
|
||||
+++ ltmain.sh Wed May 28 07:59:57 2003
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-02-08 06:47:44.000000000 -0800
|
||||
+++ ltmain.sh 2003-08-05 18:29:02.000000000 -0700
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1530,6 +1541,9 @@ compiler."
|
||||
@@ -1525,6 +1536,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1775,11 +1789,6 @@ compiler."
|
||||
@@ -1770,11 +1794,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@ -41,9 +51,9 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4526,40 +4535,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4580,40 +4599,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
|
12
x11/gnome/nautilus/patches/patch-po_Makefile_in_in
Normal file
12
x11/gnome/nautilus/patches/patch-po_Makefile_in_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/08/06 20:45:05 marcm Exp $
|
||||
--- po/Makefile.in.in.orig 2003-08-05 19:13:14.000000000 -0700
|
||||
+++ po/Makefile.in.in 2003-08-05 19:13:27.000000000 -0700
|
||||
@@ -28,7 +28,7 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
-localedir = $(libdir)/locale
|
||||
+localedir = $(datadir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
lib/libnautilus-adapter.so.2.0
|
||||
lib/libnautilus-private.so.2.0
|
||||
lib/libnautilus.so.2.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
lib/bonobo/libnautilus-emblem-view.so
|
||||
lib/bonobo/libnautilus-history-view.so
|
||||
lib/bonobo/libnautilus-image-properties-view.so
|
||||
lib/bonobo/libnautilus-notes-view.so
|
||||
lib/bonobo/libnautilus-tree-view.so
|
||||
lib/libnautilus-adapter.so.2.0
|
||||
lib/libnautilus-private.so.2.0
|
||||
lib/libnautilus.so.2.0
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:19:38 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
bin/nautilus
|
||||
bin/nautilus-file-management-properties
|
||||
bin/nautilus-server-connect
|
||||
@ -34,9 +34,9 @@ lib/pkgconfig/libnautilus.pc
|
||||
libexec/nautilus-adapter
|
||||
libexec/nautilus-text-view
|
||||
libexec/nautilus-throbber
|
||||
share/applications/nautilus-file-management-properties.desktop
|
||||
share/applications/nautilus.desktop
|
||||
share/applications/network-scheme.desktop
|
||||
share/control-center-2.0/capplets/nautilus-file-management-properties.desktop
|
||||
share/examples/nautilus/X11/serverconfig/.directory
|
||||
share/examples/nautilus/X11/starthere/.directory
|
||||
share/examples/nautilus/X11/starthere/applications.desktop
|
||||
@ -82,6 +82,7 @@ share/locale/ko/LC_MESSAGES/nautilus.mo
|
||||
share/locale/lt/LC_MESSAGES/nautilus.mo
|
||||
share/locale/lv/LC_MESSAGES/nautilus.mo
|
||||
share/locale/mk/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ml/LC_MESSAGES/nautilus.mo
|
||||
share/locale/mn/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ms/LC_MESSAGES/nautilus.mo
|
||||
share/locale/nl/LC_MESSAGES/nautilus.mo
|
||||
@ -95,12 +96,16 @@ share/locale/ru/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sk/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sl/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sq/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sr/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sv/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ta/LC_MESSAGES/nautilus.mo
|
||||
share/locale/th/LC_MESSAGES/nautilus.mo
|
||||
share/locale/tr/LC_MESSAGES/nautilus.mo
|
||||
share/locale/uk/LC_MESSAGES/nautilus.mo
|
||||
share/locale/vi/LC_MESSAGES/nautilus.mo
|
||||
share/locale/wa/LC_MESSAGES/nautilus.mo
|
||||
share/locale/yi/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nautilus.mo
|
||||
share/nautilus/browser.xml
|
||||
@ -332,6 +337,10 @@ share/schemas/nautilus/apps_nautilus_preferences.schemas
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@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
|
||||
@ -344,6 +353,10 @@ share/schemas/nautilus/apps_nautilus_preferences.schemas
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -370,6 +383,8 @@ share/schemas/nautilus/apps_nautilus_preferences.schemas
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/07/12 06:27:12 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2003/08/06 20:45:05 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME panel"
|
||||
|
||||
DISTNAME= gnome-panel-2.2.1
|
||||
DISTNAME= gnome-panel-2.2.2.2
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
||||
:scrollkeeper->=0.3.12:textproc/scrollkeeper
|
||||
RUN_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper \
|
||||
:control-center2-*:x11/gnome/controlcenter2
|
||||
@ -34,7 +34,6 @@ CONFIGURE_STYLE= gnu old
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
CONFIGURE_ARGS+= --disable-rebuilds
|
||||
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-panel
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-panel-2.2.1.tar.bz2) = 5d859216e411d5c557b241fbd71fe110
|
||||
RMD160 (gnome-panel-2.2.1.tar.bz2) = db2357dccbf974dfe59d02321fbc97ca93cd6706
|
||||
SHA1 (gnome-panel-2.2.1.tar.bz2) = 909c6f750493860ecf1c7df14e9779084767761d
|
||||
MD5 (gnome-panel-2.2.2.2.tar.bz2) = 0fffc658f22e367ba33997dcf180ef17
|
||||
RMD160 (gnome-panel-2.2.2.2.tar.bz2) = 56bb9d41fbdbd4be6309d7fb559478845f2db052
|
||||
SHA1 (gnome-panel-2.2.2.2.tar.bz2) = c556c40044a9dfe640a656a9b40c8ced0167c365
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:09:35 marcm Exp $
|
||||
--- ltmain.sh.orig Tue Feb 25 18:13:53 2003
|
||||
+++ ltmain.sh Mon May 26 19:25:36 2003
|
||||
@@ -1071,6 +1071,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:05 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-07-10 04:51:44.000000000 -0700
|
||||
+++ ltmain.sh 2003-08-01 20:57:49.000000000 -0700
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,66 +19,75 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:09:35 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1511,6 +1522,9 @@ compiler."
|
||||
@@ -1961,6 +1972,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1756,11 +1770,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@@ -2209,10 +2233,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
-
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4524,40 +4533,6 @@ relink_command=\"$relink_command\""
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5699,40 +5719,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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
|
||||
;;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/07/12 06:27:12 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 20:45:05 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
bin/gnome-desktop-item-edit
|
||||
bin/gnome-panel
|
||||
@ -40,21 +40,125 @@ share/gnome-panelrc
|
||||
share/gnome/help/clock/C/clock.xml
|
||||
share/gnome/help/clock/C/figures/clock_applet.png
|
||||
share/gnome/help/clock/C/legal.xml
|
||||
share/gnome/help/clock/de/clock.xml
|
||||
share/gnome/help/clock/de/figures/clock_applet.png
|
||||
share/gnome/help/clock/de/legal.xml
|
||||
share/gnome/help/clock/es/clock.xml
|
||||
share/gnome/help/clock/es/figures/clock_applet.png
|
||||
share/gnome/help/clock/es/legal.xml
|
||||
share/gnome/help/clock/fr/clock.xml
|
||||
share/gnome/help/clock/fr/figures/clock_applet.png
|
||||
share/gnome/help/clock/fr/legal.xml
|
||||
share/gnome/help/clock/it/clock.xml
|
||||
share/gnome/help/clock/it/figures/clock_applet.png
|
||||
share/gnome/help/clock/it/legal.xml
|
||||
share/gnome/help/clock/ja/clock.xml
|
||||
share/gnome/help/clock/ja/figures/clock_applet.png
|
||||
share/gnome/help/clock/ja/legal.xml
|
||||
share/gnome/help/clock/ko/clock.xml
|
||||
share/gnome/help/clock/ko/figures/clock_applet.png
|
||||
share/gnome/help/clock/ko/legal.xml
|
||||
share/gnome/help/clock/sv/clock.xml
|
||||
share/gnome/help/clock/sv/figures/clock_applet.png
|
||||
share/gnome/help/clock/sv/legal.xml
|
||||
share/gnome/help/clock/zh_CN/clock.xml
|
||||
share/gnome/help/clock/zh_CN/figures/clock_applet.png
|
||||
share/gnome/help/clock/zh_CN/legal.xml
|
||||
share/gnome/help/clock/zh_TW/clock.xml
|
||||
share/gnome/help/clock/zh_TW/figures/clock_applet.png
|
||||
share/gnome/help/clock/zh_TW/legal.xml
|
||||
share/gnome/help/fish-applet-2/C/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/C/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/C/legal.xml
|
||||
share/gnome/help/fish-applet-2/de/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/de/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/de/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/de/legal.xml
|
||||
share/gnome/help/fish-applet-2/es/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/es/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/es/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/es/legal.xml
|
||||
share/gnome/help/fish-applet-2/fr/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/fr/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/fr/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/fr/legal.xml
|
||||
share/gnome/help/fish-applet-2/it/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/it/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/it/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/it/legal.xml
|
||||
share/gnome/help/fish-applet-2/ja/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/ja/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/ja/legal.xml
|
||||
share/gnome/help/fish-applet-2/ko/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/ko/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/ko/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/ko/legal.xml
|
||||
share/gnome/help/fish-applet-2/sv/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/sv/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/sv/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/sv/legal.xml
|
||||
share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/zh_CN/legal.xml
|
||||
share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png
|
||||
share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png
|
||||
share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml
|
||||
share/gnome/help/fish-applet-2/zh_TW/legal.xml
|
||||
share/gnome/help/mailcheck/C/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/C/legal.xml
|
||||
share/gnome/help/mailcheck/C/mailcheck.xml
|
||||
share/gnome/help/mailcheck/de/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/de/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/de/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/de/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/de/legal.xml
|
||||
share/gnome/help/mailcheck/de/mailcheck.xml
|
||||
share/gnome/help/mailcheck/es/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/es/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/es/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/es/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/es/legal.xml
|
||||
share/gnome/help/mailcheck/es/mailcheck.xml
|
||||
share/gnome/help/mailcheck/fr/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/fr/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/fr/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/fr/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/fr/legal.xml
|
||||
share/gnome/help/mailcheck/fr/mailcheck.xml
|
||||
share/gnome/help/mailcheck/it/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/it/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/it/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/it/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/it/legal.xml
|
||||
share/gnome/help/mailcheck/it/mailcheck.xml
|
||||
share/gnome/help/mailcheck/ja/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/ja/legal.xml
|
||||
share/gnome/help/mailcheck/ja/mailcheck.xml
|
||||
share/gnome/help/mailcheck/ko/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/ko/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/ko/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/ko/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/ko/legal.xml
|
||||
share/gnome/help/mailcheck/ko/mailcheck.xml
|
||||
share/gnome/help/mailcheck/sv/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/sv/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/sv/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/sv/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/sv/legal.xml
|
||||
share/gnome/help/mailcheck/sv/mailcheck.xml
|
||||
share/gnome/help/mailcheck/zh_CN/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/zh_CN/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/zh_CN/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/zh_CN/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/zh_CN/legal.xml
|
||||
share/gnome/help/mailcheck/zh_CN/mailcheck.xml
|
||||
share/gnome/help/mailcheck/zh_TW/figures/mailcheck-applet.png
|
||||
share/gnome/help/mailcheck/zh_TW/figures/mailcheck-properties-mailbox.png
|
||||
share/gnome/help/mailcheck/zh_TW/figures/mailcheck-properties-mailcheck.png
|
||||
share/gnome/help/mailcheck/zh_TW/figures/mailcheck_applet.png
|
||||
share/gnome/help/mailcheck/zh_TW/legal.xml
|
||||
share/gnome/help/mailcheck/zh_TW/mailcheck.xml
|
||||
share/gnome/help/notification-area/C/figures/notification-area.png
|
||||
share/gnome/help/notification-area/C/legal.xml
|
||||
share/gnome/help/notification-area/C/notification-area.xml
|
||||
@ -62,16 +166,88 @@ share/gnome/help/window-list/C/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/C/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/C/legal.xml
|
||||
share/gnome/help/window-list/C/window-list.xml
|
||||
share/gnome/help/window-list/de/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/de/figures/window_list_group.png
|
||||
share/gnome/help/window-list/de/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/de/legal.xml
|
||||
share/gnome/help/window-list/de/window-list.xml
|
||||
share/gnome/help/window-list/es/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/es/figures/window_list_group.png
|
||||
share/gnome/help/window-list/es/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/es/legal.xml
|
||||
share/gnome/help/window-list/es/window-list.xml
|
||||
share/gnome/help/window-list/fr/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/fr/figures/window_list_group.png
|
||||
share/gnome/help/window-list/fr/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/fr/legal.xml
|
||||
share/gnome/help/window-list/fr/window-list.xml
|
||||
share/gnome/help/window-list/it/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/it/figures/window_list_group.png
|
||||
share/gnome/help/window-list/it/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/it/legal.xml
|
||||
share/gnome/help/window-list/it/window-list.xml
|
||||
share/gnome/help/window-list/ja/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/ja/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/ja/legal.xml
|
||||
share/gnome/help/window-list/ja/window-list.xml
|
||||
share/gnome/help/window-list/ko/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/ko/figures/window_list_group.png
|
||||
share/gnome/help/window-list/ko/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/ko/legal.xml
|
||||
share/gnome/help/window-list/ko/window-list.xml
|
||||
share/gnome/help/window-list/sv/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/sv/figures/window_list_group.png
|
||||
share/gnome/help/window-list/sv/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/sv/legal.xml
|
||||
share/gnome/help/window-list/sv/window-list.xml
|
||||
share/gnome/help/window-list/zh_CN/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/zh_CN/figures/window_list_group.png
|
||||
share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/zh_CN/legal.xml
|
||||
share/gnome/help/window-list/zh_CN/window-list.xml
|
||||
share/gnome/help/window-list/zh_TW/figures/window_list_applet.png
|
||||
share/gnome/help/window-list/zh_TW/figures/window_list_group.png
|
||||
share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png
|
||||
share/gnome/help/window-list/zh_TW/legal.xml
|
||||
share/gnome/help/window-list/zh_TW/window-list.xml
|
||||
share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/C/legal.xml
|
||||
share/gnome/help/workspace-switcher/C/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/de/legal.xml
|
||||
share/gnome/help/workspace-switcher/de/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/es/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/es/legal.xml
|
||||
share/gnome/help/workspace-switcher/es/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/fr/legal.xml
|
||||
share/gnome/help/workspace-switcher/fr/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/it/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/it/legal.xml
|
||||
share/gnome/help/workspace-switcher/it/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/ja/legal.xml
|
||||
share/gnome/help/workspace-switcher/ja/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/ko/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/ko/legal.xml
|
||||
share/gnome/help/workspace-switcher/ko/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/sv/legal.xml
|
||||
share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/zh_CN/legal.xml
|
||||
share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml
|
||||
share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png
|
||||
share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png
|
||||
share/gnome/help/workspace-switcher/zh_TW/legal.xml
|
||||
share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.xml
|
||||
share/gnome/panel/gnome-panel-preferences.glade
|
||||
share/gnome/panel/gnome-panel-screenshot.glade
|
||||
share/gtk-doc/html/panel-applet/applet-popups.html
|
||||
@ -91,8 +267,10 @@ share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@ -107,7 +285,9 @@ share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@ -115,6 +295,7 @@ share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@ -127,28 +308,69 @@ share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sp/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
share/omf/gnome-panel/clock-C.omf
|
||||
share/omf/gnome-panel/clock-de.omf
|
||||
share/omf/gnome-panel/clock-es.omf
|
||||
share/omf/gnome-panel/clock-fr.omf
|
||||
share/omf/gnome-panel/clock-it.omf
|
||||
share/omf/gnome-panel/clock-ja.omf
|
||||
share/omf/gnome-panel/clock-ko.omf
|
||||
share/omf/gnome-panel/clock-sv.omf
|
||||
share/omf/gnome-panel/clock-zh_CN.omf
|
||||
share/omf/gnome-panel/clock-zh_TW.omf
|
||||
share/omf/gnome-panel/fish-applet-2-C.omf
|
||||
share/omf/gnome-panel/fish-applet-2-de.omf
|
||||
share/omf/gnome-panel/fish-applet-2-es.omf
|
||||
share/omf/gnome-panel/fish-applet-2-fr.omf
|
||||
share/omf/gnome-panel/fish-applet-2-it.omf
|
||||
share/omf/gnome-panel/fish-applet-2-ja.omf
|
||||
share/omf/gnome-panel/fish-applet-2-ko.omf
|
||||
share/omf/gnome-panel/fish-applet-2-sv.omf
|
||||
share/omf/gnome-panel/fish-applet-2-zh_CN.omf
|
||||
share/omf/gnome-panel/fish-applet-2-zh_TW.omf
|
||||
share/omf/gnome-panel/mailcheck-C.omf
|
||||
share/omf/gnome-panel/mailcheck-de.omf
|
||||
share/omf/gnome-panel/mailcheck-es.omf
|
||||
share/omf/gnome-panel/mailcheck-fr.omf
|
||||
share/omf/gnome-panel/mailcheck-it.omf
|
||||
share/omf/gnome-panel/mailcheck-ja.omf
|
||||
share/omf/gnome-panel/mailcheck-ko.omf
|
||||
share/omf/gnome-panel/mailcheck-sv.omf
|
||||
share/omf/gnome-panel/mailcheck-zh_CN.omf
|
||||
share/omf/gnome-panel/mailcheck-zh_TW.omf
|
||||
share/omf/gnome-panel/notification-area-C.omf
|
||||
share/omf/gnome-panel/window-list-C.omf
|
||||
share/omf/gnome-panel/window-list-de.omf
|
||||
share/omf/gnome-panel/window-list-es.omf
|
||||
share/omf/gnome-panel/window-list-fr.omf
|
||||
share/omf/gnome-panel/window-list-it.omf
|
||||
share/omf/gnome-panel/window-list-ja.omf
|
||||
share/omf/gnome-panel/window-list-ko.omf
|
||||
share/omf/gnome-panel/window-list-sv.omf
|
||||
share/omf/gnome-panel/window-list-zh_CN.omf
|
||||
share/omf/gnome-panel/window-list-zh_TW.omf
|
||||
share/omf/gnome-panel/workspace-switcher-C.omf
|
||||
share/omf/gnome-panel/workspace-switcher-de.omf
|
||||
share/omf/gnome-panel/workspace-switcher-es.omf
|
||||
share/omf/gnome-panel/workspace-switcher-fr.omf
|
||||
share/omf/gnome-panel/workspace-switcher-it.omf
|
||||
share/omf/gnome-panel/workspace-switcher-ja.omf
|
||||
share/omf/gnome-panel/workspace-switcher-ko.omf
|
||||
share/omf/gnome-panel/workspace-switcher-sv.omf
|
||||
share/omf/gnome-panel/workspace-switcher-zh_CN.omf
|
||||
share/omf/gnome-panel/workspace-switcher-zh_TW.omf
|
||||
share/pixmaps/fish/fishanim.png
|
||||
share/pixmaps/fish/footguy.png
|
||||
share/pixmaps/fish/monkey.png
|
||||
@ -179,6 +401,8 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@ -191,12 +415,12 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@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
|
||||
@ -221,6 +445,8 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -235,8 +461,12 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@comment @dirrm share/locale/ja
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/id/LC_MESSAGES
|
||||
@comment @dirrm share/locale/id
|
||||
@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
|
||||
@ -265,10 +495,14 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cy/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cy
|
||||
@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/bn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bn
|
||||
@comment @dirrm share/locale/bg/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bg
|
||||
@comment @dirrm share/locale/be/LC_MESSAGES
|
||||
@ -286,31 +520,111 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@comment @dirrm share/gtk-doc/html
|
||||
@comment @dirrm share/gtk-doc
|
||||
@dirrm share/gnome/panel
|
||||
@dirrm share/gnome/help/workspace-switcher/zh_TW/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/zh_TW
|
||||
@dirrm share/gnome/help/workspace-switcher/zh_CN/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/zh_CN
|
||||
@dirrm share/gnome/help/workspace-switcher/sv/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/sv
|
||||
@dirrm share/gnome/help/workspace-switcher/ko/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/ko
|
||||
@dirrm share/gnome/help/workspace-switcher/ja/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/ja
|
||||
@dirrm share/gnome/help/workspace-switcher/it/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/it
|
||||
@dirrm share/gnome/help/workspace-switcher/fr/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/fr
|
||||
@dirrm share/gnome/help/workspace-switcher/es/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/es
|
||||
@dirrm share/gnome/help/workspace-switcher/de/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/de
|
||||
@dirrm share/gnome/help/workspace-switcher/C/figures
|
||||
@dirrm share/gnome/help/workspace-switcher/C
|
||||
@dirrm share/gnome/help/workspace-switcher
|
||||
@dirrm share/gnome/help/window-list/zh_TW/figures
|
||||
@dirrm share/gnome/help/window-list/zh_TW
|
||||
@dirrm share/gnome/help/window-list/zh_CN/figures
|
||||
@dirrm share/gnome/help/window-list/zh_CN
|
||||
@dirrm share/gnome/help/window-list/sv/figures
|
||||
@dirrm share/gnome/help/window-list/sv
|
||||
@dirrm share/gnome/help/window-list/ko/figures
|
||||
@dirrm share/gnome/help/window-list/ko
|
||||
@dirrm share/gnome/help/window-list/ja/figures
|
||||
@dirrm share/gnome/help/window-list/ja
|
||||
@dirrm share/gnome/help/window-list/it/figures
|
||||
@dirrm share/gnome/help/window-list/it
|
||||
@dirrm share/gnome/help/window-list/fr/figures
|
||||
@dirrm share/gnome/help/window-list/fr
|
||||
@dirrm share/gnome/help/window-list/es/figures
|
||||
@dirrm share/gnome/help/window-list/es
|
||||
@dirrm share/gnome/help/window-list/de/figures
|
||||
@dirrm share/gnome/help/window-list/de
|
||||
@dirrm share/gnome/help/window-list/C/figures
|
||||
@dirrm share/gnome/help/window-list/C
|
||||
@dirrm share/gnome/help/window-list
|
||||
@dirrm share/gnome/help/notification-area/C/figures
|
||||
@dirrm share/gnome/help/notification-area/C
|
||||
@dirrm share/gnome/help/notification-area
|
||||
@dirrm share/gnome/help/mailcheck/zh_TW/figures
|
||||
@dirrm share/gnome/help/mailcheck/zh_TW
|
||||
@dirrm share/gnome/help/mailcheck/zh_CN/figures
|
||||
@dirrm share/gnome/help/mailcheck/zh_CN
|
||||
@dirrm share/gnome/help/mailcheck/sv/figures
|
||||
@dirrm share/gnome/help/mailcheck/sv
|
||||
@dirrm share/gnome/help/mailcheck/ko/figures
|
||||
@dirrm share/gnome/help/mailcheck/ko
|
||||
@dirrm share/gnome/help/mailcheck/ja/figures
|
||||
@dirrm share/gnome/help/mailcheck/ja
|
||||
@dirrm share/gnome/help/mailcheck/it/figures
|
||||
@dirrm share/gnome/help/mailcheck/it
|
||||
@dirrm share/gnome/help/mailcheck/fr/figures
|
||||
@dirrm share/gnome/help/mailcheck/fr
|
||||
@dirrm share/gnome/help/mailcheck/es/figures
|
||||
@dirrm share/gnome/help/mailcheck/es
|
||||
@dirrm share/gnome/help/mailcheck/de/figures
|
||||
@dirrm share/gnome/help/mailcheck/de
|
||||
@dirrm share/gnome/help/mailcheck/C/figures
|
||||
@dirrm share/gnome/help/mailcheck/C
|
||||
@dirrm share/gnome/help/mailcheck
|
||||
@dirrm share/gnome/help/fish-applet-2/zh_TW/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/zh_TW
|
||||
@dirrm share/gnome/help/fish-applet-2/zh_CN/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/zh_CN
|
||||
@dirrm share/gnome/help/fish-applet-2/sv/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/sv
|
||||
@dirrm share/gnome/help/fish-applet-2/ko/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/ko
|
||||
@dirrm share/gnome/help/fish-applet-2/ja/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/ja
|
||||
@dirrm share/gnome/help/fish-applet-2/it/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/it
|
||||
@dirrm share/gnome/help/fish-applet-2/fr/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/fr
|
||||
@dirrm share/gnome/help/fish-applet-2/es/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/es
|
||||
@dirrm share/gnome/help/fish-applet-2/de/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/de
|
||||
@dirrm share/gnome/help/fish-applet-2/C/figures
|
||||
@dirrm share/gnome/help/fish-applet-2/C
|
||||
@dirrm share/gnome/help/fish-applet-2
|
||||
@dirrm share/gnome/help/clock/zh_TW/figures
|
||||
@dirrm share/gnome/help/clock/zh_TW
|
||||
@dirrm share/gnome/help/clock/zh_CN/figures
|
||||
@dirrm share/gnome/help/clock/zh_CN
|
||||
@dirrm share/gnome/help/clock/sv/figures
|
||||
@dirrm share/gnome/help/clock/sv
|
||||
@dirrm share/gnome/help/clock/ko/figures
|
||||
@dirrm share/gnome/help/clock/ko
|
||||
@dirrm share/gnome/help/clock/ja/figures
|
||||
@dirrm share/gnome/help/clock/ja
|
||||
@dirrm share/gnome/help/clock/it/figures
|
||||
@dirrm share/gnome/help/clock/it
|
||||
@dirrm share/gnome/help/clock/fr/figures
|
||||
@dirrm share/gnome/help/clock/fr
|
||||
@dirrm share/gnome/help/clock/es/figures
|
||||
@dirrm share/gnome/help/clock/es
|
||||
@dirrm share/gnome/help/clock/de/figures
|
||||
@dirrm share/gnome/help/clock/de
|
||||
@dirrm share/gnome/help/clock/C/figures
|
||||
@dirrm share/gnome/help/clock/C
|
||||
@dirrm share/gnome/help/clock
|
||||
@ -318,13 +632,11 @@ share/schemas/gnome-panel/tasklist.schemas
|
||||
@dirrm share/gnome-panel/glade
|
||||
@dirrm share/gnome-panel
|
||||
@comment @dirrm share/gnome
|
||||
@comment @dirrm share/gen_util
|
||||
@dirrm share/gen_util
|
||||
@dirrm share/fish
|
||||
@dirrm share/examples/gnome-panel/sound/events
|
||||
@dirrm share/examples/gnome-panel/sound
|
||||
@dirrm share/examples/gnome-panel
|
||||
@comment @dirrm share/control-center-2.0/capplets
|
||||
@comment @dirrm share/control-center-2.0
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/panel-2.0
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/06/12 20:24:02 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2003/08/06 20:45:06 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME session"
|
||||
|
||||
DISTNAME= gnome-session-2.2.1
|
||||
DISTNAME= gnome-session-2.2.2
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-session-2.2.1.tar.bz2) = 53330d8b034d75c9e6d3e79e7314eb77
|
||||
RMD160 (gnome-session-2.2.1.tar.bz2) = 25598a724b0b4cd85c99e6d1d9600eed4bbbbd5c
|
||||
SHA1 (gnome-session-2.2.1.tar.bz2) = 39bc305deecd14df4ed92da798e944b8070551a8
|
||||
MD5 (gnome-session-2.2.2.tar.bz2) = 7dcfea0d925ddecb7c9700ddf597b17c
|
||||
RMD160 (gnome-session-2.2.2.tar.bz2) = c6969de9fc2bb0299ddf2d794dd4cb91656177bd
|
||||
SHA1 (gnome-session-2.2.2.tar.bz2) = 159cd206b96374f1eea45e588158bec53f893ee8
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:24:02 marcm Exp $
|
||||
--- ltmain.sh.orig Tue Feb 25 18:13:53 2003
|
||||
+++ ltmain.sh Wed May 28 17:16:50 2003
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:06 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-02-25 18:13:53.000000000 -0800
|
||||
+++ ltmain.sh 2003-08-05 20:29:12.000000000 -0700
|
||||
@@ -1071,6 +1071,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:24:02 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1511,6 +1522,9 @@ compiler."
|
||||
@@ -1511,6 +1522,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4524,40 +4538,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4524,40 +4548,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:24:03 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:06 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
bin/gnome-session
|
||||
bin/gnome-session-properties
|
||||
@ -19,6 +19,7 @@ share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo
|
||||
@ -45,6 +46,7 @@ share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo
|
||||
@ -57,9 +59,9 @@ share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sp/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo
|
||||
@ -73,6 +75,8 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@dirrm share/schemas/gnome-session
|
||||
@dirrm share/pixmaps/splash
|
||||
@comment @dirrm share/pixmaps
|
||||
@comment @exec mkdir -p %D/share/omf/gnome-core
|
||||
@comment @dirrm share/omf/gnome-core
|
||||
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@ -89,12 +93,12 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@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
|
||||
@ -119,6 +123,8 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -171,6 +177,8 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/ca
|
||||
@comment @dirrm share/locale/bs/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bs
|
||||
@comment @dirrm share/locale/bn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bn
|
||||
@comment @dirrm share/locale/bg/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bg
|
||||
@comment @dirrm share/locale/be/LC_MESSAGES
|
||||
@ -182,6 +190,5 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/am/LC_MESSAGES
|
||||
@comment @dirrm share/locale/am
|
||||
@comment @dirrm share/locale
|
||||
@comment @dirrm share/control-center-2.0/capplets
|
||||
@comment @dirrm share/control-center-2.0
|
||||
@comment @dirrm share/gnome
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-session/*.schemas > /dev/null
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2003/07/12 06:27:12 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2003/08/06 20:45:06 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME terminal"
|
||||
|
||||
DISTNAME= gnome-terminal-2.2.1
|
||||
DISTNAME= gnome-terminal-2.2.2
|
||||
CATEGORIES= x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-terminal-2.2.1.tar.bz2) = 05603de355b2d4095cbd6f6ac0c438aa
|
||||
RMD160 (gnome-terminal-2.2.1.tar.bz2) = 52fad01d32827addf5015f27f7ed9280821a3cac
|
||||
SHA1 (gnome-terminal-2.2.1.tar.bz2) = c9d74675d563cba38031fae36a21040e8dda23e6
|
||||
MD5 (gnome-terminal-2.2.2.tar.bz2) = 30140540966ba84597e257054a232e99
|
||||
RMD160 (gnome-terminal-2.2.2.tar.bz2) = de98918ad40bb88e7276943bcdb98cb7789d26fa
|
||||
SHA1 (gnome-terminal-2.2.2.tar.bz2) = e423d5c10aad08e37332937950461dede64f0bef
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:15:47 marcm Exp $
|
||||
--- ltmain.sh.orig Fri Jan 10 20:26:03 2003
|
||||
+++ ltmain.sh Tue May 27 15:16:52 2003
|
||||
@@ -1082,6 +1082,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:45:06 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-06-02 12:25:40.000000000 -0700
|
||||
+++ ltmain.sh 2003-08-04 23:31:24.000000000 -0700
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,54 +19,64 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:15:47 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1522,6 +1533,9 @@ compiler."
|
||||
@@ -1961,6 +1972,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4575,40 +4589,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -5699,40 +5723,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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
|
||||
;;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2003/07/06 18:19:21 marcm Exp $
|
||||
--- src/Makefile.in.orig Sun Jul 6 10:42:51 2003
|
||||
+++ src/Makefile.in Sun Jul 6 10:43:23 2003
|
||||
@@ -603,7 +603,6 @@ maintainer-clean-generic clean mostlycle
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.2 2003/08/06 20:45:06 marcm Exp $
|
||||
--- src/Makefile.in.orig 2003-06-02 12:26:30.000000000 -0700
|
||||
+++ src/Makefile.in 2003-08-04 23:29:52.000000000 -0700
|
||||
@@ -576,7 +576,6 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/07/12 06:27:12 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 20:45:06 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
bin/gnome-terminal
|
||||
lib/bonobo/servers/gnome-terminal.server
|
||||
@ -9,13 +9,59 @@ share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/C/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/C/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/C/legal.xml
|
||||
share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/de/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/de/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/de/legal.xml
|
||||
share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/es/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/es/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/es/legal.xml
|
||||
share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/fr/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/fr/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/fr/legal.xml
|
||||
share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/it/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/it/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/it/legal.xml
|
||||
share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/ja/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/ja/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/ja/legal.xml
|
||||
share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/ko/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/ko/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/ko/legal.xml
|
||||
share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/ro/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/ro/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/ro/legal.xml
|
||||
share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/sv/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/sv/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/sv/legal.xml
|
||||
share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/zh_CN/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/zh_CN/legal.xml
|
||||
share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/zh_TW/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/zh_TW/legal.xml
|
||||
share/locale/am/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ar/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-terminal.mo
|
||||
@ -26,6 +72,7 @@ share/locale/el/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fa/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/gl/LC_MESSAGES/gnome-terminal.mo
|
||||
@ -37,6 +84,7 @@ share/locale/ko/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ml/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/mn/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-terminal.mo
|
||||
@ -49,7 +97,10 @@ share/locale/ru/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-terminal.mo
|
||||
@ -57,7 +108,16 @@ share/locale/wa/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo
|
||||
share/omf/gnome-terminal/gnome-terminal-C.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-de.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-es.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-fr.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-it.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-ja.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-ko.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-ro.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-sv.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-zh_CN.omf
|
||||
share/omf/gnome-terminal/gnome-terminal-zh_TW.omf
|
||||
share/pixmaps/gnome-terminal.png
|
||||
share/schemas/gnome-terminal/gnome-terminal.schemas
|
||||
@dirrm share/schemas/gnome-terminal
|
||||
@ -75,8 +135,14 @@ share/schemas/gnome-terminal/gnome-terminal.schemas
|
||||
@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@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -101,6 +167,8 @@ share/schemas/gnome-terminal/gnome-terminal.schemas
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -123,6 +191,8 @@ share/schemas/gnome-terminal/gnome-terminal.schemas
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/fi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fi
|
||||
@comment @dirrm share/locale/fa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fa
|
||||
@comment @dirrm share/locale/et/LC_MESSAGES
|
||||
@comment @dirrm share/locale/et
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@ -143,13 +213,33 @@ share/schemas/gnome-terminal/gnome-terminal.schemas
|
||||
@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/help/gnome-terminal/zh_TW/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/zh_TW
|
||||
@dirrm share/gnome/help/gnome-terminal/zh_CN/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/zh_CN
|
||||
@dirrm share/gnome/help/gnome-terminal/sv/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/sv
|
||||
@dirrm share/gnome/help/gnome-terminal/ro/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/ro
|
||||
@dirrm share/gnome/help/gnome-terminal/ko/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/ko
|
||||
@dirrm share/gnome/help/gnome-terminal/ja/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/ja
|
||||
@dirrm share/gnome/help/gnome-terminal/it/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/it
|
||||
@dirrm share/gnome/help/gnome-terminal/fr/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/fr
|
||||
@dirrm share/gnome/help/gnome-terminal/es/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/es
|
||||
@dirrm share/gnome/help/gnome-terminal/de/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/de
|
||||
@dirrm share/gnome/help/gnome-terminal/C/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/C
|
||||
@dirrm share/gnome/help/gnome-terminal
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/12 20:18:43 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/08/06 20:45:06 marcm Exp $
|
||||
|
||||
COMMENT= "themes collection for GNOME"
|
||||
|
||||
DISTNAME= gnome-themes-2.2.1
|
||||
DISTNAME= gnome-themes-2.2.2
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-themes-2.2.1.tar.bz2) = 55cdb9dc45256207e08d0654035c2b2a
|
||||
RMD160 (gnome-themes-2.2.1.tar.bz2) = 0007b4a7a3b346c76c70d6c8e7e421e46f50b830
|
||||
SHA1 (gnome-themes-2.2.1.tar.bz2) = cae53bd3f9a06fe1bf861fb3775b335ab7c243df
|
||||
MD5 (gnome-themes-2.2.2.tar.bz2) = 41095ed3c7d8a6f761d92a1bc13bfdb0
|
||||
RMD160 (gnome-themes-2.2.2.tar.bz2) = 83972b422a2929bc5bef70cbce2e2c52a46e284a
|
||||
SHA1 (gnome-themes-2.2.2.tar.bz2) = 06a94631a21075871b6af2a7b8c5997eae985e21
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/06/12 20:18:43 marcm Exp $
|
||||
--- ltmain.sh.orig Wed Mar 12 04:48:57 2003
|
||||
+++ ltmain.sh Thu May 29 10:48:55 2003
|
||||
@@ -1071,6 +1071,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/08/06 20:45:06 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-05-18 02:20:50.000000000 -0700
|
||||
+++ ltmain.sh 2003-07-30 19:59:15.000000000 -0700
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,54 +19,75 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/06/12 20:18:43 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1511,6 +1522,9 @@ compiler."
|
||||
@@ -1961,6 +1972,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4524,40 +4538,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -2209,10 +2233,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5699,40 +5719,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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
|
||||
;;
|
||||
|
||||
|
@ -1,7 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/12 20:18:43 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/08/06 20:45:06 marcm Exp $
|
||||
lib/gtk-2.0/2.2.0/engines/libcrux-engine.a
|
||||
lib/gtk-2.0/2.2.0/engines/libcrux-engine.la
|
||||
lib/gtk-2.0/2.2.0/engines/libcrux-engine.so
|
||||
lib/gtk-2.0/2.2.0/engines/libhcengine.a
|
||||
lib/gtk-2.0/2.2.0/engines/libhcengine.la
|
||||
lib/gtk-2.0/2.2.0/engines/libhcengine.so
|
||||
lib/gtk-2.0/2.2.0/engines/liblighthouseblue.a
|
||||
lib/gtk-2.0/2.2.0/engines/liblighthouseblue.la
|
||||
lib/gtk-2.0/2.2.0/engines/liblighthouseblue.so
|
||||
@ -872,6 +875,7 @@ share/locale/fa/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/he/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/hi/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/id/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-themes.mo
|
||||
@ -891,6 +895,8 @@ share/locale/ru/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/th/LC_MESSAGES/gnome-themes.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-themes.mo
|
||||
@ -1631,6 +1637,10 @@ share/themes/Traditional/index.theme
|
||||
@comment @dirrm share/locale/th
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -1669,6 +1679,8 @@ share/themes/Traditional/index.theme
|
||||
@comment @dirrm share/locale/id
|
||||
@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/fr/LC_MESSAGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:53:49 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:45:06 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME Virtual File System"
|
||||
|
||||
VERSION= 2.2.3
|
||||
VERSION= 2.2.5
|
||||
DISTNAME= gnome-vfs-${VERSION}
|
||||
PKGNAME= gnome-vfs2-${VERSION}
|
||||
CATEGORIES= devel x11/gnome
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-vfs-2.2.3.tar.gz) = 032c03605f675b6d84516921a8ffaed5
|
||||
RMD160 (gnome-vfs-2.2.3.tar.gz) = 7b10b774dd1e5458d28eb6b00f3ee6172a6aca6a
|
||||
SHA1 (gnome-vfs-2.2.3.tar.gz) = 5effeb75a18a3cb9f7efeb472a2d3888f70c1cfa
|
||||
MD5 (gnome-vfs-2.2.5.tar.gz) = d377291fc48e561f1918fd95c167c7ee
|
||||
RMD160 (gnome-vfs-2.2.5.tar.gz) = 0231403b116fa6e4fd7d0aff540dfd6d7b37c9bf
|
||||
SHA1 (gnome-vfs-2.2.5.tar.gz) = e63096936381e543a889fde8d5db701f6b898004
|
||||
|
@ -1,25 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/12 19:53:49 marcm Exp $
|
||||
--- configure.orig Mon Mar 10 11:32:29 2003
|
||||
+++ configure Thu May 15 09:50:55 2003
|
||||
@@ -6216,8 +6216,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
|
||||
@@ -6226,8 +6226,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
|
@ -1,64 +0,0 @@
|
||||
$OpenBSD: patch-libgnomevfs_gnome-vfs-mime-magic_c,v 1.1 2003/06/12 19:53:49 marcm Exp $
|
||||
--- libgnomevfs/gnome-vfs-mime-magic.c.orig Thu May 1 19:49:03 2003
|
||||
+++ libgnomevfs/gnome-vfs-mime-magic.c Thu May 1 19:51:16 2003
|
||||
@@ -29,8 +29,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
-#include <wctype.h>
|
||||
-#include <wchar.h>
|
||||
|
||||
#include <glib/garray.h>
|
||||
#include <glib/gmessages.h>
|
||||
@@ -759,50 +757,7 @@ _gnome_vfs_sniff_buffer_looks_like_text
|
||||
|
||||
if (g_utf8_get_char_validated(end, remaining_bytes) == -2)
|
||||
return TRUE;
|
||||
- else {
|
||||
- size_t wlen;
|
||||
- wchar_t wc;
|
||||
- gchar *src, *end;
|
||||
- mbstate_t state;
|
||||
-
|
||||
- src = sniff_buffer->buffer;
|
||||
- end = sniff_buffer->buffer + sniff_buffer->buffer_length;
|
||||
-
|
||||
- memset (&state, 0, sizeof (state));
|
||||
- while (src < end) {
|
||||
- /* Don't allow embedded zeros in textfiles */
|
||||
- if (*src == 0)
|
||||
- return FALSE;
|
||||
-
|
||||
- wlen = mbrtowc(&wc, src, end - src, &state);
|
||||
-
|
||||
- if (wlen == (size_t)(-1)) {
|
||||
- /* Illegal mb sequence */
|
||||
- return FALSE;
|
||||
- }
|
||||
-
|
||||
- if (wlen == (size_t)(-2)) {
|
||||
- /* No complete mb char before end
|
||||
- * Probably a cut off char which is ok */
|
||||
- return TRUE;
|
||||
- }
|
||||
-
|
||||
- if (wlen == 0) {
|
||||
- /* Don't allow embedded zeros in textfiles */
|
||||
- return FALSE;
|
||||
- }
|
||||
-
|
||||
- if (!iswspace (wc) && !iswprint(wc)) {
|
||||
- /* Not a printable or whitspace
|
||||
- * Probably not a text file */
|
||||
- return FALSE;
|
||||
- }
|
||||
-
|
||||
- src += wlen;
|
||||
- }
|
||||
- return TRUE;
|
||||
- }
|
||||
- }
|
||||
+ }
|
||||
}
|
||||
|
||||
static int bitrates[2][15] = {
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/06/12 19:53:50 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 20:45:06 marcm Exp $
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h
|
||||
@ -100,24 +100,10 @@ share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/start-here.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/system-settings.vfolder-info
|
||||
share/gtk-doc/html/gnome-vfs-2.0/about.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/advanced-operations.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/c9456.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/c9466.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/ch08.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/data-types.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/directory-operations.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/everything-else.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/file-operations.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-application-registry.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-asynchronous-operations.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-cancellation.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-configuration.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-context.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-directory-operations.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-directory.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-info.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-operations.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-size.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-finding-special-directories.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-first-steps.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-application-registry.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-async-ops.html
|
||||
@ -126,7 +112,6 @@ share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-context.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-basic-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-find-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-list-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-advanced-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-basic-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-info-ops.html
|
||||
@ -134,7 +119,6 @@ share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-info.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-rw-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-size.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-trunc-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-find-directory.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-inet-connection.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-init.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-method.html
|
||||
@ -146,7 +130,6 @@ share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-callback.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-shared.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-monitor.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-parse-ls.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-result.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-socket-buffer.html
|
||||
@ -157,39 +140,11 @@ share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-transform.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-uri.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-utils.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnome-vfs-xfer.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnomevfsmetadata.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-gnomevfsmimemonitor.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-inet-connection.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-initialization.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-iobuf.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-method.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-mime-handlers.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-mime-info.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-mime-magic.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-mime-monitor.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-mime-sniff-buffer.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-mime.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-module-callback-module-api.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-module-callbacks.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-module-shared.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-module.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-ops.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-parse-ls.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-process.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-result.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-ssl.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-standard-callbacks.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-types.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-uri.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-utils.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-writing-modules.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-xfer.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/index.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/index.sgml
|
||||
share/gtk-doc/html/gnome-vfs-2.0/mime-registry.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/modules.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/writing-modules.html
|
||||
share/gtk-doc/html/gnome-vfs-2.0/x27.html
|
||||
share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -202,6 +157,7 @@ share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -214,12 +170,14 @@ share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -233,11 +191,14 @@ share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@ -247,6 +208,8 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/yi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/yi
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@ -257,6 +220,10 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@comment @dirrm share/locale/tr
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -283,6 +250,8 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/ml/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ml
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -295,6 +264,8 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@comment @dirrm share/locale/ja
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/is/LC_MESSAGES
|
||||
@comment @dirrm share/locale/is
|
||||
@comment @dirrm share/locale/id/LC_MESSAGES
|
||||
@comment @dirrm share/locale/id
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@ -319,6 +290,8 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@comment @dirrm share/locale/et
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@comment @dirrm share/locale/es
|
||||
@comment @dirrm share/locale/eo/LC_MESSAGES
|
||||
@comment @dirrm share/locale/eo
|
||||
@comment @dirrm share/locale/el/LC_MESSAGES
|
||||
@comment @dirrm share/locale/el
|
||||
@comment @dirrm share/locale/de/LC_MESSAGES
|
||||
@ -358,8 +331,12 @@ share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
@dirrm lib/gnome-vfs-2.0/modules
|
||||
@dirrm lib/gnome-vfs-2.0/include
|
||||
@dirrm lib/gnome-vfs-2.0
|
||||
@comment @dirrm lib/bonobo/monikers
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/gnome-vfs-module-2.0/libgnomevfs
|
||||
@dirrm include/gnome-vfs-module-2.0
|
||||
@dirrm include/gnome-vfs-2.0/libgnomevfs
|
||||
@dirrm include/gnome-vfs-2.0
|
||||
@comment @exec mkdir -p %D/doc
|
||||
@comment @dirrm doc
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-vfs2/*.schemas > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user