From 9a1e368699757c41b48aa2f19187f7b837e0ac89 Mon Sep 17 00:00:00 2001 From: marcm Date: Fri, 27 May 2005 07:08:40 +0000 Subject: [PATCH] More Gnome 2.10.1 --- x11/gnome/desktop/Makefile | 5 +- x11/gnome/desktop/distinfo | 8 +- x11/gnome/desktop/patches/patch-ltmain_sh | 70 -------------- .../desktop/patches/patch-po_Makefile_in_in | 12 --- x11/gnome/desktop/pkg/PLIST | 5 +- x11/gnome/eel/Makefile | 5 +- x11/gnome/eel/distinfo | 8 +- x11/gnome/eel/patches/patch-ltmain_sh | 69 -------------- x11/gnome/eel/pkg/PFRAG.shared | 4 +- x11/gnome/eel/pkg/PLIST | 9 +- x11/gnome/metacity/Makefile | 5 +- x11/gnome/metacity/distinfo | 8 +- x11/gnome/metacity/patches/patch-ltmain_sh | 94 ------------------- x11/gnome/metacity/pkg/PLIST | 11 ++- x11/gnome/nautilus/Makefile | 6 +- x11/gnome/nautilus/distinfo | 8 +- x11/gnome/nautilus/pkg/PLIST | 8 +- x11/gnome/themes/Makefile | 4 +- x11/gnome/themes/distinfo | 8 +- x11/gnome/themes/pkg/PFRAG.shared | 1 - x11/gnome/themes/pkg/PLIST | 12 ++- 21 files changed, 75 insertions(+), 285 deletions(-) delete mode 100644 x11/gnome/desktop/patches/patch-ltmain_sh delete mode 100644 x11/gnome/desktop/patches/patch-po_Makefile_in_in delete mode 100644 x11/gnome/eel/patches/patch-ltmain_sh delete mode 100644 x11/gnome/metacity/patches/patch-ltmain_sh delete mode 100644 x11/gnome/themes/pkg/PFRAG.shared diff --git a/x11/gnome/desktop/Makefile b/x11/gnome/desktop/Makefile index bc431e82abd..f1ebae461af 100644 --- a/x11/gnome/desktop/Makefile +++ b/x11/gnome/desktop/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2005/05/26 03:39:30 marcm Exp $ +# $OpenBSD: Makefile,v 1.13 2005/05/27 07:08:41 marcm Exp $ COMMENT= "components for the GNOME desktop" -DISTNAME= gnome-desktop-2.10.0 +DISTNAME= gnome-desktop-2.10.1 CATEGORIES= x11 x11/gnome HOMEPAGE= http://www.gnome.org/ @@ -34,6 +34,7 @@ LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \ startup-notification-1::devel/startup-notification USE_GMAKE= Yes +USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --disable-gtk-doc diff --git a/x11/gnome/desktop/distinfo b/x11/gnome/desktop/distinfo index 89b4f10de76..4f74950f632 100644 --- a/x11/gnome/desktop/distinfo +++ b/x11/gnome/desktop/distinfo @@ -1,4 +1,4 @@ -MD5 (gnome-desktop-2.10.0.tar.bz2) = 62edee01c309cb1b049ceaa801d415cc -RMD160 (gnome-desktop-2.10.0.tar.bz2) = e7c58805a5b4078f49e86d1111c283d31a461019 -SHA1 (gnome-desktop-2.10.0.tar.bz2) = 541ebe85b243943055cf1e63487d3e0113f2b4cf -SIZE (gnome-desktop-2.10.0.tar.bz2) = 1102509 +MD5 (gnome-desktop-2.10.1.tar.bz2) = 5d6d21e4b5d66975c9c2c04add7da6e2 +RMD160 (gnome-desktop-2.10.1.tar.bz2) = d3012f8f4c367800a64b3029bb093bc4ab7b6874 +SHA1 (gnome-desktop-2.10.1.tar.bz2) = 23ac5dce753f7fa517a3ab54bb9ff589cd43b68f +SIZE (gnome-desktop-2.10.1.tar.bz2) = 1084349 diff --git a/x11/gnome/desktop/patches/patch-ltmain_sh b/x11/gnome/desktop/patches/patch-ltmain_sh deleted file mode 100644 index 58d7be4fc7a..00000000000 --- a/x11/gnome/desktop/patches/patch-ltmain_sh +++ /dev/null @@ -1,70 +0,0 @@ -$OpenBSD: patch-ltmain_sh,v 1.6 2005/05/26 03:39:30 marcm Exp $ ---- ltmain.sh.orig Mon Mar 7 01:58:31 2005 -+++ ltmain.sh Thu Apr 7 17:15:02 2005 -@@ -1975,9 +1975,12 @@ EOF - if test "$linkmode,$pass" = "prog,link"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" -- else -- deplibs="$deplib $deplibs" -+ continue - fi -+ if test "$linkmode" = "lib"; then -+ newdependency_libs="$deplib $newdependency_libs" -+ fi -+ deplibs="$deplib $deplibs" - continue - ;; - -l*) -@@ -2410,10 +2413,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 -@@ -5800,40 +5799,6 @@ relink_command=\"$relink_command\"" - # Exit here if they wanted silent mode. - test "$show" = : && exit $EXIT_SUCCESS - -- $echo "----------------------------------------------------------------------" -- $echo "Libraries have been installed in:" -- for libdir in $libdirs; do -- $echo " $libdir" -- done -- $echo -- $echo "If you ever happen to want to link against installed libraries" -- $echo "in a given directory, LIBDIR, you must either use libtool, and" -- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" -- $echo "flag during linking and do at least one of the following:" -- if test -n "$shlibpath_var"; then -- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" -- $echo " during execution" -- fi -- if test -n "$runpath_var"; then -- $echo " - add LIBDIR to the \`$runpath_var' environment variable" -- $echo " during linking" -- fi -- if test -n "$hardcode_libdir_flag_spec"; then -- libdir=LIBDIR -- eval flag=\"$hardcode_libdir_flag_spec\" -- -- $echo " - use the \`$flag' linker flag" -- fi -- if test -n "$admincmds"; then -- $echo " - have your system administrator run these commands:$admincmds" -- fi -- if test -f /etc/ld.so.conf; then -- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" -- fi -- $echo -- $echo "See any operating system documentation about shared libraries for" -- $echo "more information, such as the ld(1) and ld.so(8) manual pages." -- $echo "----------------------------------------------------------------------" - exit $EXIT_SUCCESS - ;; - diff --git a/x11/gnome/desktop/patches/patch-po_Makefile_in_in b/x11/gnome/desktop/patches/patch-po_Makefile_in_in deleted file mode 100644 index 621621f8efa..00000000000 --- a/x11/gnome/desktop/patches/patch-po_Makefile_in_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/06/12 20:06:12 marcm Exp $ ---- po/Makefile.in.in.orig Sat May 24 21:49:12 2003 -+++ po/Makefile.in.in Sat May 24 21:49:33 2003 -@@ -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 diff --git a/x11/gnome/desktop/pkg/PLIST b/x11/gnome/desktop/pkg/PLIST index cdccf04b2f3..dbcff366df8 100644 --- a/x11/gnome/desktop/pkg/PLIST +++ b/x11/gnome/desktop/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.11 2005/05/26 03:39:30 marcm Exp $ +@comment $OpenBSD: PLIST,v 1.12 2005/05/27 07:08:41 marcm Exp $ bin/gnome-about include/gnome-desktop-2.0/ include/gnome-desktop-2.0/libgnome/ @@ -155,6 +155,9 @@ share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/rw/ +share/locale/rw/LC_MESSAGES/ +share/locale/rw/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/sq/ diff --git a/x11/gnome/eel/Makefile b/x11/gnome/eel/Makefile index 9a186549098..5b005ecbf16 100644 --- a/x11/gnome/eel/Makefile +++ b/x11/gnome/eel/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2005/05/26 03:39:30 marcm Exp $ +# $OpenBSD: Makefile,v 1.14 2005/05/27 07:08:40 marcm Exp $ COMMENT= "Eazel Extensions Library" -DISTNAME= eel-2.10.0 +DISTNAME= eel-2.10.1 CATEGORIES= devel x11/gnome HOMEPAGE= http://www.gnome.org @@ -35,6 +35,7 @@ LIB_DEPENDS= gnomeui-2.0::x11/gnome/libgnomeui \ USE_X11= Yes USE_GMAKE= Yes +USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11/gnome/eel/distinfo b/x11/gnome/eel/distinfo index 9ef5969253d..5222609b868 100644 --- a/x11/gnome/eel/distinfo +++ b/x11/gnome/eel/distinfo @@ -1,4 +1,4 @@ -MD5 (eel-2.10.0.tar.bz2) = 465cd522fabfed5668e70d7eae5f99e0 -RMD160 (eel-2.10.0.tar.bz2) = 7b11635c1a6f1fbb4ac38cc96ca0f2d57a995e9f -SHA1 (eel-2.10.0.tar.bz2) = 9ed8732f9ea82767523be80f9b2f15daf7c4780e -SIZE (eel-2.10.0.tar.bz2) = 665666 +MD5 (eel-2.10.1.tar.bz2) = 2978fae17565dfb6e2d7ca129e738b9d +RMD160 (eel-2.10.1.tar.bz2) = ec0d387e70be65150175dd383880996c5980cecb +SHA1 (eel-2.10.1.tar.bz2) = 042b23828d448b177b9b5403f4234d755e3bd56a +SIZE (eel-2.10.1.tar.bz2) = 672143 diff --git a/x11/gnome/eel/patches/patch-ltmain_sh b/x11/gnome/eel/patches/patch-ltmain_sh deleted file mode 100644 index 41ca98261a5..00000000000 --- a/x11/gnome/eel/patches/patch-ltmain_sh +++ /dev/null @@ -1,69 +0,0 @@ ---- ltmain.sh.orig Mon Mar 7 00:44:28 2005 -+++ ltmain.sh Thu Apr 7 21:44:25 2005 -@@ -1857,9 +1857,12 @@ EOF - if test "$linkmode,$pass" = "prog,link"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" -- else -- deplibs="$deplib $deplibs" -+ continue - fi -+ if test "$linkmode" = "lib"; then -+ newdependency_libs="$deplib $newdependency_libs" -+ fi -+ deplibs="$deplib $deplibs" - continue - ;; - -l*) -@@ -2274,10 +2277,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 -@@ -5827,40 +5826,6 @@ relink_command=\"$relink_command\"" - # Exit here if they wanted silent mode. - test "$show" = : && exit $EXIT_SUCCESS - -- $echo "----------------------------------------------------------------------" -- $echo "Libraries have been installed in:" -- for libdir in $libdirs; do -- $echo " $libdir" -- done -- $echo -- $echo "If you ever happen to want to link against installed libraries" -- $echo "in a given directory, LIBDIR, you must either use libtool, and" -- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" -- $echo "flag during linking and do at least one of the following:" -- if test -n "$shlibpath_var"; then -- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" -- $echo " during execution" -- fi -- if test -n "$runpath_var"; then -- $echo " - add LIBDIR to the \`$runpath_var' environment variable" -- $echo " during linking" -- fi -- if test -n "$hardcode_libdir_flag_spec"; then -- libdir=LIBDIR -- eval flag=\"$hardcode_libdir_flag_spec\" -- -- $echo " - use the \`$flag' linker flag" -- fi -- if test -n "$admincmds"; then -- $echo " - have your system administrator run these commands:$admincmds" -- fi -- if test -f /etc/ld.so.conf; then -- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" -- fi -- $echo -- $echo "See any operating system documentation about shared libraries for" -- $echo "more information, such as the ld(1) and ld.so(8) manual pages." -- $echo "----------------------------------------------------------------------" - exit $EXIT_SUCCESS - ;; - diff --git a/x11/gnome/eel/pkg/PFRAG.shared b/x11/gnome/eel/pkg/PFRAG.shared index e240730c739..249ec35d212 100644 --- a/x11/gnome/eel/pkg/PFRAG.shared +++ b/x11/gnome/eel/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.10 2005/05/26 03:39:31 marcm Exp $ -@lib lib/libeel-2.so.12.0 +@comment $OpenBSD: PFRAG.shared,v 1.11 2005/05/27 07:08:41 marcm Exp $ +@lib lib/libeel-2.so.12.1 diff --git a/x11/gnome/eel/pkg/PLIST b/x11/gnome/eel/pkg/PLIST index da989291aef..29b575a7eb7 100644 --- a/x11/gnome/eel/pkg/PLIST +++ b/x11/gnome/eel/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.10 2004/12/10 20:36:42 marcm Exp $ +@comment $OpenBSD: PLIST,v 1.11 2005/05/27 07:08:41 marcm Exp $ include/eel-2/ include/eel-2/eel/ include/eel-2/eel/eel-accessibility.h @@ -47,6 +47,7 @@ include/eel-2/eel/eel-vfs-extensions.h include/eel-2/eel/eel-wrap-table.h include/eel-2/eel/eel-xml-extensions.h include/eel-2/eel/eel.h +lib/libeel-2.a lib/libeel-2.la lib/pkgconfig/ lib/pkgconfig/eel-2.0.pc @@ -164,6 +165,9 @@ share/locale/pt/LC_MESSAGES/eel-2.0.mo share/locale/pt_BR/LC_MESSAGES/eel-2.0.mo share/locale/ro/LC_MESSAGES/eel-2.0.mo share/locale/ru/LC_MESSAGES/eel-2.0.mo +share/locale/rw/ +share/locale/rw/LC_MESSAGES/ +share/locale/rw/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/ @@ -190,6 +194,9 @@ share/locale/vi/LC_MESSAGES/eel-2.0.mo share/locale/wa/ share/locale/wa/LC_MESSAGES/ share/locale/wa/LC_MESSAGES/eel-2.0.mo +share/locale/xh/ +share/locale/xh/LC_MESSAGES/ +share/locale/xh/LC_MESSAGES/eel-2.0.mo share/locale/zh_CN/LC_MESSAGES/eel-2.0.mo share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo %%SHARED%% diff --git a/x11/gnome/metacity/Makefile b/x11/gnome/metacity/Makefile index cf552e67b45..45666daa6c0 100644 --- a/x11/gnome/metacity/Makefile +++ b/x11/gnome/metacity/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2005/05/26 03:39:32 marcm Exp $ +# $OpenBSD: Makefile,v 1.15 2005/05/27 07:08:41 marcm Exp $ COMMENT= "Boring window manager for the adult in you." -DISTNAME= metacity-2.10.0 +DISTNAME= metacity-2.10.1 CATEGORIES= x11 x11/gnome HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity @@ -32,6 +32,7 @@ LIB_DEPENDS= gconf-2::devel/gconf2 \ SEPARATE_BUILD= concurrent USE_X11= Yes USE_GMAKE= Yes +USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/metacity CONFIGURE_ARGS+= --disable-schemas-install diff --git a/x11/gnome/metacity/distinfo b/x11/gnome/metacity/distinfo index d05689cab63..ec607cc3260 100644 --- a/x11/gnome/metacity/distinfo +++ b/x11/gnome/metacity/distinfo @@ -1,4 +1,4 @@ -MD5 (metacity-2.10.0.tar.bz2) = fed363d8ce6ae33d6dd4850c8e48fbbc -RMD160 (metacity-2.10.0.tar.bz2) = 0f701c0070b62dfd8e60e44faeb6e50df83a94b9 -SHA1 (metacity-2.10.0.tar.bz2) = e28f2970bbba906f4f64683bd68b14fc4d97a1cf -SIZE (metacity-2.10.0.tar.bz2) = 1581003 +MD5 (metacity-2.10.1.tar.bz2) = c326eb1aed8742057e9ad94b9ccae877 +RMD160 (metacity-2.10.1.tar.bz2) = 6d9ae51a8456422ed6bb645c4cfc54f44530fb6a +SHA1 (metacity-2.10.1.tar.bz2) = 65be98dad76871f2b98a427c648791e9ce7e1c77 +SIZE (metacity-2.10.1.tar.bz2) = 1650633 diff --git a/x11/gnome/metacity/patches/patch-ltmain_sh b/x11/gnome/metacity/patches/patch-ltmain_sh deleted file mode 100644 index e23becb5b61..00000000000 --- a/x11/gnome/metacity/patches/patch-ltmain_sh +++ /dev/null @@ -1,94 +0,0 @@ ---- ltmain.sh.orig Mon Mar 7 08:04:53 2005 -+++ ltmain.sh Thu Apr 7 16:25:01 2005 -@@ -1492,6 +1492,17 @@ EOF - continue - ;; - -+ -pthread) -+ case $host in -+ *-*-openbsd*) -+ deplibs="deplibs $arg" -+ ;; -+ *) -+ continue -+ ;; -+ esac -+ ;; -+ - -module) - module=yes - continue -@@ -2153,6 +2164,21 @@ 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 -@@ -2410,10 +2436,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 -@@ -5800,40 +5822,6 @@ relink_command=\"$relink_command\"" - # Exit here if they wanted silent mode. - test "$show" = : && exit $EXIT_SUCCESS - -- $echo "----------------------------------------------------------------------" -- $echo "Libraries have been installed in:" -- for libdir in $libdirs; do -- $echo " $libdir" -- done -- $echo -- $echo "If you ever happen to want to link against installed libraries" -- $echo "in a given directory, LIBDIR, you must either use libtool, and" -- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" -- $echo "flag during linking and do at least one of the following:" -- if test -n "$shlibpath_var"; then -- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" -- $echo " during execution" -- fi -- if test -n "$runpath_var"; then -- $echo " - add LIBDIR to the \`$runpath_var' environment variable" -- $echo " during linking" -- fi -- if test -n "$hardcode_libdir_flag_spec"; then -- libdir=LIBDIR -- eval flag=\"$hardcode_libdir_flag_spec\" -- -- $echo " - use the \`$flag' linker flag" -- fi -- if test -n "$admincmds"; then -- $echo " - have your system administrator run these commands:$admincmds" -- fi -- if test -f /etc/ld.so.conf; then -- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" -- fi -- $echo -- $echo "See any operating system documentation about shared libraries for" -- $echo "more information, such as the ld(1) and ld.so(8) manual pages." -- $echo "----------------------------------------------------------------------" - exit $EXIT_SUCCESS - ;; - diff --git a/x11/gnome/metacity/pkg/PLIST b/x11/gnome/metacity/pkg/PLIST index 01e3570cd74..5830346e3ae 100644 --- a/x11/gnome/metacity/pkg/PLIST +++ b/x11/gnome/metacity/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.11 2005/05/26 03:39:32 marcm Exp $ +@comment $OpenBSD: PLIST,v 1.12 2005/05/27 07:08:41 marcm Exp $ bin/metacity bin/metacity-message bin/metacity-theme-viewer @@ -107,6 +107,9 @@ share/locale/ms/ share/locale/ms/LC_MESSAGES/ share/locale/ms/LC_MESSAGES/metacity.mo share/locale/nb/LC_MESSAGES/metacity.mo +share/locale/ne/ +share/locale/ne/LC_MESSAGES/ +share/locale/ne/LC_MESSAGES/metacity.mo share/locale/nl/LC_MESSAGES/metacity.mo share/locale/nn/LC_MESSAGES/metacity.mo share/locale/no/LC_MESSAGES/metacity.mo @@ -121,6 +124,9 @@ share/locale/pt/LC_MESSAGES/metacity.mo share/locale/pt_BR/LC_MESSAGES/metacity.mo share/locale/ro/LC_MESSAGES/metacity.mo share/locale/ru/LC_MESSAGES/metacity.mo +share/locale/rw/ +share/locale/rw/LC_MESSAGES/ +share/locale/rw/LC_MESSAGES/metacity.mo share/locale/sk/LC_MESSAGES/metacity.mo share/locale/sl/LC_MESSAGES/metacity.mo share/locale/sq/ @@ -150,6 +156,9 @@ share/locale/vi/LC_MESSAGES/metacity.mo share/locale/wa/ share/locale/wa/LC_MESSAGES/ share/locale/wa/LC_MESSAGES/metacity.mo +share/locale/xh/ +share/locale/xh/LC_MESSAGES/ +share/locale/xh/LC_MESSAGES/metacity.mo share/locale/zh_CN/LC_MESSAGES/metacity.mo share/locale/zh_TW/LC_MESSAGES/metacity.mo share/metacity/ diff --git a/x11/gnome/nautilus/Makefile b/x11/gnome/nautilus/Makefile index 5de2ea79037..f2afe9a27ac 100644 --- a/x11/gnome/nautilus/Makefile +++ b/x11/gnome/nautilus/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2005/05/26 03:39:32 marcm Exp $ +# $OpenBSD: Makefile,v 1.15 2005/05/27 07:08:42 marcm Exp $ COMMENT= "GNOME shell and file manager" -VERSION= 2.10.0 +VERSION= 2.10.1 DISTNAME= nautilus-${VERSION} CATEGORIES= x11 x11/gnome @@ -32,7 +32,7 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ :p5-XML-Parser-*:textproc/p5-XML-Parser RUN_DEPENDS= ::devel/desktop-file-utils -LIB_DEPENDS= eel-2.10.2::x11/gnome/eel \ +LIB_DEPENDS= eel-2.12.1::x11/gnome/eel \ gnome-desktop-2.0::x11/gnome/desktop \ rsvg-2.2::x11/gnome/librsvg RUN_DEPENDS= :gnome-icon-theme-*:x11/gnome/icon-theme diff --git a/x11/gnome/nautilus/distinfo b/x11/gnome/nautilus/distinfo index dc4314b4734..61900c197da 100644 --- a/x11/gnome/nautilus/distinfo +++ b/x11/gnome/nautilus/distinfo @@ -1,4 +1,4 @@ -MD5 (nautilus-2.10.0.tar.bz2) = b29a02be8733a82e002179e2e0f3fe83 -RMD160 (nautilus-2.10.0.tar.bz2) = e9bb2f90e2facabb307991853fd796e74b29846e -SHA1 (nautilus-2.10.0.tar.bz2) = 6ca9cf0e7a741a22174f47d5930c1b4e4de92188 -SIZE (nautilus-2.10.0.tar.bz2) = 5899170 +MD5 (nautilus-2.10.1.tar.bz2) = 976d725db15e901bc881dfb8c50145c1 +RMD160 (nautilus-2.10.1.tar.bz2) = d3e7e0f66e972087d45975f2efa0fe3bfcb7620e +SHA1 (nautilus-2.10.1.tar.bz2) = 738a1c58bf83bb2034bf9466daecdf09d8f131cb +SIZE (nautilus-2.10.1.tar.bz2) = 5960278 diff --git a/x11/gnome/nautilus/pkg/PLIST b/x11/gnome/nautilus/pkg/PLIST index fdbf67ed529..47bac931b3f 100644 --- a/x11/gnome/nautilus/pkg/PLIST +++ b/x11/gnome/nautilus/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.15 2005/05/26 03:39:32 marcm Exp $ +@comment $OpenBSD: PLIST,v 1.16 2005/05/27 07:08:42 marcm Exp $ bin/nautilus bin/nautilus-connect-server bin/nautilus-file-management-properties @@ -88,6 +88,9 @@ share/locale/pt/LC_MESSAGES/nautilus.mo share/locale/pt_BR/LC_MESSAGES/nautilus.mo share/locale/ro/LC_MESSAGES/nautilus.mo share/locale/ru/LC_MESSAGES/nautilus.mo +share/locale/rw/ +share/locale/rw/LC_MESSAGES/ +share/locale/rw/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 @@ -104,6 +107,9 @@ 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/xh/ +share/locale/xh/LC_MESSAGES/ +share/locale/xh/LC_MESSAGES/nautilus.mo share/locale/yi/ share/locale/yi/LC_MESSAGES/ share/locale/yi/LC_MESSAGES/nautilus.mo diff --git a/x11/gnome/themes/Makefile b/x11/gnome/themes/Makefile index ad20be24e76..08b8b3b7db9 100644 --- a/x11/gnome/themes/Makefile +++ b/x11/gnome/themes/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2005/05/26 03:39:33 marcm Exp $ +# $OpenBSD: Makefile,v 1.13 2005/05/27 07:08:41 marcm Exp $ COMMENT= "themes collection for GNOME" -DISTNAME= gnome-themes-2.10.0 +DISTNAME= gnome-themes-2.10.1 CATEGORIES= x11 x11/gnome HOMEPAGE= http://www.gnome.org diff --git a/x11/gnome/themes/distinfo b/x11/gnome/themes/distinfo index 6d07385da2b..1e032392ba3 100644 --- a/x11/gnome/themes/distinfo +++ b/x11/gnome/themes/distinfo @@ -1,4 +1,4 @@ -MD5 (gnome-themes-2.10.0.tar.bz2) = daa8b0a35f425ad442c950d615c026af -RMD160 (gnome-themes-2.10.0.tar.bz2) = ef8ddcc688d503e4b2501b043a10e4ed1b5871f0 -SHA1 (gnome-themes-2.10.0.tar.bz2) = aaf545e98ff713aa0e92b92515b9c1e60722dfb4 -SIZE (gnome-themes-2.10.0.tar.bz2) = 2569321 +MD5 (gnome-themes-2.10.1.tar.bz2) = f365c73ccfbe35640e17fe8d877273fe +RMD160 (gnome-themes-2.10.1.tar.bz2) = 6b5fc580e8e74ee875b3b0922d646435cbc7ff28 +SHA1 (gnome-themes-2.10.1.tar.bz2) = 6e4f4b2ff7c0e6add1abfcb374da11116fbf63b2 +SIZE (gnome-themes-2.10.1.tar.bz2) = 2557853 diff --git a/x11/gnome/themes/pkg/PFRAG.shared b/x11/gnome/themes/pkg/PFRAG.shared deleted file mode 100644 index b660aafd71b..00000000000 --- a/x11/gnome/themes/pkg/PFRAG.shared +++ /dev/null @@ -1 +0,0 @@ -@comment $OpenBSD: PFRAG.shared,v 1.2 2005/05/26 03:39:33 marcm Exp $ diff --git a/x11/gnome/themes/pkg/PLIST b/x11/gnome/themes/pkg/PLIST index 252307aceb5..1a6ca81d044 100644 --- a/x11/gnome/themes/pkg/PLIST +++ b/x11/gnome/themes/pkg/PLIST @@ -1,5 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.12 2005/05/26 03:39:33 marcm Exp $ -%%SHARED%% +@comment $OpenBSD: PLIST,v 1.13 2005/05/27 07:08:41 marcm Exp $ share/icons/ share/icons/Crux/ share/icons/Crux/12x12/ @@ -1315,6 +1314,9 @@ share/locale/pt/LC_MESSAGES/gnome-themes.mo share/locale/pt_BR/LC_MESSAGES/gnome-themes.mo share/locale/ro/LC_MESSAGES/gnome-themes.mo share/locale/ru/LC_MESSAGES/gnome-themes.mo +share/locale/rw/ +share/locale/rw/LC_MESSAGES/ +share/locale/rw/LC_MESSAGES/gnome-themes.mo share/locale/sk/LC_MESSAGES/gnome-themes.mo share/locale/sl/LC_MESSAGES/gnome-themes.mo share/locale/sq/ @@ -1334,6 +1336,9 @@ share/locale/th/ share/locale/th/LC_MESSAGES/ share/locale/th/LC_MESSAGES/gnome-themes.mo share/locale/tr/LC_MESSAGES/gnome-themes.mo +share/locale/ug/ +share/locale/ug/LC_MESSAGES/ +share/locale/ug/LC_MESSAGES/gnome-themes.mo share/locale/uk/LC_MESSAGES/gnome-themes.mo share/locale/vi/ share/locale/vi/LC_MESSAGES/ @@ -1341,6 +1346,9 @@ share/locale/vi/LC_MESSAGES/gnome-themes.mo share/locale/wa/ share/locale/wa/LC_MESSAGES/ share/locale/wa/LC_MESSAGES/gnome-themes.mo +share/locale/xh/ +share/locale/xh/LC_MESSAGES/ +share/locale/xh/LC_MESSAGES/gnome-themes.mo share/locale/zh_CN/LC_MESSAGES/gnome-themes.mo share/locale/zh_TW/LC_MESSAGES/gnome-themes.mo share/themes/Crux/index.theme