diff options
Diffstat (limited to 'x11-themes')
75 files changed, 351 insertions, 319 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile index d43963f8938c..f1839bf1ee48 100644 --- a/x11-themes/beastie/Makefile +++ b/x11-themes/beastie/Makefile @@ -3,22 +3,25 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/beastie/Makefile,v 1.6 2005/10/26 04:36:11 ahze Exp $ +# $MCom: ports/x11-themes/beastie/Makefile,v 1.10 2006/07/18 11:56:12 ahze Exp $ # PORTNAME= beastie -PORTVERSION= 05.10.26 +PORTVERSION= 06.05.03 PORTREVISION= 1 CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~ahze/distfiles/ MASTER_SITE_SUBDIR= ahze DISTNAME= Beastie-${PORTVERSION} MAINTAINER= ahze@FreeBSD.org COMMENT= Gnome theme with FreeBSD Colors +RUN_DEPENDS+= gtk-engines2>=2.7.4_1:${PORTSDIR}/x11-themes/gtk-engines2 \ + gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes + WRKSRC= ${WRKDIR}/Beastie -USE_X_PREFIX= yes NO_BUILD= yes THEME_FILES= README index.theme gtk-2.0/gtkrc @@ -28,26 +31,6 @@ PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} .include <bsd.port.pre.mk> -.if exists(${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc) -WITH_GTKENGINES= yes -.endif - -.if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) -RUN_DEPENDS+= gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 \ - gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes -.else -RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks \ - clearlooks-metacity>=0.6:${PORTSDIR}/x11-themes/clearlooks-metacity -.endif - -pre-everything:: -.if !defined(WITHOUT_GTKENGINES) && !defined(WITH_GTKENGINES) - @${ECHO_MSG} "You can disable gtk-engines support (clearlooks)" - @${ECHO_MSG} "and use x11-themes/clearlooks for the clearlooks" - @${ECHO_MSG} "engine by defining" - @${ECHO_MSG} "WITHOUT_GTKENGINES=yes" -.endif - do-install: ${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0 .for f in ${THEME_FILES} diff --git a/x11-themes/beastie/distinfo b/x11-themes/beastie/distinfo index e710e8553af3..c18b3bc4668c 100644 --- a/x11-themes/beastie/distinfo +++ b/x11-themes/beastie/distinfo @@ -1,3 +1,3 @@ -MD5 (Beastie-05.10.26.tar.gz) = bede1d1a6cfa0f203d4439377a046e35 -SHA256 (Beastie-05.10.26.tar.gz) = 070509bfe9bbd4529e24cee4f78b5e9718fa578620ddfb9167c59b2cee05434d -SIZE (Beastie-05.10.26.tar.gz) = 1838 +MD5 (Beastie-06.05.03.tar.gz) = 6da7232a4e3b81e6dd5ec1f65d679ea9 +SHA256 (Beastie-06.05.03.tar.gz) = e1bce9bdb62a860bc85aa5fce1011077db397760cb8653d53b89a56f089b511c +SIZE (Beastie-06.05.03.tar.gz) = 1868 diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile index 57ab39e318b7..fc443ede3a5d 100644 --- a/x11-themes/bluecurve-themes/Makefile +++ b/x11-themes/bluecurve-themes/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= bluecurve-themes -PORTREVISION?= 0 +PORTREVISION?= 3 CATEGORIES= x11-themes MAINTAINER= jylefort@FreeBSD.org @@ -21,7 +21,7 @@ EXTRACT_ONLY= # empty # note: gtk-/icon-/metacity- are brought in by gnome- RUN_DEPENDS= ${X11BASE}/lib/X11/icons/Bluecurve/cursors/X_cursor:${PORTSDIR}/x11-themes/cursor-bluecurve-theme \ - ${X11BASE}/share/themes/Bluecurve/index.theme:${PORTSDIR}/x11-themes/gnome-bluecurve-theme \ + ${LOCALBASE}/share/themes/Bluecurve/index.theme:${PORTSDIR}/x11-themes/gnome-bluecurve-theme \ ${LINUXBASE}/usr/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/linux-gtk-bluecurve-theme \ ${X11BASE}/lib/plugins/styles/bluecurve.so:${PORTSDIR}/x11-themes/qt-bluecurve-theme \ ${X11BASE}/share/xmms/Skins/Bluecurve-xmms.zip:${PORTSDIR}/x11-themes/xmms-bluecurve-theme @@ -42,7 +42,6 @@ DISTFILES= redhat-artwork-${PORTVERSION}-${RPMREVISION}.src.rpm:fedora,local EXTRACT_DEPENDS+= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION} -PREFIX?= ${X11BASE} # USE_X_PREFIX would pull in USE_XLIB # the slave ports use their own pkg files and dirs DESCR?= ${.CURDIR}/pkg-descr diff --git a/x11-themes/buffy/Makefile b/x11-themes/buffy/Makefile index 2abf0ee5da9b..b242c298d6c2 100644 --- a/x11-themes/buffy/Makefile +++ b/x11-themes/buffy/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/x11-themes/buffy/Makefile,v 1.2 2006/09/24 04:12:51 mezz Exp $ # PORTNAME= buffy PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= buffy02 @@ -18,7 +19,6 @@ COMMENT= A GTK theme engine looking like SGI enhanced Motif (aka Roxy) WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/x11-themes/clean-theme-gtk/Makefile b/x11-themes/clean-theme-gtk/Makefile index a45e0c1bdd90..d4c2c4aabb0e 100644 --- a/x11-themes/clean-theme-gtk/Makefile +++ b/x11-themes/clean-theme-gtk/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/clean-theme-gtk/Makefile,v 1.1 2006/07/19 19:56:11 ahze Exp $ PORTNAME= clean-theme-gtk PORTVERSION= 1.2.x -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= clean___ @@ -18,7 +18,6 @@ COMMENT= The Clean GTK theme engine WRKSRC= ${WRKDIR}/gtk-clean-theme -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes diff --git a/x11-themes/clearlooks-themes-extras/Makefile b/x11-themes/clearlooks-themes-extras/Makefile index b00a42f2bf45..088a96436d25 100644 --- a/x11-themes/clearlooks-themes-extras/Makefile +++ b/x11-themes/clearlooks-themes-extras/Makefile @@ -7,7 +7,7 @@ PORTNAME= clearlooks-themes-extras PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.kernow-webhosting.com/~bvc/theme/gtk/clearlooks/ DISTNAME= Clearlooks-Big_Pack-${PORTVERSION}.x @@ -17,16 +17,15 @@ COMMENT= Extras colour schemes for Clearlooks engine theme NO_BUILD= yes USE_GNOME= gtk20 -USE_X_PREFIX= yes THEME_DIR= ${PREFIX}/share/themes .include <bsd.port.pre.mk> -.if exists(${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc) || defined(WITH_GTKENGINE) -RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +.if exists(${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc) || defined(WITH_GTKENGINE) +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 .else -RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libclearlooks.so:${PORTSDIR}/x11-themes/clearlooks +RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libclearlooks.so:${PORTSDIR}/x11-themes/clearlooks .endif do-extract: diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index 27c7d0789577..6b9ff7e61936 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/clearlooks/Makefile,v 1.4 2005/10/14 20:39:59 adamw Exp $ +# $MCom: ports/x11-themes/clearlooks/Makefile,v 1.6 2006/07/19 19:56:11 ahze Exp $ # PORTNAME?= clearlooks PORTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clearlooks @@ -21,7 +21,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes -USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" @@ -39,8 +38,8 @@ PLIST_SUB+= ENGINE="" .else CONFLICTS+= clearlooks-[0-9]* -BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 -RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +BUILD_DEPENDS+= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS+= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 BUILD_WRKSRC= ${WRKSRC}/themes INSTALL_WRKSRC= ${WRKSRC}/themes @@ -49,7 +48,7 @@ PLIST_SUB+= ENGINE="@comment " .endif .if !defined(WITHOUT_METACITY) && ${PORTNAME}=="clearlooks" -RUN_DEPENDS+= ${X11BASE}/share/gnome/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity +RUN_DEPENDS+= ${LOCALBASE}/share/gnome/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity .endif .if defined(WITH_ANIMATION) diff --git a/x11-themes/colorstep/Makefile b/x11-themes/colorstep/Makefile index 2526bd96be1b..0d65c2ef8d40 100644 --- a/x11-themes/colorstep/Makefile +++ b/x11-themes/colorstep/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/colorstep/Makefile,v 1.1 2006/07/19 19:56:12 ahze Exp $ PORTNAME= colorstep PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= colorstep @@ -18,7 +18,6 @@ COMMENT= A theme engine based on GtkStep and Step-pastel WRKSRC= ${WRKDIR}/${PORTNAME}-0.6 -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_AUTOTOOLS= libtool:15 diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile index 9c355e0299d3..4a63b7e927e3 100644 --- a/x11-themes/cursor-bluecurve-theme/Makefile +++ b/x11-themes/cursor-bluecurve-theme/Makefile @@ -6,14 +6,17 @@ # PORTNAME= cursor-bluecurve-theme +PORTREVISION= 2 COMMENT= The Bluecurve X cursor themes # we only need gdk-pixbuf for building cursorthemegen, so do not USE_GNOME -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 MASTERDIR= ${.CURDIR}/../bluecurve-themes +PREFIX= ${X11BASE} + THEMES= Bluecurve Bluecurve-inverse .for t in ${THEMES} diff --git a/x11-themes/engradient/Makefile b/x11-themes/engradient/Makefile index 6f073dfe60b0..dd10e598c24c 100644 --- a/x11-themes/engradient/Makefile +++ b/x11-themes/engradient/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/engradient/Makefile,v 1.1 2006/10/04 11:46:56 ahze Exp $ PORTNAME= engradient PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= engradient @@ -18,7 +18,6 @@ COMMENT= A GTK+ engine-gradient theme based off of the IceGradient theme WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/geramik/Makefile b/x11-themes/geramik/Makefile index 9089aaf3518b..693d2ea765f5 100644 --- a/x11-themes/geramik/Makefile +++ b/x11-themes/geramik/Makefile @@ -7,6 +7,7 @@ PORTNAME= geramik PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.kde-look.org/content/files/ \ http://distfiles.towardex.com/ @@ -15,12 +16,11 @@ DISTNAME= 3952-Geramik-${PORTVERSION} MAINTAINER= haesu@TowardEX.com COMMENT= A Keramik KDE styled theme for GTK -RUN_DEPENDS= ${X11BASE}/lib/gtk/themes/engines/libqtpixmap.so:${PORTSDIR}/x11-toolkits/qtpixmap +RUN_DEPENDS= ${LOCALBASE}/lib/gtk/themes/engines/libqtpixmap.so:${PORTSDIR}/x11-toolkits/qtpixmap WRKSRC= ${WRKDIR}/Geramik-${PORTVERSION} GNU_CONFIGURE= yes -USE_X_PREFIX= yes USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gnome-bluecurve-theme/Makefile b/x11-themes/gnome-bluecurve-theme/Makefile index b2d2e7734131..c4e08e5d6778 100644 --- a/x11-themes/gnome-bluecurve-theme/Makefile +++ b/x11-themes/gnome-bluecurve-theme/Makefile @@ -6,13 +6,13 @@ # PORTNAME= gnome-bluecurve-theme -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= The Bluecurve GNOME meta-theme -RUN_DEPENDS= ${X11BASE}/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gtk-bluecurve-theme \ - ${X11BASE}/share/icons/Bluecurve/index.theme:${PORTSDIR}/x11-themes/icon-bluecurve-theme \ - ${X11BASE}/share/gnome/themes/Bluecurve/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-bluecurve-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/gnome/themes/Bluecurve/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-bluecurve-theme MASTERDIR= ${.CURDIR}/../bluecurve-themes diff --git a/x11-themes/gnome-icons/Makefile b/x11-themes/gnome-icons/Makefile index 93b80d8c6896..0c3df8dfceef 100644 --- a/x11-themes/gnome-icons/Makefile +++ b/x11-themes/gnome-icons/Makefile @@ -11,6 +11,7 @@ PORTNAME= gnome-icons PORTVERSION= 20060914 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= # empty DISTFILES= # empty @@ -19,22 +20,22 @@ EXTRACT_ONLY= # empty MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Meta-port for Gnome iconsets -RUN_DEPENDS= ${X11BASE}/share/icons/AquaFusion/index.theme:${PORTSDIR}/x11-themes/gnome-icons-aqua-fusion \ - ${X11BASE}/share/icons/CoolGorilla-ICONS/index.theme:${PORTSDIR}/x11-themes/gnome-icons-cool-gorilla \ - ${X11BASE}/share/icons/CfG-Crystal-SVG-1.2.0/index.theme:${PORTSDIR}/x11-themes/gnome-icons-crystal \ - ${X11BASE}/share/icons/Edge-Icons-0.6/index.theme:${PORTSDIR}/x11-themes/gnome-icons-edge \ - ${X11BASE}/share/icons/Gentoo-test/index.theme:${PORTSDIR}/x11-themes/gnome-icons-gentoo-test \ - ${X11BASE}/share/icons/Iris/index.theme:${PORTSDIR}/x11-themes/gnome-icons-iris \ - ${X11BASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila \ - ${X11BASE}/share/icons/Noia/index.theme:${PORTSDIR}/x11-themes/gnome-icons-noia-full \ - ${X11BASE}/share/icons/NoiaWarm/index.theme:${PORTSDIR}/x11-themes/gnome-icons-noia-warm \ - ${X11BASE}/share/icons/gnome-rh8/index.theme:${PORTSDIR}/x11-themes/gnome-icons-refined \ - ${X11BASE}/share/icons/Slick/index.theme:${PORTSDIR}/x11-themes/gnome-icons-slick \ - ${X11BASE}/share/icons/Snow-Apple/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snow-apple \ - ${X11BASE}/share/icons/SnowIsh-1.0_PNG/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snowish \ - ${X11BASE}/share/icons/stylish/index.theme:${PORTSDIR}/x11-themes/gnome-icons-stylish \ - ${X11BASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south \ - ${X11BASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila +RUN_DEPENDS= ${LOCALBASE}/share/icons/AquaFusion/index.theme:${PORTSDIR}/x11-themes/gnome-icons-aqua-fusion \ + ${LOCALBASE}/share/icons/CoolGorilla-ICONS/index.theme:${PORTSDIR}/x11-themes/gnome-icons-cool-gorilla \ + ${LOCALBASE}/share/icons/CfG-Crystal-SVG-1.2.0/index.theme:${PORTSDIR}/x11-themes/gnome-icons-crystal \ + ${LOCALBASE}/share/icons/Edge-Icons-0.6/index.theme:${PORTSDIR}/x11-themes/gnome-icons-edge \ + ${LOCALBASE}/share/icons/Gentoo-test/index.theme:${PORTSDIR}/x11-themes/gnome-icons-gentoo-test \ + ${LOCALBASE}/share/icons/Iris/index.theme:${PORTSDIR}/x11-themes/gnome-icons-iris \ + ${LOCALBASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila \ + ${LOCALBASE}/share/icons/Noia/index.theme:${PORTSDIR}/x11-themes/gnome-icons-noia-full \ + ${LOCALBASE}/share/icons/NoiaWarm/index.theme:${PORTSDIR}/x11-themes/gnome-icons-noia-warm \ + ${LOCALBASE}/share/icons/gnome-rh8/index.theme:${PORTSDIR}/x11-themes/gnome-icons-refined \ + ${LOCALBASE}/share/icons/Slick/index.theme:${PORTSDIR}/x11-themes/gnome-icons-slick \ + ${LOCALBASE}/share/icons/Snow-Apple/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snow-apple \ + ${LOCALBASE}/share/icons/SnowIsh-1.0_PNG/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snowish \ + ${LOCALBASE}/share/icons/stylish/index.theme:${PORTSDIR}/x11-themes/gnome-icons-stylish \ + ${LOCALBASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south \ + ${LOCALBASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila NO_BUILD= yes diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk index 5d8909cd3be9..60576a0f7e3c 100644 --- a/x11-themes/gnome-icons/bsd.gnome-icons.mk +++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk @@ -15,8 +15,6 @@ NO_BUILD= yes REASON= Themes may contain artwork not done by the author. \ Keep FreeBSD safe if theme author violated copyrights. -USE_X_PREFIX= yes - WANT_GNOME= yes INSTALLS_ICONS= yes diff --git a/x11-themes/gnome-industrial-theme/Makefile b/x11-themes/gnome-industrial-theme/Makefile index a2fc60b1c0ed..3f4b108fe797 100644 --- a/x11-themes/gnome-industrial-theme/Makefile +++ b/x11-themes/gnome-industrial-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-industrial-theme PORTVERSION= 0.2.29 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= http://ftp.ximian.com/pub/xd2/redhat-9-i386/source/ \ ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} @@ -18,11 +18,10 @@ MAINTAINER= stoerte@dreamwarrior.net COMMENT= Slick GNOME2 theme from Ximian EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio -BUILD_DEPENDS= ${X11BASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras +RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras NO_BUILD= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack libgnomeui WRKSRC= ${WRKDIR}/ximian-artwork-${PORTVERSION} diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile index 71e44c6d60a3..d67d92d723bc 100644 --- a/x11-themes/gnome-look/Makefile +++ b/x11-themes/gnome-look/Makefile @@ -3,19 +3,18 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/gnome-look/Makefile,v 1.1 2006/07/19 19:56:14 ahze Exp $ PORTNAME= gnome-look PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK theme engine designed to look nice with the GNOME desktop environment +COMMENT= A GTK theme engine designed to look nice with the GNOME desktop -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes diff --git a/x11-themes/gnome-splashscreen-manager/Makefile b/x11-themes/gnome-splashscreen-manager/Makefile index d91c5d952f65..d18e4fc23785 100644 --- a/x11-themes/gnome-splashscreen-manager/Makefile +++ b/x11-themes/gnome-splashscreen-manager/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-splashscreen-manager PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.miketech.net/gnome-art/download/ DISTNAME= gnome-art-${PORTVERSION} @@ -24,7 +24,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/gnome-art/${PORTNAME} USE_RUBY= yes USE_RUBY_SETUP= yes -GSPLASH= ${X11BASE}/share/gnome/pixmaps/splash +GSPLASH= ${LOCALBASE}/share/gnome/pixmaps/splash SPLASH_ICON= ${DATADIR}/glade/gnome-graphics.png post-patch: diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile index e7e781caf0d7..0f2ea4a30068 100644 --- a/x11-themes/gtk-Mac2-theme/Makefile +++ b/x11-themes/gtk-Mac2-theme/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/gtk-Mac2-theme/Makefile,v 1.1 2006/07/19 19:56:14 ahze Exp $ PORTNAME= gtk-Mac2-theme PORTVERSION= 200003050858 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= mac2 @@ -18,7 +18,6 @@ COMMENT= GTK+ engine theme based on the look of MacOS WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile index 3143211bada4..4a8e73868d12 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= aluminumalloy PORTVERSION?= 2004.01.04 +PORTREVISION?= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX?= ${TYPE}- @@ -23,7 +24,6 @@ THEME_NAME= AluminumAlloy-${FLAVOR:U:C/^(.).*$/\1/g}${FLAVOR:C/^(.)//} WRKSRC= ${WRKDIR}/${THEME_NAME} USE_BZIP2= yes -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-ana-theme/Makefile b/x11-themes/gtk-ana-theme/Makefile index d26cd8113819..cd910832e496 100644 --- a/x11-themes/gtk-ana-theme/Makefile +++ b/x11-themes/gtk-ana-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= ana PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= http://ana.netart.eu.org/ PKGNAMEPREFIX= ${TYPE}- @@ -18,13 +18,12 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= Clean and white GTK engine LIB_DEPENDS= rsvg-2:${PORTSDIR}/graphics/librsvg2 -RUN_DEPENDS= ${X11BASE}/share/themes/Gorilla/index.theme:${PORTSDIR}/x11-themes/gnome-themes-extras +RUN_DEPENDS= ${LOCALBASE}/share/themes/Gorilla/index.theme:${PORTSDIR}/x11-themes/gnome-themes-extras TYPE?= gtk THEME_NAME= Ana WRKSRC= ${WRKDIR}/${DISTNAME} -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-aquaextremesunken-theme/Makefile b/x11-themes/gtk-aquaextremesunken-theme/Makefile index 0bdeb961cb4b..7e80ebeff1c5 100644 --- a/x11-themes/gtk-aquaextremesunken-theme/Makefile +++ b/x11-themes/gtk-aquaextremesunken-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= aquaextremesunken PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX?= ${TYPE}- @@ -20,7 +21,6 @@ TYPE?= gtk THEME_NAME= ${DISTNAME} -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-aqualightblue-theme/Makefile b/x11-themes/gtk-aqualightblue-theme/Makefile index e915737d2889..376b1157a2c5 100644 --- a/x11-themes/gtk-aqualightblue-theme/Makefile +++ b/x11-themes/gtk-aqualightblue-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-aqualightblue-theme PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= aqualightblue-gtk2 @@ -18,7 +18,6 @@ COMMENT= A port of the GTK+ AquaLightBlue theme to GTK+ 2.0 WRKSRC= ${WRKDIR}/AquaLightBlue -USE_X_PREFIX= yes NO_BUILD= yes USE_GNOME= gtk20 diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile index 77f75d95af68..45226e7d0807 100644 --- a/x11-themes/gtk-bluecurve-theme/Makefile +++ b/x11-themes/gtk-bluecurve-theme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-bluecurve-theme -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= The Bluecurve GTK+ 1.x and 2.x themes @@ -17,8 +17,8 @@ PATCH_STRIP= -p1 # GTK+ 1.x theme engine USE_GNOME+= gdkpixbuf -GTK1_CFLAGS= `${X11BASE}/bin/gdk-pixbuf-config --cflags` -GTK1_LIBS= `${X11BASE}/bin/gdk-pixbuf-config --libs` +GTK1_CFLAGS= `${LOCALBASE}/bin/gdk-pixbuf-config --cflags` +GTK1_LIBS= `${LOCALBASE}/bin/gdk-pixbuf-config --libs` GTK1_WRKSRC= ${WRKSRC}/art/gtk/Bluecurve1 GTK1_RCDIR= gtk GTK1_SOURCES= bluecurve1_theme_main.c bluecurve1_theme_draw.c @@ -39,7 +39,7 @@ EXTRA_STYLES= BerriesAndCream Gnome Grape Lime Slate Strawberry Tangerine post-patch: .for v in 1 2 . for s in ${EXTRA_STYLES} - @${REINPLACE_CMD} -e 's|/usr|${X11BASE}|' \ + @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' \ ${WRKSRC}/art/gtk/Bluecurve-${s}/${GTK${v}_RCDIR}/gtkrc . endfor .endfor diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile index 6d0330f16d2d..cb822710ad5c 100644 --- a/x11-themes/gtk-cleanice-engine/Makefile +++ b/x11-themes/gtk-cleanice-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-cleanice-engine PORTVERSION= 2.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= elysium-project @@ -18,7 +18,6 @@ DISTFILES= ${DISTNAME}.tar.gz \ MAINTAINER= philip@FreeBSD.org COMMENT= A simplistic GTK+ 2.x theme engine -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-themes/gtk-digital-cream-theme/Makefile b/x11-themes/gtk-digital-cream-theme/Makefile index 1c4eff399769..7634918c0116 100644 --- a/x11-themes/gtk-digital-cream-theme/Makefile +++ b/x11-themes/gtk-digital-cream-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= digital-cream PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX= ${TYPE}- @@ -21,7 +22,6 @@ TYPE?= gtk THEME_NAME= ${DISTNAME} USE_BZIP2= yes -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-digital-harmony-theme/Makefile b/x11-themes/gtk-digital-harmony-theme/Makefile index 54ccab8a3a30..5ff17d233de8 100644 --- a/x11-themes/gtk-digital-harmony-theme/Makefile +++ b/x11-themes/gtk-digital-harmony-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= digital-harmony PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX= ${TYPE}- @@ -20,7 +21,6 @@ TYPE?= gtk THEME_NAME= ${DISTNAME} -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile index ae1e90cd51df..ffe2d9f7288d 100644 --- a/x11-themes/gtk-engines-collection/Makefile +++ b/x11-themes/gtk-engines-collection/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-engines-collection PORTVERSION= 1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= # empty DISTFILES= # empty @@ -35,7 +35,7 @@ RUN_DEPENDS= ${THEMESBASE}/libbuffy.so:${PORTSDIR}/x11-themes/buffy \ ${THEMESBASE}/libxeno.so:${PORTSDIR}/x11-themes/xenophilia \ ${THEMESBASE}/libwhistler.so:${PORTSDIR}/x11-themes/whistlerk -THEMESBASE= ${X11BASE}/lib/gtk/themes/engines +THEMESBASE= ${LOCALBASE}/lib/gtk/themes/engines NO_BUILD= yes diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile index f3ef04c56bab..341be292ed82 100644 --- a/x11-themes/gtk-engines/Makefile +++ b/x11-themes/gtk-engines/Makefile @@ -3,11 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/gtk-engines/Makefile,v 1.1 2006/07/18 16:32:36 ahze Exp $ PORTNAME= gtk-engines PORTVERSION= 0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtk-engines/0.12 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/gtk-engines/0.12 MAINTAINER= gnome@FreeBSD.org COMMENT= Theme engine for gtk+ toolkits -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= imlib GNU_CONFIGURE= yes diff --git a/x11-themes/gtk-envy-theme/Makefile b/x11-themes/gtk-envy-theme/Makefile index 4e0075f18b0b..346094d3c68c 100644 --- a/x11-themes/gtk-envy-theme/Makefile +++ b/x11-themes/gtk-envy-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-envy-theme PORTVERSION= 1.0.${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.gnome-look.org/content/files/ DISTNAME= 35093-Envy @@ -14,10 +15,9 @@ DISTNAME= 35093-Envy MAINTAINER= babak@farrokhi.net COMMENT= Envy theme for GTK+ 2.0 -#RUN_DEPENDS= ${X11BASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango +#RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango SNAPSHOT= 20060211 -USE_X_PREFIX= yes NO_BUILD= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/Envy diff --git a/x11-themes/gtk-flat-theme/Makefile b/x11-themes/gtk-flat-theme/Makefile index 35b8a6f03868..0930fa1679af 100644 --- a/x11-themes/gtk-flat-theme/Makefile +++ b/x11-themes/gtk-flat-theme/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/gtk-flat-theme/Makefile,v 1.1 2006/07/19 19:56:17 ahze Exp $ PORTNAME= gtk-flat-theme PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= flat @@ -18,7 +18,6 @@ COMMENT= A GTK+ theme engine which gives GTK+ a flattened appearance WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index 7966f44c2fc1..ed043551b46c 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-flat-theme2 PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= gtk2flat @@ -18,7 +18,6 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile index 81bd11446089..60802c22146f 100644 --- a/x11-themes/gtk-gray-theme/Makefile +++ b/x11-themes/gtk-gray-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-gray-theme PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.gnome-look.org/content/files/ DISTNAME= 34132-Gray @@ -14,9 +15,8 @@ DISTNAME= 34132-Gray MAINTAINER= babak@farrokhi.net COMMENT= Gray theme for GTK+ 2.0 -RUN_DEPENDS= ${X11BASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango +RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango -USE_X_PREFIX= yes NO_BUILD= yes USE_GNOME= gtk20 diff --git a/x11-themes/gtk-industrial-theme/Makefile b/x11-themes/gtk-industrial-theme/Makefile index 9c06638158f2..72767ead262b 100644 --- a/x11-themes/gtk-industrial-theme/Makefile +++ b/x11-themes/gtk-industrial-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-industrial-theme PORTVERSION= 0.2.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= http://ftp.ximian.com/pub/xd2/redhat-9-i386/source/ \ ${MASTER_SITE_GENTOO:S,%SUBDIR%,distfiles,} @@ -21,7 +21,6 @@ EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio WRKSRC= ${WRKDIR}/ximian-artwork-${PORTVERSION} USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_AUTOTOOLS= libtool:15 diff --git a/x11-themes/gtk-lila-theme-extras/Makefile b/x11-themes/gtk-lila-theme-extras/Makefile index e6a2b8f244a0..fc6153758125 100644 --- a/x11-themes/gtk-lila-theme-extras/Makefile +++ b/x11-themes/gtk-lila-theme-extras/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-lila-theme-extras PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ DISTNAME= lila-gtk-extras-${PORTVERSION} @@ -17,7 +17,6 @@ COMMENT= GTK+ 2.0 Lila additional themes WRKSRC= ${WRKDIR}/lila-gtk-extras -USE_X_PREFIX= yes NO_BUILD= yes USE_GNOME= gtk20 USE_BZIP2= yes diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile index c0a0a2e073b7..d2224edcdc4a 100644 --- a/x11-themes/gtk-lila-theme/Makefile +++ b/x11-themes/gtk-lila-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-lila-theme PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ DISTNAME= lila-gtk-${PORTVERSION} @@ -16,13 +17,13 @@ COMMENT= GTK+ 2.0 Lila theme WRKSRC= ${WRKDIR} -USE_X_PREFIX= yes NO_BUILD= yes USE_GNOME= gtk20 USE_BZIP2= yes do-install: - @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${X11BASE}/share/themes - @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${X11BASE}/share/themes + @${MKDIR} ${PREFIX}/share/themes + @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${PREFIX}/share/themes + @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${PREFIX}/share/themes .include <bsd.port.mk> diff --git a/x11-themes/gtk-longhorninspirat-theme/Makefile b/x11-themes/gtk-longhorninspirat-theme/Makefile index 6e36b97dfdbb..cd00cc59f17b 100644 --- a/x11-themes/gtk-longhorninspirat-theme/Makefile +++ b/x11-themes/gtk-longhorninspirat-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= longhorninspirat PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX= ${TYPE}- @@ -23,7 +23,6 @@ THEME_NAME= "${DISTNAME:S/_/ /}" WRKSRC= ${WRKDIR}/${THEME_NAME} USE_BZIP2= yes -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-milk-theme/Makefile b/x11-themes/gtk-milk-theme/Makefile index 709aabb9de06..d82f9f93e5f2 100644 --- a/x11-themes/gtk-milk-theme/Makefile +++ b/x11-themes/gtk-milk-theme/Makefile @@ -3,10 +3,12 @@ # Whom: Alexey Dokuchaev <danfe@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/x11-themes/gtk-milk-theme/Makefile,v 1.2 2006/09/22 19:53:01 mezz Exp $ # PORTNAME= milk PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX?= ${TYPE}- @@ -21,7 +23,6 @@ TYPE?= gtk THEME_NAME= Milk USE_BZIP2= yes -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile index b4632dee27ad..1781b685fe85 100644 --- a/x11-themes/gtk-qn-x11-theme/Makefile +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-qn-x11-theme PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= qnx11__ @@ -18,7 +18,6 @@ COMMENT= The QN-X11 GTK theme engine WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/gtk-qnxtheme/Makefile b/x11-themes/gtk-qnxtheme/Makefile index 444e0a40e33c..095eae51eba9 100644 --- a/x11-themes/gtk-qnxtheme/Makefile +++ b/x11-themes/gtk-qnxtheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-qnxtheme PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= qnxtheme @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= QNX-inspired theme for GTK1 and GTK2 WANT_GNOME= yes -USE_X_PREFIX= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/QNX @@ -37,20 +36,20 @@ post-extract: @${ECHO_CMD} "all:" > ${WRKSRC}/Makefile do-install: - @${REINPLACE_CMD} -e 's@/usr@${X11BASE}@g' ${WRKSRC}/gtk/gtkrc + @${REINPLACE_CMD} -e 's@/usr@${LOCALBASE}@g' ${WRKSRC}/gtk/gtkrc @${REINPLACE_CMD} -e 's@QNX@qnxtheme@g' ${WRKSRC}/gtk/gtkrc @${RM} -f ${WRKSRC}/gtk/gtkrc.bak - @${MKDIR} ${X11BASE}/share/themes/qnxtheme/gtk + @${MKDIR} ${LOCALBASE}/share/themes/qnxtheme/gtk @for i in ${WRKSRC}/gtk/*; do \ - ${INSTALL_DATA} $$i ${X11BASE}/share/themes/qnxtheme/gtk; \ + ${INSTALL_DATA} $$i ${LOCALBASE}/share/themes/qnxtheme/gtk; \ done .if defined(WITH_GTK2) - @${REINPLACE_CMD} -e 's@/usr@${X11BASE}@g' ${WRKSRC}/gtk-2.0/gtkrc + @${REINPLACE_CMD} -e 's@/usr@${LOCALBASE}@g' ${WRKSRC}/gtk-2.0/gtkrc @${REINPLACE_CMD} -e 's@QNX@qnxtheme@g' ${WRKSRC}/gtk-2.0/gtkrc @${RM} -f ${WRKSRC}/gtk-2.0/gtkrc.bak - @${MKDIR} ${X11BASE}/share/themes/qnxtheme/gtk-2.0 + @${MKDIR} ${LOCALBASE}/share/themes/qnxtheme/gtk-2.0 @for i in ${WRKSRC}/gtk-2.0/*; do \ - ${INSTALL_DATA} $$i ${X11BASE}/share/themes/qnxtheme/gtk-2.0; \ + ${INSTALL_DATA} $$i ${LOCALBASE}/share/themes/qnxtheme/gtk-2.0; \ done .endif diff --git a/x11-themes/gtk-qt-engine/Makefile b/x11-themes/gtk-qt-engine/Makefile index 20fc1c3370a7..6e042621c112 100644 --- a/x11-themes/gtk-qt-engine/Makefile +++ b/x11-themes/gtk-qt-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-qt-engine PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \ http://freebsd.ricin.com/ports/distfiles/ @@ -25,7 +25,7 @@ USE_QT_VER= 3 WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= GTK_VER=${GTK2_VERSION} -PLIST_SUB+= X11BASE=${X11BASE} +PLIST_SUB+= LOCALBASE=${LOCALBASE} CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include @@ -38,7 +38,7 @@ LIB_DEPENDS+= bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui .endif pre-configure: - @${REINPLACE_CMD} -e "s|/share/themes/|/X11R6/share/themes/|" \ + @${REINPLACE_CMD} -e "s|/share/themes/|${LOCALBASE}/share/themes/|" \ ${WRKSRC}/kcm_gtk/kcmgtk.cpp post-configure: diff --git a/x11-themes/gtk-qt-engine/pkg-plist b/x11-themes/gtk-qt-engine/pkg-plist index fbfae219df35..5be5974ed5c8 100644 --- a/x11-themes/gtk-qt-engine/pkg-plist +++ b/x11-themes/gtk-qt-engine/pkg-plist @@ -6,7 +6,7 @@ share/locale/de/LC_MESSAGES/gtkqtengine.mo share/locale/es/LC_MESSAGES/gtkqtengine.mo share/locale/fr/LC_MESSAGES/gtkqtengine.mo share/locale/nn/LC_MESSAGES/gtkqtengine.mo -@cwd %%X11BASE%% +@cwd %%LOCALBASE%% lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.a lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.la lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.so @@ -15,3 +15,5 @@ share/themes/Qt/gtk-2.0/gtkrc @dirrm share/themes/Qt/gtk-2.0 @dirrm share/themes/Qt @dirrm share/gtk-qt-engine +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index 20fc1c3370a7..6e042621c112 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-qt-engine PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \ http://freebsd.ricin.com/ports/distfiles/ @@ -25,7 +25,7 @@ USE_QT_VER= 3 WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= GTK_VER=${GTK2_VERSION} -PLIST_SUB+= X11BASE=${X11BASE} +PLIST_SUB+= LOCALBASE=${LOCALBASE} CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include @@ -38,7 +38,7 @@ LIB_DEPENDS+= bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui .endif pre-configure: - @${REINPLACE_CMD} -e "s|/share/themes/|/X11R6/share/themes/|" \ + @${REINPLACE_CMD} -e "s|/share/themes/|${LOCALBASE}/share/themes/|" \ ${WRKSRC}/kcm_gtk/kcmgtk.cpp post-configure: diff --git a/x11-themes/gtk-qt4-engine/pkg-plist b/x11-themes/gtk-qt4-engine/pkg-plist index fbfae219df35..5be5974ed5c8 100644 --- a/x11-themes/gtk-qt4-engine/pkg-plist +++ b/x11-themes/gtk-qt4-engine/pkg-plist @@ -6,7 +6,7 @@ share/locale/de/LC_MESSAGES/gtkqtengine.mo share/locale/es/LC_MESSAGES/gtkqtengine.mo share/locale/fr/LC_MESSAGES/gtkqtengine.mo share/locale/nn/LC_MESSAGES/gtkqtengine.mo -@cwd %%X11BASE%% +@cwd %%LOCALBASE%% lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.a lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.la lib/gtk-2.0/%%GTK_VER%%/engines/libqtengine.so @@ -15,3 +15,5 @@ share/themes/Qt/gtk-2.0/gtkrc @dirrm share/themes/Qt/gtk-2.0 @dirrm share/themes/Qt @dirrm share/gtk-qt-engine +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn diff --git a/x11-themes/gtk-smooth-engine/Makefile b/x11-themes/gtk-smooth-engine/Makefile index 39cef4383d79..b68a696440be 100644 --- a/x11-themes/gtk-smooth-engine/Makefile +++ b/x11-themes/gtk-smooth-engine/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-smooth-engine PORTVERSION= 0.6.0.1 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smooth-engine @@ -14,7 +15,6 @@ MASTER_SITE_SUBDIR= smooth-engine MAINTAINER= amistry@am-productions.biz COMMENT= Flexible GTK Theme Engine -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget WANT_GNOME= yes diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 2dbeaae38ac8..dd2aca3509d7 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-xfce-engine PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-4.2.3.2/src/ \ http://www.ca-us.xfce.org/archive/xfce-4.2.3.2/src/ \ @@ -18,6 +18,5 @@ COMMENT= An XFCE engine for GTK 2.0 USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes -USE_X_PREFIX= yes .include <bsd.port.mk> diff --git a/x11-themes/gtk-zenith-theme/Makefile b/x11-themes/gtk-zenith-theme/Makefile index b200b42f4ccd..dc9e23887828 100644 --- a/x11-themes/gtk-zenith-theme/Makefile +++ b/x11-themes/gtk-zenith-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-zenith-theme PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= zenith @@ -18,7 +18,6 @@ COMMENT= The Zenith GTK theme engine WRKSRC= ${WRKDIR}/zenith-1.0 -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/gtkbe/Makefile b/x11-themes/gtkbe/Makefile index a5600339b09e..0fd4cff21b81 100644 --- a/x11-themes/gtkbe/Makefile +++ b/x11-themes/gtkbe/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkbe PORTVERSION= 200007091019 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= gtkbe @@ -18,7 +18,6 @@ COMMENT= BeOS look-alike GTK+ theme engine WRKSRC= ${WRKDIR}/GTKBeEngine -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index 1c366d7859c1..b654c729737a 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/gtkstep-pastel/Makefile,v 1.1 2006/07/20 11:38:25 ahze Exp $ PORTNAME= gtkstep-pastel PORTVERSION= 0.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= gtksteppastel @@ -18,7 +18,6 @@ COMMENT= Theme engine based on GtkStep to make GTK+ look nicier WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index 1d6d14a7556c..1ecdabee66bf 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -3,11 +3,11 @@ # Whom: Gilad Rom # # $FreeBSD$ -# +# $MCom: ports/x11-themes/gtkstep/Makefile,v 1.1 2006/07/20 11:38:24 ahze Exp $ PORTNAME= gtkstep PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/g/gtk-engines-gtkstep @@ -18,7 +18,6 @@ COMMENT= A theme module to make GTK+ look like the NeXTSTEP(tm) interface WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/x11-themes/icegradient/Makefile b/x11-themes/icegradient/Makefile index 37caba27a212..017adaa57c9f 100644 --- a/x11-themes/icegradient/Makefile +++ b/x11-themes/icegradient/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/icegradient/Makefile,v 1.1 2006/07/20 11:38:25 ahze Exp $ PORTNAME= icegradient PORTVERSION= 200012290259 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ \ ${MASTER_SITE_LOCAL} @@ -19,7 +19,6 @@ COMMENT= A GTK+ gradient theme engine based on ThinIce WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-0.0.5 -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/icons-human-azul/Makefile b/x11-themes/icons-human-azul/Makefile index 859df252ca5f..a4db19c8edfc 100644 --- a/x11-themes/icons-human-azul/Makefile +++ b/x11-themes/icons-human-azul/Makefile @@ -7,6 +7,7 @@ PORTNAME= icons-human-azul PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/content/files/ DISTNAME= 37099-HumanAzul @@ -14,7 +15,6 @@ DISTNAME= 37099-HumanAzul MAINTAINER= pneumann@gmail.com COMMENT= A set of icons from the Ubuntu human look -USE_X_PREFIX= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/HumanAzul diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index c4279abd407a..bce2f878729f 100644 --- a/x11-themes/icons-tango/Makefile +++ b/x11-themes/icons-tango/Makefile @@ -7,7 +7,7 @@ PORTNAME= icons-tango PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://tango-project.org/releases/ \ ${MASTER_SITE_GENTOO} @@ -22,7 +22,6 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/ico GNU_CONFIGURE= yes USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= intlhack .include <bsd.port.mk> diff --git a/x11-themes/icons-tango/pkg-plist b/x11-themes/icons-tango/pkg-plist index 295ce34557cb..27cd421de011 100644 --- a/x11-themes/icons-tango/pkg-plist +++ b/x11-themes/icons-tango/pkg-plist @@ -82,6 +82,7 @@ share/icons/Tango/16x16/actions/gtk-cut.png share/icons/Tango/16x16/actions/gtk-delete.png share/icons/Tango/16x16/actions/gtk-find-and-replace.png share/icons/Tango/16x16/actions/gtk-find.png +share/icons/Tango/16x16/actions/gtk-fullscreen.png share/icons/Tango/16x16/actions/gtk-go-back-ltr.png share/icons/Tango/16x16/actions/gtk-go-back-rtl.png share/icons/Tango/16x16/actions/gtk-go-down.png @@ -188,6 +189,7 @@ share/icons/Tango/16x16/actions/stock_delete.png share/icons/Tango/16x16/actions/stock_down.png share/icons/Tango/16x16/actions/stock_file-properites.png share/icons/Tango/16x16/actions/stock_first.png +share/icons/Tango/16x16/actions/stock_fullscreen.png share/icons/Tango/16x16/actions/stock_help-add-bookmark.png share/icons/Tango/16x16/actions/stock_home.png share/icons/Tango/16x16/actions/stock_last.png @@ -224,6 +226,7 @@ share/icons/Tango/16x16/actions/stock_save-as.png share/icons/Tango/16x16/actions/stock_save.png share/icons/Tango/16x16/actions/stock_search-and-replace.png share/icons/Tango/16x16/actions/stock_search.png +share/icons/Tango/16x16/actions/stock_select-all.png share/icons/Tango/16x16/actions/stock_spam.png share/icons/Tango/16x16/actions/stock_stop.png share/icons/Tango/16x16/actions/stock_text-strikethrough.png @@ -256,7 +259,9 @@ share/icons/Tango/16x16/actions/up.png share/icons/Tango/16x16/actions/view-fullscreen.png share/icons/Tango/16x16/actions/view-refresh.png share/icons/Tango/16x16/actions/window-new.png +share/icons/Tango/16x16/actions/window_fullscreen.png share/icons/Tango/16x16/actions/window_new.png +share/icons/Tango/16x16/actions/xfce-system-lock.png share/icons/Tango/16x16/animations/gnome-spinner.png share/icons/Tango/16x16/animations/process-working.png share/icons/Tango/16x16/apps/access.png @@ -348,6 +353,14 @@ share/icons/Tango/16x16/apps/utilities-system-monitor.png share/icons/Tango/16x16/apps/utilities-terminal.png share/icons/Tango/16x16/apps/wallpaper.png share/icons/Tango/16x16/apps/web-browser.png +share/icons/Tango/16x16/apps/xfcalendar.png +share/icons/Tango/16x16/apps/xfce-filemanager.png +share/icons/Tango/16x16/apps/xfce-mail.png +share/icons/Tango/16x16/apps/xfce-terminal.png +share/icons/Tango/16x16/apps/xfce4-backdrop.png +share/icons/Tango/16x16/apps/xfce4-session.png +share/icons/Tango/16x16/apps/xfce4-sound.png +share/icons/Tango/16x16/apps/xfwm4.png share/icons/Tango/16x16/apps/ximian-evolution-calendar.png share/icons/Tango/16x16/apps/xscreensaver.png share/icons/Tango/16x16/apps/zen-icon.png @@ -396,6 +409,14 @@ share/icons/Tango/16x16/categories/redhat-sound_video.png share/icons/Tango/16x16/categories/redhat-system_settings.png share/icons/Tango/16x16/categories/redhat-system_tools.png share/icons/Tango/16x16/categories/stock_internet.png +share/icons/Tango/16x16/categories/xfce-games.png +share/icons/Tango/16x16/categories/xfce-graphics.png +share/icons/Tango/16x16/categories/xfce-internet.png +share/icons/Tango/16x16/categories/xfce-multimedia.png +share/icons/Tango/16x16/categories/xfce-office.png +share/icons/Tango/16x16/categories/xfce-system-settings.png +share/icons/Tango/16x16/categories/xfce-utils.png +share/icons/Tango/16x16/categories/xfce4-settings.png share/icons/Tango/16x16/devices/3floppy_unmount.png share/icons/Tango/16x16/devices/audio-card.png share/icons/Tango/16x16/devices/audio-input-microphone.png @@ -404,27 +425,14 @@ share/icons/Tango/16x16/devices/camera-photo.png share/icons/Tango/16x16/devices/camera-video.png share/icons/Tango/16x16/devices/camera.png share/icons/Tango/16x16/devices/camera_unmount.png -share/icons/Tango/16x16/devices/cdrom_unmount.png -share/icons/Tango/16x16/devices/cdwriter_unmount.png share/icons/Tango/16x16/devices/chardevice.png share/icons/Tango/16x16/devices/computer.png share/icons/Tango/16x16/devices/display.png share/icons/Tango/16x16/devices/drive-cdrom.png share/icons/Tango/16x16/devices/drive-harddisk.png share/icons/Tango/16x16/devices/drive-removable-media.png -share/icons/Tango/16x16/devices/dvd_unmount.png share/icons/Tango/16x16/devices/gnome-dev-battery.png -share/icons/Tango/16x16/devices/gnome-dev-cdrom-audio.png -share/icons/Tango/16x16/devices/gnome-dev-cdrom.png share/icons/Tango/16x16/devices/gnome-dev-computer.png -share/icons/Tango/16x16/devices/gnome-dev-disc-cdr.png -share/icons/Tango/16x16/devices/gnome-dev-disc-cdrw.png -share/icons/Tango/16x16/devices/gnome-dev-disc-dvdr-plus.png -share/icons/Tango/16x16/devices/gnome-dev-disc-dvdr.png -share/icons/Tango/16x16/devices/gnome-dev-disc-dvdram.png -share/icons/Tango/16x16/devices/gnome-dev-disc-dvdrom.png -share/icons/Tango/16x16/devices/gnome-dev-disc-dvdrw.png -share/icons/Tango/16x16/devices/gnome-dev-dvd.png share/icons/Tango/16x16/devices/gnome-dev-ethernet.png share/icons/Tango/16x16/devices/gnome-dev-floppy.png share/icons/Tango/16x16/devices/gnome-dev-harddisk-1394.png @@ -432,11 +440,6 @@ share/icons/Tango/16x16/devices/gnome-dev-harddisk-usb.png share/icons/Tango/16x16/devices/gnome-dev-harddisk.png share/icons/Tango/16x16/devices/gnome-dev-ipod.png share/icons/Tango/16x16/devices/gnome-dev-keyboard.png -share/icons/Tango/16x16/devices/gnome-dev-media-cf.png -share/icons/Tango/16x16/devices/gnome-dev-media-memory.png -share/icons/Tango/16x16/devices/gnome-dev-media-ms.png -share/icons/Tango/16x16/devices/gnome-dev-media-sdmmc.png -share/icons/Tango/16x16/devices/gnome-dev-media-sm.png share/icons/Tango/16x16/devices/gnome-dev-mouse-ball.png share/icons/Tango/16x16/devices/gnome-dev-mouse-optical.png share/icons/Tango/16x16/devices/gnome-dev-printer.png @@ -446,7 +449,6 @@ share/icons/Tango/16x16/devices/gnome-dev-removable.png share/icons/Tango/16x16/devices/gnome-dev-wavelan.png share/icons/Tango/16x16/devices/gnome-fs-client.png share/icons/Tango/16x16/devices/gnome-stock-mic.png -share/icons/Tango/16x16/devices/gtk-cdrom.png share/icons/Tango/16x16/devices/gtk-floppy.png share/icons/Tango/16x16/devices/gtk-harddisk.png share/icons/Tango/16x16/devices/harddrive.png @@ -475,6 +477,10 @@ share/icons/Tango/16x16/devices/system-floppy.png share/icons/Tango/16x16/devices/system.png share/icons/Tango/16x16/devices/usbpendrive_unmount.png share/icons/Tango/16x16/devices/video-display.png +share/icons/Tango/16x16/devices/xfce-printer.png +share/icons/Tango/16x16/devices/xfce4-display.png +share/icons/Tango/16x16/devices/xfce4-keyboard.png +share/icons/Tango/16x16/devices/xfce4-mouse.png share/icons/Tango/16x16/devices/yast_HD.png share/icons/Tango/16x16/devices/yast_idetude.png share/icons/Tango/16x16/devices/yast_joystick.png @@ -513,6 +519,10 @@ share/icons/Tango/16x16/mimetypes/empty.png share/icons/Tango/16x16/mimetypes/exec.png share/icons/Tango/16x16/mimetypes/folder_tar.png share/icons/Tango/16x16/mimetypes/font-x-generic.png +share/icons/Tango/16x16/mimetypes/font.png +share/icons/Tango/16x16/mimetypes/font_bitmap.png +share/icons/Tango/16x16/mimetypes/font_truetype.png +share/icons/Tango/16x16/mimetypes/font_type1.png share/icons/Tango/16x16/mimetypes/gnome-fs-executable.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-magicpoint.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-msword.png @@ -533,6 +543,9 @@ share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument. share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -568,6 +581,7 @@ share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-font-ttf.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-gnumeric.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-gzip.png +share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-jar.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-killustrator.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-kpresenter.png @@ -581,6 +595,7 @@ share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-php.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-rar.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-rpm.png +share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-scribus.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-shellscript.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png share/icons/Tango/16x16/mimetypes/gnome-mime-application-x-stuffit.png @@ -606,6 +621,7 @@ share/icons/Tango/16x16/mimetypes/gnome-package.png share/icons/Tango/16x16/mimetypes/html.png share/icons/Tango/16x16/mimetypes/image-x-generic.png share/icons/Tango/16x16/mimetypes/image.png +share/icons/Tango/16x16/mimetypes/kpresenter_kpr.png share/icons/Tango/16x16/mimetypes/mime_ascii.png share/icons/Tango/16x16/mimetypes/misc.png share/icons/Tango/16x16/mimetypes/package-x-generic.png @@ -619,6 +635,7 @@ share/icons/Tango/16x16/mimetypes/sound.png share/icons/Tango/16x16/mimetypes/spreadsheet.png share/icons/Tango/16x16/mimetypes/stock_addressbook.png share/icons/Tango/16x16/mimetypes/stock_calendar.png +share/icons/Tango/16x16/mimetypes/stock_certificate.png share/icons/Tango/16x16/mimetypes/stock_script.png share/icons/Tango/16x16/mimetypes/tar.png share/icons/Tango/16x16/mimetypes/template_source.png @@ -631,8 +648,10 @@ share/icons/Tango/16x16/mimetypes/txt.png share/icons/Tango/16x16/mimetypes/txt2.png share/icons/Tango/16x16/mimetypes/unknown.png share/icons/Tango/16x16/mimetypes/vcalendar.png +share/icons/Tango/16x16/mimetypes/vcard.png share/icons/Tango/16x16/mimetypes/video-x-generic.png share/icons/Tango/16x16/mimetypes/video.png +share/icons/Tango/16x16/mimetypes/wordprocessing.png share/icons/Tango/16x16/mimetypes/www.png share/icons/Tango/16x16/mimetypes/x-office-address-book.png share/icons/Tango/16x16/mimetypes/x-office-calendar.png @@ -684,12 +703,15 @@ share/icons/Tango/16x16/places/trashcan_empty.png share/icons/Tango/16x16/places/user-desktop.png share/icons/Tango/16x16/places/user-home.png share/icons/Tango/16x16/places/user-trash.png +share/icons/Tango/16x16/places/xfce-trash_empty.png share/icons/Tango/16x16/status/audio-volume-high.png share/icons/Tango/16x16/status/audio-volume-low.png share/icons/Tango/16x16/status/audio-volume-medium.png share/icons/Tango/16x16/status/audio-volume-muted.png share/icons/Tango/16x16/status/battery-caution.png -share/icons/Tango/16x16/status/cloudy1.png +share/icons/Tango/16x16/status/connect_creating.png +share/icons/Tango/16x16/status/connect_established.png +share/icons/Tango/16x16/status/connect_no.png share/icons/Tango/16x16/status/dialog-error.png share/icons/Tango/16x16/status/dialog-information.png share/icons/Tango/16x16/status/dialog-warning.png @@ -719,7 +741,6 @@ share/icons/Tango/16x16/status/image-loading.png share/icons/Tango/16x16/status/image-missing.png share/icons/Tango/16x16/status/important.png share/icons/Tango/16x16/status/info.png -share/icons/Tango/16x16/status/light_rain.png share/icons/Tango/16x16/status/mail-attachment.png share/icons/Tango/16x16/status/messagebox_critical.png share/icons/Tango/16x16/status/messagebox_info.png @@ -735,10 +756,7 @@ share/icons/Tango/16x16/status/nm-adhoc.png share/icons/Tango/16x16/status/nm-device-wired.png share/icons/Tango/16x16/status/nm-device-wireless.png share/icons/Tango/16x16/status/nm-no-connection.png -share/icons/Tango/16x16/status/overcast.png share/icons/Tango/16x16/status/printer-error.png -share/icons/Tango/16x16/status/shower3.png -share/icons/Tango/16x16/status/snow4.png share/icons/Tango/16x16/status/stock_dialog-error.png share/icons/Tango/16x16/status/stock_dialog-info.png share/icons/Tango/16x16/status/stock_dialog-warning.png @@ -760,7 +778,6 @@ share/icons/Tango/16x16/status/stock_weather-storm.png share/icons/Tango/16x16/status/stock_weather-sunny.png share/icons/Tango/16x16/status/sunny.png share/icons/Tango/16x16/status/trashcan_full.png -share/icons/Tango/16x16/status/tstorm3.png share/icons/Tango/16x16/status/user-trash-full.png share/icons/Tango/16x16/status/weather-clear-night.png share/icons/Tango/16x16/status/weather-clear.png @@ -772,6 +789,7 @@ share/icons/Tango/16x16/status/weather-showers-scattered.png share/icons/Tango/16x16/status/weather-showers.png share/icons/Tango/16x16/status/weather-snow.png share/icons/Tango/16x16/status/weather-storm.png +share/icons/Tango/16x16/status/xfce-trash_full.png share/icons/Tango/22x22/actions/add.png share/icons/Tango/22x22/actions/address-book-new.png share/icons/Tango/22x22/actions/appointment-new.png @@ -856,6 +874,7 @@ share/icons/Tango/22x22/actions/gtk-cut.png share/icons/Tango/22x22/actions/gtk-delete.png share/icons/Tango/22x22/actions/gtk-find-and-replace.png share/icons/Tango/22x22/actions/gtk-find.png +share/icons/Tango/22x22/actions/gtk-fullscreen.png share/icons/Tango/22x22/actions/gtk-go-back-ltr.png share/icons/Tango/22x22/actions/gtk-go-back-rtl.png share/icons/Tango/22x22/actions/gtk-go-down.png @@ -962,6 +981,7 @@ share/icons/Tango/22x22/actions/stock_delete.png share/icons/Tango/22x22/actions/stock_down.png share/icons/Tango/22x22/actions/stock_file-properites.png share/icons/Tango/22x22/actions/stock_first.png +share/icons/Tango/22x22/actions/stock_fullscreen.png share/icons/Tango/22x22/actions/stock_help-add-bookmark.png share/icons/Tango/22x22/actions/stock_home.png share/icons/Tango/22x22/actions/stock_last.png @@ -998,6 +1018,7 @@ share/icons/Tango/22x22/actions/stock_save-as.png share/icons/Tango/22x22/actions/stock_save.png share/icons/Tango/22x22/actions/stock_search-and-replace.png share/icons/Tango/22x22/actions/stock_search.png +share/icons/Tango/22x22/actions/stock_select-all.png share/icons/Tango/22x22/actions/stock_spam.png share/icons/Tango/22x22/actions/stock_stop.png share/icons/Tango/22x22/actions/stock_text-strikethrough.png @@ -1030,7 +1051,9 @@ share/icons/Tango/22x22/actions/up.png share/icons/Tango/22x22/actions/view-fullscreen.png share/icons/Tango/22x22/actions/view-refresh.png share/icons/Tango/22x22/actions/window-new.png +share/icons/Tango/22x22/actions/window_fullscreen.png share/icons/Tango/22x22/actions/window_new.png +share/icons/Tango/22x22/actions/xfce-system-lock.png share/icons/Tango/22x22/animations/gnome-spinner.png share/icons/Tango/22x22/animations/process-working.png share/icons/Tango/22x22/apps/access.png @@ -1122,6 +1145,14 @@ share/icons/Tango/22x22/apps/utilities-system-monitor.png share/icons/Tango/22x22/apps/utilities-terminal.png share/icons/Tango/22x22/apps/wallpaper.png share/icons/Tango/22x22/apps/web-browser.png +share/icons/Tango/22x22/apps/xfcalendar.png +share/icons/Tango/22x22/apps/xfce-filemanager.png +share/icons/Tango/22x22/apps/xfce-mail.png +share/icons/Tango/22x22/apps/xfce-terminal.png +share/icons/Tango/22x22/apps/xfce4-backdrop.png +share/icons/Tango/22x22/apps/xfce4-session.png +share/icons/Tango/22x22/apps/xfce4-sound.png +share/icons/Tango/22x22/apps/xfwm4.png share/icons/Tango/22x22/apps/ximian-evolution-calendar.png share/icons/Tango/22x22/apps/xscreensaver.png share/icons/Tango/22x22/apps/zen-icon.png @@ -1170,6 +1201,14 @@ share/icons/Tango/22x22/categories/redhat-sound_video.png share/icons/Tango/22x22/categories/redhat-system_settings.png share/icons/Tango/22x22/categories/redhat-system_tools.png share/icons/Tango/22x22/categories/stock_internet.png +share/icons/Tango/22x22/categories/xfce-games.png +share/icons/Tango/22x22/categories/xfce-graphics.png +share/icons/Tango/22x22/categories/xfce-internet.png +share/icons/Tango/22x22/categories/xfce-multimedia.png +share/icons/Tango/22x22/categories/xfce-office.png +share/icons/Tango/22x22/categories/xfce-system-settings.png +share/icons/Tango/22x22/categories/xfce-utils.png +share/icons/Tango/22x22/categories/xfce4-settings.png share/icons/Tango/22x22/devices/3floppy_unmount.png share/icons/Tango/22x22/devices/audio-card.png share/icons/Tango/22x22/devices/audio-input-microphone.png @@ -1178,27 +1217,14 @@ share/icons/Tango/22x22/devices/camera-photo.png share/icons/Tango/22x22/devices/camera-video.png share/icons/Tango/22x22/devices/camera.png share/icons/Tango/22x22/devices/camera_unmount.png -share/icons/Tango/22x22/devices/cdrom_unmount.png -share/icons/Tango/22x22/devices/cdwriter_unmount.png share/icons/Tango/22x22/devices/chardevice.png share/icons/Tango/22x22/devices/computer.png share/icons/Tango/22x22/devices/display.png share/icons/Tango/22x22/devices/drive-cdrom.png share/icons/Tango/22x22/devices/drive-harddisk.png share/icons/Tango/22x22/devices/drive-removable-media.png -share/icons/Tango/22x22/devices/dvd_unmount.png share/icons/Tango/22x22/devices/gnome-dev-battery.png -share/icons/Tango/22x22/devices/gnome-dev-cdrom-audio.png -share/icons/Tango/22x22/devices/gnome-dev-cdrom.png share/icons/Tango/22x22/devices/gnome-dev-computer.png -share/icons/Tango/22x22/devices/gnome-dev-disc-cdr.png -share/icons/Tango/22x22/devices/gnome-dev-disc-cdrw.png -share/icons/Tango/22x22/devices/gnome-dev-disc-dvdr-plus.png -share/icons/Tango/22x22/devices/gnome-dev-disc-dvdr.png -share/icons/Tango/22x22/devices/gnome-dev-disc-dvdram.png -share/icons/Tango/22x22/devices/gnome-dev-disc-dvdrom.png -share/icons/Tango/22x22/devices/gnome-dev-disc-dvdrw.png -share/icons/Tango/22x22/devices/gnome-dev-dvd.png share/icons/Tango/22x22/devices/gnome-dev-ethernet.png share/icons/Tango/22x22/devices/gnome-dev-floppy.png share/icons/Tango/22x22/devices/gnome-dev-harddisk-1394.png @@ -1206,11 +1232,6 @@ share/icons/Tango/22x22/devices/gnome-dev-harddisk-usb.png share/icons/Tango/22x22/devices/gnome-dev-harddisk.png share/icons/Tango/22x22/devices/gnome-dev-ipod.png share/icons/Tango/22x22/devices/gnome-dev-keyboard.png -share/icons/Tango/22x22/devices/gnome-dev-media-cf.png -share/icons/Tango/22x22/devices/gnome-dev-media-memory.png -share/icons/Tango/22x22/devices/gnome-dev-media-ms.png -share/icons/Tango/22x22/devices/gnome-dev-media-sdmmc.png -share/icons/Tango/22x22/devices/gnome-dev-media-sm.png share/icons/Tango/22x22/devices/gnome-dev-mouse-ball.png share/icons/Tango/22x22/devices/gnome-dev-mouse-optical.png share/icons/Tango/22x22/devices/gnome-dev-printer.png @@ -1220,7 +1241,6 @@ share/icons/Tango/22x22/devices/gnome-dev-removable.png share/icons/Tango/22x22/devices/gnome-dev-wavelan.png share/icons/Tango/22x22/devices/gnome-fs-client.png share/icons/Tango/22x22/devices/gnome-stock-mic.png -share/icons/Tango/22x22/devices/gtk-cdrom.png share/icons/Tango/22x22/devices/gtk-floppy.png share/icons/Tango/22x22/devices/gtk-harddisk.png share/icons/Tango/22x22/devices/harddrive.png @@ -1249,6 +1269,10 @@ share/icons/Tango/22x22/devices/system-floppy.png share/icons/Tango/22x22/devices/system.png share/icons/Tango/22x22/devices/usbpendrive_unmount.png share/icons/Tango/22x22/devices/video-display.png +share/icons/Tango/22x22/devices/xfce-printer.png +share/icons/Tango/22x22/devices/xfce4-display.png +share/icons/Tango/22x22/devices/xfce4-keyboard.png +share/icons/Tango/22x22/devices/xfce4-mouse.png share/icons/Tango/22x22/devices/yast_HD.png share/icons/Tango/22x22/devices/yast_idetude.png share/icons/Tango/22x22/devices/yast_joystick.png @@ -1287,6 +1311,10 @@ share/icons/Tango/22x22/mimetypes/empty.png share/icons/Tango/22x22/mimetypes/exec.png share/icons/Tango/22x22/mimetypes/folder_tar.png share/icons/Tango/22x22/mimetypes/font-x-generic.png +share/icons/Tango/22x22/mimetypes/font.png +share/icons/Tango/22x22/mimetypes/font_bitmap.png +share/icons/Tango/22x22/mimetypes/font_truetype.png +share/icons/Tango/22x22/mimetypes/font_type1.png share/icons/Tango/22x22/mimetypes/gnome-fs-executable.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-magicpoint.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-msword.png @@ -1307,6 +1335,9 @@ share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument. share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -1342,6 +1373,7 @@ share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-font-ttf.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-gnumeric.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-gzip.png +share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-jar.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-killustrator.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-kpresenter.png @@ -1355,6 +1387,7 @@ share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-php.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-rar.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-rpm.png +share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-scribus.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-shellscript.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png share/icons/Tango/22x22/mimetypes/gnome-mime-application-x-stuffit.png @@ -1380,6 +1413,7 @@ share/icons/Tango/22x22/mimetypes/gnome-package.png share/icons/Tango/22x22/mimetypes/html.png share/icons/Tango/22x22/mimetypes/image-x-generic.png share/icons/Tango/22x22/mimetypes/image.png +share/icons/Tango/22x22/mimetypes/kpresenter_kpr.png share/icons/Tango/22x22/mimetypes/mime_ascii.png share/icons/Tango/22x22/mimetypes/misc.png share/icons/Tango/22x22/mimetypes/package-x-generic.png @@ -1393,6 +1427,7 @@ share/icons/Tango/22x22/mimetypes/sound.png share/icons/Tango/22x22/mimetypes/spreadsheet.png share/icons/Tango/22x22/mimetypes/stock_addressbook.png share/icons/Tango/22x22/mimetypes/stock_calendar.png +share/icons/Tango/22x22/mimetypes/stock_certificate.png share/icons/Tango/22x22/mimetypes/stock_script.png share/icons/Tango/22x22/mimetypes/tar.png share/icons/Tango/22x22/mimetypes/template_source.png @@ -1405,8 +1440,10 @@ share/icons/Tango/22x22/mimetypes/txt.png share/icons/Tango/22x22/mimetypes/txt2.png share/icons/Tango/22x22/mimetypes/unknown.png share/icons/Tango/22x22/mimetypes/vcalendar.png +share/icons/Tango/22x22/mimetypes/vcard.png share/icons/Tango/22x22/mimetypes/video-x-generic.png share/icons/Tango/22x22/mimetypes/video.png +share/icons/Tango/22x22/mimetypes/wordprocessing.png share/icons/Tango/22x22/mimetypes/www.png share/icons/Tango/22x22/mimetypes/x-office-address-book.png share/icons/Tango/22x22/mimetypes/x-office-calendar.png @@ -1458,12 +1495,15 @@ share/icons/Tango/22x22/places/trashcan_empty.png share/icons/Tango/22x22/places/user-desktop.png share/icons/Tango/22x22/places/user-home.png share/icons/Tango/22x22/places/user-trash.png +share/icons/Tango/22x22/places/xfce-trash_empty.png share/icons/Tango/22x22/status/audio-volume-high.png share/icons/Tango/22x22/status/audio-volume-low.png share/icons/Tango/22x22/status/audio-volume-medium.png share/icons/Tango/22x22/status/audio-volume-muted.png share/icons/Tango/22x22/status/battery-caution.png -share/icons/Tango/22x22/status/cloudy1.png +share/icons/Tango/22x22/status/connect_creating.png +share/icons/Tango/22x22/status/connect_established.png +share/icons/Tango/22x22/status/connect_no.png share/icons/Tango/22x22/status/dialog-error.png share/icons/Tango/22x22/status/dialog-information.png share/icons/Tango/22x22/status/dialog-warning.png @@ -1493,7 +1533,6 @@ share/icons/Tango/22x22/status/image-loading.png share/icons/Tango/22x22/status/image-missing.png share/icons/Tango/22x22/status/important.png share/icons/Tango/22x22/status/info.png -share/icons/Tango/22x22/status/light_rain.png share/icons/Tango/22x22/status/mail-attachment.png share/icons/Tango/22x22/status/messagebox_critical.png share/icons/Tango/22x22/status/messagebox_info.png @@ -1509,10 +1548,7 @@ share/icons/Tango/22x22/status/nm-adhoc.png share/icons/Tango/22x22/status/nm-device-wired.png share/icons/Tango/22x22/status/nm-device-wireless.png share/icons/Tango/22x22/status/nm-no-connection.png -share/icons/Tango/22x22/status/overcast.png share/icons/Tango/22x22/status/printer-error.png -share/icons/Tango/22x22/status/shower3.png -share/icons/Tango/22x22/status/snow4.png share/icons/Tango/22x22/status/stock_dialog-error.png share/icons/Tango/22x22/status/stock_dialog-info.png share/icons/Tango/22x22/status/stock_dialog-warning.png @@ -1534,7 +1570,6 @@ share/icons/Tango/22x22/status/stock_weather-storm.png share/icons/Tango/22x22/status/stock_weather-sunny.png share/icons/Tango/22x22/status/sunny.png share/icons/Tango/22x22/status/trashcan_full.png -share/icons/Tango/22x22/status/tstorm3.png share/icons/Tango/22x22/status/user-trash-full.png share/icons/Tango/22x22/status/weather-clear-night.png share/icons/Tango/22x22/status/weather-clear.png @@ -1546,6 +1581,7 @@ share/icons/Tango/22x22/status/weather-showers-scattered.png share/icons/Tango/22x22/status/weather-showers.png share/icons/Tango/22x22/status/weather-snow.png share/icons/Tango/22x22/status/weather-storm.png +share/icons/Tango/22x22/status/xfce-trash_full.png share/icons/Tango/24x24/actions/add.png share/icons/Tango/24x24/actions/address-book-new.png share/icons/Tango/24x24/actions/appointment-new.png @@ -1630,6 +1666,7 @@ share/icons/Tango/24x24/actions/gtk-cut.png share/icons/Tango/24x24/actions/gtk-delete.png share/icons/Tango/24x24/actions/gtk-find-and-replace.png share/icons/Tango/24x24/actions/gtk-find.png +share/icons/Tango/24x24/actions/gtk-fullscreen.png share/icons/Tango/24x24/actions/gtk-go-back-ltr.png share/icons/Tango/24x24/actions/gtk-go-back-rtl.png share/icons/Tango/24x24/actions/gtk-go-down.png @@ -1736,6 +1773,7 @@ share/icons/Tango/24x24/actions/stock_delete.png share/icons/Tango/24x24/actions/stock_down.png share/icons/Tango/24x24/actions/stock_file-properites.png share/icons/Tango/24x24/actions/stock_first.png +share/icons/Tango/24x24/actions/stock_fullscreen.png share/icons/Tango/24x24/actions/stock_help-add-bookmark.png share/icons/Tango/24x24/actions/stock_home.png share/icons/Tango/24x24/actions/stock_last.png @@ -1772,6 +1810,7 @@ share/icons/Tango/24x24/actions/stock_save-as.png share/icons/Tango/24x24/actions/stock_save.png share/icons/Tango/24x24/actions/stock_search-and-replace.png share/icons/Tango/24x24/actions/stock_search.png +share/icons/Tango/24x24/actions/stock_select-all.png share/icons/Tango/24x24/actions/stock_spam.png share/icons/Tango/24x24/actions/stock_stop.png share/icons/Tango/24x24/actions/stock_text-strikethrough.png @@ -1804,7 +1843,9 @@ share/icons/Tango/24x24/actions/up.png share/icons/Tango/24x24/actions/view-fullscreen.png share/icons/Tango/24x24/actions/view-refresh.png share/icons/Tango/24x24/actions/window-new.png +share/icons/Tango/24x24/actions/window_fullscreen.png share/icons/Tango/24x24/actions/window_new.png +share/icons/Tango/24x24/actions/xfce-system-lock.png share/icons/Tango/24x24/apps/access.png share/icons/Tango/24x24/apps/accessibility-directory.png share/icons/Tango/24x24/apps/accessories-calculator.png @@ -1894,6 +1935,14 @@ share/icons/Tango/24x24/apps/utilities-system-monitor.png share/icons/Tango/24x24/apps/utilities-terminal.png share/icons/Tango/24x24/apps/wallpaper.png share/icons/Tango/24x24/apps/web-browser.png +share/icons/Tango/24x24/apps/xfcalendar.png +share/icons/Tango/24x24/apps/xfce-filemanager.png +share/icons/Tango/24x24/apps/xfce-mail.png +share/icons/Tango/24x24/apps/xfce-terminal.png +share/icons/Tango/24x24/apps/xfce4-backdrop.png +share/icons/Tango/24x24/apps/xfce4-session.png +share/icons/Tango/24x24/apps/xfce4-sound.png +share/icons/Tango/24x24/apps/xfwm4.png share/icons/Tango/24x24/apps/ximian-evolution-calendar.png share/icons/Tango/24x24/apps/xscreensaver.png share/icons/Tango/24x24/apps/zen-icon.png @@ -1942,6 +1991,14 @@ share/icons/Tango/24x24/categories/redhat-sound_video.png share/icons/Tango/24x24/categories/redhat-system_settings.png share/icons/Tango/24x24/categories/redhat-system_tools.png share/icons/Tango/24x24/categories/stock_internet.png +share/icons/Tango/24x24/categories/xfce-games.png +share/icons/Tango/24x24/categories/xfce-graphics.png +share/icons/Tango/24x24/categories/xfce-internet.png +share/icons/Tango/24x24/categories/xfce-multimedia.png +share/icons/Tango/24x24/categories/xfce-office.png +share/icons/Tango/24x24/categories/xfce-system-settings.png +share/icons/Tango/24x24/categories/xfce-utils.png +share/icons/Tango/24x24/categories/xfce4-settings.png share/icons/Tango/24x24/devices/3floppy_unmount.png share/icons/Tango/24x24/devices/audio-card.png share/icons/Tango/24x24/devices/audio-input-microphone.png @@ -1950,27 +2007,14 @@ share/icons/Tango/24x24/devices/camera-photo.png share/icons/Tango/24x24/devices/camera-video.png share/icons/Tango/24x24/devices/camera.png share/icons/Tango/24x24/devices/camera_unmount.png -share/icons/Tango/24x24/devices/cdrom_unmount.png -share/icons/Tango/24x24/devices/cdwriter_unmount.png share/icons/Tango/24x24/devices/chardevice.png share/icons/Tango/24x24/devices/computer.png share/icons/Tango/24x24/devices/display.png share/icons/Tango/24x24/devices/drive-cdrom.png share/icons/Tango/24x24/devices/drive-harddisk.png share/icons/Tango/24x24/devices/drive-removable-media.png -share/icons/Tango/24x24/devices/dvd_unmount.png share/icons/Tango/24x24/devices/gnome-dev-battery.png -share/icons/Tango/24x24/devices/gnome-dev-cdrom-audio.png -share/icons/Tango/24x24/devices/gnome-dev-cdrom.png share/icons/Tango/24x24/devices/gnome-dev-computer.png -share/icons/Tango/24x24/devices/gnome-dev-disc-cdr.png -share/icons/Tango/24x24/devices/gnome-dev-disc-cdrw.png -share/icons/Tango/24x24/devices/gnome-dev-disc-dvdr-plus.png -share/icons/Tango/24x24/devices/gnome-dev-disc-dvdr.png -share/icons/Tango/24x24/devices/gnome-dev-disc-dvdram.png -share/icons/Tango/24x24/devices/gnome-dev-disc-dvdrom.png -share/icons/Tango/24x24/devices/gnome-dev-disc-dvdrw.png -share/icons/Tango/24x24/devices/gnome-dev-dvd.png share/icons/Tango/24x24/devices/gnome-dev-ethernet.png share/icons/Tango/24x24/devices/gnome-dev-floppy.png share/icons/Tango/24x24/devices/gnome-dev-harddisk-1394.png @@ -1978,11 +2022,6 @@ share/icons/Tango/24x24/devices/gnome-dev-harddisk-usb.png share/icons/Tango/24x24/devices/gnome-dev-harddisk.png share/icons/Tango/24x24/devices/gnome-dev-ipod.png share/icons/Tango/24x24/devices/gnome-dev-keyboard.png -share/icons/Tango/24x24/devices/gnome-dev-media-cf.png -share/icons/Tango/24x24/devices/gnome-dev-media-memory.png -share/icons/Tango/24x24/devices/gnome-dev-media-ms.png -share/icons/Tango/24x24/devices/gnome-dev-media-sdmmc.png -share/icons/Tango/24x24/devices/gnome-dev-media-sm.png share/icons/Tango/24x24/devices/gnome-dev-mouse-ball.png share/icons/Tango/24x24/devices/gnome-dev-mouse-optical.png share/icons/Tango/24x24/devices/gnome-dev-printer.png @@ -1992,7 +2031,6 @@ share/icons/Tango/24x24/devices/gnome-dev-removable.png share/icons/Tango/24x24/devices/gnome-dev-wavelan.png share/icons/Tango/24x24/devices/gnome-fs-client.png share/icons/Tango/24x24/devices/gnome-stock-mic.png -share/icons/Tango/24x24/devices/gtk-cdrom.png share/icons/Tango/24x24/devices/gtk-floppy.png share/icons/Tango/24x24/devices/gtk-harddisk.png share/icons/Tango/24x24/devices/harddrive.png @@ -2021,6 +2059,10 @@ share/icons/Tango/24x24/devices/system-floppy.png share/icons/Tango/24x24/devices/system.png share/icons/Tango/24x24/devices/usbpendrive_unmount.png share/icons/Tango/24x24/devices/video-display.png +share/icons/Tango/24x24/devices/xfce-printer.png +share/icons/Tango/24x24/devices/xfce4-display.png +share/icons/Tango/24x24/devices/xfce4-keyboard.png +share/icons/Tango/24x24/devices/xfce4-mouse.png share/icons/Tango/24x24/devices/yast_HD.png share/icons/Tango/24x24/devices/yast_idetude.png share/icons/Tango/24x24/devices/yast_joystick.png @@ -2059,6 +2101,10 @@ share/icons/Tango/24x24/mimetypes/empty.png share/icons/Tango/24x24/mimetypes/exec.png share/icons/Tango/24x24/mimetypes/folder_tar.png share/icons/Tango/24x24/mimetypes/font-x-generic.png +share/icons/Tango/24x24/mimetypes/font.png +share/icons/Tango/24x24/mimetypes/font_bitmap.png +share/icons/Tango/24x24/mimetypes/font_truetype.png +share/icons/Tango/24x24/mimetypes/font_type1.png share/icons/Tango/24x24/mimetypes/gnome-fs-executable.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-magicpoint.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-msword.png @@ -2079,6 +2125,9 @@ share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument. share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -2114,6 +2163,7 @@ share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-font-ttf.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-gnumeric.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-gzip.png +share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-jar.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-killustrator.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-kpresenter.png @@ -2127,6 +2177,7 @@ share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-php.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-rar.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-rpm.png +share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-scribus.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-shellscript.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png share/icons/Tango/24x24/mimetypes/gnome-mime-application-x-stuffit.png @@ -2152,6 +2203,7 @@ share/icons/Tango/24x24/mimetypes/gnome-package.png share/icons/Tango/24x24/mimetypes/html.png share/icons/Tango/24x24/mimetypes/image-x-generic.png share/icons/Tango/24x24/mimetypes/image.png +share/icons/Tango/24x24/mimetypes/kpresenter_kpr.png share/icons/Tango/24x24/mimetypes/mime_ascii.png share/icons/Tango/24x24/mimetypes/misc.png share/icons/Tango/24x24/mimetypes/package-x-generic.png @@ -2165,6 +2217,7 @@ share/icons/Tango/24x24/mimetypes/sound.png share/icons/Tango/24x24/mimetypes/spreadsheet.png share/icons/Tango/24x24/mimetypes/stock_addressbook.png share/icons/Tango/24x24/mimetypes/stock_calendar.png +share/icons/Tango/24x24/mimetypes/stock_certificate.png share/icons/Tango/24x24/mimetypes/stock_script.png share/icons/Tango/24x24/mimetypes/tar.png share/icons/Tango/24x24/mimetypes/template_source.png @@ -2177,8 +2230,10 @@ share/icons/Tango/24x24/mimetypes/txt.png share/icons/Tango/24x24/mimetypes/txt2.png share/icons/Tango/24x24/mimetypes/unknown.png share/icons/Tango/24x24/mimetypes/vcalendar.png +share/icons/Tango/24x24/mimetypes/vcard.png share/icons/Tango/24x24/mimetypes/video-x-generic.png share/icons/Tango/24x24/mimetypes/video.png +share/icons/Tango/24x24/mimetypes/wordprocessing.png share/icons/Tango/24x24/mimetypes/www.png share/icons/Tango/24x24/mimetypes/x-office-address-book.png share/icons/Tango/24x24/mimetypes/x-office-calendar.png @@ -2230,12 +2285,15 @@ share/icons/Tango/24x24/places/trashcan_empty.png share/icons/Tango/24x24/places/user-desktop.png share/icons/Tango/24x24/places/user-home.png share/icons/Tango/24x24/places/user-trash.png +share/icons/Tango/24x24/places/xfce-trash_empty.png share/icons/Tango/24x24/status/audio-volume-high.png share/icons/Tango/24x24/status/audio-volume-low.png share/icons/Tango/24x24/status/audio-volume-medium.png share/icons/Tango/24x24/status/audio-volume-muted.png share/icons/Tango/24x24/status/battery-caution.png -share/icons/Tango/24x24/status/cloudy1.png +share/icons/Tango/24x24/status/connect_creating.png +share/icons/Tango/24x24/status/connect_established.png +share/icons/Tango/24x24/status/connect_no.png share/icons/Tango/24x24/status/dialog-error.png share/icons/Tango/24x24/status/dialog-information.png share/icons/Tango/24x24/status/dialog-warning.png @@ -2265,7 +2323,6 @@ share/icons/Tango/24x24/status/image-loading.png share/icons/Tango/24x24/status/image-missing.png share/icons/Tango/24x24/status/important.png share/icons/Tango/24x24/status/info.png -share/icons/Tango/24x24/status/light_rain.png share/icons/Tango/24x24/status/mail-attachment.png share/icons/Tango/24x24/status/messagebox_critical.png share/icons/Tango/24x24/status/messagebox_info.png @@ -2281,10 +2338,7 @@ share/icons/Tango/24x24/status/nm-adhoc.png share/icons/Tango/24x24/status/nm-device-wired.png share/icons/Tango/24x24/status/nm-device-wireless.png share/icons/Tango/24x24/status/nm-no-connection.png -share/icons/Tango/24x24/status/overcast.png share/icons/Tango/24x24/status/printer-error.png -share/icons/Tango/24x24/status/shower3.png -share/icons/Tango/24x24/status/snow4.png share/icons/Tango/24x24/status/stock_dialog-error.png share/icons/Tango/24x24/status/stock_dialog-info.png share/icons/Tango/24x24/status/stock_dialog-warning.png @@ -2306,7 +2360,6 @@ share/icons/Tango/24x24/status/stock_weather-storm.png share/icons/Tango/24x24/status/stock_weather-sunny.png share/icons/Tango/24x24/status/sunny.png share/icons/Tango/24x24/status/trashcan_full.png -share/icons/Tango/24x24/status/tstorm3.png share/icons/Tango/24x24/status/user-trash-full.png share/icons/Tango/24x24/status/weather-clear-night.png share/icons/Tango/24x24/status/weather-clear.png @@ -2318,6 +2371,7 @@ share/icons/Tango/24x24/status/weather-showers-scattered.png share/icons/Tango/24x24/status/weather-showers.png share/icons/Tango/24x24/status/weather-snow.png share/icons/Tango/24x24/status/weather-storm.png +share/icons/Tango/24x24/status/xfce-trash_full.png share/icons/Tango/index.theme share/icons/Tango/scalable/actions/add.svg share/icons/Tango/scalable/actions/address-book-new.svg @@ -2403,6 +2457,7 @@ share/icons/Tango/scalable/actions/gtk-cut.svg share/icons/Tango/scalable/actions/gtk-delete.svg share/icons/Tango/scalable/actions/gtk-find-and-replace.svg share/icons/Tango/scalable/actions/gtk-find.svg +share/icons/Tango/scalable/actions/gtk-fullscreen.svg share/icons/Tango/scalable/actions/gtk-go-back-ltr.svg share/icons/Tango/scalable/actions/gtk-go-back-rtl.svg share/icons/Tango/scalable/actions/gtk-go-down.svg @@ -2508,6 +2563,7 @@ share/icons/Tango/scalable/actions/stock_delete.svg share/icons/Tango/scalable/actions/stock_down.svg share/icons/Tango/scalable/actions/stock_file-properites.svg share/icons/Tango/scalable/actions/stock_first.svg +share/icons/Tango/scalable/actions/stock_fullscreen.svg share/icons/Tango/scalable/actions/stock_help-add-bookmark.svg share/icons/Tango/scalable/actions/stock_home.svg share/icons/Tango/scalable/actions/stock_last.svg @@ -2543,6 +2599,7 @@ share/icons/Tango/scalable/actions/stock_save-as.svg share/icons/Tango/scalable/actions/stock_save.svg share/icons/Tango/scalable/actions/stock_search-and-replace.svg share/icons/Tango/scalable/actions/stock_search.svg +share/icons/Tango/scalable/actions/stock_select-all.svg share/icons/Tango/scalable/actions/stock_spam.svg share/icons/Tango/scalable/actions/stock_stop.svg share/icons/Tango/scalable/actions/stock_text-strikethrough.svg @@ -2575,7 +2632,9 @@ share/icons/Tango/scalable/actions/up.svg share/icons/Tango/scalable/actions/view-fullscreen.svg share/icons/Tango/scalable/actions/view-refresh.svg share/icons/Tango/scalable/actions/window-new.svg +share/icons/Tango/scalable/actions/window_fullscreen.svg share/icons/Tango/scalable/actions/window_new.svg +share/icons/Tango/scalable/actions/xfce-system-lock.svg share/icons/Tango/scalable/apps/access.svg share/icons/Tango/scalable/apps/accessibility-directory.svg share/icons/Tango/scalable/apps/accessories-calculator.svg @@ -2665,6 +2724,14 @@ share/icons/Tango/scalable/apps/utilities-system-monitor.svg share/icons/Tango/scalable/apps/utilities-terminal.svg share/icons/Tango/scalable/apps/wallpaper.svg share/icons/Tango/scalable/apps/web-browser.svg +share/icons/Tango/scalable/apps/xfcalendar.svg +share/icons/Tango/scalable/apps/xfce-filemanager.svg +share/icons/Tango/scalable/apps/xfce-mail.svg +share/icons/Tango/scalable/apps/xfce-terminal.svg +share/icons/Tango/scalable/apps/xfce4-backdrop.svg +share/icons/Tango/scalable/apps/xfce4-session.svg +share/icons/Tango/scalable/apps/xfce4-sound.svg +share/icons/Tango/scalable/apps/xfwm4.svg share/icons/Tango/scalable/apps/ximian-evolution-calendar.svg share/icons/Tango/scalable/apps/xscreensaver.svg share/icons/Tango/scalable/apps/zen-icon.svg @@ -2713,6 +2780,14 @@ share/icons/Tango/scalable/categories/redhat-sound_video.svg share/icons/Tango/scalable/categories/redhat-system_settings.svg share/icons/Tango/scalable/categories/redhat-system_tools.svg share/icons/Tango/scalable/categories/stock_internet.svg +share/icons/Tango/scalable/categories/xfce-games.svg +share/icons/Tango/scalable/categories/xfce-graphics.svg +share/icons/Tango/scalable/categories/xfce-internet.svg +share/icons/Tango/scalable/categories/xfce-multimedia.svg +share/icons/Tango/scalable/categories/xfce-office.svg +share/icons/Tango/scalable/categories/xfce-system-settings.svg +share/icons/Tango/scalable/categories/xfce-utils.svg +share/icons/Tango/scalable/categories/xfce4-settings.svg share/icons/Tango/scalable/devices/3floppy_unmount.svg share/icons/Tango/scalable/devices/audio-card.svg share/icons/Tango/scalable/devices/audio-input-microphone.svg @@ -2721,27 +2796,14 @@ share/icons/Tango/scalable/devices/camera-photo.svg share/icons/Tango/scalable/devices/camera-video.svg share/icons/Tango/scalable/devices/camera.svg share/icons/Tango/scalable/devices/camera_unmount.svg -share/icons/Tango/scalable/devices/cdrom_unmount.svg -share/icons/Tango/scalable/devices/cdwriter_unmount.svg share/icons/Tango/scalable/devices/chardevice.svg share/icons/Tango/scalable/devices/computer.svg share/icons/Tango/scalable/devices/display.svg share/icons/Tango/scalable/devices/drive-cdrom.svg share/icons/Tango/scalable/devices/drive-harddisk.svg share/icons/Tango/scalable/devices/drive-removable-media.svg -share/icons/Tango/scalable/devices/dvd_unmount.svg share/icons/Tango/scalable/devices/gnome-dev-battery.svg -share/icons/Tango/scalable/devices/gnome-dev-cdrom-audio.svg -share/icons/Tango/scalable/devices/gnome-dev-cdrom.svg share/icons/Tango/scalable/devices/gnome-dev-computer.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-cdr.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-cdrw.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-dvdr-plus.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-dvdr.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-dvdram.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-dvdrom.svg -share/icons/Tango/scalable/devices/gnome-dev-disc-dvdrw.svg -share/icons/Tango/scalable/devices/gnome-dev-dvd.svg share/icons/Tango/scalable/devices/gnome-dev-ethernet.svg share/icons/Tango/scalable/devices/gnome-dev-floppy.svg share/icons/Tango/scalable/devices/gnome-dev-harddisk-1394.svg @@ -2749,11 +2811,6 @@ share/icons/Tango/scalable/devices/gnome-dev-harddisk-usb.svg share/icons/Tango/scalable/devices/gnome-dev-harddisk.svg share/icons/Tango/scalable/devices/gnome-dev-ipod.svg share/icons/Tango/scalable/devices/gnome-dev-keyboard.svg -share/icons/Tango/scalable/devices/gnome-dev-media-cf.svg -share/icons/Tango/scalable/devices/gnome-dev-media-memory.svg -share/icons/Tango/scalable/devices/gnome-dev-media-ms.svg -share/icons/Tango/scalable/devices/gnome-dev-media-sdmmc.svg -share/icons/Tango/scalable/devices/gnome-dev-media-sm.svg share/icons/Tango/scalable/devices/gnome-dev-mouse-ball.svg share/icons/Tango/scalable/devices/gnome-dev-mouse-optical.svg share/icons/Tango/scalable/devices/gnome-dev-printer.svg @@ -2763,7 +2820,6 @@ share/icons/Tango/scalable/devices/gnome-dev-removable.svg share/icons/Tango/scalable/devices/gnome-dev-wavelan.svg share/icons/Tango/scalable/devices/gnome-fs-client.svg share/icons/Tango/scalable/devices/gnome-stock-mic.svg -share/icons/Tango/scalable/devices/gtk-cdrom.svg share/icons/Tango/scalable/devices/gtk-floppy.svg share/icons/Tango/scalable/devices/gtk-harddisk.svg share/icons/Tango/scalable/devices/harddrive.svg @@ -2792,6 +2848,10 @@ share/icons/Tango/scalable/devices/system-floppy.svg share/icons/Tango/scalable/devices/system.svg share/icons/Tango/scalable/devices/usbpendrive_unmount.svg share/icons/Tango/scalable/devices/video-display.svg +share/icons/Tango/scalable/devices/xfce-printer.svg +share/icons/Tango/scalable/devices/xfce4-display.svg +share/icons/Tango/scalable/devices/xfce4-keyboard.svg +share/icons/Tango/scalable/devices/xfce4-mouse.svg share/icons/Tango/scalable/devices/yast_HD.svg share/icons/Tango/scalable/devices/yast_idetude.svg share/icons/Tango/scalable/devices/yast_joystick.svg @@ -2830,6 +2890,10 @@ share/icons/Tango/scalable/mimetypes/empty.svg share/icons/Tango/scalable/mimetypes/exec.svg share/icons/Tango/scalable/mimetypes/folder_tar.svg share/icons/Tango/scalable/mimetypes/font-x-generic.svg +share/icons/Tango/scalable/mimetypes/font.svg +share/icons/Tango/scalable/mimetypes/font_bitmap.svg +share/icons/Tango/scalable/mimetypes/font_truetype.svg +share/icons/Tango/scalable/mimetypes/font_type1.svg share/icons/Tango/scalable/mimetypes/gnome-fs-executable.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-magicpoint.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-msword.svg @@ -2850,6 +2914,9 @@ share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocume share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg +share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg +share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg +share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg @@ -2885,6 +2952,7 @@ share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.sv share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-gzip.svg +share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-jar.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-killustrator.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg @@ -2898,6 +2966,7 @@ share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-php.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-rar.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-rpm.svg +share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-scribus.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-shellscript.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg share/icons/Tango/scalable/mimetypes/gnome-mime-application-x-stuffit.svg @@ -2923,6 +2992,7 @@ share/icons/Tango/scalable/mimetypes/gnome-package.svg share/icons/Tango/scalable/mimetypes/html.svg share/icons/Tango/scalable/mimetypes/image-x-generic.svg share/icons/Tango/scalable/mimetypes/image.svg +share/icons/Tango/scalable/mimetypes/kpresenter_kpr.svg share/icons/Tango/scalable/mimetypes/mime_ascii.svg share/icons/Tango/scalable/mimetypes/misc.svg share/icons/Tango/scalable/mimetypes/package-x-generic.svg @@ -2936,6 +3006,7 @@ share/icons/Tango/scalable/mimetypes/sound.svg share/icons/Tango/scalable/mimetypes/spreadsheet.svg share/icons/Tango/scalable/mimetypes/stock_addressbook.svg share/icons/Tango/scalable/mimetypes/stock_calendar.svg +share/icons/Tango/scalable/mimetypes/stock_certificate.svg share/icons/Tango/scalable/mimetypes/stock_script.svg share/icons/Tango/scalable/mimetypes/tar.svg share/icons/Tango/scalable/mimetypes/template_source.svg @@ -2948,8 +3019,10 @@ share/icons/Tango/scalable/mimetypes/txt.svg share/icons/Tango/scalable/mimetypes/txt2.svg share/icons/Tango/scalable/mimetypes/unknown.svg share/icons/Tango/scalable/mimetypes/vcalendar.svg +share/icons/Tango/scalable/mimetypes/vcard.svg share/icons/Tango/scalable/mimetypes/video-x-generic.svg share/icons/Tango/scalable/mimetypes/video.svg +share/icons/Tango/scalable/mimetypes/wordprocessing.svg share/icons/Tango/scalable/mimetypes/www.svg share/icons/Tango/scalable/mimetypes/x-office-address-book.svg share/icons/Tango/scalable/mimetypes/x-office-calendar.svg @@ -3004,12 +3077,15 @@ share/icons/Tango/scalable/places/trashcan_empty.svg share/icons/Tango/scalable/places/user-desktop.svg share/icons/Tango/scalable/places/user-home.svg share/icons/Tango/scalable/places/user-trash.svg +share/icons/Tango/scalable/places/xfce-trash_empty.svg share/icons/Tango/scalable/status/audio-volume-high.svg share/icons/Tango/scalable/status/audio-volume-low.svg share/icons/Tango/scalable/status/audio-volume-medium.svg share/icons/Tango/scalable/status/audio-volume-muted.svg share/icons/Tango/scalable/status/battery-caution.svg -share/icons/Tango/scalable/status/cloudy1.svg +share/icons/Tango/scalable/status/connect_creating.svg +share/icons/Tango/scalable/status/connect_established.svg +share/icons/Tango/scalable/status/connect_no.svg share/icons/Tango/scalable/status/dialog-error.svg share/icons/Tango/scalable/status/dialog-information.svg share/icons/Tango/scalable/status/dialog-warning.svg @@ -3043,7 +3119,6 @@ share/icons/Tango/scalable/status/image-loading.svg share/icons/Tango/scalable/status/image-missing.svg share/icons/Tango/scalable/status/important.svg share/icons/Tango/scalable/status/info.svg -share/icons/Tango/scalable/status/light_rain.svg share/icons/Tango/scalable/status/mail-attachment.svg share/icons/Tango/scalable/status/messagebox_critical.svg share/icons/Tango/scalable/status/messagebox_info.svg @@ -3059,10 +3134,7 @@ share/icons/Tango/scalable/status/nm-adhoc.svg share/icons/Tango/scalable/status/nm-device-wired.svg share/icons/Tango/scalable/status/nm-device-wireless.svg share/icons/Tango/scalable/status/nm-no-connection.svg -share/icons/Tango/scalable/status/overcast.svg share/icons/Tango/scalable/status/printer-error.svg -share/icons/Tango/scalable/status/shower3.svg -share/icons/Tango/scalable/status/snow4.svg share/icons/Tango/scalable/status/stock_dialog-error.svg share/icons/Tango/scalable/status/stock_dialog-info.svg share/icons/Tango/scalable/status/stock_dialog-warning.svg @@ -3084,7 +3156,6 @@ share/icons/Tango/scalable/status/stock_weather-storm.svg share/icons/Tango/scalable/status/stock_weather-sunny.svg share/icons/Tango/scalable/status/sunny.svg share/icons/Tango/scalable/status/trashcan_full.svg -share/icons/Tango/scalable/status/tstorm3.svg share/icons/Tango/scalable/status/user-trash-full.svg share/icons/Tango/scalable/status/weather-clear-night.svg share/icons/Tango/scalable/status/weather-clear.svg @@ -3096,6 +3167,7 @@ share/icons/Tango/scalable/status/weather-showers-scattered.svg share/icons/Tango/scalable/status/weather-showers.svg share/icons/Tango/scalable/status/weather-snow.svg share/icons/Tango/scalable/status/weather-storm.svg +share/icons/Tango/scalable/status/xfce-trash_full.svg @dirrm share/icons/Tango/scalable/status @dirrm share/icons/Tango/scalable/places @dirrm share/icons/Tango/scalable/mimetypes diff --git a/x11-themes/indubstrial/Makefile b/x11-themes/indubstrial/Makefile index bb40d2b0bc6f..b3ad27c2b47c 100644 --- a/x11-themes/indubstrial/Makefile +++ b/x11-themes/indubstrial/Makefile @@ -7,19 +7,19 @@ PORTNAME= indubstrial PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.gnome.org/~jdub/2004/indubstrial/ MAINTAINER= gnome@FreeBSD.org COMMENT= A clean, clear modification on the Industrial GTK+ and Metacity themes -RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \ - ${X11BASE}/lib/gtk/themes/engines/libindustrial.so:${PORTSDIR}/x11-themes/gtk-industrial-theme +RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \ + ${LOCALBASE}/lib/gtk/themes/engines/libindustrial.so:${PORTSDIR}/x11-themes/gtk-industrial-theme WRKSRC= ${WRKDIR}/Indubstrial NO_BUILD= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gnomehack gnomeprefix metacity do-install: diff --git a/x11-themes/kdeartwork3/Makefile b/x11-themes/kdeartwork3/Makefile index 4532be6a936e..438c8d98fed1 100644 --- a/x11-themes/kdeartwork3/Makefile +++ b/x11-themes/kdeartwork3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdeartwork PORTVERSION= ${KDE_VERSION} +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -32,13 +33,13 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if exists(${X11BASE}/bin/xscreensaver) +.if exists(${LOCALBASE}/bin/xscreensaver) WITH_XS= yes -.endif # exists(${X11BASE}/bin/xscreensaver) +.endif # exists(${LOCALBASE}/bin/xscreensaver) -.if exists(${X11BASE}/share/gnome/control-center-2.0/capplets/screensaver-properties.desktop) +.if exists(${LOCALBASE}/share/gnome/control-center-2.0/capplets/screensaver-properties.desktop) WITH_XSGNOME= yes -.endif # exists(${X11BASE}/bin/screensaver-properties-capplet) +.endif # exists(${LOCALBASE}/bin/screensaver-properties-capplet) .if defined(WITH_XS) && !defined(WITH_XSGNOME) RUN_DEPENDS+= kxsconfig:${PORTSDIR}/x11/xscreensaver-kde diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile index 4532be6a936e..438c8d98fed1 100644 --- a/x11-themes/kdeartwork4/Makefile +++ b/x11-themes/kdeartwork4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdeartwork PORTVERSION= ${KDE_VERSION} +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -32,13 +33,13 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if exists(${X11BASE}/bin/xscreensaver) +.if exists(${LOCALBASE}/bin/xscreensaver) WITH_XS= yes -.endif # exists(${X11BASE}/bin/xscreensaver) +.endif # exists(${LOCALBASE}/bin/xscreensaver) -.if exists(${X11BASE}/share/gnome/control-center-2.0/capplets/screensaver-properties.desktop) +.if exists(${LOCALBASE}/share/gnome/control-center-2.0/capplets/screensaver-properties.desktop) WITH_XSGNOME= yes -.endif # exists(${X11BASE}/bin/screensaver-properties-capplet) +.endif # exists(${LOCALBASE}/bin/screensaver-properties-capplet) .if defined(WITH_XS) && !defined(WITH_XSGNOME) RUN_DEPENDS+= kxsconfig:${PORTSDIR}/x11/xscreensaver-kde diff --git a/x11-themes/lila-xfwm4/Makefile b/x11-themes/lila-xfwm4/Makefile index 88b16d7dbf2c..79f2a2a0c00c 100644 --- a/x11-themes/lila-xfwm4/Makefile +++ b/x11-themes/lila-xfwm4/Makefile @@ -7,7 +7,7 @@ PORTNAME= Lila-xfwm4 PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes xfce MASTER_SITES= http://stief.tnux.net/Lila/ DIST_SUBDIR= xfce4 @@ -17,8 +17,6 @@ COMMENT= XFce 4 Lila window decoration theme for xfwm4 RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm -USE_X_PREFIX= yes - NO_BUILD= yes do-install: diff --git a/x11-themes/linux-f10-hicolor-icon-theme/Makefile b/x11-themes/linux-f10-hicolor-icon-theme/Makefile index 62295bdcf697..de1f24d0d80d 100644 --- a/x11-themes/linux-f10-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f10-hicolor-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes linux MASTER_SITES= # empty PKGNAMEPREFIX= linux- @@ -15,7 +16,7 @@ DISTFILES= # empty MAINTAINER= infofarmer@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project -RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes USE_LINUX= yes @@ -25,6 +26,6 @@ PLIST_DIRS= usr/share/icons do-install: ${INSTALL} -d ${PREFIX}/usr/share/icons - ${LN} -fs ${X11BASE}/share/icons/hicolor ${PREFIX}/usr/share/icons + ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons .include <bsd.port.mk> diff --git a/x11-themes/linux-f8-hicolor-icon-theme/Makefile b/x11-themes/linux-f8-hicolor-icon-theme/Makefile index 62295bdcf697..de1f24d0d80d 100644 --- a/x11-themes/linux-f8-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f8-hicolor-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes linux MASTER_SITES= # empty PKGNAMEPREFIX= linux- @@ -15,7 +16,7 @@ DISTFILES= # empty MAINTAINER= infofarmer@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project -RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes USE_LINUX= yes @@ -25,6 +26,6 @@ PLIST_DIRS= usr/share/icons do-install: ${INSTALL} -d ${PREFIX}/usr/share/icons - ${LN} -fs ${X11BASE}/share/icons/hicolor ${PREFIX}/usr/share/icons + ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons .include <bsd.port.mk> diff --git a/x11-themes/linux-hicolor-icon-theme/Makefile b/x11-themes/linux-hicolor-icon-theme/Makefile index 62295bdcf697..de1f24d0d80d 100644 --- a/x11-themes/linux-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-hicolor-icon-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes linux MASTER_SITES= # empty PKGNAMEPREFIX= linux- @@ -15,7 +16,7 @@ DISTFILES= # empty MAINTAINER= infofarmer@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project -RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes USE_LINUX= yes @@ -25,6 +26,6 @@ PLIST_DIRS= usr/share/icons do-install: ${INSTALL} -d ${PREFIX}/usr/share/icons - ${LN} -fs ${X11BASE}/share/icons/hicolor ${PREFIX}/usr/share/icons + ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons .include <bsd.port.mk> diff --git a/x11-themes/metacity-themes/Makefile b/x11-themes/metacity-themes/Makefile index 83a63a19f585..7e75955fcab0 100644 --- a/x11-themes/metacity-themes/Makefile +++ b/x11-themes/metacity-themes/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= # Empty MAINTAINER= MrL0Lz@gmail.com COMMENT= Meta-port for Gnome Metacity themes -RUN_DEPENDS= ${X11BASE}/share/gnome/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui +RUN_DEPENDS= ${LOCALBASE}/share/gnome/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui NO_BUILD= yes diff --git a/x11-themes/metacity-themes/Makefile.metacity b/x11-themes/metacity-themes/Makefile.metacity index 44efd93b7956..9a8e68dd6c5c 100644 --- a/x11-themes/metacity-themes/Makefile.metacity +++ b/x11-themes/metacity-themes/Makefile.metacity @@ -7,7 +7,6 @@ NO_BUILD= yes REASON= Themes may contain artwork not done by the author. \ Keep FreeBSD safe if the theme author violated copyrights. -USE_X_PREFIX= yes do-install: ${MKDIR} ${PREFIX}/share/gnome/themes/${PORTNAME} diff --git a/x11-themes/notif2/Makefile b/x11-themes/notif2/Makefile index e661a6142419..4eb41d82ff89 100644 --- a/x11-themes/notif2/Makefile +++ b/x11-themes/notif2/Makefile @@ -3,11 +3,11 @@ # Whom: Cyrille Lefevre <clefevre@citeweb.net> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/notif2/Makefile,v 1.1 2006/07/20 11:38:26 ahze Exp $ PORTNAME= notif2 PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= notif210 @@ -18,7 +18,6 @@ COMMENT= The Notif2 GTK theme engine following the new Motif look and feel WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes diff --git a/x11-themes/qt-bluecurve-theme/Makefile b/x11-themes/qt-bluecurve-theme/Makefile index 6d7171e36f54..4cd58dce5875 100644 --- a/x11-themes/qt-bluecurve-theme/Makefile +++ b/x11-themes/qt-bluecurve-theme/Makefile @@ -6,6 +6,7 @@ # PORTNAME= qt-bluecurve-theme +PORTREVISION= 1 COMMENT= The Bluecurve QT theme @@ -16,6 +17,7 @@ BUILD_WRKSRC= ${WRKSRC}/art/qt/Bluecurve QT_CFLAGS= -I${X11BASE}/include -DQT_THREAD_SUPPORT ${PTHREAD_CFLAGS} QT_LIBS= -L${X11BASE}/lib -lqt-mt ${PTHREAD_LIBS} +USE_X_PREFIX= yes SUB_FILES= pkg-message diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile index 5e0edbb3a748..0aff86d76f6e 100644 --- a/x11-themes/rezlooks/Makefile +++ b/x11-themes/rezlooks/Makefile @@ -7,6 +7,7 @@ PORTNAME= rezlooks PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/content/files/ DISTNAME= 39179-rezlooks-${PORTVERSION} @@ -18,7 +19,6 @@ WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION} GNU_CONFIGURE= yes USE_GNOME= gtk20 -USE_X_PREFIX= yes OPTIONS+= ANIMATION "Animation support" On diff --git a/x11-themes/sawfish-themes/Makefile b/x11-themes/sawfish-themes/Makefile index 9e94a9e7e8ba..3683bd077240 100644 --- a/x11-themes/sawfish-themes/Makefile +++ b/x11-themes/sawfish-themes/Makefile @@ -7,6 +7,7 @@ PORTNAME= sawfish-themes PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,8 +17,6 @@ COMMENT= Themes for Sawfish window manager RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish -USE_X_PREFIX= yes - WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} NO_BUILD= yes @@ -30,7 +29,7 @@ DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow Bubbles_Exact \ bluefoo gorilla gorillaz mxflat typo do-install: - @${MKDIR} ${X11BASE}/share/sawfish/1.3/themes + @${MKDIR} ${PREFIX}/share/sawfish/1.3/themes .for d in ${DATA_DIRS} @${MKDIR} ${PREFIX}/share/sawfish/1.3/themes/${d} @cd ${WRKSRC}/${d} && ${FIND} . | \ diff --git a/x11-themes/thinice/Makefile b/x11-themes/thinice/Makefile index de60a3258e8e..fc4325c712fc 100644 --- a/x11-themes/thinice/Makefile +++ b/x11-themes/thinice/Makefile @@ -7,7 +7,7 @@ PORTNAME= thinice PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= thinice @@ -18,7 +18,6 @@ COMMENT= A clean-looking GTK Theme Engine WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-theme-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile index 5c5d2226a985..aef8657f8bb7 100644 --- a/x11-themes/ubuntulooks/Makefile +++ b/x11-themes/ubuntulooks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ubuntulooks -PORTVERSION= 0.9.11 +PORTVERSION= 0.9.12 CATEGORIES= x11-themes MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -14,14 +14,13 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= pneumann@gmail.com COMMENT= GTK+ 2.x engine from Ubuntu Dapper -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.pre.mk> diff --git a/x11-themes/ubuntulooks/distinfo b/x11-themes/ubuntulooks/distinfo index c819f6437e60..d12899ae2c3e 100644 --- a/x11-themes/ubuntulooks/distinfo +++ b/x11-themes/ubuntulooks/distinfo @@ -1,3 +1,3 @@ -MD5 (ubuntulooks_0.9.11.orig.tar.gz) = 60d07980b2fe059cbecc38e704079793 -SHA256 (ubuntulooks_0.9.11.orig.tar.gz) = 36b1b9be526a9bfb5a913a5f22f8b50116973951e2d6dc3baad5fe54c96507fc -SIZE (ubuntulooks_0.9.11.orig.tar.gz) = 345591 +MD5 (ubuntulooks_0.9.12.orig.tar.gz) = 5ba7d915abe31870103aab5847278d13 +SHA256 (ubuntulooks_0.9.12.orig.tar.gz) = 88e3535c3c7a12c24b09fb057c2a6b52eb0d13f1b2fbdabb4a13bb7e164877fa +SIZE (ubuntulooks_0.9.12.orig.tar.gz) = 345833 diff --git a/x11-themes/whistlerk/Makefile b/x11-themes/whistlerk/Makefile index b73890b9076e..def7b26137d0 100644 --- a/x11-themes/whistlerk/Makefile +++ b/x11-themes/whistlerk/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/whistlerk/Makefile,v 1.1 2006/07/20 11:38:27 ahze Exp $ PORTNAME= WhistlerK PORTVERSION= 200010142358 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= whistlerk @@ -18,7 +18,6 @@ COMMENT= A GTK theme engine inspired by the Windows Whistler WRKSRC= ${WRKDIR}/gtk-theme-WhistlerK -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-themes/xenophilia/Makefile b/x11-themes/xenophilia/Makefile index e069e7f59e11..bfdbc08131c6 100644 --- a/x11-themes/xenophilia/Makefile +++ b/x11-themes/xenophilia/Makefile @@ -7,7 +7,7 @@ PORTNAME= xenophilia PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,6 @@ COMMENT= A theme module to make GTK+ look nicer WRKSRC= ${WRKDIR}/Xenophilia-${PORTVERSION} -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/x11-themes/xenostep/Makefile b/x11-themes/xenostep/Makefile index 627e11afbda9..ac06a94ddf0d 100644 --- a/x11-themes/xenostep/Makefile +++ b/x11-themes/xenostep/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11-themes/xenostep/Makefile,v 1.1 2006/07/20 11:38:28 ahze Exp $ PORTNAME= xenostep PORTVERSION= 200011270836 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= xenostep @@ -18,7 +18,6 @@ COMMENT= A GTK+ theme engine based on the Xenophilia and Interface engines WRKSRC= ${WRKDIR}/XenoStep -USE_X_PREFIX= yes USE_GNOME= gtk12 ALL_TARGET= # empty MAKE_ENV= MKDIR="${MKDIR}" diff --git a/x11-themes/xenostep/files/patch-XenoStep_theme_draw.c b/x11-themes/xenostep/files/patch-XenoStep_theme_draw.c index 1f1fbf29712a..b709bd38c718 100644 --- a/x11-themes/xenostep/files/patch-XenoStep_theme_draw.c +++ b/x11-themes/xenostep/files/patch-XenoStep_theme_draw.c @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- XenoStep_theme_draw.c 2002/08/30 16:16:48 1.1 +++ XenoStep_theme_draw.c 2002/08/30 16:17:08 @@ -604,7 +604,7 @@ diff --git a/x11-themes/xfce4-icon-theme/Makefile b/x11-themes/xfce4-icon-theme/Makefile index 3a172bbdf398..ad995ab33be4 100644 --- a/x11-themes/xfce4-icon-theme/Makefile +++ b/x11-themes/xfce4-icon-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-icon-theme PORTVERSION= 4.2.3 -PORTREVISION= 0 +PORTREVISION= 2 CATEGORIES= x11-themes xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -18,7 +18,6 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Icon themes for XFce 4 -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-themes/xmms-bluecurve-theme/Makefile b/x11-themes/xmms-bluecurve-theme/Makefile index 591621490ce5..f0f43adf73eb 100644 --- a/x11-themes/xmms-bluecurve-theme/Makefile +++ b/x11-themes/xmms-bluecurve-theme/Makefile @@ -17,6 +17,8 @@ MASTERDIR= ${.CURDIR}/../bluecurve-themes NO_BUILD= yes +PREFIX= ${X11BASE} + SKIN= Bluecurve-xmms.zip PLIST_FILES= share/xmms/Skins/${SKIN} |