diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-02 19:45:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-02 19:45:57 +0800 |
commit | 9e3c9cb9e350f1fe1d025eda2a2fb5d18f7e5128 (patch) | |
tree | 56d76a91e5f93d01ab8335cfd3f4502bbde0303d /x11-themes | |
parent | 24d38ba8a5499473e798884ce6e9e916959915b7 (diff) | |
download | freebsd-ports-gnome-9e3c9cb9e350f1fe1d025eda2a2fb5d18f7e5128.tar.gz freebsd-ports-gnome-9e3c9cb9e350f1fe1d025eda2a2fb5d18f7e5128.tar.zst freebsd-ports-gnome-9e3c9cb9e350f1fe1d025eda2a2fb5d18f7e5128.zip |
Remove non staged ports without pending PR from *
Diffstat (limited to 'x11-themes')
35 files changed, 0 insertions, 2012 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index c14d7ae0fc16..f67321989c06 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -5,14 +5,12 @@ SUBDIR += audacious-skins SUBDIR += beastie - SUBDIR += bluecurve-themes SUBDIR += claws-mail-themes SUBDIR += clearlooks SUBDIR += clearlooks-metacity SUBDIR += clearlooks-phenix-theme SUBDIR += clearlooks-themes SUBDIR += clearlooks-themes-extras - SUBDIR += cursor-bluecurve-theme SUBDIR += cursor-chameleon-anthracite SUBDIR += cursor-chameleon-darkskyblue SUBDIR += cursor-chameleon-pearl @@ -32,7 +30,6 @@ SUBDIR += fluxbox-tenr-styles-pack SUBDIR += fvwm-themes SUBDIR += gnome-backgrounds - SUBDIR += gnome-bluecurve-theme SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion SUBDIR += gnome-icons-crystal @@ -88,9 +85,7 @@ SUBDIR += gtk-xfce-engine SUBDIR += gtk3-oxygen-engine SUBDIR += gtk3-unico-engine - SUBDIR += icon-bluecurve-theme SUBDIR += icon-naming-utils - SUBDIR += icons-buuf SUBDIR += icons-human-azul SUBDIR += icons-tango SUBDIR += icons-tango-extras @@ -98,7 +93,6 @@ SUBDIR += kde-gtk-config SUBDIR += kde-icons-black-and-white SUBDIR += kde-icons-cezanne - SUBDIR += kde-icons-crystal-project SUBDIR += kde-icons-dark-glass SUBDIR += kde-icons-gartoon-blue-svg SUBDIR += kde-icons-gartoon-svg @@ -108,13 +102,10 @@ SUBDIR += kde-icons-lime-rade8 SUBDIR += kde-icons-lush SUBDIR += kde-icons-noia - SUBDIR += kde-icons-nuovext SUBDIR += kde-icons-nuovext2 SUBDIR += kde-icons-nuvola - SUBDIR += kde-icons-os-k SUBDIR += kde-icons-sky SUBDIR += kde-icons-umicons - SUBDIR += kde-icons-vista-inspirate SUBDIR += kde4-base-artwork SUBDIR += kde4-icons-oxygen SUBDIR += kde4-style-bespin @@ -141,7 +132,6 @@ SUBDIR += metacity-aluminumalloy-toxic-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-aquaextremesunken-theme - SUBDIR += metacity-bluecurve-theme SUBDIR += metacity-digital-cream-theme SUBDIR += metacity-digital-harmony-theme SUBDIR += metacity-longhorninspirat-theme diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile deleted file mode 100644 index f45d4c4c6b75..000000000000 --- a/x11-themes/bluecurve-themes/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -# NOTE TO VISITING COMMITTER: if you need to bump the port revisions -# of the slave ports, you should add PORTREVISION?= to the "master -# port" section below. - -PORTNAME?= bluecurve-themes -CATEGORIES= x11-themes - -MAINTAINER= ports@FreeBSD.org -COMMENT?= Meta-port for Bluecurve themes - -NO_STAGE= yes -.if ${PORTNAME} == "bluecurve-themes" # meta-port - -PORTVERSION= 1.0 -# PORTREVISION is useless for a meta-port, but it was incorrectly -# added to the global section by someone (with the intent of bumping -# the revisions of the slave ports) and it cannot be removed without -# causing a version downgrade or using PORTEPOCH. -PORTREVISION= 8 -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -# note: gtk-/icon-/metacity- are brought in by gnome- -RUN_DEPENDS= ${LOCALBASE}/lib/X11/icons/Bluecurve/cursors/X_cursor:${PORTSDIR}/x11-themes/cursor-bluecurve-theme \ - ${LOCALBASE}/share/themes/Bluecurve/index.theme:${PORTSDIR}/x11-themes/gnome-bluecurve-theme - -NO_BUILD= yes - -do-install: # empty - -.else # master port - -PORTVERSION= 7.0.0 -PORTREVISION?= 4 -CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= ../releases/7/Fedora/source/SRPMS/ -DISTFILES= redhat-artwork-${PORTVERSION}-9.fc7.src.rpm - -USES+= pkgconfig - -WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION} - -# the slave ports use their own pkg files and dirs -DESCR?= ${.CURDIR}/pkg-descr -PLIST?= ${.CURDIR}/pkg-plist -FILESDIR= ${.CURDIR}/files -SCRIPTDIR= ${.CURDIR}/scripts - -do-extract: - @${MKDIR} ${WRKDIR} - cd ${WRKDIR} && ${TAR} -O -xf ${_DISTDIR}/${_DISTFILES} redhat-artwork-${PORTVERSION}.tar.gz | ${TAR} -xf - - -.if defined(BC_HIERS) -.if !exists(${PLIST}) -PLIST= ${WRKDIR}/pkg-plist - -pre-install: bc-generate-plist -.endif - -bc-generate-plist: - @${RM} -f ${PLIST} - @for h in ${BC_HIERS}; do \ - src=`${ECHO_CMD} "$$h" | ${CUT} -f 1 -d ':'` && \ - dst_rel=`${ECHO_CMD} "$$h" | ${CUT} -f 2 -d ':' | ${SED} -e 's|^${PREFIX}/||'` && \ - cd "$$src" && \ - ${FIND} * ! -type d | ${SORT} \ - | ${SED} -e "s|^|$$dst_rel/|" >> ${PLIST} && \ - ${FIND} * -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s|^|@dirrm $$dst_rel/|" >> ${PLIST}; \ - done - -do-install: - for h in ${BC_HIERS}; do \ - src=`${ECHO_CMD} "$$h" | ${CUT} -f 1 -d ':'` && \ - dst=`${ECHO_CMD} "$$h" | ${CUT} -f 2 -d ':'` && \ - ${MKDIR} "$$dst" && cd "$$src" && \ - ${FIND} * -type d ! -empty -exec \ - ${MKDIR} "$$dst/{}" \; && \ - ${FIND} * -type l -exec \ - ${CP} -Rf "{}" "$$dst/{}" \; && \ - ${FIND} * ! -type d ! -type l -exec \ - ${INSTALL_DATA} "{}" "$$dst/{}" \; ; \ - done - -.endif # BC_HIERS - -.endif # master port - -.if !defined(_BC_MK_INCLUDED) -.include <bsd.port.mk> -.endif diff --git a/x11-themes/bluecurve-themes/bsd.bluecurve.mk b/x11-themes/bluecurve-themes/bsd.bluecurve.mk deleted file mode 100644 index e59b03257f3f..000000000000 --- a/x11-themes/bluecurve-themes/bsd.bluecurve.mk +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -_BC_MK_INCLUDED= yes - -.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/bluecurve-themes/distinfo b/x11-themes/bluecurve-themes/distinfo deleted file mode 100644 index d083cdca0f8c..000000000000 --- a/x11-themes/bluecurve-themes/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (redhat-artwork-7.0.0-9.fc7.src.rpm) = 11e74866f931eb2825a6602d0cc1fa6fcea5c7a8cc39c2db29e7cb654cdf423c -SIZE (redhat-artwork-7.0.0-9.fc7.src.rpm) = 10072577 diff --git a/x11-themes/bluecurve-themes/pkg-descr b/x11-themes/bluecurve-themes/pkg-descr deleted file mode 100644 index c98dc4b00d7c..000000000000 --- a/x11-themes/bluecurve-themes/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Bluecurve is a set of themes created by the Red Hat Artwork project. -It attempts to provide an unified look for the open source desktop. - -This meta-port installs all the Bluecurve ports, namely: - - - the GTK+ themes - - the Metacity themes - - the icon set - - the X cursor themes diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile deleted file mode 100644 index 04654ad6f75a..000000000000 --- a/x11-themes/cursor-bluecurve-theme/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cursor-bluecurve-theme - -COMMENT= The Bluecurve X cursor themes - -# we only need gdk-pixbuf for building cursorthemegen, so do not USE_GNOME -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 - -MASTERDIR= ${.CURDIR}/../bluecurve-themes - -THEMES= Bluecurve Bluecurve-inverse LBluecurve LBluecurve-inverse - -.for t in ${THEMES} -BC_HIERS+= ${WRKSRC}/art/cursor/${t}/${t}:${PREFIX}/lib/X11/icons/${t}/cursors -.endfor - -NO_STAGE= yes -post-patch: -.for t in ${THEMES} - @${REINPLACE_CMD} -e 's|dnd_|dnd-|' \ - ${WRKSRC}/art/cursor/${t}/${t}.cursortheme -.endfor - -do-build: - cd ${WRKSRC}/art/cursor/cursorthemegen \ - && ${CC} ${CFLAGS} `pkg-config --cflags --libs gdk-pixbuf-2.0` \ - -o ${WRKSRC}/cursorthemegen main.c themefile.c -.for t in ${THEMES} - cd ${WRKSRC}/art/cursor/${t} \ - && ${WRKSRC}/cursorthemegen ${t}.cursortheme ${t} -.endfor - -.include "${MASTERDIR}/bsd.bluecurve.mk" -.include <bsd.port.pre.mk> - -BUILD_DEPENDS+= xcursorgen:${PORTSDIR}/x11/xcursorgen # needed by cursorthemegen -RUN_DEPENDS+= xcursorgen:${PORTSDIR}/x11/xcursorgen # for the lib/X11/icons directory - -.include <bsd.port.post.mk> diff --git a/x11-themes/cursor-bluecurve-theme/pkg-descr b/x11-themes/cursor-bluecurve-theme/pkg-descr deleted file mode 100644 index 9fdd6f34fd5a..000000000000 --- a/x11-themes/cursor-bluecurve-theme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Bluecurve is a set of themes created by the Red Hat Artwork project. -It attempts to provide an unified look for the open source desktop. - -This port contains the Bluecurve X cursor themes. diff --git a/x11-themes/cursor-bluecurve-theme/pkg-plist b/x11-themes/cursor-bluecurve-theme/pkg-plist deleted file mode 100644 index 60801c8cf111..000000000000 --- a/x11-themes/cursor-bluecurve-theme/pkg-plist +++ /dev/null @@ -1,259 +0,0 @@ -lib/X11/icons/Bluecurve-inverse/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/Bluecurve-inverse/cursors/1001208387f90000800003000700f6ff -lib/X11/icons/Bluecurve-inverse/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/Bluecurve-inverse/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/Bluecurve-inverse/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/Bluecurve-inverse/cursors/90b3018312820b127e5a0b7c8034a301 -lib/X11/icons/Bluecurve-inverse/cursors/X_cursor -lib/X11/icons/Bluecurve-inverse/cursors/_watch_old_ -lib/X11/icons/Bluecurve-inverse/cursors/arrow -lib/X11/icons/Bluecurve-inverse/cursors/bottom_left_corner -lib/X11/icons/Bluecurve-inverse/cursors/bottom_right_corner -lib/X11/icons/Bluecurve-inverse/cursors/bottom_side -lib/X11/icons/Bluecurve-inverse/cursors/center_ptr -lib/X11/icons/Bluecurve-inverse/cursors/circle -lib/X11/icons/Bluecurve-inverse/cursors/color-picker -lib/X11/icons/Bluecurve-inverse/cursors/cross -lib/X11/icons/Bluecurve-inverse/cursors/crosshair -lib/X11/icons/Bluecurve-inverse/cursors/dnd-ask -lib/X11/icons/Bluecurve-inverse/cursors/dnd-copy -lib/X11/icons/Bluecurve-inverse/cursors/dnd-link -lib/X11/icons/Bluecurve-inverse/cursors/dnd-move -lib/X11/icons/Bluecurve-inverse/cursors/dnd-none -lib/X11/icons/Bluecurve-inverse/cursors/dot -lib/X11/icons/Bluecurve-inverse/cursors/dotbox -lib/X11/icons/Bluecurve-inverse/cursors/double_arrow -lib/X11/icons/Bluecurve-inverse/cursors/draft_large -lib/X11/icons/Bluecurve-inverse/cursors/draft_small -lib/X11/icons/Bluecurve-inverse/cursors/exchange -lib/X11/icons/Bluecurve-inverse/cursors/fleur -lib/X11/icons/Bluecurve-inverse/cursors/gobbler -lib/X11/icons/Bluecurve-inverse/cursors/gumby -lib/X11/icons/Bluecurve-inverse/cursors/hand1 -lib/X11/icons/Bluecurve-inverse/cursors/hand2 -lib/X11/icons/Bluecurve-inverse/cursors/heart -lib/X11/icons/Bluecurve-inverse/cursors/left_ptr -lib/X11/icons/Bluecurve-inverse/cursors/left_ptr_watch -lib/X11/icons/Bluecurve-inverse/cursors/left_side -lib/X11/icons/Bluecurve-inverse/cursors/pencil -lib/X11/icons/Bluecurve-inverse/cursors/pirate -lib/X11/icons/Bluecurve-inverse/cursors/plus -lib/X11/icons/Bluecurve-inverse/cursors/question_arrow -lib/X11/icons/Bluecurve-inverse/cursors/right_ptr -lib/X11/icons/Bluecurve-inverse/cursors/right_side -lib/X11/icons/Bluecurve-inverse/cursors/sb_down_arrow -lib/X11/icons/Bluecurve-inverse/cursors/sb_h_double_arrow -lib/X11/icons/Bluecurve-inverse/cursors/sb_left_arrow -lib/X11/icons/Bluecurve-inverse/cursors/sb_right_arrow -lib/X11/icons/Bluecurve-inverse/cursors/sb_up_arrow -lib/X11/icons/Bluecurve-inverse/cursors/sb_v_double_arrow -lib/X11/icons/Bluecurve-inverse/cursors/shuttle -lib/X11/icons/Bluecurve-inverse/cursors/spider -lib/X11/icons/Bluecurve-inverse/cursors/spraycan -lib/X11/icons/Bluecurve-inverse/cursors/star -lib/X11/icons/Bluecurve-inverse/cursors/tcross -lib/X11/icons/Bluecurve-inverse/cursors/top_left_arrow -lib/X11/icons/Bluecurve-inverse/cursors/top_left_corner -lib/X11/icons/Bluecurve-inverse/cursors/top_right_corner -lib/X11/icons/Bluecurve-inverse/cursors/top_side -lib/X11/icons/Bluecurve-inverse/cursors/trek -lib/X11/icons/Bluecurve-inverse/cursors/umbrella -lib/X11/icons/Bluecurve-inverse/cursors/watch -lib/X11/icons/Bluecurve-inverse/cursors/xterm -lib/X11/icons/Bluecurve/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/Bluecurve/cursors/1001208387f90000800003000700f6ff -lib/X11/icons/Bluecurve/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/Bluecurve/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/Bluecurve/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/Bluecurve/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/Bluecurve/cursors/90b3018312820b127e5a0b7c8034a301 -lib/X11/icons/Bluecurve/cursors/X_cursor -lib/X11/icons/Bluecurve/cursors/_watch-old_ -lib/X11/icons/Bluecurve/cursors/arrow -lib/X11/icons/Bluecurve/cursors/bottom_left_corner -lib/X11/icons/Bluecurve/cursors/bottom_right_corner -lib/X11/icons/Bluecurve/cursors/bottom_side -lib/X11/icons/Bluecurve/cursors/center_ptr -lib/X11/icons/Bluecurve/cursors/circle -lib/X11/icons/Bluecurve/cursors/color-picker -lib/X11/icons/Bluecurve/cursors/cross -lib/X11/icons/Bluecurve/cursors/crosshair -lib/X11/icons/Bluecurve/cursors/dnd-ask -lib/X11/icons/Bluecurve/cursors/dnd-copy -lib/X11/icons/Bluecurve/cursors/dnd-link -lib/X11/icons/Bluecurve/cursors/dnd-move -lib/X11/icons/Bluecurve/cursors/dnd-none -lib/X11/icons/Bluecurve/cursors/dot -lib/X11/icons/Bluecurve/cursors/dotbox -lib/X11/icons/Bluecurve/cursors/double_arrow -lib/X11/icons/Bluecurve/cursors/draft_large -lib/X11/icons/Bluecurve/cursors/draft_small -lib/X11/icons/Bluecurve/cursors/exchange -lib/X11/icons/Bluecurve/cursors/fleur -lib/X11/icons/Bluecurve/cursors/gobbler -lib/X11/icons/Bluecurve/cursors/gumby -lib/X11/icons/Bluecurve/cursors/hand1 -lib/X11/icons/Bluecurve/cursors/hand2 -lib/X11/icons/Bluecurve/cursors/heart -lib/X11/icons/Bluecurve/cursors/left_ptr -lib/X11/icons/Bluecurve/cursors/left_ptr_watch -lib/X11/icons/Bluecurve/cursors/left_side -lib/X11/icons/Bluecurve/cursors/pencil -lib/X11/icons/Bluecurve/cursors/pirate -lib/X11/icons/Bluecurve/cursors/plus -lib/X11/icons/Bluecurve/cursors/question_arrow -lib/X11/icons/Bluecurve/cursors/right_ptr -lib/X11/icons/Bluecurve/cursors/right_side -lib/X11/icons/Bluecurve/cursors/sb_down_arrow -lib/X11/icons/Bluecurve/cursors/sb_h_double_arrow -lib/X11/icons/Bluecurve/cursors/sb_left_arrow -lib/X11/icons/Bluecurve/cursors/sb_right_arrow -lib/X11/icons/Bluecurve/cursors/sb_up_arrow -lib/X11/icons/Bluecurve/cursors/sb_v_double_arrow -lib/X11/icons/Bluecurve/cursors/shuttle -lib/X11/icons/Bluecurve/cursors/spider -lib/X11/icons/Bluecurve/cursors/spraycan -lib/X11/icons/Bluecurve/cursors/star -lib/X11/icons/Bluecurve/cursors/tcross -lib/X11/icons/Bluecurve/cursors/top_left_arrow -lib/X11/icons/Bluecurve/cursors/top_left_corner -lib/X11/icons/Bluecurve/cursors/top_right_corner -lib/X11/icons/Bluecurve/cursors/top_side -lib/X11/icons/Bluecurve/cursors/trek -lib/X11/icons/Bluecurve/cursors/umbrella -lib/X11/icons/Bluecurve/cursors/watch -lib/X11/icons/Bluecurve/cursors/xterm -lib/X11/icons/LBluecurve-inverse/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/LBluecurve-inverse/cursors/1001208387f90000800003000700f6ff -lib/X11/icons/LBluecurve-inverse/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/LBluecurve-inverse/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/LBluecurve-inverse/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/LBluecurve-inverse/cursors/90b3018312820b127e5a0b7c8034a301 -lib/X11/icons/LBluecurve-inverse/cursors/X_cursor -lib/X11/icons/LBluecurve-inverse/cursors/_watch_old_ -lib/X11/icons/LBluecurve-inverse/cursors/arrow -lib/X11/icons/LBluecurve-inverse/cursors/bottom_left_corner -lib/X11/icons/LBluecurve-inverse/cursors/bottom_right_corner -lib/X11/icons/LBluecurve-inverse/cursors/bottom_side -lib/X11/icons/LBluecurve-inverse/cursors/center_ptr -lib/X11/icons/LBluecurve-inverse/cursors/circle -lib/X11/icons/LBluecurve-inverse/cursors/color-picker -lib/X11/icons/LBluecurve-inverse/cursors/cross -lib/X11/icons/LBluecurve-inverse/cursors/crosshair -lib/X11/icons/LBluecurve-inverse/cursors/dnd-ask -lib/X11/icons/LBluecurve-inverse/cursors/dnd-copy -lib/X11/icons/LBluecurve-inverse/cursors/dnd-link -lib/X11/icons/LBluecurve-inverse/cursors/dnd-move -lib/X11/icons/LBluecurve-inverse/cursors/dnd-none -lib/X11/icons/LBluecurve-inverse/cursors/dot -lib/X11/icons/LBluecurve-inverse/cursors/dotbox -lib/X11/icons/LBluecurve-inverse/cursors/double_arrow -lib/X11/icons/LBluecurve-inverse/cursors/draft_large -lib/X11/icons/LBluecurve-inverse/cursors/draft_small -lib/X11/icons/LBluecurve-inverse/cursors/exchange -lib/X11/icons/LBluecurve-inverse/cursors/fleur -lib/X11/icons/LBluecurve-inverse/cursors/gobbler -lib/X11/icons/LBluecurve-inverse/cursors/gumby -lib/X11/icons/LBluecurve-inverse/cursors/hand1 -lib/X11/icons/LBluecurve-inverse/cursors/hand2 -lib/X11/icons/LBluecurve-inverse/cursors/heart -lib/X11/icons/LBluecurve-inverse/cursors/left_ptr -lib/X11/icons/LBluecurve-inverse/cursors/left_ptr_watch -lib/X11/icons/LBluecurve-inverse/cursors/left_side -lib/X11/icons/LBluecurve-inverse/cursors/pencil -lib/X11/icons/LBluecurve-inverse/cursors/pirate -lib/X11/icons/LBluecurve-inverse/cursors/plus -lib/X11/icons/LBluecurve-inverse/cursors/question_arrow -lib/X11/icons/LBluecurve-inverse/cursors/right_ptr -lib/X11/icons/LBluecurve-inverse/cursors/right_side -lib/X11/icons/LBluecurve-inverse/cursors/sb_down_arrow -lib/X11/icons/LBluecurve-inverse/cursors/sb_h_double_arrow -lib/X11/icons/LBluecurve-inverse/cursors/sb_left_arrow -lib/X11/icons/LBluecurve-inverse/cursors/sb_right_arrow -lib/X11/icons/LBluecurve-inverse/cursors/sb_up_arrow -lib/X11/icons/LBluecurve-inverse/cursors/sb_v_double_arrow -lib/X11/icons/LBluecurve-inverse/cursors/shuttle -lib/X11/icons/LBluecurve-inverse/cursors/spider -lib/X11/icons/LBluecurve-inverse/cursors/spraycan -lib/X11/icons/LBluecurve-inverse/cursors/star -lib/X11/icons/LBluecurve-inverse/cursors/tcross -lib/X11/icons/LBluecurve-inverse/cursors/top_left_arrow -lib/X11/icons/LBluecurve-inverse/cursors/top_left_corner -lib/X11/icons/LBluecurve-inverse/cursors/top_right_corner -lib/X11/icons/LBluecurve-inverse/cursors/top_side -lib/X11/icons/LBluecurve-inverse/cursors/trek -lib/X11/icons/LBluecurve-inverse/cursors/umbrella -lib/X11/icons/LBluecurve-inverse/cursors/watch -lib/X11/icons/LBluecurve-inverse/cursors/xterm -lib/X11/icons/LBluecurve/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -lib/X11/icons/LBluecurve/cursors/1001208387f90000800003000700f6ff -lib/X11/icons/LBluecurve/cursors/1081e37283d90000800003c07f3ef6bf -lib/X11/icons/LBluecurve/cursors/3085a0e285430894940527032f8b26df -lib/X11/icons/LBluecurve/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -lib/X11/icons/LBluecurve/cursors/9081237383d90e509aa00f00170e968f -lib/X11/icons/LBluecurve/cursors/90b3018312820b127e5a0b7c8034a301 -lib/X11/icons/LBluecurve/cursors/X_cursor -lib/X11/icons/LBluecurve/cursors/_watch-old_ -lib/X11/icons/LBluecurve/cursors/arrow -lib/X11/icons/LBluecurve/cursors/bottom_left_corner -lib/X11/icons/LBluecurve/cursors/bottom_right_corner -lib/X11/icons/LBluecurve/cursors/bottom_side -lib/X11/icons/LBluecurve/cursors/center_ptr -lib/X11/icons/LBluecurve/cursors/circle -lib/X11/icons/LBluecurve/cursors/color-picker -lib/X11/icons/LBluecurve/cursors/cross -lib/X11/icons/LBluecurve/cursors/crosshair -lib/X11/icons/LBluecurve/cursors/dnd-ask -lib/X11/icons/LBluecurve/cursors/dnd-copy -lib/X11/icons/LBluecurve/cursors/dnd-link -lib/X11/icons/LBluecurve/cursors/dnd-move -lib/X11/icons/LBluecurve/cursors/dnd-none -lib/X11/icons/LBluecurve/cursors/dot -lib/X11/icons/LBluecurve/cursors/dotbox -lib/X11/icons/LBluecurve/cursors/double_arrow -lib/X11/icons/LBluecurve/cursors/draft_large -lib/X11/icons/LBluecurve/cursors/draft_small -lib/X11/icons/LBluecurve/cursors/exchange -lib/X11/icons/LBluecurve/cursors/fleur -lib/X11/icons/LBluecurve/cursors/gobbler -lib/X11/icons/LBluecurve/cursors/gumby -lib/X11/icons/LBluecurve/cursors/hand1 -lib/X11/icons/LBluecurve/cursors/hand2 -lib/X11/icons/LBluecurve/cursors/heart -lib/X11/icons/LBluecurve/cursors/left_ptr -lib/X11/icons/LBluecurve/cursors/left_ptr_watch -lib/X11/icons/LBluecurve/cursors/left_side -lib/X11/icons/LBluecurve/cursors/pencil -lib/X11/icons/LBluecurve/cursors/pirate -lib/X11/icons/LBluecurve/cursors/plus -lib/X11/icons/LBluecurve/cursors/question_arrow -lib/X11/icons/LBluecurve/cursors/right_ptr -lib/X11/icons/LBluecurve/cursors/right_side -lib/X11/icons/LBluecurve/cursors/sb_down_arrow -lib/X11/icons/LBluecurve/cursors/sb_h_double_arrow -lib/X11/icons/LBluecurve/cursors/sb_left_arrow -lib/X11/icons/LBluecurve/cursors/sb_right_arrow -lib/X11/icons/LBluecurve/cursors/sb_up_arrow -lib/X11/icons/LBluecurve/cursors/sb_v_double_arrow -lib/X11/icons/LBluecurve/cursors/shuttle -lib/X11/icons/LBluecurve/cursors/spider -lib/X11/icons/LBluecurve/cursors/spraycan -lib/X11/icons/LBluecurve/cursors/star -lib/X11/icons/LBluecurve/cursors/tcross -lib/X11/icons/LBluecurve/cursors/top_left_arrow -lib/X11/icons/LBluecurve/cursors/top_left_corner -lib/X11/icons/LBluecurve/cursors/top_right_corner -lib/X11/icons/LBluecurve/cursors/top_side -lib/X11/icons/LBluecurve/cursors/trek -lib/X11/icons/LBluecurve/cursors/umbrella -lib/X11/icons/LBluecurve/cursors/watch -lib/X11/icons/LBluecurve/cursors/xterm -@dirrm lib/X11/icons/LBluecurve/cursors -@dirrm lib/X11/icons/LBluecurve-inverse/cursors -@dirrm lib/X11/icons/LBluecurve-inverse -@dirrm lib/X11/icons/LBluecurve -@dirrm lib/X11/icons/Bluecurve/cursors -@dirrm lib/X11/icons/Bluecurve-inverse/cursors -@dirrm lib/X11/icons/Bluecurve-inverse -@dirrm lib/X11/icons/Bluecurve -@dirrm lib/X11/icons diff --git a/x11-themes/gnome-bluecurve-theme/Makefile b/x11-themes/gnome-bluecurve-theme/Makefile deleted file mode 100644 index 180578e0901c..000000000000 --- a/x11-themes/gnome-bluecurve-theme/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gnome-bluecurve-theme - -PORTREVISION= 4 - -COMMENT= The Bluecurve GNOME meta-theme - -RUN_DEPENDS= ${LOCALBASE}/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gtk-bluecurve-theme \ - ${LOCALBASE}/share/icons/Bluecurve/index.theme:${PORTSDIR}/x11-themes/icon-bluecurve-theme \ - ${LOCALBASE}/share/themes/Bluecurve/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-bluecurve-theme - -MASTERDIR= ${.CURDIR}/../bluecurve-themes - -NO_BUILD= yes -PLIST_FILES= share/themes/Bluecurve/index.theme - -NO_STAGE= yes -do-install: - ${MKDIR} ${PREFIX}/share/themes/Bluecurve - ${INSTALL_DATA} ${WRKSRC}/art/index.theme ${PREFIX}/share/themes/Bluecurve - -.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gnome-bluecurve-theme/pkg-descr b/x11-themes/gnome-bluecurve-theme/pkg-descr deleted file mode 100644 index be3f21f235f9..000000000000 --- a/x11-themes/gnome-bluecurve-theme/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Bluecurve is a set of themes created by the Red Hat Artwork project. -It attempts to provide an unified look for the open source desktop. - -This port contains the Bluecurve GNOME meta-theme, which includes: - - - the GTK+ themes (1.x and 2.x) - - the Metacity themes - - the icon set diff --git a/x11-themes/icon-bluecurve-theme/Makefile b/x11-themes/icon-bluecurve-theme/Makefile deleted file mode 100644 index 6d7174b7a117..000000000000 --- a/x11-themes/icon-bluecurve-theme/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= icon-bluecurve-theme - -COMMENT= The Bluecurve icon set - -BUILD_DEPENDS= icon-slicer:${PORTSDIR}/graphics/icon-slicer \ - pamrgbatopng:${PORTSDIR}/graphics/netpbm - -MASTERDIR= ${.CURDIR}/../bluecurve-themes - -WANT_GNOME= yes -INSTALLS_ICONS= yes - -BUILD_WRKSRC= ${WRKSRC}/art/icon/Bluecurve/sheets -BC_HIERS= ${BUILD_WRKSRC}/Bluecurve:${PREFIX}/share/icons/Bluecurve - -NO_STAGE= yes -do-build: - @BUILD_WRKSRC="${BUILD_WRKSRC}" ${SH} ${SCRIPTDIR}/do-build - -pre-install: - @${ECHO_CMD} "@dirrm share/icons/Bluecurve" >> ${PLIST} - @${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST} - -.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/icon-bluecurve-theme/pkg-descr b/x11-themes/icon-bluecurve-theme/pkg-descr deleted file mode 100644 index 0739247a6d00..000000000000 --- a/x11-themes/icon-bluecurve-theme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Bluecurve is a set of themes created by the Red Hat Artwork project. -It attempts to provide an unified look for the open source desktop. - -This port contains the Bluecurve icon set. diff --git a/x11-themes/icon-bluecurve-theme/scripts/do-build b/x11-themes/icon-bluecurve-theme/scripts/do-build deleted file mode 100644 index 4242e7603b8e..000000000000 --- a/x11-themes/icon-bluecurve-theme/scripts/do-build +++ /dev/null @@ -1,258 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -### Adapted from ${WRKSRC}/art/icon/Bluecurve/sheets/Makefile.am - -mkdir -p $BUILD_WRKSRC/Bluecurve -for t in added apps dialogs emblems files stock ooo; do - icon-slicer \ - --output-dir=$BUILD_WRKSRC/Bluecurve \ - --image-dir=$BUILD_WRKSRC \ - $BUILD_WRKSRC/icons-$t.icontheme -done - -mkdir -p $BUILD_WRKSRC/Bluecurve/36x36/apps -mv -f $BUILD_WRKSRC/gnome-spinner*.png $BUILD_WRKSRC/Bluecurve/36x36/apps -mv -f $BUILD_WRKSRC/../index.theme $BUILD_WRKSRC/Bluecurve - -### Adapted from ${WRKDIR}/redhat-artwork.spec - -# link upstream icon names to the redhat ones in bluecurve -for d in 48x48 32x32 24x24 16x16; do - cd $BUILD_WRKSRC/Bluecurve/$d/apps - ln -s icon-db-user.png openofficeorg-base.png - ln -s redhat-spreadsheet.png openofficeorg-calc.png - ln -s icon-vector-editor.png openofficeorg-draw.png - ln -s redhat-presentations.png openofficeorg-impress.png - ln -s icon-calculator.png openofficeorg-math.png - ln -s redhat-word-processor.png openofficeorg-writer.png - ln -s redhat-accessories.png gnome-util.png - ln -sf redhat-programming.png gnome-devel.png - ln -sf redhat-games.png gnome-joystick.png - ln -s redhat-graphics.png gnome-graphics.png - ln -sf redhat-internet.png gnome-globe.png - ln -sf redhat-sound_video.png gnome-multimedia.png - ln -sf redhat-office.png gnome-applications.png - ln -sf redhat-preferences.png gnome-settings.png - ln -sf redhat-system_settings.png gnome-system.png -done - -cd $BUILD_WRKSRC/Bluecurve/48x48/filesystems -ln -s ../mimetypes/fileshare.png gnome-fs-ftp.png - -# link upstream icon names to the redhat ones in bluecurve -for s in 16x16 20x20 24x24 32x32 36x36 48x48 64x64 96x96; do - cd $BUILD_WRKSRC/Bluecurve/$s/apps 2>/dev/null || continue - ln -sf redhat-office.png package_wordprocessing.png - ln -sf redhat-internet.png package_network.png - ln -sf redhat-accessories.png package_applications.png - ln -sf redhat-graphics.png package_graphics.png - ln -sf redhat-games.png package_games.png - ln -sf redhat-sound_video.png multimedia.png - ln -sf redhat-preferences.png package_settings.png - ln -sf redhat-programming.png package_development.png - ln -sf redhat-system_tools.png package_utilities.png - ln -sf redhat-system_settings.png package_system.png - ln -sf redhat-tools.png package_utilities.png - # app icons - ln -sf redhat-email.png kmail.png - ln -sf redhat-web-browser.png konqueror.png - ln -sf redhat-filemanager.png kfm.png - ln -sf redhat-home.png kfm_home.png - ln -sf redhat-logviewer.png kviewshell.png - ln -sf system-logviewer.png logviewer.png - # system settings - ln -sf system-config-soundcard.png multimedia.png -done - -flip_icon () { - pngtopnm $1.png > $1.rgb - pngtopnm -alpha $1.png > $1.alpha - pamstack $1.rgb $1.alpha > $1.pam - pamflip -lr $1.pam > $2.pam - pamrgbatopng $2.pam > $2.png - rm -f $1.rgb $1.alpha $1.pam $2.pam -} - -ln_icon () { - if [ -f $1.png ]; then - ln -s $1.png $2.png - fi - if [ -f $1.icon ]; then - ln -s $1.icon $2.icon - fi - if [ -f $1.svg ]; then - ln -s $1.svg $2.svg - fi -} - -# link gtk stock icon names to bluecurve ones -for s in 16x16 24x24 36x36 48x48; do - if cd $BUILD_WRKSRC/Bluecurve/$s/filesystems 2>/dev/null; then - ln_icon gnome-fs-directory gtk-directory - ln_icon gnome-fs-network gtk-network - fi - if cd $BUILD_WRKSRC/Bluecurve/$s/mimetypes 2>/dev/null; then - ln_icon file-container gtk-file - ln_icon harddrive gtk-harddisk - fi - if cd $BUILD_WRKSRC/Bluecurve/$s/stock 2>/dev/null; then - ln_icon stock-about gtk-about - ln_icon stock-connect gtk-connect - ln_icon stock-disconnect gtk-disconnect - ln_icon stock-edit gtk-edit - ln_icon stock-media-ffwd gtk-media-forward-ltr - ln_icon stock-media-rewind gtk-media-forward-rtl - ln_icon stock-media-next gtk-media-next-ltr - ln_icon stock-media-prev gtk-media-next-rtl - ln_icon stock-media-pause gtk-media-pause - ln_icon stock-media-play gtk-media-play-ltr - ln_icon stock-media-prev gtk-media-previous-ltr - ln_icon stock-media-next gtk-media-previous-rtl - ln_icon stock-media-rec gtk-media-record - ln_icon stock-media-rewind gtk-media-rewind-ltr - ln_icon stock-media-ffwd gtk-media-rewind-rtl - ln_icon stock-media-stop gtk-media-stop - ln_icon stock-undo gtk-undo-ltr - ln_icon stock-redo gtk-redo-ltr - ln_icon stock-font gtk-select-font - flip_icon stock-media-play gtk-media-play-rtl - flip_icon stock-undo gtk-undo-rtl - flip_icon stock-redo gtk-redo-rtl - fi -done -if cd $BUILD_WRKSRC/Bluecurve/48x48/stock 2>/dev/null; then - ln_icon stock-lockscreen gtk-dialog-authentication -fi - -# link icon-naming spec names to bluecurve ones -for s in 16x16 20x20 24x24 32x32 36x36 48x48 64x64 96x96; do - if cd $BUILD_WRKSRC/Bluecurve/$s/filesystems 2>/dev/null; then - ln_icon gnome-fs-trash-empty user-trash - ln_icon gnome-fs-trash-full user-trash-full - fi - if cd $BUILD_WRKSRC/Bluecurve/$s/stock 2>/dev/null; then - ln_icon stock-properties document-properties - ln_icon stock-find-and-replace edit-find-and-replace - ln_icon stock-undo edit-undo - ln_icon stock-justify-center format-justify-center - ln_icon stock-justify-fill format-justify-fill - ln_icon stock-justify-left format-justify-left - ln_icon stock-justify-right format-justify-right - ln_icon stock-strikethrough format-text-strikethrough - ln_icon stock-underline format-text-underline - ln_icon stock-goto-bottom go-bottom - ln_icon stock-go-down go-down - ln_icon stock-goto-first go-first - ln_icon stock-goto-last go-last - ln_icon stock-jump-to go-jump - ln_icon stock-go-forward go-next - ln_icon stock-go-back go-previous - ln_icon stock-go-up go-up - ln_icon stock-goto-top go-top - ln_icon stock-zoom-fit zoom-best-fit - ln_icon stock-quit system-log-out - ln_icon stock-quit application-exit - ln_icon stock-apply dialog-ok - ln_icon stock-close dialog-close - ln_icon stock-cancel dialog-cancel - ln_icon stock-bookmark-page bookmark-new - ln_icon stock-new document-new - ln_icon stock-open document-open - ln_icon stock-open document-open-recent - ln_icon stock-print document-print - ln_icon stock-print-preview document-print-preview - ln_icon stock-save document-save - ln_icon stock-save-as document-save-as - ln_icon stock-copy edit-copy - ln_icon stock-cut edit-cut - ln_icon stock-delete edit-delete - ln_icon stock-paste edit-paste - ln_icon stock-bold format-text-bold - ln_icon stock-italic format-text-italic - ln_icon stock-mic audio-input-microphone - ln_icon stock-about help-about - ln_icon stock-book help-contents - ln_icon stock-missing-image image-missing - ln_icon stock-media-pause media-playback-pause - ln_icon stock-media-play media-playback-start - ln_icon stock-media-stop media-playback-stop - ln_icon stock-media-rec media-record - ln_icon stock-media-rewind media-seek-backward - ln_icon stock-media-ffwd media-seek-forward - ln_icon stock-media-prev media-skip-backward - ln_icon stock-media-next media-skip-forward - fi - if cd $BUILD_WRKSRC/Bluecurve/$s/stock 2>/dev/null; then - ln_icon harddrive drive-harddisk - ln_icon cd drive-removable-media - ln_icon cd drive-optical - ln_icon floppy media-floppy - ln_icon cd media-optical - ln_icon dvd media-flash - ln_icon folder-home user-home - ln_icon file-font font-x-generic - ln_icon file-gfx image-x-generic - ln_icon file-video video-x-generic - ln_icon file text-x-generic - ln_icon file text-x-generic-template - ln_icon file-executable text-x-script - ln_icon file-launcher application-x-executable - ln_icon file-wordprocessor x-office-document - ln_icon file-presentation x-office-presentation - ln_icon file-spreadsheet x-office-spreadsheet - # FIXME - ln_icon file-wordprocessor x-office-calendar - ln_icon file-wordprocessor x-office-address-book - fi - if cd $BUILD_WRKSRC/Bluecurve/$s/apps 2>/dev/null; then - ln_icon icon-calculator accessories-calculator - ln_icon icon-character-map accessories-character-map - ln_icon icon-documentation accessories-dictionary - ln_icon icon-notepad accessories-text-editor - ln_icon icon-accessories applications-accessories - ln_icon icon-development applications-development - ln_icon icon-games applications-games - ln_icon icon-help help-browser - ln_icon icon-help system-help - ln_icon icon-gfx applications-graphics - ln_icon icon-network applications-internet - ln_icon icon-media applications-multimedia - ln_icon icon-office applications-office - ln_icon icon-system-configuration applications-system - ln_icon icon-computer computer - ln_icon icon-system-settings preferences-desktop - ln_icon icon-accessibility preferences-desktop-accessibility - ln_icon icon-fonts preferences-desktop-font - ln_icon icon-keyboard preferences-desktop-keyboard - ln_icon icon-languages preferences-desktop-locale - ln_icon icon-sound preferences-desktop-multimedia - # preferences-desktop-peripherals - ln_icon icon-user preferences-desktop-personal - # preferences-desktop-screensaver - ln_icon icon-themes preferences-desktop-theme - ln_icon icon-background-picture preferences-desktop-wallpaper - ln_icon icon-system-configuration preferences-system - ln_icon icon-network preferences-system-network - ln_icon gpm-primary-80 battery - ln_icon gpm-primary-20 battery-caution - ln_icon gpm-primary-10 battery-low - ln_icon camera camera-photo - ln_icon icon-games input-gaming - ln_icon icon-keyboard input-keyboard - ln_icon icon-mouse input-mouse - ln_icon icon-systemhealth utilities-system-monitor - fi - if cd $BUILD_WRKSRC/Bluecurve/$s/mimetypes 2>/dev/null; then - ln_icon stock_insert_image insert-image - ln_icon stock_insert_url insert-link - ln_icon stock_insert_ole-object insert-object - fi -done -# some 48 only icons -if cd $BUILD_WRKSRC/Bluecurve/48x48/stock 2>/dev/null; then - ln_icon stock-lockscreen dialog-password - ln_icon dialog-info dialog-information -fi diff --git a/x11-themes/icons-buuf/Makefile b/x11-themes/icons-buuf/Makefile deleted file mode 100644 index f3188791d64a..000000000000 --- a/x11-themes/icons-buuf/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Phillip Neumann <pneumann@gmail.com> -# $FreeBSD$ - -PORTNAME= icons-buuf -PORTVERSION= 1.6r2 -PORTREVISION= 6 -CATEGORIES= x11-themes -MASTER_SITES= http://ic1.deviantart.com/fs12/f/2006/266/9/0/ -DISTNAME= Buuf_1.6-r2 -EXTRACT_SUFX= _tar_bz2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cool set of icons for the most common usage - -NO_BUILD= yes -USES= tar:bzip2 -WRKSRC= ${WRKDIR}/Buuf -USE_GNOME= gtk20 -INSTALLS_ICONS= yes - -NO_STAGE= yes -do-install: - @${RM} ${WRKSRC}/128x128/status/sunny.png - @${MKDIR} ${PREFIX}/share/icons/Buuf - @${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/ - -.include <bsd.port.mk> diff --git a/x11-themes/icons-buuf/distinfo b/x11-themes/icons-buuf/distinfo deleted file mode 100644 index 68e7fe761c09..000000000000 --- a/x11-themes/icons-buuf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Buuf_1.6-r2_tar_bz2) = a249bda403fc48d02d8db9f58eb16494e65fa47f86b8792ae61238333d8753c7 -SIZE (Buuf_1.6-r2_tar_bz2) = 9051801 diff --git a/x11-themes/icons-buuf/pkg-descr b/x11-themes/icons-buuf/pkg-descr deleted file mode 100644 index a302dee699a0..000000000000 --- a/x11-themes/icons-buuf/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A cool set of icons usable on Gnome. - -WWW: http://www.deviantart.com/deviation/38475969/ diff --git a/x11-themes/icons-buuf/pkg-plist b/x11-themes/icons-buuf/pkg-plist deleted file mode 100644 index 8cbd6efce201..000000000000 --- a/x11-themes/icons-buuf/pkg-plist +++ /dev/null @@ -1,1060 +0,0 @@ -share/icons/Buuf/128x128/actions/add.png -share/icons/Buuf/128x128/actions/back.png -share/icons/Buuf/128x128/actions/bottom.png -share/icons/Buuf/128x128/actions/document-new.png -share/icons/Buuf/128x128/actions/document-print-preview.png -share/icons/Buuf/128x128/actions/document-print.png -share/icons/Buuf/128x128/actions/document-save-as.png -share/icons/Buuf/128x128/actions/document-save.png -share/icons/Buuf/128x128/actions/down.png -share/icons/Buuf/128x128/actions/edit-delete.png -share/icons/Buuf/128x128/actions/edit-find-replace.png -share/icons/Buuf/128x128/actions/edit-find.png -share/icons/Buuf/128x128/actions/edit-redo.png -share/icons/Buuf/128x128/actions/edit-undo.png -share/icons/Buuf/128x128/actions/editdelete.png -share/icons/Buuf/128x128/actions/filefind.png -share/icons/Buuf/128x128/actions/filenew.png -share/icons/Buuf/128x128/actions/fileprint.png -share/icons/Buuf/128x128/actions/filequickprint.png -share/icons/Buuf/128x128/actions/filesave.png -share/icons/Buuf/128x128/actions/filesaveas.png -share/icons/Buuf/128x128/actions/find.png -share/icons/Buuf/128x128/actions/finish.png -share/icons/Buuf/128x128/actions/folder-new.png -share/icons/Buuf/128x128/actions/folder_new.png -share/icons/Buuf/128x128/actions/forward.png -share/icons/Buuf/128x128/actions/gnome-fs-directory-accept.png -share/icons/Buuf/128x128/actions/gnome-lockscreen.png -share/icons/Buuf/128x128/actions/gnome-run.png -share/icons/Buuf/128x128/actions/gnome-stock-about.png -share/icons/Buuf/128x128/actions/gnome-stock-mic.png -share/icons/Buuf/128x128/actions/gnome-stock-run.png -share/icons/Buuf/128x128/actions/gnome-stock-volume.png -share/icons/Buuf/128x128/actions/go-bottom.png -share/icons/Buuf/128x128/actions/go-down.png -share/icons/Buuf/128x128/actions/go-first.png -share/icons/Buuf/128x128/actions/go-home.png -share/icons/Buuf/128x128/actions/go-last.png -share/icons/Buuf/128x128/actions/go-next.png -share/icons/Buuf/128x128/actions/go-previous.png -share/icons/Buuf/128x128/actions/go-top.png -share/icons/Buuf/128x128/actions/go-up.png -share/icons/Buuf/128x128/actions/gohome.png -share/icons/Buuf/128x128/actions/gtk-add.png -share/icons/Buuf/128x128/actions/gtk-apply.png -share/icons/Buuf/128x128/actions/gtk-bold.png -share/icons/Buuf/128x128/actions/gtk-bookmark.png -share/icons/Buuf/128x128/actions/gtk-bookmarks.png -share/icons/Buuf/128x128/actions/gtk-cancel.png -share/icons/Buuf/128x128/actions/gtk-cdrom.png -share/icons/Buuf/128x128/actions/gtk-clear.png -share/icons/Buuf/128x128/actions/gtk-close.png -share/icons/Buuf/128x128/actions/gtk-color-picker.png -share/icons/Buuf/128x128/actions/gtk-convert.png -share/icons/Buuf/128x128/actions/gtk-copy.png -share/icons/Buuf/128x128/actions/gtk-cut.png -share/icons/Buuf/128x128/actions/gtk-delete.png -share/icons/Buuf/128x128/actions/gtk-dialog-authentication.png -share/icons/Buuf/128x128/actions/gtk-dialog-error.png -share/icons/Buuf/128x128/actions/gtk-dialog-info.png -share/icons/Buuf/128x128/actions/gtk-dialog-question.png -share/icons/Buuf/128x128/actions/gtk-dnd.png -share/icons/Buuf/128x128/actions/gtk-execute.png -share/icons/Buuf/128x128/actions/gtk-find-and-replace.png -share/icons/Buuf/128x128/actions/gtk-find.png -share/icons/Buuf/128x128/actions/gtk-floppy.png -share/icons/Buuf/128x128/actions/gtk-fullscreen.png -share/icons/Buuf/128x128/actions/gtk-go-back-ltr.png -share/icons/Buuf/128x128/actions/gtk-go-back-rtl.png -share/icons/Buuf/128x128/actions/gtk-go-back.png -share/icons/Buuf/128x128/actions/gtk-go-bottom.png -share/icons/Buuf/128x128/actions/gtk-go-down.png -share/icons/Buuf/128x128/actions/gtk-go-forward-ltr.png -share/icons/Buuf/128x128/actions/gtk-go-forward-rtl.png -share/icons/Buuf/128x128/actions/gtk-go-forward.png -share/icons/Buuf/128x128/actions/gtk-go-top.png -share/icons/Buuf/128x128/actions/gtk-go-up.png -share/icons/Buuf/128x128/actions/gtk-goto-bottom.png -share/icons/Buuf/128x128/actions/gtk-goto-first-ltr.png -share/icons/Buuf/128x128/actions/gtk-goto-first-rtl.png -share/icons/Buuf/128x128/actions/gtk-goto-first.png -share/icons/Buuf/128x128/actions/gtk-goto-last-ltr.png -share/icons/Buuf/128x128/actions/gtk-goto-last-rtl.png -share/icons/Buuf/128x128/actions/gtk-goto-last.png -share/icons/Buuf/128x128/actions/gtk-goto-top.png -share/icons/Buuf/128x128/actions/gtk-harddisk.png -share/icons/Buuf/128x128/actions/gtk-help.png -share/icons/Buuf/128x128/actions/gtk-home.png -share/icons/Buuf/128x128/actions/gtk-jump-to.png -share/icons/Buuf/128x128/actions/gtk-leave-fullscreen.png -share/icons/Buuf/128x128/actions/gtk-network.png -share/icons/Buuf/128x128/actions/gtk-new.png -share/icons/Buuf/128x128/actions/gtk-no.png -share/icons/Buuf/128x128/actions/gtk-ok.png -share/icons/Buuf/128x128/actions/gtk-open.png -share/icons/Buuf/128x128/actions/gtk-paste.png -share/icons/Buuf/128x128/actions/gtk-preferences.png -share/icons/Buuf/128x128/actions/gtk-print-preview.png -share/icons/Buuf/128x128/actions/gtk-print-setup.png -share/icons/Buuf/128x128/actions/gtk-print.png -share/icons/Buuf/128x128/actions/gtk-quit.png -share/icons/Buuf/128x128/actions/gtk-redo-ltr.png -share/icons/Buuf/128x128/actions/gtk-refresh.png -share/icons/Buuf/128x128/actions/gtk-remove.png -share/icons/Buuf/128x128/actions/gtk-revert.png -share/icons/Buuf/128x128/actions/gtk-save-all.png -share/icons/Buuf/128x128/actions/gtk-save-as.png -share/icons/Buuf/128x128/actions/gtk-save.png -share/icons/Buuf/128x128/actions/gtk-select-color.png -share/icons/Buuf/128x128/actions/gtk-select-font.png -share/icons/Buuf/128x128/actions/gtk-spell-check.png -share/icons/Buuf/128x128/actions/gtk-stop.png -share/icons/Buuf/128x128/actions/gtk-undelete.png -share/icons/Buuf/128x128/actions/gtk-undo-ltr.png -share/icons/Buuf/128x128/actions/gtk-volume-zero.png -share/icons/Buuf/128x128/actions/gtk-zoom-100.png -share/icons/Buuf/128x128/actions/gtk-zoom-fit.png -share/icons/Buuf/128x128/actions/gtk-zoom-in.png -share/icons/Buuf/128x128/actions/gtk-zoom-out.png -share/icons/Buuf/128x128/actions/gtk_zoom-100.png -share/icons/Buuf/128x128/actions/gtk_zoom-fit.png -share/icons/Buuf/128x128/actions/gtk_zoom-in.png -share/icons/Buuf/128x128/actions/gtk_zoom-out.png -share/icons/Buuf/128x128/actions/history.png -share/icons/Buuf/128x128/actions/kfm_home.png -share/icons/Buuf/128x128/actions/link to gtk-ok (copy).png -share/icons/Buuf/128x128/actions/link to gtk-ok.png -share/icons/Buuf/128x128/actions/list-add.png -share/icons/Buuf/128x128/actions/list-remove.png -share/icons/Buuf/128x128/actions/lock.png -share/icons/Buuf/128x128/actions/media-eject.png -share/icons/Buuf/128x128/actions/media-next.png -share/icons/Buuf/128x128/actions/media-pause.png -share/icons/Buuf/128x128/actions/media-play.png -share/icons/Buuf/128x128/actions/media-previous.png -share/icons/Buuf/128x128/actions/media-record.png -share/icons/Buuf/128x128/actions/media-rewind.png -share/icons/Buuf/128x128/actions/media-stop.png -share/icons/Buuf/128x128/actions/next.png -share/icons/Buuf/128x128/actions/panel-lockscreen.png -share/icons/Buuf/128x128/actions/panel-logout.png -share/icons/Buuf/128x128/actions/panel-multimedia.png -share/icons/Buuf/128x128/actions/panel-run.png -share/icons/Buuf/128x128/actions/panel-screenshot.png -share/icons/Buuf/128x128/actions/panel-searchtool.png -share/icons/Buuf/128x128/actions/previous.png -share/icons/Buuf/128x128/actions/redhat-home.png -share/icons/Buuf/128x128/actions/redo.png -share/icons/Buuf/128x128/actions/refresh.png -share/icons/Buuf/128x128/actions/remove.png -share/icons/Buuf/128x128/actions/rhythmbox-next.png -share/icons/Buuf/128x128/actions/rhythmbox-pause.png -share/icons/Buuf/128x128/actions/rhythmbox-play.png -share/icons/Buuf/128x128/actions/rhythmbox-previous.png -share/icons/Buuf/128x128/actions/rhythmbox-stop.png -share/icons/Buuf/128x128/actions/send-im.png -share/icons/Buuf/128x128/actions/start.png -share/icons/Buuf/128x128/actions/stock-zoom-in.png -share/icons/Buuf/128x128/actions/stock_3d-favourites.png -share/icons/Buuf/128x128/actions/stock_addressbook.png -share/icons/Buuf/128x128/actions/stock_alarm.png -share/icons/Buuf/128x128/actions/stock_appointment-reminder-excl.png -share/icons/Buuf/128x128/actions/stock_appointment-reminder.png -share/icons/Buuf/128x128/actions/stock_attach.png -share/icons/Buuf/128x128/actions/stock_bluetooth.png -share/icons/Buuf/128x128/actions/stock_book_blue.png -share/icons/Buuf/128x128/actions/stock_book_green.png -share/icons/Buuf/128x128/actions/stock_book_red.png -share/icons/Buuf/128x128/actions/stock_book_yellow.png -share/icons/Buuf/128x128/actions/stock_bottom.png -share/icons/Buuf/128x128/actions/stock_calendar-and-tasks.png -share/icons/Buuf/128x128/actions/stock_calendar.png -share/icons/Buuf/128x128/actions/stock_cell-phone.png -share/icons/Buuf/128x128/actions/stock_delete.png -share/icons/Buuf/128x128/actions/stock_dialog-error.png -share/icons/Buuf/128x128/actions/stock_down.png -share/icons/Buuf/128x128/actions/stock_first.png -share/icons/Buuf/128x128/actions/stock_fullscreen.png -share/icons/Buuf/128x128/actions/stock_home.png -share/icons/Buuf/128x128/actions/stock_inbox.png -share/icons/Buuf/128x128/actions/stock_init.png -share/icons/Buuf/128x128/actions/stock_keyring.png -share/icons/Buuf/128x128/actions/stock_landline-phone.png -share/icons/Buuf/128x128/actions/stock_last.png -share/icons/Buuf/128x128/actions/stock_left.png -share/icons/Buuf/128x128/actions/stock_mail-compose.png -share/icons/Buuf/128x128/actions/stock_mail-copy.png -share/icons/Buuf/128x128/actions/stock_mail-druid.png -share/icons/Buuf/128x128/actions/stock_mail-forward.png -share/icons/Buuf/128x128/actions/stock_mail-merge.png -share/icons/Buuf/128x128/actions/stock_mail-move.png -share/icons/Buuf/128x128/actions/stock_mail-open-multiple.png -share/icons/Buuf/128x128/actions/stock_mail-open.png -share/icons/Buuf/128x128/actions/stock_mail-priority-high.png -share/icons/Buuf/128x128/actions/stock_mail-receive.png -share/icons/Buuf/128x128/actions/stock_mail-replied.png -share/icons/Buuf/128x128/actions/stock_mail-reply-to-all.png -share/icons/Buuf/128x128/actions/stock_mail-reply.png -share/icons/Buuf/128x128/actions/stock_mail-send-receive.png -share/icons/Buuf/128x128/actions/stock_mail-send.png -share/icons/Buuf/128x128/actions/stock_mail-unread-multiple.png -share/icons/Buuf/128x128/actions/stock_mail-unread.png -share/icons/Buuf/128x128/actions/stock_mail.png -share/icons/Buuf/128x128/actions/stock_message-display.png -share/icons/Buuf/128x128/actions/stock_new-24h-appointment.png -share/icons/Buuf/128x128/actions/stock_new-appointment.png -share/icons/Buuf/128x128/actions/stock_new-dir.png -share/icons/Buuf/128x128/actions/stock_new-text.png -share/icons/Buuf/128x128/actions/stock_new.png -share/icons/Buuf/128x128/actions/stock_news.png -share/icons/Buuf/128x128/actions/stock_next.png -share/icons/Buuf/128x128/actions/stock_not-spam.png -share/icons/Buuf/128x128/actions/stock_notebook.png -share/icons/Buuf/128x128/actions/stock_notes.png -share/icons/Buuf/128x128/actions/stock_people.png -share/icons/Buuf/128x128/actions/stock_person.png -share/icons/Buuf/128x128/actions/stock_previous.png -share/icons/Buuf/128x128/actions/stock_print-preview.png -share/icons/Buuf/128x128/actions/stock_print-setup.png -share/icons/Buuf/128x128/actions/stock_print.png -share/icons/Buuf/128x128/actions/stock_redo.png -share/icons/Buuf/128x128/actions/stock_refresh.png -share/icons/Buuf/128x128/actions/stock_right.png -share/icons/Buuf/128x128/actions/stock_save-as.png -share/icons/Buuf/128x128/actions/stock_save.png -share/icons/Buuf/128x128/actions/stock_search-and-replace.png -share/icons/Buuf/128x128/actions/stock_search.png -share/icons/Buuf/128x128/actions/stock_spam.png -share/icons/Buuf/128x128/actions/stock_task-assigned-to.png -share/icons/Buuf/128x128/actions/stock_task-assigned.png -share/icons/Buuf/128x128/actions/stock_task-recurring.png -share/icons/Buuf/128x128/actions/stock_task.png -share/icons/Buuf/128x128/actions/stock_timezone.png -share/icons/Buuf/128x128/actions/stock_top.png -share/icons/Buuf/128x128/actions/stock_undelete.png -share/icons/Buuf/128x128/actions/stock_undo.png -share/icons/Buuf/128x128/actions/stock_up.png -share/icons/Buuf/128x128/actions/stock_zoom-1.png -share/icons/Buuf/128x128/actions/stock_zoom-100.png -share/icons/Buuf/128x128/actions/stock_zoom-fit.png -share/icons/Buuf/128x128/actions/stock_zoom-in.png -share/icons/Buuf/128x128/actions/stock_zoom-out.png -share/icons/Buuf/128x128/actions/system-lock-screen.png -share/icons/Buuf/128x128/actions/system-run.png -share/icons/Buuf/128x128/actions/top.png -share/icons/Buuf/128x128/actions/undo.png -share/icons/Buuf/128x128/actions/up.png -share/icons/Buuf/128x128/actions/view-fullscreen.png -share/icons/Buuf/128x128/actions/window-new.png -share/icons/Buuf/128x128/actions/window_fullscreen.png -share/icons/Buuf/128x128/actions/xfce-system-lock.png -share/icons/Buuf/128x128/actions/zoom-best-fit.png -share/icons/Buuf/128x128/actions/zoom-in.png -share/icons/Buuf/128x128/actions/zoom-original.png -share/icons/Buuf/128x128/actions/zoom-out.png -share/icons/Buuf/128x128/apps/abiword.png -share/icons/Buuf/128x128/apps/abiword_48.png -share/icons/Buuf/128x128/apps/accessibility-directory.png -share/icons/Buuf/128x128/apps/accessories-dictionary.png -share/icons/Buuf/128x128/apps/accessories-text-editor.png -share/icons/Buuf/128x128/apps/administration.png -share/icons/Buuf/128x128/apps/advanced-directory.png -share/icons/Buuf/128x128/apps/alacarte.png -share/icons/Buuf/128x128/apps/amsn.png -share/icons/Buuf/128x128/apps/apacheconf.png -share/icons/Buuf/128x128/apps/applets-screenshooter.png -share/icons/Buuf/128x128/apps/arts.png -share/icons/Buuf/128x128/apps/ax-applet.png -share/icons/Buuf/128x128/apps/background.png -share/icons/Buuf/128x128/apps/baobab.png -share/icons/Buuf/128x128/apps/beast.png -share/icons/Buuf/128x128/apps/beep-media-player.png -share/icons/Buuf/128x128/apps/bittorrent.png -share/icons/Buuf/128x128/apps/blender.png -share/icons/Buuf/128x128/apps/bluefish-icon.png -share/icons/Buuf/128x128/apps/bluefish.png -share/icons/Buuf/128x128/apps/bmp.png -share/icons/Buuf/128x128/apps/bonfire.png -share/icons/Buuf/128x128/apps/bonobo-browser.png -share/icons/Buuf/128x128/apps/bonobo-component-browser.png -share/icons/Buuf/128x128/apps/boot-admin.png -share/icons/Buuf/128x128/apps/boot.png -share/icons/Buuf/128x128/apps/btstat-applet.png -share/icons/Buuf/128x128/apps/bug-buddy.png -share/icons/Buuf/128x128/apps/burner.png -share/icons/Buuf/128x128/apps/camera.png -share/icons/Buuf/128x128/apps/character-picker.png -share/icons/Buuf/128x128/apps/charpick.png -share/icons/Buuf/128x128/apps/clock-applet.png -share/icons/Buuf/128x128/apps/clock.png -share/icons/Buuf/128x128/apps/comix.png -share/icons/Buuf/128x128/apps/config-date.png -share/icons/Buuf/128x128/apps/config-language.png -share/icons/Buuf/128x128/apps/config-users.png -share/icons/Buuf/128x128/apps/config-xfree.png -share/icons/Buuf/128x128/apps/default-applications-capplet.png -share/icons/Buuf/128x128/apps/dia_gnome_icon.png -share/icons/Buuf/128x128/apps/disks.png -share/icons/Buuf/128x128/apps/display-capplet.png -share/icons/Buuf/128x128/apps/drawer.png -share/icons/Buuf/128x128/apps/epiphany-bookmarks.png -share/icons/Buuf/128x128/apps/evolution-calendar.png -share/icons/Buuf/128x128/apps/evolution-contacts.png -share/icons/Buuf/128x128/apps/evolution-mail.png -share/icons/Buuf/128x128/apps/evolution-tasks.png -share/icons/Buuf/128x128/apps/evolution.png -share/icons/Buuf/128x128/apps/eyes.png -share/icons/Buuf/128x128/apps/file-manager.png -share/icons/Buuf/128x128/apps/file-roller.png -share/icons/Buuf/128x128/apps/firefox-icon.png -share/icons/Buuf/128x128/apps/firefox.png -share/icons/Buuf/128x128/apps/firestarter.png -share/icons/Buuf/128x128/apps/gaim-dialog-info.png -share/icons/Buuf/128x128/apps/gaim.png -share/icons/Buuf/128x128/apps/gcalctool.png -share/icons/Buuf/128x128/apps/gconf-editor.png -share/icons/Buuf/128x128/apps/gdm-setup.png -share/icons/Buuf/128x128/apps/gdm-xnest.png -share/icons/Buuf/128x128/apps/gdm.png -share/icons/Buuf/128x128/apps/gedit-icon.png -share/icons/Buuf/128x128/apps/gftp.png -share/icons/Buuf/128x128/apps/gimp-remote-2.2.png -share/icons/Buuf/128x128/apps/gimp-remote-2.3.png -share/icons/Buuf/128x128/apps/gimp.png -share/icons/Buuf/128x128/apps/gksu-terminal.png -share/icons/Buuf/128x128/apps/gksu.png -share/icons/Buuf/128x128/apps/gmplayer.png -share/icons/Buuf/128x128/apps/gnome-amusements.png -share/icons/Buuf/128x128/apps/gnome-applications.png -share/icons/Buuf/128x128/apps/gnome-calculator.png -share/icons/Buuf/128x128/apps/gnome-ccmime.png -share/icons/Buuf/128x128/apps/gnome-cd.png -share/icons/Buuf/128x128/apps/gnome-cdplayer-icon.png -share/icons/Buuf/128x128/apps/gnome-control-center.png -share/icons/Buuf/128x128/apps/gnome-cpu-frequency-applet.png -share/icons/Buuf/128x128/apps/gnome-desktop-config.png -share/icons/Buuf/128x128/apps/gnome-devel.png -share/icons/Buuf/128x128/apps/gnome-dictionary.png -share/icons/Buuf/128x128/apps/gnome-display-properties.png -share/icons/Buuf/128x128/apps/gnome-emacs.png -share/icons/Buuf/128x128/apps/gnome-eog.png -share/icons/Buuf/128x128/apps/gnome-eyes-applets.png -share/icons/Buuf/128x128/apps/gnome-favorites.png -share/icons/Buuf/128x128/apps/gnome-finance.png -share/icons/Buuf/128x128/apps/gnome-folder.png -share/icons/Buuf/128x128/apps/gnome-ftp.png -share/icons/Buuf/128x128/apps/gnome-gegl.png -share/icons/Buuf/128x128/apps/gnome-ghostview.png -share/icons/Buuf/128x128/apps/gnome-gimp.png -share/icons/Buuf/128x128/apps/gnome-globe.png -share/icons/Buuf/128x128/apps/gnome-gnomine.png -share/icons/Buuf/128x128/apps/gnome-graphics.png -share/icons/Buuf/128x128/apps/gnome-grecord.png -share/icons/Buuf/128x128/apps/gnome-gsame.png -share/icons/Buuf/128x128/apps/gnome-help.png -share/icons/Buuf/128x128/apps/gnome-home.png -share/icons/Buuf/128x128/apps/gnome-joystick.png -share/icons/Buuf/128x128/apps/gnome-lockscreen.png -share/icons/Buuf/128x128/apps/gnome-logout.png -share/icons/Buuf/128x128/apps/gnome-media-player.png -share/icons/Buuf/128x128/apps/gnome-mini-commander.png -share/icons/Buuf/128x128/apps/gnome-mixer-applet.png -share/icons/Buuf/128x128/apps/gnome-mixer.png -share/icons/Buuf/128x128/apps/gnome-modem-monitor-applet.png -share/icons/Buuf/128x128/apps/gnome-modem.png -share/icons/Buuf/128x128/apps/gnome-money.png -share/icons/Buuf/128x128/apps/gnome-monitor.png -share/icons/Buuf/128x128/apps/gnome-multimedia.png -share/icons/Buuf/128x128/apps/gnome-nettool.png -share/icons/Buuf/128x128/apps/gnome-networktool.png -share/icons/Buuf/128x128/apps/gnome-nibbles.png -share/icons/Buuf/128x128/apps/gnome-note.png -share/icons/Buuf/128x128/apps/gnome-office.png -share/icons/Buuf/128x128/apps/gnome-other.png -share/icons/Buuf/128x128/apps/gnome-panel-clock.png -share/icons/Buuf/128x128/apps/gnome-panel-drawer.png -share/icons/Buuf/128x128/apps/gnome-panel-fish.png -share/icons/Buuf/128x128/apps/gnome-panel-force-quit.png -share/icons/Buuf/128x128/apps/gnome-panel-screenshot.png -share/icons/Buuf/128x128/apps/gnome-panel-window-menu.png -share/icons/Buuf/128x128/apps/gnome-panel.png -share/icons/Buuf/128x128/apps/gnome-pdf.png -share/icons/Buuf/128x128/apps/gnome-reboot.png -share/icons/Buuf/128x128/apps/gnome-remote-desktop.png -share/icons/Buuf/128x128/apps/gnome-run.png -share/icons/Buuf/128x128/apps/gnome-screenshot.png -share/icons/Buuf/128x128/apps/gnome-searchtool.png -share/icons/Buuf/128x128/apps/gnome-server-config.png -share/icons/Buuf/128x128/apps/gnome-session.png -share/icons/Buuf/128x128/apps/gnome-settings-accessibility-keyboard.png -share/icons/Buuf/128x128/apps/gnome-settings-accessibility-technologies.png -share/icons/Buuf/128x128/apps/gnome-settings-background.png -share/icons/Buuf/128x128/apps/gnome-settings-default-application.png -share/icons/Buuf/128x128/apps/gnome-settings-default-applications.png -share/icons/Buuf/128x128/apps/gnome-settings-font.png -share/icons/Buuf/128x128/apps/gnome-settings-keybindings.png -share/icons/Buuf/128x128/apps/gnome-settings-sound.png -share/icons/Buuf/128x128/apps/gnome-settings-theme.png -share/icons/Buuf/128x128/apps/gnome-settings-ui-behavior.png -share/icons/Buuf/128x128/apps/gnome-settings.png -share/icons/Buuf/128x128/apps/gnome-shutdown.png -share/icons/Buuf/128x128/apps/gnome-starthere.png -share/icons/Buuf/128x128/apps/gnome-sticky-notes-applet.png -share/icons/Buuf/128x128/apps/gnome-system-config.png -share/icons/Buuf/128x128/apps/gnome-system-monitor.png -share/icons/Buuf/128x128/apps/gnome-system.png -share/icons/Buuf/128x128/apps/gnome-terminal.png -share/icons/Buuf/128x128/apps/gnome-unknown.png -share/icons/Buuf/128x128/apps/gnome-util.png -share/icons/Buuf/128x128/apps/gnome-warning.png -share/icons/Buuf/128x128/apps/gnome-window-manager.png -share/icons/Buuf/128x128/apps/gnome-windows.png -share/icons/Buuf/128x128/apps/gnome-workspace.png -share/icons/Buuf/128x128/apps/gnomemeeting-logo-icon.png -share/icons/Buuf/128x128/apps/gnumeric.png -share/icons/Buuf/128x128/apps/gossip.png -share/icons/Buuf/128x128/apps/gphoto.png -share/icons/Buuf/128x128/apps/gqview.png -share/icons/Buuf/128x128/apps/graveman-icon.png -share/icons/Buuf/128x128/apps/graveman.png -share/icons/Buuf/128x128/apps/graveman48.png -share/icons/Buuf/128x128/apps/gstreamer-properties.png -share/icons/Buuf/128x128/apps/gswitchit-applet.png -share/icons/Buuf/128x128/apps/gswitchit-properties-capplet.png -share/icons/Buuf/128x128/apps/gthumb.png -share/icons/Buuf/128x128/apps/gtk-help.png -share/icons/Buuf/128x128/apps/gtkpod.png -share/icons/Buuf/128x128/apps/gucharmap.png -share/icons/Buuf/128x128/apps/gvim.png -share/icons/Buuf/128x128/apps/gxmms_mini.png -share/icons/Buuf/128x128/apps/help-browser.png -share/icons/Buuf/128x128/apps/help.png -share/icons/Buuf/128x128/apps/hint.png -share/icons/Buuf/128x128/apps/hwbrowser.png -share/icons/Buuf/128x128/apps/inkscape.png -share/icons/Buuf/128x128/apps/invest-big.png -share/icons/Buuf/128x128/apps/k3b.png -share/icons/Buuf/128x128/apps/kaddressbook.png -share/icons/Buuf/128x128/apps/kaffeine.png -share/icons/Buuf/128x128/apps/kate.png -share/icons/Buuf/128x128/apps/kconsole.png -share/icons/Buuf/128x128/apps/kdvi.png -share/icons/Buuf/128x128/apps/kedit.png -share/icons/Buuf/128x128/apps/keyboard.png -share/icons/Buuf/128x128/apps/kfind.png -share/icons/Buuf/128x128/apps/kfm.png -share/icons/Buuf/128x128/apps/kghostview.png -share/icons/Buuf/128x128/apps/khelpcenter.png -share/icons/Buuf/128x128/apps/kile.png -share/icons/Buuf/128x128/apps/konqueror.png -share/icons/Buuf/128x128/apps/konsole.png -share/icons/Buuf/128x128/apps/kpdf.png -share/icons/Buuf/128x128/apps/kscreensaver.png -share/icons/Buuf/128x128/apps/ksysguard.png -share/icons/Buuf/128x128/apps/kwrite.png -share/icons/Buuf/128x128/apps/kxkb.png -share/icons/Buuf/128x128/apps/launcher-program.png -share/icons/Buuf/128x128/apps/liferea.png -share/icons/Buuf/128x128/apps/login-photo.png -share/icons/Buuf/128x128/apps/logviewer.png -share/icons/Buuf/128x128/apps/mail-notification.png -share/icons/Buuf/128x128/apps/media-player-48.png -share/icons/Buuf/128x128/apps/modem.png -share/icons/Buuf/128x128/apps/monodevelop.png -share/icons/Buuf/128x128/apps/mozilla-bin-icon.png -share/icons/Buuf/128x128/apps/mozilla-composer-icon.png -share/icons/Buuf/128x128/apps/mozilla-firefox.png -share/icons/Buuf/128x128/apps/mozilla-icon.png -share/icons/Buuf/128x128/apps/mozilla-thunderbird.png -share/icons/Buuf/128x128/apps/mozilla.png -share/icons/Buuf/128x128/apps/mplayer.png -share/icons/Buuf/128x128/apps/multimedia-volume-control.png -share/icons/Buuf/128x128/apps/multimedia.png -share/icons/Buuf/128x128/apps/nautilus-cd-burner.png -share/icons/Buuf/128x128/apps/network-config.png -share/icons/Buuf/128x128/apps/network.png -share/icons/Buuf/128x128/apps/ooo-base2.png -share/icons/Buuf/128x128/apps/ooo-calc2.png -share/icons/Buuf/128x128/apps/ooo-draw2.png -share/icons/Buuf/128x128/apps/ooo-impress2.png -share/icons/Buuf/128x128/apps/ooo-math2.png -share/icons/Buuf/128x128/apps/ooo-printeradmin2.png -share/icons/Buuf/128x128/apps/ooo-template2.png -share/icons/Buuf/128x128/apps/ooo-web2.png -share/icons/Buuf/128x128/apps/ooo-writer2.png -share/icons/Buuf/128x128/apps/openterm.png -share/icons/Buuf/128x128/apps/opera-icon.png -share/icons/Buuf/128x128/apps/opera.png -share/icons/Buuf/128x128/apps/palm-pilot-sync.png -share/icons/Buuf/128x128/apps/palm-pilot.png -share/icons/Buuf/128x128/apps/pan-newsreader.png -share/icons/Buuf/128x128/apps/panel-notification-area.png -share/icons/Buuf/128x128/apps/panel-window-list.png -share/icons/Buuf/128x128/apps/panel-window-menu.png -share/icons/Buuf/128x128/apps/preferences-desktop-screensaver.png -share/icons/Buuf/128x128/apps/preferences-desktop-wallpaper.png -share/icons/Buuf/128x128/apps/print-manager.png -share/icons/Buuf/128x128/apps/printer.png -share/icons/Buuf/128x128/apps/procman.png -share/icons/Buuf/128x128/apps/realplay.png -share/icons/Buuf/128x128/apps/realplayer.png -share/icons/Buuf/128x128/apps/redhat-filemanager.png -share/icons/Buuf/128x128/apps/rhythmbox.png -share/icons/Buuf/128x128/apps/samba.png -share/icons/Buuf/128x128/apps/screensaver.png -share/icons/Buuf/128x128/apps/serviceconf.png -share/icons/Buuf/128x128/apps/services-admin.png -share/icons/Buuf/128x128/apps/services.png -share/icons/Buuf/128x128/apps/sound-juicer.png -share/icons/Buuf/128x128/apps/stock-ticker.png -share/icons/Buuf/128x128/apps/stock_bluetooth.png -share/icons/Buuf/128x128/apps/stock_help.png -share/icons/Buuf/128x128/apps/stock_keyring.png -share/icons/Buuf/128x128/apps/stock_proxy.png -share/icons/Buuf/128x128/apps/susehelpcenter.png -share/icons/Buuf/128x128/apps/synaptic.png -share/icons/Buuf/128x128/apps/sync_broken.png -share/icons/Buuf/128x128/apps/sync_icon.png -share/icons/Buuf/128x128/apps/sync_paused.png -share/icons/Buuf/128x128/apps/syncing_icon.png -share/icons/Buuf/128x128/apps/system-config-date.png -share/icons/Buuf/128x128/apps/system-config-language.png -share/icons/Buuf/128x128/apps/system-config-xfree.png -share/icons/Buuf/128x128/apps/system-file-manager.png -share/icons/Buuf/128x128/apps/terminal.png -share/icons/Buuf/128x128/apps/text-editor.png -share/icons/Buuf/128x128/apps/thunderbird-icon.png -share/icons/Buuf/128x128/apps/thunderbird.png -share/icons/Buuf/128x128/apps/time-admin.png -share/icons/Buuf/128x128/apps/time.png -share/icons/Buuf/128x128/apps/totem-icon.png -share/icons/Buuf/128x128/apps/totem.png -share/icons/Buuf/128x128/apps/tsclient.png -share/icons/Buuf/128x128/apps/user-info.png -share/icons/Buuf/128x128/apps/users.png -share/icons/Buuf/128x128/apps/utilities-system-monitor.png -share/icons/Buuf/128x128/apps/vlc.png -share/icons/Buuf/128x128/apps/volume-knob.png -share/icons/Buuf/128x128/apps/wallpaper.png -share/icons/Buuf/128x128/apps/web-browser.png -share/icons/Buuf/128x128/apps/wine.png -share/icons/Buuf/128x128/apps/xchat.png -share/icons/Buuf/128x128/apps/xclock.png -share/icons/Buuf/128x128/apps/xfce-filemanager.png -share/icons/Buuf/128x128/apps/xfce-terminal.png -share/icons/Buuf/128x128/apps/xfce4-backdrop.png -share/icons/Buuf/128x128/apps/xfce4-mixer.png -share/icons/Buuf/128x128/apps/ximian-openoffice-base.png -share/icons/Buuf/128x128/apps/ximian-openoffice-calc.png -share/icons/Buuf/128x128/apps/ximian-openoffice-draw.png -share/icons/Buuf/128x128/apps/ximian-openoffice-impress.png -share/icons/Buuf/128x128/apps/ximian-openoffice-math.png -share/icons/Buuf/128x128/apps/ximian-openoffice-template.png -share/icons/Buuf/128x128/apps/ximian-openoffice-web.png -share/icons/Buuf/128x128/apps/ximian-openoffice-writer.png -share/icons/Buuf/128x128/apps/xmms_mini.png -share/icons/Buuf/128x128/apps/xsane.png -share/icons/Buuf/128x128/apps/xscreensaver.png -share/icons/Buuf/128x128/devices/3floppy-unmount.png -share/icons/Buuf/128x128/devices/battery.png -share/icons/Buuf/128x128/devices/camera.png -share/icons/Buuf/128x128/devices/cdrom_unmount.png -share/icons/Buuf/128x128/devices/cdwriter_unmount.png -share/icons/Buuf/128x128/devices/chardevice.png -share/icons/Buuf/128x128/devices/display.png -share/icons/Buuf/128x128/devices/drive-cdrom.png -share/icons/Buuf/128x128/devices/drive-harddisk.png -share/icons/Buuf/128x128/devices/drive-optical.png -share/icons/Buuf/128x128/devices/drive-removable-media.png -share/icons/Buuf/128x128/devices/dvd-unmount.png -share/icons/Buuf/128x128/devices/gnome-dev-battery.png -share/icons/Buuf/128x128/devices/gnome-dev-cdrom-audio.png -share/icons/Buuf/128x128/devices/gnome-dev-cdrom.png -share/icons/Buuf/128x128/devices/gnome-dev-cdwriter.png -share/icons/Buuf/128x128/devices/gnome-dev-computer.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-cdr.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-cdrw.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-dvdr-plus.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-dvdr.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-dvdram.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-dvdrom.png -share/icons/Buuf/128x128/devices/gnome-dev-disc-dvdrw.png -share/icons/Buuf/128x128/devices/gnome-dev-dvd.png -share/icons/Buuf/128x128/devices/gnome-dev-ethernet.png -share/icons/Buuf/128x128/devices/gnome-dev-flashdisk.png -share/icons/Buuf/128x128/devices/gnome-dev-flashkey.png -share/icons/Buuf/128x128/devices/gnome-dev-floppy.png -share/icons/Buuf/128x128/devices/gnome-dev-harddisk-usb.png -share/icons/Buuf/128x128/devices/gnome-dev-harddisk.png -share/icons/Buuf/128x128/devices/gnome-dev-ipod.png -share/icons/Buuf/128x128/devices/gnome-dev-ipod2.png -share/icons/Buuf/128x128/devices/gnome-dev-keyboard.png -share/icons/Buuf/128x128/devices/gnome-dev-media-cf.png -share/icons/Buuf/128x128/devices/gnome-dev-media-ms.png -share/icons/Buuf/128x128/devices/gnome-dev-media-sdmmc.png -share/icons/Buuf/128x128/devices/gnome-dev-memory.png -share/icons/Buuf/128x128/devices/gnome-dev-mouse-ball.png -share/icons/Buuf/128x128/devices/gnome-dev-mouse-optical.png -share/icons/Buuf/128x128/devices/gnome-dev-network.png -share/icons/Buuf/128x128/devices/gnome-dev-pci.png -share/icons/Buuf/128x128/devices/gnome-dev-pcmcia.png -share/icons/Buuf/128x128/devices/gnome-dev-printer.png -share/icons/Buuf/128x128/devices/gnome-dev-removable-usb.png -share/icons/Buuf/128x128/devices/gnome-dev-removable.png -share/icons/Buuf/128x128/devices/gnome-dev-symlink.png -share/icons/Buuf/128x128/devices/gnome-dev-wavelan.png -share/icons/Buuf/128x128/devices/gnome-fs-client.png -share/icons/Buuf/128x128/devices/gtk-floppy.png -share/icons/Buuf/128x128/devices/gtk-harddisk.png -share/icons/Buuf/128x128/devices/gtk-harddrive.png -share/icons/Buuf/128x128/devices/hdd-unmount.png -share/icons/Buuf/128x128/devices/iDisk Public.png -share/icons/Buuf/128x128/devices/iDisk.png -share/icons/Buuf/128x128/devices/iTunes.png -share/icons/Buuf/128x128/devices/ipod_mount.png -share/icons/Buuf/128x128/devices/keyboard.png -share/icons/Buuf/128x128/devices/kjobviewer.png -share/icons/Buuf/128x128/devices/kxkb.png -share/icons/Buuf/128x128/devices/media-optical.png -share/icons/Buuf/128x128/devices/mouse.png -share/icons/Buuf/128x128/devices/multimedia-player.png -share/icons/Buuf/128x128/devices/printer-remote.png -share/icons/Buuf/128x128/devices/printer.png -share/icons/Buuf/128x128/devices/printer1.png -share/icons/Buuf/128x128/devices/stock_printers.png -share/icons/Buuf/128x128/devices/system-floppy.png -share/icons/Buuf/128x128/devices/system.png -share/icons/Buuf/128x128/devices/video-display.png -share/icons/Buuf/128x128/devices/xfce-printer.png -share/icons/Buuf/128x128/devices/xfce4-display.png -share/icons/Buuf/128x128/devices/xfce4-keyboard.png -share/icons/Buuf/128x128/devices/xfce4-mouse.png -share/icons/Buuf/128x128/devices/yast_HD.png -share/icons/Buuf/128x128/devices/yast_idetude.png -share/icons/Buuf/128x128/devices/yast_mouse.png -share/icons/Buuf/128x128/devices/yast_printer.png -share/icons/Buuf/128x128/emblems/emblem-OK.png -share/icons/Buuf/128x128/emblems/emblem-art.png -share/icons/Buuf/128x128/emblems/emblem-bin.png -share/icons/Buuf/128x128/emblems/emblem-blink.png -share/icons/Buuf/128x128/emblems/emblem-buuf.png -share/icons/Buuf/128x128/emblems/emblem-camera.png -share/icons/Buuf/128x128/emblems/emblem-certified.png -share/icons/Buuf/128x128/emblems/emblem-cool.png -share/icons/Buuf/128x128/emblems/emblem-cvs-added.png -share/icons/Buuf/128x128/emblems/emblem-cvs-conflict.png -share/icons/Buuf/128x128/emblems/emblem-cvs-controlled.png -share/icons/Buuf/128x128/emblems/emblem-cvs-modified.png -share/icons/Buuf/128x128/emblems/emblem-cvs-new-file.png -share/icons/Buuf/128x128/emblems/emblem-cvs-removed.png -share/icons/Buuf/128x128/emblems/emblem-cvs-sticky-tag.png -share/icons/Buuf/128x128/emblems/emblem-danger.png -share/icons/Buuf/128x128/emblems/emblem-desktop.png -share/icons/Buuf/128x128/emblems/emblem-documents.png -share/icons/Buuf/128x128/emblems/emblem-draft.png -share/icons/Buuf/128x128/emblems/emblem-favorite.png -share/icons/Buuf/128x128/emblems/emblem-generic.png -share/icons/Buuf/128x128/emblems/emblem-ghost.png -share/icons/Buuf/128x128/emblems/emblem-handshake.png -share/icons/Buuf/128x128/emblems/emblem-important.png -share/icons/Buuf/128x128/emblems/emblem-mail.png -share/icons/Buuf/128x128/emblems/emblem-manga.png -share/icons/Buuf/128x128/emblems/emblem-multimedia.png -share/icons/Buuf/128x128/emblems/emblem-new.png -share/icons/Buuf/128x128/emblems/emblem-noread.png -share/icons/Buuf/128x128/emblems/emblem-nowrite.png -share/icons/Buuf/128x128/emblems/emblem-ohno.png -share/icons/Buuf/128x128/emblems/emblem-package.png -share/icons/Buuf/128x128/emblems/emblem-paused.png -share/icons/Buuf/128x128/emblems/emblem-people.png -share/icons/Buuf/128x128/emblems/emblem-personal.png -share/icons/Buuf/128x128/emblems/emblem-pictures.png -share/icons/Buuf/128x128/emblems/emblem-plan.png -share/icons/Buuf/128x128/emblems/emblem-presentation.png -share/icons/Buuf/128x128/emblems/emblem-sales.png -share/icons/Buuf/128x128/emblems/emblem-sound.png -share/icons/Buuf/128x128/emblems/emblem-special.png -share/icons/Buuf/128x128/emblems/emblem-symbolic-link.png -share/icons/Buuf/128x128/emblems/emblem-trash.png -share/icons/Buuf/128x128/emblems/emblem-urgent.png -share/icons/Buuf/128x128/emblems/emblem-web.png -share/icons/Buuf/128x128/emblems/emblem-wolf.png -share/icons/Buuf/128x128/mimetypes/application-cetificate.png -share/icons/Buuf/128x128/mimetypes/application-msword.png -share/icons/Buuf/128x128/mimetypes/application-ogg.png -share/icons/Buuf/128x128/mimetypes/application-ogm.png -share/icons/Buuf/128x128/mimetypes/application-pdf.png -share/icons/Buuf/128x128/mimetypes/application-pgp-keys.png -share/icons/Buuf/128x128/mimetypes/application-pgp.png -share/icons/Buuf/128x128/mimetypes/application-postscript.png -share/icons/Buuf/128x128/mimetypes/application-rtf.png -share/icons/Buuf/128x128/mimetypes/application-text.png -share/icons/Buuf/128x128/mimetypes/application-vnd.ms-excel.png -share/icons/Buuf/128x128/mimetypes/application-vnd.ms-powerpoint.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.graphics-template.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.text-web.png -share/icons/Buuf/128x128/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/Buuf/128x128/mimetypes/application-vnd.rn-realmedia.png -share/icons/Buuf/128x128/mimetypes/application-vnd.sun.xml.calc.png -share/icons/Buuf/128x128/mimetypes/application-x-7z-compressed.png -share/icons/Buuf/128x128/mimetypes/application-x-abiword.png -share/icons/Buuf/128x128/mimetypes/application-x-applix-spreadsheet.png -share/icons/Buuf/128x128/mimetypes/application-x-backup.png -share/icons/Buuf/128x128/mimetypes/application-x-bittorrent.png -share/icons/Buuf/128x128/mimetypes/application-x-bzip-compressed-tar.png -share/icons/Buuf/128x128/mimetypes/application-x-bzip.png -share/icons/Buuf/128x128/mimetypes/application-x-cd-image.png -share/icons/Buuf/128x128/mimetypes/application-x-compress.png -share/icons/Buuf/128x128/mimetypes/application-x-compressed-tar.png -share/icons/Buuf/128x128/mimetypes/application-x-core-file.png -share/icons/Buuf/128x128/mimetypes/application-x-core.png -share/icons/Buuf/128x128/mimetypes/application-x-deb.png -share/icons/Buuf/128x128/mimetypes/application-x-desktop.png -share/icons/Buuf/128x128/mimetypes/application-x-dia-diagram.png -share/icons/Buuf/128x128/mimetypes/application-x-executable-binary.png -share/icons/Buuf/128x128/mimetypes/application-x-executable.png -share/icons/Buuf/128x128/mimetypes/application-x-extension-cap.png -share/icons/Buuf/128x128/mimetypes/application-x-extension-nfo.png -share/icons/Buuf/128x128/mimetypes/application-x-flash-video.png -share/icons/Buuf/128x128/mimetypes/application-x-font-afm.png -share/icons/Buuf/128x128/mimetypes/application-x-font-bdf.png -share/icons/Buuf/128x128/mimetypes/application-x-font-linux-psf.png -share/icons/Buuf/128x128/mimetypes/application-x-font-sunos-news.png -share/icons/Buuf/128x128/mimetypes/application-x-font-ttf.png -share/icons/Buuf/128x128/mimetypes/application-x-gnucash.png -share/icons/Buuf/128x128/mimetypes/application-x-gnumeric.png -share/icons/Buuf/128x128/mimetypes/application-x-gzip.png -share/icons/Buuf/128x128/mimetypes/application-x-ipod-firmware.png -share/icons/Buuf/128x128/mimetypes/application-x-jar.png -share/icons/Buuf/128x128/mimetypes/application-x-killustrator.png -share/icons/Buuf/128x128/mimetypes/application-x-kpresenter.png -share/icons/Buuf/128x128/mimetypes/application-x-kspread.png -share/icons/Buuf/128x128/mimetypes/application-x-kword.png -share/icons/Buuf/128x128/mimetypes/application-x-lha.png -share/icons/Buuf/128x128/mimetypes/application-x-lhz.png -share/icons/Buuf/128x128/mimetypes/application-x-matroska.png -share/icons/Buuf/128x128/mimetypes/application-x-ms-dos-executable.png -share/icons/Buuf/128x128/mimetypes/application-x-msx-rom.png -share/icons/Buuf/128x128/mimetypes/application-x-n64-rom.png -share/icons/Buuf/128x128/mimetypes/application-x-nes-rom.png -share/icons/Buuf/128x128/mimetypes/application-x-object-file.png -share/icons/Buuf/128x128/mimetypes/application-x-object.png -share/icons/Buuf/128x128/mimetypes/application-x-perl.png -share/icons/Buuf/128x128/mimetypes/application-x-php.png -share/icons/Buuf/128x128/mimetypes/application-x-python-bytecode.png -share/icons/Buuf/128x128/mimetypes/application-x-python.png -share/icons/Buuf/128x128/mimetypes/application-x-rar.png -share/icons/Buuf/128x128/mimetypes/application-x-rpm.png -share/icons/Buuf/128x128/mimetypes/application-x-ruby.png -share/icons/Buuf/128x128/mimetypes/application-x-scribus.png -share/icons/Buuf/128x128/mimetypes/application-x-sharedlib.png -share/icons/Buuf/128x128/mimetypes/application-x-shellscript.png -share/icons/Buuf/128x128/mimetypes/application-x-shockwave-flash.png -share/icons/Buuf/128x128/mimetypes/application-x-sql.png -share/icons/Buuf/128x128/mimetypes/application-x-tar.png -share/icons/Buuf/128x128/mimetypes/application-x-tex.png -share/icons/Buuf/128x128/mimetypes/application-x-trash.png -share/icons/Buuf/128x128/mimetypes/application-x-x509-ca-cert.png -share/icons/Buuf/128x128/mimetypes/application-xhtml+xml.png -share/icons/Buuf/128x128/mimetypes/application-zip.png -share/icons/Buuf/128x128/mimetypes/application.png -share/icons/Buuf/128x128/mimetypes/ascii.png -share/icons/Buuf/128x128/mimetypes/audio-basic.png -share/icons/Buuf/128x128/mimetypes/audio-m3u.png -share/icons/Buuf/128x128/mimetypes/audio-template.png -share/icons/Buuf/128x128/mimetypes/audio-x-generic.png -share/icons/Buuf/128x128/mimetypes/audio-x-midi.png -share/icons/Buuf/128x128/mimetypes/audio-x-mp3.png -share/icons/Buuf/128x128/mimetypes/audio.png -share/icons/Buuf/128x128/mimetypes/binary.png -share/icons/Buuf/128x128/mimetypes/contents2.png -share/icons/Buuf/128x128/mimetypes/deb.png -share/icons/Buuf/128x128/mimetypes/document.png -share/icons/Buuf/128x128/mimetypes/empty.png -share/icons/Buuf/128x128/mimetypes/exec.png -share/icons/Buuf/128x128/mimetypes/folder_tar.png -share/icons/Buuf/128x128/mimetypes/font-x-generic.png -share/icons/Buuf/128x128/mimetypes/font.png -share/icons/Buuf/128x128/mimetypes/font_bitmap.png -share/icons/Buuf/128x128/mimetypes/font_truetype.png -share/icons/Buuf/128x128/mimetypes/font_type1.png -share/icons/Buuf/128x128/mimetypes/gnome-fs-executable.png -share/icons/Buuf/128x128/mimetypes/gnome-fs-regular.png -share/icons/Buuf/128x128/mimetypes/gnome-library.png -share/icons/Buuf/128x128/mimetypes/gnome-mime-application-x-executable.png -share/icons/Buuf/128x128/mimetypes/gnome-mime-text-html.png -share/icons/Buuf/128x128/mimetypes/gnome-mime-text-plain.png -share/icons/Buuf/128x128/mimetypes/gnome-mime-video.png -share/icons/Buuf/128x128/mimetypes/gnome-package.png -share/icons/Buuf/128x128/mimetypes/html.png -share/icons/Buuf/128x128/mimetypes/image-bmp.png -share/icons/Buuf/128x128/mimetypes/image-gif.png -share/icons/Buuf/128x128/mimetypes/image-jpeg.png -share/icons/Buuf/128x128/mimetypes/image-png.png -share/icons/Buuf/128x128/mimetypes/image-svg.png -share/icons/Buuf/128x128/mimetypes/image-tiff.png -share/icons/Buuf/128x128/mimetypes/image-x-3ds.png -share/icons/Buuf/128x128/mimetypes/image-x-generic.png -share/icons/Buuf/128x128/mimetypes/image-x-psd.png -share/icons/Buuf/128x128/mimetypes/image-x-raw.png -share/icons/Buuf/128x128/mimetypes/image-x-tga.png -share/icons/Buuf/128x128/mimetypes/image-x-xcf.png -share/icons/Buuf/128x128/mimetypes/image.png -share/icons/Buuf/128x128/mimetypes/kpresenter_kpr.png -share/icons/Buuf/128x128/mimetypes/mime_ascii.png -share/icons/Buuf/128x128/mimetypes/misc.png -share/icons/Buuf/128x128/mimetypes/mpeg.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-database.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-drawing-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-drawing.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-formula.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-master-document.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-database.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-drawing-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-drawing.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-formula.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-master-document.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-presentation-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-presentation.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-spreadsheet-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-spreadsheet.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-text-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-text.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-oasis-web-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-presentation-template.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-presentation.png -share/icons/Buuf/128x128/mimetypes/openofficeorg-20-spreadsheet.png -share/icons/Buuf/128x128/mimetypes/package-x-generic.png -share/icons/Buuf/128x128/mimetypes/package.png -share/icons/Buuf/128x128/mimetypes/package_editors.png -share/icons/Buuf/128x128/mimetypes/package_wordprocessing.png -share/icons/Buuf/128x128/mimetypes/plan.png -share/icons/Buuf/128x128/mimetypes/rpm.png -share/icons/Buuf/128x128/mimetypes/shellscript.png -share/icons/Buuf/128x128/mimetypes/sound.png -share/icons/Buuf/128x128/mimetypes/spreadsheet.png -share/icons/Buuf/128x128/mimetypes/stock_calendar.png -share/icons/Buuf/128x128/mimetypes/tar.png -share/icons/Buuf/128x128/mimetypes/text-css.png -share/icons/Buuf/128x128/mimetypes/text-html.png -share/icons/Buuf/128x128/mimetypes/text-plain.png -share/icons/Buuf/128x128/mimetypes/text-x-authors.png -share/icons/Buuf/128x128/mimetypes/text-x-bak.png -share/icons/Buuf/128x128/mimetypes/text-x-c++.png -share/icons/Buuf/128x128/mimetypes/text-x-c++src.png -share/icons/Buuf/128x128/mimetypes/text-x-c-header.png -share/icons/Buuf/128x128/mimetypes/text-x-c.png -share/icons/Buuf/128x128/mimetypes/text-x-chdr.png -share/icons/Buuf/128x128/mimetypes/text-x-copying.png -share/icons/Buuf/128x128/mimetypes/text-x-credits.png -share/icons/Buuf/128x128/mimetypes/text-x-csh.png -share/icons/Buuf/128x128/mimetypes/text-x-csrc.png -share/icons/Buuf/128x128/mimetypes/text-x-generic.png -share/icons/Buuf/128x128/mimetypes/text-x-install.png -share/icons/Buuf/128x128/mimetypes/text-x-java.png -share/icons/Buuf/128x128/mimetypes/text-x-makefile.png -share/icons/Buuf/128x128/mimetypes/text-x-objcsrc.png -share/icons/Buuf/128x128/mimetypes/text-x-patch.png -share/icons/Buuf/128x128/mimetypes/text-x-python.png -share/icons/Buuf/128x128/mimetypes/text-x-sh.png -share/icons/Buuf/128x128/mimetypes/text-x-sql.png -share/icons/Buuf/128x128/mimetypes/text-x-tex.png -share/icons/Buuf/128x128/mimetypes/text-x-txt.png -share/icons/Buuf/128x128/mimetypes/text-x-vcalendar.png -share/icons/Buuf/128x128/mimetypes/text-x-vcard.png -share/icons/Buuf/128x128/mimetypes/text-x-zsh.png -share/icons/Buuf/128x128/mimetypes/text-xml.png -share/icons/Buuf/128x128/mimetypes/text.png -share/icons/Buuf/128x128/mimetypes/tgz.png -share/icons/Buuf/128x128/mimetypes/txt.png -share/icons/Buuf/128x128/mimetypes/txt2.png -share/icons/Buuf/128x128/mimetypes/unknown.png -share/icons/Buuf/128x128/mimetypes/vcalendar.png -share/icons/Buuf/128x128/mimetypes/vcard.png -share/icons/Buuf/128x128/mimetypes/video-mpeg.png -share/icons/Buuf/128x128/mimetypes/video-quicktime.png -share/icons/Buuf/128x128/mimetypes/video-template.png -share/icons/Buuf/128x128/mimetypes/video-x-generic.png -share/icons/Buuf/128x128/mimetypes/video-x-ms-asf.png -share/icons/Buuf/128x128/mimetypes/video-x-msvideo.png -share/icons/Buuf/128x128/mimetypes/video.png -share/icons/Buuf/128x128/mimetypes/wordprocessing.png -share/icons/Buuf/128x128/mimetypes/www.svg.png -share/icons/Buuf/128x128/mimetypes/x-directory-nfs-server.png -share/icons/Buuf/128x128/mimetypes/x-directory-smb-server.png -share/icons/Buuf/128x128/mimetypes/x-directory-smb-share.png -share/icons/Buuf/128x128/mimetypes/x-directory-smb-workgroup.png -share/icons/Buuf/128x128/mimetypes/x-office-document.png -share/icons/Buuf/128x128/mimetypes/x-office-drawing.png -share/icons/Buuf/128x128/mimetypes/x-office-presentation.png -share/icons/Buuf/128x128/mimetypes/x-office-spreadsheet.png -share/icons/Buuf/128x128/mimetypes/x-special-device-block.png -share/icons/Buuf/128x128/mimetypes/x-special-device-char.png -share/icons/Buuf/128x128/mimetypes/x-special-socket.png -share/icons/Buuf/128x128/mimetypes/zip.png -share/icons/Buuf/128x128/places/application-x-gnome-saved-search.png -share/icons/Buuf/128x128/places/desktop.png -share/icons/Buuf/128x128/places/distributor-logo.png -share/icons/Buuf/128x128/places/emptytrash.png -share/icons/Buuf/128x128/places/folder-remote.png -share/icons/Buuf/128x128/places/folder-saved-search.png -share/icons/Buuf/128x128/places/folder.png -share/icons/Buuf/128x128/places/folder_home.png -share/icons/Buuf/128x128/places/gnome-fs-desktop.png -share/icons/Buuf/128x128/places/gnome-fs-directory.png -share/icons/Buuf/128x128/places/gnome-fs-ftp.png -share/icons/Buuf/128x128/places/gnome-fs-home.png -share/icons/Buuf/128x128/places/gnome-fs-network.png -share/icons/Buuf/128x128/places/gnome-fs-nfs.png -share/icons/Buuf/128x128/places/gnome-fs-smb.png -share/icons/Buuf/128x128/places/gnome-fs-ssh.png -share/icons/Buuf/128x128/places/gnome-fs-trash-empty.png -share/icons/Buuf/128x128/places/gnome-main-menu.png -share/icons/Buuf/128x128/places/gnome-mime-x-directory-smb-server.png -share/icons/Buuf/128x128/places/gnome-mime-x-directory-smb-share.png -share/icons/Buuf/128x128/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/Buuf/128x128/places/gnome-stock-trash.png -share/icons/Buuf/128x128/places/gtk-network.png -share/icons/Buuf/128x128/places/network-server.png -share/icons/Buuf/128x128/places/network.png -share/icons/Buuf/128x128/places/redhat-network-server.png -share/icons/Buuf/128x128/places/server.png -share/icons/Buuf/128x128/places/start-here.png -share/icons/Buuf/128x128/places/stock_folder.png -share/icons/Buuf/128x128/places/trashcan_empty.png -share/icons/Buuf/128x128/places/user-desktop.png -share/icons/Buuf/128x128/places/user-home.png -share/icons/Buuf/128x128/places/user-trash.png -share/icons/Buuf/128x128/places/xfce-trash_empty.png -share/icons/Buuf/128x128/status/appointment-reminder.png -share/icons/Buuf/128x128/status/appointment-soon.png -share/icons/Buuf/128x128/status/audio-volume-high.png -share/icons/Buuf/128x128/status/audio-volume-low.png -share/icons/Buuf/128x128/status/audio-volume-medium.png -share/icons/Buuf/128x128/status/audio-volume-muted.png -share/icons/Buuf/128x128/status/connect_creating.png -share/icons/Buuf/128x128/status/connect_established.png -share/icons/Buuf/128x128/status/connect_no.png -share/icons/Buuf/128x128/status/dialog-error.png -share/icons/Buuf/128x128/status/dialog-information.png -share/icons/Buuf/128x128/status/dialog-warning.png -share/icons/Buuf/128x128/status/edittrash.png -share/icons/Buuf/128x128/status/error.png -share/icons/Buuf/128x128/status/folder-drag-accept.png -share/icons/Buuf/128x128/status/folder-open.png -share/icons/Buuf/128x128/status/folder-visiting.png -share/icons/Buuf/128x128/status/folder_open.png -share/icons/Buuf/128x128/status/gnome-fs-directory-accept.png -share/icons/Buuf/128x128/status/gnome-fs-directory-visiting.png -share/icons/Buuf/128x128/status/gnome-fs-loading-icon.png -share/icons/Buuf/128x128/status/gnome-fs-trash-full.png -share/icons/Buuf/128x128/status/gnome-netstatus-disconn.png -share/icons/Buuf/128x128/status/gnome-netstatus-error.png -share/icons/Buuf/128x128/status/gnome-netstatus-idle.png -share/icons/Buuf/128x128/status/gnome-netstatus-rx.png -share/icons/Buuf/128x128/status/gnome-netstatus-tx.png -share/icons/Buuf/128x128/status/gnome-netstatus-txrx.png -share/icons/Buuf/128x128/status/gnome-stock-trash-full.png -share/icons/Buuf/128x128/status/gtk-dialog-error.png -share/icons/Buuf/128x128/status/gtk-dialog-info.png -share/icons/Buuf/128x128/status/gtk-dialog-warning.png -share/icons/Buuf/128x128/status/image-loading.png -share/icons/Buuf/128x128/status/important.png -share/icons/Buuf/128x128/status/info.png -share/icons/Buuf/128x128/status/messagebox_critical.png -share/icons/Buuf/128x128/status/messagebox_info.png -share/icons/Buuf/128x128/status/messagebox_warning.png -share/icons/Buuf/128x128/status/network-error.png -share/icons/Buuf/128x128/status/network-idle.png -share/icons/Buuf/128x128/status/network-offline.png -share/icons/Buuf/128x128/status/network-receive.png -share/icons/Buuf/128x128/status/network-transmit-receive.png -share/icons/Buuf/128x128/status/network-transmit.png -share/icons/Buuf/128x128/status/nm-device-wired.png -share/icons/Buuf/128x128/status/nm-device-wireless.png -share/icons/Buuf/128x128/status/nm-no-connection.png -share/icons/Buuf/128x128/status/stock_appointment-reminder-excl.png -share/icons/Buuf/128x128/status/stock_appointment-reminder.png -share/icons/Buuf/128x128/status/stock_dialog-error.png -share/icons/Buuf/128x128/status/stock_dialog-info.png -share/icons/Buuf/128x128/status/stock_dialog-warning.png -share/icons/Buuf/128x128/status/stock_open.png -share/icons/Buuf/128x128/status/stock_trash_full.png -share/icons/Buuf/128x128/status/stock_volume-0.png -share/icons/Buuf/128x128/status/stock_volume-max.png -share/icons/Buuf/128x128/status/stock_volume-med.png -share/icons/Buuf/128x128/status/stock_volume-min.png -share/icons/Buuf/128x128/status/stock_volume-mute.png -share/icons/Buuf/128x128/status/stock_volume.png -share/icons/Buuf/128x128/status/stock_weather-cloudy.png -share/icons/Buuf/128x128/status/stock_weather-few-clouds.png -share/icons/Buuf/128x128/status/stock_weather-night-clear.png -share/icons/Buuf/128x128/status/stock_weather-night-few-clouds.png -share/icons/Buuf/128x128/status/stock_weather-showers.png -share/icons/Buuf/128x128/status/stock_weather-snow.png -share/icons/Buuf/128x128/status/stock_weather-storm.png -share/icons/Buuf/128x128/status/stock_weather-sunny.png -share/icons/Buuf/128x128/status/trashcan_full.png -share/icons/Buuf/128x128/status/user-trash-full.png -share/icons/Buuf/128x128/status/weather-clear-night.png -share/icons/Buuf/128x128/status/weather-clear.png -share/icons/Buuf/128x128/status/weather-few-clouds-night.png -share/icons/Buuf/128x128/status/weather-few-clouds.png -share/icons/Buuf/128x128/status/weather-overcast.png -share/icons/Buuf/128x128/status/weather-severe-alert.png -share/icons/Buuf/128x128/status/weather-showers-scattered.png -share/icons/Buuf/128x128/status/weather-showers.png -share/icons/Buuf/128x128/status/weather-snow.png -share/icons/Buuf/128x128/status/weather-storm.png -share/icons/Buuf/128x128/status/xfce-trash_full.png -share/icons/Buuf/Emotes/24.png -share/icons/Buuf/Emotes/Animal Planet.png -share/icons/Buuf/Emotes/Bring da muthaphukkin ruckus!.png -share/icons/Buuf/Emotes/Chea.png -share/icons/Buuf/Emotes/Crackwhore.png -share/icons/Buuf/Emotes/Damn Taco Bell....png -share/icons/Buuf/Emotes/Derp.png -share/icons/Buuf/Emotes/Did Ya Say That.png -share/icons/Buuf/Emotes/Don't tou EVER compare me to Carlos Mencia!.png -share/icons/Buuf/Emotes/Dude. Lame..png -share/icons/Buuf/Emotes/I spilled spot remover on my dog, and now he's gone..png -share/icons/Buuf/Emotes/I'm not! I...I just have something in my eye..png -share/icons/Buuf/Emotes/International waters; the land that law forgot..png -share/icons/Buuf/Emotes/Investigative Reports.png -share/icons/Buuf/Emotes/Meh.png -share/icons/Buuf/Emotes/Oh my god! Space aliens! Don't eat me, I have a wife and kids! Eat them!.png -share/icons/Buuf/Emotes/Oh no that's just a cold sore..png -share/icons/Buuf/Emotes/Oh you went to Brown. My incarcerated gay brother's retarded niece went to Brown..png -share/icons/Buuf/Emotes/Oh, there's A NEW Mexico!.png -share/icons/Buuf/Emotes/Q-tip has the lamest voice ever. Nice beats though..png -share/icons/Buuf/Emotes/Rakim sucks without Eric. B..png -share/icons/Buuf/Emotes/Rest your giant head. I am Lugash..png -share/icons/Buuf/Emotes/The key to keeping the show fresh is....png -share/icons/Buuf/Emotes/Um...yeah I guess....png -share/icons/Buuf/Emotes/War of the masses; the outcome disastrous....png -share/icons/Buuf/Emotes/We can all get high if we want now, get a fat piece of the pie if you want....png -share/icons/Buuf/Emotes/You have dishonoured your clan..png -share/icons/Buuf/Emotes/ ...and that's where babies come from..png -share/icons/Buuf/index.theme -@dirrm share/icons/Buuf/Emotes -@dirrm share/icons/Buuf/128x128/stock -@dirrm share/icons/Buuf/128x128/status -@dirrm share/icons/Buuf/128x128/places -@dirrm share/icons/Buuf/128x128/mimetypes -@dirrm share/icons/Buuf/128x128/emblems -@dirrm share/icons/Buuf/128x128/devices -@dirrm share/icons/Buuf/128x128/categories -@dirrm share/icons/Buuf/128x128/apps -@dirrm share/icons/Buuf/128x128/actions -@dirrm share/icons/Buuf/128x128 -@dirrm share/icons/Buuf -@dirrmtry share/icons diff --git a/x11-themes/kde-icons-crystal-project/Makefile b/x11-themes/kde-icons-crystal-project/Makefile deleted file mode 100644 index ff3161e367dd..000000000000 --- a/x11-themes/kde-icons-crystal-project/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= crystal-project -PORTVERSION= 0.2007052000 -MASTER_SITES= http://everaldo.com/crystal/ -DISTNAME= crystal_project - -COMMENT= KDE Crystal Project iconset - -BROKEN= Unfetchable - -NO_STAGE= yes -.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-crystal-project/distinfo b/x11-themes/kde-icons-crystal-project/distinfo deleted file mode 100644 index 62acd7db5d6f..000000000000 --- a/x11-themes/kde-icons-crystal-project/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/crystal_project.tar.gz) = 63402da8e56ab3a9c1292b0a16cb9344e3b4f27aa4f08f30903b493d8ab1ba85 -SIZE (KDE/crystal_project.tar.gz) = 22246177 diff --git a/x11-themes/kde-icons-crystal-project/pkg-descr b/x11-themes/kde-icons-crystal-project/pkg-descr deleted file mode 100644 index cf0337a2a4b8..000000000000 --- a/x11-themes/kde-icons-crystal-project/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -[ excerpt from developer's web site ] - -It's a pleasure to say that, after long months waiting, the new -version of the Crystal icon set is available for the public. The -Icons were already finalized about six months ago. In fact, it was -necessary to bend the time, almost like the mythological battle -between Zeus and Kronos, so then I could finally finish the the -website redesign and launch the new set of icons. - -Uncountable hours of work and some nights without sleeping were -dedicated to this project. I hope you guys enjoy the final result. - -WWW: http://www.kde-look.org/content/show.php?content=60475 diff --git a/x11-themes/kde-icons-crystal-project/pkg-message b/x11-themes/kde-icons-crystal-project/pkg-message deleted file mode 100644 index 18eea48fa18c..000000000000 --- a/x11-themes/kde-icons-crystal-project/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ - ATTENTIONATTENTION: - -How to install a new icon theme - -1) Open the KDE-Menu and start the Control Center -2) Click on "Look and Feel", then "Icons" -3) Select Crystal Project iconset -4) Click "Apply" -5) Have fun! :-) diff --git a/x11-themes/kde-icons-nuovext/Makefile b/x11-themes/kde-icons-nuovext/Makefile deleted file mode 100644 index b4a4769d8954..000000000000 --- a/x11-themes/kde-icons-nuovext/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= nuoveXT -PORTVERSION= 1.6 -MASTER_SITES= http://nuovext.pwsp.net/files/ -DISTNAME= ${PORTNAME}-kde-${PORTVERSION} - -COMMENT= KDE nuoveXT iconset - -BROKEN= Unfetchable -PLIST_FILE_PATTERN_EXTRA= -v "^\./(CHANGELOG|GPL)" - -NO_STAGE= yes -.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-nuovext/distinfo b/x11-themes/kde-icons-nuovext/distinfo deleted file mode 100644 index fd3389c48752..000000000000 --- a/x11-themes/kde-icons-nuovext/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/nuoveXT-kde-1.6.tar.gz) = 8715ccf0d9b53fceacfe1c1fe8906d8584a2a0cddada08d5fa9ae41b98004f55 -SIZE (KDE/nuoveXT-kde-1.6.tar.gz) = 14195200 diff --git a/x11-themes/kde-icons-nuovext/pkg-descr b/x11-themes/kde-icons-nuovext/pkg-descr deleted file mode 100644 index e320d7bb1989..000000000000 --- a/x11-themes/kde-icons-nuovext/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -[ excerpt from developer's web site ] - -nuoveXT is an icon theme for GNOME and KDE. - -WWW: http://www.kde-look.org/content/show.php?content=26449 diff --git a/x11-themes/kde-icons-nuovext/pkg-message b/x11-themes/kde-icons-nuovext/pkg-message deleted file mode 100644 index 9cd801aab1fc..000000000000 --- a/x11-themes/kde-icons-nuovext/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ - ATTENTIONATTENTION: - -How to install a new icon theme - -1) Open the KDE-Menu and start the Control Center -2) Click on "Look and Feel", then "Icons" -3) Select nuoveXT-1.6 iconset -4) Click "Apply" -5) Have fun! :-) diff --git a/x11-themes/kde-icons-os-k/Makefile b/x11-themes/kde-icons-os-k/Makefile deleted file mode 100644 index 4d4478d6b7f4..000000000000 --- a/x11-themes/kde-icons-os-k/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= os-k -PORTVERSION= 1.15 -MASTER_SITES= http://nordbryggan.se/pub/ -DISTNAME= OS-K_v115 - -COMMENT= KDE OS-K iconset - -BROKEN= Unfetchable -USES= tar:bzip2 -WRKSRC= ${WRKDIR}/OS-K -PLIST_FILE_PATTERN_EXTRA= -v "^\./(buildset|README)" - -NO_STAGE= yes -.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-os-k/distinfo b/x11-themes/kde-icons-os-k/distinfo deleted file mode 100644 index 94af225c5419..000000000000 --- a/x11-themes/kde-icons-os-k/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/OS-K_v115.tar.bz2) = 09477540cb560a87ccc747e6a6c7fc5d7544fa7f54df6b6f4ff92248627b49eb -SIZE (KDE/OS-K_v115.tar.bz2) = 126379527 diff --git a/x11-themes/kde-icons-os-k/pkg-descr b/x11-themes/kde-icons-os-k/pkg-descr deleted file mode 100644 index 38a8b1f4cf02..000000000000 --- a/x11-themes/kde-icons-os-k/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -[ excerpt from developer's web site with modifications ] - -This is the most comprehensive icon set for KDE. Not only does it -take the best icon art and combine it into an attractive set, it -also uses a fine balance of photo realism and simplicity to achieve -a clear interface. The icon 'actions' folder contains nearly 300 -icons designed with standardisation in mind and they are all created -to take advantage of the higher screen modes in use today. All -actions can now go up to 128x128! I would like to say a BIG thank -you to all the artists who's original art work make this set possible. -This is work in progress and I would ask for feedback from any users -who would like to input to the project. Oh, and if you like it, -remember to vote good :) - -99% of this set is GPL now and what's not is most likely creative -commons. PLEASE abide by the licence rules, if you use icons from -this set please research and credit the appropriate people. I have -been given permission to release other peoples art work under the -GPL so respect the licence. - -WWW: http://www.kde-look.org/content/show.php?content=24645 diff --git a/x11-themes/kde-icons-os-k/pkg-message b/x11-themes/kde-icons-os-k/pkg-message deleted file mode 100644 index ec40190ca044..000000000000 --- a/x11-themes/kde-icons-os-k/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ - ATTENTIONATTENTION: - -How to install a new icon theme - -1) Open the KDE-Menu and start the Control Center -2) Click on "Look and Feel", then "Icons" -3) Select OS-K iconset -4) Click "Apply" -5) Have fun! :-) diff --git a/x11-themes/kde-icons-vista-inspirate/Makefile b/x11-themes/kde-icons-vista-inspirate/Makefile deleted file mode 100644 index 8c1649401ba3..000000000000 --- a/x11-themes/kde-icons-vista-inspirate/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= vista-inspirate -PORTVERSION= 1.0 -MASTER_SITES= http://nuovext.pwsp.net/vista-inspirate/files/ -DISTNAME= Vista-Inspirate_${PORTVERSION}-kde - -COMMENT= KDE Vista Inspirate iconset - -BROKEN= Unfetchable -WRKSRC= "${WRKDIR}/Vista-Inspirate_${PORTVERSION}" - -NO_STAGE= yes -.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-vista-inspirate/distinfo b/x11-themes/kde-icons-vista-inspirate/distinfo deleted file mode 100644 index 3d6d069846b2..000000000000 --- a/x11-themes/kde-icons-vista-inspirate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/Vista-Inspirate_1.0-kde.tar.gz) = f0927b968f45cac53de7fde0d85c98d49dde1ffb6e1d77fd4a6c3c42198540c1 -SIZE (KDE/Vista-Inspirate_1.0-kde.tar.gz) = 12786615 diff --git a/x11-themes/kde-icons-vista-inspirate/pkg-descr b/x11-themes/kde-icons-vista-inspirate/pkg-descr deleted file mode 100644 index c13336656136..000000000000 --- a/x11-themes/kde-icons-vista-inspirate/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -[ excerpt from developer's web site ] - -This is a port to KDE of my icon theme for Gnome Vista-Inspirate -(http://www.gnome-look.org/content/show.php?content=28352). - -WWW: http://www.kde-look.org/content/show.php?content=31585 diff --git a/x11-themes/kde-icons-vista-inspirate/pkg-message b/x11-themes/kde-icons-vista-inspirate/pkg-message deleted file mode 100644 index 1edd7fe9bcf3..000000000000 --- a/x11-themes/kde-icons-vista-inspirate/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ - ATTENTIONATTENTION: - -How to install a new icon theme - -1) Open the KDE-Menu and start the Control Center -2) Click on "Look and Feel", then "Icons" -3) Select Vista-Inspirate_1.0 iconset -4) Click "Apply" -5) Have fun! :-) diff --git a/x11-themes/metacity-bluecurve-theme/Makefile b/x11-themes/metacity-bluecurve-theme/Makefile deleted file mode 100644 index 7c3fbcce0fbe..000000000000 --- a/x11-themes/metacity-bluecurve-theme/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= metacity-bluecurve-theme - -COMMENT= The Bluecurve Metacity themes - -MASTERDIR= ${.CURDIR}/../bluecurve-themes - -NO_BUILD= yes -USE_GNOME= gnomehier - -.for t in Bluecurve Bluecurve-classic -BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/themes/${t}/metacity-1 -PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t} share/themes -.endfor - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-bluecurve-theme/pkg-descr b/x11-themes/metacity-bluecurve-theme/pkg-descr deleted file mode 100644 index 1ce52266654e..000000000000 --- a/x11-themes/metacity-bluecurve-theme/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Bluecurve is a set of themes created by the Red Hat Artwork project. -It attempts to provide an unified look for the open source desktop. - -This port contains the Bluecurve Metacity themes. |