summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-backgrounds/Makefile5
-rw-r--r--x11-themes/gnome-backgrounds/distinfo6
-rw-r--r--x11-themes/gnome-backgrounds/pkg-plist8
-rw-r--r--x11-themes/gnome-themes/Makefile4
-rw-r--r--x11-themes/gnome-themes/distinfo5
-rw-r--r--x11-themes/gnome-themes/pkg-plist324
-rw-r--r--x11-themes/gtk-qt-engine/Makefile2
7 files changed, 275 insertions, 79 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile
index ec60036a4a77..96133ec15ee0 100644
--- a/x11-themes/gnome-backgrounds/Makefile
+++ b/x11-themes/gnome-backgrounds/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.47 2010/04/02 01:50:16 avl Exp $
+# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.49 2010/09/27 19:52:50 kwm Exp $
#
PORTNAME= gnome-backgrounds
-PORTVERSION= 2.30.0
-PORTREVISION= 1
+PORTVERSION= 2.32.0
CATEGORIES= x11-themes graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo
index 04c51d2e9fb3..e9d5a892ebbf 100644
--- a/x11-themes/gnome-backgrounds/distinfo
+++ b/x11-themes/gnome-backgrounds/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-backgrounds-2.30.0.tar.bz2) = 4d620b0d0b6498eceacaef018abdcad2
-SHA256 (gnome2/gnome-backgrounds-2.30.0.tar.bz2) = c69220d2c65419c5c2cce1f80df8bb40ef2e584ef5500313f9304eb5f71e8a92
-SIZE (gnome2/gnome-backgrounds-2.30.0.tar.bz2) = 9931183
+MD5 (gnome2/gnome-backgrounds-2.32.0.tar.bz2) = 3df26626483b02e51adefc6ab5945a8d
+SHA256 (gnome2/gnome-backgrounds-2.32.0.tar.bz2) = 4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef
+SIZE (gnome2/gnome-backgrounds-2.32.0.tar.bz2) = 9919651
diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist
index d2808909683f..bf37284713f0 100644
--- a/x11-themes/gnome-backgrounds/pkg-plist
+++ b/x11-themes/gnome-backgrounds/pkg-plist
@@ -1,6 +1,7 @@
share/gnome-background-properties/gnome-abstract.xml
share/gnome-background-properties/gnome-nature.xml
share/locale/af/LC_MESSAGES/gnome-backgrounds.mo
+share/locale/an/LC_MESSAGES/gnome-backgrounds.mo
share/locale/ar/LC_MESSAGES/gnome-backgrounds.mo
share/locale/as/LC_MESSAGES/gnome-backgrounds.mo
share/locale/ast/LC_MESSAGES/gnome-backgrounds.mo
@@ -20,6 +21,7 @@ share/locale/el/LC_MESSAGES/gnome-backgrounds.mo
share/locale/en@shaw/LC_MESSAGES/gnome-backgrounds.mo
share/locale/en_CA/LC_MESSAGES/gnome-backgrounds.mo
share/locale/en_GB/LC_MESSAGES/gnome-backgrounds.mo
+share/locale/eo/LC_MESSAGES/gnome-backgrounds.mo
share/locale/es/LC_MESSAGES/gnome-backgrounds.mo
share/locale/et/LC_MESSAGES/gnome-backgrounds.mo
share/locale/eu/LC_MESSAGES/gnome-backgrounds.mo
@@ -27,6 +29,7 @@ share/locale/fa/LC_MESSAGES/gnome-backgrounds.mo
share/locale/fi/LC_MESSAGES/gnome-backgrounds.mo
share/locale/fr/LC_MESSAGES/gnome-backgrounds.mo
share/locale/fur/LC_MESSAGES/gnome-backgrounds.mo
+share/locale/fy/LC_MESSAGES/gnome-backgrounds.mo
share/locale/ga/LC_MESSAGES/gnome-backgrounds.mo
share/locale/gl/LC_MESSAGES/gnome-backgrounds.mo
share/locale/gu/LC_MESSAGES/gnome-backgrounds.mo
@@ -51,6 +54,7 @@ share/locale/mk/LC_MESSAGES/gnome-backgrounds.mo
share/locale/ml/LC_MESSAGES/gnome-backgrounds.mo
share/locale/mn/LC_MESSAGES/gnome-backgrounds.mo
share/locale/mr/LC_MESSAGES/gnome-backgrounds.mo
+share/locale/ms/LC_MESSAGES/gnome-backgrounds.mo
share/locale/nb/LC_MESSAGES/gnome-backgrounds.mo
share/locale/nds/LC_MESSAGES/gnome-backgrounds.mo
share/locale/ne/LC_MESSAGES/gnome-backgrounds.mo
@@ -138,6 +142,8 @@ share/pixmaps/backgrounds/gnome/nature/YellowFlower.jpg
@dirrmtry share/locale/kk
@dirrmtry share/locale/hy/LC_MESSAGES
@dirrmtry share/locale/hy
+@dirrmtry share/locale/fy/LC_MESSAGES
+@dirrmtry share/locale/fy
@dirrmtry share/locale/fur/LC_MESSAGES
@dirrmtry share/locale/fur
@dirrmtry share/locale/en@shaw/LC_MESSAGES
@@ -154,3 +160,5 @@ share/pixmaps/backgrounds/gnome/nature/YellowFlower.jpg
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
+@dirrmtry share/locale/an/LC_MESSAGES
+@dirrmtry share/locale/an
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
index 2de3ff540965..60c49c04fc14 100644
--- a/x11-themes/gnome-themes/Makefile
+++ b/x11-themes/gnome-themes/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/x11-themes/gnome-themes/Makefile,v 1.5 2010/06/23 14:17:10 kwm Exp $
+# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.183 2010/11/15 22:11:44 kwm Exp $
#
PORTNAME= gnome-themes
-PORTVERSION= 2.30.2
+PORTVERSION= 2.32.1
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/x11-themes/gnome-themes/distinfo b/x11-themes/gnome-themes/distinfo
index ddfac942698e..a4b137dfe738 100644
--- a/x11-themes/gnome-themes/distinfo
+++ b/x11-themes/gnome-themes/distinfo
@@ -1,3 +1,2 @@
-MD5 (gnome2/gnome-themes-2.30.2.tar.bz2) = a14d46ac59f651e04a333ae1dff23848
-SHA256 (gnome2/gnome-themes-2.30.2.tar.bz2) = b7efbeb429ad19003cc26c468597cef42f5b5570d819af51828efbaa441682d5
-SIZE (gnome2/gnome-themes-2.30.2.tar.bz2) = 1643197
+SHA256 (gnome2/gnome-themes-2.32.1.tar.bz2) = 8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a
+SIZE (gnome2/gnome-themes-2.32.1.tar.bz2) = 2683723
diff --git a/x11-themes/gnome-themes/pkg-plist b/x11-themes/gnome-themes/pkg-plist
index ccbe20ffa6a4..f548a6f02d0c 100644
--- a/x11-themes/gnome-themes/pkg-plist
+++ b/x11-themes/gnome-themes/pkg-plist
@@ -675,6 +675,7 @@ share/icons/HighContrast-SVG/scalable/apps/bug-buddy.svg
share/icons/HighContrast-SVG/scalable/apps/calc.svg
share/icons/HighContrast-SVG/scalable/apps/config-language.svg
share/icons/HighContrast-SVG/scalable/apps/file-manager.svg
+share/icons/HighContrast-SVG/scalable/apps/firefox-icon.svg
share/icons/HighContrast-SVG/scalable/apps/fonts.svg
share/icons/HighContrast-SVG/scalable/apps/glchess.svg
share/icons/HighContrast-SVG/scalable/apps/gnome-calculator.svg
@@ -705,6 +706,7 @@ share/icons/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg
share/icons/HighContrast-SVG/scalable/apps/multimedia.svg
share/icons/HighContrast-SVG/scalable/apps/openterm.svg
share/icons/HighContrast-SVG/scalable/apps/orca.svg
+share/icons/HighContrast-SVG/scalable/apps/pidgin.svg
share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg
share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg
share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg
@@ -720,6 +722,7 @@ share/icons/HighContrast-SVG/scalable/apps/susehelpcenter.svg
share/icons/HighContrast-SVG/scalable/apps/system-file-manager.svg
share/icons/HighContrast-SVG/scalable/apps/terminal.svg
share/icons/HighContrast-SVG/scalable/apps/text-editor.svg
+share/icons/HighContrast-SVG/scalable/apps/thunderbird-icon.svg
share/icons/HighContrast-SVG/scalable/apps/tomboy.svg
share/icons/HighContrast-SVG/scalable/apps/totem.svg
share/icons/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg
@@ -1231,6 +1234,7 @@ share/icons/HighContrastLargePrint/48x48/apps/gnome-mini-commander.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer-applet.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-monitor.png
+share/icons/HighContrastLargePrint/48x48/apps/gnome-palm.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-panel.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation-rest.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation.png
@@ -1250,6 +1254,7 @@ share/icons/HighContrastLargePrint/48x48/apps/gnome-window-manager.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-windows.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-workspace.png
share/icons/HighContrastLargePrint/48x48/apps/gok.png
+share/icons/HighContrastLargePrint/48x48/apps/gtkam-camera.png
share/icons/HighContrastLargePrint/48x48/apps/gucharmap.png
share/icons/HighContrastLargePrint/48x48/apps/help-browser.png
share/icons/HighContrastLargePrint/48x48/apps/kcalc.png
@@ -1274,6 +1279,7 @@ share/icons/HighContrastLargePrint/48x48/apps/orca.png
share/icons/HighContrastLargePrint/48x48/apps/panel-drawer.png
share/icons/HighContrastLargePrint/48x48/apps/panel-force-quit.png
share/icons/HighContrastLargePrint/48x48/apps/perfmeter.png
+share/icons/HighContrastLargePrint/48x48/apps/pidgin.png
share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-accessibility.png
share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-font.png
share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard-shortcuts.png
@@ -1295,6 +1301,7 @@ share/icons/HighContrastLargePrint/48x48/apps/susehelpcenter.png
share/icons/HighContrastLargePrint/48x48/apps/system-file-manager.png
share/icons/HighContrastLargePrint/48x48/apps/terminal.png
share/icons/HighContrastLargePrint/48x48/apps/text-editor.png
+share/icons/HighContrastLargePrint/48x48/apps/thunderbird-icon.png
share/icons/HighContrastLargePrint/48x48/apps/totem.png
share/icons/HighContrastLargePrint/48x48/apps/utilities-system-monitor.png
share/icons/HighContrastLargePrint/48x48/apps/utilities-terminal.png
@@ -1416,6 +1423,7 @@ share/icons/HighContrastLargePrint/48x48/devices/media-cdrom.png
share/icons/HighContrastLargePrint/48x48/devices/media-floppy.png
share/icons/HighContrastLargePrint/48x48/devices/media-optical.png
share/icons/HighContrastLargePrint/48x48/devices/mouse.png
+share/icons/HighContrastLargePrint/48x48/devices/pda.png
share/icons/HighContrastLargePrint/48x48/devices/printer-remote.png
share/icons/HighContrastLargePrint/48x48/devices/printer.png
share/icons/HighContrastLargePrint/48x48/devices/printer1.png
@@ -1692,6 +1700,7 @@ share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mini-commander.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer-applet.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-monitor.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-palm.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-panel.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation-rest.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation.png
@@ -1711,6 +1720,7 @@ share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-window-manager.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-windows.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-workspace.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gok.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/gtkam-camera.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gucharmap.png
share/icons/HighContrastLargePrintInverse/48x48/apps/help-browser.png
share/icons/HighContrastLargePrintInverse/48x48/apps/kcalc.png
@@ -1735,6 +1745,7 @@ share/icons/HighContrastLargePrintInverse/48x48/apps/orca.png
share/icons/HighContrastLargePrintInverse/48x48/apps/panel-drawer.png
share/icons/HighContrastLargePrintInverse/48x48/apps/panel-force-quit.png
share/icons/HighContrastLargePrintInverse/48x48/apps/perfmeter.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/pidgin.png
share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-accessibility.png
share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-font.png
share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.png
@@ -1756,6 +1767,7 @@ share/icons/HighContrastLargePrintInverse/48x48/apps/susehelpcenter.png
share/icons/HighContrastLargePrintInverse/48x48/apps/system-file-manager.png
share/icons/HighContrastLargePrintInverse/48x48/apps/terminal.png
share/icons/HighContrastLargePrintInverse/48x48/apps/text-editor.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/thunderbird-icon.png
share/icons/HighContrastLargePrintInverse/48x48/apps/totem.png
share/icons/HighContrastLargePrintInverse/48x48/apps/utilities-system-monitor.png
share/icons/HighContrastLargePrintInverse/48x48/apps/utilities-terminal.png
@@ -1879,6 +1891,7 @@ share/icons/HighContrastLargePrintInverse/48x48/devices/media-floppy.png
share/icons/HighContrastLargePrintInverse/48x48/devices/media-optical.png
share/icons/HighContrastLargePrintInverse/48x48/devices/mouse.png
share/icons/HighContrastLargePrintInverse/48x48/devices/network-wireless.png
+share/icons/HighContrastLargePrintInverse/48x48/devices/pda.png
share/icons/HighContrastLargePrintInverse/48x48/devices/printer-remote.png
share/icons/HighContrastLargePrintInverse/48x48/devices/printer.png
share/icons/HighContrastLargePrintInverse/48x48/devices/printer1.png
@@ -2139,13 +2152,34 @@ share/icons/HighContrastLargePrintInverse/index.theme
share/icons/LargePrint/index.theme
share/icons/Mist/16x16/actions/document-open.png
share/icons/Mist/16x16/actions/fileopen.png
+share/icons/Mist/16x16/actions/folder-new.png
+share/icons/Mist/16x16/actions/folder_new.png
share/icons/Mist/16x16/actions/gtk-open.png
+share/icons/Mist/16x16/actions/stock_new-dir.png
+share/icons/Mist/16x16/apps/preferences-desktop-display.png
+share/icons/Mist/16x16/devices/chardevice.png
+share/icons/Mist/16x16/devices/computer.png
+share/icons/Mist/16x16/devices/display.png
+share/icons/Mist/16x16/devices/gnome-dev-computer.png
+share/icons/Mist/16x16/devices/gnome-fs-client.png
+share/icons/Mist/16x16/devices/system.png
+share/icons/Mist/16x16/devices/video-display.png
+share/icons/Mist/16x16/devices/xfce4-display.png
share/icons/Mist/16x16/places/application-x-gnome-saved-search.png
+share/icons/Mist/16x16/places/desktop.png
+share/icons/Mist/16x16/places/folder-documents.png
+share/icons/Mist/16x16/places/folder-download.png
+share/icons/Mist/16x16/places/folder-music.png
share/icons/Mist/16x16/places/folder-new.png
+share/icons/Mist/16x16/places/folder-pictures.png
+share/icons/Mist/16x16/places/folder-publicshare.png
share/icons/Mist/16x16/places/folder-remote.png
share/icons/Mist/16x16/places/folder-saved-search.png
+share/icons/Mist/16x16/places/folder-templates.png
+share/icons/Mist/16x16/places/folder-videos.png
share/icons/Mist/16x16/places/folder.png
share/icons/Mist/16x16/places/folder_home.png
+share/icons/Mist/16x16/places/gnome-fs-desktop.png
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.png
@@ -2158,26 +2192,48 @@ share/icons/Mist/16x16/places/gtk-directory.png
share/icons/Mist/16x16/places/inode-directory.png
share/icons/Mist/16x16/places/network.png
share/icons/Mist/16x16/places/stock_folder.png
+share/icons/Mist/16x16/places/user-desktop.png
share/icons/Mist/16x16/places/user-home.png
-share/icons/Mist/16x16/status/folder-drag-accept.svg
-share/icons/Mist/16x16/status/folder-open.svg
+share/icons/Mist/16x16/status/folder-drag-accept.png
+share/icons/Mist/16x16/status/folder-open.png
share/icons/Mist/16x16/status/folder-visiting.png
-share/icons/Mist/16x16/status/folder_open.svg
-share/icons/Mist/16x16/status/gnome-fs-directory-accept.svg
+share/icons/Mist/16x16/status/folder_open.png
+share/icons/Mist/16x16/status/gnome-fs-directory-accept.png
share/icons/Mist/16x16/status/gnome-fs-directory-visiting.png
-share/icons/Mist/16x16/status/stock_open.svg
+share/icons/Mist/16x16/status/stock_open.png
share/icons/Mist/22x22/actions/document-open.png
share/icons/Mist/22x22/actions/fileopen.png
+share/icons/Mist/22x22/actions/folder-new.png
+share/icons/Mist/22x22/actions/folder_new.png
share/icons/Mist/22x22/actions/gtk-open.png
+share/icons/Mist/22x22/actions/stock_new-dir.png
+share/icons/Mist/22x22/apps/preferences-desktop-display.png
+share/icons/Mist/22x22/devices/chardevice.png
+share/icons/Mist/22x22/devices/computer.png
+share/icons/Mist/22x22/devices/display.png
+share/icons/Mist/22x22/devices/gnome-dev-computer.png
+share/icons/Mist/22x22/devices/gnome-fs-client.png
+share/icons/Mist/22x22/devices/system.png
+share/icons/Mist/22x22/devices/video-display.png
+share/icons/Mist/22x22/devices/xfce4-display.png
share/icons/Mist/22x22/places/application-x-gnome-saved-search.png
+share/icons/Mist/22x22/places/desktop.png
+share/icons/Mist/22x22/places/folder-documents.png
+share/icons/Mist/22x22/places/folder-download.png
+share/icons/Mist/22x22/places/folder-music.png
share/icons/Mist/22x22/places/folder-new.png
+share/icons/Mist/22x22/places/folder-pictures.png
+share/icons/Mist/22x22/places/folder-publicshare.png
share/icons/Mist/22x22/places/folder-remote.png
share/icons/Mist/22x22/places/folder-saved-search.png
+share/icons/Mist/22x22/places/folder-templates.png
+share/icons/Mist/22x22/places/folder-videos.png
share/icons/Mist/22x22/places/folder.png
-share/icons/Mist/22x22/places/folder_home.svg
+share/icons/Mist/22x22/places/folder_home.png
+share/icons/Mist/22x22/places/gnome-fs-desktop.png
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-home.png
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
@@ -2187,7 +2243,8 @@ share/icons/Mist/22x22/places/gtk-directory.png
share/icons/Mist/22x22/places/inode-directory.png
share/icons/Mist/22x22/places/network.png
share/icons/Mist/22x22/places/stock_folder.png
-share/icons/Mist/22x22/places/user-home.svg
+share/icons/Mist/22x22/places/user-desktop.png
+share/icons/Mist/22x22/places/user-home.png
share/icons/Mist/22x22/status/folder-drag-accept.png
share/icons/Mist/22x22/status/folder-open.png
share/icons/Mist/22x22/status/folder-visiting.png
@@ -2197,13 +2254,34 @@ share/icons/Mist/22x22/status/gnome-fs-directory-visiting.png
share/icons/Mist/22x22/status/stock_open.png
share/icons/Mist/24x24/actions/document-open.png
share/icons/Mist/24x24/actions/fileopen.png
+share/icons/Mist/24x24/actions/folder-new.png
+share/icons/Mist/24x24/actions/folder_new.png
share/icons/Mist/24x24/actions/gtk-open.png
+share/icons/Mist/24x24/actions/stock_new-dir.png
+share/icons/Mist/24x24/apps/preferences-desktop-display.png
+share/icons/Mist/24x24/devices/chardevice.png
+share/icons/Mist/24x24/devices/computer.png
+share/icons/Mist/24x24/devices/display.png
+share/icons/Mist/24x24/devices/gnome-dev-computer.png
+share/icons/Mist/24x24/devices/gnome-fs-client.png
+share/icons/Mist/24x24/devices/system.png
+share/icons/Mist/24x24/devices/video-display.png
+share/icons/Mist/24x24/devices/xfce4-display.png
share/icons/Mist/24x24/places/application-x-gnome-saved-search.png
+share/icons/Mist/24x24/places/desktop.png
+share/icons/Mist/24x24/places/folder-documents.png
+share/icons/Mist/24x24/places/folder-download.png
+share/icons/Mist/24x24/places/folder-music.png
share/icons/Mist/24x24/places/folder-new.png
+share/icons/Mist/24x24/places/folder-pictures.png
+share/icons/Mist/24x24/places/folder-publicshare.png
share/icons/Mist/24x24/places/folder-remote.png
share/icons/Mist/24x24/places/folder-saved-search.png
+share/icons/Mist/24x24/places/folder-templates.png
+share/icons/Mist/24x24/places/folder-videos.png
share/icons/Mist/24x24/places/folder.png
share/icons/Mist/24x24/places/folder_home.png
+share/icons/Mist/24x24/places/gnome-fs-desktop.png
share/icons/Mist/24x24/places/gnome-fs-directory.png
share/icons/Mist/24x24/places/gnome-fs-ftp.png
share/icons/Mist/24x24/places/gnome-fs-home.png
@@ -2216,6 +2294,7 @@ share/icons/Mist/24x24/places/gtk-directory.png
share/icons/Mist/24x24/places/inode-directory.png
share/icons/Mist/24x24/places/network.png
share/icons/Mist/24x24/places/stock_folder.png
+share/icons/Mist/24x24/places/user-desktop.png
share/icons/Mist/24x24/places/user-home.png
share/icons/Mist/24x24/status/folder-drag-accept.png
share/icons/Mist/24x24/status/folder-open.png
@@ -2224,65 +2303,158 @@ share/icons/Mist/24x24/status/folder_open.png
share/icons/Mist/24x24/status/gnome-fs-directory-accept.png
share/icons/Mist/24x24/status/gnome-fs-directory-visiting.png
share/icons/Mist/24x24/status/stock_open.png
-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/gtk-directory.svg
-share/icons/Mist/32x32/places/inode-directory.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/256x256/actions/document-open.png
+share/icons/Mist/256x256/actions/fileopen.png
+share/icons/Mist/256x256/actions/folder-new.png
+share/icons/Mist/256x256/actions/folder_new.png
+share/icons/Mist/256x256/actions/gtk-open.png
+share/icons/Mist/256x256/actions/stock_new-dir.png
+share/icons/Mist/256x256/apps/preferences-desktop-display.png
+share/icons/Mist/256x256/devices/chardevice.png
+share/icons/Mist/256x256/devices/computer.png
+share/icons/Mist/256x256/devices/display.png
+share/icons/Mist/256x256/devices/gnome-dev-computer.png
+share/icons/Mist/256x256/devices/gnome-fs-client.png
+share/icons/Mist/256x256/devices/system.png
+share/icons/Mist/256x256/devices/video-display.png
+share/icons/Mist/256x256/devices/xfce4-display.png
+share/icons/Mist/256x256/places/application-x-gnome-saved-search.png
+share/icons/Mist/256x256/places/desktop.png
+share/icons/Mist/256x256/places/folder-documents.png
+share/icons/Mist/256x256/places/folder-download.png
+share/icons/Mist/256x256/places/folder-music.png
+share/icons/Mist/256x256/places/folder-pictures.png
+share/icons/Mist/256x256/places/folder-publicshare.png
+share/icons/Mist/256x256/places/folder-remote.png
+share/icons/Mist/256x256/places/folder-saved-search.png
+share/icons/Mist/256x256/places/folder-templates.png
+share/icons/Mist/256x256/places/folder-videos.png
+share/icons/Mist/256x256/places/folder.png
+share/icons/Mist/256x256/places/folder_home.png
+share/icons/Mist/256x256/places/gnome-fs-desktop.png
+share/icons/Mist/256x256/places/gnome-fs-directory.png
+share/icons/Mist/256x256/places/gnome-fs-ftp.png
+share/icons/Mist/256x256/places/gnome-fs-home.png
+share/icons/Mist/256x256/places/gnome-fs-nfs.png
+share/icons/Mist/256x256/places/gnome-fs-share.png
+share/icons/Mist/256x256/places/gnome-fs-smb.png
+share/icons/Mist/256x256/places/gnome-fs-ssh.png
+share/icons/Mist/256x256/places/gnome-mime-x-directory-smb-share.png
+share/icons/Mist/256x256/places/gtk-directory.png
+share/icons/Mist/256x256/places/inode-directory.png
+share/icons/Mist/256x256/places/network.png
+share/icons/Mist/256x256/places/stock_folder.png
+share/icons/Mist/256x256/places/user-desktop.png
+share/icons/Mist/256x256/places/user-home.png
+share/icons/Mist/256x256/status/folder-drag-accept.png
+share/icons/Mist/256x256/status/folder-open.png
+share/icons/Mist/256x256/status/folder-visiting.png
+share/icons/Mist/256x256/status/folder_open.png
+share/icons/Mist/256x256/status/gnome-fs-directory-accept.png
+share/icons/Mist/256x256/status/gnome-fs-directory-visiting.png
+share/icons/Mist/256x256/status/stock_open.png
+share/icons/Mist/32x32/actions/document-open.png
+share/icons/Mist/32x32/actions/fileopen.png
+share/icons/Mist/32x32/actions/folder-new.png
+share/icons/Mist/32x32/actions/folder_new.png
+share/icons/Mist/32x32/actions/gtk-open.png
+share/icons/Mist/32x32/actions/stock_new-dir.png
+share/icons/Mist/32x32/apps/preferences-desktop-display.png
+share/icons/Mist/32x32/devices/chardevice.png
+share/icons/Mist/32x32/devices/computer.png
+share/icons/Mist/32x32/devices/display.png
+share/icons/Mist/32x32/devices/gnome-dev-computer.png
+share/icons/Mist/32x32/devices/gnome-fs-client.png
+share/icons/Mist/32x32/devices/system.png
+share/icons/Mist/32x32/devices/video-display.png
+share/icons/Mist/32x32/devices/xfce4-display.png
+share/icons/Mist/32x32/places/application-x-gnome-saved-search.png
+share/icons/Mist/32x32/places/desktop.png
+share/icons/Mist/32x32/places/folder-documents.png
+share/icons/Mist/32x32/places/folder-download.png
+share/icons/Mist/32x32/places/folder-music.png
+share/icons/Mist/32x32/places/folder-new.png
+share/icons/Mist/32x32/places/folder-pictures.png
+share/icons/Mist/32x32/places/folder-publicshare.png
+share/icons/Mist/32x32/places/folder-remote.png
+share/icons/Mist/32x32/places/folder-saved-search.png
+share/icons/Mist/32x32/places/folder-templates.png
+share/icons/Mist/32x32/places/folder-videos.png
+share/icons/Mist/32x32/places/folder.png
+share/icons/Mist/32x32/places/folder_home.png
+share/icons/Mist/32x32/places/gnome-fs-desktop.png
+share/icons/Mist/32x32/places/gnome-fs-directory.png
+share/icons/Mist/32x32/places/gnome-fs-ftp.png
+share/icons/Mist/32x32/places/gnome-fs-home.png
+share/icons/Mist/32x32/places/gnome-fs-nfs.png
+share/icons/Mist/32x32/places/gnome-fs-share.png
+share/icons/Mist/32x32/places/gnome-fs-smb.png
+share/icons/Mist/32x32/places/gnome-fs-ssh.png
+share/icons/Mist/32x32/places/gnome-mime-x-directory-smb-share.png
+share/icons/Mist/32x32/places/gtk-directory.png
+share/icons/Mist/32x32/places/inode-directory.png
+share/icons/Mist/32x32/places/network.png
+share/icons/Mist/32x32/places/stock_folder.png
+share/icons/Mist/32x32/places/user-desktop.png
+share/icons/Mist/32x32/places/user-home.png
+share/icons/Mist/32x32/status/folder-drag-accept.png
+share/icons/Mist/32x32/status/folder-open.png
share/icons/Mist/32x32/status/folder-visiting.png
-share/icons/Mist/32x32/status/folder_open.svg
-share/icons/Mist/32x32/status/gnome-fs-directory-accept.svg
+share/icons/Mist/32x32/status/folder_open.png
+share/icons/Mist/32x32/status/gnome-fs-directory-accept.png
share/icons/Mist/32x32/status/gnome-fs-directory-visiting.png
-share/icons/Mist/32x32/status/stock_open.svg
+share/icons/Mist/32x32/status/stock_open.png
+share/icons/Mist/48x48/actions/document-open.png
+share/icons/Mist/48x48/actions/fileopen.png
+share/icons/Mist/48x48/actions/folder-new.png
+share/icons/Mist/48x48/actions/folder_new.png
+share/icons/Mist/48x48/actions/gtk-open.png
+share/icons/Mist/48x48/actions/stock_new-dir.png
+share/icons/Mist/48x48/apps/preferences-desktop-display.png
+share/icons/Mist/48x48/devices/chardevice.png
+share/icons/Mist/48x48/devices/computer.png
+share/icons/Mist/48x48/devices/display.png
+share/icons/Mist/48x48/devices/gnome-dev-computer.png
+share/icons/Mist/48x48/devices/gnome-fs-client.png
+share/icons/Mist/48x48/devices/system.png
+share/icons/Mist/48x48/devices/video-display.png
+share/icons/Mist/48x48/devices/xfce4-display.png
+share/icons/Mist/48x48/places/application-x-gnome-saved-search.png
+share/icons/Mist/48x48/places/desktop.png
+share/icons/Mist/48x48/places/folder-documents.png
+share/icons/Mist/48x48/places/folder-download.png
+share/icons/Mist/48x48/places/folder-music.png
+share/icons/Mist/48x48/places/folder-pictures.png
+share/icons/Mist/48x48/places/folder-publicshare.png
+share/icons/Mist/48x48/places/folder-remote.png
+share/icons/Mist/48x48/places/folder-saved-search.png
+share/icons/Mist/48x48/places/folder-templates.png
+share/icons/Mist/48x48/places/folder-videos.png
+share/icons/Mist/48x48/places/folder.png
+share/icons/Mist/48x48/places/folder_home.png
+share/icons/Mist/48x48/places/gnome-fs-desktop.png
+share/icons/Mist/48x48/places/gnome-fs-directory.png
+share/icons/Mist/48x48/places/gnome-fs-ftp.png
+share/icons/Mist/48x48/places/gnome-fs-home.png
+share/icons/Mist/48x48/places/gnome-fs-nfs.png
+share/icons/Mist/48x48/places/gnome-fs-share.png
+share/icons/Mist/48x48/places/gnome-fs-smb.png
+share/icons/Mist/48x48/places/gnome-fs-ssh.png
+share/icons/Mist/48x48/places/gnome-mime-x-directory-smb-share.png
+share/icons/Mist/48x48/places/gtk-directory.png
+share/icons/Mist/48x48/places/inode-directory.png
+share/icons/Mist/48x48/places/network.png
+share/icons/Mist/48x48/places/stock_folder.png
+share/icons/Mist/48x48/places/user-desktop.png
+share/icons/Mist/48x48/places/user-home.png
+share/icons/Mist/48x48/status/folder-drag-accept.png
+share/icons/Mist/48x48/status/folder-open.png
+share/icons/Mist/48x48/status/folder-visiting.png
+share/icons/Mist/48x48/status/folder_open.png
+share/icons/Mist/48x48/status/gnome-fs-directory-accept.png
+share/icons/Mist/48x48/status/gnome-fs-directory-visiting.png
+share/icons/Mist/48x48/status/stock_open.png
share/icons/Mist/index.theme
-share/icons/Mist/scalable/actions/document-open.svg
-share/icons/Mist/scalable/actions/fileopen.svg
-share/icons/Mist/scalable/actions/gtk-open.svg
-share/icons/Mist/scalable/places/application-x-gnome-saved-search.svg
-share/icons/Mist/scalable/places/folder-new.svg
-share/icons/Mist/scalable/places/folder-remote.svg
-share/icons/Mist/scalable/places/folder-saved-search.svg
-share/icons/Mist/scalable/places/folder.svg
-share/icons/Mist/scalable/places/folder_home.svg
-share/icons/Mist/scalable/places/gnome-fs-directory.svg
-share/icons/Mist/scalable/places/gnome-fs-ftp.svg
-share/icons/Mist/scalable/places/gnome-fs-home.svg
-share/icons/Mist/scalable/places/gnome-fs-nfs.svg
-share/icons/Mist/scalable/places/gnome-fs-share.svg
-share/icons/Mist/scalable/places/gnome-fs-smb.svg
-share/icons/Mist/scalable/places/gnome-fs-ssh.svg
-share/icons/Mist/scalable/places/gnome-mime-x-directory-smb-share.svg
-share/icons/Mist/scalable/places/gtk-directory.svg
-share/icons/Mist/scalable/places/inode-directory.svg
-share/icons/Mist/scalable/places/network.svg
-share/icons/Mist/scalable/places/stock_folder.svg
-share/icons/Mist/scalable/places/user-home.svg
-share/icons/Mist/scalable/status/folder-drag-accept.svg
-share/icons/Mist/scalable/status/folder-open.svg
-share/icons/Mist/scalable/status/folder-visiting.svg
-share/icons/Mist/scalable/status/folder_open.svg
-share/icons/Mist/scalable/status/gnome-fs-directory-accept.svg
-share/icons/Mist/scalable/status/gnome-fs-directory-visiting.svg
-share/icons/Mist/scalable/status/stock_open.svg
share/locale/af/LC_MESSAGES/gnome-themes.mo
share/locale/am/LC_MESSAGES/gnome-themes.mo
share/locale/ar/LC_MESSAGES/gnome-themes.mo
@@ -2825,24 +2997,40 @@ share/themes/Simple/gtk-2.0/gtkrc
@dirrm share/themes/Clearlooks/metacity-1
@dirrmtry share/themes/Clearlooks
@dirrmtry share/themes
-@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/48x48/status
+@dirrm share/icons/Mist/48x48/places
+@dirrm share/icons/Mist/48x48/devices
+@dirrm share/icons/Mist/48x48/apps
+@dirrm share/icons/Mist/48x48/actions
+@dirrm share/icons/Mist/48x48
@dirrm share/icons/Mist/32x32/status
@dirrm share/icons/Mist/32x32/places
+@dirrm share/icons/Mist/32x32/devices
+@dirrm share/icons/Mist/32x32/apps
@dirrm share/icons/Mist/32x32/actions
@dirrm share/icons/Mist/32x32
+@dirrm share/icons/Mist/256x256/status
+@dirrm share/icons/Mist/256x256/places
+@dirrm share/icons/Mist/256x256/devices
+@dirrm share/icons/Mist/256x256/apps
+@dirrm share/icons/Mist/256x256/actions
+@dirrm share/icons/Mist/256x256
@dirrm share/icons/Mist/24x24/status
@dirrm share/icons/Mist/24x24/places
+@dirrm share/icons/Mist/24x24/devices
+@dirrm share/icons/Mist/24x24/apps
@dirrm share/icons/Mist/24x24/actions
@dirrm share/icons/Mist/24x24
@dirrm share/icons/Mist/22x22/status
@dirrm share/icons/Mist/22x22/places
+@dirrm share/icons/Mist/22x22/devices
+@dirrm share/icons/Mist/22x22/apps
@dirrm share/icons/Mist/22x22/actions
@dirrm share/icons/Mist/22x22
@dirrm share/icons/Mist/16x16/status
@dirrm share/icons/Mist/16x16/places
+@dirrm share/icons/Mist/16x16/devices
+@dirrm share/icons/Mist/16x16/apps
@dirrm share/icons/Mist/16x16/actions
@dirrm share/icons/Mist/16x16
@dirrm share/icons/Mist
diff --git a/x11-themes/gtk-qt-engine/Makefile b/x11-themes/gtk-qt-engine/Makefile
index ba8f4c0bec76..5db74c68f13a 100644
--- a/x11-themes/gtk-qt-engine/Makefile
+++ b/x11-themes/gtk-qt-engine/Makefile
@@ -15,6 +15,8 @@ MASTER_SITES= http://gtk-qt.ecs.soton.ac.uk/files/${PORTVERSION}/ \
MAINTAINER= danny@ricin.com
COMMENT= GTK-QT Theme Engine allows GTK2 apps to use QT/KDE themes
+BROKEN= Doesn't build with Glib 2.26.x
+
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes