Index: head/Mk/bsd.xfce.mk =================================================================== --- head/Mk/bsd.xfce.mk (revision 222237) +++ head/Mk/bsd.xfce.mk (revision 222238) @@ -1,67 +1,67 @@ # # $FreeBSD$ # .if !defined(_POSTMKINCLUDED) && !defined(Xfce_Pre_Include) Xfce_Pre_Include= bsd.xfce.mk Xfce_Include_MAINTAINER= oliver@FreeBSD.org # This file contains some variable definitions that are supposed to # make your life easier when dealing with ports related to the Xfce # desktop environment. It's automatically included when USE_XFCE # is defined in the ports' makefile. _USE_XFCE_ALL= configenv libexo libgui libutil libmcs mcsmanager panel \ thunar wm xfdev -MASTER_SITE_SUBDIR?= xfce-4.4.2 +MASTER_SITE_SUBDIR?= xfce-4.4.3 configenv_CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" libexo_BUILD_DEPENDS= libexo>=0.3.4:${PORTSDIR}/x11/libexo libexo_RUN_DEPENDS= libexo>=0.3.4:${PORTSDIR}/x11/libexo -libgui_BUILD_DEPENDS= libxfce4gui>=4.4.2:${PORTSDIR}/x11-toolkits/libxfce4gui -libgui_RUN_DEPENDS= libxfce4gui>=4.4.2:${PORTSDIR}/x11-toolkits/libxfce4gui +libgui_BUILD_DEPENDS= libxfce4gui>=4.4.3:${PORTSDIR}/x11-toolkits/libxfce4gui +libgui_RUN_DEPENDS= libxfce4gui>=4.4.3:${PORTSDIR}/x11-toolkits/libxfce4gui -libutil_BUILD_DEPENDS= libxfce4util>=4.4.2:${PORTSDIR}/x11/libxfce4util -libutil_RUN_DEPENDS= libxfce4util>=4.4.2:${PORTSDIR}/x11/libxfce4util +libutil_BUILD_DEPENDS= libxfce4util>=4.4.3:${PORTSDIR}/x11/libxfce4util +libutil_RUN_DEPENDS= libxfce4util>=4.4.3:${PORTSDIR}/x11/libxfce4util -libmcs_BUILD_DEPENDS= libxfce4mcs>=4.4.2:${PORTSDIR}/x11/libxfce4mcs -libmcs_RUN_DEPENDS= libxfce4mcs>=4.4.2:${PORTSDIR}/x11/libxfce4mcs +libmcs_BUILD_DEPENDS= libxfce4mcs>=4.4.3:${PORTSDIR}/x11/libxfce4mcs +libmcs_RUN_DEPENDS= libxfce4mcs>=4.4.3:${PORTSDIR}/x11/libxfce4mcs -mcsmanager_BUILD_DEPENDS= xfce4-mcs-manager>=4.4.2:${PORTSDIR}/sysutils/xfce4-mcs-manager -mcsmanager_RUN_DEPENDS= xfce4-mcs-manager>=4.4.2:${PORTSDIR}/sysutils/xfce4-mcs-manager +mcsmanager_BUILD_DEPENDS= xfce4-mcs-manager>=4.4.3:${PORTSDIR}/sysutils/xfce4-mcs-manager +mcsmanager_RUN_DEPENDS= xfce4-mcs-manager>=4.4.3:${PORTSDIR}/sysutils/xfce4-mcs-manager -panel_BUILD_DEPENDS= xfce4-panel>=4.4.2:${PORTSDIR}/x11-wm/xfce4-panel -panel_RUN_DEPENDS= xfce4-panel>=4.4.2:${PORTSDIR}/x11-wm/xfce4-panel +panel_BUILD_DEPENDS= xfce4-panel>=4.4.3:${PORTSDIR}/x11-wm/xfce4-panel +panel_RUN_DEPENDS= xfce4-panel>=4.4.3:${PORTSDIR}/x11-wm/xfce4-panel -thunar_BUILD_DEPENDS= Thunar>=0.9.0:${PORTSDIR}/x11-fm/thunar -thunar_RUN_DEPENDS= Thunar>=0.9.0:${PORTSDIR}/x11-fm/thunar +thunar_BUILD_DEPENDS= Thunar>=0.9.3:${PORTSDIR}/x11-fm/thunar +thunar_RUN_DEPENDS= Thunar>=0.9.3:${PORTSDIR}/x11-fm/thunar -wm_BUILD_DEPENDS= xfce4-wm>=4.4.2:${PORTSDIR}/x11-wm/xfce4-wm -wm_RUN_DEPENDS= xfce4-wm>=4.4.2:${PORTSDIR}/x11-wm/xfce4-wm +wm_BUILD_DEPENDS= xfce4-wm>=4.4.3:${PORTSDIR}/x11-wm/xfce4-wm +wm_RUN_DEPENDS= xfce4-wm>=4.4.3:${PORTSDIR}/x11-wm/xfce4-wm xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools .endif .if defined(_POSTMKINCLUDED) && !defined(Xfce_Post_Include) Xfce_Post_Include= bsd.xfce.mk .for component in ${USE_XFCE} BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} LIB_DEPENDS+= ${${component}_LIB_DEPENDS} RUN_DEPENDS+= ${${component}_RUN_DEPENDS} CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} .endfor .for component in ${USE_XFCE} . if ${_USE_XFCE_ALL:M${component}}=="" IGNORE= cannot install: Unknown component ${component} . endif .endfor .endif Property changes on: head/Mk/bsd.xfce.mk ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/xfce4-mixer/Makefile =================================================================== --- head/audio/xfce4-mixer/Makefile (revision 222237) +++ head/audio/xfce4-mixer/Makefile (revision 222238) @@ -1,31 +1,31 @@ # New ports collection makefile for: xfce4-mixer # Date created: 3 July 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-mixer -PORTVERSION= 4.4.2 -PORTREVISION= 2 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 volume mixer module for xfce4-panel GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack libxml2 pkgconfig USE_XFCE= configenv libgui libmcs libutil mcsmanager panel USE_XORG= xproto x11 xrender xext xinerama xrandr xcursor xcomposite \ xdamage xfixes xi xau xdmcp post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include Property changes on: head/audio/xfce4-mixer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/audio/xfce4-mixer/distinfo =================================================================== --- head/audio/xfce4-mixer/distinfo (revision 222237) +++ head/audio/xfce4-mixer/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = c21cb5680f135dc86e5f0a6f9473003a -SHA256 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = b390241dfddbc10ae1b870d1326a7675b9ac99e13c89326ba2accea3bfecc47a -SIZE (xfce4/xfce4-mixer-4.4.2.tar.bz2) = 440931 +MD5 (xfce4/xfce4-mixer-4.4.3.tar.bz2) = 0d7b402acaffdb5d8b292f2ce3ea1441 +SHA256 (xfce4/xfce4-mixer-4.4.3.tar.bz2) = 4104acd9bd09e675765ceac88a10d8e0b920f50856fa571409fa51fa6a084554 +SIZE (xfce4/xfce4-mixer-4.4.3.tar.bz2) = 483417 Property changes on: head/audio/xfce4-mixer/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/audio/xfce4-mixer/pkg-plist =================================================================== --- head/audio/xfce4-mixer/pkg-plist (revision 222237) +++ head/audio/xfce4-mixer/pkg-plist (revision 222238) @@ -1,74 +1,79 @@ bin/xfce4-mixer lib/xfce4/modules/libxfce4mixer.la lib/xfce4/modules/libxfce4mixer.so lib/xfce4/modules/libxfce4mixer.so.0 lib/xfce4/mcs-plugins/sound_settings.la lib/xfce4/mcs-plugins/sound_settings.so libexec/xfce4/panel-plugins/xfce4-mixer-plugin share/applications/xfce-mixer-settings.desktop share/icons/hicolor/48x48/apps/xfce4-mixer.png share/locale/am/LC_MESSAGES/xfce4-mixer.mo share/locale/ar/LC_MESSAGES/xfce4-mixer.mo share/locale/az/LC_MESSAGES/xfce4-mixer.mo share/locale/be/LC_MESSAGES/xfce4-mixer.mo share/locale/bg/LC_MESSAGES/xfce4-mixer.mo share/locale/bn_IN/LC_MESSAGES/xfce4-mixer.mo share/locale/ca/LC_MESSAGES/xfce4-mixer.mo share/locale/cs/LC_MESSAGES/xfce4-mixer.mo +share/locale/da/LC_MESSAGES/xfce4-mixer.mo share/locale/de/LC_MESSAGES/xfce4-mixer.mo share/locale/dz/LC_MESSAGES/xfce4-mixer.mo share/locale/el/LC_MESSAGES/xfce4-mixer.mo share/locale/en_GB/LC_MESSAGES/xfce4-mixer.mo share/locale/es/LC_MESSAGES/xfce4-mixer.mo share/locale/es_MX/LC_MESSAGES/xfce4-mixer.mo share/locale/et/LC_MESSAGES/xfce4-mixer.mo share/locale/eu/LC_MESSAGES/xfce4-mixer.mo share/locale/fa/LC_MESSAGES/xfce4-mixer.mo share/locale/fi/LC_MESSAGES/xfce4-mixer.mo share/locale/fr/LC_MESSAGES/xfce4-mixer.mo share/locale/gl/LC_MESSAGES/xfce4-mixer.mo share/locale/gu/LC_MESSAGES/xfce4-mixer.mo share/locale/he/LC_MESSAGES/xfce4-mixer.mo share/locale/hi/LC_MESSAGES/xfce4-mixer.mo share/locale/hu/LC_MESSAGES/xfce4-mixer.mo share/locale/hy/LC_MESSAGES/xfce4-mixer.mo +share/locale/id/LC_MESSAGES/xfce4-mixer.mo share/locale/it/LC_MESSAGES/xfce4-mixer.mo share/locale/ja/LC_MESSAGES/xfce4-mixer.mo share/locale/ka/LC_MESSAGES/xfce4-mixer.mo share/locale/ko/LC_MESSAGES/xfce4-mixer.mo share/locale/lt/LC_MESSAGES/xfce4-mixer.mo share/locale/lv/LC_MESSAGES/xfce4-mixer.mo share/locale/mk/LC_MESSAGES/xfce4-mixer.mo share/locale/mr/LC_MESSAGES/xfce4-mixer.mo share/locale/ms/LC_MESSAGES/xfce4-mixer.mo share/locale/nb_NO/LC_MESSAGES/xfce4-mixer.mo share/locale/nl/LC_MESSAGES/xfce4-mixer.mo share/locale/pa/LC_MESSAGES/xfce4-mixer.mo share/locale/pl/LC_MESSAGES/xfce4-mixer.mo share/locale/pt_BR/LC_MESSAGES/xfce4-mixer.mo share/locale/pt_PT/LC_MESSAGES/xfce4-mixer.mo share/locale/ro/LC_MESSAGES/xfce4-mixer.mo share/locale/ru/LC_MESSAGES/xfce4-mixer.mo +share/locale/si/LC_MESSAGES/xfce4-mixer.mo share/locale/sk/LC_MESSAGES/xfce4-mixer.mo share/locale/sv/LC_MESSAGES/xfce4-mixer.mo share/locale/ta/LC_MESSAGES/xfce4-mixer.mo share/locale/tr/LC_MESSAGES/xfce4-mixer.mo share/locale/uk/LC_MESSAGES/xfce4-mixer.mo share/locale/vi/LC_MESSAGES/xfce4-mixer.mo share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo share/xfce4/panel-plugins/xfce4-mixer.desktop @dirrmtry lib/xfce4/modules @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4/panel-plugins @dirrmtry lib/xfce4 @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 Property changes on: head/audio/xfce4-mixer/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/deskutils/orage/Makefile =================================================================== --- head/deskutils/orage/Makefile (revision 222237) +++ head/deskutils/orage/Makefile (revision 222238) @@ -1,50 +1,49 @@ # New ports collection makefile for: xfce4-calendar # Date created: 2003-01-14 # Whom: Matt Lancereau # # $FreeBSD$ # PORTNAME= orage -PORTVERSION= 4.4.2 -PORTREVISION= 2 +PORTVERSION= 4.4.3 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= A calendar application to manage your time with XFce 4 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libmcs mcsmanager panel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ xfixes OPTIONS= BDB "Enable BDB support" off \ ICAL "Enable libical support" off .include .if defined(WITH_BDB) CONFIGURE_ARGS+=--with-bdb4=yes --with-bdb4_dir=${LOCALBASE} USE_BDB= 40 .else CONFIGURE_ARGS+=--with-bdb4=no .endif .if defined(WITH_ICAL) LIB_DEPENDS+= ical.27:${PORTSDIR}/devel/libical .endif post-patch: .if !defined(WITH_ICAL) @${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure .endif @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include Property changes on: head/deskutils/orage/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/deskutils/orage/distinfo =================================================================== --- head/deskutils/orage/distinfo (revision 222237) +++ head/deskutils/orage/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/orage-4.4.2.tar.bz2) = 0c69e4c20350c3000d49350991d3a520 -SHA256 (xfce4/orage-4.4.2.tar.bz2) = ef08b96e5529f19a2f609525300fbea2019f1afb75fb3c85e474e6041f425abd -SIZE (xfce4/orage-4.4.2.tar.bz2) = 1539553 +MD5 (xfce4/orage-4.4.3.tar.bz2) = 004c1f838771bb8b22b3d61a86912653 +SHA256 (xfce4/orage-4.4.3.tar.bz2) = 20931ca6efbd362460f1f2a2b505e307bc0b95ffcf5962d3975381f76e41c1e8 +SIZE (xfce4/orage-4.4.3.tar.bz2) = 1579582 Property changes on: head/deskutils/orage/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/deskutils/orage/pkg-plist =================================================================== --- head/deskutils/orage/pkg-plist (revision 222237) +++ head/deskutils/orage/pkg-plist (revision 222238) @@ -1,485 +1,489 @@ bin/orage libexec/xfce4/panel-plugins/orageclock -lib/xfce4/mcs-plugins/orage_plugin.a -lib/xfce4/mcs-plugins/orage_plugin.la lib/xfce4/mcs-plugins/orage_plugin.so +lib/xfce4/mcs-plugins/orage_plugin.la +lib/xfce4/mcs-plugins/orage_plugin.a share/applications/xfcalendar.desktop share/applications/xfce-xfcalendar-settings.desktop share/icons/hicolor/48x48/apps/xfcalendar.png share/icons/hicolor/scalable/apps/xfcalendar.svg share/locale/am/LC_MESSAGES/orage.mo share/locale/ar/LC_MESSAGES/orage.mo share/locale/az/LC_MESSAGES/orage.mo share/locale/bg/LC_MESSAGES/orage.mo +share/locale/da/LC_MESSAGES/orage.mo share/locale/de/LC_MESSAGES/orage.mo share/locale/dz/LC_MESSAGES/orage.mo share/locale/en_AU/LC_MESSAGES/orage.mo share/locale/en_GB/LC_MESSAGES/orage.mo share/locale/eo/LC_MESSAGES/orage.mo share/locale/es/LC_MESSAGES/orage.mo share/locale/et/LC_MESSAGES/orage.mo share/locale/eu/LC_MESSAGES/orage.mo share/locale/fa/LC_MESSAGES/orage.mo share/locale/fr/LC_MESSAGES/orage.mo share/locale/gu/LC_MESSAGES/orage.mo share/locale/he/LC_MESSAGES/orage.mo share/locale/hi/LC_MESSAGES/orage.mo share/locale/hu/LC_MESSAGES/orage.mo +share/locale/id/LC_MESSAGES/orage.mo share/locale/it/LC_MESSAGES/orage.mo share/locale/ja/LC_MESSAGES/orage.mo share/locale/ka/LC_MESSAGES/orage.mo share/locale/lt/LC_MESSAGES/orage.mo share/locale/lv/LC_MESSAGES/orage.mo share/locale/mk/LC_MESSAGES/orage.mo share/locale/ms/LC_MESSAGES/orage.mo share/locale/nl/LC_MESSAGES/orage.mo share/locale/pa/LC_MESSAGES/orage.mo share/locale/pt_BR/LC_MESSAGES/orage.mo share/locale/pt_PT/LC_MESSAGES/orage.mo share/locale/ru/LC_MESSAGES/orage.mo share/locale/sv/LC_MESSAGES/orage.mo share/locale/ta/LC_MESSAGES/orage.mo share/locale/tr/LC_MESSAGES/orage.mo +share/locale/ur/LC_MESSAGES/orage.mo share/locale/vi/LC_MESSAGES/orage.mo share/locale/be/LC_MESSAGES/orage.mo share/locale/ca/LC_MESSAGES/orage.mo share/locale/cs/LC_MESSAGES/orage.mo share/locale/el/LC_MESSAGES/orage.mo share/locale/fi/LC_MESSAGES/orage.mo share/locale/gl/LC_MESSAGES/orage.mo share/locale/ko/LC_MESSAGES/orage.mo share/locale/pl/LC_MESSAGES/orage.mo share/locale/ro/LC_MESSAGES/orage.mo share/locale/sk/LC_MESSAGES/orage.mo share/locale/uk/LC_MESSAGES/orage.mo share/locale/zh_CN/LC_MESSAGES/orage.mo share/locale/zh_TW/LC_MESSAGES/orage.mo share/locale/mr/LC_MESSAGES/orage.mo share/locale/bn_IN/LC_MESSAGES/orage.mo share/locale/nb_NO/LC_MESSAGES/orage.mo share/locale/hy/LC_MESSAGES/orage.mo share/orage/doc/C/images/default_calendar.png share/orage/doc/C/images/orage_eventlist.png share/orage/doc/C/images/orage_appointment.png share/orage/doc/C/images/orage_appointment_alarm.png share/orage/doc/C/images/orage_appointment_recurrence.png share/orage/doc/C/images/orage_calendar_edit_menu.png share/orage/doc/C/images/orage_calendar_file_menu.png share/orage/doc/C/images/orage_calendar_help_menu.png share/orage/doc/C/images/orage_calendar_view_menu.png share/orage/doc/C/images/orage_desktop_menuitem.png -share/orage/doc/C/images/orage_preferences_display.png share/orage/doc/C/images/orage_preferences_archives.png +share/orage/doc/C/images/orage_preferences_display.png share/orage/doc/C/images/orage_preferences_sound.png share/orage/doc/C/images/orage_preferences_timezone.png share/orage/doc/C/orage.html share/orage/sounds/Boiling.wav share/orage/sounds/KDE_Beep_Digital_1.ogg share/orage/sounds/KDE_Beep_Digital_2.ogg share/orage/sounds/Knock.wav share/orage/sounds/Phone.wav share/orage/sounds/Spo.wav share/orage/sounds/Tear.wav share/orage/sounds/Wall_c.wav share/orage/zoneinfo/Africa/Abidjan.ics share/orage/zoneinfo/Africa/Accra.ics share/orage/zoneinfo/Africa/Addis_Ababa.ics share/orage/zoneinfo/Africa/Algiers.ics share/orage/zoneinfo/Africa/Asmera.ics share/orage/zoneinfo/Africa/Bamako.ics share/orage/zoneinfo/Africa/Bangui.ics share/orage/zoneinfo/Africa/Banjul.ics share/orage/zoneinfo/Africa/Bissau.ics share/orage/zoneinfo/Africa/Blantyre.ics share/orage/zoneinfo/Africa/Brazzaville.ics share/orage/zoneinfo/Africa/Bujumbura.ics share/orage/zoneinfo/Africa/Cairo.ics share/orage/zoneinfo/Africa/Casablanca.ics share/orage/zoneinfo/Africa/Ceuta.ics share/orage/zoneinfo/Africa/Conakry.ics share/orage/zoneinfo/Africa/Dakar.ics share/orage/zoneinfo/Africa/Dar_es_Salaam.ics share/orage/zoneinfo/Africa/Djibouti.ics share/orage/zoneinfo/Africa/Douala.ics share/orage/zoneinfo/Africa/El_Aaiun.ics share/orage/zoneinfo/Africa/Freetown.ics share/orage/zoneinfo/Africa/Gaborone.ics share/orage/zoneinfo/Africa/Harare.ics share/orage/zoneinfo/Africa/Johannesburg.ics share/orage/zoneinfo/Africa/Kampala.ics share/orage/zoneinfo/Africa/Khartoum.ics share/orage/zoneinfo/Africa/Kigali.ics share/orage/zoneinfo/Africa/Kinshasa.ics share/orage/zoneinfo/Africa/Lagos.ics share/orage/zoneinfo/Africa/Libreville.ics share/orage/zoneinfo/Africa/Lome.ics share/orage/zoneinfo/Africa/Luanda.ics share/orage/zoneinfo/Africa/Lubumbashi.ics share/orage/zoneinfo/Africa/Lusaka.ics share/orage/zoneinfo/Africa/Malabo.ics share/orage/zoneinfo/Africa/Maputo.ics share/orage/zoneinfo/Africa/Maseru.ics share/orage/zoneinfo/Africa/Mbabane.ics share/orage/zoneinfo/Africa/Mogadishu.ics share/orage/zoneinfo/Africa/Monrovia.ics share/orage/zoneinfo/Africa/Nairobi.ics share/orage/zoneinfo/Africa/Ndjamena.ics share/orage/zoneinfo/Africa/Niamey.ics share/orage/zoneinfo/Africa/Nouakchott.ics share/orage/zoneinfo/Africa/Ouagadougou.ics share/orage/zoneinfo/Africa/Porto-Novo.ics share/orage/zoneinfo/Africa/Sao_Tome.ics share/orage/zoneinfo/Africa/Timbuktu.ics share/orage/zoneinfo/Africa/Tripoli.ics share/orage/zoneinfo/Africa/Tunis.ics share/orage/zoneinfo/Africa/Windhoek.ics share/orage/zoneinfo/America/Adak.ics share/orage/zoneinfo/America/Anchorage.ics share/orage/zoneinfo/America/Anguilla.ics share/orage/zoneinfo/America/Antigua.ics share/orage/zoneinfo/America/Araguaina.ics share/orage/zoneinfo/America/Aruba.ics share/orage/zoneinfo/America/Asuncion.ics share/orage/zoneinfo/America/Barbados.ics share/orage/zoneinfo/America/Belem.ics share/orage/zoneinfo/America/Belize.ics share/orage/zoneinfo/America/Boa_Vista.ics share/orage/zoneinfo/America/Bogota.ics share/orage/zoneinfo/America/Boise.ics share/orage/zoneinfo/America/Buenos_Aires.ics share/orage/zoneinfo/America/Cambridge_Bay.ics share/orage/zoneinfo/America/Cancun.ics share/orage/zoneinfo/America/Caracas.ics share/orage/zoneinfo/America/Catamarca.ics share/orage/zoneinfo/America/Cayenne.ics share/orage/zoneinfo/America/Cayman.ics share/orage/zoneinfo/America/Chicago.ics share/orage/zoneinfo/America/Chihuahua.ics share/orage/zoneinfo/America/Cordoba.ics share/orage/zoneinfo/America/Costa_Rica.ics share/orage/zoneinfo/America/Cuiaba.ics share/orage/zoneinfo/America/Curacao.ics share/orage/zoneinfo/America/Dawson.ics share/orage/zoneinfo/America/Dawson_Creek.ics share/orage/zoneinfo/America/Denver.ics share/orage/zoneinfo/America/Detroit.ics share/orage/zoneinfo/America/Dominica.ics share/orage/zoneinfo/America/Edmonton.ics share/orage/zoneinfo/America/Eirunepe.ics share/orage/zoneinfo/America/El_Salvador.ics share/orage/zoneinfo/America/Fortaleza.ics share/orage/zoneinfo/America/Glace_Bay.ics share/orage/zoneinfo/America/Godthab.ics share/orage/zoneinfo/America/Goose_Bay.ics share/orage/zoneinfo/America/Grand_Turk.ics share/orage/zoneinfo/America/Grenada.ics share/orage/zoneinfo/America/Guadeloupe.ics share/orage/zoneinfo/America/Guatemala.ics share/orage/zoneinfo/America/Guayaquil.ics share/orage/zoneinfo/America/Guyana.ics share/orage/zoneinfo/America/Halifax.ics share/orage/zoneinfo/America/Havana.ics share/orage/zoneinfo/America/Hermosillo.ics share/orage/zoneinfo/America/Indiana/Indianapolis.ics share/orage/zoneinfo/America/Indiana/Knox.ics share/orage/zoneinfo/America/Indiana/Marengo.ics share/orage/zoneinfo/America/Indiana/Vevay.ics share/orage/zoneinfo/America/Indianapolis.ics share/orage/zoneinfo/America/Inuvik.ics share/orage/zoneinfo/America/Iqaluit.ics share/orage/zoneinfo/America/Jamaica.ics share/orage/zoneinfo/America/Jujuy.ics share/orage/zoneinfo/America/Juneau.ics share/orage/zoneinfo/America/Kentucky/Louisville.ics share/orage/zoneinfo/America/Kentucky/Monticello.ics share/orage/zoneinfo/America/La_Paz.ics share/orage/zoneinfo/America/Lima.ics share/orage/zoneinfo/America/Los_Angeles.ics share/orage/zoneinfo/America/Louisville.ics share/orage/zoneinfo/America/Maceio.ics share/orage/zoneinfo/America/Managua.ics share/orage/zoneinfo/America/Manaus.ics share/orage/zoneinfo/America/Martinique.ics share/orage/zoneinfo/America/Mazatlan.ics share/orage/zoneinfo/America/Mendoza.ics share/orage/zoneinfo/America/Menominee.ics share/orage/zoneinfo/America/Merida.ics share/orage/zoneinfo/America/Mexico_City.ics share/orage/zoneinfo/America/Miquelon.ics share/orage/zoneinfo/America/Monterrey.ics share/orage/zoneinfo/America/Montevideo.ics share/orage/zoneinfo/America/Montreal.ics share/orage/zoneinfo/America/Montserrat.ics share/orage/zoneinfo/America/Nassau.ics share/orage/zoneinfo/America/New_York.ics share/orage/zoneinfo/America/Nipigon.ics share/orage/zoneinfo/America/Nome.ics share/orage/zoneinfo/America/Noronha.ics share/orage/zoneinfo/America/Panama.ics share/orage/zoneinfo/America/Pangnirtung.ics share/orage/zoneinfo/America/Paramaribo.ics share/orage/zoneinfo/America/Phoenix.ics share/orage/zoneinfo/America/Port-au-Prince.ics share/orage/zoneinfo/America/Port_of_Spain.ics share/orage/zoneinfo/America/Porto_Velho.ics share/orage/zoneinfo/America/Puerto_Rico.ics share/orage/zoneinfo/America/Rainy_River.ics share/orage/zoneinfo/America/Rankin_Inlet.ics share/orage/zoneinfo/America/Recife.ics share/orage/zoneinfo/America/Regina.ics share/orage/zoneinfo/America/Rio_Branco.ics share/orage/zoneinfo/America/Rosario.ics share/orage/zoneinfo/America/Santiago.ics share/orage/zoneinfo/America/Santo_Domingo.ics share/orage/zoneinfo/America/Sao_Paulo.ics share/orage/zoneinfo/America/Scoresbysund.ics share/orage/zoneinfo/America/Shiprock.ics share/orage/zoneinfo/America/St_Johns.ics share/orage/zoneinfo/America/St_Kitts.ics share/orage/zoneinfo/America/St_Lucia.ics share/orage/zoneinfo/America/St_Thomas.ics share/orage/zoneinfo/America/St_Vincent.ics share/orage/zoneinfo/America/Swift_Current.ics share/orage/zoneinfo/America/Tegucigalpa.ics share/orage/zoneinfo/America/Thule.ics share/orage/zoneinfo/America/Thunder_Bay.ics share/orage/zoneinfo/America/Tijuana.ics share/orage/zoneinfo/America/Tortola.ics share/orage/zoneinfo/America/Vancouver.ics share/orage/zoneinfo/America/Whitehorse.ics share/orage/zoneinfo/America/Winnipeg.ics share/orage/zoneinfo/America/Yakutat.ics share/orage/zoneinfo/America/Yellowknife.ics share/orage/zoneinfo/Antarctica/Casey.ics share/orage/zoneinfo/Antarctica/Davis.ics share/orage/zoneinfo/Antarctica/DumontDUrville.ics share/orage/zoneinfo/Antarctica/Mawson.ics share/orage/zoneinfo/Antarctica/McMurdo.ics share/orage/zoneinfo/Antarctica/Palmer.ics share/orage/zoneinfo/Antarctica/South_Pole.ics share/orage/zoneinfo/Antarctica/Syowa.ics share/orage/zoneinfo/Antarctica/Vostok.ics share/orage/zoneinfo/Arctic/Longyearbyen.ics share/orage/zoneinfo/Asia/Aden.ics share/orage/zoneinfo/Asia/Almaty.ics share/orage/zoneinfo/Asia/Amman.ics share/orage/zoneinfo/Asia/Anadyr.ics share/orage/zoneinfo/Asia/Aqtau.ics share/orage/zoneinfo/Asia/Aqtobe.ics share/orage/zoneinfo/Asia/Ashgabat.ics share/orage/zoneinfo/Asia/Baghdad.ics share/orage/zoneinfo/Asia/Bahrain.ics share/orage/zoneinfo/Asia/Baku.ics share/orage/zoneinfo/Asia/Bangkok.ics share/orage/zoneinfo/Asia/Beirut.ics share/orage/zoneinfo/Asia/Bishkek.ics share/orage/zoneinfo/Asia/Brunei.ics share/orage/zoneinfo/Asia/Calcutta.ics share/orage/zoneinfo/Asia/Chungking.ics share/orage/zoneinfo/Asia/Colombo.ics share/orage/zoneinfo/Asia/Damascus.ics share/orage/zoneinfo/Asia/Dhaka.ics share/orage/zoneinfo/Asia/Dili.ics share/orage/zoneinfo/Asia/Dubai.ics share/orage/zoneinfo/Asia/Dushanbe.ics share/orage/zoneinfo/Asia/Gaza.ics share/orage/zoneinfo/Asia/Harbin.ics share/orage/zoneinfo/Asia/Hong_Kong.ics share/orage/zoneinfo/Asia/Hovd.ics share/orage/zoneinfo/Asia/Irkutsk.ics share/orage/zoneinfo/Asia/Istanbul.ics share/orage/zoneinfo/Asia/Jakarta.ics share/orage/zoneinfo/Asia/Jayapura.ics share/orage/zoneinfo/Asia/Jerusalem.ics share/orage/zoneinfo/Asia/Kabul.ics share/orage/zoneinfo/Asia/Kamchatka.ics share/orage/zoneinfo/Asia/Karachi.ics share/orage/zoneinfo/Asia/Kashgar.ics share/orage/zoneinfo/Asia/Katmandu.ics share/orage/zoneinfo/Asia/Krasnoyarsk.ics share/orage/zoneinfo/Asia/Kuala_Lumpur.ics share/orage/zoneinfo/Asia/Kuching.ics share/orage/zoneinfo/Asia/Kuwait.ics share/orage/zoneinfo/Asia/Macao.ics share/orage/zoneinfo/Asia/Magadan.ics share/orage/zoneinfo/Asia/Manila.ics share/orage/zoneinfo/Asia/Muscat.ics share/orage/zoneinfo/Asia/Nicosia.ics share/orage/zoneinfo/Asia/Novosibirsk.ics share/orage/zoneinfo/Asia/Omsk.ics share/orage/zoneinfo/Asia/Phnom_Penh.ics share/orage/zoneinfo/Asia/Pontianak.ics share/orage/zoneinfo/Asia/Pyongyang.ics share/orage/zoneinfo/Asia/Qatar.ics share/orage/zoneinfo/Asia/Rangoon.ics share/orage/zoneinfo/Asia/Riyadh.ics share/orage/zoneinfo/Asia/Saigon.ics share/orage/zoneinfo/Asia/Samarkand.ics share/orage/zoneinfo/Asia/Seoul.ics share/orage/zoneinfo/Asia/Shanghai.ics share/orage/zoneinfo/Asia/Singapore.ics share/orage/zoneinfo/Asia/Taipei.ics share/orage/zoneinfo/Asia/Tashkent.ics share/orage/zoneinfo/Asia/Tbilisi.ics share/orage/zoneinfo/Asia/Tehran.ics share/orage/zoneinfo/Asia/Thimphu.ics share/orage/zoneinfo/Asia/Tokyo.ics share/orage/zoneinfo/Asia/Ujung_Pandang.ics share/orage/zoneinfo/Asia/Ulaanbaatar.ics share/orage/zoneinfo/Asia/Urumqi.ics share/orage/zoneinfo/Asia/Vientiane.ics share/orage/zoneinfo/Asia/Vladivostok.ics share/orage/zoneinfo/Asia/Yakutsk.ics share/orage/zoneinfo/Asia/Yekaterinburg.ics share/orage/zoneinfo/Asia/Yerevan.ics share/orage/zoneinfo/Atlantic/Azores.ics share/orage/zoneinfo/Atlantic/Bermuda.ics share/orage/zoneinfo/Atlantic/Canary.ics share/orage/zoneinfo/Atlantic/Cape_Verde.ics share/orage/zoneinfo/Atlantic/Faeroe.ics share/orage/zoneinfo/Atlantic/Jan_Mayen.ics share/orage/zoneinfo/Atlantic/Madeira.ics share/orage/zoneinfo/Atlantic/Reykjavik.ics share/orage/zoneinfo/Atlantic/South_Georgia.ics share/orage/zoneinfo/Atlantic/St_Helena.ics share/orage/zoneinfo/Atlantic/Stanley.ics share/orage/zoneinfo/Australia/Adelaide.ics share/orage/zoneinfo/Australia/Brisbane.ics share/orage/zoneinfo/Australia/Broken_Hill.ics share/orage/zoneinfo/Australia/Darwin.ics share/orage/zoneinfo/Australia/Hobart.ics share/orage/zoneinfo/Australia/Lindeman.ics share/orage/zoneinfo/Australia/Lord_Howe.ics share/orage/zoneinfo/Australia/Melbourne.ics share/orage/zoneinfo/Australia/Perth.ics share/orage/zoneinfo/Australia/Sydney.ics share/orage/zoneinfo/Europe/Amsterdam.ics share/orage/zoneinfo/Europe/Andorra.ics share/orage/zoneinfo/Europe/Athens.ics share/orage/zoneinfo/Europe/Belfast.ics share/orage/zoneinfo/Europe/Belgrade.ics share/orage/zoneinfo/Europe/Berlin.ics share/orage/zoneinfo/Europe/Bratislava.ics share/orage/zoneinfo/Europe/Brussels.ics share/orage/zoneinfo/Europe/Bucharest.ics share/orage/zoneinfo/Europe/Budapest.ics share/orage/zoneinfo/Europe/Chisinau.ics share/orage/zoneinfo/Europe/Copenhagen.ics share/orage/zoneinfo/Europe/Dublin.ics share/orage/zoneinfo/Europe/Gibraltar.ics share/orage/zoneinfo/Europe/Helsinki.ics share/orage/zoneinfo/Europe/Istanbul.ics share/orage/zoneinfo/Europe/Kaliningrad.ics share/orage/zoneinfo/Europe/Kiev.ics share/orage/zoneinfo/Europe/Lisbon.ics share/orage/zoneinfo/Europe/Ljubljana.ics share/orage/zoneinfo/Europe/London.ics share/orage/zoneinfo/Europe/Luxembourg.ics share/orage/zoneinfo/Europe/Madrid.ics share/orage/zoneinfo/Europe/Malta.ics share/orage/zoneinfo/Europe/Minsk.ics share/orage/zoneinfo/Europe/Monaco.ics share/orage/zoneinfo/Europe/Moscow.ics share/orage/zoneinfo/Europe/Nicosia.ics share/orage/zoneinfo/Europe/Oslo.ics share/orage/zoneinfo/Europe/Paris.ics share/orage/zoneinfo/Europe/Prague.ics share/orage/zoneinfo/Europe/Riga.ics share/orage/zoneinfo/Europe/Rome.ics share/orage/zoneinfo/Europe/Samara.ics share/orage/zoneinfo/Europe/San_Marino.ics share/orage/zoneinfo/Europe/Sarajevo.ics share/orage/zoneinfo/Europe/Simferopol.ics share/orage/zoneinfo/Europe/Skopje.ics share/orage/zoneinfo/Europe/Sofia.ics share/orage/zoneinfo/Europe/Stockholm.ics share/orage/zoneinfo/Europe/Tallinn.ics share/orage/zoneinfo/Europe/Tirane.ics share/orage/zoneinfo/Europe/Uzhgorod.ics share/orage/zoneinfo/Europe/Vaduz.ics share/orage/zoneinfo/Europe/Vatican.ics share/orage/zoneinfo/Europe/Vienna.ics share/orage/zoneinfo/Europe/Vilnius.ics share/orage/zoneinfo/Europe/Warsaw.ics share/orage/zoneinfo/Europe/Zagreb.ics share/orage/zoneinfo/Europe/Zaporozhye.ics share/orage/zoneinfo/Europe/Zurich.ics share/orage/zoneinfo/Indian/Antananarivo.ics share/orage/zoneinfo/Indian/Chagos.ics share/orage/zoneinfo/Indian/Christmas.ics share/orage/zoneinfo/Indian/Cocos.ics share/orage/zoneinfo/Indian/Comoro.ics share/orage/zoneinfo/Indian/Kerguelen.ics share/orage/zoneinfo/Indian/Mahe.ics share/orage/zoneinfo/Indian/Maldives.ics share/orage/zoneinfo/Indian/Mauritius.ics share/orage/zoneinfo/Indian/Mayotte.ics share/orage/zoneinfo/Indian/Reunion.ics share/orage/zoneinfo/Pacific/Apia.ics share/orage/zoneinfo/Pacific/Auckland.ics share/orage/zoneinfo/Pacific/Chatham.ics share/orage/zoneinfo/Pacific/Easter.ics share/orage/zoneinfo/Pacific/Efate.ics share/orage/zoneinfo/Pacific/Enderbury.ics share/orage/zoneinfo/Pacific/Fakaofo.ics share/orage/zoneinfo/Pacific/Fiji.ics share/orage/zoneinfo/Pacific/Funafuti.ics share/orage/zoneinfo/Pacific/Galapagos.ics share/orage/zoneinfo/Pacific/Gambier.ics share/orage/zoneinfo/Pacific/Guadalcanal.ics share/orage/zoneinfo/Pacific/Guam.ics share/orage/zoneinfo/Pacific/Honolulu.ics share/orage/zoneinfo/Pacific/Johnston.ics share/orage/zoneinfo/Pacific/Kiritimati.ics share/orage/zoneinfo/Pacific/Kosrae.ics share/orage/zoneinfo/Pacific/Kwajalein.ics share/orage/zoneinfo/Pacific/Majuro.ics share/orage/zoneinfo/Pacific/Marquesas.ics share/orage/zoneinfo/Pacific/Midway.ics share/orage/zoneinfo/Pacific/Nauru.ics share/orage/zoneinfo/Pacific/Niue.ics share/orage/zoneinfo/Pacific/Norfolk.ics share/orage/zoneinfo/Pacific/Noumea.ics share/orage/zoneinfo/Pacific/Pago_Pago.ics share/orage/zoneinfo/Pacific/Palau.ics share/orage/zoneinfo/Pacific/Pitcairn.ics share/orage/zoneinfo/Pacific/Ponape.ics share/orage/zoneinfo/Pacific/Port_Moresby.ics share/orage/zoneinfo/Pacific/Rarotonga.ics share/orage/zoneinfo/Pacific/Saipan.ics share/orage/zoneinfo/Pacific/Tahiti.ics share/orage/zoneinfo/Pacific/Tarawa.ics share/orage/zoneinfo/Pacific/Tongatapu.ics share/orage/zoneinfo/Pacific/Truk.ics share/orage/zoneinfo/Pacific/Wake.ics share/orage/zoneinfo/Pacific/Wallis.ics share/orage/zoneinfo/Pacific/Yap.ics share/orage/zoneinfo/zones.tab share/xfce4/panel-plugins/orageclock.desktop @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4 @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 @dirrmtry share/applications @dirrm share/orage/doc/C/images @dirrm share/orage/doc/C @dirrm share/orage/doc @dirrm share/orage/sounds @dirrm share/orage/zoneinfo/Africa +@dirrm share/orage/zoneinfo/America/Argentina @dirrm share/orage/zoneinfo/America/Indiana @dirrm share/orage/zoneinfo/America/Kentucky @dirrm share/orage/zoneinfo/America @dirrm share/orage/zoneinfo/Antarctica @dirrm share/orage/zoneinfo/Arctic @dirrm share/orage/zoneinfo/Asia @dirrm share/orage/zoneinfo/Atlantic @dirrm share/orage/zoneinfo/Australia @dirrm share/orage/zoneinfo/Europe @dirrm share/orage/zoneinfo/Indian @dirrm share/orage/zoneinfo/Pacific @dirrm share/orage/zoneinfo @dirrm share/orage @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable Property changes on: head/deskutils/orage/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/xfce4-dev-tools/Makefile =================================================================== --- head/devel/xfce4-dev-tools/Makefile (revision 222237) +++ head/devel/xfce4-dev-tools/Makefile (revision 222238) @@ -1,23 +1,23 @@ # New ports collection makefile for: xfce4-dev-tools # Date created: 19 April 2006 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= xfce4-dev-tools PORTVERSION= 4.4.0.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 development tools USE_AUTOTOOLS= autotools:run GNU_CONFIGURE= yes USE_BZIP2= yes USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined .include Property changes on: head/devel/xfce4-dev-tools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/editors/mousepad/Makefile =================================================================== --- head/editors/mousepad/Makefile (revision 222237) +++ head/editors/mousepad/Makefile (revision 222238) @@ -1,25 +1,25 @@ # New ports collection makefile for: mousepad # Date created: 19 April 2006 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= mousepad -PORTVERSION= 0.2.13 -PORTREVISION= 1 +PORTVERSION= 0.2.14 +PORTREVISION= 0 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Simple xfce editor GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui .include Property changes on: head/editors/mousepad/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/editors/mousepad/distinfo =================================================================== --- head/editors/mousepad/distinfo (revision 222237) +++ head/editors/mousepad/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/mousepad-0.2.13.tar.bz2) = 326075ac933e5da38cedbc20e80b7026 -SHA256 (xfce4/mousepad-0.2.13.tar.bz2) = f32cc263fb73b05c5bad17121073a2b37a7d5c8e411f780312c2701902e6637a -SIZE (xfce4/mousepad-0.2.13.tar.bz2) = 341748 +MD5 (xfce4/mousepad-0.2.14.tar.bz2) = 6cfef0e424c778409e2791d0af6ab089 +SHA256 (xfce4/mousepad-0.2.14.tar.bz2) = 30a37869112a7c6d8ee1e59a53a0c290d1769cae8125e7577584dcd66fc745f2 +SIZE (xfce4/mousepad-0.2.14.tar.bz2) = 352485 Property changes on: head/editors/mousepad/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/editors/mousepad/pkg-plist =================================================================== --- head/editors/mousepad/pkg-plist (revision 222237) +++ head/editors/mousepad/pkg-plist (revision 222238) @@ -1,48 +1,53 @@ bin/mousepad share/applications/mousepad.desktop share/locale/am/LC_MESSAGES/mousepad.mo share/locale/ar/LC_MESSAGES/mousepad.mo share/locale/be/LC_MESSAGES/mousepad.mo share/locale/ca/LC_MESSAGES/mousepad.mo share/locale/cs/LC_MESSAGES/mousepad.mo share/locale/cy/LC_MESSAGES/mousepad.mo share/locale/de/LC_MESSAGES/mousepad.mo share/locale/dz/LC_MESSAGES/mousepad.mo share/locale/el/LC_MESSAGES/mousepad.mo share/locale/en_GB/LC_MESSAGES/mousepad.mo share/locale/eo/LC_MESSAGES/mousepad.mo share/locale/es/LC_MESSAGES/mousepad.mo share/locale/et/LC_MESSAGES/mousepad.mo share/locale/eu/LC_MESSAGES/mousepad.mo share/locale/fi/LC_MESSAGES/mousepad.mo share/locale/fr/LC_MESSAGES/mousepad.mo share/locale/gl/LC_MESSAGES/mousepad.mo share/locale/gu/LC_MESSAGES/mousepad.mo share/locale/he/LC_MESSAGES/mousepad.mo share/locale/hu/LC_MESSAGES/mousepad.mo +share/locale/id/LC_MESSAGES/mousepad.mo share/locale/it/LC_MESSAGES/mousepad.mo share/locale/ja/LC_MESSAGES/mousepad.mo share/locale/ka/LC_MESSAGES/mousepad.mo share/locale/ko/LC_MESSAGES/mousepad.mo +share/locale/ku/LC_MESSAGES/mousepad.mo share/locale/lt/LC_MESSAGES/mousepad.mo share/locale/lv/LC_MESSAGES/mousepad.mo share/locale/mk/LC_MESSAGES/mousepad.mo share/locale/nb_NO/LC_MESSAGES/mousepad.mo share/locale/nl/LC_MESSAGES/mousepad.mo share/locale/pa/LC_MESSAGES/mousepad.mo share/locale/pl/LC_MESSAGES/mousepad.mo share/locale/pt_BR/LC_MESSAGES/mousepad.mo share/locale/pt_PT/LC_MESSAGES/mousepad.mo share/locale/ro/LC_MESSAGES/mousepad.mo share/locale/ru/LC_MESSAGES/mousepad.mo +share/locale/si/LC_MESSAGES/mousepad.mo share/locale/sk/LC_MESSAGES/mousepad.mo +share/locale/sl/LC_MESSAGES/mousepad.mo share/locale/sq/LC_MESSAGES/mousepad.mo share/locale/sv/LC_MESSAGES/mousepad.mo share/locale/ta/LC_MESSAGES/mousepad.mo share/locale/th/LC_MESSAGES/mousepad.mo share/locale/tr/LC_MESSAGES/mousepad.mo +share/locale/ur/LC_MESSAGES/mousepad.mo share/locale/uk/LC_MESSAGES/mousepad.mo share/locale/zh_CN/LC_MESSAGES/mousepad.mo share/locale/zh_TW/LC_MESSAGES/mousepad.mo share/pixmaps/mousepad.png @dirrmtry share/applications Property changes on: head/editors/mousepad/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/misc/xfce4-appfinder/Makefile =================================================================== --- head/misc/xfce4-appfinder/Makefile (revision 222237) +++ head/misc/xfce4-appfinder/Makefile (revision 222238) @@ -1,26 +1,26 @@ # New ports collection makefile for: xfce4-appfinder # Date created: 12 October 2004 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= xfce4-appfinder -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Find application in the system supporting Desktop entry format GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui .include Property changes on: head/misc/xfce4-appfinder/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/misc/xfce4-appfinder/distinfo =================================================================== --- head/misc/xfce4-appfinder/distinfo (revision 222237) +++ head/misc/xfce4-appfinder/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = 0bdd0b1e96a1e1cf50ce5d582758b992 -SHA256 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = bdf232505f240d0933ca3cd7d2a5c07c31477a70570d95111f94a1226bf7e59c -SIZE (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = 377018 +MD5 (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = 1091df84fefdac4e79b5cd6eef8a5468 +SHA256 (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = 809dc5e90228bef0cd6743aa2789d468cb6542163f0e80272666b4eb7139a00b +SIZE (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = 338253 Property changes on: head/misc/xfce4-appfinder/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/misc/xfce4-appfinder/pkg-plist =================================================================== --- head/misc/xfce4-appfinder/pkg-plist (revision 222237) +++ head/misc/xfce4-appfinder/pkg-plist (revision 222238) @@ -1,73 +1,77 @@ bin/xfce4-appfinder share/applications/xfce4-appfinder.desktop share/icons/hicolor/48x48/apps/xfce4-appfinder.png share/locale/am/LC_MESSAGES/xfce4-appfinder.mo +share/locale/da/LC_MESSAGES/xfce4-appfinder.mo share/locale/de/LC_MESSAGES/xfce4-appfinder.mo share/locale/dz/LC_MESSAGES/xfce4-appfinder.mo share/locale/en_GB/LC_MESSAGES/xfce4-appfinder.mo share/locale/eo/LC_MESSAGES/xfce4-appfinder.mo share/locale/es/LC_MESSAGES/xfce4-appfinder.mo share/locale/es_MX/LC_MESSAGES/xfce4-appfinder.mo share/locale/et/LC_MESSAGES/xfce4-appfinder.mo share/locale/eu/LC_MESSAGES/xfce4-appfinder.mo share/locale/fa/LC_MESSAGES/xfce4-appfinder.mo share/locale/fr/LC_MESSAGES/xfce4-appfinder.mo share/locale/gu/LC_MESSAGES/xfce4-appfinder.mo share/locale/he/LC_MESSAGES/xfce4-appfinder.mo share/locale/hu/LC_MESSAGES/xfce4-appfinder.mo +share/locale/id/LC_MESSAGES/xfce4-appfinder.mo share/locale/it/LC_MESSAGES/xfce4-appfinder.mo share/locale/ja/LC_MESSAGES/xfce4-appfinder.mo share/locale/ka/LC_MESSAGES/xfce4-appfinder.mo share/locale/lt/LC_MESSAGES/xfce4-appfinder.mo share/locale/lv/LC_MESSAGES/xfce4-appfinder.mo share/locale/mk/LC_MESSAGES/xfce4-appfinder.mo share/locale/nl/LC_MESSAGES/xfce4-appfinder.mo share/locale/pa/LC_MESSAGES/xfce4-appfinder.mo share/locale/pt_BR/LC_MESSAGES/xfce4-appfinder.mo share/locale/pt_PT/LC_MESSAGES/xfce4-appfinder.mo share/locale/ru/LC_MESSAGES/xfce4-appfinder.mo +share/locale/si/LC_MESSAGES/xfce4-appfinder.mo share/locale/sv/LC_MESSAGES/xfce4-appfinder.mo share/locale/tr/LC_MESSAGES/xfce4-appfinder.mo +share/locale/ur/LC_MESSAGES/xfce4-appfinder.mo share/locale/be/LC_MESSAGES/xfce4-appfinder.mo share/locale/ca/LC_MESSAGES/xfce4-appfinder.mo share/locale/cs/LC_MESSAGES/xfce4-appfinder.mo share/locale/el/LC_MESSAGES/xfce4-appfinder.mo share/locale/fi/LC_MESSAGES/xfce4-appfinder.mo share/locale/gl/LC_MESSAGES/xfce4-appfinder.mo share/locale/ko/LC_MESSAGES/xfce4-appfinder.mo share/locale/nb_NO/LC_MESSAGES/xfce4-appfinder.mo share/locale/pl/LC_MESSAGES/xfce4-appfinder.mo share/locale/ro/LC_MESSAGES/xfce4-appfinder.mo share/locale/sk/LC_MESSAGES/xfce4-appfinder.mo share/locale/uk/LC_MESSAGES/xfce4-appfinder.mo share/locale/zh_CN/LC_MESSAGES/xfce4-appfinder.mo share/locale/zh_TW/LC_MESSAGES/xfce4-appfinder.mo share/locale/mr/LC_MESSAGES/xfce4-appfinder.mo share/locale/bn_IN/LC_MESSAGES/xfce4-appfinder.mo share/locale/hy/LC_MESSAGES/xfce4-appfinder.mo share/xfce4/doc/C/images/appfinder-handle-popup.png share/xfce4/doc/C/images/appfinder-item-popup.png share/xfce4/doc/C/images/default_appfinder.png share/xfce4/doc/C/xfce4-appfinder.html share/xfce4/doc/fr/images/appfinder-handle-popup.png share/xfce4/doc/fr/images/appfinder-item-popup.png share/xfce4/doc/fr/images/default_appfinder.png share/xfce4/doc/fr/xfce4-appfinder.html @dirrmtry share/applications @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc @dirrmtry share/xfce4 @dirrmtry share/icons @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO Property changes on: head/misc/xfce4-appfinder/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/misc/xfce4-wm-themes/Makefile =================================================================== --- head/misc/xfce4-wm-themes/Makefile (revision 222237) +++ head/misc/xfce4-wm-themes/Makefile (revision 222238) @@ -1,24 +1,24 @@ # New ports collection makefile for: xfwm4-themes # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-wm-themes -PORTVERSION= 4.4.2 +PORTVERSION= 4.4.3 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfwm4-themes-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 window decoration themes for xfwm4 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnometarget USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined .include Property changes on: head/misc/xfce4-wm-themes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/misc/xfce4-wm-themes/distinfo =================================================================== --- head/misc/xfce4-wm-themes/distinfo (revision 222237) +++ head/misc/xfce4-wm-themes/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = fbea3ef7eec87fd669958f9cf597bfb8 -SHA256 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = d6f6052ec9bdc2a048dd34a79248ee56abd903055adc0d89d04715eb17ac1dc0 -SIZE (xfce4/xfwm4-themes-4.4.2.tar.bz2) = 479305 +MD5 (xfce4/xfwm4-themes-4.4.3.tar.bz2) = 0e713465f79a000958307c7f5b37185f +SHA256 (xfce4/xfwm4-themes-4.4.3.tar.bz2) = bf6bbd263e0ec1300035f9ab3afbc5aa940f5afb1506c28e0f55e477aa19f2b3 +SIZE (xfce4/xfwm4-themes-4.4.3.tar.bz2) = 492360 Property changes on: head/misc/xfce4-wm-themes/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/print/xfce4-print/Makefile =================================================================== --- head/print/xfce4-print/Makefile (revision 222237) +++ head/print/xfce4-print/Makefile (revision 222238) @@ -1,69 +1,69 @@ # New ports collection makefile for: xfprint # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-print -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= print xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfprint-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 graphical frontend for printing GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libgui libmcs libutil mcsmanager OPTIONS= LPR "Use lpr as printing system" on \ CUPS "Use cups as printing system" off \ LETTER "Use letter paper format instead of A4" off .include .if defined(WITH_CUPS) CONFIGURE_ARGS+=--enable-cups LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base PLIST_SUB+= CUPS="" .else CONFIGURE_ARGS+=--disable-cups PLIST_SUB+= CUPS="@comment " .endif .if defined(WITHOUT_LPR) CONFIGURE_ARGS+=--disable-bsdlpr PLIST_SUB+= LPR="@comment " .else CONFIGURE_ARGS+=--enable-bsdlpr --with-printcap=/etc/printcap PLIST_SUB+= LPR="" .endif .if defined(WITHOUT_LPR) && !defined(WITH_CUPS) IGNORE= You have to define WITH_CUPS or undefine WITHOUT_LPR in order to install this port. .endif .if defined(WITH_LETTER) CONFIGURE_ARGS+=--enable-letter BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter .else CONFIGURE_ARGS+=--disable-letter BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 .endif post-patch: @${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \ ${WRKSRC}/xfprint-manager/Makefile.in .include Property changes on: head/print/xfce4-print/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/print/xfce4-print/distinfo =================================================================== --- head/print/xfce4-print/distinfo (revision 222237) +++ head/print/xfce4-print/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfprint-4.4.2.tar.bz2) = be4802807e74dea30f4825102ceff5c5 -SHA256 (xfce4/xfprint-4.4.2.tar.bz2) = b9bb03820a8ba1995ffe3e5b96b6d5ebbbc0347ad1202172f13bba63b2984d54 -SIZE (xfce4/xfprint-4.4.2.tar.bz2) = 827277 +MD5 (xfce4/xfprint-4.4.3.tar.bz2) = 7fc2cb1e531d22717b17f9f87711ec05 +SHA256 (xfce4/xfprint-4.4.3.tar.bz2) = 0d0b7cce76946c284c9586bdebe00afa6c65aaa6d289b9f81af843c571d7c350 +SIZE (xfce4/xfprint-4.4.3.tar.bz2) = 842716 Property changes on: head/print/xfce4-print/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/print/xfce4-print/pkg-plist =================================================================== --- head/print/xfce4-print/pkg-plist (revision 222237) +++ head/print/xfce4-print/pkg-plist (revision 222238) @@ -1,133 +1,137 @@ bin/xfprint4-manager bin/xfprint4 include/xfce4/libxfprint/common.h include/xfce4/libxfprint/job.h include/xfce4/libxfprint/libxfprint.h include/xfce4/libxfprint/printer.h include/xfce4/libxfprint/printer-list-window.h include/xfce4/libxfprint/printer-queue-window.h include/xfce4/libxfprint/printing-system.h lib/libxfprint.so.0 lib/libxfprint.so lib/libxfprint.la lib/libxfprint.a lib/xfce4/mcs-plugins/xfprint_plugin.a lib/xfce4/mcs-plugins/xfprint_plugin.la lib/xfce4/mcs-plugins/xfprint_plugin.so %%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.a %%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.la %%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.so %%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.a %%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.la %%CUPS%%lib/xfce4/xfprint-plugins/cups_plugin.so libdata/pkgconfig/xfprint-1.0.pc share/applications/xfprint.desktop share/applications/xfprint-manager.desktop share/applications/xfce-xfprint-settings.desktop share/gtk-doc/html/libxfprint/PrinterListWindow.html share/gtk-doc/html/libxfprint/PrinterQueueWindow.html share/gtk-doc/html/libxfprint/PrintingSystem.html share/gtk-doc/html/libxfprint/ch01.html share/gtk-doc/html/libxfprint/home.png share/gtk-doc/html/libxfprint/index.html share/gtk-doc/html/libxfprint/index.sgml share/gtk-doc/html/libxfprint/left.png share/gtk-doc/html/libxfprint/libxfprint-Job.html share/gtk-doc/html/libxfprint/libxfprint-Printer.html share/gtk-doc/html/libxfprint/libxfprint.devhelp share/gtk-doc/html/libxfprint/libxfprint.devhelp2 share/gtk-doc/html/libxfprint/right.png share/gtk-doc/html/libxfprint/style.css share/gtk-doc/html/libxfprint/up.png share/icons/hicolor/24x24/devices/printer.png share/icons/hicolor/48x48/devices/printer.png share/icons/hicolor/scalable/devices/printer.svg share/locale/am/LC_MESSAGES/xfprint.mo share/locale/ar/LC_MESSAGES/xfprint.mo share/locale/az/LC_MESSAGES/xfprint.mo share/locale/be/LC_MESSAGES/xfprint.mo share/locale/bg/LC_MESSAGES/xfprint.mo share/locale/bn_IN/LC_MESSAGES/xfprint.mo share/locale/ca/LC_MESSAGES/xfprint.mo share/locale/cs/LC_MESSAGES/xfprint.mo +share/locale/da/LC_MESSAGES/xfprint.mo share/locale/de/LC_MESSAGES/xfprint.mo share/locale/dz/LC_MESSAGES/xfprint.mo share/locale/el/LC_MESSAGES/xfprint.mo share/locale/eo/LC_MESSAGES/xfprint.mo share/locale/en_GB/LC_MESSAGES/xfprint.mo share/locale/es/LC_MESSAGES/xfprint.mo share/locale/es_MX/LC_MESSAGES/xfprint.mo share/locale/et/LC_MESSAGES/xfprint.mo share/locale/eu/LC_MESSAGES/xfprint.mo share/locale/fa/LC_MESSAGES/xfprint.mo share/locale/fi/LC_MESSAGES/xfprint.mo share/locale/fr/LC_MESSAGES/xfprint.mo share/locale/gl/LC_MESSAGES/xfprint.mo share/locale/gu/LC_MESSAGES/xfprint.mo share/locale/he/LC_MESSAGES/xfprint.mo share/locale/hi/LC_MESSAGES/xfprint.mo share/locale/hu/LC_MESSAGES/xfprint.mo +share/locale/id/LC_MESSAGES/xfprint.mo share/locale/it/LC_MESSAGES/xfprint.mo share/locale/ja/LC_MESSAGES/xfprint.mo share/locale/ka/LC_MESSAGES/xfprint.mo share/locale/ko/LC_MESSAGES/xfprint.mo share/locale/lt/LC_MESSAGES/xfprint.mo share/locale/lv/LC_MESSAGES/xfprint.mo share/locale/mk/LC_MESSAGES/xfprint.mo share/locale/mr/LC_MESSAGES/xfprint.mo share/locale/ms/LC_MESSAGES/xfprint.mo share/locale/nb_NO/LC_MESSAGES/xfprint.mo share/locale/nl/LC_MESSAGES/xfprint.mo share/locale/pa/LC_MESSAGES/xfprint.mo share/locale/pl/LC_MESSAGES/xfprint.mo share/locale/pt_BR/LC_MESSAGES/xfprint.mo share/locale/pt_PT/LC_MESSAGES/xfprint.mo share/locale/ro/LC_MESSAGES/xfprint.mo share/locale/ru/LC_MESSAGES/xfprint.mo +share/locale/si/LC_MESSAGES/xfprint.mo share/locale/sk/LC_MESSAGES/xfprint.mo share/locale/sv/LC_MESSAGES/xfprint.mo share/locale/ta/LC_MESSAGES/xfprint.mo share/locale/tr/LC_MESSAGES/xfprint.mo share/locale/uk/LC_MESSAGES/xfprint.mo +share/locale/ur/LC_MESSAGES/xfprint.mo share/locale/vi/LC_MESSAGES/xfprint.mo share/locale/zh_CN/LC_MESSAGES/xfprint.mo share/locale/zh_TW/LC_MESSAGES/xfprint.mo share/xfce4/doc/C/images/xfprint_headings.png share/xfce4/doc/C/images/xfprint_input.png share/xfce4/doc/C/images/xfprint-manager.png share/xfce4/doc/C/images/xfprint-manager-queue.png share/xfce4/doc/C/images/xfprint_mcs_plugin.png share/xfce4/doc/C/images/xfprint_prettyprinting.png share/xfce4/doc/C/images/xfprint_sheets.png share/xfce4/doc/C/images/xfprint_virtualpages.png share/xfce4/doc/C/xfprint.html share/xfce4/doc/fr/images/xfprint_headings.png share/xfce4/doc/fr/images/xfprint_input.png share/xfce4/doc/fr/images/xfprint-manager.png share/xfce4/doc/fr/images/xfprint-manager-queue.png share/xfce4/doc/fr/images/xfprint_mcs_plugin.png share/xfce4/doc/fr/images/xfprint_prettyprinting.png share/xfce4/doc/fr/images/xfprint_sheets.png share/xfce4/doc/fr/images/xfprint_virtualpages.png share/xfce4/doc/fr/xfprint.html @dirrm include/xfce4/libxfprint @dirrmtry include/xfce4 @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4/xfprint-plugins @dirrmtry lib/xfce4 @dirrmtry share/applications @dirrm share/gtk-doc/html/libxfprint @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc @dirrmtry share/xfce4 Property changes on: head/print/xfce4-print/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/sysutils/xfce4-mcs-manager/Makefile =================================================================== --- head/sysutils/xfce4-mcs-manager/Makefile (revision 222237) +++ head/sysutils/xfce4-mcs-manager/Makefile (revision 222238) @@ -1,27 +1,27 @@ # New ports collection makefile for: xfce-mcs-manager # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-mcs-manager -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-mcs-manager-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libmcs .include Property changes on: head/sysutils/xfce4-mcs-manager/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/sysutils/xfce4-mcs-manager/distinfo =================================================================== --- head/sysutils/xfce4-mcs-manager/distinfo (revision 222237) +++ head/sysutils/xfce4-mcs-manager/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 876a4b5d582de8fdc01457df2e7e1339 -SHA256 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 65531403c4b24f1be031e57a935b9a464661c47764cb913888aa86ed03ecb268 -SIZE (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 634994 +MD5 (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = 452815eb75d8a1ec70c1abbc78bc6d4e +SHA256 (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = 0c9323820a2d28fbfb53a3509757e690a0a753f22728870b0316d2a710bf1456 +SIZE (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = 614587 Property changes on: head/sysutils/xfce4-mcs-manager/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/sysutils/xfce4-mcs-manager/pkg-plist =================================================================== --- head/sysutils/xfce4-mcs-manager/pkg-plist (revision 222237) +++ head/sysutils/xfce4-mcs-manager/pkg-plist (revision 222238) @@ -1,92 +1,97 @@ bin/xfce-setting-show bin/xfce-mcs-manager include/xfce4/xfce-mcs-manager/manager-plugin.h libdata/pkgconfig/xfce-mcs-manager.pc share/applications/xfce-settings-manager.desktop share/icons/hicolor/48x48/apps/xfce4-settings.png share/locale/am/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ar/LC_MESSAGES/xfce-mcs-manager.mo share/locale/az/LC_MESSAGES/xfce-mcs-manager.mo share/locale/be/LC_MESSAGES/xfce-mcs-manager.mo share/locale/bg/LC_MESSAGES/xfce-mcs-manager.mo share/locale/bn_IN/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ca/LC_MESSAGES/xfce-mcs-manager.mo share/locale/cs/LC_MESSAGES/xfce-mcs-manager.mo share/locale/de/LC_MESSAGES/xfce-mcs-manager.mo share/locale/dz/LC_MESSAGES/xfce-mcs-manager.mo share/locale/el/LC_MESSAGES/xfce-mcs-manager.mo share/locale/en_GB/LC_MESSAGES/xfce-mcs-manager.mo share/locale/eo/LC_MESSAGES/xfce-mcs-manager.mo share/locale/es/LC_MESSAGES/xfce-mcs-manager.mo share/locale/es_MX/LC_MESSAGES/xfce-mcs-manager.mo share/locale/et/LC_MESSAGES/xfce-mcs-manager.mo share/locale/eu/LC_MESSAGES/xfce-mcs-manager.mo share/locale/fa/LC_MESSAGES/xfce-mcs-manager.mo share/locale/fi/LC_MESSAGES/xfce-mcs-manager.mo share/locale/fr/LC_MESSAGES/xfce-mcs-manager.mo share/locale/gl/LC_MESSAGES/xfce-mcs-manager.mo share/locale/gu/LC_MESSAGES/xfce-mcs-manager.mo share/locale/he/LC_MESSAGES/xfce-mcs-manager.mo share/locale/hi/LC_MESSAGES/xfce-mcs-manager.mo share/locale/hu/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/id/LC_MESSAGES/xfce-mcs-manager.mo share/locale/it/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ja/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ka/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ko/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ku/LC_MESSAGES/xfce-mcs-manager.mo share/locale/lt/LC_MESSAGES/xfce-mcs-manager.mo share/locale/lv/LC_MESSAGES/xfce-mcs-manager.mo share/locale/mk/LC_MESSAGES/xfce-mcs-manager.mo share/locale/mr/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ms/LC_MESSAGES/xfce-mcs-manager.mo share/locale/nb_NO/LC_MESSAGES/xfce-mcs-manager.mo share/locale/nl/LC_MESSAGES/xfce-mcs-manager.mo share/locale/pa/LC_MESSAGES/xfce-mcs-manager.mo share/locale/pl/LC_MESSAGES/xfce-mcs-manager.mo share/locale/pt_BR/LC_MESSAGES/xfce-mcs-manager.mo share/locale/pt_PT/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ro/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ru/LC_MESSAGES/xfce-mcs-manager.mo share/locale/sk/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/si/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/sl/LC_MESSAGES/xfce-mcs-manager.mo share/locale/sv/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ta/LC_MESSAGES/xfce-mcs-manager.mo share/locale/tr/LC_MESSAGES/xfce-mcs-manager.mo share/locale/uk/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ur/LC_MESSAGES/xfce-mcs-manager.mo share/locale/vi/LC_MESSAGES/xfce-mcs-manager.mo share/locale/zh_CN/LC_MESSAGES/xfce-mcs-manager.mo share/locale/zh_TW/LC_MESSAGES/xfce-mcs-manager.mo share/xfce4/doc/C/images/settings_manager.png share/xfce4/doc/C/images/smgr_from_root_menu.png share/xfce4/doc/C/images/smgr_from_setup_button.png share/xfce4/doc/C/xfce-mcs-manager.html share/xfce4/doc/fr/images/settings_manager.png share/xfce4/doc/fr/images/smgr_from_panel.png share/xfce4/doc/fr/images/smgr_from_root_menu.png share/xfce4/doc/fr/images/smgr_from_setup_button.png share/xfce4/doc/fr/xfce-mcs-manager.html share/xfce4/doc/it/images/settings_manager.png share/xfce4/doc/it/images/smgr_from_panel.png share/xfce4/doc/it/images/smgr_from_root_menu.png share/xfce4/doc/it/images/smgr_from_setup_button.png share/xfce4/doc/it/xfce-mcs-manager.html @dirrm include/xfce4/xfce-mcs-manager @dirrmtry include/xfce4 @dirrmtry share/applications @dirrmtry share/icons/hicolor @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc/it/images @dirrmtry share/xfce4/doc/it @dirrmtry share/xfce4/doc @dirrmtry share/xfce4 @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor @dirrmtry share/icons Property changes on: head/sysutils/xfce4-mcs-manager/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/sysutils/xfce4-mcs-plugins/Makefile =================================================================== --- head/sysutils/xfce4-mcs-plugins/Makefile (revision 222237) +++ head/sysutils/xfce4-mcs-plugins/Makefile (revision 222238) @@ -1,27 +1,27 @@ # New ports collection makefile for: xfce-mcs-plugins # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ PORTNAME= xfce4-mcs-plugins -PORTVERSION= 4.4.2 -PORTREVISION= 2 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-mcs-plugins-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager plugins GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui mcsmanager USE_XORG= x11 xext .include Property changes on: head/sysutils/xfce4-mcs-plugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/sysutils/xfce4-mcs-plugins/distinfo =================================================================== --- head/sysutils/xfce4-mcs-plugins/distinfo (revision 222237) +++ head/sysutils/xfce4-mcs-plugins/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = 77fcc929058de530d4f91eb25de851a1 -SHA256 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = e16610264256248bfd8ca227c7861000abf0c323611ad34913b06c41af0c9be5 -SIZE (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = 811156 +MD5 (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = a1433d7d2c8705f0d3965dbaf1211943 +SHA256 (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = 1f33222334222e50f45b2cdd1571b24eb2848775b55bc78fba0696f82ebf1b6d +SIZE (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = 898082 Property changes on: head/sysutils/xfce4-mcs-plugins/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/sysutils/xfce4-mcs-plugins/pkg-plist =================================================================== --- head/sysutils/xfce4-mcs-plugins/pkg-plist (revision 222237) +++ head/sysutils/xfce4-mcs-plugins/pkg-plist (revision 222238) @@ -1,117 +1,122 @@ lib/xfce4/mcs-plugins/display_plugin.a lib/xfce4/mcs-plugins/display_plugin.la lib/xfce4/mcs-plugins/display_plugin.so lib/xfce4/mcs-plugins/fm_plugin.a lib/xfce4/mcs-plugins/fm_plugin.la lib/xfce4/mcs-plugins/fm_plugin.so lib/xfce4/mcs-plugins/keyboard_plugin.a lib/xfce4/mcs-plugins/keyboard_plugin.la lib/xfce4/mcs-plugins/keyboard_plugin.so lib/xfce4/mcs-plugins/mouse_plugin.a lib/xfce4/mcs-plugins/mouse_plugin.la lib/xfce4/mcs-plugins/mouse_plugin.so lib/xfce4/mcs-plugins/screensaver_plugin.a lib/xfce4/mcs-plugins/screensaver_plugin.la lib/xfce4/mcs-plugins/screensaver_plugin.so lib/xfce4/mcs-plugins/ui_plugin.a lib/xfce4/mcs-plugins/ui_plugin.la lib/xfce4/mcs-plugins/ui_plugin.so share/applications/xfce-ui-settings.desktop share/applications/xfce-keyboard-settings.desktop share/applications/xfce-mouse-settings.desktop share/applications/xfce-display-settings.desktop share/icons/hicolor/48x48/apps/xfce4-display.png share/icons/hicolor/48x48/apps/xfce4-keyboard.png share/icons/hicolor/48x48/apps/xfce4-mouse.png share/icons/hicolor/48x48/apps/xfce4-ui.png share/icons/hicolor/scalable/apps/xfce4-display.svg share/icons/hicolor/scalable/apps/xfce4-keyboard.svg share/icons/hicolor/scalable/apps/xfce4-mouse.svg share/icons/hicolor/scalable/apps/xfce4-ui.svg share/locale/am/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ar/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/az/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/bg/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/be/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/bn_IN/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ca/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/cs/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/da/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/de/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/dz/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/el/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/en_GB/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/eo/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/es/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/es_MX/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/et/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/eu/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/fa/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/fi/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/fr/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/gl/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/gu/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/he/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/hi/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/hu/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/id/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/it/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ja/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ka/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ko/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ku/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/lt/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/lv/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/mk/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/mr/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ms/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/nb_NO/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/nl/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/pa/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/pl/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/pt_BR/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/pt_PT/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ro/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ru/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/si/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/sk/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/sv/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ta/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/tr/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/uk/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ur/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/vi/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/zh_CN/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/zh_TW/LC_MESSAGES/xfce-mcs-plugins.mo share/xfce-mcs-plugins/shortcuts/default.xml share/xfce4/doc/C/images/display_preferences.png share/xfce4/doc/C/images/font_selection.png share/xfce4/doc/C/images/keyboard_settings.png share/xfce4/doc/C/images/mouse_settings.png share/xfce4/doc/C/images/user_interface_settings.png share/xfce4/doc/C/images/user_interface_settings_icons.png share/xfce4/doc/C/xfce-mcs-plugins.html share/xfce4/doc/fr/images/display_preferences.png share/xfce4/doc/fr/images/font_selection.png share/xfce4/doc/fr/images/keyboard_settings.png share/xfce4/doc/fr/images/mouse_settings.png share/xfce4/doc/fr/images/user_interface_settings.png share/xfce4/doc/fr/xfce-mcs-plugins.html share/xfce4/doc/it/images/font_selection.png share/xfce4/doc/it/images/keyboard_settings.png share/xfce4/doc/it/images/mouse_settings.png share/xfce4/doc/it/images/user_interface_settings.png share/xfce4/doc/it/xfce-mcs-plugins.html @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4 @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrm share/xfce-mcs-plugins/shortcuts @dirrm share/xfce-mcs-plugins @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc/he/images @dirrmtry share/xfce4/doc/he @dirrmtry share/xfce4/doc @dirrmtry share/xfce4 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable Property changes on: head/sysutils/xfce4-mcs-plugins/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/sysutils/xfce4-utils/Makefile =================================================================== --- head/sysutils/xfce4-utils/Makefile (revision 222237) +++ head/sysutils/xfce4-utils/Makefile (revision 222238) @@ -1,46 +1,46 @@ # New ports collection makefile for: libxfce4util # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-utils -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-utils-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 essential utilities and scripts GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libmcs libutil mcsmanager panel OPTIONS= DBUS "Enable D-BUS support" on .include .if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= WITH_DBUS="" .else CONFIGURE_ARGS+=--disable-dbus PLIST_SUB+= WITH_DBUS="@comment " .endif post-patch: @${REINPLACE_CMD} 's|/usr/local/share:|${LOCALBASE}/share:|' \ ${WRKSRC}/scripts/startxfce4.in @${REINPLACE_CMD} 's|/usr/local/share:||' \ ${WRKSRC}/scripts/startxfce4.in .include Property changes on: head/sysutils/xfce4-utils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/sysutils/xfce4-utils/distinfo =================================================================== --- head/sysutils/xfce4-utils/distinfo (revision 222237) +++ head/sysutils/xfce4-utils/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-utils-4.4.2.tar.bz2) = 119dd3f1daedfa41e3be89bad8997336 -SHA256 (xfce4/xfce-utils-4.4.2.tar.bz2) = eba910fb99598e09fa4c41c4ab405216a2b59a837a3ab058656360ec2324314c -SIZE (xfce4/xfce-utils-4.4.2.tar.bz2) = 596712 +MD5 (xfce4/xfce-utils-4.4.3.tar.bz2) = 6d6ae1f048e1dc1348ad050498af5a18 +SHA256 (xfce4/xfce-utils-4.4.3.tar.bz2) = 919a3e1fc825bf22615821b66f65d30d5d2b3d7c44a37a54febb512d4e102c08 +SIZE (xfce4/xfce-utils-4.4.3.tar.bz2) = 644408 Property changes on: head/sysutils/xfce4-utils/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/sysutils/xfce4-utils/pkg-plist =================================================================== --- head/sysutils/xfce4-utils/pkg-plist (revision 222237) +++ head/sysutils/xfce4-utils/pkg-plist (revision 222238) @@ -1,123 +1,134 @@ bin/startxfce4 bin/xfbrowser4 bin/xfce4-about bin/xfhelp4 bin/xflock4 bin/xfmountdev4 bin/xfrun4 bin/xfterm4 etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xinitrc %%WITH_DBUS%%share/dbus-1/services/org.xfce.RunDialog.service share/icons/hicolor/48x48/apps/xfce4-logo.png share/locale/af/LC_MESSAGES/xfce-utils.mo share/locale/am/LC_MESSAGES/xfce-utils.mo share/locale/ar/LC_MESSAGES/xfce-utils.mo share/locale/az/LC_MESSAGES/xfce-utils.mo share/locale/be/LC_MESSAGES/xfce-utils.mo share/locale/bg/LC_MESSAGES/xfce-utils.mo share/locale/bn_IN/LC_MESSAGES/xfce-utils.mo share/locale/ca/LC_MESSAGES/xfce-utils.mo share/locale/cs/LC_MESSAGES/xfce-utils.mo +share/locale/da/LC_MESSAGES/xfce-utils.mo share/locale/de/LC_MESSAGES/xfce-utils.mo share/locale/dz/LC_MESSAGES/xfce-utils.mo share/locale/el/LC_MESSAGES/xfce-utils.mo share/locale/en_GB/LC_MESSAGES/xfce-utils.mo share/locale/eo/LC_MESSAGES/xfce-utils.mo share/locale/es/LC_MESSAGES/xfce-utils.mo share/locale/es_MX/LC_MESSAGES/xfce-utils.mo share/locale/et/LC_MESSAGES/xfce-utils.mo share/locale/eu/LC_MESSAGES/xfce-utils.mo share/locale/fa/LC_MESSAGES/xfce-utils.mo share/locale/fi/LC_MESSAGES/xfce-utils.mo share/locale/fr/LC_MESSAGES/xfce-utils.mo share/locale/gl/LC_MESSAGES/xfce-utils.mo share/locale/gu/LC_MESSAGES/xfce-utils.mo share/locale/he/LC_MESSAGES/xfce-utils.mo share/locale/hi/LC_MESSAGES/xfce-utils.mo share/locale/hu/LC_MESSAGES/xfce-utils.mo share/locale/hy/LC_MESSAGES/xfce-utils.mo +share/locale/id/LC_MESSAGES/xfce-utils.mo share/locale/it/LC_MESSAGES/xfce-utils.mo share/locale/ja/LC_MESSAGES/xfce-utils.mo share/locale/ka/LC_MESSAGES/xfce-utils.mo share/locale/ko/LC_MESSAGES/xfce-utils.mo +share/locale/ku/LC_MESSAGES/xfce-utils.mo share/locale/lt/LC_MESSAGES/xfce-utils.mo share/locale/lv/LC_MESSAGES/xfce-utils.mo share/locale/mk/LC_MESSAGES/xfce-utils.mo share/locale/mr/LC_MESSAGES/xfce-utils.mo share/locale/ms/LC_MESSAGES/xfce-utils.mo share/locale/nb_NO/LC_MESSAGES/xfce-utils.mo share/locale/nl/LC_MESSAGES/xfce-utils.mo share/locale/pl/LC_MESSAGES/xfce-utils.mo share/locale/pa/LC_MESSAGES/xfce-utils.mo share/locale/pt_BR/LC_MESSAGES/xfce-utils.mo share/locale/pt_PT/LC_MESSAGES/xfce-utils.mo share/locale/ro/LC_MESSAGES/xfce-utils.mo share/locale/ru/LC_MESSAGES/xfce-utils.mo +share/locale/si/LC_MESSAGES/xfce-utils.mo share/locale/sk/LC_MESSAGES/xfce-utils.mo share/locale/sv/LC_MESSAGES/xfce-utils.mo share/locale/ta/LC_MESSAGES/xfce-utils.mo share/locale/tr/LC_MESSAGES/xfce-utils.mo share/locale/uk/LC_MESSAGES/xfce-utils.mo +share/locale/ur/LC_MESSAGES/xfce-utils.mo share/locale/vi/LC_MESSAGES/xfce-utils.mo share/locale/zh_CN/LC_MESSAGES/xfce-utils.mo share/locale/zh_TW/LC_MESSAGES/xfce-utils.mo share/xfce4/AUTHORS share/xfce4/COPYING share/xfce4/BSD share/xfce4/GPL share/xfce4/INFO share/xfce4/INFO.ca share/xfce4/INFO.es share/xfce4/INFO.fi share/xfce4/INFO.fr share/xfce4/INFO.it share/xfce4/INFO.ja share/xfce4/INFO.ru share/xfce4/INFO.uk share/xfce4/INFO.vi share/xfce4/LGPL share/xfce4/doc/C/index.html share/xfce4/doc/C/images/about-dialog.png share/xfce4/doc/C/images/run-dialog.png share/xfce4/doc/C/images/default-session.png share/xfce4/doc/C/images/link_xfce.jpg share/xfce4/doc/C/images/taskbar_settings.png share/xfce4/doc/C/BSD.html share/xfce4/doc/C/GPL.html share/xfce4/doc/C/LGPL.html share/xfce4/doc/C/xfce-utils.html share/xfce4/doc/C/xfce4-components.html share/xfce4/doc/C/xfce4-user-guide.html share/xfce4/doc/C/xfce4-intro.html share/xfce4/doc/C/xfce4-copyright.html share/xfce4/doc/C/xfce4-use.html share/xfce4/doc/C/xfce4-install.html share/xfce4/doc/fr/index.html share/xfce4/doc/it/index.html share/xfce4/doc/xfce.css share/xfce4/doc/xfce-chunk.css share/xfce4/doc/xfce-mouse.png @dirrmtry etc/xdg/xfce4 @dirrmtry etc/xdg @dirrmtry etc/xfce4 @dirrmtry share/applications @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc/it @dirrmtry share/xfce4/doc @dirrmtry share/xfce4 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy Property changes on: head/sysutils/xfce4-utils/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11/Terminal/Makefile =================================================================== --- head/x11/Terminal/Makefile (revision 222237) +++ head/x11/Terminal/Makefile (revision 222238) @@ -1,56 +1,56 @@ # New ports collection makefile for: Terminal # Date created: 23 October 2004 # Whom: Matt Lancereau # # $FreeBSD$ # PORTNAME= Terminal -PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTVERSION= 0.2.8.3 +PORTREVISION= 0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Terminal emulator for the X windowing system LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig vte USE_XFCE= configenv libexo OPTIONS= DBUS "Enable D-BUS support" on \ STARTUP "Enable startup notification support" on MAN1= Terminal.1 .include .if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= WITH_DBUS="" .else CONFIGURE_ARGS+=--disable-dbus PLIST_SUB+= WITH_DBUS="@comment " .endif .if !defined(WITHOUT_STARTUP) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's| doc[ ]*||' ${WRKSRC}/Makefile.in .endif .include Property changes on: head/x11/Terminal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/x11/Terminal/distinfo =================================================================== --- head/x11/Terminal/distinfo (revision 222237) +++ head/x11/Terminal/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/Terminal-0.2.8.tar.bz2) = cfe660ecf50e9d3b073576bbc4af6ab2 -SHA256 (xfce4/Terminal-0.2.8.tar.bz2) = 20a58b96915f67c5b4f49fb1428e1876195f1f9fd7d37e0081352cadc13463e7 -SIZE (xfce4/Terminal-0.2.8.tar.bz2) = 1908459 +MD5 (xfce4/Terminal-0.2.8.3.tar.bz2) = 38af7a51955f6dbb0ecd6d7b882805a1 +SHA256 (xfce4/Terminal-0.2.8.3.tar.bz2) = 801eec620b13f5f839ded46705f9386366891ae1f51ba7e171e110f3cbce8b18 +SIZE (xfce4/Terminal-0.2.8.3.tar.bz2) = 1860706 Property changes on: head/x11/Terminal/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11/Terminal/pkg-plist =================================================================== --- head/x11/Terminal/pkg-plist (revision 222237) +++ head/x11/Terminal/pkg-plist (revision 222238) @@ -1,159 +1,163 @@ bin/Terminal bin/terminal libexec/TerminalHelp share/Terminal/Terminal-toolbars.ui share/applications/Terminal.desktop %%PORTDOCS%%%%DOCSDIR%%/C/advanced.html %%PORTDOCS%%%%DOCSDIR%%/C/copyright.html %%PORTDOCS%%%%DOCSDIR%%/C/faq.html %%PORTDOCS%%%%DOCSDIR%%/C/getting-started.html %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-applications-dialog.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-applications-menu.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-choose-custom-webbrowser.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-compose-shortcut.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-edit-applications.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-edit-preferences.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-first-time.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-multiple-tabs.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-preferences-advanced.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-preferences-appearance.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-preferences-colors.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-preferences-general.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-preferences-shortcuts.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-set-title.png %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-toolbars.png %%PORTDOCS%%%%DOCSDIR%%/C/index.html %%PORTDOCS%%%%DOCSDIR%%/C/preferences.html %%PORTDOCS%%%%DOCSDIR%%/C/support.html %%PORTDOCS%%%%DOCSDIR%%/C/usage.html %%PORTDOCS%%%%DOCSDIR%%/fr/advanced.html %%PORTDOCS%%%%DOCSDIR%%/fr/copyright.html %%PORTDOCS%%%%DOCSDIR%%/fr/faq.html %%PORTDOCS%%%%DOCSDIR%%/fr/getting-started.html %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-applications-dialog.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-applications-menu.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-choose-custom-webbrowser.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-compose-shortcut.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-edit-applications.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-edit-preferences.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-first-time.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-multiple-tabs.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-advanced.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-appearance.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-colors.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-general.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-shortcuts.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-set-title.png %%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-toolbars.png %%PORTDOCS%%%%DOCSDIR%%/fr/index.html %%PORTDOCS%%%%DOCSDIR%%/fr/preferences.html %%PORTDOCS%%%%DOCSDIR%%/fr/support.html %%PORTDOCS%%%%DOCSDIR%%/fr/usage.html %%PORTDOCS%%%%DOCSDIR%%/ja/advanced.html %%PORTDOCS%%%%DOCSDIR%%/ja/copyright.html %%PORTDOCS%%%%DOCSDIR%%/ja/faq.html %%PORTDOCS%%%%DOCSDIR%%/ja/getting-started.html %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-applications-dialog.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-applications-menu.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-choose-custom-webbrowser.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-compose-shortcut.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-edit-applications.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-edit-preferences.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-first-time.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-multiple-tabs.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-advanced.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-appearance.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-colors.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-general.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-shortcuts.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-set-title.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-toolbars.png %%PORTDOCS%%%%DOCSDIR%%/ja/index.html %%PORTDOCS%%%%DOCSDIR%%/ja/preferences.html %%PORTDOCS%%%%DOCSDIR%%/ja/support.html %%PORTDOCS%%%%DOCSDIR%%/ja/usage.html %%PORTDOCS%%%%DOCSDIR%%/terminal.css share/icons/hicolor/16x16/stock/navigation/stock_terminal-closetab.png share/icons/hicolor/16x16/stock/navigation/stock_terminal-closewindow.png share/icons/hicolor/16x16/stock/navigation/stock_terminal-newtab.png share/icons/hicolor/16x16/stock/navigation/stock_terminal-newwindow.png share/icons/hicolor/16x16/stock/navigation/stock_terminal-reportbug.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-closetab.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-closewindow.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-fullscreen.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-newtab.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-newwindow.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-reportbug.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-showborders.png share/icons/hicolor/24x24/stock/navigation/stock_terminal-showmenu.png share/icons/hicolor/48x48/apps/Terminal.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-advanced.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-appearance.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-colors.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-compose.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-general.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-shortcuts.png share/icons/hicolor/scalable/apps/Terminal.svg share/locale/ar/LC_MESSAGES/Terminal.mo share/locale/be/LC_MESSAGES/Terminal.mo share/locale/ca/LC_MESSAGES/Terminal.mo share/locale/cs/LC_MESSAGES/Terminal.mo +share/locale/da/LC_MESSAGES/Terminal.mo share/locale/de/LC_MESSAGES/Terminal.mo share/locale/dz/LC_MESSAGES/Terminal.mo share/locale/el/LC_MESSAGES/Terminal.mo share/locale/en_GB/LC_MESSAGES/Terminal.mo share/locale/eo/LC_MESSAGES/Terminal.mo +share/locale/et/LC_MESSAGES/Terminal.mo share/locale/es/LC_MESSAGES/Terminal.mo share/locale/eu/LC_MESSAGES/Terminal.mo share/locale/fi/LC_MESSAGES/Terminal.mo share/locale/fr/LC_MESSAGES/Terminal.mo share/locale/gl/LC_MESSAGES/Terminal.mo share/locale/he/LC_MESSAGES/Terminal.mo share/locale/hu/LC_MESSAGES/Terminal.mo +share/locale/id/LC_MESSAGES/Terminal.mo share/locale/it/LC_MESSAGES/Terminal.mo share/locale/ja/LC_MESSAGES/Terminal.mo share/locale/ko/LC_MESSAGES/Terminal.mo +share/locale/ku/LC_MESSAGES/Terminal.mo share/locale/lt/LC_MESSAGES/Terminal.mo share/locale/lv/LC_MESSAGES/Terminal.mo share/locale/nb_NO/LC_MESSAGES/Terminal.mo share/locale/nl/LC_MESSAGES/Terminal.mo share/locale/pa/LC_MESSAGES/Terminal.mo share/locale/pl/LC_MESSAGES/Terminal.mo share/locale/pt_BR/LC_MESSAGES/Terminal.mo share/locale/pt_PT/LC_MESSAGES/Terminal.mo share/locale/ro/LC_MESSAGES/Terminal.mo share/locale/ru/LC_MESSAGES/Terminal.mo share/locale/sk/LC_MESSAGES/Terminal.mo share/locale/sq/LC_MESSAGES/Terminal.mo share/locale/sv/LC_MESSAGES/Terminal.mo share/locale/tr/LC_MESSAGES/Terminal.mo share/locale/uk/LC_MESSAGES/Terminal.mo share/locale/ur/LC_MESSAGES/Terminal.mo share/locale/vi/LC_MESSAGES/Terminal.mo share/locale/zh_CN/LC_MESSAGES/Terminal.mo share/locale/zh_TW/LC_MESSAGES/Terminal.mo share/pixmaps/terminal.xpm @dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor/24x24/stock/navigation @dirrmtry share/icons/hicolor/24x24/stock @dirrmtry share/icons/hicolor/24x24 @dirrmtry share/icons/hicolor @dirrmtry icons %%PORTDOCS%%@dirrm %%DOCSDIR%%/C/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/C %%PORTDOCS%%@dirrm %%DOCSDIR%%/fr/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/fr %%PORTDOCS%%@dirrm %%DOCSDIR%%/ja/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/ja %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications @dirrm share/Terminal @dirrmtry share/icons/hicolor/16x16/stock/navigation @dirrmtry share/icons/hicolor/16x16/stock @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor/48x48/stock/navigation @dirrmtry share/icons/hicolor/48x48/stock @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz Property changes on: head/x11/Terminal/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/libexo/Makefile =================================================================== --- head/x11/libexo/Makefile (revision 222237) +++ head/x11/libexo/Makefile (revision 222238) @@ -1,85 +1,85 @@ # New ports collection makefile for: libexo # Date created: 23 October 2004 # Whom: Matt Lancereau # # $FreeBSD$ # $MCom: ports/x11/libexo/Makefile,v 1.1 2006/10/02 21:05:55 ahze Exp $ PORTNAME= libexo PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce DISTNAME= exo-${PORTVERSION} MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Terminal library, extensions to Xfce by os-cillation BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_PERL5= yes USE_XFCE= configenv libutil mcsmanager OPTIONS= HAL "Enable HAL support" on \ NOTIFY "Enable notification support" on \ PYTHON "Enable Python support" off \ MCS "Build with xfce4-mcs-manager support" on MAN1= exo-csource.1 exo-open.1 .include .if !defined(WITHOUT_HAL) CONFIGURE_ARGS+=--enable-hal LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal .else CONFIGURE_ARGS+=--disable-hal .endif .if !defined(WITHOUT_NOTIFY) CONFIGURE_ARGS+=--enable-notifications LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify PLIST_SUB+= NOTIFY="" .else CONFIGURE_ARGS+=--disable-notifications PLIST_SUB+= NOTIFY="@comment " .endif .if defined(WITH_PYTHON) CONFIGURE_ARGS+=--enable-python USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif .if !defined(WITHOUT_MCS) CONFIGURE_ARGS+=--enable-mcs-plugin BUILD_DEPENDS+= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager RUN_DEPENDS+= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager PLIST_SUB+= MCS_MANAGER="" .else CONFIGURE_ARGS+=--disable-mcs-plugin PLIST_SUB+= MCS_MANAGER="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|FALSE;;|FALSE;|' ${WRKSRC}/exo/exo-icon-view.c @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include Property changes on: head/x11/libexo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/x11/libxfce4mcs/Makefile =================================================================== --- head/x11/libxfce4mcs/Makefile (revision 222237) +++ head/x11/libxfce4mcs/Makefile (revision 222238) @@ -1,48 +1,48 @@ # New ports collection makefile for: libxfce4util # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= libxfce4mcs -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings management library used by most XFce 4 modules USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack gnometarget pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libutil OPTIONS= GTKDOC "install the library documentation" off \ STARTUP "Enable startup notification support" on .include .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+=--enable-gtk-doc PLIST_SUB+= GTK_DOC="" .else CONFIGURE_ARGS+=--disable-gtk-doc PLIST_SUB+= GTK_DOC="@comment " .endif .if !defined(WITHOUT_STARTUP) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif .include Property changes on: head/x11/libxfce4mcs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/x11/libxfce4mcs/distinfo =================================================================== --- head/x11/libxfce4mcs/distinfo (revision 222237) +++ head/x11/libxfce4mcs/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 5ffe66a3eeb884839806ce929e5d2776 -SHA256 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 192843e8fdd63e10ba431ca12265c654dbce9677ec9d330038eea462ca0e5c8e -SIZE (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 280108 +MD5 (xfce4/libxfce4mcs-4.4.3.tar.bz2) = c50846b0ad090c2434ca4df1d060cc98 +SHA256 (xfce4/libxfce4mcs-4.4.3.tar.bz2) = 220f59631de5bc6cbfe16dbaded79db1c4294aa2aca13f18cace24cb91d4fcb2 +SIZE (xfce4/libxfce4mcs-4.4.3.tar.bz2) = 297208 Property changes on: head/x11/libxfce4mcs/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11/libxfce4util/Makefile =================================================================== --- head/x11/libxfce4util/Makefile (revision 222237) +++ head/x11/libxfce4util/Makefile (revision 222238) @@ -1,35 +1,35 @@ # New ports collection makefile for: libxfce4util # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= libxfce4util -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 library with non-graphical helper functions USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack gnometarget pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+=--enable-gtk-doc PLIST_SUB+= GTK_DOC="" .else CONFIGURE_ARGS+=--disable-gtk-doc PLIST_SUB+= GTK_DOC="@comment " .endif .include Property changes on: head/x11/libxfce4util/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/x11/libxfce4util/distinfo =================================================================== --- head/x11/libxfce4util/distinfo (revision 222237) +++ head/x11/libxfce4util/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfce4util-4.4.2.tar.bz2) = 261e7a5df039493ad746e0c359211092 -SHA256 (xfce4/libxfce4util-4.4.2.tar.bz2) = f717dcdb4d8ee8f967ed0882e82aad06abe66c32481b9954737273312c937a6d -SIZE (xfce4/libxfce4util-4.4.2.tar.bz2) = 366163 +MD5 (xfce4/libxfce4util-4.4.3.tar.bz2) = 0a4d887b84c8b79ae09a1c6b20626c95 +SHA256 (xfce4/libxfce4util-4.4.3.tar.bz2) = cbed16df6bf97e3e9cd885801db0be012ec70cd1d99c1b28559923c66f877770 +SIZE (xfce4/libxfce4util-4.4.3.tar.bz2) = 390566 Property changes on: head/x11/libxfce4util/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11/libxfce4util/pkg-plist =================================================================== --- head/x11/libxfce4util/pkg-plist (revision 222237) +++ head/x11/libxfce4util/pkg-plist (revision 222238) @@ -1,86 +1,93 @@ include/xfce4/libxfce4util/debug.h include/xfce4/libxfce4util/i18n.h include/xfce4/libxfce4util/libxfce4util.h include/xfce4/libxfce4util/libxfce4util-config.h include/xfce4/libxfce4util/libxfce4util-enum-types.h include/xfce4/libxfce4util/utf8.h include/xfce4/libxfce4util/util.h include/xfce4/libxfce4util/xfce-desktopentry.h include/xfce4/libxfce4util/xfce-fileutils.h include/xfce4/libxfce4util/xfce-generics.h include/xfce4/libxfce4util/xfce-i18n.h include/xfce4/libxfce4util/xfce-kiosk.h include/xfce4/libxfce4util/xfce-license.h include/xfce4/libxfce4util/xfce-miscutils.h include/xfce4/libxfce4util/xfce-rc.h include/xfce4/libxfce4util/xfce-resource.h include/xfce4/libxfce4util/xfce-utf8.h lib/libxfce4util.a lib/libxfce4util.la lib/libxfce4util.so lib/libxfce4util.so.4 libdata/pkgconfig/libxfce4util-1.0.pc sbin/xfce4-kiosk-query share/gtk-doc/html/libxfce4util/home.png share/gtk-doc/html/libxfce4util/index.html share/gtk-doc/html/libxfce4util/index.sgml share/gtk-doc/html/libxfce4util/left.png share/gtk-doc/html/libxfce4util/libxfce4util-Desktop-entries.html share/gtk-doc/html/libxfce4util/libxfce4util-File-Utilities.html share/gtk-doc/html/libxfce4util/libxfce4util-Internationalisation.html share/gtk-doc/html/libxfce4util/libxfce4util-Miscellaneous-Utilities.html share/gtk-doc/html/libxfce4util/libxfce4util-Resource-Config-File-Support.html share/gtk-doc/html/libxfce4util/libxfce4util-Resource-lookup-functions.html share/gtk-doc/html/libxfce4util/libxfce4util-Unicode-Support-Functions.html share/gtk-doc/html/libxfce4util/libxfce4util-Software-Licenses.html share/gtk-doc/html/libxfce4util/libxfce4util-Version-Information.html share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Generics.html share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Kiosk-functions.html share/gtk-doc/html/libxfce4util/libxfce4util-core.html share/gtk-doc/html/libxfce4util/libxfce4util-datatypes.html share/gtk-doc/html/libxfce4util/libxfce4util-fundamentals.html share/gtk-doc/html/libxfce4util/libxfce4util-utilities.html share/gtk-doc/html/libxfce4util/libxfce4util.devhelp share/gtk-doc/html/libxfce4util/libxfce4util.devhelp2 share/gtk-doc/html/libxfce4util/reference.html share/gtk-doc/html/libxfce4util/right.png share/gtk-doc/html/libxfce4util/style.css share/gtk-doc/html/libxfce4util/up.png share/locale/am/LC_MESSAGES/libxfce4util.mo share/locale/ar/LC_MESSAGES/libxfce4util.mo share/locale/ca/LC_MESSAGES/libxfce4util.mo share/locale/cs/LC_MESSAGES/libxfce4util.mo share/locale/cy/LC_MESSAGES/libxfce4util.mo share/locale/de/LC_MESSAGES/libxfce4util.mo share/locale/dz/LC_MESSAGES/libxfce4util.mo share/locale/en_GB/LC_MESSAGES/libxfce4util.mo +share/locale/et/LC_MESSAGES/libxfce4util.mo share/locale/eu/LC_MESSAGES/libxfce4util.mo share/locale/fi/LC_MESSAGES/libxfce4util.mo share/locale/fr/LC_MESSAGES/libxfce4util.mo share/locale/gl/LC_MESSAGES/libxfce4util.mo share/locale/he/LC_MESSAGES/libxfce4util.mo +share/locale/id/LC_MESSAGES/libxfce4util.mo share/locale/it/LC_MESSAGES/libxfce4util.mo share/locale/ja/LC_MESSAGES/libxfce4util.mo share/locale/ka/LC_MESSAGES/libxfce4util.mo share/locale/ko/LC_MESSAGES/libxfce4util.mo share/locale/lt/LC_MESSAGES/libxfce4util.mo share/locale/lv/LC_MESSAGES/libxfce4util.mo share/locale/mk/LC_MESSAGES/libxfce4util.mo share/locale/nb_NO/LC_MESSAGES/libxfce4util.mo share/locale/nl/LC_MESSAGES/libxfce4util.mo share/locale/pl/LC_MESSAGES/libxfce4util.mo share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo share/locale/pt_PT/LC_MESSAGES/libxfce4util.mo share/locale/ro/LC_MESSAGES/libxfce4util.mo +share/locale/si/LC_MESSAGES/libxfce4util.mo +share/locale/sk/LC_MESSAGES/libxfce4util.mo share/locale/sq/LC_MESSAGES/libxfce4util.mo share/locale/th/LC_MESSAGES/libxfce4util.mo share/locale/tr/LC_MESSAGES/libxfce4util.mo share/locale/uk/LC_MESSAGES/libxfce4util.mo +share/locale/ur/LC_MESSAGES/libxfce4util.mo @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrm include/xfce4/libxfce4util @dirrmtry include/xfce4 @dirrm share/gtk-doc/html/libxfce4util @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc @dirrmtry share/xfce4 Property changes on: head/x11/libxfce4util/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-fm/thunar/Makefile =================================================================== --- head/x11-fm/thunar/Makefile (revision 222237) +++ head/x11-fm/thunar/Makefile (revision 222238) @@ -1,149 +1,149 @@ # New ports collection makefile for: thunar # Date created: 19.04.2006 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= Thunar -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.9.3 +PORTREVISION= 0 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 file manager LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png PATCHFILES= Thunar-0.9.0-missing-audio-cds-for-volman.patch PATCH_SITES= http://thunar.xfce.org/download/sources/Thunar/0.9.0/ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= desktopfileutils glib20 gnomehack gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libexo libutil OPTIONS= DBUS "Enable D-BUS support" on \ JPEG "Enable JPEG support" on \ FAM "Enable FAM support" off \ HAL "Enable HAL support" on \ GCONF "Enable GCONF support" off \ STARTUP "Enable startup notification support" on \ PLUG_APR "Thunar Advanced Properties plugin" on \ PLUG_APR_EXIF "Exif support for the APR plugin" off \ PLUG_SBR "Thunar Simple Builtin Renamers plugin" on \ PLUG_SBR_PCRE "Regular expression support for the SBR plugin" off \ PLUG_TPA "Thunar Trash Panel Applet plugin" on \ PLUG_UCA "Thunar User Customizable Actions plugin" on MAN1= Thunar.1 .include .if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= WITH_DBUS="" .else CONFIGURE_ARGS+=--disable-dbus PLIST_SUB+= WITH_DBUS="@comment " .endif .if !defined(WITHOUT_JPEG) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--enable-jpeg .else CONFIGURE_ARGS+=--disable-jpeg .endif .if !defined(WITHOUT_HAL) LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal .endif .if defined(WITH_FAM) USE_FAM= yes WANT_FAM_SYSTEM=gamin .endif .if defined(WITH_GCONF) USE_GNOME+= gconf2 CONFIGURE_ARGS+=--enable-gconf .else CONFIGURE_ARGS+=--disable-gconf .endif .if !defined(WITHOUT_PLUG_APR) CONFIGURE_ARGS+=--enable-apr-plugin PLIST_SUB+= PLUGIN_APR="" .if defined(WITH_PLUG_APR_EXIF) LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif CONFIGURE_ARGS+=--enable-exif .else CONFIGURE_ARGS+=--disable-exif .endif .else CONFIGURE_ARGS+=--disable-apr-plugin --disable-exif PLIST_SUB+= PLUGIN_APR="@comment " .endif .if !defined(WITHOUT_PLUG_SBR) CONFIGURE_ARGS+=--enable-sbr-plugin PLIST_SUB+= PLUGIN_SBR="" .if defined(WITH_PLUG_SBR_PCRE) LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+=--enable-pcre .else CONFIGURE_ARGS+=--disable-pcre .endif .else CONFIGURE_ARGS+=--disable-sbr-plugin --disable-pcre PLIST_SUB+= PLUGIN_SBR="@comment " .endif .if !defined(WITHOUT_PLUG_TPA) CONFIGURE_ARGS+=--enable-tpa-plugin PLIST_SUB+= PLUGIN_TPA="" USE_XFCE+= panel .else CONFIGURE_ARGS+=--disable-tpa-plugin PLIST_SUB+= PLUGIN_TPA="@comment " .endif .if !defined(WITHOUT_PLUG_UCA) CONFIGURE_ARGS+=--enable-uca-plugin PLIST_SUB+= PLUGIN_UCA="" .else CONFIGURE_ARGS+=--disable-uca-plugin PLIST_SUB+= PLUGIN_UCA="@comment " .endif .if !defined(WITHOUT_STARTUP) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif post-patch: @${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/docs/Makefile.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .if !defined(WITH_FAM) @${REINPLACE_CMD} -e 's|gamin|no-gamin|g; s|fam|no-fam|g' ${WRKSRC}/configure .endif .if !defined(WITH_HAL) @${REINPLACE_CMD} -e 's|hal-storage|no-hal-storage|g' ${WRKSRC}/configure .endif @${REINPLACE_CMD} -e 's|enable_val|enableval|g' ${WRKSRC}/configure post-install: @-update-desktop-database .include Property changes on: head/x11-fm/thunar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11-fm/thunar/distinfo =================================================================== --- head/x11-fm/thunar/distinfo (revision 222237) +++ head/x11-fm/thunar/distinfo (revision 222238) @@ -1,6 +1,6 @@ -MD5 (xfce4/Thunar-0.9.0.tar.bz2) = 0fc5008858661c0abd0399acbe30ef28 -SHA256 (xfce4/Thunar-0.9.0.tar.bz2) = 26c833b0bdf3281c61e03f1fb985feced88cf4a5cebce7bd055f05e025460037 -SIZE (xfce4/Thunar-0.9.0.tar.bz2) = 6403785 +MD5 (xfce4/Thunar-0.9.3.tar.bz2) = 438b0d55ac9ecabdb58f84c4c039ae5c +SHA256 (xfce4/Thunar-0.9.3.tar.bz2) = 8820d847d908ae96f9f27fae63ea7ebab91d3fc6c8e1a975157978f89c285e8d +SIZE (xfce4/Thunar-0.9.3.tar.bz2) = 6502363 MD5 (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 113e748cc7f391a409608dc896dbac82 SHA256 (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 5a42f8cbaeaf172c6eca62fad260e16cdcc8adfc70efdf1ab426dac4aeaf202e SIZE (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 4278 Property changes on: head/x11-fm/thunar/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/x11-fm/thunar/pkg-plist =================================================================== --- head/x11-fm/thunar/pkg-plist (revision 222237) +++ head/x11-fm/thunar/pkg-plist (revision 222238) @@ -1,425 +1,431 @@ bin/Thunar bin/thunar %%PLUGIN_UCA%%etc/xdg/Thunar/uca.xml include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-interactive-job.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-job.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-action.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-application.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-database.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-handler.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-info.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-monitor.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-path.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-thumb.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-types.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h include/thunar-vfs-1/thunar-vfs/thunar-vfs.h include/thunarx-1/thunarx/thunarx-config.h include/thunarx-1/thunarx/thunarx-file-info.h include/thunarx-1/thunarx/thunarx-menu-provider.h include/thunarx-1/thunarx/thunarx-preferences-provider.h include/thunarx-1/thunarx/thunarx-property-page-provider.h include/thunarx-1/thunarx/thunarx-property-page.h include/thunarx-1/thunarx/thunarx-provider-factory.h include/thunarx-1/thunarx/thunarx-provider-plugin.h include/thunarx-1/thunarx/thunarx-renamer-provider.h include/thunarx-1/thunarx/thunarx-renamer.h include/thunarx-1/thunarx/thunarx.h lib/libthunar-vfs-1.la lib/libthunar-vfs-1.so lib/libthunar-vfs-1.so.5 lib/libthunarx-1.la lib/libthunarx-1.so lib/libthunarx-1.so.5 %%PLUGIN_APR%%lib/thunarx-1/thunar-apr.la %%PLUGIN_APR%%lib/thunarx-1/thunar-apr.so %%PLUGIN_SBR%%lib/thunarx-1/thunar-sbr.la %%PLUGIN_SBR%%lib/thunarx-1/thunar-sbr.so %%PLUGIN_UCA%%lib/thunarx-1/thunar-uca.la %%PLUGIN_UCA%%lib/thunarx-1/thunar-uca.so libdata/pkgconfig/thunar-vfs-1.pc libdata/pkgconfig/thunarx-1.pc libexec/ThunarBulkRename libexec/ThunarHelp libexec/thunar-sendto-email libexec/thunar-vfs-font-thumbnailer-1 libexec/thunar-vfs-mime-cleaner-1 libexec/thunar-vfs-pixbuf-thumbnailer-1 libexec/thunar-vfs-update-thumbnailers-cache-1 %%PLUGIN_TPA%%libexec/xfce4/panel-plugins/thunar-tpa share/Thunar/sendto/thunar-sendto-email.desktop share/applications/Thunar-bulk-rename.desktop share/applications/Thunar-folder-handler.desktop share/applications/Thunar.desktop %%WITH_DBUS%%share/dbus-1/services/org.xfce.FileManager.service %%WITH_DBUS%%share/dbus-1/services/org.xfce.Thunar.service share/gtk-doc/html/thunar-vfs/ThunarVfsGroup.html share/gtk-doc/html/thunar-vfs/ThunarVfsJob.html share/gtk-doc/html/thunar-vfs/ThunarVfsMimeAction.html share/gtk-doc/html/thunar-vfs/ThunarVfsMimeApplication.html share/gtk-doc/html/thunar-vfs/ThunarVfsMimeDatabase.html share/gtk-doc/html/thunar-vfs/ThunarVfsMimeHandler.html share/gtk-doc/html/thunar-vfs/ThunarVfsMonitor.html share/gtk-doc/html/thunar-vfs/ThunarVfsUser.html share/gtk-doc/html/thunar-vfs/ThunarVfsUserManager.html share/gtk-doc/html/thunar-vfs/ThunarVfsVolume.html share/gtk-doc/html/thunar-vfs/ThunarVfsVolumeManager.html share/gtk-doc/html/thunar-vfs/filesystem-monitoring.html share/gtk-doc/html/thunar-vfs/fundamentals.html share/gtk-doc/html/thunar-vfs/home.png share/gtk-doc/html/thunar-vfs/index.html share/gtk-doc/html/thunar-vfs/index.sgml share/gtk-doc/html/thunar-vfs/introduction.html share/gtk-doc/html/thunar-vfs/ix01.html share/gtk-doc/html/thunar-vfs/jobs.html share/gtk-doc/html/thunar-vfs/left.png share/gtk-doc/html/thunar-vfs/mime-types.html share/gtk-doc/html/thunar-vfs/right.png share/gtk-doc/html/thunar-vfs/style.css share/gtk-doc/html/thunar-vfs/thunar-vfs-Basic-Types.html share/gtk-doc/html/thunar-vfs/thunar-vfs-Initialization-and-Shutdown.html share/gtk-doc/html/thunar-vfs/thunar-vfs-Jobs.html share/gtk-doc/html/thunar-vfs/thunar-vfs-ThunarVfsInfo.html share/gtk-doc/html/thunar-vfs/thunar-vfs-ThunarVfsMimeInfo.html share/gtk-doc/html/thunar-vfs/thunar-vfs-ThunarVfsPath.html share/gtk-doc/html/thunar-vfs/thunar-vfs-Utility-Functions.html share/gtk-doc/html/thunar-vfs/thunar-vfs.devhelp share/gtk-doc/html/thunar-vfs/thunar-vfs.devhelp2 share/gtk-doc/html/thunar-vfs/up.png share/gtk-doc/html/thunar-vfs/users-and-groups-handling.html share/gtk-doc/html/thunar-vfs/volume-handling.html share/gtk-doc/html/thunarx/ThunarxFileInfo.html share/gtk-doc/html/thunarx/ThunarxMenuProvider.html share/gtk-doc/html/thunarx/ThunarxPreferencesProvider.html share/gtk-doc/html/thunarx/ThunarxPropertyPage.html share/gtk-doc/html/thunarx/ThunarxPropertyPageProvider.html share/gtk-doc/html/thunarx/ThunarxProviderFactory.html share/gtk-doc/html/thunarx/ThunarxProviderPlugin.html share/gtk-doc/html/thunarx/ThunarxRenamer.html share/gtk-doc/html/thunarx/ThunarxRenamerProvider.html share/gtk-doc/html/thunarx/abstraction.png share/gtk-doc/html/thunarx/bulk-rename.png share/gtk-doc/html/thunarx/home.png share/gtk-doc/html/thunarx/index.html share/gtk-doc/html/thunarx/index.sgml share/gtk-doc/html/thunarx/ix01.html share/gtk-doc/html/thunarx/left.png share/gtk-doc/html/thunarx/menu-provider.png share/gtk-doc/html/thunarx/right.png share/gtk-doc/html/thunarx/say-hello.png share/gtk-doc/html/thunarx/style.css share/gtk-doc/html/thunarx/thunarx-Variables-and-functions-to-check-the-library-version.html share/gtk-doc/html/thunarx/thunarx-abstraction-layer.html share/gtk-doc/html/thunarx/thunarx-fundamentals.html share/gtk-doc/html/thunarx/thunarx-overview.html share/gtk-doc/html/thunarx/thunarx-providers.html share/gtk-doc/html/thunarx/thunarx-using-extensions.html share/gtk-doc/html/thunarx/thunarx-writing-extensions-advanced-topics.html share/gtk-doc/html/thunarx/thunarx-writing-extensions-getting-started.html share/gtk-doc/html/thunarx/thunarx-writing-extensions.html share/gtk-doc/html/thunarx/thunarx.devhelp share/gtk-doc/html/thunarx/thunarx.devhelp2 share/gtk-doc/html/thunarx/up.png %%PLUGIN_TPA%%share/xfce4/panel-plugins/thunar-tpa.desktop %%DOCSDIR%%/README.gtkrc %%DOCSDIR%%/README.thunarrc %%DOCSDIR%%/README.volumes %%DOCSDIR%%/ThumbnailersCacheFormat.txt %%DOCSDIR%%/html/C/advanced-topics.html %%DOCSDIR%%/html/C/copyright.html %%DOCSDIR%%/html/C/customizing-thunar.html %%DOCSDIR%%/html/C/faq.html %%DOCSDIR%%/html/C/images/bulk-rename.png %%DOCSDIR%%/html/C/images/file-manager-window.png %%DOCSDIR%%/html/C/images/file-properties.png %%DOCSDIR%%/html/C/images/preferences-advanced.png %%DOCSDIR%%/html/C/images/preferences-behavior.png %%DOCSDIR%%/html/C/images/preferences-side-pane.png %%DOCSDIR%%/html/C/images/preferences-views.png %%DOCSDIR%%/html/C/images/removable-drives-and-media.png %%DOCSDIR%%/html/C/images/removable-media-unmount.png %%DOCSDIR%%/html/C/images/sendto-menu.png %%DOCSDIR%%/html/C/images/visible-columns.png %%DOCSDIR%%/html/C/index.html %%DOCSDIR%%/html/C/preferences.html %%DOCSDIR%%/html/C/support.html %%DOCSDIR%%/html/C/the-file-manager-window.html %%DOCSDIR%%/html/C/using-removable-media.html %%DOCSDIR%%/html/C/working-with-files-and-folders.html %%DOCSDIR%%/html/es/advanced-topics.html %%DOCSDIR%%/html/es/copyright.html %%DOCSDIR%%/html/es/customizing-thunar.html %%DOCSDIR%%/html/es/faq.html %%DOCSDIR%%/html/es/images/bulk-rename.png %%DOCSDIR%%/html/es/images/file-manager-window.png %%DOCSDIR%%/html/es/images/file-properties.png %%DOCSDIR%%/html/es/images/preferences-advanced.png %%DOCSDIR%%/html/es/images/preferences-behavior.png %%DOCSDIR%%/html/es/images/preferences-side-pane.png %%DOCSDIR%%/html/es/images/preferences-views.png %%DOCSDIR%%/html/es/images/removable-drives-and-media.png %%DOCSDIR%%/html/es/images/removable-media-unmount.png %%DOCSDIR%%/html/es/images/sendto-menu.png %%DOCSDIR%%/html/es/images/visible-columns.png %%DOCSDIR%%/html/es/index.html %%DOCSDIR%%/html/es/preferences.html %%DOCSDIR%%/html/es/support.html %%DOCSDIR%%/html/es/the-file-manager-window.html %%DOCSDIR%%/html/es/using-removable-media.html %%DOCSDIR%%/html/es/working-with-files-and-folders.html %%DOCSDIR%%/html/eu/advanced-topics.html %%DOCSDIR%%/html/eu/copyright.html %%DOCSDIR%%/html/eu/customizing-thunar.html %%DOCSDIR%%/html/eu/faq.html %%DOCSDIR%%/html/eu/images/bulk-rename.png %%DOCSDIR%%/html/eu/images/file-manager-window.png %%DOCSDIR%%/html/eu/images/file-properties.png %%DOCSDIR%%/html/eu/images/preferences-advanced.png %%DOCSDIR%%/html/eu/images/preferences-behavior.png %%DOCSDIR%%/html/eu/images/preferences-side-pane.png %%DOCSDIR%%/html/eu/images/preferences-views.png %%DOCSDIR%%/html/eu/images/removable-drives-and-media.png %%DOCSDIR%%/html/eu/images/removable-media-unmount.png %%DOCSDIR%%/html/eu/images/sendto-menu.png %%DOCSDIR%%/html/eu/images/visible-columns.png %%DOCSDIR%%/html/eu/index.html %%DOCSDIR%%/html/eu/preferences.html %%DOCSDIR%%/html/eu/support.html %%DOCSDIR%%/html/eu/the-file-manager-window.html %%DOCSDIR%%/html/eu/using-removable-media.html %%DOCSDIR%%/html/eu/working-with-files-and-folders.html %%DOCSDIR%%/html/fr/advanced-topics.html %%DOCSDIR%%/html/fr/copyright.html %%DOCSDIR%%/html/fr/customizing-thunar.html %%DOCSDIR%%/html/fr/faq.html %%DOCSDIR%%/html/fr/images/bulk-rename.png %%DOCSDIR%%/html/fr/images/file-manager-window.png %%DOCSDIR%%/html/fr/images/file-properties.png %%DOCSDIR%%/html/fr/images/preferences-advanced.png %%DOCSDIR%%/html/fr/images/preferences-behavior.png %%DOCSDIR%%/html/fr/images/preferences-side-pane.png %%DOCSDIR%%/html/fr/images/preferences-views.png %%DOCSDIR%%/html/fr/images/removable-drives-and-media.png %%DOCSDIR%%/html/fr/images/removable-media-unmount.png %%DOCSDIR%%/html/fr/images/sendto-menu.png %%DOCSDIR%%/html/fr/images/visible-columns.png %%DOCSDIR%%/html/fr/index.html %%DOCSDIR%%/html/fr/preferences.html %%DOCSDIR%%/html/fr/support.html %%DOCSDIR%%/html/fr/the-file-manager-window.html %%DOCSDIR%%/html/fr/using-removable-media.html %%DOCSDIR%%/html/fr/working-with-files-and-folders.html %%DOCSDIR%%/html/ja/advanced-topics.html %%DOCSDIR%%/html/ja/copyright.html %%DOCSDIR%%/html/ja/customizing-thunar.html %%DOCSDIR%%/html/ja/faq.html %%DOCSDIR%%/html/ja/images/bulk-rename.png %%DOCSDIR%%/html/ja/images/file-manager-window.png %%DOCSDIR%%/html/ja/images/file-properties.png %%DOCSDIR%%/html/ja/images/preferences-advanced.png %%DOCSDIR%%/html/ja/images/preferences-behavior.png %%DOCSDIR%%/html/ja/images/preferences-side-pane.png %%DOCSDIR%%/html/ja/images/preferences-views.png %%DOCSDIR%%/html/ja/images/removable-drives-and-media.png %%DOCSDIR%%/html/ja/images/removable-media-unmount.png %%DOCSDIR%%/html/ja/images/sendto-menu.png %%DOCSDIR%%/html/ja/images/visible-columns.png %%DOCSDIR%%/html/ja/index.html %%DOCSDIR%%/html/ja/preferences.html %%DOCSDIR%%/html/ja/support.html %%DOCSDIR%%/html/ja/the-file-manager-window.html %%DOCSDIR%%/html/ja/using-removable-media.html %%DOCSDIR%%/html/ja/working-with-files-and-folders.html %%DOCSDIR%%/html/nl/images/bulk-rename.png %%DOCSDIR%%/html/nl/images/file-manager-window.png %%DOCSDIR%%/html/nl/images/file-properties.png %%DOCSDIR%%/html/nl/images/preferences-advanced.png %%DOCSDIR%%/html/nl/images/preferences-behavior.png %%DOCSDIR%%/html/nl/images/preferences-side-pane.png %%DOCSDIR%%/html/nl/images/preferences-views.png %%DOCSDIR%%/html/nl/images/removable-drives-and-media.png %%DOCSDIR%%/html/nl/images/removable-media-unmount.png %%DOCSDIR%%/html/nl/images/sendto-menu.png %%DOCSDIR%%/html/nl/images/visible-columns.png %%DOCSDIR%%/html/nl/advanced-topics.html %%DOCSDIR%%/html/nl/copyright.html %%DOCSDIR%%/html/nl/customizing-thunar.html %%DOCSDIR%%/html/nl/faq.html %%DOCSDIR%%/html/nl/index.html %%DOCSDIR%%/html/nl/preferences.html %%DOCSDIR%%/html/nl/support.html %%DOCSDIR%%/html/nl/the-file-manager-window.html %%DOCSDIR%%/html/nl/using-removable-media.html %%DOCSDIR%%/html/nl/working-with-files-and-folders.html %%DOCSDIR%%/html/pl/advanced-topics.html %%DOCSDIR%%/html/pl/copyright.html %%DOCSDIR%%/html/pl/customizing-thunar.html %%DOCSDIR%%/html/pl/faq.html %%DOCSDIR%%/html/pl/images/bulk-rename.png %%DOCSDIR%%/html/pl/images/file-manager-window.png %%DOCSDIR%%/html/pl/images/file-properties.png %%DOCSDIR%%/html/pl/images/preferences-advanced.png %%DOCSDIR%%/html/pl/images/preferences-behavior.png %%DOCSDIR%%/html/pl/images/preferences-side-pane.png %%DOCSDIR%%/html/pl/images/preferences-views.png %%DOCSDIR%%/html/pl/images/removable-drives-and-media.png %%DOCSDIR%%/html/pl/images/removable-media-unmount.png %%DOCSDIR%%/html/pl/images/sendto-menu.png %%DOCSDIR%%/html/pl/images/visible-columns.png %%DOCSDIR%%/html/pl/index.html %%DOCSDIR%%/html/pl/preferences.html %%DOCSDIR%%/html/pl/support.html %%DOCSDIR%%/html/pl/the-file-manager-window.html %%DOCSDIR%%/html/pl/using-removable-media.html %%DOCSDIR%%/html/pl/working-with-files-and-folders.html %%DOCSDIR%%/html/ru/advanced-topics.html %%DOCSDIR%%/html/ru/copyright.html %%DOCSDIR%%/html/ru/customizing-thunar.html %%DOCSDIR%%/html/ru/faq.html %%DOCSDIR%%/html/ru/images/bulk-rename.png %%DOCSDIR%%/html/ru/images/file-manager-window.png %%DOCSDIR%%/html/ru/images/file-properties.png %%DOCSDIR%%/html/ru/images/preferences-advanced.png %%DOCSDIR%%/html/ru/images/preferences-behavior.png %%DOCSDIR%%/html/ru/images/preferences-side-pane.png %%DOCSDIR%%/html/ru/images/preferences-views.png %%DOCSDIR%%/html/ru/images/removable-drives-and-media.png %%DOCSDIR%%/html/ru/images/removable-media-unmount.png %%DOCSDIR%%/html/ru/images/sendto-menu.png %%DOCSDIR%%/html/ru/images/visible-columns.png %%DOCSDIR%%/html/ru/index.html %%DOCSDIR%%/html/ru/preferences.html %%DOCSDIR%%/html/ru/support.html %%DOCSDIR%%/html/ru/the-file-manager-window.html %%DOCSDIR%%/html/ru/using-removable-media.html %%DOCSDIR%%/html/ru/working-with-files-and-folders.html %%DOCSDIR%%/html/thunar.css %%DOCSDIR%%/html/zh_TW/advanced-topics.html %%DOCSDIR%%/html/zh_TW/copyright.html %%DOCSDIR%%/html/zh_TW/customizing-thunar.html %%DOCSDIR%%/html/zh_TW/faq.html %%DOCSDIR%%/html/zh_TW/images/bulk-rename.png %%DOCSDIR%%/html/zh_TW/images/file-manager-window.png %%DOCSDIR%%/html/zh_TW/images/file-properties.png %%DOCSDIR%%/html/zh_TW/images/preferences-advanced.png %%DOCSDIR%%/html/zh_TW/images/preferences-behavior.png %%DOCSDIR%%/html/zh_TW/images/preferences-side-pane.png %%DOCSDIR%%/html/zh_TW/images/preferences-views.png %%DOCSDIR%%/html/zh_TW/images/removable-drives-and-media.png %%DOCSDIR%%/html/zh_TW/images/removable-media-unmount.png %%DOCSDIR%%/html/zh_TW/images/sendto-menu.png %%DOCSDIR%%/html/zh_TW/images/visible-columns.png %%DOCSDIR%%/html/zh_TW/index.html %%DOCSDIR%%/html/zh_TW/preferences.html %%DOCSDIR%%/html/zh_TW/support.html %%DOCSDIR%%/html/zh_TW/the-file-manager-window.html %%DOCSDIR%%/html/zh_TW/using-removable-media.html %%DOCSDIR%%/html/zh_TW/working-with-files-and-folders.html share/icons/hicolor/16x16/apps/Thunar.png share/icons/hicolor/16x16/stock/navigation/stock_thunar-shortcuts.png share/icons/hicolor/16x16/stock/navigation/stock_thunar-templates.png share/icons/hicolor/24x24/apps/Thunar.png share/icons/hicolor/48x48/apps/Thunar.png share/icons/hicolor/scalable/apps/Thunar.svg share/locale/ar/LC_MESSAGES/Thunar.mo share/locale/be/LC_MESSAGES/Thunar.mo share/locale/ca/LC_MESSAGES/Thunar.mo share/locale/cs/LC_MESSAGES/Thunar.mo +share/locale/da/LC_MESSAGES/Thunar.mo share/locale/de/LC_MESSAGES/Thunar.mo share/locale/dz/LC_MESSAGES/Thunar.mo share/locale/el/LC_MESSAGES/Thunar.mo share/locale/en_GB/LC_MESSAGES/Thunar.mo share/locale/eo/LC_MESSAGES/Thunar.mo share/locale/es/LC_MESSAGES/Thunar.mo share/locale/et/LC_MESSAGES/Thunar.mo share/locale/eu/LC_MESSAGES/Thunar.mo share/locale/fi/LC_MESSAGES/Thunar.mo share/locale/fr/LC_MESSAGES/Thunar.mo share/locale/gl/LC_MESSAGES/Thunar.mo share/locale/he/LC_MESSAGES/Thunar.mo share/locale/hu/LC_MESSAGES/Thunar.mo +share/locale/id/LC_MESSAGES/Thunar.mo share/locale/it/LC_MESSAGES/Thunar.mo share/locale/ja/LC_MESSAGES/Thunar.mo share/locale/ka/LC_MESSAGES/Thunar.mo share/locale/ko/LC_MESSAGES/Thunar.mo +share/locale/ku/LC_MESSAGES/Thunar.mo share/locale/lt/LC_MESSAGES/Thunar.mo share/locale/lv/LC_MESSAGES/Thunar.mo share/locale/mk/LC_MESSAGES/Thunar.mo share/locale/nb_NO/LC_MESSAGES/Thunar.mo share/locale/nl/LC_MESSAGES/Thunar.mo +share/locale/nn_NO/LC_MESSAGES/Thunar.mo share/locale/pa/LC_MESSAGES/Thunar.mo share/locale/pl/LC_MESSAGES/Thunar.mo share/locale/pt_BR/LC_MESSAGES/Thunar.mo share/locale/pt_PT/LC_MESSAGES/Thunar.mo share/locale/ro/LC_MESSAGES/Thunar.mo share/locale/ru/LC_MESSAGES/Thunar.mo share/locale/sk/LC_MESSAGES/Thunar.mo share/locale/sq/LC_MESSAGES/Thunar.mo share/locale/sv/LC_MESSAGES/Thunar.mo share/locale/tr/LC_MESSAGES/Thunar.mo share/locale/uk/LC_MESSAGES/Thunar.mo share/locale/ur/LC_MESSAGES/Thunar.mo share/locale/zh_CN/LC_MESSAGES/Thunar.mo share/locale/zh_TW/LC_MESSAGES/Thunar.mo share/pixmaps/Thunar/Thunar-about-logo.png share/pixmaps/Thunar/Thunar-fallback-icon.png share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop %%PLUGIN_UCA%%@dirrm etc/xdg/Thunar %%PLUGIN_UCA%%@dirrmtry etc/xdg @dirrm include/thunar-vfs-1/thunar-vfs @dirrm include/thunar-vfs-1 @dirrm include/thunarx-1/thunarx @dirrm include/thunarx-1 @dirrmtry lib/thunarx-1 %%PLUGIN_TPA%%@dirrmtry libexec/xfce4/panel-plugins %%PLUGIN_TPA%%@dirrmtry libexec/xfce4 @dirrmtry share/applications @dirrm share/gtk-doc/html/thunar-vfs @dirrm share/gtk-doc/html/thunarx @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc %%PLUGIN_TPA%%@dirrmtry share/xfce4/panel-plugins %%PLUGIN_TPA%%@dirrmtry share/xfce4 @dirrmtry %%DOCSDIR%%/html/C/images @dirrm %%DOCSDIR%%/html/C @dirrmtry %%DOCSDIR%%/html/es/images @dirrm %%DOCSDIR%%/html/es @dirrmtry %%DOCSDIR%%/html/eu/images @dirrm %%DOCSDIR%%/html/eu @dirrmtry %%DOCSDIR%%/html/fr/images @dirrm %%DOCSDIR%%/html/fr @dirrmtry %%DOCSDIR%%/html/ja/images @dirrm %%DOCSDIR%%/html/ja @dirrmtry %%DOCSDIR%%/html/nl/images @dirrm %%DOCSDIR%%/html/nl @dirrmtry %%DOCSDIR%%/html/pl/images @dirrm %%DOCSDIR%%/html/pl @dirrmtry %%DOCSDIR%%/html/ru/images @dirrm %%DOCSDIR%%/html/ru @dirrmtry %%DOCSDIR%%/html/zh_TW/images @dirrm %%DOCSDIR%%/html/zh_TW @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% @dirrm share/Thunar/sendto @dirrm share/Thunar @dirrmtry share/icons/hicolor/24x24/apps @dirrmtry share/icons/hicolor/24x24 @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrm share/pixmaps/Thunar @exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true @unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true @dirrmtry share/icons/hicolor/16x16/stock/navigation @dirrmtry share/icons/hicolor/16x16/stock @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/nn_NO/LC_MESSAGES +@dirrmtry share/locale/nn_NO @dirrm share/thumbnailers Property changes on: head/x11-fm/thunar/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-themes/gtk-xfce-engine/Makefile =================================================================== --- head/x11-themes/gtk-xfce-engine/Makefile (revision 222237) +++ head/x11-themes/gtk-xfce-engine/Makefile (revision 222238) @@ -1,23 +1,23 @@ # New ports collection makefile for: gtk-xfce-engine # Date Created: 10 October 2002 # Whom: olgeni@FreeBSD.org # # $FreeBSD$ # PORTNAME= gtk-xfce-engine -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.4.3 +PORTREVISION= 0 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= An XFCE engine for GTK 2.0 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= glib20 gnomehack gtk20 pkgconfig USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined .include Property changes on: head/x11-themes/gtk-xfce-engine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/x11-themes/gtk-xfce-engine/distinfo =================================================================== --- head/x11-themes/gtk-xfce-engine/distinfo (revision 222237) +++ head/x11-themes/gtk-xfce-engine/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 00eb6a62defe6867d28a18569b96d151 -SHA256 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 6fecdb590fa024db698de9027314c1be044f28feab9850f592aa60c3a79ede78 -SIZE (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 264252 +MD5 (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = 6aa618469f3a3d8f6457c6874a60817e +SHA256 (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = ead51f8b5c9eecc9610d21f4eab4dcfaf9a599ffac99aca49e7e9f5bd130b4ae +SIZE (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = 310286 Property changes on: head/x11-themes/gtk-xfce-engine/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/x11-themes/xfce4-icon-theme/Makefile =================================================================== --- head/x11-themes/xfce4-icon-theme/Makefile (revision 222237) +++ head/x11-themes/xfce4-icon-theme/Makefile (revision 222238) @@ -1,27 +1,27 @@ # New ports collection makefile for: xfce4-icon-theme # Date created: 12 October 2004 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= xfce4-icon-theme -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Icon themes for XFce 4 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget intltool intlhack USE_XFCE= configenv WANT_GNOME= yes .include Property changes on: head/x11-themes/xfce4-icon-theme/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/x11-themes/xfce4-icon-theme/distinfo =================================================================== --- head/x11-themes/xfce4-icon-theme/distinfo (revision 222237) +++ head/x11-themes/xfce4-icon-theme/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = d3e3e64596a7efa857d2e6bb0cbd09bb -SHA256 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = 72178637c479ba848747285e0c7dc53a3abfe26b6517df5e75c7449542017350 -SIZE (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = 1827824 +MD5 (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = 73ce2977b84f634a6a6c5d9c27e336db +SHA256 (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = d4786692d56b8a563f66a5f260f1f13ade11e86c78cbcb25a9f9a5fc47cf66fa +SIZE (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = 1806406 Property changes on: head/x11-themes/xfce4-icon-theme/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/x11-toolkits/libxfce4gui/Makefile =================================================================== --- head/x11-toolkits/libxfce4gui/Makefile (revision 222237) +++ head/x11-toolkits/libxfce4gui/Makefile (revision 222238) @@ -1,42 +1,42 @@ # New ports collection makefile for: libxfce4util # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= libxfce4gui -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-toolkits xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= libxfcegui4-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 widget library required by xfce4 and xfwm4 USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= libutil USE_XORG= sm OPTIONS= GTKDOC "install the library documentation" off .include .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+=--enable-gtk-doc PLIST_SUB+= GTK_DOC="" .else CONFIGURE_ARGS+=--disable-gtk-doc PLIST_SUB+= GTK_DOC="@comment " .endif .include Property changes on: head/x11-toolkits/libxfce4gui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/x11-toolkits/libxfce4gui/distinfo =================================================================== --- head/x11-toolkits/libxfce4gui/distinfo (revision 222237) +++ head/x11-toolkits/libxfce4gui/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfcegui4-4.4.2.tar.bz2) = 799a4869138c605126e8e71d58189bfd -SHA256 (xfce4/libxfcegui4-4.4.2.tar.bz2) = 622c2585f61666d9c46841829ba141e86861c73bd9041a3a73452d1c8df5ee91 -SIZE (xfce4/libxfcegui4-4.4.2.tar.bz2) = 565036 +MD5 (xfce4/libxfcegui4-4.4.3.tar.bz2) = fc6f5a0ab478fc6840e8a19737d0b748 +SHA256 (xfce4/libxfcegui4-4.4.3.tar.bz2) = 8f45bc2ca5e9575b1b1d7f050ee70bdb9de16a35ca2f6838795e9f617343bb23 +SIZE (xfce4/libxfcegui4-4.4.3.tar.bz2) = 621245 Property changes on: head/x11-toolkits/libxfce4gui/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11-wm/xfce4/Makefile =================================================================== --- head/x11-wm/xfce4/Makefile (revision 222237) +++ head/x11-wm/xfce4/Makefile (revision 222238) @@ -1,70 +1,70 @@ # New ports collection makefile for: xfce4 # Date created: 9 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= oliver@FreeBSD.org COMMENT= The "meta-port" for the XFce 4 desktop environment RUN_DEPENDS= ${LOCALBASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \ xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder \ xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \ xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \ startxfce4:${PORTSDIR}/sysutils/xfce4-utils \ xfprint4:${PORTSDIR}/print/xfce4-print \ ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine \ thunar:${PORTSDIR}/x11-fm/thunar \ orage:${PORTSDIR}/deskutils/orage \ mousepad:${PORTSDIR}/editors/mousepad \ Terminal:${PORTSDIR}/x11/Terminal NO_BUILD= yes LATEST_LINK= xfce4 .include .if exists(${LOCALBASE}/sbin/gdm) WITH_GDM= yes .endif .if defined(WITH_GDM) RUN_DEPENDS+= ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm PLIST_SUB+= GDM="" .else PLIST_SUB+= GDM="@comment " .endif .if !defined(WITHOUT_EXTRAS) .if !defined(WITHOUT_THEMES) RUN_DEPENDS+= ${LOCALBASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme \ ${LOCALBASE}/share/themes/Xfce/xfwm4/themerc:${PORTSDIR}/misc/xfce4-wm-themes .endif .if !defined(WITHOUT_PLUGINS) RUN_DEPENDS+= ${LOCALBASE}/lib/xfce4/modules/libxfce4mixer.so:${PORTSDIR}/audio/xfce4-mixer .endif .endif do-install: # empty post-install: .if defined(WITH_GDM) @${TEST} -d ${PREFIX}/etc/gdm/Sessions || \ ${MKDIR} -p ${PREFIX}/etc/gdm/Sessions @${INSTALL_SCRIPT} ${FILESDIR}/XFce4 ${PREFIX}/etc/gdm/Sessions @${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${FILESDIR}/XFce4.desktop > ${PREFIX}/etc/dm/Sessions/XFce4.desktop .endif .include Property changes on: head/x11-wm/xfce4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.108 \ No newline at end of property +1.109 \ No newline at end of property Index: head/x11-wm/xfce4-desktop/Makefile =================================================================== --- head/x11-wm/xfce4-desktop/Makefile (revision 222237) +++ head/x11-wm/xfce4-desktop/Makefile (revision 222238) @@ -1,48 +1,48 @@ # New ports collection makefile for: xfdesktop # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-desktop -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfdesktop-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 desktop background manager and root menu LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libgui libmcs libutil mcsmanager panel OPTIONS= FAM "Enable FAM support" on \ THUNAR "Enable thunar support" on MAN1= xfdesktop.1 .include .if !defined(WITHOUT_THUNAR) CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx --enable-exo USE_XFCE+= libexo thunar .else CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo .endif .if !defined(WITHOUT_FAM) .else .endif .include Property changes on: head/x11-wm/xfce4-desktop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/x11-wm/xfce4-desktop/distinfo =================================================================== --- head/x11-wm/xfce4-desktop/distinfo (revision 222237) +++ head/x11-wm/xfce4-desktop/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfdesktop-4.4.2.tar.bz2) = 694601234e74903d0fccba064f411e0c -SHA256 (xfce4/xfdesktop-4.4.2.tar.bz2) = 7e50c13e45b1424924c49dd1e9daa6c16881ee57ac21e4e2c6f20c0eec227cdb -SIZE (xfce4/xfdesktop-4.4.2.tar.bz2) = 3047839 +MD5 (xfce4/xfdesktop-4.4.3.tar.bz2) = 3c1ea8d2ccb3cfbbbbba834214ad5d2e +SHA256 (xfce4/xfdesktop-4.4.3.tar.bz2) = 2380f5347fcb2b53370f7bac46ce18267e54e7e4a0ddee3dfe6c16df7ab8e5f5 +SIZE (xfce4/xfdesktop-4.4.3.tar.bz2) = 3095897 Property changes on: head/x11-wm/xfce4-desktop/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11-wm/xfce4-desktop/pkg-plist =================================================================== --- head/x11-wm/xfce4-desktop/pkg-plist (revision 222237) +++ head/x11-wm/xfce4-desktop/pkg-plist (revision 222238) @@ -1,187 +1,193 @@ bin/xfce4-menueditor bin/xfce4-popup-menu bin/xfdesktop etc/xdg/xfce4/desktop/xfce-registered-categories.xml etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ca etc/xdg/xfce4/desktop/xfce-registered-categories.xml.cs etc/xdg/xfce4/desktop/xfce-registered-categories.xml.eu etc/xdg/xfce4/desktop/xfce-registered-categories.xml.fi etc/xdg/xfce4/desktop/xfce-registered-categories.xml.he etc/xdg/xfce4/desktop/xfce-registered-categories.xml.hu etc/xdg/xfce4/desktop/xfce-registered-categories.xml.it etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ja etc/xdg/xfce4/desktop/xfce-registered-categories.xml.nb_NO etc/xdg/xfce4/desktop/xfce-registered-categories.xml.nl etc/xdg/xfce4/desktop/xfce-registered-categories.xml.pl etc/xdg/xfce4/desktop/xfce-registered-categories.xml.pt_BR etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ro etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ru etc/xdg/xfce4/desktop/xfce-registered-categories.xml.sk etc/xdg/xfce4/desktop/xfce-registered-categories.xml.sv etc/xdg/xfce4/desktop/xfce-registered-categories.xml.tr etc/xdg/xfce4/desktop/xfce-registered-categories.xml.zh_CN etc/xdg/xfce4/desktop/xfce-registered-categories.xml.zh_TW etc/xdg/xfce4/desktop/menu.xml etc/xdg/xfce4/desktop/menu.xml.be etc/xdg/xfce4/desktop/menu.xml.ca etc/xdg/xfce4/desktop/menu.xml.cs etc/xdg/xfce4/desktop/menu.xml.da etc/xdg/xfce4/desktop/menu.xml.de etc/xdg/xfce4/desktop/menu.xml.el etc/xdg/xfce4/desktop/menu.xml.es etc/xdg/xfce4/desktop/menu.xml.et etc/xdg/xfce4/desktop/menu.xml.eu etc/xdg/xfce4/desktop/menu.xml.fi etc/xdg/xfce4/desktop/menu.xml.fr etc/xdg/xfce4/desktop/menu.xml.he etc/xdg/xfce4/desktop/menu.xml.hu etc/xdg/xfce4/desktop/menu.xml.it etc/xdg/xfce4/desktop/menu.xml.ja etc/xdg/xfce4/desktop/menu.xml.ko etc/xdg/xfce4/desktop/menu.xml.nb_NO etc/xdg/xfce4/desktop/menu.xml.nl etc/xdg/xfce4/desktop/menu.xml.pa etc/xdg/xfce4/desktop/menu.xml.pl etc/xdg/xfce4/desktop/menu.xml.pt_BR +etc/xdg/xfce4/desktop/menu.xml.pt_PT etc/xdg/xfce4/desktop/menu.xml.ro etc/xdg/xfce4/desktop/menu.xml.ru etc/xdg/xfce4/desktop/menu.xml.sk etc/xdg/xfce4/desktop/menu.xml.sv etc/xdg/xfce4/desktop/menu.xml.tr etc/xdg/xfce4/desktop/menu.xml.uk etc/xdg/xfce4/desktop/menu.xml.vi etc/xdg/xfce4/desktop/menu.xml.zh_TW etc/xdg/xfce4/desktop/xfce-registered-categories.xml.de etc/xdg/xfce4/desktop/xfce-registered-categories.xml.el etc/xdg/xfce4/desktop/xfce-registered-categories.xml.es etc/xdg/xfce4/desktop/xfce-registered-categories.xml.fr lib/xfce4/mcs-plugins/backdrop_settings.a lib/xfce4/mcs-plugins/backdrop_settings.la lib/xfce4/mcs-plugins/backdrop_settings.so lib/xfce4/modules/xfce4_desktop_menu.a lib/xfce4/modules/xfce4_desktop_menu.la lib/xfce4/modules/xfce4_desktop_menu.so libexec/xfce4/panel-plugins/xfce4-menu-plugin share/applications/xfce-backdrop-settings.desktop share/applications/xfce-menueditor.desktop share/icons/hicolor/32x32/apps/xfce4-backdrop.png share/icons/hicolor/32x32/apps/xfce4-menueditor.png share/icons/hicolor/48x48/apps/xfce4-backdrop.png share/icons/hicolor/48x48/apps/xfce4-menueditor.png share/icons/hicolor/scalable/apps/xfce4-backdrop.svg share/icons/hicolor/scalable/apps/xfce4-menueditor.svg share/locale/am/LC_MESSAGES/xfdesktop.mo share/locale/ar/LC_MESSAGES/xfdesktop.mo share/locale/az/LC_MESSAGES/xfdesktop.mo share/locale/be/LC_MESSAGES/xfdesktop.mo share/locale/bg/LC_MESSAGES/xfdesktop.mo share/locale/bn_IN/LC_MESSAGES/xfdesktop.mo share/locale/ca/LC_MESSAGES/xfdesktop.mo share/locale/cs/LC_MESSAGES/xfdesktop.mo +share/locale/da/LC_MESSAGES/xfdesktop.mo share/locale/de/LC_MESSAGES/xfdesktop.mo share/locale/dz/LC_MESSAGES/xfdesktop.mo share/locale/el/LC_MESSAGES/xfdesktop.mo share/locale/en_GB/LC_MESSAGES/xfdesktop.mo share/locale/eo/LC_MESSAGES/xfdesktop.mo share/locale/es/LC_MESSAGES/xfdesktop.mo share/locale/es_MX/LC_MESSAGES/xfdesktop.mo share/locale/et/LC_MESSAGES/xfdesktop.mo share/locale/eu/LC_MESSAGES/xfdesktop.mo share/locale/fa/LC_MESSAGES/xfdesktop.mo share/locale/fi/LC_MESSAGES/xfdesktop.mo share/locale/fr/LC_MESSAGES/xfdesktop.mo share/locale/gl/LC_MESSAGES/xfdesktop.mo share/locale/gu/LC_MESSAGES/xfdesktop.mo share/locale/he/LC_MESSAGES/xfdesktop.mo share/locale/hi/LC_MESSAGES/xfdesktop.mo share/locale/hu/LC_MESSAGES/xfdesktop.mo share/locale/hy/LC_MESSAGES/xfdesktop.mo +share/locale/id/LC_MESSAGES/xfdesktop.mo share/locale/it/LC_MESSAGES/xfdesktop.mo share/locale/ja/LC_MESSAGES/xfdesktop.mo share/locale/ka/LC_MESSAGES/xfdesktop.mo share/locale/ko/LC_MESSAGES/xfdesktop.mo share/locale/lt/LC_MESSAGES/xfdesktop.mo share/locale/lv/LC_MESSAGES/xfdesktop.mo share/locale/mk/LC_MESSAGES/xfdesktop.mo share/locale/mr/LC_MESSAGES/xfdesktop.mo share/locale/ms/LC_MESSAGES/xfdesktop.mo share/locale/nb_NO/LC_MESSAGES/xfdesktop.mo share/locale/nl/LC_MESSAGES/xfdesktop.mo share/locale/pa/LC_MESSAGES/xfdesktop.mo share/locale/pl/LC_MESSAGES/xfdesktop.mo share/locale/pt_BR/LC_MESSAGES/xfdesktop.mo share/locale/pt_PT/LC_MESSAGES/xfdesktop.mo share/locale/ro/LC_MESSAGES/xfdesktop.mo share/locale/ru/LC_MESSAGES/xfdesktop.mo share/locale/sk/LC_MESSAGES/xfdesktop.mo share/locale/sv/LC_MESSAGES/xfdesktop.mo share/locale/ta/LC_MESSAGES/xfdesktop.mo share/locale/tr/LC_MESSAGES/xfdesktop.mo share/locale/uk/LC_MESSAGES/xfdesktop.mo +share/locale/ur/LC_MESSAGES/xfdesktop.mo share/locale/vi/LC_MESSAGES/xfdesktop.mo share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo share/pixmaps/xfdesktop/xfdesktop-fallback-icon.png share/pixmaps/xfce4/xfdesktop/text-selection-frame.png share/pixmaps/xfce4_xicon.png share/pixmaps/xfce4_xicon1.png share/pixmaps/xfce4_xicon2.png share/pixmaps/xfce4_xicon3.png share/pixmaps/xfce4_xicon4.png share/xfce4/backdrops/flower.png share/xfce4/backdrops/xfce4gradientcurve.png share/xfce4/backdrops/xfce4logo.png share/xfce4/backdrops/xfce-in-a-grid.png share/xfce4/backdrops/xfce-in-the-moon.png share/xfce4/backdrops/xfce-smoke.png share/xfce4/backdrops/xfce-stripes.png share/xfce4/backdrops/xfce-stellar-tile.png share/xfce4/backdrops/xfce-turbulence.png share/xfce4/doc/C/images/root_menu.png share/xfce4/doc/C/images/root_menu2.png share/xfce4/doc/C/images/select_bg_color.png share/xfce4/doc/C/images/xfdesktop-appearance-tab.png share/xfce4/doc/C/images/xfdesktop-behavior-tab.png share/xfce4/doc/C/images/xfdesktop-editor.png share/xfce4/doc/C/images/xfdesktop-list.png share/xfce4/doc/C/xfdesktop.html share/xfce4/doc/fr/images/root_menu2.png share/xfce4/doc/fr/images/root_menu.png share/xfce4/doc/fr/images/select_bg_color.png share/xfce4/doc/fr/images/xfdesktop-appearance-tab.png share/xfce4/doc/fr/images/xfdesktop-behavior-tab.png share/xfce4/doc/fr/images/xfdesktop-editor.png share/xfce4/doc/fr/images/xfdesktop-list.png share/xfce4/doc/fr/xfdesktop.html share/xfce4/panel-plugins/xfce4-menu.desktop share/xfce4-menueditor/xfce4-menueditor.ui @dirrm etc/xdg/xfce4/desktop @dirrmtry share/applications @dirrmtry etc/xdg/xfce4 @dirrmtry etc/xdg @dirrmtry etc/xfce4 @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4/modules @dirrmtry lib/xfce4 @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrm share/xfce4/backdrops @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 @dirrm share/xfce4-menueditor @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrmtry share/pixmaps/xfdesktop @dirrmtry share/pixmaps/xfce4/xfdesktop @dirrmtry share/pixmaps/xfce4 @dirrmtry share/icons/hicolor/32x32/apps @dirrmtry share/icons/hicolor/32x32 Property changes on: head/x11-wm/xfce4-desktop/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/x11-wm/xfce4-panel/files/patch-dnd =================================================================== --- head/x11-wm/xfce4-panel/files/patch-dnd (revision 222237) +++ head/x11-wm/xfce4-panel/files/patch-dnd (nonexistent) @@ -1,1094 +0,0 @@ -Modified: ChangeLog -=================================================================== ---- ChangeLog 2008-03-06 14:44:26 UTC (rev 26668) -+++ ChangeLog 2008-03-09 18:03:37 UTC (rev 26669) -@@ -1,3 +1,9 @@ -+2008-03-09 19:02 nick -+ -+ * Fix bug 3815 and a crash in FreeBSD-amd64. Quite a lot (if not all) -+ dnd code changed. So give it some testing if you're using the -+ 4.4 branch. -+ - 2007-11-17 17:47 kelnos - - * docs/API/libxfce4panel-decl-list.txt, - -Modified: NEWS -=================================================================== ---- NEWS 2008-03-06 14:44:26 UTC (rev 26668) -+++ NEWS 2008-03-09 18:03:37 UTC (rev 26669) -@@ -1,3 +1,12 @@ -+4.4.3 -+===== -+- Quite a bit code changed in the dnd code. Mostly to fix a segfault in -+ FreeBSD-amd64, but more problems were discovered and a lot of code -+ was simplified. -+- Don't respond the uri drags, we don't use it and it only causes problems -+ like hiding the panel when a file was dragged over the panel (Bug #3815). -+ -+ - 4.4.2 - ===== - - Fix window manager hints reporting width 1 pixel too wide (bug #3402). - -Modified: panel/panel-dialogs.c -=================================================================== ---- panel/panel-dialogs.c 2008-03-06 14:44:26 UTC (rev 26668) -+++ panel/panel-dialogs.c 2008-03-09 18:03:37 UTC (rev 26669) -@@ -140,50 +140,60 @@ - return FALSE; - } - -+static XfcePanelItemInfo * -+get_selected_tree_item (PanelItemsDialog *pid) -+{ -+ GtkTreeSelection *selection; -+ GtkTreeModel *model; -+ GtkTreeIter iter; -+ XfcePanelItemInfo *info = NULL; -+ -+ /* get the tree selection */ -+ selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (pid->tree)); -+ if (G_LIKELY (selection)) -+ { -+ /* get the selected item */ -+ if (gtk_tree_selection_get_selected (selection, &model, &iter)) -+ gtk_tree_model_get (model, &iter, 0, &info, -1); -+ } -+ -+ return info; -+} - -+ - static gboolean - add_selected_item (PanelItemsDialog *pid) - { -- GtkTreeSelection *sel; -- GtkTreeModel *model; -- GtkTreeIter iter; - XfcePanelItemInfo *info; -- GtkWidget *item = NULL; -+ GtkWidget *item = NULL; - -- sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (pid->tree)); -- -- if (!sel) -- return FALSE; -- -- if (!gtk_tree_selection_get_selected (sel, &model, &iter)) -- return FALSE; -- -- gtk_tree_model_get (model, &iter, 0, &info, -1); -- -- if (!xfce_panel_item_manager_is_available (info->name)) -- return FALSE; -- -- if (pid->active) -+ /* get the selected item */ -+ info = get_selected_tree_item (pid); -+ if (G_LIKELY (info && xfce_panel_item_manager_is_available (info->name))) - { -- PanelPrivate *priv = PANEL_GET_PRIVATE (pid->panel); -- int n; -+ if (pid->active) -+ { -+ PanelPrivate *priv = PANEL_GET_PRIVATE (pid->panel); -+ gint n; - -- n = xfce_itembar_get_item_index (XFCE_ITEMBAR (priv->itembar), -- pid->active); -+ n = xfce_itembar_get_item_index (XFCE_ITEMBAR (priv->itembar), pid->active); - -- item = panel_insert_item (pid->panel, info->name, n + 1); -- } -- else -- { -- item = panel_add_item (pid->panel, info->name); -- } -+ item = panel_insert_item (pid->panel, info->name, n + 1); -+ } -+ else -+ { -+ item = panel_add_item (pid->panel, info->name); -+ } - -- if (item) -- g_idle_add ((GSourceFunc)item_configure_timeout, item); -- else -- xfce_err (_("Could not open \"%s\" module"), info->name); -+ if (item) -+ g_idle_add ((GSourceFunc)item_configure_timeout, item); -+ else -+ xfce_err (_("Could not open \"%s\" module"), info->name); - -- return TRUE; -+ return TRUE; -+ } -+ -+ return FALSE; - } - - static gboolean -@@ -191,31 +201,12 @@ - PanelItemsDialog *pid) - { - if (evt->button == 1 && evt->type == GDK_2BUTTON_PRESS) -- { -- return add_selected_item (pid); -- } -+ return add_selected_item (pid); - - return FALSE; - } - - static void --cursor_changed (GtkTreeView * tv, PanelItemsDialog *pid) --{ -- GtkTreeSelection *sel; -- GtkTreeModel *model; -- GtkTreeIter iter; -- XfcePanelItemInfo *info; -- -- if (!(sel = gtk_tree_view_get_selection (tv))) -- return; -- -- if (!gtk_tree_selection_get_selected (sel, &model, &iter)) -- return; -- -- gtk_tree_model_get (model, &iter, 0, &info, -1); --} -- --static void - treeview_destroyed (GtkWidget * tv) - { - GtkTreeModel *store; -@@ -226,7 +217,7 @@ - - static void - render_icon (GtkTreeViewColumn * col, GtkCellRenderer * cell, -- GtkTreeModel * model, GtkTreeIter * iter, gpointer data) -+ GtkTreeModel * model, GtkTreeIter * iter, gpointer data) - { - XfcePanelItemInfo *info; - -@@ -244,7 +235,7 @@ - - static void - render_text (GtkTreeViewColumn * col, GtkCellRenderer * cell, -- GtkTreeModel * model, GtkTreeIter * iter, GtkWidget * treeview) -+ GtkTreeModel * model, GtkTreeIter * iter, GtkWidget * treeview) - { - XfcePanelItemInfo *info; - -@@ -279,66 +270,83 @@ - static void - treeview_data_received (GtkWidget *widget, GdkDragContext *context, - gint x, gint y, GtkSelectionData *data, -- guint info, guint time, gpointer user_data) -+ guint info, guint time, PanelItemsDialog *pid) - { -- gboolean handled = FALSE; -- -- DBG (" + drag data received: %d", info); -+ gboolean succeeded = FALSE; -+ GtkWidget *item; - -- if (data->length && info == TARGET_PLUGIN_WIDGET) -- handled = TRUE; -- -- gtk_drag_finish (context, handled, handled, time); -+ /* get the drag source */ -+ item = gtk_drag_get_source_widget (context); -+ -+ if (item && XFCE_IS_PANEL_ITEM (item)) -+ { -+ /* ask to remove the item */ -+ xfce_panel_item_remove (XFCE_PANEL_ITEM (item)); -+ -+ succeeded = TRUE; -+ } -+ -+ /* finish the drag */ -+ gtk_drag_finish (context, succeeded, FALSE, time); - } - - static gboolean - treeview_drag_drop (GtkWidget *widget, GdkDragContext *context, -- gint x, gint y, guint time, gpointer user_data) -+ gint x, gint y, guint time, PanelItemsDialog *pid) - { -- GdkAtom atom = gtk_drag_dest_find_target (widget, context, NULL); -+ GdkAtom target = gtk_drag_dest_find_target (widget, context, NULL); -+ -+ /* we cannot handle the drag data */ -+ if (G_UNLIKELY (target == GDK_NONE)) -+ return FALSE; - -- if (atom != GDK_NONE) -- { -- gtk_drag_get_data (widget, context, atom, time); -- return TRUE; -- } -+ /* request the drag data */ -+ gtk_drag_get_data (widget, context, target, time); -+ -+ /* we call gtk_drag_finish later */ -+ return TRUE; -+} - -- return FALSE; -+static void -+treeview_drag_begin (GtkWidget *treeview, GdkDragContext *context, -+ PanelItemsDialog *pid) -+{ -+ XfcePanelItemInfo *item_info; -+ -+ DBG (" + drag begin"); -+ -+ /* set nice drag icon */ -+ item_info = get_selected_tree_item (pid); -+ if (G_LIKELY (item_info && item_info->icon)) -+ gtk_drag_set_icon_pixbuf (context, item_info->icon, 0, 0); - } - - static void - treeview_data_get (GtkWidget *widget, GdkDragContext *drag_context, - GtkSelectionData *data, guint info, -- guint time, gpointer user_data) -+ guint time, PanelItemsDialog *pid) - { -+ XfcePanelItemInfo *item_info; -+ const gchar *item_name; -+ - DBG (" + drag data get: %d", info); - -- if (info == TARGET_PLUGIN_NAME) -+ if (G_LIKELY (info == TARGET_PLUGIN_NAME)) - { -- GtkTreeSelection *sel; -- GtkTreeModel *model; -- GtkTreeIter iter; -- XfcePanelItemInfo *info; -- -- sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget)); -- -- if (!sel) -+ /* get the selected item info */ -+ item_info = get_selected_tree_item (pid); -+ if (G_LIKELY (item_info)) - { -- DBG ("No selection!"); -- return; -+ item_name = item_info->name; -+ -+ if (xfce_panel_item_manager_is_available (item_name)) -+ { -+ DBG (" + set selection data: %s", item_name); -+ -+ /* set the selection data */ -+ gtk_selection_data_set (data, data->target, 8, (guchar *) item_name, strlen (item_name)); -+ } - } -- -- if (!gtk_tree_selection_get_selected (sel, &model, &iter)) -- return; -- -- gtk_tree_model_get (model, &iter, 0, &info, -1); -- -- if (!xfce_panel_item_manager_is_available (info->name)) -- return; -- -- DBG (" + set data: %s", info->name); -- gtk_selection_data_set (data, data->target, 8, -- (guchar *)info->name, strlen (info->name)); - } - } - -@@ -408,10 +416,10 @@ - scroll = gtk_scrolled_window_new (NULL, NULL); - gtk_widget_show (scroll); - gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scroll), -- GTK_POLICY_NEVER, -+ GTK_POLICY_NEVER, - GTK_POLICY_NEVER); - gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scroll), -- GTK_SHADOW_IN); -+ GTK_SHADOW_IN); - gtk_box_pack_start (GTK_BOX (pid->items_box), scroll, TRUE, TRUE, 0); - - store = gtk_list_store_new (1, G_TYPE_POINTER); -@@ -433,19 +441,14 @@ - g_object_unref (G_OBJECT (store)); - - /* dnd */ -- panel_dnd_set_name_source (tv); -+ panel_dnd_set_source_name (tv); -+ panel_dnd_set_dest_name_and_widget (tv); - -- panel_dnd_set_widget_delete_dest (tv); -- -- g_signal_connect (tv, "drag-data-get", G_CALLBACK (treeview_data_get), -- pid); -- -- g_signal_connect (tv, "drag-data-received", -- G_CALLBACK (treeview_data_received), pid); -+ g_signal_connect (tv, "drag-data-get", G_CALLBACK (treeview_data_get), pid); -+ g_signal_connect (tv, "drag-data-received", G_CALLBACK (treeview_data_received), pid); -+ g_signal_connect (tv, "drag-drop", G_CALLBACK (treeview_drag_drop), pid); -+ g_signal_connect (tv, "drag-begin", G_CALLBACK (treeview_drag_begin), pid); - -- g_signal_connect (tv, "drag-drop", -- G_CALLBACK (treeview_drag_drop), pid); -- - /* create the view */ - col = gtk_tree_view_column_new (); - gtk_tree_view_column_set_spacing (col, BORDER); -@@ -454,14 +457,14 @@ - cell = gtk_cell_renderer_pixbuf_new (); - gtk_tree_view_column_pack_start (col, cell, FALSE); - gtk_tree_view_column_set_cell_data_func (col, cell, -- (GtkTreeCellDataFunc) -- render_icon, NULL, NULL); -+ (GtkTreeCellDataFunc) -+ render_icon, NULL, NULL); - - cell = gtk_cell_renderer_text_new (); - gtk_tree_view_column_pack_start (col, cell, TRUE); - gtk_tree_view_column_set_cell_data_func (col, cell, -- (GtkTreeCellDataFunc) -- render_text, tv, NULL); -+ (GtkTreeCellDataFunc) -+ render_text, tv, NULL); - - color = &(tv->style->fg[GTK_STATE_INSENSITIVE]); - g_object_set (cell, "foreground-gdk", color, NULL); -@@ -481,17 +484,12 @@ - GTK_POLICY_ALWAYS); - } - -- gtk_list_store_append (store, &iter); -- gtk_list_store_set (store, &iter, 0, -- g_ptr_array_index (pid->items, i), -1); -+ gtk_list_store_append (store, &iter); -+ gtk_list_store_set (store, &iter, 0, g_ptr_array_index (pid->items, i), -1); - } - -- g_signal_connect (tv, "cursor_changed", G_CALLBACK (cursor_changed), -- pid); -+ g_signal_connect (tv, "button-press-event", G_CALLBACK (treeview_dblclick), pid); - -- g_signal_connect (tv, "button-press-event", -- G_CALLBACK (treeview_dblclick), pid); -- - path = gtk_tree_path_new_from_string ("0"); - gtk_tree_view_set_cursor (GTK_TREE_VIEW (tv), path, NULL, FALSE); - gtk_tree_path_free (path); -@@ -505,9 +503,6 @@ - panel_block_autohide (panel); - - xfce_itembar_raise_event_window (XFCE_ITEMBAR (priv->itembar)); -- -- panel_dnd_set_dest (priv->itembar); -- panel_dnd_set_widget_source (priv->itembar); - - panel_set_items_sensitive (panel, FALSE); - -@@ -524,9 +519,6 @@ - xfce_itembar_lower_event_window (XFCE_ITEMBAR (priv->itembar)); - - panel_set_items_sensitive (panel, TRUE); -- -- panel_dnd_unset_dest (priv->itembar); -- panel_dnd_unset_source (priv->itembar); - - priv->edit_mode = FALSE; - } -@@ -537,9 +529,7 @@ - if (response != GTK_RESPONSE_HELP) - { - if (response == GTK_RESPONSE_OK) -- { - add_selected_item (pid); -- } - - items_dialog_widget = NULL; - g_ptr_array_foreach (pid->panels, (GFunc)item_dialog_closed, NULL); - -Modified: panel/panel-dnd.c -=================================================================== ---- panel/panel-dnd.c 2008-03-06 14:44:26 UTC (rev 26668) -+++ panel/panel-dnd.c 2008-03-09 18:03:37 UTC (rev 26669) -@@ -36,110 +36,72 @@ - static const GtkTargetEntry dest_target_list[] = - { - { "application/x-xfce-panel-plugin-name", 0, TARGET_PLUGIN_NAME }, -- { "application/x-xfce-panel-plugin-widget", -- GTK_TARGET_SAME_APP, TARGET_PLUGIN_WIDGET }, -- { "text/plain", 0, TARGET_FILE }, -- { "text/uri-list", 0, TARGET_FILE }, -- { "UTF8_STRING", 0, TARGET_FILE } -+ { "application/x-xfce-panel-plugin-widget", GTK_TARGET_SAME_APP, TARGET_PLUGIN_WIDGET } - }; - --static const guint n_dest_targets = G_N_ELEMENTS (dest_target_list); -- - static const GtkTargetEntry name_target_list[] = - { - { "application/x-xfce-panel-plugin-name", 0, TARGET_PLUGIN_NAME } - }; - --static const guint n_name_targets = G_N_ELEMENTS (name_target_list); -- - static const GtkTargetEntry widget_target_list[] = - { -- { "application/x-xfce-panel-plugin-widget", 0, TARGET_PLUGIN_WIDGET } -+ { "application/x-xfce-panel-plugin-widget", GTK_TARGET_SAME_APP, TARGET_PLUGIN_WIDGET } - }; - --static guint n_widget_targets = G_N_ELEMENTS (widget_target_list); -- - /* public API */ - - void --panel_dnd_set_dest (GtkWidget *widget) -+panel_dnd_set_dest_name_and_widget (GtkWidget *widget) - { - gtk_drag_dest_set (widget, - GTK_DEST_DEFAULT_HIGHLIGHT | GTK_DEST_DEFAULT_MOTION, -- dest_target_list, n_dest_targets, GDK_ACTION_COPY); -+ dest_target_list, G_N_ELEMENTS (dest_target_list), -+ GDK_ACTION_MOVE | GDK_ACTION_COPY); - } - - void --panel_dnd_set_widget_delete_dest (GtkWidget *widget) -+panel_dnd_set_dest_widget (GtkWidget *widget) - { - gtk_drag_dest_set (widget, - GTK_DEST_DEFAULT_HIGHLIGHT | GTK_DEST_DEFAULT_MOTION, -- widget_target_list, n_widget_targets, -- GDK_ACTION_MOVE); -+ widget_target_list, G_N_ELEMENTS (widget_target_list), GDK_ACTION_MOVE); - } - - void --panel_dnd_unset_dest (GtkWidget *widget) -+panel_dnd_set_source_name (GtkWidget *widget) - { -- gtk_drag_dest_unset (widget); --} -- --GtkWidget * --panel_dnd_get_plugin_from_data (GtkSelectionData *data) --{ -- glong *n; -- -- n = (glong *)data->data; -- DBG (" + get pointer: %ld", *n); -- -- return GTK_WIDGET (GINT_TO_POINTER (*n)); --} -- --void --panel_dnd_set_name_source (GtkWidget *widget) --{ - gtk_drag_source_set (widget, GDK_BUTTON1_MASK, -- name_target_list, n_name_targets, -- GDK_ACTION_COPY); -+ name_target_list, G_N_ELEMENTS (name_target_list), GDK_ACTION_COPY); - } - - void --panel_dnd_set_widget_source (GtkWidget *widget) -+panel_dnd_set_source_widget (GtkWidget *widget) - { - gtk_drag_source_set (widget, GDK_BUTTON1_MASK, -- widget_target_list, n_widget_targets, -- GDK_ACTION_COPY|GDK_ACTION_MOVE); -+ widget_target_list, G_N_ELEMENTS (widget_target_list), GDK_ACTION_COPY); - } - --void panel_dnd_unset_source (GtkWidget *widget) --{ -- gtk_drag_source_unset (widget); --} -- - void --panel_dnd_set_widget_data (GtkSelectionData *data, GtkWidget *widget) --{ -- glong n = GPOINTER_TO_INT (widget); -- -- DBG (" + set pointer: %ld", n); -- -- gtk_selection_data_set (data, data->target, 32, (guchar *) &n, sizeof (n)); --} -- --void - panel_dnd_begin_drag (GtkWidget *widget) - { -- static GtkTargetList *list = NULL; -- GdkEvent *ev; -+ GtkTargetList *target_list ; -+ GdkEvent *event; - -- if (G_UNLIKELY (list == NULL)) -+ event = gtk_get_current_event(); -+ if (G_LIKELY (event)) - { -- list = gtk_target_list_new (widget_target_list, n_widget_targets); -- } -+ /* create a new target list */ -+ target_list = gtk_target_list_new (widget_target_list, G_N_ELEMENTS (widget_target_list)); -+ -+ /* begin the drag */ -+ gtk_drag_begin (widget, target_list, GDK_ACTION_MOVE, 1, event); - -- ev = gtk_get_current_event(); -- gtk_drag_begin (widget, list, GDK_ACTION_COPY, 1, ev); -+ /* release the target list */ -+ gtk_target_list_unref (target_list); - -- gdk_event_free (ev); -+ /* free the event */ -+ gdk_event_free (event); -+ } - } - - -Modified: panel/panel-dnd.h -=================================================================== ---- panel/panel-dnd.h 2008-03-06 14:44:26 UTC (rev 26668) -+++ panel/panel-dnd.h 2008-03-09 18:03:37 UTC (rev 26669) -@@ -27,27 +27,17 @@ - enum - { - TARGET_PLUGIN_NAME, -- TARGET_PLUGIN_WIDGET, -- TARGET_FILE -+ TARGET_PLUGIN_WIDGET - }; - --void panel_dnd_set_dest (GtkWidget *widget); -+void panel_dnd_set_dest_name_and_widget (GtkWidget *widget); - --void panel_dnd_set_widget_delete_dest (GtkWidget *widget); -+void panel_dnd_set_dest_widget (GtkWidget *widget); - --void panel_dnd_unset_dest (GtkWidget *widget); -+void panel_dnd_set_source_name (GtkWidget *widget); - --GtkWidget *panel_dnd_get_plugin_from_data (GtkSelectionData *data); -+void panel_dnd_set_source_widget (GtkWidget *widget); - -- --void panel_dnd_set_name_source (GtkWidget *widget); -- --void panel_dnd_set_widget_source (GtkWidget *widget); -- --void panel_dnd_unset_source (GtkWidget *widget); -- --void panel_dnd_set_widget_data (GtkSelectionData *data, GtkWidget *plugin); -- - void panel_dnd_begin_drag (GtkWidget *widget); - - #endif /* _PANEL_DND_H */ - -Modified: panel/panel-private.h -=================================================================== ---- panel/panel-private.h 2008-03-06 14:44:26 UTC (rev 26668) -+++ panel/panel-private.h 2008-03-09 18:03:37 UTC (rev 26669) -@@ -55,7 +55,6 @@ - { - GtkWidget *itembar; - GtkWidget *menu; -- GtkWidget *drag_widget; - - int size; - int monitor; - -Modified: panel/panel-properties.c -=================================================================== ---- panel/panel-properties.c 2008-03-06 14:44:26 UTC (rev 26668) -+++ panel/panel-properties.c 2008-03-09 18:03:37 UTC (rev 26669) -@@ -939,7 +939,7 @@ - - g_signal_connect (panel, "move-end", G_CALLBACK (panel_move_end), NULL); - -- panel_dnd_set_dest (GTK_WIDGET (panel)); -+ panel_dnd_set_dest_name_and_widget (GTK_WIDGET (panel)); - g_signal_connect (panel, "drag-motion", G_CALLBACK (drag_motion), NULL); - g_signal_connect (panel, "drag-leave", G_CALLBACK (drag_leave), NULL); - } - -Modified: panel/panel.c -=================================================================== ---- panel/panel.c 2008-03-06 14:44:26 UTC (rev 26668) -+++ panel/panel.c 2008-03-09 18:03:37 UTC (rev 26669) -@@ -87,6 +87,7 @@ - static void panel_menu_deactivated (GtkWidget *item); - - static void panel_menu_opened (GtkWidget *item); -+static void _item_start_move (GtkWidget *item, Panel *panel); - - /* DND dest */ - static void _panel_drag_data_received (GtkWidget *widget, -@@ -110,21 +111,6 @@ - GdkDragContext *drag_context, - Panel *panel); - --static void _panel_drag_end (GtkWidget *widget, -- GdkDragContext *drag_context, -- Panel *panel); -- --static void _panel_drag_data_get (GtkWidget *widget, -- GdkDragContext *drag_context, -- GtkSelectionData *data, -- guint info, -- guint time, -- Panel *panel); -- --static void _panel_drag_data_delete (GtkWidget *widget, -- GdkDragContext *drag_context, -- Panel *panel); -- - /* pass through button press events */ - static gboolean _panel_itembar_button_pressed (GtkWidget *widget, - GdkEventButton *ev, -@@ -255,6 +241,9 @@ - priv->itembar = xfce_itembar_new (GTK_ORIENTATION_HORIZONTAL); - gtk_widget_show (priv->itembar); - gtk_container_add (GTK_CONTAINER (panel), priv->itembar); -+ -+ panel_dnd_set_dest_name_and_widget (priv->itembar); -+ panel_dnd_set_source_widget (priv->itembar); - - /* don't allow the wm to close the panel window */ - g_signal_connect (panel, "delete-event", G_CALLBACK (gtk_true), NULL); -@@ -269,15 +258,6 @@ - g_signal_connect (priv->itembar, "drag-begin", - G_CALLBACK (_panel_drag_begin), panel); - -- g_signal_connect (priv->itembar, "drag-end", -- G_CALLBACK (_panel_drag_end), panel); -- -- g_signal_connect (priv->itembar, "drag-data-get", -- G_CALLBACK (_panel_drag_data_get), panel); -- -- g_signal_connect (priv->itembar, "drag-data-delete", -- G_CALLBACK (_panel_drag_data_delete), panel); -- - /* mouse click */ - g_signal_connect (priv->itembar, "button-press-event", - G_CALLBACK (_panel_itembar_button_pressed), panel); -@@ -441,76 +421,87 @@ - guint time, - Panel *panel) - { -- gboolean handled = FALSE; -+ XfceItembar *itembar = XFCE_ITEMBAR (widget); -+ PanelPrivate *priv = panel->priv; -+ XfcePanelItem *item; -+ GtkWidget *plugin; -+ gint index; -+ gint oldindex; -+ gboolean expand; -+ gboolean succeed = FALSE; - - DBG (" + drag data received: %d", info); - -- if (data->length > 0) -+ /* get the drop index */ -+ index = xfce_itembar_get_drop_index (itembar, x, y); -+ -+ switch (info) - { -- XfceItembar *itembar; -- PanelPrivate *priv; -- XfcePanelItem *item; -- GtkWidget *plugin; -- int index; -- int oldindex = -1; -- gboolean expand; -- -- itembar = XFCE_ITEMBAR (widget); -- -- switch (info) -- { -- case TARGET_PLUGIN_NAME: -- handled = TRUE; -- index = xfce_itembar_get_drop_index (itembar, x, y); -- panel_insert_item (panel, (const char *)data->data, index); -+ case TARGET_PLUGIN_NAME: -+ if (data->length > 0) -+ { -+ /* insert the new plugin */ -+ panel_insert_item (panel, (const gchar *) data->data, index); -+ -+ /* succeeded */ -+ succeed = TRUE; -+ } -+ break; -+ -+ case TARGET_PLUGIN_WIDGET: -+ /* get the plugin from the drag context */ -+ plugin = gtk_drag_get_source_widget (context); -+ -+ /* try the drag_widget or leave */ -+ if (!plugin || !XFCE_IS_PANEL_ITEM (plugin)) - break; -+ -+ if (gtk_widget_get_parent (plugin) != widget) -+ { -+ /* get the plugin and information */ -+ item = XFCE_PANEL_ITEM (plugin); -+ expand = xfce_panel_item_get_expand (item); - -- case TARGET_PLUGIN_WIDGET: -- plugin = panel_dnd_get_plugin_from_data (data); -- if (!plugin || !GTK_IS_WIDGET (plugin)) -- break; -- -- handled = TRUE; -- index = xfce_itembar_get_drop_index (itembar, x, y); -- -- if (plugin->parent != widget) -- { -- item = XFCE_PANEL_ITEM (plugin); -- expand = xfce_panel_item_get_expand (item); -- priv = panel->priv; -- -- g_object_freeze_notify (G_OBJECT (widget)); -+ /* freeze plugin notifications */ -+ g_object_freeze_notify (G_OBJECT (widget)); -+ -+ /* move the plugin from the old panel to the new one */ -+ gtk_widget_reparent (GTK_WIDGET (plugin), widget); -+ -+ /* update the plugin */ -+ xfce_panel_item_set_size (item, priv->size); -+ xfce_panel_item_set_screen_position (item, priv->screen_position); -+ -+ /* update the itembar */ -+ xfce_itembar_reorder_child (itembar, plugin, index); -+ xfce_itembar_set_child_expand (itembar, plugin, expand); -+ -+ /* thaw update notifications */ -+ g_object_thaw_notify (G_OBJECT (widget)); -+ } -+ else /* move on same panel */ -+ { -+ /* get the old index */ -+ oldindex = xfce_itembar_get_item_index (itembar, plugin); -+ -+ if (index > oldindex) -+ index--; - -- gtk_widget_reparent (GTK_WIDGET (plugin), widget); -- -- xfce_panel_item_set_size (item, priv->size); -- -- xfce_panel_item_set_screen_position (item, -- priv->screen_position); -- -+ if (index != oldindex) - xfce_itembar_reorder_child (itembar, plugin, index); -- -- g_object_thaw_notify (G_OBJECT (widget)); -- -- xfce_itembar_set_child_expand (itembar, plugin, expand); -- } -- else /* only when moving on the same panel */ -- { -- oldindex = xfce_itembar_get_item_index (itembar, plugin); -- -- if (index > oldindex) index--; -- -- if (index != oldindex) -- xfce_itembar_reorder_child (itembar, plugin, index); -- } -- break; -- -- default: -- break; -- } -+ } -+ -+ /* properly handled */ -+ succeed = TRUE; -+ -+ break; -+ -+ default: -+ break; - } -- -- gtk_drag_finish (context, handled, FALSE, time); -+ -+ /* finish the drag */ -+ gtk_drag_finish (context, succeed, FALSE, time); - } - - static gboolean -@@ -521,15 +512,17 @@ - guint time, - Panel *panel) - { -- GdkAtom atom = gtk_drag_dest_find_target (widget, context, NULL); -+ GdkAtom target = gtk_drag_dest_find_target (widget, context, NULL); -+ -+ /* we cannot handle the drag data */ -+ if (G_UNLIKELY (target == GDK_NONE)) -+ return FALSE; - -- if (atom != GDK_NONE) -- { -- gtk_drag_get_data (widget, context, atom, time); -- return TRUE; -- } -- -- return FALSE; -+ /* request the drag data */ -+ gtk_drag_get_data (widget, context, target, time); -+ -+ /* we call gtk_drag_finish later */ -+ return TRUE; - } - - /* DND source */ -@@ -538,112 +531,29 @@ - GdkDragContext *drag_context, - Panel *panel) - { -- int x, y, rootx, rooty, w, h; -- GtkWidget *plugin; -- GdkPixbuf *pb; -- PanelPrivate *priv = panel->priv; -- -+ gint x, y, rootx, rooty; -+ GtkWidget *plugin; -+ - DBG (" + drag begin"); - -- if (priv->drag_widget) -- { -- plugin = priv->drag_widget; -- -- /* allow menu to close, in order to not mess up the snapshot of the -- * plugin -- TODO: find a better way to do this */ -- while (gtk_events_pending ()) -- gtk_main_iteration (); -- } -- else -- { -- x = y = 0; -- gdk_display_get_pointer (gtk_widget_get_display (widget), -- NULL, &x, &y, NULL); -- gdk_window_get_root_origin (widget->window, &rootx, &rooty); -- x -= rootx; -- y -= rooty; -- -- plugin = xfce_itembar_get_item_at_point (XFCE_ITEMBAR (widget), x, y); -- } -- -- if (plugin) -- { -- GdkDrawable *d = GDK_DRAWABLE (plugin->window); -- -- gdk_drawable_get_size (d, &w, &h); -- pb = gdk_pixbuf_get_from_drawable (NULL, d, NULL, 0, 0, 0, 0, w, h); -- gtk_drag_set_icon_pixbuf (drag_context, pb, 0, 0); -- g_object_unref (G_OBJECT (pb)); -- -- priv->drag_widget = plugin; -- } -- else -- DBG ("No Plugin"); -+ /* get the pointer position */ -+ gdk_display_get_pointer (gtk_widget_get_display (widget), NULL, &x, &y, NULL); -+ -+ /* get the window root coordinates */ -+ gdk_window_get_root_origin (widget->window, &rootx, &rooty); -+ -+ /* calc the position inside the panel */ -+ x -= rootx; -+ y -= rooty; -+ -+ /* get the plugin on the itembar at this position */ -+ plugin = xfce_itembar_get_item_at_point (XFCE_ITEMBAR (widget), x, y); -+ -+ /* start an item move */ -+ if (G_LIKELY (plugin)) -+ _item_start_move (plugin, panel); - } - --static void --_panel_drag_end (GtkWidget *widget, -- GdkDragContext *drag_context, -- Panel *panel) --{ -- PanelPrivate *priv = panel->priv; -- -- priv->drag_widget = NULL; -- -- if (!priv->edit_mode) -- { -- const GPtrArray *panels = panel_app_get_panel_list (); -- int i; -- -- for (i = 0; i < panels->len; ++i) -- { -- Panel *p = g_ptr_array_index (panels, i); -- -- priv = p->priv; -- -- xfce_itembar_lower_event_window (XFCE_ITEMBAR (priv->itembar)); -- panel_dnd_unset_dest (priv->itembar); -- panel_dnd_unset_source (priv->itembar); -- panel_set_items_sensitive (p, TRUE); -- -- panel_unblock_autohide (p); -- } -- } --} -- --static void --_panel_drag_data_get (GtkWidget *widget, -- GdkDragContext *drag_context, -- GtkSelectionData *data, -- guint info, -- guint time, -- Panel *panel) --{ -- if (info == TARGET_PLUGIN_WIDGET) -- { -- PanelPrivate *priv = panel->priv; -- -- if (priv->drag_widget) -- { -- panel_dnd_set_widget_data (data, priv->drag_widget); -- } -- } --} -- --static void --_panel_drag_data_delete (GtkWidget *widget, -- GdkDragContext *drag_context, -- Panel *panel) --{ -- PanelPrivate *priv = panel->priv; -- -- if (priv->drag_widget) -- { -- xfce_panel_item_remove (XFCE_PANEL_ITEM (priv->drag_widget)); -- priv->drag_widget = NULL; -- } --} -- - /* pass through right-click events when the event window of itembar is raised - */ - static gboolean -@@ -651,6 +561,8 @@ - GdkEventButton *ev, - Panel *panel) - { -+ GtkWidget *plugin; -+ - if (xfce_itembar_event_window_is_raised (XFCE_ITEMBAR (widget))) - { - guint modifiers; -@@ -660,8 +572,6 @@ - if (ev->button == 3 || (ev->button == 1 && - (ev->state & modifiers) == GDK_CONTROL_MASK)) - { -- GtkWidget *plugin; -- - plugin = xfce_itembar_get_item_at_point (XFCE_ITEMBAR (widget), - ev->x, ev->y); - if (plugin) -@@ -670,14 +580,6 @@ - return TRUE; - } - } -- else if (ev->button == 1) -- { -- PanelPrivate *priv = panel->priv; -- -- priv->drag_widget = -- xfce_itembar_get_item_at_point (XFCE_ITEMBAR (widget), -- ev->x, ev->y); -- } - } - - return FALSE; -@@ -863,13 +765,44 @@ - } - - static void -+_item_start_move_end (GtkWidget *item, -+ GdkDragContext *context, -+ Panel *panel) -+{ -+ PanelPrivate *priv = panel->priv; -+ Panel *p; -+ -+ DBG ("+ finish item drag"); -+ -+ /* disconnect drag end signal */ -+ g_signal_handlers_disconnect_by_func (G_OBJECT (item), G_CALLBACK (_item_start_move_end), panel); -+ -+ if (!priv->edit_mode) -+ { -+ const GPtrArray *panels = panel_app_get_panel_list (); -+ gint i; -+ -+ for (i = 0; i < panels->len; ++i) -+ { -+ p = g_ptr_array_index (panels, i); -+ priv = p->priv; -+ -+ xfce_itembar_lower_event_window (XFCE_ITEMBAR (priv->itembar)); -+ panel_set_items_sensitive (p, TRUE); -+ -+ panel_unblock_autohide (p); -+ } -+ } -+} -+ -+static void - _item_start_move (GtkWidget *item, - Panel *panel) - { - const GPtrArray *panels = panel_app_get_panel_list (); - PanelPrivate *priv; - Panel *p; -- int i; -+ gint i; - - for (i = 0; i < panels->len; ++i) - { -@@ -879,19 +812,16 @@ - if (!priv->edit_mode) - { - panel_set_items_sensitive (p, FALSE); -- -- panel_dnd_set_dest (priv->itembar); -- panel_dnd_set_widget_source (priv->itembar); - xfce_itembar_raise_event_window (XFCE_ITEMBAR (priv->itembar)); -- - panel_block_autohide (p); - } - } - -- priv = panel->priv; -- priv->drag_widget = item; -- -- panel_dnd_begin_drag (priv->itembar); -+ /* start the drag */ -+ panel_dnd_begin_drag (item); -+ -+ /* signal to make panels sensitive after a drop */ -+ g_signal_connect (G_OBJECT (item), "drag-end", G_CALLBACK (_item_start_move_end), panel); - } - - extern void panel_set_hidden (Panel *panel, - Property changes on: head/x11-wm/xfce4-panel/files/patch-dnd ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-wm/xfce4-panel/Makefile =================================================================== --- head/x11-wm/xfce4-panel/Makefile (revision 222237) +++ head/x11-wm/xfce4-panel/Makefile (revision 222238) @@ -1,49 +1,49 @@ # New ports collection makefile for: xfce4-panel # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-panel -PORTVERSION= 4.4.2 -PORTREVISION= 2 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 panel module CONFLICTS= xfce4-systray-* GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libgui libmcs libutil mcsmanager OPTIONS= GTKDOC "install the library documentation" off \ STARTUP "Enable startup notification support" on .include .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+=--enable-gtk-doc PLIST_SUB+= GTK_DOC="" .else CONFIGURE_ARGS+=--disable-gtk-doc PLIST_SUB+= GTK_DOC="@comment " .endif .if !defined(WITHOUT_STARTUP) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif .include Property changes on: head/x11-wm/xfce4-panel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/x11-wm/xfce4-panel/distinfo =================================================================== --- head/x11-wm/xfce4-panel/distinfo (revision 222237) +++ head/x11-wm/xfce4-panel/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-panel-4.4.2.tar.bz2) = 8f26b32c442bf9926f98f285a3c251dd -SHA256 (xfce4/xfce4-panel-4.4.2.tar.bz2) = ddabfb0ccf04366820efdeb7c640ee3a648a55e51b5177c9861a5ab896e96ddd -SIZE (xfce4/xfce4-panel-4.4.2.tar.bz2) = 757724 +MD5 (xfce4/xfce4-panel-4.4.3.tar.bz2) = 06ef9294062f9bdee4106772e62802f5 +SHA256 (xfce4/xfce4-panel-4.4.3.tar.bz2) = 07a1860f92aaf6b31bfb5e5255f2a09738d12204faa96eca8a2b12d45b8e1bb7 +SIZE (xfce4/xfce4-panel-4.4.3.tar.bz2) = 777979 Property changes on: head/x11-wm/xfce4-panel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/x11-wm/xfce4-panel/pkg-plist =================================================================== --- head/x11-wm/xfce4-panel/pkg-plist (revision 222237) +++ head/x11-wm/xfce4-panel/pkg-plist (revision 222238) @@ -1,174 +1,178 @@ bin/xfce4-iconbox bin/xfce4-panel bin/xfce4-popup-windowlist bin/xftaskbar4 etc/xdg/xfce4/panel/clock-14.rc etc/xdg/xfce4/panel/launcher-10.rc etc/xdg/xfce4/panel/launcher-7.rc etc/xdg/xfce4/panel/launcher-8.rc etc/xdg/xfce4/panel/launcher-9.rc etc/xdg/xfce4/panel/panels.xml etc/xdg/xfce4/panel/systray-4.rc etc/xdg/xfce4/panel/xfce4-menu-5.rc include/xfce4/libxfce4panel/xfce-arrow-button.h include/xfce4/libxfce4panel/xfce-hvbox.h include/xfce4/libxfce4panel/xfce-itembar.h include/xfce4/libxfce4panel/xfce-panel-convenience.h include/xfce4/libxfce4panel/xfce-panel-enum-types.h include/xfce4/libxfce4panel/xfce-panel-enums.h include/xfce4/libxfce4panel/xfce-panel-external-plugin.h include/xfce4/libxfce4panel/xfce-panel-internal-plugin.h include/xfce4/libxfce4panel/xfce-panel-macros.h include/xfce4/libxfce4panel/xfce-panel-plugin-iface.h include/xfce4/libxfce4panel/xfce-panel-plugin.h include/xfce4/libxfce4panel/xfce-panel-window.h lib/libxfce4panel.la lib/libxfce4panel.so lib/libxfce4panel.so.2 lib/xfce4/mcs-plugins/libxfce4settings.la lib/xfce4/mcs-plugins/libxfce4settings.so lib/xfce4/panel-plugins/libactions.la lib/xfce4/panel-plugins/libactions.so lib/xfce4/panel-plugins/libclock.la lib/xfce4/panel-plugins/libclock.so lib/xfce4/panel-plugins/libiconbox.la lib/xfce4/panel-plugins/libiconbox.so lib/xfce4/panel-plugins/liblauncher.la lib/xfce4/panel-plugins/liblauncher.so lib/xfce4/panel-plugins/libpager.la lib/xfce4/panel-plugins/libpager.so lib/xfce4/panel-plugins/libseparator.la lib/xfce4/panel-plugins/libseparator.so lib/xfce4/panel-plugins/libshowdesktop.la lib/xfce4/panel-plugins/libshowdesktop.so lib/xfce4/panel-plugins/libsystray.la lib/xfce4/panel-plugins/libsystray.so lib/xfce4/panel-plugins/libtasklist.la lib/xfce4/panel-plugins/libtasklist.so lib/xfce4/panel-plugins/libwindowlist.la lib/xfce4/panel-plugins/libwindowlist.so libdata/pkgconfig/libxfce4panel-1.0.pc share/applications/xfce4-panel-manager.desktop share/gtk-doc/html/libxfce4panel/XfceArrowButton.html share/gtk-doc/html/libxfce4panel/XfceExternalPanelPlugin.html share/gtk-doc/html/libxfce4panel/XfceHVBox.html share/gtk-doc/html/libxfce4panel/XfceInternalPanelPlugin.html share/gtk-doc/html/libxfce4panel/XfceItembar.html share/gtk-doc/html/libxfce4panel/XfcePanelPlugin.html share/gtk-doc/html/libxfce4panel/XfcePanelWindow.html share/gtk-doc/html/libxfce4panel/ch01.html share/gtk-doc/html/libxfce4panel/home.png share/gtk-doc/html/libxfce4panel/index.html share/gtk-doc/html/libxfce4panel/index.sgml share/gtk-doc/html/libxfce4panel/left.png share/gtk-doc/html/libxfce4panel/libxfce4panel-Convenience-Functions.html share/gtk-doc/html/libxfce4panel/libxfce4panel-Standard-Enumerations.html share/gtk-doc/html/libxfce4panel/libxfce4panel-Writing-Plugins.html share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp2 share/gtk-doc/html/libxfce4panel/right.png share/gtk-doc/html/libxfce4panel/style.css share/gtk-doc/html/libxfce4panel/up.png share/icons/hicolor/16x16/apps/xfce-system-exit.png share/icons/hicolor/16x16/apps/xfce-system-info.png share/icons/hicolor/16x16/apps/xfce-system-lock.png share/icons/hicolor/16x16/apps/xfce-system-settings.png share/icons/hicolor/48x48/apps/xfce-mail.png share/icons/hicolor/48x48/apps/xfce-mouse.png share/icons/hicolor/48x48/apps/xfce4-iconbox.png share/icons/hicolor/48x48/apps/xfce4-panel.png share/icons/hicolor/48x48/apps/xfce4-taskbar.png share/locale/am/LC_MESSAGES/xfce4-panel.mo share/locale/ar/LC_MESSAGES/xfce4-panel.mo share/locale/az/LC_MESSAGES/xfce4-panel.mo share/locale/be/LC_MESSAGES/xfce4-panel.mo share/locale/bg/LC_MESSAGES/xfce4-panel.mo share/locale/bn_IN/LC_MESSAGES/xfce4-panel.mo share/locale/ca/LC_MESSAGES/xfce4-panel.mo share/locale/cs/LC_MESSAGES/xfce4-panel.mo +share/locale/da/LC_MESSAGES/xfce4-panel.mo share/locale/de/LC_MESSAGES/xfce4-panel.mo share/locale/dz/LC_MESSAGES/xfce4-panel.mo share/locale/el/LC_MESSAGES/xfce4-panel.mo share/locale/en_GB/LC_MESSAGES/xfce4-panel.mo share/locale/eo/LC_MESSAGES/xfce4-panel.mo share/locale/es/LC_MESSAGES/xfce4-panel.mo share/locale/es_MX/LC_MESSAGES/xfce4-panel.mo share/locale/et/LC_MESSAGES/xfce4-panel.mo share/locale/eu/LC_MESSAGES/xfce4-panel.mo share/locale/fa/LC_MESSAGES/xfce4-panel.mo share/locale/fi/LC_MESSAGES/xfce4-panel.mo share/locale/fr/LC_MESSAGES/xfce4-panel.mo share/locale/gl/LC_MESSAGES/xfce4-panel.mo share/locale/gu/LC_MESSAGES/xfce4-panel.mo share/locale/he/LC_MESSAGES/xfce4-panel.mo share/locale/hi/LC_MESSAGES/xfce4-panel.mo share/locale/hu/LC_MESSAGES/xfce4-panel.mo share/locale/hy/LC_MESSAGES/xfce4-panel.mo +share/locale/id/LC_MESSAGES/xfce4-panel.mo share/locale/it/LC_MESSAGES/xfce4-panel.mo share/locale/ja/LC_MESSAGES/xfce4-panel.mo share/locale/ka/LC_MESSAGES/xfce4-panel.mo share/locale/ko/LC_MESSAGES/xfce4-panel.mo share/locale/lt/LC_MESSAGES/xfce4-panel.mo share/locale/lv/LC_MESSAGES/xfce4-panel.mo share/locale/mk/LC_MESSAGES/xfce4-panel.mo share/locale/mr/LC_MESSAGES/xfce4-panel.mo share/locale/ms/LC_MESSAGES/xfce4-panel.mo share/locale/nb_NO/LC_MESSAGES/xfce4-panel.mo share/locale/nl/LC_MESSAGES/xfce4-panel.mo share/locale/pa/LC_MESSAGES/xfce4-panel.mo share/locale/pl/LC_MESSAGES/xfce4-panel.mo share/locale/pt_BR/LC_MESSAGES/xfce4-panel.mo share/locale/pt_PT/LC_MESSAGES/xfce4-panel.mo share/locale/ro/LC_MESSAGES/xfce4-panel.mo share/locale/ru/LC_MESSAGES/xfce4-panel.mo +share/locale/si/LC_MESSAGES/xfce4-panel.mo share/locale/sk/LC_MESSAGES/xfce4-panel.mo share/locale/sv/LC_MESSAGES/xfce4-panel.mo share/locale/ta/LC_MESSAGES/xfce4-panel.mo share/locale/tr/LC_MESSAGES/xfce4-panel.mo share/locale/uk/LC_MESSAGES/xfce4-panel.mo +share/locale/ur/LC_MESSAGES/xfce4-panel.mo share/locale/vi/LC_MESSAGES/xfce4-panel.mo share/locale/zh_CN/LC_MESSAGES/xfce4-panel.mo share/locale/zh_TW/LC_MESSAGES/xfce4-panel.mo share/xfce4/doc/C/images/default_top_panel.png share/xfce4/doc/C/images/default_bottom_panel.png share/xfce4/doc/C/images/item_popup.png share/xfce4/doc/C/images/add_item_dialog.png share/xfce4/doc/C/images/launcher_properties.png share/xfce4/doc/C/images/panel_manager.png share/xfce4/doc/C/xfce4-panel.html share/xfce4/panel-plugins/actions.desktop share/xfce4/panel-plugins/clock.desktop share/xfce4/panel-plugins/iconbox.desktop share/xfce4/panel-plugins/launcher.desktop share/xfce4/panel-plugins/pager.desktop share/xfce4/panel-plugins/separator.desktop share/xfce4/panel-plugins/showdesktop.desktop share/xfce4/panel-plugins/systray.desktop share/xfce4/panel-plugins/tasklist.desktop share/xfce4/panel-plugins/windowlist.desktop @dirrm etc/xdg/xfce4/panel @dirrmtry etc/xdg/xfce4 @dirrmtry etc/xdg @dirrm include/xfce4/libxfce4panel @dirrmtry include/xfce4 @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4/panel-plugins @dirrmtry lib/xfce4 @dirrm share/gtk-doc/html/libxfce4panel @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 Property changes on: head/x11-wm/xfce4-panel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/x11-wm/xfce4-session/Makefile =================================================================== --- head/x11-wm/xfce4-session/Makefile (revision 222237) +++ head/x11-wm/xfce4-session/Makefile (revision 222238) @@ -1,33 +1,33 @@ # New ports collection makefile for: xfce4-session # Date created: 2003-10-30 # Whom: Matt Lancereau # # $FreeBSD$ # PORTNAME= xfce4-session -PORTVERSION= 4.4.2 -PORTREVISION= 2 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Session manager for the Xfce 4 desktop environment BUILD_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth RUN_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libgui libmcs libutil mcsmanager USE_XORG= x11 sm ice MAN1= xfce4-session.1 xfce4-session-logout.1 .include Property changes on: head/x11-wm/xfce4-session/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/x11-wm/xfce4-session/distinfo =================================================================== --- head/x11-wm/xfce4-session/distinfo (revision 222237) +++ head/x11-wm/xfce4-session/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-session-4.4.2.tar.bz2) = 4c3d1acb8ce37ea4dd55d82aeb38e9e7 -SHA256 (xfce4/xfce4-session-4.4.2.tar.bz2) = 7394906dec7b50789407219f85143ae83b10938949d38adeecdd59eb50c8c1c6 -SIZE (xfce4/xfce4-session-4.4.2.tar.bz2) = 1252395 +MD5 (xfce4/xfce4-session-4.4.3.tar.bz2) = 5c522e0d28c952af413cf0c43257b907 +SHA256 (xfce4/xfce4-session-4.4.3.tar.bz2) = fa23d0e079ea3bf1b7f0e056adc6e28df04581632207face4f851269d92bffdd +SIZE (xfce4/xfce4-session-4.4.3.tar.bz2) = 1276089 Property changes on: head/x11-wm/xfce4-session/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-wm/xfce4-session/pkg-plist =================================================================== --- head/x11-wm/xfce4-session/pkg-plist (revision 222237) +++ head/x11-wm/xfce4-session/pkg-plist (revision 222238) @@ -1,145 +1,151 @@ bin/xfce4-autostart-editor bin/xfce4-session bin/xfce4-session-logout bin/xfce4-tips etc/xdg/autostart/xfce4-tips-autostart.desktop etc/xdg/xfce4-session/xfce4-session.rc include/xfce4/xfce4-session-4.2/libxfsm/xfsm-splash-engine.h include/xfce4/xfce4-session-4.2/libxfsm/xfsm-splash-rc.h lib/libxfsm-4.2.a lib/libxfsm-4.2.la lib/libxfsm-4.2.so lib/libxfsm-4.2.so.0 libdata/pkgconfig/xfce4-session-1.0.pc lib/xfce4/mcs-plugins/session_settings.a lib/xfce4/mcs-plugins/session_settings.la lib/xfce4/mcs-plugins/session_settings.so lib/xfce4/mcs-plugins/splash_settings.a lib/xfce4/mcs-plugins/splash_settings.la lib/xfce4/mcs-plugins/splash_settings.so lib/xfce4/splash/engines/libbalou.a lib/xfce4/splash/engines/libbalou.la lib/xfce4/splash/engines/libbalou.so lib/xfce4/splash/engines/libmice.a lib/xfce4/splash/engines/libmice.la lib/xfce4/splash/engines/libmice.so lib/xfce4/splash/engines/libsimple.a lib/xfce4/splash/engines/libsimple.la lib/xfce4/splash/engines/libsimple.so libexec/balou-export-theme libexec/balou-install-theme libexec/xfsm-shutdown-helper share/applications/xfce4-autostart-editor.desktop share/applications/xfce-session-settings.desktop share/applications/xfce-splash-settings.desktop share/icons/hicolor/128x128/apps/xfce4-session.png share/icons/hicolor/48x48/apps/xfce4-session.png share/icons/hicolor/48x48/apps/xfce4-splash.png share/icons/hicolor/48x48/apps/xfsm-shutdown.png share/icons/hicolor/64x64/apps/xfsm-gnome-kde-logo.png share/icons/hicolor/72x72/apps/xfsm-trash-hilight.png share/icons/hicolor/72x72/apps/xfsm-trash-normal.png share/icons/hicolor/scalable/apps/xfce4-session.svg share/icons/hicolor/scalable/apps/xfsm-shutdown.svg share/locale/am/LC_MESSAGES/xfce4-session.mo share/locale/ar/LC_MESSAGES/xfce4-session.mo share/locale/az/LC_MESSAGES/xfce4-session.mo share/locale/be/LC_MESSAGES/xfce4-session.mo share/locale/bn_IN/LC_MESSAGES/xfce4-session.mo share/locale/ca/LC_MESSAGES/xfce4-session.mo share/locale/cs/LC_MESSAGES/xfce4-session.mo +share/locale/da/LC_MESSAGES/xfce4-session.mo share/locale/de/LC_MESSAGES/xfce4-session.mo share/locale/dz/LC_MESSAGES/xfce4-session.mo share/locale/el/LC_MESSAGES/xfce4-session.mo share/locale/en_GB/LC_MESSAGES/xfce4-session.mo share/locale/eo/LC_MESSAGES/xfce4-session.mo share/locale/es/LC_MESSAGES/xfce4-session.mo share/locale/es_MX/LC_MESSAGES/xfce4-session.mo share/locale/et/LC_MESSAGES/xfce4-session.mo share/locale/eu/LC_MESSAGES/xfce4-session.mo share/locale/fa/LC_MESSAGES/xfce4-session.mo share/locale/fi/LC_MESSAGES/xfce4-session.mo share/locale/fr/LC_MESSAGES/xfce4-session.mo share/locale/gl/LC_MESSAGES/xfce4-session.mo share/locale/gu/LC_MESSAGES/xfce4-session.mo share/locale/he/LC_MESSAGES/xfce4-session.mo share/locale/hi/LC_MESSAGES/xfce4-session.mo share/locale/hu/LC_MESSAGES/xfce4-session.mo +share/locale/id/LC_MESSAGES/xfce4-session.mo share/locale/it/LC_MESSAGES/xfce4-session.mo share/locale/ja/LC_MESSAGES/xfce4-session.mo share/locale/ka/LC_MESSAGES/xfce4-session.mo share/locale/ko/LC_MESSAGES/xfce4-session.mo +share/locale/ku/LC_MESSAGES/xfce4-session.mo share/locale/lt/LC_MESSAGES/xfce4-session.mo share/locale/lv/LC_MESSAGES/xfce4-session.mo share/locale/mk/LC_MESSAGES/xfce4-session.mo share/locale/mr/LC_MESSAGES/xfce4-session.mo share/locale/ms/LC_MESSAGES/xfce4-session.mo share/locale/nb_NO/LC_MESSAGES/xfce4-session.mo share/locale/nl/LC_MESSAGES/xfce4-session.mo share/locale/pa/LC_MESSAGES/xfce4-session.mo share/locale/pl/LC_MESSAGES/xfce4-session.mo share/locale/pt_BR/LC_MESSAGES/xfce4-session.mo share/locale/pt_PT/LC_MESSAGES/xfce4-session.mo share/locale/ro/LC_MESSAGES/xfce4-session.mo share/locale/ru/LC_MESSAGES/xfce4-session.mo +share/locale/si/LC_MESSAGES/xfce4-session.mo share/locale/sk/LC_MESSAGES/xfce4-session.mo share/locale/sv/LC_MESSAGES/xfce4-session.mo share/locale/ta/LC_MESSAGES/xfce4-session.mo share/locale/tr/LC_MESSAGES/xfce4-session.mo +share/locale/ur/LC_MESSAGES/xfce4-session.mo share/locale/uk/LC_MESSAGES/xfce4-session.mo share/locale/vi/LC_MESSAGES/xfce4-session.mo share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo share/themes/Default/balou/logo.png share/themes/Default/balou/themerc share/xfce4/doc/C/images/xfsm-advanced.png share/xfce4/doc/C/images/xfsm-general.png share/xfce4/doc/C/images/xfsm-splash.png share/xfce4/doc/C/xfce4-session.html share/xfce4/doc/fr/images/xfsm-advanced.png share/xfce4/doc/fr/images/xfsm-general.png share/xfce4/doc/fr/images/xfsm-splash.png share/xfce4/doc/fr/xfce4-session.html share/xfce4/tips/tips share/xfce4/tips/tips.dat +share/icons/hicolor/48x48/apps/xfce4-autostart-editor.png share/icons/hicolor/48x48/apps/xfsm-logout.png share/icons/hicolor/48x48/apps/xfsm-reboot.png @dirrm etc/xdg/autostart @dirrm etc/xdg/xfce4-session @dirrmtry etc/xdg @dirrm include/xfce4/xfce4-session-4.2/libxfsm @dirrm include/xfce4/xfce4-session-4.2 @dirrmtry include/xfce4 @dirrmtry share/applications @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrm share/themes/Default/balou @dirrmtry share/themes/Default @dirrmtry share/themes @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc @dirrmtry share/xfce4/tips @dirrmtry share/xfce4 @dirrmtry lib/xfce4/splash/engines @dirrmtry lib/xfce4/splash @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4 @dirrmtry lib/pkgconfig @dirrmtry share/icons/hicolor/64x64/apps @dirrmtry share/icons/hicolor/64x64 @dirrmtry share/icons/hicolor/72x72/apps @dirrmtry share/icons/hicolor/72x72 @dirrmtry share/icons/hicolor/128x128/apps @dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable Property changes on: head/x11-wm/xfce4-session/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/x11-wm/xfce4-wm/Makefile =================================================================== --- head/x11-wm/xfce4-wm/Makefile (revision 222237) +++ head/x11-wm/xfce4-wm/Makefile (revision 222238) @@ -1,56 +1,56 @@ # New ports collection makefile for: xfwm4 # Date created: August 14, 2002 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-wm -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfwm4-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 window manager CONFIGURE_ARGS= --enable-xinerama GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libmcs libutil libgui mcsmanager panel OPTIONS= COMPOSITE "Support the experimental X11 Composite extension" on \ STARTUP "Enable startup notification support" on \ REVMOUSE "Reverse mouse workspace changing direction" off .include .if !defined(WITHOUT_COMPOSITE) CONFIGURE_ARGS+=--enable-compositor .else CONFIGURE_ARGS+=--disable-compositor .endif .if !defined(WITHOUT_STARTUP) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif .if defined(WITH_REVMOUSE) EXTRA_PATCHES= ${FILESDIR}/extrapatch-src__events.c .endif post-patch: @${REINPLACE_CMD} -e 's|\(#define ShapeInput 2\);|\1|' \ ${WRKSRC}/src/frame.c .include Property changes on: head/x11-wm/xfce4-wm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/x11-wm/xfce4-wm/distinfo =================================================================== --- head/x11-wm/xfce4-wm/distinfo (revision 222237) +++ head/x11-wm/xfce4-wm/distinfo (revision 222238) @@ -1,3 +1,3 @@ -MD5 (xfce4/xfwm4-4.4.2.tar.bz2) = 21da77e50b07e72bba784bf3418ca067 -SHA256 (xfce4/xfwm4-4.4.2.tar.bz2) = 710120122bc4acaaecdb0646656c5aa92f1d44c4c81d1a6775688abab04cca0a -SIZE (xfce4/xfwm4-4.4.2.tar.bz2) = 1548533 +MD5 (xfce4/xfwm4-4.4.3.tar.bz2) = d15089f06187c029aee4cb87f75c302d +SHA256 (xfce4/xfwm4-4.4.3.tar.bz2) = 12ee2e6bea8896f418905d6b93ce4a585aa22990bae9c1f89ca3cd56c608be51 +SIZE (xfce4/xfwm4-4.4.3.tar.bz2) = 1590866 Property changes on: head/x11-wm/xfce4-wm/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/x11-wm/xfce4-wm/pkg-plist =================================================================== --- head/x11-wm/xfce4-wm/pkg-plist (revision 222237) +++ head/x11-wm/xfce4-wm/pkg-plist (revision 222238) @@ -1,1324 +1,1329 @@ bin/xfwm4 lib/xfce4/mcs-plugins/wmtweaks_plugin.a lib/xfce4/mcs-plugins/wmtweaks_plugin.la lib/xfce4/mcs-plugins/wmtweaks_plugin.so lib/xfce4/mcs-plugins/workspaces_plugin.a lib/xfce4/mcs-plugins/workspaces_plugin.la lib/xfce4/mcs-plugins/workspaces_plugin.so lib/xfce4/mcs-plugins/xfwm4_plugin.a lib/xfce4/mcs-plugins/xfwm4_plugin.la lib/xfce4/mcs-plugins/xfwm4_plugin.so share/applications/xfce-wm-settings.desktop share/applications/xfce-wmtweaks-settings.desktop share/applications/xfce-workspaces-settings.desktop share/icons/hicolor/48x48/apps/wmtweaks.png share/icons/hicolor/48x48/apps/xfce4-workspaces.png share/icons/hicolor/48x48/apps/xfwm4.png share/icons/hicolor/scalable/apps/wmtweaks.svg share/icons/hicolor/scalable/apps/xfce4-workspaces.svg share/icons/hicolor/scalable/apps/xfwm4.svg share/locale/am/LC_MESSAGES/xfwm4.mo share/locale/ar/LC_MESSAGES/xfwm4.mo share/locale/az/LC_MESSAGES/xfwm4.mo share/locale/be/LC_MESSAGES/xfwm4.mo share/locale/bg/LC_MESSAGES/xfwm4.mo share/locale/bn_IN/LC_MESSAGES/xfwm4.mo share/locale/ca/LC_MESSAGES/xfwm4.mo share/locale/cs/LC_MESSAGES/xfwm4.mo +share/locale/da/LC_MESSAGES/xfwm4.mo share/locale/de/LC_MESSAGES/xfwm4.mo share/locale/dz/LC_MESSAGES/xfwm4.mo share/locale/el/LC_MESSAGES/xfwm4.mo share/locale/en_GB/LC_MESSAGES/xfwm4.mo share/locale/eo/LC_MESSAGES/xfwm4.mo share/locale/es/LC_MESSAGES/xfwm4.mo share/locale/es_MX/LC_MESSAGES/xfwm4.mo share/locale/et/LC_MESSAGES/xfwm4.mo share/locale/eu/LC_MESSAGES/xfwm4.mo share/locale/fa/LC_MESSAGES/xfwm4.mo share/locale/fi/LC_MESSAGES/xfwm4.mo share/locale/fr/LC_MESSAGES/xfwm4.mo share/locale/gl/LC_MESSAGES/xfwm4.mo share/locale/gu/LC_MESSAGES/xfwm4.mo share/locale/he/LC_MESSAGES/xfwm4.mo share/locale/hi/LC_MESSAGES/xfwm4.mo share/locale/hu/LC_MESSAGES/xfwm4.mo +share/locale/id/LC_MESSAGES/xfwm4.mo share/locale/it/LC_MESSAGES/xfwm4.mo share/locale/ja/LC_MESSAGES/xfwm4.mo share/locale/ka/LC_MESSAGES/xfwm4.mo share/locale/ko/LC_MESSAGES/xfwm4.mo share/locale/lt/LC_MESSAGES/xfwm4.mo share/locale/lv/LC_MESSAGES/xfwm4.mo share/locale/mk/LC_MESSAGES/xfwm4.mo share/locale/mr/LC_MESSAGES/xfwm4.mo share/locale/ms/LC_MESSAGES/xfwm4.mo share/locale/nb_NO/LC_MESSAGES/xfwm4.mo share/locale/nl/LC_MESSAGES/xfwm4.mo share/locale/pa/LC_MESSAGES/xfwm4.mo share/locale/pl/LC_MESSAGES/xfwm4.mo share/locale/pt_BR/LC_MESSAGES/xfwm4.mo share/locale/pt_PT/LC_MESSAGES/xfwm4.mo share/locale/ro/LC_MESSAGES/xfwm4.mo share/locale/ru/LC_MESSAGES/xfwm4.mo share/locale/sk/LC_MESSAGES/xfwm4.mo share/locale/sv/LC_MESSAGES/xfwm4.mo share/locale/ta/LC_MESSAGES/xfwm4.mo share/locale/tr/LC_MESSAGES/xfwm4.mo share/locale/uk/LC_MESSAGES/xfwm4.mo +share/locale/ur/LC_MESSAGES/xfwm4.mo share/locale/vi/LC_MESSAGES/xfwm4.mo share/locale/zh_CN/LC_MESSAGES/xfwm4.mo share/locale/zh_TW/LC_MESSAGES/xfwm4.mo share/themes/Daloa/xfwm4/README share/themes/Daloa/xfwm4/bottom-active.png share/themes/Daloa/xfwm4/bottom-active.xpm share/themes/Daloa/xfwm4/bottom-inactive.png share/themes/Daloa/xfwm4/bottom-inactive.xpm share/themes/Daloa/xfwm4/bottom-left-active.png share/themes/Daloa/xfwm4/bottom-left-active.xpm share/themes/Daloa/xfwm4/bottom-left-inactive.png share/themes/Daloa/xfwm4/bottom-left-inactive.xpm share/themes/Daloa/xfwm4/bottom-right-active.png share/themes/Daloa/xfwm4/bottom-right-active.xpm share/themes/Daloa/xfwm4/bottom-right-inactive.png share/themes/Daloa/xfwm4/bottom-right-inactive.xpm share/themes/Daloa/xfwm4/close-active.png share/themes/Daloa/xfwm4/close-active.xpm share/themes/Daloa/xfwm4/close-inactive.png share/themes/Daloa/xfwm4/close-inactive.xpm share/themes/Daloa/xfwm4/close-pressed.png share/themes/Daloa/xfwm4/close-pressed.xpm share/themes/Daloa/xfwm4/hide-active.png share/themes/Daloa/xfwm4/hide-active.xpm share/themes/Daloa/xfwm4/hide-inactive.png share/themes/Daloa/xfwm4/hide-inactive.xpm share/themes/Daloa/xfwm4/hide-pressed.png share/themes/Daloa/xfwm4/hide-pressed.xpm share/themes/Daloa/xfwm4/left-active.png share/themes/Daloa/xfwm4/left-active.xpm share/themes/Daloa/xfwm4/left-inactive.png share/themes/Daloa/xfwm4/left-inactive.xpm share/themes/Daloa/xfwm4/maximize-active.png share/themes/Daloa/xfwm4/maximize-active.xpm share/themes/Daloa/xfwm4/maximize-inactive.png share/themes/Daloa/xfwm4/maximize-inactive.xpm share/themes/Daloa/xfwm4/maximize-pressed.png share/themes/Daloa/xfwm4/maximize-pressed.xpm share/themes/Daloa/xfwm4/maximize-toggled-active.png share/themes/Daloa/xfwm4/maximize-toggled-active.xpm share/themes/Daloa/xfwm4/maximize-toggled-inactive.png share/themes/Daloa/xfwm4/maximize-toggled-inactive.xpm share/themes/Daloa/xfwm4/maximize-toggled-pressed.png share/themes/Daloa/xfwm4/maximize-toggled-pressed.xpm share/themes/Daloa/xfwm4/menu-active.png share/themes/Daloa/xfwm4/menu-active.xpm share/themes/Daloa/xfwm4/menu-inactive.png share/themes/Daloa/xfwm4/menu-inactive.xpm share/themes/Daloa/xfwm4/menu-pressed.png share/themes/Daloa/xfwm4/menu-pressed.xpm share/themes/Daloa/xfwm4/right-active.png share/themes/Daloa/xfwm4/right-active.xpm share/themes/Daloa/xfwm4/right-inactive.png share/themes/Daloa/xfwm4/right-inactive.xpm share/themes/Daloa/xfwm4/shade-active.png share/themes/Daloa/xfwm4/shade-active.xpm share/themes/Daloa/xfwm4/shade-inactive.png share/themes/Daloa/xfwm4/shade-inactive.xpm share/themes/Daloa/xfwm4/shade-pressed.png share/themes/Daloa/xfwm4/shade-pressed.xpm share/themes/Daloa/xfwm4/shade-toggled-active.png share/themes/Daloa/xfwm4/shade-toggled-active.xpm share/themes/Daloa/xfwm4/shade-toggled-inactive.png share/themes/Daloa/xfwm4/shade-toggled-inactive.xpm share/themes/Daloa/xfwm4/shade-toggled-pressed.png share/themes/Daloa/xfwm4/shade-toggled-pressed.xpm share/themes/Daloa/xfwm4/stick-active.png share/themes/Daloa/xfwm4/stick-active.xpm share/themes/Daloa/xfwm4/stick-inactive.png share/themes/Daloa/xfwm4/stick-inactive.xpm share/themes/Daloa/xfwm4/stick-pressed.png share/themes/Daloa/xfwm4/stick-pressed.xpm share/themes/Daloa/xfwm4/stick-toggled-active.png share/themes/Daloa/xfwm4/stick-toggled-active.xpm share/themes/Daloa/xfwm4/stick-toggled-inactive.png share/themes/Daloa/xfwm4/stick-toggled-inactive.xpm share/themes/Daloa/xfwm4/stick-toggled-pressed.png share/themes/Daloa/xfwm4/stick-toggled-pressed.xpm share/themes/Daloa/xfwm4/themerc share/themes/Daloa/xfwm4/title-1-active.png share/themes/Daloa/xfwm4/title-1-active.xpm share/themes/Daloa/xfwm4/title-1-inactive.png share/themes/Daloa/xfwm4/title-1-inactive.xpm share/themes/Daloa/xfwm4/title-2-active.png share/themes/Daloa/xfwm4/title-2-active.xpm share/themes/Daloa/xfwm4/title-2-inactive.png share/themes/Daloa/xfwm4/title-2-inactive.xpm share/themes/Daloa/xfwm4/title-3-active.png share/themes/Daloa/xfwm4/title-3-active.xpm share/themes/Daloa/xfwm4/title-3-inactive.png share/themes/Daloa/xfwm4/title-3-inactive.xpm share/themes/Daloa/xfwm4/title-4-active.png share/themes/Daloa/xfwm4/title-4-active.xpm share/themes/Daloa/xfwm4/title-4-inactive.png share/themes/Daloa/xfwm4/title-4-inactive.xpm share/themes/Daloa/xfwm4/title-5-active.png share/themes/Daloa/xfwm4/title-5-active.xpm share/themes/Daloa/xfwm4/title-5-inactive.png share/themes/Daloa/xfwm4/title-5-inactive.xpm share/themes/Daloa/xfwm4/top-left-active.png share/themes/Daloa/xfwm4/top-left-active.xpm share/themes/Daloa/xfwm4/top-left-inactive.png share/themes/Daloa/xfwm4/top-left-inactive.xpm share/themes/Daloa/xfwm4/top-right-active.png share/themes/Daloa/xfwm4/top-right-active.xpm share/themes/Daloa/xfwm4/top-right-inactive.png share/themes/Daloa/xfwm4/top-right-inactive.xpm share/themes/Default-4.0/xfwm4/README share/themes/Default-4.0/xfwm4/bottom-active.xpm share/themes/Default-4.0/xfwm4/bottom-inactive.xpm share/themes/Default-4.0/xfwm4/bottom-left-active.xpm share/themes/Default-4.0/xfwm4/bottom-left-inactive.xpm share/themes/Default-4.0/xfwm4/bottom-right-active.xpm share/themes/Default-4.0/xfwm4/bottom-right-inactive.xpm share/themes/Default-4.0/xfwm4/close-active.xpm share/themes/Default-4.0/xfwm4/close-inactive.xpm share/themes/Default-4.0/xfwm4/close-pressed.xpm share/themes/Default-4.0/xfwm4/hide-active.xpm share/themes/Default-4.0/xfwm4/hide-inactive.xpm share/themes/Default-4.0/xfwm4/hide-pressed.xpm share/themes/Default-4.0/xfwm4/left-active.xpm share/themes/Default-4.0/xfwm4/left-inactive.xpm share/themes/Default-4.0/xfwm4/maximize-active.xpm share/themes/Default-4.0/xfwm4/maximize-inactive.xpm share/themes/Default-4.0/xfwm4/maximize-pressed.xpm share/themes/Default-4.0/xfwm4/maximize-toggled-active.xpm share/themes/Default-4.0/xfwm4/maximize-toggled-inactive.xpm share/themes/Default-4.0/xfwm4/maximize-toggled-pressed.xpm share/themes/Default-4.0/xfwm4/menu-active.xpm share/themes/Default-4.0/xfwm4/menu-inactive.xpm share/themes/Default-4.0/xfwm4/menu-pressed.xpm share/themes/Default-4.0/xfwm4/right-active.xpm share/themes/Default-4.0/xfwm4/right-inactive.xpm share/themes/Default-4.0/xfwm4/shade-active.xpm share/themes/Default-4.0/xfwm4/shade-inactive.xpm share/themes/Default-4.0/xfwm4/shade-pressed.xpm share/themes/Default-4.0/xfwm4/shade-toggled-active.xpm share/themes/Default-4.0/xfwm4/shade-toggled-inactive.xpm share/themes/Default-4.0/xfwm4/shade-toggled-pressed.xpm share/themes/Default-4.0/xfwm4/stick-active.xpm share/themes/Default-4.0/xfwm4/stick-inactive.xpm share/themes/Default-4.0/xfwm4/stick-pressed.xpm share/themes/Default-4.0/xfwm4/stick-toggled-active.xpm share/themes/Default-4.0/xfwm4/stick-toggled-inactive.xpm share/themes/Default-4.0/xfwm4/stick-toggled-pressed.xpm share/themes/Default-4.0/xfwm4/themerc share/themes/Default-4.0/xfwm4/title-1-active.xpm share/themes/Default-4.0/xfwm4/title-1-inactive.xpm share/themes/Default-4.0/xfwm4/title-2-active.xpm share/themes/Default-4.0/xfwm4/title-2-inactive.xpm share/themes/Default-4.0/xfwm4/title-3-active.xpm share/themes/Default-4.0/xfwm4/title-3-inactive.xpm share/themes/Default-4.0/xfwm4/title-4-active.xpm share/themes/Default-4.0/xfwm4/title-4-inactive.xpm share/themes/Default-4.0/xfwm4/title-5-active.xpm share/themes/Default-4.0/xfwm4/title-5-inactive.xpm share/themes/Default-4.0/xfwm4/top-left-active.xpm share/themes/Default-4.0/xfwm4/top-left-inactive.xpm share/themes/Default-4.0/xfwm4/top-right-active.xpm share/themes/Default-4.0/xfwm4/top-right-inactive.xpm share/themes/Default-4.2/xfwm4/README share/themes/Default-4.2/xfwm4/bottom-active.png share/themes/Default-4.2/xfwm4/bottom-active.xpm share/themes/Default-4.2/xfwm4/bottom-inactive.png share/themes/Default-4.2/xfwm4/bottom-inactive.xpm share/themes/Default-4.2/xfwm4/bottom-left-active.png share/themes/Default-4.2/xfwm4/bottom-left-active.xpm share/themes/Default-4.2/xfwm4/bottom-left-inactive.png share/themes/Default-4.2/xfwm4/bottom-left-inactive.xpm share/themes/Default-4.2/xfwm4/bottom-right-active.png share/themes/Default-4.2/xfwm4/bottom-right-active.xpm share/themes/Default-4.2/xfwm4/bottom-right-inactive.png share/themes/Default-4.2/xfwm4/bottom-right-inactive.xpm share/themes/Default-4.2/xfwm4/close-active.xpm share/themes/Default-4.2/xfwm4/close-inactive.xpm share/themes/Default-4.2/xfwm4/close-pressed.png share/themes/Default-4.2/xfwm4/close-pressed.xpm share/themes/Default-4.2/xfwm4/hide-active.xpm share/themes/Default-4.2/xfwm4/hide-inactive.xpm share/themes/Default-4.2/xfwm4/hide-pressed.png share/themes/Default-4.2/xfwm4/hide-pressed.xpm share/themes/Default-4.2/xfwm4/left-active.png share/themes/Default-4.2/xfwm4/left-active.xpm share/themes/Default-4.2/xfwm4/left-inactive.png share/themes/Default-4.2/xfwm4/left-inactive.xpm share/themes/Default-4.2/xfwm4/maximize-active.xpm share/themes/Default-4.2/xfwm4/maximize-inactive.xpm share/themes/Default-4.2/xfwm4/maximize-pressed.png share/themes/Default-4.2/xfwm4/maximize-pressed.xpm share/themes/Default-4.2/xfwm4/maximize-toggled-active.xpm share/themes/Default-4.2/xfwm4/maximize-toggled-inactive.xpm share/themes/Default-4.2/xfwm4/maximize-toggled-pressed.png share/themes/Default-4.2/xfwm4/maximize-toggled-pressed.xpm share/themes/Default-4.2/xfwm4/menu-active.xpm share/themes/Default-4.2/xfwm4/menu-inactive.xpm share/themes/Default-4.2/xfwm4/menu-pressed.png share/themes/Default-4.2/xfwm4/menu-pressed.xpm share/themes/Default-4.2/xfwm4/right-active.png share/themes/Default-4.2/xfwm4/right-active.xpm share/themes/Default-4.2/xfwm4/right-inactive.png share/themes/Default-4.2/xfwm4/right-inactive.xpm share/themes/Default-4.2/xfwm4/shade-active.xpm share/themes/Default-4.2/xfwm4/shade-inactive.xpm share/themes/Default-4.2/xfwm4/shade-pressed.png share/themes/Default-4.2/xfwm4/shade-pressed.xpm share/themes/Default-4.2/xfwm4/shade-toggled-active.xpm share/themes/Default-4.2/xfwm4/shade-toggled-inactive.xpm share/themes/Default-4.2/xfwm4/shade-toggled-pressed.png share/themes/Default-4.2/xfwm4/shade-toggled-pressed.xpm share/themes/Default-4.2/xfwm4/stick-active.xpm share/themes/Default-4.2/xfwm4/stick-inactive.xpm share/themes/Default-4.2/xfwm4/stick-pressed.png share/themes/Default-4.2/xfwm4/stick-pressed.xpm share/themes/Default-4.2/xfwm4/stick-toggled-active.xpm share/themes/Default-4.2/xfwm4/stick-toggled-inactive.xpm share/themes/Default-4.2/xfwm4/stick-toggled-pressed.png share/themes/Default-4.2/xfwm4/stick-toggled-pressed.xpm share/themes/Default-4.2/xfwm4/themerc share/themes/Default-4.2/xfwm4/title-1-active.png share/themes/Default-4.2/xfwm4/title-1-active.xpm share/themes/Default-4.2/xfwm4/title-1-inactive.png share/themes/Default-4.2/xfwm4/title-1-inactive.xpm share/themes/Default-4.2/xfwm4/title-2-active.png share/themes/Default-4.2/xfwm4/title-2-active.xpm share/themes/Default-4.2/xfwm4/title-2-inactive.png share/themes/Default-4.2/xfwm4/title-2-inactive.xpm share/themes/Default-4.2/xfwm4/title-3-active.png share/themes/Default-4.2/xfwm4/title-3-active.xpm share/themes/Default-4.2/xfwm4/title-3-inactive.png share/themes/Default-4.2/xfwm4/title-3-inactive.xpm share/themes/Default-4.2/xfwm4/title-4-active.png share/themes/Default-4.2/xfwm4/title-4-active.xpm share/themes/Default-4.2/xfwm4/title-4-inactive.png share/themes/Default-4.2/xfwm4/title-4-inactive.xpm share/themes/Default-4.2/xfwm4/title-5-active.png share/themes/Default-4.2/xfwm4/title-5-active.xpm share/themes/Default-4.2/xfwm4/title-5-inactive.png share/themes/Default-4.2/xfwm4/title-5-inactive.xpm share/themes/Default-4.2/xfwm4/top-left-active.png share/themes/Default-4.2/xfwm4/top-left-active.xpm share/themes/Default-4.2/xfwm4/top-left-inactive.png share/themes/Default-4.2/xfwm4/top-left-inactive.xpm share/themes/Default-4.2/xfwm4/top-right-active.png share/themes/Default-4.2/xfwm4/top-right-active.xpm share/themes/Default-4.2/xfwm4/top-right-inactive.png share/themes/Default-4.2/xfwm4/top-right-inactive.xpm share/themes/Default/xfwm4/README share/themes/Default/xfwm4/bottom-active.png share/themes/Default/xfwm4/bottom-active.xpm share/themes/Default/xfwm4/bottom-inactive.png share/themes/Default/xfwm4/bottom-inactive.xpm share/themes/Default/xfwm4/bottom-left-active.png share/themes/Default/xfwm4/bottom-left-active.xpm share/themes/Default/xfwm4/bottom-left-inactive.png share/themes/Default/xfwm4/bottom-left-inactive.xpm share/themes/Default/xfwm4/bottom-right-active.png share/themes/Default/xfwm4/bottom-right-active.xpm share/themes/Default/xfwm4/bottom-right-inactive.png share/themes/Default/xfwm4/bottom-right-inactive.xpm share/themes/Default/xfwm4/close-active.png share/themes/Default/xfwm4/close-active.xpm share/themes/Default/xfwm4/close-inactive.png share/themes/Default/xfwm4/close-inactive.xpm share/themes/Default/xfwm4/close-pressed.png share/themes/Default/xfwm4/close-pressed.xpm share/themes/Default/xfwm4/hide-active.png share/themes/Default/xfwm4/hide-active.xpm share/themes/Default/xfwm4/hide-inactive.png share/themes/Default/xfwm4/hide-inactive.xpm share/themes/Default/xfwm4/hide-pressed.png share/themes/Default/xfwm4/hide-pressed.xpm share/themes/Default/xfwm4/keythemerc share/themes/Default/xfwm4/left-active.png share/themes/Default/xfwm4/left-active.xpm share/themes/Default/xfwm4/left-inactive.png share/themes/Default/xfwm4/left-inactive.xpm share/themes/Default/xfwm4/maximize-active.png share/themes/Default/xfwm4/maximize-active.xpm share/themes/Default/xfwm4/maximize-inactive.png share/themes/Default/xfwm4/maximize-inactive.xpm share/themes/Default/xfwm4/maximize-pressed.png share/themes/Default/xfwm4/maximize-pressed.xpm share/themes/Default/xfwm4/maximize-toggled-active.png share/themes/Default/xfwm4/maximize-toggled-active.xpm share/themes/Default/xfwm4/maximize-toggled-inactive.png share/themes/Default/xfwm4/maximize-toggled-inactive.xpm share/themes/Default/xfwm4/maximize-toggled-pressed.png share/themes/Default/xfwm4/maximize-toggled-pressed.xpm share/themes/Default/xfwm4/menu-active.png share/themes/Default/xfwm4/menu-active.xpm share/themes/Default/xfwm4/menu-inactive.png share/themes/Default/xfwm4/menu-inactive.xpm share/themes/Default/xfwm4/menu-pressed.png share/themes/Default/xfwm4/menu-pressed.xpm share/themes/Default/xfwm4/right-active.png share/themes/Default/xfwm4/right-active.xpm share/themes/Default/xfwm4/right-inactive.png share/themes/Default/xfwm4/right-inactive.xpm share/themes/Default/xfwm4/shade-active.png share/themes/Default/xfwm4/shade-active.xpm share/themes/Default/xfwm4/shade-inactive.png share/themes/Default/xfwm4/shade-inactive.xpm share/themes/Default/xfwm4/shade-pressed.png share/themes/Default/xfwm4/shade-pressed.xpm share/themes/Default/xfwm4/shade-toggled-active.png share/themes/Default/xfwm4/shade-toggled-active.xpm share/themes/Default/xfwm4/shade-toggled-inactive.png share/themes/Default/xfwm4/shade-toggled-inactive.xpm share/themes/Default/xfwm4/shade-toggled-pressed.png share/themes/Default/xfwm4/shade-toggled-pressed.xpm share/themes/Default/xfwm4/stick-active.png share/themes/Default/xfwm4/stick-active.xpm share/themes/Default/xfwm4/stick-inactive.png share/themes/Default/xfwm4/stick-inactive.xpm share/themes/Default/xfwm4/stick-pressed.png share/themes/Default/xfwm4/stick-pressed.xpm share/themes/Default/xfwm4/stick-toggled-active.png share/themes/Default/xfwm4/stick-toggled-active.xpm share/themes/Default/xfwm4/stick-toggled-inactive.png share/themes/Default/xfwm4/stick-toggled-inactive.xpm share/themes/Default/xfwm4/stick-toggled-pressed.png share/themes/Default/xfwm4/stick-toggled-pressed.xpm share/themes/Default/xfwm4/themerc share/themes/Default/xfwm4/title-1-active.png share/themes/Default/xfwm4/title-1-active.xpm share/themes/Default/xfwm4/title-1-inactive.png share/themes/Default/xfwm4/title-1-inactive.xpm share/themes/Default/xfwm4/title-2-active.png share/themes/Default/xfwm4/title-2-active.xpm share/themes/Default/xfwm4/title-2-inactive.png share/themes/Default/xfwm4/title-2-inactive.xpm share/themes/Default/xfwm4/title-3-active.png share/themes/Default/xfwm4/title-3-active.xpm share/themes/Default/xfwm4/title-3-inactive.png share/themes/Default/xfwm4/title-3-inactive.xpm share/themes/Default/xfwm4/title-4-active.png share/themes/Default/xfwm4/title-4-active.xpm share/themes/Default/xfwm4/title-4-inactive.png share/themes/Default/xfwm4/title-4-inactive.xpm share/themes/Default/xfwm4/title-5-active.png share/themes/Default/xfwm4/title-5-active.xpm share/themes/Default/xfwm4/title-5-inactive.png share/themes/Default/xfwm4/title-5-inactive.xpm share/themes/Default/xfwm4/top-left-active.png share/themes/Default/xfwm4/top-left-active.xpm share/themes/Default/xfwm4/top-left-inactive.png share/themes/Default/xfwm4/top-left-inactive.xpm share/themes/Default/xfwm4/top-right-active.png share/themes/Default/xfwm4/top-right-active.xpm share/themes/Default/xfwm4/top-right-inactive.png share/themes/Default/xfwm4/top-right-inactive.xpm share/themes/Katiola/xfwm4/README share/themes/Katiola/xfwm4/bottom-active.png share/themes/Katiola/xfwm4/bottom-active.xpm share/themes/Katiola/xfwm4/bottom-inactive.png share/themes/Katiola/xfwm4/bottom-inactive.xpm share/themes/Katiola/xfwm4/bottom-left-active.png share/themes/Katiola/xfwm4/bottom-left-active.xpm share/themes/Katiola/xfwm4/bottom-left-inactive.png share/themes/Katiola/xfwm4/bottom-left-inactive.xpm share/themes/Katiola/xfwm4/bottom-right-active.png share/themes/Katiola/xfwm4/bottom-right-active.xpm share/themes/Katiola/xfwm4/bottom-right-inactive.png share/themes/Katiola/xfwm4/bottom-right-inactive.xpm share/themes/Katiola/xfwm4/close-active.png share/themes/Katiola/xfwm4/close-active.xpm share/themes/Katiola/xfwm4/close-inactive.png share/themes/Katiola/xfwm4/close-inactive.xpm share/themes/Katiola/xfwm4/close-pressed.png share/themes/Katiola/xfwm4/close-pressed.xpm share/themes/Katiola/xfwm4/hide-active.png share/themes/Katiola/xfwm4/hide-active.xpm share/themes/Katiola/xfwm4/hide-inactive.png share/themes/Katiola/xfwm4/hide-inactive.xpm share/themes/Katiola/xfwm4/hide-pressed.png share/themes/Katiola/xfwm4/hide-pressed.xpm share/themes/Katiola/xfwm4/left-active.png share/themes/Katiola/xfwm4/left-active.xpm share/themes/Katiola/xfwm4/left-inactive.png share/themes/Katiola/xfwm4/left-inactive.xpm share/themes/Katiola/xfwm4/maximize-active.png share/themes/Katiola/xfwm4/maximize-active.xpm share/themes/Katiola/xfwm4/maximize-inactive.png share/themes/Katiola/xfwm4/maximize-inactive.xpm share/themes/Katiola/xfwm4/maximize-pressed.png share/themes/Katiola/xfwm4/maximize-pressed.xpm share/themes/Katiola/xfwm4/maximize-toggled-active.png share/themes/Katiola/xfwm4/maximize-toggled-active.xpm share/themes/Katiola/xfwm4/maximize-toggled-inactive.png share/themes/Katiola/xfwm4/maximize-toggled-inactive.xpm share/themes/Katiola/xfwm4/maximize-toggled-pressed.png share/themes/Katiola/xfwm4/maximize-toggled-pressed.xpm share/themes/Katiola/xfwm4/menu-active.png share/themes/Katiola/xfwm4/menu-active.xpm share/themes/Katiola/xfwm4/menu-inactive.png share/themes/Katiola/xfwm4/menu-inactive.xpm share/themes/Katiola/xfwm4/menu-pressed.png share/themes/Katiola/xfwm4/menu-pressed.xpm share/themes/Katiola/xfwm4/right-active.png share/themes/Katiola/xfwm4/right-active.xpm share/themes/Katiola/xfwm4/right-inactive.png share/themes/Katiola/xfwm4/right-inactive.xpm share/themes/Katiola/xfwm4/shade-active.png share/themes/Katiola/xfwm4/shade-active.xpm share/themes/Katiola/xfwm4/shade-inactive.png share/themes/Katiola/xfwm4/shade-inactive.xpm share/themes/Katiola/xfwm4/shade-pressed.png share/themes/Katiola/xfwm4/shade-pressed.xpm share/themes/Katiola/xfwm4/shade-toggled-active.png share/themes/Katiola/xfwm4/shade-toggled-active.xpm share/themes/Katiola/xfwm4/shade-toggled-inactive.png share/themes/Katiola/xfwm4/shade-toggled-inactive.xpm share/themes/Katiola/xfwm4/shade-toggled-pressed.png share/themes/Katiola/xfwm4/shade-toggled-pressed.xpm share/themes/Katiola/xfwm4/stick-active.png share/themes/Katiola/xfwm4/stick-active.xpm share/themes/Katiola/xfwm4/stick-inactive.png share/themes/Katiola/xfwm4/stick-inactive.xpm share/themes/Katiola/xfwm4/stick-pressed.png share/themes/Katiola/xfwm4/stick-pressed.xpm share/themes/Katiola/xfwm4/stick-toggled-active.png share/themes/Katiola/xfwm4/stick-toggled-active.xpm share/themes/Katiola/xfwm4/stick-toggled-inactive.png share/themes/Katiola/xfwm4/stick-toggled-inactive.xpm share/themes/Katiola/xfwm4/stick-toggled-pressed.png share/themes/Katiola/xfwm4/stick-toggled-pressed.xpm share/themes/Katiola/xfwm4/themerc share/themes/Katiola/xfwm4/title-1-active.png share/themes/Katiola/xfwm4/title-1-active.xpm share/themes/Katiola/xfwm4/title-1-inactive.png share/themes/Katiola/xfwm4/title-1-inactive.xpm share/themes/Katiola/xfwm4/title-2-active.png share/themes/Katiola/xfwm4/title-2-active.xpm share/themes/Katiola/xfwm4/title-2-inactive.png share/themes/Katiola/xfwm4/title-2-inactive.xpm share/themes/Katiola/xfwm4/title-3-active.png share/themes/Katiola/xfwm4/title-3-active.xpm share/themes/Katiola/xfwm4/title-3-inactive.png share/themes/Katiola/xfwm4/title-3-inactive.xpm share/themes/Katiola/xfwm4/title-4-active.png share/themes/Katiola/xfwm4/title-4-active.xpm share/themes/Katiola/xfwm4/title-4-inactive.png share/themes/Katiola/xfwm4/title-4-inactive.xpm share/themes/Katiola/xfwm4/title-5-active.png share/themes/Katiola/xfwm4/title-5-active.xpm share/themes/Katiola/xfwm4/title-5-inactive.png share/themes/Katiola/xfwm4/title-5-inactive.xpm share/themes/Katiola/xfwm4/top-left-active.png share/themes/Katiola/xfwm4/top-left-active.xpm share/themes/Katiola/xfwm4/top-left-inactive.png share/themes/Katiola/xfwm4/top-left-inactive.xpm share/themes/Katiola/xfwm4/top-right-active.png share/themes/Katiola/xfwm4/top-right-active.xpm share/themes/Katiola/xfwm4/top-right-inactive.png share/themes/Katiola/xfwm4/top-right-inactive.xpm share/themes/Kokodi/xfwm4/README share/themes/Kokodi/xfwm4/themerc share/themes/Kokodi/xfwm4/bottom-active.xpm share/themes/Kokodi/xfwm4/bottom-inactive.xpm share/themes/Kokodi/xfwm4/bottom-left-active.xpm share/themes/Kokodi/xfwm4/bottom-left-inactive.xpm share/themes/Kokodi/xfwm4/bottom-right-active.xpm share/themes/Kokodi/xfwm4/bottom-right-inactive.xpm share/themes/Kokodi/xfwm4/close-active.xpm share/themes/Kokodi/xfwm4/close-inactive.xpm share/themes/Kokodi/xfwm4/close-pressed.xpm share/themes/Kokodi/xfwm4/hide-active.xpm share/themes/Kokodi/xfwm4/hide-inactive.xpm share/themes/Kokodi/xfwm4/hide-pressed.xpm share/themes/Kokodi/xfwm4/left-active.xpm share/themes/Kokodi/xfwm4/left-inactive.xpm share/themes/Kokodi/xfwm4/maximize-active.xpm share/themes/Kokodi/xfwm4/maximize-inactive.xpm share/themes/Kokodi/xfwm4/maximize-pressed.xpm share/themes/Kokodi/xfwm4/maximize-toggled-active.xpm share/themes/Kokodi/xfwm4/maximize-toggled-inactive.xpm share/themes/Kokodi/xfwm4/maximize-toggled-pressed.xpm share/themes/Kokodi/xfwm4/menu-active.xpm share/themes/Kokodi/xfwm4/menu-inactive.xpm share/themes/Kokodi/xfwm4/menu-pressed.xpm share/themes/Kokodi/xfwm4/right-active.xpm share/themes/Kokodi/xfwm4/right-inactive.xpm share/themes/Kokodi/xfwm4/shade-active.xpm share/themes/Kokodi/xfwm4/shade-inactive.xpm share/themes/Kokodi/xfwm4/shade-pressed.xpm share/themes/Kokodi/xfwm4/shade-toggled-active.xpm share/themes/Kokodi/xfwm4/shade-toggled-inactive.xpm share/themes/Kokodi/xfwm4/shade-toggled-pressed.xpm share/themes/Kokodi/xfwm4/stick-active.xpm share/themes/Kokodi/xfwm4/stick-inactive.xpm share/themes/Kokodi/xfwm4/stick-pressed.xpm share/themes/Kokodi/xfwm4/stick-toggled-active.xpm share/themes/Kokodi/xfwm4/stick-toggled-inactive.xpm share/themes/Kokodi/xfwm4/stick-toggled-pressed.xpm share/themes/Kokodi/xfwm4/title-1-active.xpm share/themes/Kokodi/xfwm4/title-1-inactive.xpm share/themes/Kokodi/xfwm4/title-2-active.xpm share/themes/Kokodi/xfwm4/title-2-inactive.xpm share/themes/Kokodi/xfwm4/title-3-active.xpm share/themes/Kokodi/xfwm4/title-3-inactive.xpm share/themes/Kokodi/xfwm4/title-4-active.xpm share/themes/Kokodi/xfwm4/title-4-inactive.xpm share/themes/Kokodi/xfwm4/title-5-active.xpm share/themes/Kokodi/xfwm4/title-5-inactive.xpm share/themes/Kokodi/xfwm4/top-left-active.xpm share/themes/Kokodi/xfwm4/top-left-inactive.xpm share/themes/Kokodi/xfwm4/top-right-active.xpm share/themes/Kokodi/xfwm4/top-right-inactive.xpm share/themes/Kokodi/xfwm4/bottom-active.png share/themes/Kokodi/xfwm4/bottom-inactive.png share/themes/Kokodi/xfwm4/bottom-left-active.png share/themes/Kokodi/xfwm4/bottom-left-inactive.png share/themes/Kokodi/xfwm4/bottom-right-active.png share/themes/Kokodi/xfwm4/bottom-right-inactive.png share/themes/Kokodi/xfwm4/close-active.png share/themes/Kokodi/xfwm4/close-inactive.png share/themes/Kokodi/xfwm4/close-pressed.png share/themes/Kokodi/xfwm4/hide-active.png share/themes/Kokodi/xfwm4/hide-inactive.png share/themes/Kokodi/xfwm4/hide-pressed.png share/themes/Kokodi/xfwm4/left-active.png share/themes/Kokodi/xfwm4/left-inactive.png share/themes/Kokodi/xfwm4/maximize-active.png share/themes/Kokodi/xfwm4/maximize-inactive.png share/themes/Kokodi/xfwm4/maximize-pressed.png share/themes/Kokodi/xfwm4/maximize-toggled-active.png share/themes/Kokodi/xfwm4/maximize-toggled-inactive.png share/themes/Kokodi/xfwm4/maximize-toggled-pressed.png share/themes/Kokodi/xfwm4/menu-active.png share/themes/Kokodi/xfwm4/menu-inactive.png share/themes/Kokodi/xfwm4/menu-pressed.png share/themes/Kokodi/xfwm4/right-active.png share/themes/Kokodi/xfwm4/right-inactive.png share/themes/Kokodi/xfwm4/shade-active.png share/themes/Kokodi/xfwm4/shade-inactive.png share/themes/Kokodi/xfwm4/shade-pressed.png share/themes/Kokodi/xfwm4/shade-toggled-active.png share/themes/Kokodi/xfwm4/shade-toggled-inactive.png share/themes/Kokodi/xfwm4/shade-toggled-pressed.png share/themes/Kokodi/xfwm4/stick-active.png share/themes/Kokodi/xfwm4/stick-inactive.png share/themes/Kokodi/xfwm4/stick-pressed.png share/themes/Kokodi/xfwm4/stick-toggled-active.png share/themes/Kokodi/xfwm4/stick-toggled-inactive.png share/themes/Kokodi/xfwm4/stick-toggled-pressed.png share/themes/Kokodi/xfwm4/title-1-active.png share/themes/Kokodi/xfwm4/title-1-inactive.png share/themes/Kokodi/xfwm4/title-2-active.png share/themes/Kokodi/xfwm4/title-2-inactive.png share/themes/Kokodi/xfwm4/title-3-active.png share/themes/Kokodi/xfwm4/title-3-inactive.png share/themes/Kokodi/xfwm4/title-4-active.png share/themes/Kokodi/xfwm4/title-4-inactive.png share/themes/Kokodi/xfwm4/title-5-active.png share/themes/Kokodi/xfwm4/title-5-inactive.png share/themes/Kokodi/xfwm4/top-left-active.png share/themes/Kokodi/xfwm4/top-left-inactive.png share/themes/Kokodi/xfwm4/top-right-active.png share/themes/Kokodi/xfwm4/top-right-inactive.png share/themes/Moheli/xfwm4/README share/themes/Moheli/xfwm4/bottom-active.png share/themes/Moheli/xfwm4/bottom-active.xpm share/themes/Moheli/xfwm4/bottom-inactive.png share/themes/Moheli/xfwm4/bottom-inactive.xpm share/themes/Moheli/xfwm4/bottom-left-active.png share/themes/Moheli/xfwm4/bottom-left-active.xpm share/themes/Moheli/xfwm4/bottom-left-inactive.png share/themes/Moheli/xfwm4/bottom-left-inactive.xpm share/themes/Moheli/xfwm4/bottom-right-active.png share/themes/Moheli/xfwm4/bottom-right-active.xpm share/themes/Moheli/xfwm4/bottom-right-inactive.png share/themes/Moheli/xfwm4/bottom-right-inactive.xpm share/themes/Moheli/xfwm4/close-active.png share/themes/Moheli/xfwm4/close-active.xpm share/themes/Moheli/xfwm4/close-inactive.png share/themes/Moheli/xfwm4/close-inactive.xpm share/themes/Moheli/xfwm4/close-pressed.png share/themes/Moheli/xfwm4/close-pressed.xpm share/themes/Moheli/xfwm4/hide-active.png share/themes/Moheli/xfwm4/hide-active.xpm share/themes/Moheli/xfwm4/hide-inactive.png share/themes/Moheli/xfwm4/hide-inactive.xpm share/themes/Moheli/xfwm4/hide-pressed.png share/themes/Moheli/xfwm4/hide-pressed.xpm share/themes/Moheli/xfwm4/left-active.png share/themes/Moheli/xfwm4/left-active.xpm share/themes/Moheli/xfwm4/left-inactive.png share/themes/Moheli/xfwm4/left-inactive.xpm share/themes/Moheli/xfwm4/maximize-active.png share/themes/Moheli/xfwm4/maximize-active.xpm share/themes/Moheli/xfwm4/maximize-inactive.png share/themes/Moheli/xfwm4/maximize-inactive.xpm share/themes/Moheli/xfwm4/maximize-pressed.png share/themes/Moheli/xfwm4/maximize-pressed.xpm share/themes/Moheli/xfwm4/maximize-toggled-active.png share/themes/Moheli/xfwm4/maximize-toggled-active.xpm share/themes/Moheli/xfwm4/maximize-toggled-inactive.png share/themes/Moheli/xfwm4/maximize-toggled-inactive.xpm share/themes/Moheli/xfwm4/maximize-toggled-pressed.png share/themes/Moheli/xfwm4/maximize-toggled-pressed.xpm share/themes/Moheli/xfwm4/menu-active.png share/themes/Moheli/xfwm4/menu-active.xpm share/themes/Moheli/xfwm4/menu-inactive.png share/themes/Moheli/xfwm4/menu-inactive.xpm share/themes/Moheli/xfwm4/menu-pressed.png share/themes/Moheli/xfwm4/menu-pressed.xpm share/themes/Moheli/xfwm4/right-active.png share/themes/Moheli/xfwm4/right-active.xpm share/themes/Moheli/xfwm4/right-inactive.png share/themes/Moheli/xfwm4/right-inactive.xpm share/themes/Moheli/xfwm4/shade-active.png share/themes/Moheli/xfwm4/shade-active.xpm share/themes/Moheli/xfwm4/shade-inactive.png share/themes/Moheli/xfwm4/shade-inactive.xpm share/themes/Moheli/xfwm4/shade-pressed.png share/themes/Moheli/xfwm4/shade-pressed.xpm share/themes/Moheli/xfwm4/shade-toggled-active.png share/themes/Moheli/xfwm4/shade-toggled-active.xpm share/themes/Moheli/xfwm4/shade-toggled-inactive.png share/themes/Moheli/xfwm4/shade-toggled-inactive.xpm share/themes/Moheli/xfwm4/shade-toggled-pressed.png share/themes/Moheli/xfwm4/shade-toggled-pressed.xpm share/themes/Moheli/xfwm4/stick-active.png share/themes/Moheli/xfwm4/stick-active.xpm share/themes/Moheli/xfwm4/stick-inactive.png share/themes/Moheli/xfwm4/stick-inactive.xpm share/themes/Moheli/xfwm4/stick-pressed.png share/themes/Moheli/xfwm4/stick-pressed.xpm share/themes/Moheli/xfwm4/stick-toggled-active.png share/themes/Moheli/xfwm4/stick-toggled-active.xpm share/themes/Moheli/xfwm4/stick-toggled-inactive.png share/themes/Moheli/xfwm4/stick-toggled-inactive.xpm share/themes/Moheli/xfwm4/stick-toggled-pressed.png share/themes/Moheli/xfwm4/stick-toggled-pressed.xpm share/themes/Moheli/xfwm4/themerc share/themes/Moheli/xfwm4/title-1-active.png share/themes/Moheli/xfwm4/title-1-active.xpm share/themes/Moheli/xfwm4/title-1-inactive.png share/themes/Moheli/xfwm4/title-1-inactive.xpm share/themes/Moheli/xfwm4/title-2-active.png share/themes/Moheli/xfwm4/title-2-active.xpm share/themes/Moheli/xfwm4/title-2-inactive.png share/themes/Moheli/xfwm4/title-2-inactive.xpm share/themes/Moheli/xfwm4/title-3-active.png share/themes/Moheli/xfwm4/title-3-active.xpm share/themes/Moheli/xfwm4/title-3-inactive.png share/themes/Moheli/xfwm4/title-3-inactive.xpm share/themes/Moheli/xfwm4/title-4-active.png share/themes/Moheli/xfwm4/title-4-active.xpm share/themes/Moheli/xfwm4/title-4-inactive.png share/themes/Moheli/xfwm4/title-4-inactive.xpm share/themes/Moheli/xfwm4/title-5-active.png share/themes/Moheli/xfwm4/title-5-active.xpm share/themes/Moheli/xfwm4/title-5-inactive.png share/themes/Moheli/xfwm4/title-5-inactive.xpm share/themes/Moheli/xfwm4/top-left-active.png share/themes/Moheli/xfwm4/top-left-active.xpm share/themes/Moheli/xfwm4/top-left-inactive.png share/themes/Moheli/xfwm4/top-left-inactive.xpm share/themes/Moheli/xfwm4/top-right-active.png share/themes/Moheli/xfwm4/top-right-active.xpm share/themes/Moheli/xfwm4/top-right-inactive.png share/themes/Moheli/xfwm4/top-right-inactive.xpm share/themes/Sassandra/xfwm4/README share/themes/Sassandra/xfwm4/themerc share/themes/Sassandra/xfwm4/bottom-active.png share/themes/Sassandra/xfwm4/bottom-active.xpm share/themes/Sassandra/xfwm4/bottom-inactive.png share/themes/Sassandra/xfwm4/bottom-inactive.xpm share/themes/Sassandra/xfwm4/bottom-left-active.png share/themes/Sassandra/xfwm4/bottom-left-active.xpm share/themes/Sassandra/xfwm4/bottom-left-inactive.png share/themes/Sassandra/xfwm4/bottom-left-inactive.xpm share/themes/Sassandra/xfwm4/bottom-right-active.png share/themes/Sassandra/xfwm4/bottom-right-active.xpm share/themes/Sassandra/xfwm4/bottom-right-inactive.png share/themes/Sassandra/xfwm4/bottom-right-inactive.xpm share/themes/Sassandra/xfwm4/close-active.png share/themes/Sassandra/xfwm4/close-active.xpm share/themes/Sassandra/xfwm4/close-inactive.png share/themes/Sassandra/xfwm4/close-inactive.xpm share/themes/Sassandra/xfwm4/close-pressed.png share/themes/Sassandra/xfwm4/close-pressed.xpm share/themes/Sassandra/xfwm4/hide-active.png share/themes/Sassandra/xfwm4/hide-active.xpm share/themes/Sassandra/xfwm4/hide-inactive.png share/themes/Sassandra/xfwm4/hide-inactive.xpm share/themes/Sassandra/xfwm4/hide-pressed.png share/themes/Sassandra/xfwm4/hide-pressed.xpm share/themes/Sassandra/xfwm4/left-active.png share/themes/Sassandra/xfwm4/left-active.xpm share/themes/Sassandra/xfwm4/left-inactive.png share/themes/Sassandra/xfwm4/left-inactive.xpm share/themes/Sassandra/xfwm4/maximize-active.png share/themes/Sassandra/xfwm4/maximize-active.xpm share/themes/Sassandra/xfwm4/maximize-inactive.png share/themes/Sassandra/xfwm4/maximize-inactive.xpm share/themes/Sassandra/xfwm4/maximize-pressed.png share/themes/Sassandra/xfwm4/maximize-pressed.xpm share/themes/Sassandra/xfwm4/maximize-toggled-active.png share/themes/Sassandra/xfwm4/maximize-toggled-active.xpm share/themes/Sassandra/xfwm4/maximize-toggled-inactive.png share/themes/Sassandra/xfwm4/maximize-toggled-inactive.xpm share/themes/Sassandra/xfwm4/maximize-toggled-pressed.png share/themes/Sassandra/xfwm4/maximize-toggled-pressed.xpm share/themes/Sassandra/xfwm4/menu-active.png share/themes/Sassandra/xfwm4/menu-active.xpm share/themes/Sassandra/xfwm4/menu-inactive.png share/themes/Sassandra/xfwm4/menu-inactive.xpm share/themes/Sassandra/xfwm4/menu-pressed.png share/themes/Sassandra/xfwm4/menu-pressed.xpm share/themes/Sassandra/xfwm4/right-active.png share/themes/Sassandra/xfwm4/right-active.xpm share/themes/Sassandra/xfwm4/right-inactive.png share/themes/Sassandra/xfwm4/right-inactive.xpm share/themes/Sassandra/xfwm4/shade-active.png share/themes/Sassandra/xfwm4/shade-active.xpm share/themes/Sassandra/xfwm4/shade-inactive.png share/themes/Sassandra/xfwm4/shade-inactive.xpm share/themes/Sassandra/xfwm4/shade-pressed.png share/themes/Sassandra/xfwm4/shade-pressed.xpm share/themes/Sassandra/xfwm4/shade-toggled-active.png share/themes/Sassandra/xfwm4/shade-toggled-active.xpm share/themes/Sassandra/xfwm4/shade-toggled-inactive.png share/themes/Sassandra/xfwm4/shade-toggled-inactive.xpm share/themes/Sassandra/xfwm4/shade-toggled-pressed.png share/themes/Sassandra/xfwm4/shade-toggled-pressed.xpm share/themes/Sassandra/xfwm4/stick-active.png share/themes/Sassandra/xfwm4/stick-active.xpm share/themes/Sassandra/xfwm4/stick-inactive.png share/themes/Sassandra/xfwm4/stick-inactive.xpm share/themes/Sassandra/xfwm4/stick-pressed.png share/themes/Sassandra/xfwm4/stick-pressed.xpm share/themes/Sassandra/xfwm4/stick-toggled-active.png share/themes/Sassandra/xfwm4/stick-toggled-active.xpm share/themes/Sassandra/xfwm4/stick-toggled-inactive.png share/themes/Sassandra/xfwm4/stick-toggled-inactive.xpm share/themes/Sassandra/xfwm4/stick-toggled-pressed.png share/themes/Sassandra/xfwm4/stick-toggled-pressed.xpm share/themes/Sassandra/xfwm4/title-1-active.png share/themes/Sassandra/xfwm4/title-1-active.xpm share/themes/Sassandra/xfwm4/title-1-inactive.png share/themes/Sassandra/xfwm4/title-1-inactive.xpm share/themes/Sassandra/xfwm4/title-2-active.png share/themes/Sassandra/xfwm4/title-2-active.xpm share/themes/Sassandra/xfwm4/title-2-inactive.png share/themes/Sassandra/xfwm4/title-2-inactive.xpm share/themes/Sassandra/xfwm4/title-3-active.png share/themes/Sassandra/xfwm4/title-3-active.xpm share/themes/Sassandra/xfwm4/title-3-inactive.png share/themes/Sassandra/xfwm4/title-3-inactive.xpm share/themes/Sassandra/xfwm4/title-4-active.png share/themes/Sassandra/xfwm4/title-4-active.xpm share/themes/Sassandra/xfwm4/title-4-inactive.png share/themes/Sassandra/xfwm4/title-4-inactive.xpm share/themes/Sassandra/xfwm4/title-5-active.png share/themes/Sassandra/xfwm4/title-5-active.xpm share/themes/Sassandra/xfwm4/title-5-inactive.png share/themes/Sassandra/xfwm4/title-5-inactive.xpm share/themes/Sassandra/xfwm4/top-left-active.png share/themes/Sassandra/xfwm4/top-left-active.xpm share/themes/Sassandra/xfwm4/top-left-inactive.png share/themes/Sassandra/xfwm4/top-left-inactive.xpm share/themes/Sassandra/xfwm4/top-right-active.png share/themes/Sassandra/xfwm4/top-right-active.xpm share/themes/Sassandra/xfwm4/top-right-inactive.png share/themes/Sassandra/xfwm4/top-right-inactive.xpm share/themes/Stoneage/xfwm4/README share/themes/Stoneage/xfwm4/bottom-active.png share/themes/Stoneage/xfwm4/bottom-active.xpm share/themes/Stoneage/xfwm4/bottom-inactive.png share/themes/Stoneage/xfwm4/bottom-inactive.xpm share/themes/Stoneage/xfwm4/bottom-left-active.png share/themes/Stoneage/xfwm4/bottom-left-active.xpm share/themes/Stoneage/xfwm4/bottom-left-inactive.png share/themes/Stoneage/xfwm4/bottom-left-inactive.xpm share/themes/Stoneage/xfwm4/bottom-right-active.png share/themes/Stoneage/xfwm4/bottom-right-active.xpm share/themes/Stoneage/xfwm4/bottom-right-inactive.png share/themes/Stoneage/xfwm4/bottom-right-inactive.xpm share/themes/Stoneage/xfwm4/close-active.png share/themes/Stoneage/xfwm4/close-active.xpm share/themes/Stoneage/xfwm4/close-inactive.png share/themes/Stoneage/xfwm4/close-inactive.xpm share/themes/Stoneage/xfwm4/close-pressed.png share/themes/Stoneage/xfwm4/close-pressed.xpm share/themes/Stoneage/xfwm4/hide-active.png share/themes/Stoneage/xfwm4/hide-active.xpm share/themes/Stoneage/xfwm4/hide-inactive.png share/themes/Stoneage/xfwm4/hide-inactive.xpm share/themes/Stoneage/xfwm4/hide-pressed.png share/themes/Stoneage/xfwm4/hide-pressed.xpm share/themes/Stoneage/xfwm4/left-active.png share/themes/Stoneage/xfwm4/left-active.xpm share/themes/Stoneage/xfwm4/left-inactive.png share/themes/Stoneage/xfwm4/left-inactive.xpm share/themes/Stoneage/xfwm4/maximize-active.png share/themes/Stoneage/xfwm4/maximize-active.xpm share/themes/Stoneage/xfwm4/maximize-inactive.png share/themes/Stoneage/xfwm4/maximize-inactive.xpm share/themes/Stoneage/xfwm4/maximize-pressed.png share/themes/Stoneage/xfwm4/maximize-pressed.xpm share/themes/Stoneage/xfwm4/maximize-toggled-active.png share/themes/Stoneage/xfwm4/maximize-toggled-active.xpm share/themes/Stoneage/xfwm4/maximize-toggled-inactive.png share/themes/Stoneage/xfwm4/maximize-toggled-inactive.xpm share/themes/Stoneage/xfwm4/maximize-toggled-pressed.png share/themes/Stoneage/xfwm4/maximize-toggled-pressed.xpm share/themes/Stoneage/xfwm4/menu-active.png share/themes/Stoneage/xfwm4/menu-active.xpm share/themes/Stoneage/xfwm4/menu-inactive.png share/themes/Stoneage/xfwm4/menu-inactive.xpm share/themes/Stoneage/xfwm4/menu-pressed.png share/themes/Stoneage/xfwm4/menu-pressed.xpm share/themes/Stoneage/xfwm4/right-active.png share/themes/Stoneage/xfwm4/right-active.xpm share/themes/Stoneage/xfwm4/right-inactive.png share/themes/Stoneage/xfwm4/right-inactive.xpm share/themes/Stoneage/xfwm4/shade-active.png share/themes/Stoneage/xfwm4/shade-active.xpm share/themes/Stoneage/xfwm4/shade-inactive.png share/themes/Stoneage/xfwm4/shade-inactive.xpm share/themes/Stoneage/xfwm4/shade-pressed.png share/themes/Stoneage/xfwm4/shade-pressed.xpm share/themes/Stoneage/xfwm4/shade-toggled-active.png share/themes/Stoneage/xfwm4/shade-toggled-active.xpm share/themes/Stoneage/xfwm4/shade-toggled-inactive.png share/themes/Stoneage/xfwm4/shade-toggled-inactive.xpm share/themes/Stoneage/xfwm4/shade-toggled-pressed.png share/themes/Stoneage/xfwm4/shade-toggled-pressed.xpm share/themes/Stoneage/xfwm4/stick-active.png share/themes/Stoneage/xfwm4/stick-active.xpm share/themes/Stoneage/xfwm4/stick-inactive.png share/themes/Stoneage/xfwm4/stick-inactive.xpm share/themes/Stoneage/xfwm4/stick-pressed.png share/themes/Stoneage/xfwm4/stick-pressed.xpm share/themes/Stoneage/xfwm4/stick-toggled-active.png share/themes/Stoneage/xfwm4/stick-toggled-active.xpm share/themes/Stoneage/xfwm4/stick-toggled-inactive.png share/themes/Stoneage/xfwm4/stick-toggled-inactive.xpm share/themes/Stoneage/xfwm4/stick-toggled-pressed.png share/themes/Stoneage/xfwm4/stick-toggled-pressed.xpm share/themes/Stoneage/xfwm4/themerc share/themes/Stoneage/xfwm4/title-1-active.png share/themes/Stoneage/xfwm4/title-1-active.xpm share/themes/Stoneage/xfwm4/title-1-inactive.png share/themes/Stoneage/xfwm4/title-1-inactive.xpm share/themes/Stoneage/xfwm4/title-2-active.png share/themes/Stoneage/xfwm4/title-2-active.xpm share/themes/Stoneage/xfwm4/title-2-inactive.png share/themes/Stoneage/xfwm4/title-2-inactive.xpm share/themes/Stoneage/xfwm4/title-3-active.png share/themes/Stoneage/xfwm4/title-3-active.xpm share/themes/Stoneage/xfwm4/title-3-inactive.png share/themes/Stoneage/xfwm4/title-3-inactive.xpm share/themes/Stoneage/xfwm4/title-4-active.png share/themes/Stoneage/xfwm4/title-4-active.xpm share/themes/Stoneage/xfwm4/title-4-inactive.png share/themes/Stoneage/xfwm4/title-4-inactive.xpm share/themes/Stoneage/xfwm4/title-5-active.png share/themes/Stoneage/xfwm4/title-5-active.xpm share/themes/Stoneage/xfwm4/title-5-inactive.png share/themes/Stoneage/xfwm4/title-5-inactive.xpm share/themes/Stoneage/xfwm4/top-left-active.png share/themes/Stoneage/xfwm4/top-left-active.xpm share/themes/Stoneage/xfwm4/top-left-inactive.png share/themes/Stoneage/xfwm4/top-left-inactive.xpm share/themes/Stoneage/xfwm4/top-right-active.png share/themes/Stoneage/xfwm4/top-right-active.xpm share/themes/Stoneage/xfwm4/top-right-inactive.png share/themes/Stoneage/xfwm4/top-right-inactive.xpm share/themes/Therapy/xfwm4/README share/themes/Therapy/xfwm4/bottom-active.png share/themes/Therapy/xfwm4/bottom-active.xpm share/themes/Therapy/xfwm4/bottom-inactive.png share/themes/Therapy/xfwm4/bottom-inactive.xpm share/themes/Therapy/xfwm4/bottom-left-active.png share/themes/Therapy/xfwm4/bottom-left-active.xpm share/themes/Therapy/xfwm4/bottom-left-inactive.png share/themes/Therapy/xfwm4/bottom-left-inactive.xpm share/themes/Therapy/xfwm4/bottom-right-active.png share/themes/Therapy/xfwm4/bottom-right-active.xpm share/themes/Therapy/xfwm4/bottom-right-inactive.png share/themes/Therapy/xfwm4/bottom-right-inactive.xpm share/themes/Therapy/xfwm4/close-active.png share/themes/Therapy/xfwm4/close-active.xpm share/themes/Therapy/xfwm4/close-inactive.png share/themes/Therapy/xfwm4/close-inactive.xpm share/themes/Therapy/xfwm4/close-pressed.png share/themes/Therapy/xfwm4/close-pressed.xpm share/themes/Therapy/xfwm4/hide-active.png share/themes/Therapy/xfwm4/hide-active.xpm share/themes/Therapy/xfwm4/hide-inactive.png share/themes/Therapy/xfwm4/hide-inactive.xpm share/themes/Therapy/xfwm4/hide-pressed.png share/themes/Therapy/xfwm4/hide-pressed.xpm share/themes/Therapy/xfwm4/left-active.png share/themes/Therapy/xfwm4/left-active.xpm share/themes/Therapy/xfwm4/left-inactive.png share/themes/Therapy/xfwm4/left-inactive.xpm share/themes/Therapy/xfwm4/maximize-active.png share/themes/Therapy/xfwm4/maximize-active.xpm share/themes/Therapy/xfwm4/maximize-inactive.png share/themes/Therapy/xfwm4/maximize-inactive.xpm share/themes/Therapy/xfwm4/maximize-pressed.png share/themes/Therapy/xfwm4/maximize-pressed.xpm share/themes/Therapy/xfwm4/maximize-toggled-active.png share/themes/Therapy/xfwm4/maximize-toggled-active.xpm share/themes/Therapy/xfwm4/maximize-toggled-inactive.png share/themes/Therapy/xfwm4/maximize-toggled-inactive.xpm share/themes/Therapy/xfwm4/maximize-toggled-pressed.png share/themes/Therapy/xfwm4/maximize-toggled-pressed.xpm share/themes/Therapy/xfwm4/menu-active.png share/themes/Therapy/xfwm4/menu-active.xpm share/themes/Therapy/xfwm4/menu-inactive.png share/themes/Therapy/xfwm4/menu-inactive.xpm share/themes/Therapy/xfwm4/menu-pressed.png share/themes/Therapy/xfwm4/menu-pressed.xpm share/themes/Therapy/xfwm4/right-active.png share/themes/Therapy/xfwm4/right-active.xpm share/themes/Therapy/xfwm4/right-inactive.png share/themes/Therapy/xfwm4/right-inactive.xpm share/themes/Therapy/xfwm4/shade-active.png share/themes/Therapy/xfwm4/shade-active.xpm share/themes/Therapy/xfwm4/shade-inactive.png share/themes/Therapy/xfwm4/shade-inactive.xpm share/themes/Therapy/xfwm4/shade-pressed.png share/themes/Therapy/xfwm4/shade-pressed.xpm share/themes/Therapy/xfwm4/shade-toggled-active.png share/themes/Therapy/xfwm4/shade-toggled-active.xpm share/themes/Therapy/xfwm4/shade-toggled-inactive.png share/themes/Therapy/xfwm4/shade-toggled-inactive.xpm share/themes/Therapy/xfwm4/shade-toggled-pressed.png share/themes/Therapy/xfwm4/shade-toggled-pressed.xpm share/themes/Therapy/xfwm4/stick-active.png share/themes/Therapy/xfwm4/stick-active.xpm share/themes/Therapy/xfwm4/stick-inactive.png share/themes/Therapy/xfwm4/stick-inactive.xpm share/themes/Therapy/xfwm4/stick-pressed.png share/themes/Therapy/xfwm4/stick-pressed.xpm share/themes/Therapy/xfwm4/stick-toggled-active.png share/themes/Therapy/xfwm4/stick-toggled-active.xpm share/themes/Therapy/xfwm4/stick-toggled-inactive.png share/themes/Therapy/xfwm4/stick-toggled-inactive.xpm share/themes/Therapy/xfwm4/stick-toggled-pressed.png share/themes/Therapy/xfwm4/stick-toggled-pressed.xpm share/themes/Therapy/xfwm4/themerc share/themes/Therapy/xfwm4/title-1-active.png share/themes/Therapy/xfwm4/title-1-active.xpm share/themes/Therapy/xfwm4/title-1-inactive.png share/themes/Therapy/xfwm4/title-1-inactive.xpm share/themes/Therapy/xfwm4/title-2-active.png share/themes/Therapy/xfwm4/title-2-active.xpm share/themes/Therapy/xfwm4/title-2-inactive.png share/themes/Therapy/xfwm4/title-2-inactive.xpm share/themes/Therapy/xfwm4/title-3-active.png share/themes/Therapy/xfwm4/title-3-active.xpm share/themes/Therapy/xfwm4/title-3-inactive.png share/themes/Therapy/xfwm4/title-3-inactive.xpm share/themes/Therapy/xfwm4/title-4-active.png share/themes/Therapy/xfwm4/title-4-active.xpm share/themes/Therapy/xfwm4/title-4-inactive.png share/themes/Therapy/xfwm4/title-4-inactive.xpm share/themes/Therapy/xfwm4/title-5-active.png share/themes/Therapy/xfwm4/title-5-active.xpm share/themes/Therapy/xfwm4/title-5-inactive.png share/themes/Therapy/xfwm4/title-5-inactive.xpm share/themes/Therapy/xfwm4/top-left-active.png share/themes/Therapy/xfwm4/top-left-active.xpm share/themes/Therapy/xfwm4/top-left-inactive.png share/themes/Therapy/xfwm4/top-left-inactive.xpm share/themes/Therapy/xfwm4/top-right-active.png share/themes/Therapy/xfwm4/top-right-active.xpm share/themes/Therapy/xfwm4/top-right-inactive.png share/themes/Therapy/xfwm4/top-right-inactive.xpm share/themes/Tyrex/xfwm4/README share/themes/Tyrex/xfwm4/bottom-active.png share/themes/Tyrex/xfwm4/bottom-active.xpm share/themes/Tyrex/xfwm4/bottom-inactive.png share/themes/Tyrex/xfwm4/bottom-inactive.xpm share/themes/Tyrex/xfwm4/bottom-left-active.png share/themes/Tyrex/xfwm4/bottom-left-active.xpm share/themes/Tyrex/xfwm4/bottom-left-inactive.png share/themes/Tyrex/xfwm4/bottom-left-inactive.xpm share/themes/Tyrex/xfwm4/bottom-right-active.png share/themes/Tyrex/xfwm4/bottom-right-active.xpm share/themes/Tyrex/xfwm4/bottom-right-inactive.png share/themes/Tyrex/xfwm4/bottom-right-inactive.xpm share/themes/Tyrex/xfwm4/close-active.png share/themes/Tyrex/xfwm4/close-active.xpm share/themes/Tyrex/xfwm4/close-inactive.png share/themes/Tyrex/xfwm4/close-inactive.xpm share/themes/Tyrex/xfwm4/close-pressed.png share/themes/Tyrex/xfwm4/close-pressed.xpm share/themes/Tyrex/xfwm4/hide-active.png share/themes/Tyrex/xfwm4/hide-active.xpm share/themes/Tyrex/xfwm4/hide-inactive.png share/themes/Tyrex/xfwm4/hide-inactive.xpm share/themes/Tyrex/xfwm4/hide-pressed.png share/themes/Tyrex/xfwm4/hide-pressed.xpm share/themes/Tyrex/xfwm4/left-active.png share/themes/Tyrex/xfwm4/left-active.xpm share/themes/Tyrex/xfwm4/left-inactive.png share/themes/Tyrex/xfwm4/left-inactive.xpm share/themes/Tyrex/xfwm4/maximize-active.png share/themes/Tyrex/xfwm4/maximize-active.xpm share/themes/Tyrex/xfwm4/maximize-inactive.png share/themes/Tyrex/xfwm4/maximize-inactive.xpm share/themes/Tyrex/xfwm4/maximize-pressed.png share/themes/Tyrex/xfwm4/maximize-pressed.xpm share/themes/Tyrex/xfwm4/maximize-toggled-active.png share/themes/Tyrex/xfwm4/maximize-toggled-active.xpm share/themes/Tyrex/xfwm4/maximize-toggled-inactive.png share/themes/Tyrex/xfwm4/maximize-toggled-inactive.xpm share/themes/Tyrex/xfwm4/maximize-toggled-pressed.png share/themes/Tyrex/xfwm4/maximize-toggled-pressed.xpm share/themes/Tyrex/xfwm4/menu-active.png share/themes/Tyrex/xfwm4/menu-active.xpm share/themes/Tyrex/xfwm4/menu-inactive.png share/themes/Tyrex/xfwm4/menu-inactive.xpm share/themes/Tyrex/xfwm4/menu-pressed.png share/themes/Tyrex/xfwm4/menu-pressed.xpm share/themes/Tyrex/xfwm4/right-active.png share/themes/Tyrex/xfwm4/right-active.xpm share/themes/Tyrex/xfwm4/right-inactive.png share/themes/Tyrex/xfwm4/right-inactive.xpm share/themes/Tyrex/xfwm4/shade-active.png share/themes/Tyrex/xfwm4/shade-active.xpm share/themes/Tyrex/xfwm4/shade-inactive.png share/themes/Tyrex/xfwm4/shade-inactive.xpm share/themes/Tyrex/xfwm4/shade-pressed.png share/themes/Tyrex/xfwm4/shade-pressed.xpm share/themes/Tyrex/xfwm4/shade-toggled-active.png share/themes/Tyrex/xfwm4/shade-toggled-active.xpm share/themes/Tyrex/xfwm4/shade-toggled-inactive.png share/themes/Tyrex/xfwm4/shade-toggled-inactive.xpm share/themes/Tyrex/xfwm4/shade-toggled-pressed.png share/themes/Tyrex/xfwm4/shade-toggled-pressed.xpm share/themes/Tyrex/xfwm4/stick-active.png share/themes/Tyrex/xfwm4/stick-active.xpm share/themes/Tyrex/xfwm4/stick-inactive.png share/themes/Tyrex/xfwm4/stick-inactive.xpm share/themes/Tyrex/xfwm4/stick-pressed.png share/themes/Tyrex/xfwm4/stick-pressed.xpm share/themes/Tyrex/xfwm4/stick-toggled-active.png share/themes/Tyrex/xfwm4/stick-toggled-active.xpm share/themes/Tyrex/xfwm4/stick-toggled-inactive.png share/themes/Tyrex/xfwm4/stick-toggled-inactive.xpm share/themes/Tyrex/xfwm4/stick-toggled-pressed.png share/themes/Tyrex/xfwm4/stick-toggled-pressed.xpm share/themes/Tyrex/xfwm4/themerc share/themes/Tyrex/xfwm4/title-1-active.png share/themes/Tyrex/xfwm4/title-1-active.xpm share/themes/Tyrex/xfwm4/title-1-inactive.png share/themes/Tyrex/xfwm4/title-1-inactive.xpm share/themes/Tyrex/xfwm4/title-2-active.png share/themes/Tyrex/xfwm4/title-2-active.xpm share/themes/Tyrex/xfwm4/title-2-inactive.png share/themes/Tyrex/xfwm4/title-2-inactive.xpm share/themes/Tyrex/xfwm4/title-3-active.png share/themes/Tyrex/xfwm4/title-3-active.xpm share/themes/Tyrex/xfwm4/title-3-inactive.png share/themes/Tyrex/xfwm4/title-3-inactive.xpm share/themes/Tyrex/xfwm4/title-4-active.png share/themes/Tyrex/xfwm4/title-4-active.xpm share/themes/Tyrex/xfwm4/title-4-inactive.png share/themes/Tyrex/xfwm4/title-4-inactive.xpm share/themes/Tyrex/xfwm4/title-5-active.png share/themes/Tyrex/xfwm4/title-5-active.xpm share/themes/Tyrex/xfwm4/title-5-inactive.png share/themes/Tyrex/xfwm4/title-5-inactive.xpm share/themes/Tyrex/xfwm4/top-left-active.png share/themes/Tyrex/xfwm4/top-left-active.xpm share/themes/Tyrex/xfwm4/top-left-inactive.png share/themes/Tyrex/xfwm4/top-left-inactive.xpm share/themes/Tyrex/xfwm4/top-right-active.png share/themes/Tyrex/xfwm4/top-right-active.xpm share/themes/Tyrex/xfwm4/top-right-inactive.png share/themes/Tyrex/xfwm4/top-right-inactive.xpm share/themes/Wallis/xfwm4/README share/themes/Wallis/xfwm4/bottom-active.png share/themes/Wallis/xfwm4/bottom-active.xpm share/themes/Wallis/xfwm4/bottom-inactive.png share/themes/Wallis/xfwm4/bottom-inactive.xpm share/themes/Wallis/xfwm4/bottom-left-active.png share/themes/Wallis/xfwm4/bottom-left-active.xpm share/themes/Wallis/xfwm4/bottom-left-inactive.png share/themes/Wallis/xfwm4/bottom-left-inactive.xpm share/themes/Wallis/xfwm4/bottom-right-active.png share/themes/Wallis/xfwm4/bottom-right-active.xpm share/themes/Wallis/xfwm4/bottom-right-inactive.png share/themes/Wallis/xfwm4/bottom-right-inactive.xpm share/themes/Wallis/xfwm4/close-active.png share/themes/Wallis/xfwm4/close-active.xpm share/themes/Wallis/xfwm4/close-inactive.png share/themes/Wallis/xfwm4/close-inactive.xpm share/themes/Wallis/xfwm4/close-pressed.png share/themes/Wallis/xfwm4/close-pressed.xpm share/themes/Wallis/xfwm4/hide-active.png share/themes/Wallis/xfwm4/hide-active.xpm share/themes/Wallis/xfwm4/hide-inactive.png share/themes/Wallis/xfwm4/hide-inactive.xpm share/themes/Wallis/xfwm4/hide-pressed.png share/themes/Wallis/xfwm4/hide-pressed.xpm share/themes/Wallis/xfwm4/left-active.png share/themes/Wallis/xfwm4/left-active.xpm share/themes/Wallis/xfwm4/left-inactive.png share/themes/Wallis/xfwm4/left-inactive.xpm share/themes/Wallis/xfwm4/maximize-active.png share/themes/Wallis/xfwm4/maximize-active.xpm share/themes/Wallis/xfwm4/maximize-inactive.png share/themes/Wallis/xfwm4/maximize-inactive.xpm share/themes/Wallis/xfwm4/maximize-pressed.png share/themes/Wallis/xfwm4/maximize-pressed.xpm share/themes/Wallis/xfwm4/maximize-toggled-active.png share/themes/Wallis/xfwm4/maximize-toggled-active.xpm share/themes/Wallis/xfwm4/maximize-toggled-inactive.png share/themes/Wallis/xfwm4/maximize-toggled-inactive.xpm share/themes/Wallis/xfwm4/maximize-toggled-pressed.png share/themes/Wallis/xfwm4/maximize-toggled-pressed.xpm share/themes/Wallis/xfwm4/menu-active.png share/themes/Wallis/xfwm4/menu-active.xpm share/themes/Wallis/xfwm4/menu-inactive.png share/themes/Wallis/xfwm4/menu-inactive.xpm share/themes/Wallis/xfwm4/menu-pressed.png share/themes/Wallis/xfwm4/menu-pressed.xpm share/themes/Wallis/xfwm4/right-active.png share/themes/Wallis/xfwm4/right-active.xpm share/themes/Wallis/xfwm4/right-inactive.png share/themes/Wallis/xfwm4/right-inactive.xpm share/themes/Wallis/xfwm4/shade-active.png share/themes/Wallis/xfwm4/shade-active.xpm share/themes/Wallis/xfwm4/shade-inactive.png share/themes/Wallis/xfwm4/shade-inactive.xpm share/themes/Wallis/xfwm4/shade-pressed.png share/themes/Wallis/xfwm4/shade-pressed.xpm share/themes/Wallis/xfwm4/shade-toggled-active.png share/themes/Wallis/xfwm4/shade-toggled-active.xpm share/themes/Wallis/xfwm4/shade-toggled-inactive.png share/themes/Wallis/xfwm4/shade-toggled-inactive.xpm share/themes/Wallis/xfwm4/shade-toggled-pressed.png share/themes/Wallis/xfwm4/shade-toggled-pressed.xpm share/themes/Wallis/xfwm4/stick-active.png share/themes/Wallis/xfwm4/stick-active.xpm share/themes/Wallis/xfwm4/stick-inactive.png share/themes/Wallis/xfwm4/stick-inactive.xpm share/themes/Wallis/xfwm4/stick-pressed.png share/themes/Wallis/xfwm4/stick-pressed.xpm share/themes/Wallis/xfwm4/stick-toggled-active.png share/themes/Wallis/xfwm4/stick-toggled-active.xpm share/themes/Wallis/xfwm4/stick-toggled-inactive.png share/themes/Wallis/xfwm4/stick-toggled-inactive.xpm share/themes/Wallis/xfwm4/stick-toggled-pressed.png share/themes/Wallis/xfwm4/stick-toggled-pressed.xpm share/themes/Wallis/xfwm4/themerc share/themes/Wallis/xfwm4/title-1-active.png share/themes/Wallis/xfwm4/title-1-active.xpm share/themes/Wallis/xfwm4/title-1-inactive.png share/themes/Wallis/xfwm4/title-1-inactive.xpm share/themes/Wallis/xfwm4/title-2-active.png share/themes/Wallis/xfwm4/title-2-active.xpm share/themes/Wallis/xfwm4/title-2-inactive.png share/themes/Wallis/xfwm4/title-2-inactive.xpm share/themes/Wallis/xfwm4/title-3-active.png share/themes/Wallis/xfwm4/title-3-active.xpm share/themes/Wallis/xfwm4/title-3-inactive.png share/themes/Wallis/xfwm4/title-3-inactive.xpm share/themes/Wallis/xfwm4/title-4-active.png share/themes/Wallis/xfwm4/title-4-active.xpm share/themes/Wallis/xfwm4/title-4-inactive.png share/themes/Wallis/xfwm4/title-4-inactive.xpm share/themes/Wallis/xfwm4/title-5-active.png share/themes/Wallis/xfwm4/title-5-active.xpm share/themes/Wallis/xfwm4/title-5-inactive.png share/themes/Wallis/xfwm4/title-5-inactive.xpm share/themes/Wallis/xfwm4/top-left-active.png share/themes/Wallis/xfwm4/top-left-active.xpm share/themes/Wallis/xfwm4/top-left-inactive.png share/themes/Wallis/xfwm4/top-left-inactive.xpm share/themes/Wallis/xfwm4/top-right-active.png share/themes/Wallis/xfwm4/top-right-active.xpm share/themes/Wallis/xfwm4/top-right-inactive.png share/themes/Wallis/xfwm4/top-right-inactive.xpm share/xfce4/doc/C/images/compose_shortcut.png share/xfce4/doc/C/images/decoration_style.png share/xfce4/doc/C/images/focus.png share/xfce4/doc/C/images/keyboard_shortcuts.png share/xfce4/doc/C/images/misc_wm_prefs.png share/xfce4/doc/C/images/titlebar.png share/xfce4/doc/C/images/workspace_margins.png share/xfce4/doc/C/images/xfwm_workspaces.png share/xfce4/doc/C/xfwm4.html share/xfce4/doc/fr/images/compose_shortcut.png share/xfce4/doc/fr/images/decoration_style.png share/xfce4/doc/fr/images/focus.png share/xfce4/doc/fr/images/keyboard_and_focus.png share/xfce4/doc/fr/images/keyboard_shortcuts.png share/xfce4/doc/fr/images/misc_wm_prefs.png share/xfce4/doc/fr/images/titlebar.png share/xfce4/doc/fr/images/workspace_margins.png share/xfce4/doc/fr/images/xfwm_workspaces.png share/xfce4/doc/fr/xfwm4.html share/xfce4/doc/it/images/compose_shortcut.png share/xfce4/doc/it/images/decoration_style.png share/xfce4/doc/it/images/focus.png share/xfce4/doc/it/images/keyboard_and_focus.png share/xfce4/doc/it/images/keyboard_shortcuts.png share/xfce4/doc/it/images/misc_wm_prefs.png share/xfce4/doc/it/images/titlebar.png share/xfce4/doc/it/images/workspace_margins.png share/xfce4/doc/it/images/xfwm_workspaces.png share/xfce4/doc/it/xfwm4.html share/xfwm4/defaults @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4 @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/nb_NO/LC_MESSAGES @dirrmtry share/locale/nb_NO +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images @dirrmtry share/xfce4/doc/fr @dirrmtry share/xfce4/doc/it/images @dirrmtry share/xfce4/doc/it @dirrmtry share/xfce4/doc @dirrmtry share/xfce4 @dirrm share/themes/Daloa/xfwm4 @dirrmtry share/themes/Daloa @dirrm share/themes/Default/xfwm4 @dirrmtry share/themes/Default @dirrm share/themes/Default-4.0/xfwm4 @dirrmtry share/themes/Default-4.0 @dirrm share/themes/Default-4.2/xfwm4 @dirrmtry share/themes/Default-4.2 @dirrm share/themes/Katiola/xfwm4 @dirrmtry share/themes/Katiola @dirrm share/themes/Kokodi/xfwm4 @dirrmtry share/themes/Kokodi @dirrm share/themes/Moheli/xfwm4 @dirrmtry share/themes/Moheli @dirrm share/themes/Sassandra/xfwm4 @dirrmtry share/themes/Sassandra @dirrm share/themes/Stoneage/xfwm4 @dirrmtry share/themes/Stoneage @dirrm share/themes/Therapy/xfwm4 @dirrmtry share/themes/Therapy @dirrm share/themes/Tyrex/xfwm4 @dirrmtry share/themes/Tyrex @dirrm share/themes/Wallis/xfwm4 @dirrmtry share/themes/Wallis @dirrmtry share/xfwm4/themes @dirrmtry share/xfwm4 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/themes Property changes on: head/x11-wm/xfce4-wm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property