summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/gnome-keyring-manager/Makefile8
-rw-r--r--security/gnome-keyring-manager/distinfo6
-rw-r--r--security/gnome-keyring-manager/pkg-plist8
-rw-r--r--sysutils/gconf-editor/Makefile4
-rw-r--r--sysutils/gconf-editor/distinfo6
-rw-r--r--x11-themes/gnome-themes/Makefile5
-rw-r--r--x11-themes/gnome-themes/distinfo6
-rw-r--r--x11-themes/gnome-themes/pkg-plist453
8 files changed, 422 insertions, 74 deletions
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile
index f102e39b1..c3f0b5494 100644
--- a/security/gnome-keyring-manager/Makefile
+++ b/security/gnome-keyring-manager/Makefile
@@ -3,15 +3,13 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/gnome-keyring-manager/Makefile,v 1.21 2006/07/23 01:30:42 mezz Exp $
+# $MCom: ports/security/gnome-keyring-manager/Makefile,v 1.22 2006/08/22 05:41:43 marcus Exp $
#
PORTNAME= gnome-keyring-manager
-PORTVERSION= 2.15.92
+PORTVERSION= 2.16.0
CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-keyring-manager/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= gnome-keyring-manager-${PORTVERSION}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
diff --git a/security/gnome-keyring-manager/distinfo b/security/gnome-keyring-manager/distinfo
index 619ef6db1..7232f84c4 100644
--- a/security/gnome-keyring-manager/distinfo
+++ b/security/gnome-keyring-manager/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-keyring-manager-2.15.92.tar.bz2) = 1b32b61ea9b38d9c0f2c6e11c548d875
-SHA256 (gnome2/gnome-keyring-manager-2.15.92.tar.bz2) = b19fce3c4314da964fb4f4128cf1317671f3fc4ace742e7ab30d3ca97205f536
-SIZE (gnome2/gnome-keyring-manager-2.15.92.tar.bz2) = 428880
+MD5 (gnome2/gnome-keyring-manager-2.16.0.tar.bz2) = d63bfa5e9cfe334694438a74c157344c
+SHA256 (gnome2/gnome-keyring-manager-2.16.0.tar.bz2) = 23f0449af7cba89f4ae26c8e67f1d09bc45389f9dcd7349d2e6540620571051c
+SIZE (gnome2/gnome-keyring-manager-2.16.0.tar.bz2) = 454066
diff --git a/security/gnome-keyring-manager/pkg-plist b/security/gnome-keyring-manager/pkg-plist
index 737bdd21c..3ac968c11 100644
--- a/security/gnome-keyring-manager/pkg-plist
+++ b/security/gnome-keyring-manager/pkg-plist
@@ -31,6 +31,7 @@ share/locale/en_CA/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/en_GB/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/es/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/et/LC_MESSAGES/gnome-keyring-manager.mo
+share/locale/eu/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/fa/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/fi/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/fr/LC_MESSAGES/gnome-keyring-manager.mo
@@ -45,13 +46,16 @@ share/locale/ka/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/ko/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/lt/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/lv/LC_MESSAGES/gnome-keyring-manager.mo
+share/locale/mg/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/mk/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/ml/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/mn/LC_MESSAGES/gnome-keyring-manager.mo
+share/locale/mr/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/nb/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/ne/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/nl/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/nn/LC_MESSAGES/gnome-keyring-manager.mo
+share/locale/or/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/pa/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/pl/LC_MESSAGES/gnome-keyring-manager.mo
share/locale/pt/LC_MESSAGES/gnome-keyring-manager.mo
@@ -77,6 +81,10 @@ share/locale/zh_TW/LC_MESSAGES/gnome-keyring-manager.mo
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/sl/LC_MESSAGES
@dirrmtry share/locale/sl
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/bn_IN/LC_MESSAGES
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
index 2c20d9f78..0ccba34f5 100644
--- a/sysutils/gconf-editor/Makefile
+++ b/sysutils/gconf-editor/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.54 2006/08/11 15:49:56 marcus Exp $
+# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.55 2006/08/14 20:53:11 marcus Exp $
#
PORTNAME= gconf-editor
-PORTVERSION= 2.15.92
+PORTVERSION= 2.16.0
PORTEPOCH= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo
index aa091fc5a..7b6a548e0 100644
--- a/sysutils/gconf-editor/distinfo
+++ b/sysutils/gconf-editor/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gconf-editor-2.15.92.tar.bz2) = 748b4cf2e68c260e62b8cd1a0d9dff6a
-SHA256 (gnome2/gconf-editor-2.15.92.tar.bz2) = 3fd348f91b53e90d1b83053df4de94c4eba9bde195f2c08254ca964e98b69701
-SIZE (gnome2/gconf-editor-2.15.92.tar.bz2) = 510773
+MD5 (gnome2/gconf-editor-2.16.0.tar.bz2) = e52b3177ef6ebd1fcf2c84acbe90a663
+SHA256 (gnome2/gconf-editor-2.16.0.tar.bz2) = efee1e2e65e280abe30b94b20b59d24d2c71e55e5ad26cb3041966a32b436786
+SIZE (gnome2/gconf-editor-2.16.0.tar.bz2) = 528644
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
index 381b8b8ad..a62b8fc0a 100644
--- a/x11-themes/gnome-themes/Makefile
+++ b/x11-themes/gnome-themes/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.101 2006/08/22 00:42:04 ahze Exp $
+# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.102 2006/08/25 21:35:50 marcus Exp $
#
PORTNAME= gnome-themes
-PORTVERSION= 2.15.92
-PORTREVISION= 1
+PORTVERSION= 2.16.0
CATEGORIES= x11-themes gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11-themes/gnome-themes/distinfo b/x11-themes/gnome-themes/distinfo
index a7271586f..2a8af318f 100644
--- a/x11-themes/gnome-themes/distinfo
+++ b/x11-themes/gnome-themes/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-themes-2.15.92.tar.bz2) = 0c087f9e0f391fc9524b91bfd0270a07
-SHA256 (gnome2/gnome-themes-2.15.92.tar.bz2) = 1448fb57f831b24d28236b94fa5626d31d89bcfee6f5bd6006d8cb70e805c9c9
-SIZE (gnome2/gnome-themes-2.15.92.tar.bz2) = 2273208
+MD5 (gnome2/gnome-themes-2.16.0.tar.bz2) = 64e44970702ebec39151289d3a1e17c6
+SHA256 (gnome2/gnome-themes-2.16.0.tar.bz2) = 9276b11501fb97b5548ab3cac8b01f0cdf76fc40df64b211e6927cafa89184a7
+SIZE (gnome2/gnome-themes-2.16.0.tar.bz2) = 2238329
diff --git a/x11-themes/gnome-themes/pkg-plist b/x11-themes/gnome-themes/pkg-plist
index 46d08b154..568902844 100644
--- a/x11-themes/gnome-themes/pkg-plist
+++ b/x11-themes/gnome-themes/pkg-plist
@@ -1,26 +1,264 @@
share/gnome/themes/Clearlooks/metacity-1/metacity-theme-1.xml
share/gnome/themes/Glider/metacity-1/metacity-theme-1.xml
share/gnome/themes/Mist/metacity-1/metacity-theme-1.xml
-share/icons/Crux/12x12/filesystems/gnome-fs-directory.png
-share/icons/Crux/12x12/filesystems/gnome-fs-regular.png
-share/icons/Crux/192x192/filesystems/gnome-fs-directory.png
-share/icons/Crux/192x192/filesystems/gnome-fs-regular.png
-share/icons/Crux/20x20/filesystems/gnome-fs-directory.png
-share/icons/Crux/20x20/filesystems/gnome-fs-regular.png
-share/icons/Crux/24x24/filesystems/gnome-fs-directory.png
-share/icons/Crux/24x24/filesystems/gnome-fs-regular.png
-share/icons/Crux/36x36/filesystems/gnome-fs-directory.png
-share/icons/Crux/36x36/filesystems/gnome-fs-regular.png
-share/icons/Crux/48x48/emblems/emblem-nowrite.png
-share/icons/Crux/48x48/filesystems/gnome-fs-directory.png
-share/icons/Crux/48x48/filesystems/gnome-fs-regular.png
-share/icons/Crux/72x72/emblems/emblem-nowrite.png
-share/icons/Crux/72x72/filesystems/gnome-fs-directory.png
-share/icons/Crux/72x72/filesystems/gnome-fs-regular.png
-share/icons/Crux/96x96/emblems/emblem-nowrite.png
-share/icons/Crux/96x96/filesystems/gnome-fs-directory.png
-share/icons/Crux/96x96/filesystems/gnome-fs-regular.png
+share/icons/Crux/16x16/actions/back.png
+share/icons/Crux/16x16/actions/bottom.png
+share/icons/Crux/16x16/actions/document-open.png
+share/icons/Crux/16x16/actions/down.png
+share/icons/Crux/16x16/actions/fileopen.png
+share/icons/Crux/16x16/actions/finish.png
+share/icons/Crux/16x16/actions/forward.png
+share/icons/Crux/16x16/actions/go-bottom.png
+share/icons/Crux/16x16/actions/go-down.png
+share/icons/Crux/16x16/actions/go-first.png
+share/icons/Crux/16x16/actions/go-home.png
+share/icons/Crux/16x16/actions/go-last.png
+share/icons/Crux/16x16/actions/go-next.png
+share/icons/Crux/16x16/actions/go-previous.png
+share/icons/Crux/16x16/actions/go-top.png
+share/icons/Crux/16x16/actions/go-up.png
+share/icons/Crux/16x16/actions/gohome.png
+share/icons/Crux/16x16/actions/gtk-go-back-ltr.png
+share/icons/Crux/16x16/actions/gtk-go-back-rtl.png
+share/icons/Crux/16x16/actions/gtk-go-down.png
+share/icons/Crux/16x16/actions/gtk-go-forward-ltr.png
+share/icons/Crux/16x16/actions/gtk-go-forward-rtl.png
+share/icons/Crux/16x16/actions/gtk-go-up.png
+share/icons/Crux/16x16/actions/gtk-goto-bottom.png
+share/icons/Crux/16x16/actions/gtk-goto-first-ltr.png
+share/icons/Crux/16x16/actions/gtk-goto-first-rtl.png
+share/icons/Crux/16x16/actions/gtk-goto-last-ltr.png
+share/icons/Crux/16x16/actions/gtk-goto-last-rtl.png
+share/icons/Crux/16x16/actions/gtk-goto-top.png
+share/icons/Crux/16x16/actions/gtk-home.png
+share/icons/Crux/16x16/actions/gtk-open.png
+share/icons/Crux/16x16/actions/gtk-refresh.png
+share/icons/Crux/16x16/actions/kfm_home.png
+share/icons/Crux/16x16/actions/next.png
+share/icons/Crux/16x16/actions/previous.png
+share/icons/Crux/16x16/actions/redhat-home.png
+share/icons/Crux/16x16/actions/reload.png
+share/icons/Crux/16x16/actions/reload3.png
+share/icons/Crux/16x16/actions/reload_all_tabs.png
+share/icons/Crux/16x16/actions/reload_page.png
+share/icons/Crux/16x16/actions/start.png
+share/icons/Crux/16x16/actions/stock_bottom.png
+share/icons/Crux/16x16/actions/stock_down.png
+share/icons/Crux/16x16/actions/stock_first.png
+share/icons/Crux/16x16/actions/stock_home.png
+share/icons/Crux/16x16/actions/stock_last.png
+share/icons/Crux/16x16/actions/stock_left.png
+share/icons/Crux/16x16/actions/stock_refresh.png
+share/icons/Crux/16x16/actions/stock_right.png
+share/icons/Crux/16x16/actions/stock_top.png
+share/icons/Crux/16x16/actions/stock_up.png
+share/icons/Crux/16x16/actions/top.png
+share/icons/Crux/16x16/actions/up.png
+share/icons/Crux/16x16/actions/view-refresh.png
+share/icons/Crux/16x16/places/application-x-gnome-saved-search.png
+share/icons/Crux/16x16/places/folder-remote.png
+share/icons/Crux/16x16/places/folder-saved-search.png
+share/icons/Crux/16x16/places/folder.png
+share/icons/Crux/16x16/places/folder_home.png
+share/icons/Crux/16x16/places/gnome-fs-directory.png
+share/icons/Crux/16x16/places/gnome-fs-ftp.png
+share/icons/Crux/16x16/places/gnome-fs-home.png
+share/icons/Crux/16x16/places/gnome-fs-nfs.png
+share/icons/Crux/16x16/places/gnome-fs-share.png
+share/icons/Crux/16x16/places/gnome-fs-smb.png
+share/icons/Crux/16x16/places/gnome-fs-ssh.png
+share/icons/Crux/16x16/places/gnome-mime-x-directory-smb-share.png
+share/icons/Crux/16x16/places/network.png
+share/icons/Crux/16x16/places/stock_folder.png
+share/icons/Crux/16x16/places/user-home.png
+share/icons/Crux/16x16/status/folder-drag-accept.png
+share/icons/Crux/16x16/status/folder-open.png
+share/icons/Crux/16x16/status/folder-visiting.png
+share/icons/Crux/16x16/status/folder_open.png
+share/icons/Crux/16x16/status/gnome-fs-directory-accept.png
+share/icons/Crux/16x16/status/gnome-fs-directory-visiting.png
+share/icons/Crux/16x16/status/stock_open.png
+share/icons/Crux/22x22/actions/back.png
+share/icons/Crux/22x22/actions/bottom.png
+share/icons/Crux/22x22/actions/document-open.png
+share/icons/Crux/22x22/actions/down.png
+share/icons/Crux/22x22/actions/fileopen.png
+share/icons/Crux/22x22/actions/finish.png
+share/icons/Crux/22x22/actions/forward.png
+share/icons/Crux/22x22/actions/go-bottom.png
+share/icons/Crux/22x22/actions/go-down.png
+share/icons/Crux/22x22/actions/go-first.png
+share/icons/Crux/22x22/actions/go-home.png
+share/icons/Crux/22x22/actions/go-last.png
+share/icons/Crux/22x22/actions/go-next.png
+share/icons/Crux/22x22/actions/go-previous.png
+share/icons/Crux/22x22/actions/go-top.png
+share/icons/Crux/22x22/actions/go-up.png
+share/icons/Crux/22x22/actions/gohome.png
+share/icons/Crux/22x22/actions/gtk-go-back-ltr.png
+share/icons/Crux/22x22/actions/gtk-go-back-rtl.png
+share/icons/Crux/22x22/actions/gtk-go-down.png
+share/icons/Crux/22x22/actions/gtk-go-forward-ltr.png
+share/icons/Crux/22x22/actions/gtk-go-forward-rtl.png
+share/icons/Crux/22x22/actions/gtk-go-up.png
+share/icons/Crux/22x22/actions/gtk-goto-bottom.png
+share/icons/Crux/22x22/actions/gtk-goto-first-ltr.png
+share/icons/Crux/22x22/actions/gtk-goto-first-rtl.png
+share/icons/Crux/22x22/actions/gtk-goto-last-ltr.png
+share/icons/Crux/22x22/actions/gtk-goto-last-rtl.png
+share/icons/Crux/22x22/actions/gtk-goto-top.png
+share/icons/Crux/22x22/actions/gtk-home.png
+share/icons/Crux/22x22/actions/gtk-open.png
+share/icons/Crux/22x22/actions/gtk-refresh.png
+share/icons/Crux/22x22/actions/kfm_home.png
+share/icons/Crux/22x22/actions/next.png
+share/icons/Crux/22x22/actions/previous.png
+share/icons/Crux/22x22/actions/redhat-home.png
+share/icons/Crux/22x22/actions/reload.png
+share/icons/Crux/22x22/actions/reload3.png
+share/icons/Crux/22x22/actions/reload_all_tabs.png
+share/icons/Crux/22x22/actions/reload_page.png
+share/icons/Crux/22x22/actions/start.png
+share/icons/Crux/22x22/actions/stock_bottom.png
+share/icons/Crux/22x22/actions/stock_down.png
+share/icons/Crux/22x22/actions/stock_first.png
+share/icons/Crux/22x22/actions/stock_home.png
+share/icons/Crux/22x22/actions/stock_last.png
+share/icons/Crux/22x22/actions/stock_left.png
+share/icons/Crux/22x22/actions/stock_refresh.png
+share/icons/Crux/22x22/actions/stock_right.png
+share/icons/Crux/22x22/actions/stock_top.png
+share/icons/Crux/22x22/actions/stock_up.png
+share/icons/Crux/22x22/actions/top.png
+share/icons/Crux/22x22/actions/up.png
+share/icons/Crux/22x22/actions/view-refresh.png
+share/icons/Crux/22x22/places/application-x-gnome-saved-search.png
+share/icons/Crux/22x22/places/folder-remote.png
+share/icons/Crux/22x22/places/folder-saved-search.png
+share/icons/Crux/22x22/places/folder.png
+share/icons/Crux/22x22/places/folder_home.png
+share/icons/Crux/22x22/places/gnome-fs-directory.png
+share/icons/Crux/22x22/places/gnome-fs-ftp.png
+share/icons/Crux/22x22/places/gnome-fs-home.png
+share/icons/Crux/22x22/places/gnome-fs-nfs.png
+share/icons/Crux/22x22/places/gnome-fs-share.png
+share/icons/Crux/22x22/places/gnome-fs-smb.png
+share/icons/Crux/22x22/places/gnome-fs-ssh.png
+share/icons/Crux/22x22/places/gnome-mime-x-directory-smb-share.png
+share/icons/Crux/22x22/places/network.png
+share/icons/Crux/22x22/places/stock_folder.png
+share/icons/Crux/22x22/places/user-home.png
+share/icons/Crux/22x22/status/folder-drag-accept.png
+share/icons/Crux/22x22/status/folder-open.png
+share/icons/Crux/22x22/status/folder-visiting.png
+share/icons/Crux/22x22/status/folder_open.png
+share/icons/Crux/22x22/status/gnome-fs-directory-accept.png
+share/icons/Crux/22x22/status/gnome-fs-directory-visiting.png
+share/icons/Crux/22x22/status/stock_open.png
+share/icons/Crux/32x32/actions/document-open.png
+share/icons/Crux/32x32/actions/fileopen.png
+share/icons/Crux/32x32/actions/gtk-open.png
+share/icons/Crux/32x32/places/application-x-gnome-saved-search.png
+share/icons/Crux/32x32/places/folder-remote.png
+share/icons/Crux/32x32/places/folder-saved-search.png
+share/icons/Crux/32x32/places/folder.png
+share/icons/Crux/32x32/places/folder_home.png
+share/icons/Crux/32x32/places/gnome-fs-directory.png
+share/icons/Crux/32x32/places/gnome-fs-ftp.png
+share/icons/Crux/32x32/places/gnome-fs-home.png
+share/icons/Crux/32x32/places/gnome-fs-nfs.png
+share/icons/Crux/32x32/places/gnome-fs-share.png
+share/icons/Crux/32x32/places/gnome-fs-smb.png
+share/icons/Crux/32x32/places/gnome-fs-ssh.png
+share/icons/Crux/32x32/places/gnome-mime-x-directory-smb-share.png
+share/icons/Crux/32x32/places/network.png
+share/icons/Crux/32x32/places/stock_folder.png
+share/icons/Crux/32x32/places/user-home.png
+share/icons/Crux/32x32/status/folder-drag-accept.png
+share/icons/Crux/32x32/status/folder-open.png
+share/icons/Crux/32x32/status/folder-visiting.png
+share/icons/Crux/32x32/status/folder_open.png
+share/icons/Crux/32x32/status/gnome-fs-directory-accept.png
+share/icons/Crux/32x32/status/gnome-fs-directory-visiting.png
+share/icons/Crux/32x32/status/stock_open.png
share/icons/Crux/index.theme
+share/icons/Crux/scalable/actions/back.svg
+share/icons/Crux/scalable/actions/bottom.svg
+share/icons/Crux/scalable/actions/document-open.svg
+share/icons/Crux/scalable/actions/down.svg
+share/icons/Crux/scalable/actions/fileopen.svg
+share/icons/Crux/scalable/actions/finish.svg
+share/icons/Crux/scalable/actions/forward.svg
+share/icons/Crux/scalable/actions/go-bottom.svg
+share/icons/Crux/scalable/actions/go-down.svg
+share/icons/Crux/scalable/actions/go-first.svg
+share/icons/Crux/scalable/actions/go-home.svg
+share/icons/Crux/scalable/actions/go-last.svg
+share/icons/Crux/scalable/actions/go-next.svg
+share/icons/Crux/scalable/actions/go-previous.svg
+share/icons/Crux/scalable/actions/go-top.svg
+share/icons/Crux/scalable/actions/go-up.svg
+share/icons/Crux/scalable/actions/gohome.svg
+share/icons/Crux/scalable/actions/gtk-go-back-ltr.svg
+share/icons/Crux/scalable/actions/gtk-go-back-rtl.svg
+share/icons/Crux/scalable/actions/gtk-go-down.svg
+share/icons/Crux/scalable/actions/gtk-go-forward-ltr.svg
+share/icons/Crux/scalable/actions/gtk-go-forward-rtl.svg
+share/icons/Crux/scalable/actions/gtk-go-up.svg
+share/icons/Crux/scalable/actions/gtk-goto-bottom.svg
+share/icons/Crux/scalable/actions/gtk-goto-first-ltr.svg
+share/icons/Crux/scalable/actions/gtk-goto-first-rtl.svg
+share/icons/Crux/scalable/actions/gtk-goto-last-ltr.svg
+share/icons/Crux/scalable/actions/gtk-goto-last-rtl.svg
+share/icons/Crux/scalable/actions/gtk-goto-top.svg
+share/icons/Crux/scalable/actions/gtk-home.svg
+share/icons/Crux/scalable/actions/gtk-open.svg
+share/icons/Crux/scalable/actions/gtk-refresh.svg
+share/icons/Crux/scalable/actions/kfm_home.svg
+share/icons/Crux/scalable/actions/next.svg
+share/icons/Crux/scalable/actions/previous.svg
+share/icons/Crux/scalable/actions/redhat-home.svg
+share/icons/Crux/scalable/actions/reload.svg
+share/icons/Crux/scalable/actions/reload3.svg
+share/icons/Crux/scalable/actions/reload_all_tabs.svg
+share/icons/Crux/scalable/actions/reload_page.svg
+share/icons/Crux/scalable/actions/start.svg
+share/icons/Crux/scalable/actions/stock_bottom.svg
+share/icons/Crux/scalable/actions/stock_down.svg
+share/icons/Crux/scalable/actions/stock_first.svg
+share/icons/Crux/scalable/actions/stock_home.svg
+share/icons/Crux/scalable/actions/stock_last.svg
+share/icons/Crux/scalable/actions/stock_left.svg
+share/icons/Crux/scalable/actions/stock_refresh.svg
+share/icons/Crux/scalable/actions/stock_right.svg
+share/icons/Crux/scalable/actions/stock_top.svg
+share/icons/Crux/scalable/actions/stock_up.svg
+share/icons/Crux/scalable/actions/top.svg
+share/icons/Crux/scalable/actions/up.svg
+share/icons/Crux/scalable/actions/view-refresh.svg
+share/icons/Crux/scalable/places/application-x-gnome-saved-search.svg
+share/icons/Crux/scalable/places/folder-remote.svg
+share/icons/Crux/scalable/places/folder-saved-search.svg
+share/icons/Crux/scalable/places/folder.svg
+share/icons/Crux/scalable/places/folder_home.svg
+share/icons/Crux/scalable/places/gnome-fs-directory.svg
+share/icons/Crux/scalable/places/gnome-fs-ftp.svg
+share/icons/Crux/scalable/places/gnome-fs-home.svg
+share/icons/Crux/scalable/places/gnome-fs-nfs.svg
+share/icons/Crux/scalable/places/gnome-fs-share.svg
+share/icons/Crux/scalable/places/gnome-fs-smb.svg
+share/icons/Crux/scalable/places/gnome-fs-ssh.svg
+share/icons/Crux/scalable/places/gnome-mime-x-directory-smb-share.svg
+share/icons/Crux/scalable/places/network.svg
+share/icons/Crux/scalable/places/stock_folder.svg
+share/icons/Crux/scalable/places/user-home.svg
+share/icons/Crux/scalable/status/folder-drag-accept.svg
+share/icons/Crux/scalable/status/folder-open.svg
+share/icons/Crux/scalable/status/folder-visiting.svg
+share/icons/Crux/scalable/status/folder_open.svg
+share/icons/Crux/scalable/status/gnome-fs-directory-accept.svg
+share/icons/Crux/scalable/status/gnome-fs-directory-visiting.svg
+share/icons/Crux/scalable/status/stock_open.svg
share/icons/HighContrast-SVG/48x48/animations/gnome-spinner-rest.png
share/icons/HighContrast-SVG/48x48/animations/gnome-spinner.png
share/icons/HighContrast-SVG/48x48/animations/process-idle.png
@@ -283,9 +521,9 @@ share/icons/HighContrast-SVG/scalable/actions/stock_refresh.svg
share/icons/HighContrast-SVG/scalable/actions/stock_right.svg
share/icons/HighContrast-SVG/scalable/actions/stock_save-as.svg
share/icons/HighContrast-SVG/scalable/actions/stock_save.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_select-all.svg
share/icons/HighContrast-SVG/scalable/actions/stock_search-and-replace.svg
share/icons/HighContrast-SVG/scalable/actions/stock_search.svg
+share/icons/HighContrast-SVG/scalable/actions/stock_select-all.svg
share/icons/HighContrast-SVG/scalable/actions/stock_spam.svg
share/icons/HighContrast-SVG/scalable/actions/stock_stop.svg
share/icons/HighContrast-SVG/scalable/actions/stock_text-strikethrough.svg
@@ -1738,27 +1976,76 @@ share/icons/LowContrastLargePrint/48x48/mimetypes/gnome-mime-video-x-msvideo.png
share/icons/LowContrastLargePrint/48x48/mimetypes/gnome-mime-x-font-afm.png
share/icons/LowContrastLargePrint/48x48/mimetypes/gnome-package.png
share/icons/LowContrastLargePrint/index.theme
-share/icons/Mist/16x16/places/document-open.png
-share/icons/Mist/16x16/places/folder-drag-accept.png
+share/icons/Mist/16x16/actions/document-open.svg
+share/icons/Mist/16x16/actions/fileopen.svg
+share/icons/Mist/16x16/actions/gtk-open.svg
+share/icons/Mist/16x16/places/application-x-gnome-saved-search.png
share/icons/Mist/16x16/places/folder-new.png
-share/icons/Mist/16x16/places/folder-open.png
+share/icons/Mist/16x16/places/folder-remote.png
+share/icons/Mist/16x16/places/folder-saved-search.png
share/icons/Mist/16x16/places/folder.png
+share/icons/Mist/16x16/places/folder_home.svg
share/icons/Mist/16x16/places/gnome-fs-directory.png
+share/icons/Mist/16x16/places/gnome-fs-ftp.png
+share/icons/Mist/16x16/places/gnome-fs-home.svg
+share/icons/Mist/16x16/places/gnome-fs-nfs.png
+share/icons/Mist/16x16/places/gnome-fs-share.png
+share/icons/Mist/16x16/places/gnome-fs-smb.png
+share/icons/Mist/16x16/places/gnome-fs-ssh.png
+share/icons/Mist/16x16/places/gnome-mime-x-directory-smb-share.png
+share/icons/Mist/16x16/places/network.png
share/icons/Mist/16x16/places/stock_folder.png
-share/icons/Mist/22x22/places/document-open.png
-share/icons/Mist/22x22/places/folder-drag-accept.png
+share/icons/Mist/16x16/places/user-home.svg
+share/icons/Mist/22x22/actions/document-open.svg
+share/icons/Mist/22x22/actions/fileopen.svg
+share/icons/Mist/22x22/actions/gtk-open.svg
+share/icons/Mist/22x22/places/application-x-gnome-saved-search.png
share/icons/Mist/22x22/places/folder-new.png
-share/icons/Mist/22x22/places/folder-open.png
+share/icons/Mist/22x22/places/folder-remote.png
+share/icons/Mist/22x22/places/folder-saved-search.png
share/icons/Mist/22x22/places/folder.png
+share/icons/Mist/22x22/places/folder_home.svg
share/icons/Mist/22x22/places/gnome-fs-directory.png
+share/icons/Mist/22x22/places/gnome-fs-ftp.png
+share/icons/Mist/22x22/places/gnome-fs-home.svg
+share/icons/Mist/22x22/places/gnome-fs-nfs.png
+share/icons/Mist/22x22/places/gnome-fs-share.png
+share/icons/Mist/22x22/places/gnome-fs-smb.png
+share/icons/Mist/22x22/places/gnome-fs-ssh.png
+share/icons/Mist/22x22/places/gnome-mime-x-directory-smb-share.png
+share/icons/Mist/22x22/places/network.png
share/icons/Mist/22x22/places/stock_folder.png
-share/icons/Mist/32x32/places/document-open.png
-share/icons/Mist/32x32/places/folder-drag-accept.png
-share/icons/Mist/32x32/places/folder-new.png
-share/icons/Mist/32x32/places/folder-open.png
-share/icons/Mist/32x32/places/folder.png
-share/icons/Mist/32x32/places/gnome-fs-directory.png
-share/icons/Mist/32x32/places/stock_folder.png
+share/icons/Mist/22x22/places/user-home.svg
+share/icons/Mist/22x22/status/folder-drag-accept.svg
+share/icons/Mist/22x22/status/folder-open.svg
+share/icons/Mist/22x22/status/folder_open.svg
+share/icons/Mist/22x22/status/gnome-fs-directory-accept.svg
+share/icons/Mist/22x22/status/stock_open.svg
+share/icons/Mist/32x32/actions/document-open.svg
+share/icons/Mist/32x32/actions/fileopen.svg
+share/icons/Mist/32x32/actions/gtk-open.svg
+share/icons/Mist/32x32/places/application-x-gnome-saved-search.svg
+share/icons/Mist/32x32/places/folder-new.svg
+share/icons/Mist/32x32/places/folder-remote.svg
+share/icons/Mist/32x32/places/folder-saved-search.svg
+share/icons/Mist/32x32/places/folder.svg
+share/icons/Mist/32x32/places/folder_home.svg
+share/icons/Mist/32x32/places/gnome-fs-directory.svg
+share/icons/Mist/32x32/places/gnome-fs-ftp.svg
+share/icons/Mist/32x32/places/gnome-fs-home.svg
+share/icons/Mist/32x32/places/gnome-fs-nfs.svg
+share/icons/Mist/32x32/places/gnome-fs-share.svg
+share/icons/Mist/32x32/places/gnome-fs-smb.svg
+share/icons/Mist/32x32/places/gnome-fs-ssh.svg
+share/icons/Mist/32x32/places/gnome-mime-x-directory-smb-share.svg
+share/icons/Mist/32x32/places/network.svg
+share/icons/Mist/32x32/places/stock_folder.svg
+share/icons/Mist/32x32/places/user-home.svg
+share/icons/Mist/32x32/status/folder-drag-accept.svg
+share/icons/Mist/32x32/status/folder-open.svg
+share/icons/Mist/32x32/status/folder_open.svg
+share/icons/Mist/32x32/status/gnome-fs-directory-accept.svg
+share/icons/Mist/32x32/status/stock_open.svg
share/icons/Mist/index.theme
share/icons/Mist/scalable/actions/document-open.svg
share/icons/Mist/scalable/actions/fileopen.svg
@@ -1830,6 +2117,7 @@ share/locale/mg/LC_MESSAGES/gnome-themes.mo
share/locale/mk/LC_MESSAGES/gnome-themes.mo
share/locale/ml/LC_MESSAGES/gnome-themes.mo
share/locale/mn/LC_MESSAGES/gnome-themes.mo
+share/locale/mr/LC_MESSAGES/gnome-themes.mo
share/locale/ms/LC_MESSAGES/gnome-themes.mo
share/locale/nb/LC_MESSAGES/gnome-themes.mo
share/locale/ne/LC_MESSAGES/gnome-themes.mo
@@ -1860,7 +2148,6 @@ share/locale/xh/LC_MESSAGES/gnome-themes.mo
share/locale/zh_CN/LC_MESSAGES/gnome-themes.mo
share/locale/zh_HK/LC_MESSAGES/gnome-themes.mo
share/locale/zh_TW/LC_MESSAGES/gnome-themes.mo
-share/themes/Clarius/gtk-2.0/gtkrc
share/themes/Clearlooks/index.theme
share/themes/Crux/index.theme
share/themes/Glider/gtk-2.0/gtkrc
@@ -2428,6 +2715,9 @@ share/themes/LowContrastLargePrint/pixmaps/volume-min.png
share/themes/LowContrastLargePrint/pixmaps/volume-mute.png
share/themes/LowContrastLargePrint/pixmaps/volume-zero.png
share/themes/Mist/index.theme
+share/themes/Simple/gtk-2.0/gtkrc
+@dirrm share/themes/Simple/gtk-2.0
+@dirrm share/themes/Simple
@dirrm share/themes/Mist
@dirrm share/themes/LowContrastLargePrint/pixmaps
@dirrm share/themes/LowContrastLargePrint/gtk-2.0
@@ -2451,23 +2741,79 @@ share/themes/Mist/index.theme
@dirrm share/themes/Glider
@dirrm share/themes/Crux
@dirrm share/themes/Clearlooks
-@dirrm share/themes/Clarius/gtk-2.0
-@dirrm share/themes/Clarius
+@dirrm share/themes
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/li/LC_MESSAGES
+@dirrmtry share/locale/li
@dirrmtry share/locale/ky/LC_MESSAGES
@dirrmtry share/locale/ky
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be
@dirrm share/icons/Mist/scalable/status
@dirrm share/icons/Mist/scalable/places
@dirrm share/icons/Mist/scalable/actions
@dirrm share/icons/Mist/scalable
+@dirrm share/icons/Mist/32x32/status
@dirrm share/icons/Mist/32x32/places
+@dirrm share/icons/Mist/32x32/actions
@dirrm share/icons/Mist/32x32
+@dirrm share/icons/Mist/22x22/status
@dirrm share/icons/Mist/22x22/places
+@dirrm share/icons/Mist/22x22/actions
@dirrm share/icons/Mist/22x22
@dirrm share/icons/Mist/16x16/places
+@dirrm share/icons/Mist/16x16/actions
@dirrm share/icons/Mist/16x16
@dirrm share/icons/Mist
@dirrm share/icons/LowContrastLargePrint/48x48/mimetypes
@@ -2507,25 +2853,22 @@ share/themes/Mist/index.theme
@dirrm share/icons/HighContrast-SVG/48x48
@dirrm share/icons/HighContrast-SVG
@dirrm share/icons/HighContrast
-@dirrm share/icons/Crux/96x96/filesystems
-@dirrm share/icons/Crux/96x96/emblems
-@dirrm share/icons/Crux/96x96
-@dirrm share/icons/Crux/72x72/filesystems
-@dirrm share/icons/Crux/72x72/emblems
-@dirrm share/icons/Crux/72x72
-@dirrm share/icons/Crux/48x48/filesystems
-@dirrm share/icons/Crux/48x48/emblems
-@dirrm share/icons/Crux/48x48
-@dirrm share/icons/Crux/36x36/filesystems
-@dirrm share/icons/Crux/36x36
-@dirrm share/icons/Crux/24x24/filesystems
-@dirrm share/icons/Crux/24x24
-@dirrm share/icons/Crux/20x20/filesystems
-@dirrm share/icons/Crux/20x20
-@dirrm share/icons/Crux/192x192/filesystems
-@dirrm share/icons/Crux/192x192
-@dirrm share/icons/Crux/12x12/filesystems
-@dirrm share/icons/Crux/12x12
+@dirrm share/icons/Crux/scalable/status
+@dirrm share/icons/Crux/scalable/places
+@dirrm share/icons/Crux/scalable/actions
+@dirrm share/icons/Crux/scalable
+@dirrm share/icons/Crux/32x32/status
+@dirrm share/icons/Crux/32x32/places
+@dirrm share/icons/Crux/32x32/actions
+@dirrm share/icons/Crux/32x32
+@dirrm share/icons/Crux/22x22/status
+@dirrm share/icons/Crux/22x22/places
+@dirrm share/icons/Crux/22x22/actions
+@dirrm share/icons/Crux/22x22
+@dirrm share/icons/Crux/16x16/status
+@dirrm share/icons/Crux/16x16/places
+@dirrm share/icons/Crux/16x16/actions
+@dirrm share/icons/Crux/16x16
@dirrm share/icons/Crux
@dirrmtry share/icons
@dirrm share/gnome/themes/Mist/metacity-1