More Gnome 2.10.1
This commit is contained in:
parent
a06c692333
commit
9a1e368699
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
@ -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/
|
||||
|
@ -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" \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/05/26 03:39:33 marcm Exp $
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user