diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
commit | 926382e09698007dc3472481164045c6b0b9754a (patch) | |
tree | d0ae60e8f02a2f6b230176c1f2dd549262359efb | |
parent | 42048341091e3810049dedfc96d4b312013ab048 (diff) | |
download | marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip |
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
1070 files changed, 0 insertions, 83067 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile deleted file mode 100644 index 9544c86f8..000000000 --- a/accessibility/accerciser/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: accerciser -# Date created: 2007-09-17 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/accerciser/Makefile,v 1.35 2010/04/01 12:33:17 kwm Exp $ -# - -PORTNAME= accerciser -PORTVERSION= 1.10.1 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Interactive Python accessibility explorer for GNOME - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pygnomedesktop atspi intlhack -USE_PYTHON= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -USE_DISPLAY= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= accerciser.schemas -MAN1= accerciser.1 - -.if !defined(DISPLAY) -pre-configure: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi - @${LOCALBASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid - @sleep 5 - -post-configure: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi -.endif - -.include <bsd.port.mk> diff --git a/accessibility/accerciser/distinfo b/accessibility/accerciser/distinfo deleted file mode 100644 index 607f178c4..000000000 --- a/accessibility/accerciser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/accerciser-1.10.1.tar.bz2) = 15b14e77108c2fc9ffbef59e9d6cb5b7 -SHA256 (gnome2/accerciser-1.10.1.tar.bz2) = c6e6ac40a8a119d7f071fa5e7e6086f5dc8b6f407921b3938b2cc2115ea1a6a4 -SIZE (gnome2/accerciser-1.10.1.tar.bz2) = 1536982 diff --git a/accessibility/accerciser/pkg-descr b/accessibility/accerciser/pkg-descr deleted file mode 100644 index fe0530271..000000000 --- a/accessibility/accerciser/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Accerciser is an interactive Python accessibility explorer for the GNOME -desktop. It uses AT-SPI to inspect and control widgets, allowing you to check -if an application is providing correct information to assistive technologies -and automated test frameworks. Accerciser has a simple plugin framework which -you can use to create custom views of accessibility information. diff --git a/accessibility/accerciser/pkg-plist b/accessibility/accerciser/pkg-plist deleted file mode 100644 index bbef2642d..000000000 --- a/accessibility/accerciser/pkg-plist +++ /dev/null @@ -1,373 +0,0 @@ -bin/accerciser -%%PYTHON_SITELIBDIR%%/accerciser/__init__.py -%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyc -%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyo -%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.py -%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyc -%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyo -%%PYTHON_SITELIBDIR%%/accerciser/accerciser.py -%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyc -%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyo -%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.py -%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyc -%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyo -%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.py -%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyc -%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyo -%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.py -%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyc -%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyo -%%PYTHON_SITELIBDIR%%/accerciser/i18n.py -%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyc -%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyo -%%PYTHON_SITELIBDIR%%/accerciser/icons.py -%%PYTHON_SITELIBDIR%%/accerciser/icons.pyc -%%PYTHON_SITELIBDIR%%/accerciser/icons.pyo -%%PYTHON_SITELIBDIR%%/accerciser/main_window.py -%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyc -%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyo -%%PYTHON_SITELIBDIR%%/accerciser/node.py -%%PYTHON_SITELIBDIR%%/accerciser/node.pyc -%%PYTHON_SITELIBDIR%%/accerciser/node.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyo -%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.py -%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyc -%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyo -%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py -%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc -%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo -%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py -%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc -%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo -%%PYTHON_SITELIBDIR%%/accerciser/tools.py -%%PYTHON_SITELIBDIR%%/accerciser/tools.pyc -%%PYTHON_SITELIBDIR%%/accerciser/tools.pyo -%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.py -%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyc -%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyo -%%DATADIR%%/pixmaps/hicolor/22x22/acceleratorlabel.png -%%DATADIR%%/pixmaps/hicolor/22x22/alert.png -%%DATADIR%%/pixmaps/hicolor/22x22/animation.png -%%DATADIR%%/pixmaps/hicolor/22x22/arrow.png -%%DATADIR%%/pixmaps/hicolor/22x22/calendar.png -%%DATADIR%%/pixmaps/hicolor/22x22/canvas.png -%%DATADIR%%/pixmaps/hicolor/22x22/care.png -%%DATADIR%%/pixmaps/hicolor/22x22/character.png -%%DATADIR%%/pixmaps/hicolor/22x22/chart.png -%%DATADIR%%/pixmaps/hicolor/22x22/checkbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/checkmenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/clock.png -%%DATADIR%%/pixmaps/hicolor/22x22/colorchooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/column.png -%%DATADIR%%/pixmaps/hicolor/22x22/columnheader.png -%%DATADIR%%/pixmaps/hicolor/22x22/combobox.png -%%DATADIR%%/pixmaps/hicolor/22x22/cursor.png -%%DATADIR%%/pixmaps/hicolor/22x22/dateeditor.png -%%DATADIR%%/pixmaps/hicolor/22x22/desktopicon.png -%%DATADIR%%/pixmaps/hicolor/22x22/dial.png -%%DATADIR%%/pixmaps/hicolor/22x22/dialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/directorypane.png -%%DATADIR%%/pixmaps/hicolor/22x22/drawingarea.png -%%DATADIR%%/pixmaps/hicolor/22x22/embedded.png -%%DATADIR%%/pixmaps/hicolor/22x22/endnote.png -%%DATADIR%%/pixmaps/hicolor/22x22/entry.png -%%DATADIR%%/pixmaps/hicolor/22x22/filechooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/filler.png -%%DATADIR%%/pixmaps/hicolor/22x22/focustraversable.png -%%DATADIR%%/pixmaps/hicolor/22x22/fontchooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/form.png -%%DATADIR%%/pixmaps/hicolor/22x22/frame.png -%%DATADIR%%/pixmaps/hicolor/22x22/glasspane.png -%%DATADIR%%/pixmaps/hicolor/22x22/grip.png -%%DATADIR%%/pixmaps/hicolor/22x22/heading.png -%%DATADIR%%/pixmaps/hicolor/22x22/helpballoon.png -%%DATADIR%%/pixmaps/hicolor/22x22/htmlcontainer.png -%%DATADIR%%/pixmaps/hicolor/22x22/icon.png -%%DATADIR%%/pixmaps/hicolor/22x22/image.png -%%DATADIR%%/pixmaps/hicolor/22x22/imagemap.png -%%DATADIR%%/pixmaps/hicolor/22x22/inputmethodwindow.png -%%DATADIR%%/pixmaps/hicolor/22x22/invalid.png -%%DATADIR%%/pixmaps/hicolor/22x22/label.png -%%DATADIR%%/pixmaps/hicolor/22x22/link.png -%%DATADIR%%/pixmaps/hicolor/22x22/list.png -%%DATADIR%%/pixmaps/hicolor/22x22/listitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/menu.png -%%DATADIR%%/pixmaps/hicolor/22x22/menubar.png -%%DATADIR%%/pixmaps/hicolor/22x22/menuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/pagetab.png -%%DATADIR%%/pixmaps/hicolor/22x22/pagetablist.png -%%DATADIR%%/pixmaps/hicolor/22x22/passwordtext.png -%%DATADIR%%/pixmaps/hicolor/22x22/popupmenu.png -%%DATADIR%%/pixmaps/hicolor/22x22/progressbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/pushbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/radiobutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/radiomenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/row.png -%%DATADIR%%/pixmaps/hicolor/22x22/ruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/scrollbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/scrollpane.png -%%DATADIR%%/pixmaps/hicolor/22x22/section.png -%%DATADIR%%/pixmaps/hicolor/22x22/separator.png -%%DATADIR%%/pixmaps/hicolor/22x22/shape.png -%%DATADIR%%/pixmaps/hicolor/22x22/slider.png -%%DATADIR%%/pixmaps/hicolor/22x22/sound.png -%%DATADIR%%/pixmaps/hicolor/22x22/spinbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/splitpane.png -%%DATADIR%%/pixmaps/hicolor/22x22/statusbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/table.png -%%DATADIR%%/pixmaps/hicolor/22x22/tablecell.png -%%DATADIR%%/pixmaps/hicolor/22x22/tearoffmenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/terminal.png -%%DATADIR%%/pixmaps/hicolor/22x22/text.png -%%DATADIR%%/pixmaps/hicolor/22x22/togglebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/toolbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/tooltip.png -%%DATADIR%%/pixmaps/hicolor/22x22/tree.png -%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png -%%DATADIR%%/pixmaps/hicolor/22x22/window.png -%%DATADIR%%/plugindata/validate/basic.py -%%DATADIR%%/plugins/api_view.py -%%DATADIR%%/plugins/console.py -%%DATADIR%%/plugins/event_monitor.py -%%DATADIR%%/plugins/event_monitor.ui -%%DATADIR%%/plugins/interface_view.py -%%DATADIR%%/plugins/interface_view.ui -%%DATADIR%%/plugins/ipython_view.py -%%DATADIR%%/plugins/quick_select.py -%%DATADIR%%/plugins/script_recorder.py -%%DATADIR%%/plugins/script_recorder.ui -%%DATADIR%%/plugins/validate.py -%%DATADIR%%/plugins/validate.ui -share/applications/accerciser.desktop -share/gnome/help/accerciser/C/accerciser.xml -share/gnome/help/accerciser/C/figures/accerciser.png -share/gnome/help/accerciser/C/figures/api_browser.png -share/gnome/help/accerciser/C/figures/event_monitor.png -share/gnome/help/accerciser/C/figures/interface_viewer.png -share/gnome/help/accerciser/C/figures/script_recorder.png -share/gnome/help/accerciser/C/legal.xml -share/gnome/help/accerciser/ca/accerciser.xml -share/gnome/help/accerciser/ca/figures/accerciser.png -share/gnome/help/accerciser/ca/figures/api_browser.png -share/gnome/help/accerciser/ca/figures/event_monitor.png -share/gnome/help/accerciser/ca/figures/interface_viewer.png -share/gnome/help/accerciser/ca/figures/script_recorder.png -share/gnome/help/accerciser/cs/accerciser.xml -share/gnome/help/accerciser/cs/figures/accerciser.png -share/gnome/help/accerciser/cs/figures/api_browser.png -share/gnome/help/accerciser/cs/figures/event_monitor.png -share/gnome/help/accerciser/cs/figures/interface_viewer.png -share/gnome/help/accerciser/cs/figures/script_recorder.png -share/gnome/help/accerciser/de/accerciser.xml -share/gnome/help/accerciser/de/figures/accerciser.png -share/gnome/help/accerciser/de/figures/api_browser.png -share/gnome/help/accerciser/de/figures/event_monitor.png -share/gnome/help/accerciser/de/figures/interface_viewer.png -share/gnome/help/accerciser/de/figures/script_recorder.png -share/gnome/help/accerciser/en_GB/accerciser.xml -share/gnome/help/accerciser/en_GB/figures/accerciser.png -share/gnome/help/accerciser/en_GB/figures/api_browser.png -share/gnome/help/accerciser/en_GB/figures/event_monitor.png -share/gnome/help/accerciser/en_GB/figures/interface_viewer.png -share/gnome/help/accerciser/en_GB/figures/script_recorder.png -share/gnome/help/accerciser/el/accerciser.xml -share/gnome/help/accerciser/el/figures/accerciser.png -share/gnome/help/accerciser/el/figures/api_browser.png -share/gnome/help/accerciser/el/figures/event_monitor.png -share/gnome/help/accerciser/el/figures/interface_viewer.png -share/gnome/help/accerciser/el/figures/script_recorder.png -share/gnome/help/accerciser/es/accerciser.xml -share/gnome/help/accerciser/es/figures/accerciser.png -share/gnome/help/accerciser/es/figures/api_browser.png -share/gnome/help/accerciser/es/figures/event_monitor.png -share/gnome/help/accerciser/es/figures/interface_viewer.png -share/gnome/help/accerciser/es/figures/script_recorder.png -share/gnome/help/accerciser/fr/accerciser.xml -share/gnome/help/accerciser/fr/figures/accerciser.png -share/gnome/help/accerciser/fr/figures/api_browser.png -share/gnome/help/accerciser/fr/figures/event_monitor.png -share/gnome/help/accerciser/fr/figures/interface_viewer.png -share/gnome/help/accerciser/fr/figures/script_recorder.png -share/gnome/help/accerciser/it/accerciser.xml -share/gnome/help/accerciser/it/figures/accerciser.png -share/gnome/help/accerciser/it/figures/api_browser.png -share/gnome/help/accerciser/it/figures/event_monitor.png -share/gnome/help/accerciser/it/figures/interface_viewer.png -share/gnome/help/accerciser/it/figures/script_recorder.png -share/gnome/help/accerciser/oc/accerciser.xml -share/gnome/help/accerciser/oc/figures/accerciser.png -share/gnome/help/accerciser/oc/figures/api_browser.png -share/gnome/help/accerciser/oc/figures/event_monitor.png -share/gnome/help/accerciser/oc/figures/interface_viewer.png -share/gnome/help/accerciser/oc/figures/script_recorder.png -share/gnome/help/accerciser/pt_BR/accerciser.xml -share/gnome/help/accerciser/pt_BR/figures/accerciser.png -share/gnome/help/accerciser/pt_BR/figures/api_browser.png -share/gnome/help/accerciser/pt_BR/figures/event_monitor.png -share/gnome/help/accerciser/pt_BR/figures/interface_viewer.png -share/gnome/help/accerciser/pt_BR/figures/script_recorder.png -share/gnome/help/accerciser/sv/accerciser.xml -share/gnome/help/accerciser/sv/figures/accerciser.png -share/gnome/help/accerciser/sv/figures/api_browser.png -share/gnome/help/accerciser/sv/figures/event_monitor.png -share/gnome/help/accerciser/sv/figures/interface_viewer.png -share/gnome/help/accerciser/sv/figures/script_recorder.png -share/gnome/help/accerciser/uk/accerciser.xml -share/gnome/help/accerciser/uk/figures/accerciser.png -share/gnome/help/accerciser/uk/figures/api_browser.png -share/gnome/help/accerciser/uk/figures/event_monitor.png -share/gnome/help/accerciser/uk/figures/interface_viewer.png -share/gnome/help/accerciser/uk/figures/script_recorder.png -share/gnome/help/accerciser/zh_CN/accerciser.xml -share/gnome/help/accerciser/zh_CN/figures/accerciser.png -share/gnome/help/accerciser/zh_CN/figures/api_browser.png -share/gnome/help/accerciser/zh_CN/figures/event_monitor.png -share/gnome/help/accerciser/zh_CN/figures/interface_viewer.png -share/gnome/help/accerciser/zh_CN/figures/script_recorder.png -share/icons/hicolor/16x16/apps/accerciser.png -share/icons/hicolor/22x22/apps/accerciser.png -share/icons/hicolor/32x32/apps/accerciser.png -share/icons/hicolor/48x48/apps/accerciser.png -share/icons/hicolor/scalable/apps/accerciser.svg -share/locale/ar/LC_MESSAGES/accerciser.mo -share/locale/bg/LC_MESSAGES/accerciser.mo -share/locale/br/LC_MESSAGES/accerciser.mo -share/locale/bn/LC_MESSAGES/accerciser.mo -share/locale/bn_IN/LC_MESSAGES/accerciser.mo -share/locale/ca/LC_MESSAGES/accerciser.mo -share/locale/ca@valencia/LC_MESSAGES/accerciser.mo -share/locale/cs/LC_MESSAGES/accerciser.mo -share/locale/da/LC_MESSAGES/accerciser.mo -share/locale/de/LC_MESSAGES/accerciser.mo -share/locale/dz/LC_MESSAGES/accerciser.mo -share/locale/el/LC_MESSAGES/accerciser.mo -share/locale/en@shaw/LC_MESSAGES/accerciser.mo -share/locale/en_CA/LC_MESSAGES/accerciser.mo -share/locale/en_GB/LC_MESSAGES/accerciser.mo -share/locale/es/LC_MESSAGES/accerciser.mo -share/locale/et/LC_MESSAGES/accerciser.mo -share/locale/eu/LC_MESSAGES/accerciser.mo -share/locale/fi/LC_MESSAGES/accerciser.mo -share/locale/fr/LC_MESSAGES/accerciser.mo -share/locale/gl/LC_MESSAGES/accerciser.mo -share/locale/gu/LC_MESSAGES/accerciser.mo -share/locale/he/LC_MESSAGES/accerciser.mo -share/locale/hi/LC_MESSAGES/accerciser.mo -share/locale/hu/LC_MESSAGES/accerciser.mo -share/locale/id/LC_MESSAGES/accerciser.mo -share/locale/it/LC_MESSAGES/accerciser.mo -share/locale/ja/LC_MESSAGES/accerciser.mo -share/locale/kn/LC_MESSAGES/accerciser.mo -share/locale/lt/LC_MESSAGES/accerciser.mo -share/locale/lv/LC_MESSAGES/accerciser.mo -share/locale/mai/LC_MESSAGES/accerciser.mo -share/locale/mk/LC_MESSAGES/accerciser.mo -share/locale/ml/LC_MESSAGES/accerciser.mo -share/locale/mr/LC_MESSAGES/accerciser.mo -share/locale/nb/LC_MESSAGES/accerciser.mo -share/locale/nl/LC_MESSAGES/accerciser.mo -share/locale/oc/LC_MESSAGES/accerciser.mo -share/locale/or/LC_MESSAGES/accerciser.mo -share/locale/pa/LC_MESSAGES/accerciser.mo -share/locale/pl/LC_MESSAGES/accerciser.mo -share/locale/pt/LC_MESSAGES/accerciser.mo -share/locale/pt_BR/LC_MESSAGES/accerciser.mo -share/locale/ro/LC_MESSAGES/accerciser.mo -share/locale/ru/LC_MESSAGES/accerciser.mo -share/locale/si/LC_MESSAGES/accerciser.mo -share/locale/sl/LC_MESSAGES/accerciser.mo -share/locale/sq/LC_MESSAGES/accerciser.mo -share/locale/sv/LC_MESSAGES/accerciser.mo -share/locale/te/LC_MESSAGES/accerciser.mo -share/locale/th/LC_MESSAGES/accerciser.mo -share/locale/tr/LC_MESSAGES/accerciser.mo -share/locale/uk/LC_MESSAGES/accerciser.mo -share/locale/vi/LC_MESSAGES/accerciser.mo -share/locale/zh_CN/LC_MESSAGES/accerciser.mo -share/locale/zh_HK/LC_MESSAGES/accerciser.mo -share/locale/zh_TW/LC_MESSAGES/accerciser.mo -share/omf/accerciser/accerciser-C.omf -share/omf/accerciser/accerciser-ca.omf -share/omf/accerciser/accerciser-cs.omf -share/omf/accerciser/accerciser-de.omf -share/omf/accerciser/accerciser-en_GB.omf -share/omf/accerciser/accerciser-el.omf -share/omf/accerciser/accerciser-es.omf -share/omf/accerciser/accerciser-fr.omf -share/omf/accerciser/accerciser-it.omf -share/omf/accerciser/accerciser-oc.omf -share/omf/accerciser/accerciser-pt_BR.omf -share/omf/accerciser/accerciser-sv.omf -share/omf/accerciser/accerciser-uk.omf -share/omf/accerciser/accerciser-zh_CN.omf -@dirrm share/omf/accerciser -@dirrm share/gnome/help/accerciser/zh_CN/figures -@dirrm share/gnome/help/accerciser/zh_CN -@dirrm share/gnome/help/accerciser/uk/figures -@dirrm share/gnome/help/accerciser/uk -@dirrm share/gnome/help/accerciser/sv/figures -@dirrm share/gnome/help/accerciser/sv -@dirrm share/gnome/help/accerciser/pt_BR/figures -@dirrm share/gnome/help/accerciser/pt_BR -@dirrm share/gnome/help/accerciser/oc/figures -@dirrm share/gnome/help/accerciser/oc -@dirrm share/gnome/help/accerciser/it/figures -@dirrm share/gnome/help/accerciser/it -@dirrm share/gnome/help/accerciser/fr/figures -@dirrm share/gnome/help/accerciser/fr -@dirrm share/gnome/help/accerciser/es/figures -@dirrm share/gnome/help/accerciser/es -@dirrm share/gnome/help/accerciser/el/figures -@dirrm share/gnome/help/accerciser/el -@dirrm share/gnome/help/accerciser/en_GB/figures -@dirrm share/gnome/help/accerciser/en_GB -@dirrm share/gnome/help/accerciser/de/figures -@dirrm share/gnome/help/accerciser/de -@dirrm share/gnome/help/accerciser/cs/figures -@dirrm share/gnome/help/accerciser/cs -@dirrm share/gnome/help/accerciser/ca/figures -@dirrm share/gnome/help/accerciser/ca -@dirrm share/gnome/help/accerciser/C/figures -@dirrm share/gnome/help/accerciser/C -@dirrm share/gnome/help/accerciser -@dirrmtry share/applications -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/plugindata/validate -@dirrm %%DATADIR%%/plugindata -@dirrm %%DATADIR%%/pixmaps/hicolor/22x22 -@dirrm %%DATADIR%%/pixmaps/hicolor -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/accerciser/plugin -@dirrm %%PYTHON_SITELIBDIR%%/accerciser -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile deleted file mode 100644 index 2fb385060..000000000 --- a/accessibility/at-spi/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.98 2010/04/02 17:02:23 kwm Exp $ -# - -PORTNAME= at-spi -PORTVERSION= 1.30.1 -PORTREVISION?= 0 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo -USE_XORG= x11 xtst -USE_PYTHON= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= at-spi.schemas - -post-extract: - @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/docs//" ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/accessibility/at-spi/distinfo b/accessibility/at-spi/distinfo deleted file mode 100644 index 5417c1352..000000000 --- a/accessibility/at-spi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/at-spi-1.30.1.tar.bz2) = 29fdf7934e98efda5fe0ab74ab4d3f29 -SHA256 (gnome2/at-spi-1.30.1.tar.bz2) = 8dbe3f3b6028f01afd841859e49c0bf159a1ccca1f90be2647365062c5d0346d -SIZE (gnome2/at-spi-1.30.1.tar.bz2) = 836847 diff --git a/accessibility/at-spi/files/patch-registryd_registry-main.c b/accessibility/at-spi/files/patch-registryd_registry-main.c deleted file mode 100644 index ac903d9f4..000000000 --- a/accessibility/at-spi/files/patch-registryd_registry-main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- registryd/registry-main.c.orig 2010-02-27 00:19:33.000000000 -0500 -+++ registryd/registry-main.c 2010-02-27 00:21:10.000000000 -0500 -@@ -198,6 +198,7 @@ main (int argc, char **argv) - * has been set. If we have not been relocated, we will exit if the - * at-spi-dbus key has been set. - */ -+ g_type_init (); - gconf_client = gconf_client_get_default (); - #ifdef RELOCATE - need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL); diff --git a/accessibility/at-spi/pkg-descr b/accessibility/at-spi/pkg-descr deleted file mode 100644 index c832f3ba9..000000000 --- a/accessibility/at-spi/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -WWW: http://developer.gnome.org/projects/gap/ diff --git a/accessibility/at-spi/pkg-plist b/accessibility/at-spi/pkg-plist deleted file mode 100644 index f4a0de914..000000000 --- a/accessibility/at-spi/pkg-plist +++ /dev/null @@ -1,241 +0,0 @@ -etc/xdg/autostart/at-spi-registryd.desktop -include/at-spi-1.0/cspi/spi-impl.h -include/at-spi-1.0/cspi/spi-listener.h -include/at-spi-1.0/cspi/spi-roletypes.h -include/at-spi-1.0/cspi/spi-statetypes.h -include/at-spi-1.0/cspi/spi.h -include/at-spi-1.0/libspi/Accessibility.h -include/at-spi-1.0/libspi/accessible.h -include/at-spi-1.0/libspi/action.h -include/at-spi-1.0/libspi/application.h -include/at-spi-1.0/libspi/base.h -include/at-spi-1.0/libspi/collection.h -include/at-spi-1.0/libspi/component.h -include/at-spi-1.0/libspi/devicelistener.h -include/at-spi-1.0/libspi/document.h -include/at-spi-1.0/libspi/editabletext.h -include/at-spi-1.0/libspi/eventlistener.h -include/at-spi-1.0/libspi/hyperlink.h -include/at-spi-1.0/libspi/hypertext.h -include/at-spi-1.0/libspi/image.h -include/at-spi-1.0/libspi/keymasks.h -include/at-spi-1.0/libspi/keystrokelistener.h -include/at-spi-1.0/libspi/libspi.h -include/at-spi-1.0/libspi/listener.h -include/at-spi-1.0/libspi/matchrule.h -include/at-spi-1.0/libspi/relation.h -include/at-spi-1.0/libspi/remoteobject.h -include/at-spi-1.0/libspi/selection.h -include/at-spi-1.0/libspi/stateset.h -include/at-spi-1.0/libspi/streamablecontent.h -include/at-spi-1.0/libspi/table.h -include/at-spi-1.0/libspi/text.h -include/at-spi-1.0/libspi/value.h -include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h -include/at-spi-1.0/login-helper/login-helper.h -lib/gtk-2.0/modules/libatk-bridge.a -lib/gtk-2.0/modules/libatk-bridge.la -lib/gtk-2.0/modules/libatk-bridge.so -lib/libcspi.a -lib/libcspi.la -lib/libcspi.so -lib/libcspi.so.10 -lib/libloginhelper.a -lib/libloginhelper.la -lib/libloginhelper.so -lib/libloginhelper.so.0 -lib/libspi.a -lib/libspi.la -lib/libspi.so -lib/libspi.so.10 -lib/orbit-2.0/Accessibility_LoginHelper_module.a -lib/orbit-2.0/Accessibility_LoginHelper_module.la -lib/orbit-2.0/Accessibility_LoginHelper_module.so -lib/orbit-2.0/Accessibility_module.a -lib/orbit-2.0/Accessibility_module.la -lib/orbit-2.0/Accessibility_module.so -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.py -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/accessible.py -%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/constants.py -%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/event.py -%%PYTHON_SITELIBDIR%%/pyatspi/event.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/event.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/registry.py -%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/utils.py -%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyo -libdata/bonobo/servers/Accessibility_Registry.server -libdata/pkgconfig/cspi-1.0.pc -libdata/pkgconfig/libloginhelper-1.0.pc -libdata/pkgconfig/libspi-1.0.pc -libexec/at-spi-registryd -share/idl/at-spi-1.0/Accessibility.idl -share/idl/at-spi-1.0/Accessibility_Accessible.idl -share/idl/at-spi-1.0/Accessibility_Action.idl -share/idl/at-spi-1.0/Accessibility_Application.idl -share/idl/at-spi-1.0/Accessibility_Collection.idl -share/idl/at-spi-1.0/Accessibility_Component.idl -share/idl/at-spi-1.0/Accessibility_Desktop.idl -share/idl/at-spi-1.0/Accessibility_Document.idl -share/idl/at-spi-1.0/Accessibility_EditableText.idl -share/idl/at-spi-1.0/Accessibility_Event.idl -share/idl/at-spi-1.0/Accessibility_Hyperlink.idl -share/idl/at-spi-1.0/Accessibility_Hypertext.idl -share/idl/at-spi-1.0/Accessibility_Image.idl -share/idl/at-spi-1.0/Accessibility_LoginHelper.idl -share/idl/at-spi-1.0/Accessibility_Registry.idl -share/idl/at-spi-1.0/Accessibility_Relation.idl -share/idl/at-spi-1.0/Accessibility_Role.idl -share/idl/at-spi-1.0/Accessibility_Selection.idl -share/idl/at-spi-1.0/Accessibility_Selector.idl -share/idl/at-spi-1.0/Accessibility_State.idl -share/idl/at-spi-1.0/Accessibility_StreamableContent.idl -share/idl/at-spi-1.0/Accessibility_Table.idl -share/idl/at-spi-1.0/Accessibility_Text.idl -share/idl/at-spi-1.0/Accessibility_Value.idl -share/locale/ang/LC_MESSAGES/at-spi.mo -share/locale/ar/LC_MESSAGES/at-spi.mo -share/locale/as/LC_MESSAGES/at-spi.mo -share/locale/ast/LC_MESSAGES/at-spi.mo -share/locale/az/LC_MESSAGES/at-spi.mo -share/locale/be/LC_MESSAGES/at-spi.mo -share/locale/be@latin/LC_MESSAGES/at-spi.mo -share/locale/bg/LC_MESSAGES/at-spi.mo -share/locale/bn/LC_MESSAGES/at-spi.mo -share/locale/bn_IN/LC_MESSAGES/at-spi.mo -share/locale/bs/LC_MESSAGES/at-spi.mo -share/locale/ca/LC_MESSAGES/at-spi.mo -share/locale/ca@valencia/LC_MESSAGES/at-spi.mo -share/locale/crh/LC_MESSAGES/at-spi.mo -share/locale/cs/LC_MESSAGES/at-spi.mo -share/locale/cy/LC_MESSAGES/at-spi.mo -share/locale/da/LC_MESSAGES/at-spi.mo -share/locale/de/LC_MESSAGES/at-spi.mo -share/locale/dz/LC_MESSAGES/at-spi.mo -share/locale/el/LC_MESSAGES/at-spi.mo -share/locale/en@shaw/LC_MESSAGES/at-spi.mo -share/locale/en_CA/LC_MESSAGES/at-spi.mo -share/locale/en_GB/LC_MESSAGES/at-spi.mo -share/locale/eo/LC_MESSAGES/at-spi.mo -share/locale/es/LC_MESSAGES/at-spi.mo -share/locale/et/LC_MESSAGES/at-spi.mo -share/locale/eu/LC_MESSAGES/at-spi.mo -share/locale/fa/LC_MESSAGES/at-spi.mo -share/locale/fi/LC_MESSAGES/at-spi.mo -share/locale/fr/LC_MESSAGES/at-spi.mo -share/locale/ga/LC_MESSAGES/at-spi.mo -share/locale/gl/LC_MESSAGES/at-spi.mo -share/locale/gu/LC_MESSAGES/at-spi.mo -share/locale/he/LC_MESSAGES/at-spi.mo -share/locale/hi/LC_MESSAGES/at-spi.mo -share/locale/hr/LC_MESSAGES/at-spi.mo -share/locale/hu/LC_MESSAGES/at-spi.mo -share/locale/id/LC_MESSAGES/at-spi.mo -share/locale/is/LC_MESSAGES/at-spi.mo -share/locale/it/LC_MESSAGES/at-spi.mo -share/locale/ja/LC_MESSAGES/at-spi.mo -share/locale/ka/LC_MESSAGES/at-spi.mo -share/locale/kn/LC_MESSAGES/at-spi.mo -share/locale/ko/LC_MESSAGES/at-spi.mo -share/locale/ku/LC_MESSAGES/at-spi.mo -share/locale/lt/LC_MESSAGES/at-spi.mo -share/locale/lv/LC_MESSAGES/at-spi.mo -share/locale/mai/LC_MESSAGES/at-spi.mo -share/locale/mk/LC_MESSAGES/at-spi.mo -share/locale/ml/LC_MESSAGES/at-spi.mo -share/locale/mn/LC_MESSAGES/at-spi.mo -share/locale/mr/LC_MESSAGES/at-spi.mo -share/locale/ms/LC_MESSAGES/at-spi.mo -share/locale/nb/LC_MESSAGES/at-spi.mo -share/locale/nds/LC_MESSAGES/at-spi.mo -share/locale/ne/LC_MESSAGES/at-spi.mo -share/locale/nl/LC_MESSAGES/at-spi.mo -share/locale/nn/LC_MESSAGES/at-spi.mo -share/locale/oc/LC_MESSAGES/at-spi.mo -share/locale/or/LC_MESSAGES/at-spi.mo -share/locale/pa/LC_MESSAGES/at-spi.mo -share/locale/pl/LC_MESSAGES/at-spi.mo -share/locale/ps/LC_MESSAGES/at-spi.mo -share/locale/pt/LC_MESSAGES/at-spi.mo -share/locale/pt_BR/LC_MESSAGES/at-spi.mo -share/locale/ro/LC_MESSAGES/at-spi.mo -share/locale/ru/LC_MESSAGES/at-spi.mo -share/locale/rw/LC_MESSAGES/at-spi.mo -share/locale/sk/LC_MESSAGES/at-spi.mo -share/locale/sl/LC_MESSAGES/at-spi.mo -share/locale/sq/LC_MESSAGES/at-spi.mo -share/locale/sr/LC_MESSAGES/at-spi.mo -share/locale/sr@ije/LC_MESSAGES/at-spi.mo -share/locale/sr@latin/LC_MESSAGES/at-spi.mo -share/locale/sv/LC_MESSAGES/at-spi.mo -share/locale/ta/LC_MESSAGES/at-spi.mo -share/locale/te/LC_MESSAGES/at-spi.mo -share/locale/th/LC_MESSAGES/at-spi.mo -share/locale/tr/LC_MESSAGES/at-spi.mo -share/locale/ug/LC_MESSAGES/at-spi.mo -share/locale/uk/LC_MESSAGES/at-spi.mo -share/locale/vi/LC_MESSAGES/at-spi.mo -share/locale/wa/LC_MESSAGES/at-spi.mo -share/locale/xh/LC_MESSAGES/at-spi.mo -share/locale/zh_CN/LC_MESSAGES/at-spi.mo -share/locale/zh_HK/LC_MESSAGES/at-spi.mo -share/locale/zh_TW/LC_MESSAGES/at-spi.mo -@dirrm share/idl/at-spi-1.0 -@dirrm %%PYTHON_SITELIBDIR%%/pyatspi -@dirrm include/at-spi-1.0/login-helper -@dirrm include/at-spi-1.0/libspi -@dirrm include/at-spi-1.0/cspi -@dirrm include/at-spi-1.0 -@dirrmtry lib/orbit-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile deleted file mode 100644 index dca417587..000000000 --- a/accessibility/at-spi2-atk/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.5 2010/02/20 19:29:25 marcus Exp $ -# - -PORTNAME= at-spi2-atk -PORTVERSION= 0.1.8 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Assisted Technology Provider module for GTK+ - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo deleted file mode 100644 index 6c0a2ff55..000000000 --- a/accessibility/at-spi2-atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/at-spi2-atk-0.1.8.tar.bz2) = dbf92538b4e83bcd0a5f42adb9143411 -SHA256 (gnome2/at-spi2-atk-0.1.8.tar.bz2) = 7ccfb43ec166814aa3daf0bf1b894d07b766d05c30860ef3db759f2dab72f2eb -SIZE (gnome2/at-spi2-atk-0.1.8.tar.bz2) = 292459 diff --git a/accessibility/at-spi2-atk/pkg-descr b/accessibility/at-spi2-atk/pkg-descr deleted file mode 100644 index 1524ccfd7..000000000 --- a/accessibility/at-spi2-atk/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -This port contains the GTK+ module needed to interface with the SPI -framework. - -WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus diff --git a/accessibility/at-spi2-atk/pkg-plist b/accessibility/at-spi2-atk/pkg-plist deleted file mode 100644 index fb9bd0154..000000000 --- a/accessibility/at-spi2-atk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.a -lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.la -lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so -share/gnome/autostart/atk-bridge.desktop -@dirrm lib/gtk-2.0/modules/at-spi-dbus/modules -@dirrm lib/gtk-2.0/modules/at-spi-dbus diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile deleted file mode 100644 index d9fa8d05f..000000000 --- a/accessibility/at-spi2-core/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.7 2010/02/21 03:58:23 marcus Exp $ -# - -PORTNAME= at-spi2-core -PORTVERSION= 0.1.8 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack -USE_XORG= x11 xi xtst -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo deleted file mode 100644 index 19194d321..000000000 --- a/accessibility/at-spi2-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/at-spi2-core-0.1.8.tar.bz2) = 6f333474d4e03ee3317ed9b5006752b0 -SHA256 (gnome2/at-spi2-core-0.1.8.tar.bz2) = 2bb33f5ccff315df5d5c1513502e31f186394346b3446f4be2396dad3b1da9d3 -SIZE (gnome2/at-spi2-core-0.1.8.tar.bz2) = 281367 diff --git a/accessibility/at-spi2-core/pkg-descr b/accessibility/at-spi2-core/pkg-descr deleted file mode 100644 index 6df23cda6..000000000 --- a/accessibility/at-spi2-core/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -This version of at-spi is a major break from previous versions. -It has been completely rewritten to use D-Bus rather than -ORBIT / CORBA for its transport protocol. - -WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist deleted file mode 100644 index 6c2efa751..000000000 --- a/accessibility/at-spi2-core/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -libexec/at-spi2-registryd -share/dbus-1/services/org.a11y.atspi.Registry.service diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile deleted file mode 100644 index 4ef74baf0..000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: atk -# Date Created: 14 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.103 2010/03/09 00:45:35 avl Exp $ -# - -PORTNAME= atk -PORTVERSION= 1.30.0 -PORTREVISION?= 0 -CATEGORIES= accessibility devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME accessibility toolkit (ATK) - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack glib20 ltverhack referencehack -CONFIGURE_ARGS= --enable-static \ - --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - AUTOCONF=${TRUE} AUTOMAKE=${TRUE} - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests//" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo deleted file mode 100644 index 93c451b49..000000000 --- a/accessibility/atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/atk-1.30.0.tar.bz2) = 548d413775819fef425410739041cac3 -SHA256 (gnome2/atk-1.30.0.tar.bz2) = 92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c -SIZE (gnome2/atk-1.30.0.tar.bz2) = 746014 diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr deleted file mode 100644 index ac3b71815..000000000 --- a/accessibility/atk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, -just like GTK contains GUI element widgets. However, ATK's widgets -are platform-independent, so they can be used with Qt, Motif, etc. - -WWW: http://developer.gnome.org/projects/gap/ diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist deleted file mode 100644 index 2a74d8c74..000000000 --- a/accessibility/atk/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -include/atk-1.0/atk/atk-enum-types.h -include/atk-1.0/atk/atk.h -include/atk-1.0/atk/atkaction.h -include/atk-1.0/atk/atkcomponent.h -include/atk-1.0/atk/atkdocument.h -include/atk-1.0/atk/atkeditabletext.h -include/atk-1.0/atk/atkgobjectaccessible.h -include/atk-1.0/atk/atkhyperlink.h -include/atk-1.0/atk/atkhyperlinkimpl.h -include/atk-1.0/atk/atkhypertext.h -include/atk-1.0/atk/atkimage.h -include/atk-1.0/atk/atkmisc.h -include/atk-1.0/atk/atknoopobject.h -include/atk-1.0/atk/atknoopobjectfactory.h -include/atk-1.0/atk/atkobject.h -include/atk-1.0/atk/atkobjectfactory.h -include/atk-1.0/atk/atkplug.h -include/atk-1.0/atk/atkregistry.h -include/atk-1.0/atk/atkrelation.h -include/atk-1.0/atk/atkrelationset.h -include/atk-1.0/atk/atkrelationtype.h -include/atk-1.0/atk/atkselection.h -include/atk-1.0/atk/atksocket.h -include/atk-1.0/atk/atkstate.h -include/atk-1.0/atk/atkstateset.h -include/atk-1.0/atk/atkstreamablecontent.h -include/atk-1.0/atk/atktable.h -include/atk-1.0/atk/atktext.h -include/atk-1.0/atk/atkutil.h -include/atk-1.0/atk/atkvalue.h -lib/girepository-1.0/Atk-1.0.typelib -lib/libatk-1.0.a -lib/libatk-1.0.la -lib/libatk-1.0.so -lib/libatk-1.0.so.0 -libdata/pkgconfig/atk.pc -share/gir-1.0/Atk-1.0.gir -share/locale/af/LC_MESSAGES/atk10.mo -share/locale/am/LC_MESSAGES/atk10.mo -share/locale/ar/LC_MESSAGES/atk10.mo -share/locale/as/LC_MESSAGES/atk10.mo -share/locale/ast/LC_MESSAGES/atk10.mo -share/locale/az/LC_MESSAGES/atk10.mo -share/locale/be/LC_MESSAGES/atk10.mo -share/locale/be@latin/LC_MESSAGES/atk10.mo -share/locale/bg/LC_MESSAGES/atk10.mo -share/locale/bn/LC_MESSAGES/atk10.mo -share/locale/bn_IN/LC_MESSAGES/atk10.mo -share/locale/bs/LC_MESSAGES/atk10.mo -share/locale/ca/LC_MESSAGES/atk10.mo -share/locale/ca@valencia/LC_MESSAGES/atk10.mo -share/locale/cs/LC_MESSAGES/atk10.mo -share/locale/cy/LC_MESSAGES/atk10.mo -share/locale/da/LC_MESSAGES/atk10.mo -share/locale/de/LC_MESSAGES/atk10.mo -share/locale/dz/LC_MESSAGES/atk10.mo -share/locale/el/LC_MESSAGES/atk10.mo -share/locale/en_CA/LC_MESSAGES/atk10.mo -share/locale/en_GB/LC_MESSAGES/atk10.mo -share/locale/en@shaw/LC_MESSAGES/atk10.mo -share/locale/eo/LC_MESSAGES/atk10.mo -share/locale/es/LC_MESSAGES/atk10.mo -share/locale/et/LC_MESSAGES/atk10.mo -share/locale/eu/LC_MESSAGES/atk10.mo -share/locale/fa/LC_MESSAGES/atk10.mo -share/locale/fi/LC_MESSAGES/atk10.mo -share/locale/fr/LC_MESSAGES/atk10.mo -share/locale/ga/LC_MESSAGES/atk10.mo -share/locale/gl/LC_MESSAGES/atk10.mo -share/locale/gu/LC_MESSAGES/atk10.mo -share/locale/he/LC_MESSAGES/atk10.mo -share/locale/hi/LC_MESSAGES/atk10.mo -share/locale/hr/LC_MESSAGES/atk10.mo -share/locale/hu/LC_MESSAGES/atk10.mo -share/locale/id/LC_MESSAGES/atk10.mo -share/locale/is/LC_MESSAGES/atk10.mo -share/locale/it/LC_MESSAGES/atk10.mo -share/locale/ja/LC_MESSAGES/atk10.mo -share/locale/ka/LC_MESSAGES/atk10.mo -share/locale/kn/LC_MESSAGES/atk10.mo -share/locale/ko/LC_MESSAGES/atk10.mo -share/locale/ku/LC_MESSAGES/atk10.mo -share/locale/li/LC_MESSAGES/atk10.mo -share/locale/lt/LC_MESSAGES/atk10.mo -share/locale/lv/LC_MESSAGES/atk10.mo -share/locale/mai/LC_MESSAGES/atk10.mo -share/locale/mk/LC_MESSAGES/atk10.mo -share/locale/ml/LC_MESSAGES/atk10.mo -share/locale/mn/LC_MESSAGES/atk10.mo -share/locale/mr/LC_MESSAGES/atk10.mo -share/locale/ms/LC_MESSAGES/atk10.mo -share/locale/nb/LC_MESSAGES/atk10.mo -share/locale/ne/LC_MESSAGES/atk10.mo -share/locale/nl/LC_MESSAGES/atk10.mo -share/locale/nn/LC_MESSAGES/atk10.mo -share/locale/oc/LC_MESSAGES/atk10.mo -share/locale/or/LC_MESSAGES/atk10.mo -share/locale/pa/LC_MESSAGES/atk10.mo -share/locale/pl/LC_MESSAGES/atk10.mo -share/locale/pt/LC_MESSAGES/atk10.mo -share/locale/pt_BR/LC_MESSAGES/atk10.mo -share/locale/ps/LC_MESSAGES/atk10.mo -share/locale/ro/LC_MESSAGES/atk10.mo -share/locale/ru/LC_MESSAGES/atk10.mo -share/locale/rw/LC_MESSAGES/atk10.mo -share/locale/si/LC_MESSAGES/atk10.mo -share/locale/sk/LC_MESSAGES/atk10.mo -share/locale/sl/LC_MESSAGES/atk10.mo -share/locale/sq/LC_MESSAGES/atk10.mo -share/locale/sr/LC_MESSAGES/atk10.mo -share/locale/sr@latin/LC_MESSAGES/atk10.mo -share/locale/sr@ije/LC_MESSAGES/atk10.mo -share/locale/sv/LC_MESSAGES/atk10.mo -share/locale/ta/LC_MESSAGES/atk10.mo -share/locale/te/LC_MESSAGES/atk10.mo -share/locale/th/LC_MESSAGES/atk10.mo -share/locale/tk/LC_MESSAGES/atk10.mo -share/locale/tr/LC_MESSAGES/atk10.mo -share/locale/tt/LC_MESSAGES/atk10.mo -share/locale/ug/LC_MESSAGES/atk10.mo -share/locale/uk/LC_MESSAGES/atk10.mo -share/locale/vi/LC_MESSAGES/atk10.mo -share/locale/wa/LC_MESSAGES/atk10.mo -share/locale/xh/LC_MESSAGES/atk10.mo -share/locale/yi/LC_MESSAGES/atk10.mo -share/locale/zh_CN/LC_MESSAGES/atk10.mo -share/locale/zh_HK/LC_MESSAGES/atk10.mo -share/locale/zh_TW/LC_MESSAGES/atk10.mo -@dirrm include/atk-1.0/atk -@dirrm include/atk-1.0 -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile deleted file mode 100644 index 1fbc92467..000000000 --- a/accessibility/gnome-mag/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnomemag -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.50 2010/03/13 22:02:47 kwm Exp $ -# - -PORTNAME= gnome-mag -PORTVERSION= 0.16.1 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME screen magnifier - -USE_BZIP2= yes -USE_XORG= xfixes xdamage ice xcomposite sm -USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} - -MAN1= magnifier.1 - -.include <bsd.port.mk> diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo deleted file mode 100644 index 7ef3c2a18..000000000 --- a/accessibility/gnome-mag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-mag-0.16.1.tar.bz2) = bbe177dadfd64c071b5670956ed703ae -SHA256 (gnome2/gnome-mag-0.16.1.tar.bz2) = 92541c30a70a6cf59ec3fb3f46d27a598173984f786f7c6bc1bd3e4be65ad3fa -SIZE (gnome2/gnome-mag-0.16.1.tar.bz2) = 546444 diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in deleted file mode 100644 index 65bcf3580..000000000 --- a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2009-08-09 02:49:17.000000000 +0200 -+++ docs/reference/Makefile.in 2009-08-09 02:54:54.000000000 +0200 -@@ -418,8 +418,6 @@ - - html/index.html: - -rm -rf html -- -doxygen $(doxygen_configfile) \ -- 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt - - gnome-mag-reference-html.tar.gz: html/index.html - tar cf - html | gzip -c --best >$@ diff --git a/accessibility/gnome-mag/pkg-descr b/accessibility/gnome-mag/pkg-descr deleted file mode 100644 index 090a256b2..000000000 --- a/accessibility/gnome-mag/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gnome-Mag magnifies the screen for easier reading. This package includes a -magnification Bonobo service. diff --git a/accessibility/gnome-mag/pkg-plist b/accessibility/gnome-mag/pkg-plist deleted file mode 100644 index ec49119a9..000000000 --- a/accessibility/gnome-mag/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/magnifier -include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h -lib/libgnome-mag.a -lib/libgnome-mag.la -lib/libgnome-mag.so -lib/libgnome-mag.so.2 -lib/orbit-2.0/GNOME_Magnifier_module.a -lib/orbit-2.0/GNOME_Magnifier_module.la -lib/orbit-2.0/GNOME_Magnifier_module.so -libdata/bonobo/servers/GNOME_Magnifier.server -libdata/pkgconfig/gnome-mag-1.0.pc -share/dbus-1/services/org.freedesktop.gnome.Magnifier.service -%%DATADIR%%/1_32/appstart.xpm -%%DATADIR%%/1_32/bottom_left_corner.xpm -%%DATADIR%%/1_32/bottom_side.xpm -%%DATADIR%%/1_32/busy.xpm -%%DATADIR%%/1_32/crosshair.xpm -%%DATADIR%%/1_32/default.xpm -%%DATADIR%%/1_32/fleur.xpm -%%DATADIR%%/1_32/hand.xpm -%%DATADIR%%/1_32/left_ptr.xpm -%%DATADIR%%/1_32/left_side.xpm -%%DATADIR%%/1_32/no.xpm -%%DATADIR%%/1_32/right_side.xpm -%%DATADIR%%/1_32/sb_h_double_arrow.xpm -%%DATADIR%%/1_32/sb_v_double_arrow.xpm -%%DATADIR%%/1_32/top_left_corner.xpm -%%DATADIR%%/1_32/top_right_corner.xpm -%%DATADIR%%/1_32/top_side.xpm -%%DATADIR%%/1_32/up.xpm -%%DATADIR%%/1_32/xterm.xpm -%%DATADIR%%/dbus/org.freedesktop.gnome.Magnifier -%%DATADIR%%/dbus/org.freedesktop.gnome.ZoomRegion -%%DATADIR%%/default-cursor.xpm -share/idl/gnome-mag-1.0/GNOME_Magnifier.idl -share/locale/ang/LC_MESSAGES/gnome-mag.mo -share/locale/ar/LC_MESSAGES/gnome-mag.mo -share/locale/as/LC_MESSAGES/gnome-mag.mo -share/locale/ast/LC_MESSAGES/gnome-mag.mo -share/locale/az/LC_MESSAGES/gnome-mag.mo -share/locale/be/LC_MESSAGES/gnome-mag.mo -share/locale/be@latin/LC_MESSAGES/gnome-mag.mo -share/locale/bg/LC_MESSAGES/gnome-mag.mo -share/locale/bn/LC_MESSAGES/gnome-mag.mo -share/locale/bn_IN/LC_MESSAGES/gnome-mag.mo -share/locale/br/LC_MESSAGES/gnome-mag.mo -share/locale/bs/LC_MESSAGES/gnome-mag.mo -share/locale/ca/LC_MESSAGES/gnome-mag.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-mag.mo -share/locale/cs/LC_MESSAGES/gnome-mag.mo -share/locale/cy/LC_MESSAGES/gnome-mag.mo -share/locale/da/LC_MESSAGES/gnome-mag.mo -share/locale/de/LC_MESSAGES/gnome-mag.mo -share/locale/dz/LC_MESSAGES/gnome-mag.mo -share/locale/el/LC_MESSAGES/gnome-mag.mo -share/locale/en@shaw/LC_MESSAGES/gnome-mag.mo -share/locale/en_CA/LC_MESSAGES/gnome-mag.mo -share/locale/en_GB/LC_MESSAGES/gnome-mag.mo -share/locale/eo/LC_MESSAGES/gnome-mag.mo -share/locale/es/LC_MESSAGES/gnome-mag.mo -share/locale/et/LC_MESSAGES/gnome-mag.mo -share/locale/eu/LC_MESSAGES/gnome-mag.mo -share/locale/fa/LC_MESSAGES/gnome-mag.mo -share/locale/fi/LC_MESSAGES/gnome-mag.mo -share/locale/fr/LC_MESSAGES/gnome-mag.mo -share/locale/ga/LC_MESSAGES/gnome-mag.mo -share/locale/gl/LC_MESSAGES/gnome-mag.mo -share/locale/gu/LC_MESSAGES/gnome-mag.mo -share/locale/he/LC_MESSAGES/gnome-mag.mo -share/locale/hi/LC_MESSAGES/gnome-mag.mo -share/locale/hr/LC_MESSAGES/gnome-mag.mo -share/locale/hu/LC_MESSAGES/gnome-mag.mo -share/locale/id/LC_MESSAGES/gnome-mag.mo -share/locale/is/LC_MESSAGES/gnome-mag.mo -share/locale/it/LC_MESSAGES/gnome-mag.mo -share/locale/ja/LC_MESSAGES/gnome-mag.mo -share/locale/ka/LC_MESSAGES/gnome-mag.mo -share/locale/kn/LC_MESSAGES/gnome-mag.mo -share/locale/ko/LC_MESSAGES/gnome-mag.mo -share/locale/ku/LC_MESSAGES/gnome-mag.mo -share/locale/ky/LC_MESSAGES/gnome-mag.mo -share/locale/lt/LC_MESSAGES/gnome-mag.mo -share/locale/lv/LC_MESSAGES/gnome-mag.mo -share/locale/mai/LC_MESSAGES/gnome-mag.mo -share/locale/mg/LC_MESSAGES/gnome-mag.mo -share/locale/mi/LC_MESSAGES/gnome-mag.mo -share/locale/mk/LC_MESSAGES/gnome-mag.mo -share/locale/ml/LC_MESSAGES/gnome-mag.mo -share/locale/mn/LC_MESSAGES/gnome-mag.mo -share/locale/mr/LC_MESSAGES/gnome-mag.mo -share/locale/ms/LC_MESSAGES/gnome-mag.mo -share/locale/nb/LC_MESSAGES/gnome-mag.mo -share/locale/ne/LC_MESSAGES/gnome-mag.mo -share/locale/nl/LC_MESSAGES/gnome-mag.mo -share/locale/nn/LC_MESSAGES/gnome-mag.mo -share/locale/oc/LC_MESSAGES/gnome-mag.mo -share/locale/or/LC_MESSAGES/gnome-mag.mo -share/locale/pa/LC_MESSAGES/gnome-mag.mo -share/locale/pl/LC_MESSAGES/gnome-mag.mo -share/locale/pt/LC_MESSAGES/gnome-mag.mo -share/locale/pt_BR/LC_MESSAGES/gnome-mag.mo -share/locale/ro/LC_MESSAGES/gnome-mag.mo -share/locale/ru/LC_MESSAGES/gnome-mag.mo -share/locale/rw/LC_MESSAGES/gnome-mag.mo -share/locale/si/LC_MESSAGES/gnome-mag.mo -share/locale/sk/LC_MESSAGES/gnome-mag.mo -share/locale/sl/LC_MESSAGES/gnome-mag.mo -share/locale/sq/LC_MESSAGES/gnome-mag.mo -share/locale/sr/LC_MESSAGES/gnome-mag.mo -share/locale/sr@latin/LC_MESSAGES/gnome-mag.mo -share/locale/sv/LC_MESSAGES/gnome-mag.mo -share/locale/ta/LC_MESSAGES/gnome-mag.mo -share/locale/te/LC_MESSAGES/gnome-mag.mo -share/locale/th/LC_MESSAGES/gnome-mag.mo -share/locale/tk/LC_MESSAGES/gnome-mag.mo -share/locale/tr/LC_MESSAGES/gnome-mag.mo -share/locale/ug/LC_MESSAGES/gnome-mag.mo -share/locale/uk/LC_MESSAGES/gnome-mag.mo -share/locale/uz/LC_MESSAGES/gnome-mag.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-mag.mo -share/locale/vi/LC_MESSAGES/gnome-mag.mo -share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo -share/locale/zh_HK/LC_MESSAGES/gnome-mag.mo -share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo -@dirrm share/idl/gnome-mag-1.0 -@dirrm %%DATADIR%%/dbus -@dirrm %%DATADIR%%/1_32 -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/reference/html -@dirrm %%DOCSDIR%%/reference -@dirrm %%DOCSDIR%% -@dirrm include/gnome-mag-1.0/magnifier -@dirrm include/gnome-mag-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile deleted file mode 100644 index 4947505fb..000000000 --- a/accessibility/gok/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gok -# Date created: 12 April 2003 -# Whom: Adam Weinberger <adamw@freebsd.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/gok/Makefile,v 1.109 2010/01/06 02:07:02 marcus Exp $ -# - -PORTNAME= gok -PORTVERSION= 2.30.0 -PORTEPOCH= 1 -CATEGORIES= accessibility sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME On-Screen Keyboard (GOK) - -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ - gnomespeech libxml2 -USE_GMAKE= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gok.schemas - -.include <bsd.port.mk> diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo deleted file mode 100644 index 7f03e9291..000000000 --- a/accessibility/gok/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gok-2.30.0.tar.bz2) = 853c7825eb62d7c425f5a0efdc07412a -SHA256 (gnome2/gok-2.30.0.tar.bz2) = 6fe6e116dc663d7f2132b44fc9959ce2e9a26e5259eea860db6829c736a386b6 -SIZE (gnome2/gok-2.30.0.tar.bz2) = 1544165 diff --git a/accessibility/gok/pkg-descr b/accessibility/gok/pkg-descr deleted file mode 100644 index 1ef635d80..000000000 --- a/accessibility/gok/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -The GNOME On-Screen Keyboard (GOK) is an accessibility interface -that gives you control of your system without needing a keyboard. -The GOK makes available a hierarchical button system that enables -keyboardless entry of common accelerators, and contains a -clickable keyboard that sports suggested autocompletion of many -common words, and even some commands. The GOK will provide an -alternative interface to common commands and functions within -applications that utilize the AT SPI. - -The GOK is is designed to be usable by many alternative input -methods, i.e. not a common keyboard and mouse combination. - -WWW: http://www.gok.ca diff --git a/accessibility/gok/pkg-plist b/accessibility/gok/pkg-plist deleted file mode 100644 index 9de62b639..000000000 --- a/accessibility/gok/pkg-plist +++ /dev/null @@ -1,1078 +0,0 @@ -bin/create-branching-keyboard -bin/gok -libdata/bonobo/servers/GNOME_Gok.server -libdata/pkgconfig/gok-1.0.pc -share/applications/gok.desktop -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/gok-arraylist.html -%%DOCSDIR%%/gok-callbacks.html -%%DOCSDIR%%/gok-command-common.html -%%DOCSDIR%%/gok-command-edge-data.html -%%DOCSDIR%%/gok-command-edge.html -%%DOCSDIR%%/gok-command-graph.html -%%DOCSDIR%%/gok-command-predictor.html -%%DOCSDIR%%/gok-command-vertex-data.html -%%DOCSDIR%%/gok-command-vertex.html -%%DOCSDIR%%/gok-global.html -%%DOCSDIR%%/gok-gok-action.html -%%DOCSDIR%%/gok-gok-branchback-stack.html -%%DOCSDIR%%/gok-gok-button.html -%%DOCSDIR%%/gok-gok-chunker.html -%%DOCSDIR%%/gok-gok-control.html -%%DOCSDIR%%/gok-gok-data.html -%%DOCSDIR%%/gok-gok-editor.html -%%DOCSDIR%%/gok-gok-feedback.html -%%DOCSDIR%%/gok-gok-gconf-keys.html -%%DOCSDIR%%/gok-gok-gconf.html -%%DOCSDIR%%/gok-gok-key.html -%%DOCSDIR%%/gok-gok-keyboard.html -%%DOCSDIR%%/gok-gok-keyslotter.html -%%DOCSDIR%%/gok-gok-log-priv.html -%%DOCSDIR%%/gok-gok-log-reader.html -%%DOCSDIR%%/gok-gok-log.html -%%DOCSDIR%%/gok-gok-modifier.html -%%DOCSDIR%%/gok-gok-output.html -%%DOCSDIR%%/gok-gok-page-accessmethod.html -%%DOCSDIR%%/gok-gok-page-actions.html -%%DOCSDIR%%/gok-gok-page-feedbacks.html -%%DOCSDIR%%/gok-gok-page-keysizespace.html -%%DOCSDIR%%/gok-gok-page-wordcomplete.html -%%DOCSDIR%%/gok-gok-predictor.html -%%DOCSDIR%%/gok-gok-scanner.html -%%DOCSDIR%%/gok-gok-settings-dialog.html -%%DOCSDIR%%/gok-gok-sound.html -%%DOCSDIR%%/gok-gok-spy-priv.html -%%DOCSDIR%%/gok-gok-spy.html -%%DOCSDIR%%/gok-gok-word-complete.html -%%DOCSDIR%%/gok-gok.html -%%DOCSDIR%%/gok-gtkjoyswitch.html -%%DOCSDIR%%/gok-interface.html -%%DOCSDIR%%/gok-main.html -%%DOCSDIR%%/gok-support.html -%%DOCSDIR%%/gok-switchapi.html -%%DOCSDIR%%/gok-word-complete.html -%%DOCSDIR%%/gok.devhelp -%%DOCSDIR%%/gok.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/help/gok/C/gok.xml -share/gnome/help/gok/C/legal.xml -%%DATADIR%%/C/gok-controls.kbd -%%DATADIR%%/C/hide.kbd -%%DATADIR%%/C/launcher.kbd -%%DATADIR%%/C/main.kbd -%%DATADIR%%/C/mouse.kbd -%%DATADIR%%/C/move-resize.kbd -%%DATADIR%%/C/numberpad.kbd -%%DATADIR%%/C/quit.kbd -%%DATADIR%%/C/text-operations.kbd -%%DATADIR%%/C/valuator.kbd -%%DATADIR%%/East.png -%%DATADIR%%/Keyboard.kbd -%%DATADIR%%/NE.png -%%DATADIR%%/NW.png -%%DATADIR%%/North.png -%%DATADIR%%/SE.png -%%DATADIR%%/SW.png -%%DATADIR%%/South.png -%%DATADIR%%/West.png -%%DATADIR%%/am/gok-controls.kbd -%%DATADIR%%/am/hide.kbd -%%DATADIR%%/am/launcher.kbd -%%DATADIR%%/am/main.kbd -%%DATADIR%%/am/mouse.kbd -%%DATADIR%%/am/move-resize.kbd -%%DATADIR%%/am/numberpad.kbd -%%DATADIR%%/am/quit.kbd -%%DATADIR%%/am/text-operations.kbd -%%DATADIR%%/am/valuator.kbd -%%DATADIR%%/ang/gok-controls.kbd -%%DATADIR%%/ang/hide.kbd -%%DATADIR%%/ang/launcher.kbd -%%DATADIR%%/ang/main.kbd -%%DATADIR%%/ang/mouse.kbd -%%DATADIR%%/ang/move-resize.kbd -%%DATADIR%%/ang/numberpad.kbd -%%DATADIR%%/ang/quit.kbd -%%DATADIR%%/ang/text-operations.kbd -%%DATADIR%%/ang/valuator.kbd -%%DATADIR%%/ar/gok-controls.kbd -%%DATADIR%%/ar/hide.kbd -%%DATADIR%%/ar/launcher.kbd -%%DATADIR%%/ar/main.kbd -%%DATADIR%%/ar/mouse.kbd -%%DATADIR%%/ar/move-resize.kbd -%%DATADIR%%/ar/numberpad.kbd -%%DATADIR%%/ar/quit.kbd -%%DATADIR%%/ar/text-operations.kbd -%%DATADIR%%/ar/valuator.kbd -%%DATADIR%%/as/gok-controls.kbd -%%DATADIR%%/as/hide.kbd -%%DATADIR%%/as/launcher.kbd -%%DATADIR%%/as/main.kbd -%%DATADIR%%/as/mouse.kbd -%%DATADIR%%/as/move-resize.kbd -%%DATADIR%%/as/numberpad.kbd -%%DATADIR%%/as/quit.kbd -%%DATADIR%%/as/text-operations.kbd -%%DATADIR%%/as/valuator.kbd -%%DATADIR%%/automatic-scanning.xam -%%DATADIR%%/az/gok-controls.kbd -%%DATADIR%%/az/hide.kbd -%%DATADIR%%/az/launcher.kbd -%%DATADIR%%/az/main.kbd -%%DATADIR%%/az/mouse.kbd -%%DATADIR%%/az/move-resize.kbd -%%DATADIR%%/az/numberpad.kbd -%%DATADIR%%/az/quit.kbd -%%DATADIR%%/az/text-operations.kbd -%%DATADIR%%/az/valuator.kbd -%%DATADIR%%/be/gok-controls.kbd -%%DATADIR%%/be/hide.kbd -%%DATADIR%%/be/launcher.kbd -%%DATADIR%%/be/main.kbd -%%DATADIR%%/be/mouse.kbd -%%DATADIR%%/be/move-resize.kbd -%%DATADIR%%/be/numberpad.kbd -%%DATADIR%%/be/quit.kbd -%%DATADIR%%/be/text-operations.kbd -%%DATADIR%%/be/valuator.kbd -%%DATADIR%%/bg/gok-controls.kbd -%%DATADIR%%/bg/hide.kbd -%%DATADIR%%/bg/launcher.kbd -%%DATADIR%%/bg/main.kbd -%%DATADIR%%/bg/mouse.kbd -%%DATADIR%%/bg/move-resize.kbd -%%DATADIR%%/bg/numberpad.kbd -%%DATADIR%%/bg/quit.kbd -%%DATADIR%%/bg/text-operations.kbd -%%DATADIR%%/bg/valuator.kbd -%%DATADIR%%/bn/gok-controls.kbd -%%DATADIR%%/bn/hide.kbd -%%DATADIR%%/bn/launcher.kbd -%%DATADIR%%/bn/main.kbd -%%DATADIR%%/bn/mouse.kbd -%%DATADIR%%/bn/move-resize.kbd -%%DATADIR%%/bn/numberpad.kbd -%%DATADIR%%/bn/quit.kbd -%%DATADIR%%/bn/text-operations.kbd -%%DATADIR%%/bn/valuator.kbd -%%DATADIR%%/bn_IN/gok-controls.kbd -%%DATADIR%%/bn_IN/hide.kbd -%%DATADIR%%/bn_IN/launcher.kbd -%%DATADIR%%/bn_IN/main.kbd -%%DATADIR%%/bn_IN/mouse.kbd -%%DATADIR%%/bn_IN/move-resize.kbd -%%DATADIR%%/bn_IN/numberpad.kbd -%%DATADIR%%/bn_IN/quit.kbd -%%DATADIR%%/bn_IN/text-operations.kbd -%%DATADIR%%/bn_IN/valuator.kbd -%%DATADIR%%/ca/gok-controls.kbd -%%DATADIR%%/ca/hide.kbd -%%DATADIR%%/ca/launcher.kbd -%%DATADIR%%/ca/main.kbd -%%DATADIR%%/ca/mouse.kbd -%%DATADIR%%/ca/move-resize.kbd -%%DATADIR%%/ca/numberpad.kbd -%%DATADIR%%/ca/quit.kbd -%%DATADIR%%/ca/text-operations.kbd -%%DATADIR%%/ca/valuator.kbd -%%DATADIR%%/ca@valencia/gok-controls.kbd -%%DATADIR%%/ca@valencia/hide.kbd -%%DATADIR%%/ca@valencia/launcher.kbd -%%DATADIR%%/ca@valencia/main.kbd -%%DATADIR%%/ca@valencia/mouse.kbd -%%DATADIR%%/ca@valencia/move-resize.kbd -%%DATADIR%%/ca@valencia/numberpad.kbd -%%DATADIR%%/ca@valencia/quit.kbd -%%DATADIR%%/ca@valencia/text-operations.kbd -%%DATADIR%%/ca@valencia/valuator.kbd -%%DATADIR%%/cs/gok-controls.kbd -%%DATADIR%%/cs/hide.kbd -%%DATADIR%%/cs/launcher.kbd -%%DATADIR%%/cs/main.kbd -%%DATADIR%%/cs/mouse.kbd -%%DATADIR%%/cs/move-resize.kbd -%%DATADIR%%/cs/numberpad.kbd -%%DATADIR%%/cs/quit.kbd -%%DATADIR%%/cs/text-operations.kbd -%%DATADIR%%/cs/valuator.kbd -%%DATADIR%%/cy/gok-controls.kbd -%%DATADIR%%/cy/hide.kbd -%%DATADIR%%/cy/launcher.kbd -%%DATADIR%%/cy/main.kbd -%%DATADIR%%/cy/mouse.kbd -%%DATADIR%%/cy/move-resize.kbd -%%DATADIR%%/cy/numberpad.kbd -%%DATADIR%%/cy/quit.kbd -%%DATADIR%%/cy/text-operations.kbd -%%DATADIR%%/cy/valuator.kbd -%%DATADIR%%/da/gok-controls.kbd -%%DATADIR%%/da/hide.kbd -%%DATADIR%%/da/launcher.kbd -%%DATADIR%%/da/main.kbd -%%DATADIR%%/da/mouse.kbd -%%DATADIR%%/da/move-resize.kbd -%%DATADIR%%/da/numberpad.kbd -%%DATADIR%%/da/quit.kbd -%%DATADIR%%/da/text-operations.kbd -%%DATADIR%%/da/valuator.kbd -%%DATADIR%%/de/gok-controls.kbd -%%DATADIR%%/de/hide.kbd -%%DATADIR%%/de/launcher.kbd -%%DATADIR%%/de/main.kbd -%%DATADIR%%/de/mouse.kbd -%%DATADIR%%/de/move-resize.kbd -%%DATADIR%%/de/numberpad.kbd -%%DATADIR%%/de/quit.kbd -%%DATADIR%%/de/text-operations.kbd -%%DATADIR%%/de/valuator.kbd -%%DATADIR%%/dictionary.txt -%%DATADIR%%/direct-selection.xam -%%DATADIR%%/directed.xam -%%DATADIR%%/dwell-selection.xam -%%DATADIR%%/dz/gok-controls.kbd -%%DATADIR%%/dz/hide.kbd -%%DATADIR%%/dz/launcher.kbd -%%DATADIR%%/dz/main.kbd -%%DATADIR%%/dz/mouse.kbd -%%DATADIR%%/dz/move-resize.kbd -%%DATADIR%%/dz/numberpad.kbd -%%DATADIR%%/dz/quit.kbd -%%DATADIR%%/dz/text-operations.kbd -%%DATADIR%%/dz/valuator.kbd -%%DATADIR%%/el/gok-controls.kbd -%%DATADIR%%/el/hide.kbd -%%DATADIR%%/el/launcher.kbd -%%DATADIR%%/el/main.kbd -%%DATADIR%%/el/mouse.kbd -%%DATADIR%%/el/move-resize.kbd -%%DATADIR%%/el/numberpad.kbd -%%DATADIR%%/el/quit.kbd -%%DATADIR%%/el/text-operations.kbd -%%DATADIR%%/el/valuator.kbd -%%DATADIR%%/empty.png -%%DATADIR%%/en@shaw/gok-controls.kbd -%%DATADIR%%/en@shaw/hide.kbd -%%DATADIR%%/en@shaw/launcher.kbd -%%DATADIR%%/en@shaw/main.kbd -%%DATADIR%%/en@shaw/mouse.kbd -%%DATADIR%%/en@shaw/move-resize.kbd -%%DATADIR%%/en@shaw/numberpad.kbd -%%DATADIR%%/en@shaw/quit.kbd -%%DATADIR%%/en@shaw/text-operations.kbd -%%DATADIR%%/en@shaw/valuator.kbd -%%DATADIR%%/en_CA/gok-controls.kbd -%%DATADIR%%/en_CA/hide.kbd -%%DATADIR%%/en_CA/launcher.kbd -%%DATADIR%%/en_CA/main.kbd -%%DATADIR%%/en_CA/mouse.kbd -%%DATADIR%%/en_CA/move-resize.kbd -%%DATADIR%%/en_CA/numberpad.kbd -%%DATADIR%%/en_CA/quit.kbd -%%DATADIR%%/en_CA/text-operations.kbd -%%DATADIR%%/en_CA/valuator.kbd -%%DATADIR%%/en_GB/gok-controls.kbd -%%DATADIR%%/en_GB/hide.kbd -%%DATADIR%%/en_GB/launcher.kbd -%%DATADIR%%/en_GB/main.kbd -%%DATADIR%%/en_GB/mouse.kbd -%%DATADIR%%/en_GB/move-resize.kbd -%%DATADIR%%/en_GB/numberpad.kbd -%%DATADIR%%/en_GB/quit.kbd -%%DATADIR%%/en_GB/text-operations.kbd -%%DATADIR%%/en_GB/valuator.kbd -%%DATADIR%%/es/gok-controls.kbd -%%DATADIR%%/es/hide.kbd -%%DATADIR%%/es/launcher.kbd -%%DATADIR%%/es/main.kbd -%%DATADIR%%/es/mouse.kbd -%%DATADIR%%/es/move-resize.kbd -%%DATADIR%%/es/numberpad.kbd -%%DATADIR%%/es/quit.kbd -%%DATADIR%%/es/text-operations.kbd -%%DATADIR%%/es/valuator.kbd -%%DATADIR%%/et/gok-controls.kbd -%%DATADIR%%/et/hide.kbd -%%DATADIR%%/et/launcher.kbd -%%DATADIR%%/et/main.kbd -%%DATADIR%%/et/mouse.kbd -%%DATADIR%%/et/move-resize.kbd -%%DATADIR%%/et/numberpad.kbd -%%DATADIR%%/et/quit.kbd -%%DATADIR%%/et/text-operations.kbd -%%DATADIR%%/et/valuator.kbd -%%DATADIR%%/eu/gok-controls.kbd -%%DATADIR%%/eu/hide.kbd -%%DATADIR%%/eu/launcher.kbd -%%DATADIR%%/eu/main.kbd -%%DATADIR%%/eu/mouse.kbd -%%DATADIR%%/eu/move-resize.kbd -%%DATADIR%%/eu/numberpad.kbd -%%DATADIR%%/eu/quit.kbd -%%DATADIR%%/eu/text-operations.kbd -%%DATADIR%%/eu/valuator.kbd -%%DATADIR%%/fa/gok-controls.kbd -%%DATADIR%%/fa/hide.kbd -%%DATADIR%%/fa/launcher.kbd -%%DATADIR%%/fa/main.kbd -%%DATADIR%%/fa/mouse.kbd -%%DATADIR%%/fa/move-resize.kbd -%%DATADIR%%/fa/numberpad.kbd -%%DATADIR%%/fa/quit.kbd -%%DATADIR%%/fa/text-operations.kbd -%%DATADIR%%/fa/valuator.kbd -%%DATADIR%%/fi/gok-controls.kbd -%%DATADIR%%/fi/hide.kbd -%%DATADIR%%/fi/launcher.kbd -%%DATADIR%%/fi/main.kbd -%%DATADIR%%/fi/mouse.kbd -%%DATADIR%%/fi/move-resize.kbd -%%DATADIR%%/fi/numberpad.kbd -%%DATADIR%%/fi/quit.kbd -%%DATADIR%%/fi/text-operations.kbd -%%DATADIR%%/fi/valuator.kbd -%%DATADIR%%/fr/gok-controls.kbd -%%DATADIR%%/fr/hide.kbd -%%DATADIR%%/fr/launcher.kbd -%%DATADIR%%/fr/main.kbd -%%DATADIR%%/fr/mouse.kbd -%%DATADIR%%/fr/move-resize.kbd -%%DATADIR%%/fr/numberpad.kbd -%%DATADIR%%/fr/quit.kbd -%%DATADIR%%/fr/text-operations.kbd -%%DATADIR%%/fr/valuator.kbd -%%DATADIR%%/ga/gok-controls.kbd -%%DATADIR%%/ga/hide.kbd -%%DATADIR%%/ga/launcher.kbd -%%DATADIR%%/ga/main.kbd -%%DATADIR%%/ga/mouse.kbd -%%DATADIR%%/ga/move-resize.kbd -%%DATADIR%%/ga/numberpad.kbd -%%DATADIR%%/ga/quit.kbd -%%DATADIR%%/ga/text-operations.kbd -%%DATADIR%%/ga/valuator.kbd -%%DATADIR%%/gl/gok-controls.kbd -%%DATADIR%%/gl/hide.kbd -%%DATADIR%%/gl/launcher.kbd -%%DATADIR%%/gl/main.kbd -%%DATADIR%%/gl/mouse.kbd -%%DATADIR%%/gl/move-resize.kbd -%%DATADIR%%/gl/numberpad.kbd -%%DATADIR%%/gl/quit.kbd -%%DATADIR%%/gl/text-operations.kbd -%%DATADIR%%/gl/valuator.kbd -%%DATADIR%%/gok-editor.ui -%%DATADIR%%/gok-settingsdialog.ui -%%DATADIR%%/gok.rc -%%DATADIR%%/goklogo.png -%%DATADIR%%/gu/gok-controls.kbd -%%DATADIR%%/gu/hide.kbd -%%DATADIR%%/gu/launcher.kbd -%%DATADIR%%/gu/main.kbd -%%DATADIR%%/gu/mouse.kbd -%%DATADIR%%/gu/move-resize.kbd -%%DATADIR%%/gu/numberpad.kbd -%%DATADIR%%/gu/quit.kbd -%%DATADIR%%/gu/text-operations.kbd -%%DATADIR%%/gu/valuator.kbd -%%DATADIR%%/he/gok-controls.kbd -%%DATADIR%%/he/hide.kbd -%%DATADIR%%/he/launcher.kbd -%%DATADIR%%/he/main.kbd -%%DATADIR%%/he/mouse.kbd -%%DATADIR%%/he/move-resize.kbd -%%DATADIR%%/he/numberpad.kbd -%%DATADIR%%/he/quit.kbd -%%DATADIR%%/he/text-operations.kbd -%%DATADIR%%/he/valuator.kbd -%%DATADIR%%/hi/gok-controls.kbd -%%DATADIR%%/hi/hide.kbd -%%DATADIR%%/hi/launcher.kbd -%%DATADIR%%/hi/main.kbd -%%DATADIR%%/hi/mouse.kbd -%%DATADIR%%/hi/move-resize.kbd -%%DATADIR%%/hi/numberpad.kbd -%%DATADIR%%/hi/quit.kbd -%%DATADIR%%/hi/text-operations.kbd -%%DATADIR%%/hi/valuator.kbd -%%DATADIR%%/hr/gok-controls.kbd -%%DATADIR%%/hr/hide.kbd -%%DATADIR%%/hr/launcher.kbd -%%DATADIR%%/hr/main.kbd -%%DATADIR%%/hr/mouse.kbd -%%DATADIR%%/hr/move-resize.kbd -%%DATADIR%%/hr/numberpad.kbd -%%DATADIR%%/hr/quit.kbd -%%DATADIR%%/hr/text-operations.kbd -%%DATADIR%%/hr/valuator.kbd -%%DATADIR%%/hu/gok-controls.kbd -%%DATADIR%%/hu/hide.kbd -%%DATADIR%%/hu/launcher.kbd -%%DATADIR%%/hu/main.kbd -%%DATADIR%%/hu/mouse.kbd -%%DATADIR%%/hu/move-resize.kbd -%%DATADIR%%/hu/numberpad.kbd -%%DATADIR%%/hu/quit.kbd -%%DATADIR%%/hu/text-operations.kbd -%%DATADIR%%/hu/valuator.kbd -%%DATADIR%%/id/gok-controls.kbd -%%DATADIR%%/id/hide.kbd -%%DATADIR%%/id/launcher.kbd -%%DATADIR%%/id/main.kbd -%%DATADIR%%/id/mouse.kbd -%%DATADIR%%/id/move-resize.kbd -%%DATADIR%%/id/numberpad.kbd -%%DATADIR%%/id/quit.kbd -%%DATADIR%%/id/text-operations.kbd -%%DATADIR%%/id/valuator.kbd -%%DATADIR%%/inverse-scanning.xam -%%DATADIR%%/it/gok-controls.kbd -%%DATADIR%%/it/hide.kbd -%%DATADIR%%/it/launcher.kbd -%%DATADIR%%/it/main.kbd -%%DATADIR%%/it/mouse.kbd -%%DATADIR%%/it/move-resize.kbd -%%DATADIR%%/it/numberpad.kbd -%%DATADIR%%/it/quit.kbd -%%DATADIR%%/it/text-operations.kbd -%%DATADIR%%/it/valuator.kbd -%%DATADIR%%/ja/gok-controls.kbd -%%DATADIR%%/ja/hide.kbd -%%DATADIR%%/ja/launcher.kbd -%%DATADIR%%/ja/main.kbd -%%DATADIR%%/ja/mouse.kbd -%%DATADIR%%/ja/move-resize.kbd -%%DATADIR%%/ja/numberpad.kbd -%%DATADIR%%/ja/quit.kbd -%%DATADIR%%/ja/text-operations.kbd -%%DATADIR%%/ja/valuator.kbd -%%DATADIR%%/ka/gok-controls.kbd -%%DATADIR%%/ka/hide.kbd -%%DATADIR%%/ka/launcher.kbd -%%DATADIR%%/ka/main.kbd -%%DATADIR%%/ka/mouse.kbd -%%DATADIR%%/ka/move-resize.kbd -%%DATADIR%%/ka/numberpad.kbd -%%DATADIR%%/ka/quit.kbd -%%DATADIR%%/ka/text-operations.kbd -%%DATADIR%%/ka/valuator.kbd -%%DATADIR%%/kn/gok-controls.kbd -%%DATADIR%%/kn/hide.kbd -%%DATADIR%%/kn/launcher.kbd -%%DATADIR%%/kn/main.kbd -%%DATADIR%%/kn/mouse.kbd -%%DATADIR%%/kn/move-resize.kbd -%%DATADIR%%/kn/numberpad.kbd -%%DATADIR%%/kn/quit.kbd -%%DATADIR%%/kn/text-operations.kbd -%%DATADIR%%/kn/valuator.kbd -%%DATADIR%%/ko/gok-controls.kbd -%%DATADIR%%/ko/hide.kbd -%%DATADIR%%/ko/launcher.kbd -%%DATADIR%%/ko/main.kbd -%%DATADIR%%/ko/mouse.kbd -%%DATADIR%%/ko/move-resize.kbd -%%DATADIR%%/ko/numberpad.kbd -%%DATADIR%%/ko/quit.kbd -%%DATADIR%%/ko/text-operations.kbd -%%DATADIR%%/ko/valuator.kbd -%%DATADIR%%/ku/gok-controls.kbd -%%DATADIR%%/ku/hide.kbd -%%DATADIR%%/ku/launcher.kbd -%%DATADIR%%/ku/main.kbd -%%DATADIR%%/ku/mouse.kbd -%%DATADIR%%/ku/move-resize.kbd -%%DATADIR%%/ku/numberpad.kbd -%%DATADIR%%/ku/quit.kbd -%%DATADIR%%/ku/text-operations.kbd -%%DATADIR%%/ku/valuator.kbd -%%DATADIR%%/latched.png -%%DATADIR%%/locked.png -%%DATADIR%%/lt/gok-controls.kbd -%%DATADIR%%/lt/hide.kbd -%%DATADIR%%/lt/launcher.kbd -%%DATADIR%%/lt/main.kbd -%%DATADIR%%/lt/mouse.kbd -%%DATADIR%%/lt/move-resize.kbd -%%DATADIR%%/lt/numberpad.kbd -%%DATADIR%%/lt/quit.kbd -%%DATADIR%%/lt/text-operations.kbd -%%DATADIR%%/lt/valuator.kbd -%%DATADIR%%/lv/gok-controls.kbd -%%DATADIR%%/lv/hide.kbd -%%DATADIR%%/lv/launcher.kbd -%%DATADIR%%/lv/main.kbd -%%DATADIR%%/lv/mouse.kbd -%%DATADIR%%/lv/move-resize.kbd -%%DATADIR%%/lv/numberpad.kbd -%%DATADIR%%/lv/quit.kbd -%%DATADIR%%/lv/text-operations.kbd -%%DATADIR%%/lv/valuator.kbd -%%DATADIR%%/mai/gok-controls.kbd -%%DATADIR%%/mai/hide.kbd -%%DATADIR%%/mai/launcher.kbd -%%DATADIR%%/mai/main.kbd -%%DATADIR%%/mai/mouse.kbd -%%DATADIR%%/mai/move-resize.kbd -%%DATADIR%%/mai/numberpad.kbd -%%DATADIR%%/mai/quit.kbd -%%DATADIR%%/mai/text-operations.kbd -%%DATADIR%%/mai/valuator.kbd -%%DATADIR%%/manage.kbd -%%DATADIR%%/mk/gok-controls.kbd -%%DATADIR%%/mk/hide.kbd -%%DATADIR%%/mk/launcher.kbd -%%DATADIR%%/mk/main.kbd -%%DATADIR%%/mk/mouse.kbd -%%DATADIR%%/mk/move-resize.kbd -%%DATADIR%%/mk/numberpad.kbd -%%DATADIR%%/mk/quit.kbd -%%DATADIR%%/mk/text-operations.kbd -%%DATADIR%%/mk/valuator.kbd -%%DATADIR%%/ml/gok-controls.kbd -%%DATADIR%%/ml/hide.kbd -%%DATADIR%%/ml/launcher.kbd -%%DATADIR%%/ml/main.kbd -%%DATADIR%%/ml/mouse.kbd -%%DATADIR%%/ml/move-resize.kbd -%%DATADIR%%/ml/numberpad.kbd -%%DATADIR%%/ml/quit.kbd -%%DATADIR%%/ml/text-operations.kbd -%%DATADIR%%/ml/valuator.kbd -%%DATADIR%%/mn/gok-controls.kbd -%%DATADIR%%/mn/hide.kbd -%%DATADIR%%/mn/launcher.kbd -%%DATADIR%%/mn/main.kbd -%%DATADIR%%/mn/mouse.kbd -%%DATADIR%%/mn/move-resize.kbd -%%DATADIR%%/mn/numberpad.kbd -%%DATADIR%%/mn/quit.kbd -%%DATADIR%%/mn/text-operations.kbd -%%DATADIR%%/mn/valuator.kbd -%%DATADIR%%/mr/gok-controls.kbd -%%DATADIR%%/mr/hide.kbd -%%DATADIR%%/mr/launcher.kbd -%%DATADIR%%/mr/main.kbd -%%DATADIR%%/mr/mouse.kbd -%%DATADIR%%/mr/move-resize.kbd -%%DATADIR%%/mr/numberpad.kbd -%%DATADIR%%/mr/quit.kbd -%%DATADIR%%/mr/text-operations.kbd -%%DATADIR%%/mr/valuator.kbd -%%DATADIR%%/ms/gok-controls.kbd -%%DATADIR%%/ms/hide.kbd -%%DATADIR%%/ms/launcher.kbd -%%DATADIR%%/ms/main.kbd -%%DATADIR%%/ms/mouse.kbd -%%DATADIR%%/ms/move-resize.kbd -%%DATADIR%%/ms/numberpad.kbd -%%DATADIR%%/ms/quit.kbd -%%DATADIR%%/ms/text-operations.kbd -%%DATADIR%%/ms/valuator.kbd -%%DATADIR%%/nb/gok-controls.kbd -%%DATADIR%%/nb/hide.kbd -%%DATADIR%%/nb/launcher.kbd -%%DATADIR%%/nb/main.kbd -%%DATADIR%%/nb/mouse.kbd -%%DATADIR%%/nb/move-resize.kbd -%%DATADIR%%/nb/numberpad.kbd -%%DATADIR%%/nb/quit.kbd -%%DATADIR%%/nb/text-operations.kbd -%%DATADIR%%/nb/valuator.kbd -%%DATADIR%%/ne/gok-controls.kbd -%%DATADIR%%/ne/hide.kbd -%%DATADIR%%/ne/launcher.kbd -%%DATADIR%%/ne/main.kbd -%%DATADIR%%/ne/mouse.kbd -%%DATADIR%%/ne/move-resize.kbd -%%DATADIR%%/ne/numberpad.kbd -%%DATADIR%%/ne/quit.kbd -%%DATADIR%%/ne/text-operations.kbd -%%DATADIR%%/ne/valuator.kbd -%%DATADIR%%/nl/gok-controls.kbd -%%DATADIR%%/nl/hide.kbd -%%DATADIR%%/nl/launcher.kbd -%%DATADIR%%/nl/main.kbd -%%DATADIR%%/nl/mouse.kbd -%%DATADIR%%/nl/move-resize.kbd -%%DATADIR%%/nl/numberpad.kbd -%%DATADIR%%/nl/quit.kbd -%%DATADIR%%/nl/text-operations.kbd -%%DATADIR%%/nl/valuator.kbd -%%DATADIR%%/nn/gok-controls.kbd -%%DATADIR%%/nn/hide.kbd -%%DATADIR%%/nn/launcher.kbd -%%DATADIR%%/nn/main.kbd -%%DATADIR%%/nn/mouse.kbd -%%DATADIR%%/nn/move-resize.kbd -%%DATADIR%%/nn/numberpad.kbd -%%DATADIR%%/nn/quit.kbd -%%DATADIR%%/nn/text-operations.kbd -%%DATADIR%%/nn/valuator.kbd -%%DATADIR%%/oc/gok-controls.kbd -%%DATADIR%%/oc/hide.kbd -%%DATADIR%%/oc/launcher.kbd -%%DATADIR%%/oc/main.kbd -%%DATADIR%%/oc/mouse.kbd -%%DATADIR%%/oc/move-resize.kbd -%%DATADIR%%/oc/numberpad.kbd -%%DATADIR%%/oc/quit.kbd -%%DATADIR%%/oc/text-operations.kbd -%%DATADIR%%/oc/valuator.kbd -%%DATADIR%%/or/gok-controls.kbd -%%DATADIR%%/or/hide.kbd -%%DATADIR%%/or/launcher.kbd -%%DATADIR%%/or/main.kbd -%%DATADIR%%/or/mouse.kbd -%%DATADIR%%/or/move-resize.kbd -%%DATADIR%%/or/numberpad.kbd -%%DATADIR%%/or/quit.kbd -%%DATADIR%%/or/text-operations.kbd -%%DATADIR%%/or/valuator.kbd -%%DATADIR%%/pa/gok-controls.kbd -%%DATADIR%%/pa/hide.kbd -%%DATADIR%%/pa/launcher.kbd -%%DATADIR%%/pa/main.kbd -%%DATADIR%%/pa/mouse.kbd -%%DATADIR%%/pa/move-resize.kbd -%%DATADIR%%/pa/numberpad.kbd -%%DATADIR%%/pa/quit.kbd -%%DATADIR%%/pa/text-operations.kbd -%%DATADIR%%/pa/valuator.kbd -%%DATADIR%%/pl/gok-controls.kbd -%%DATADIR%%/pl/hide.kbd -%%DATADIR%%/pl/launcher.kbd -%%DATADIR%%/pl/main.kbd -%%DATADIR%%/pl/mouse.kbd -%%DATADIR%%/pl/move-resize.kbd -%%DATADIR%%/pl/numberpad.kbd -%%DATADIR%%/pl/quit.kbd -%%DATADIR%%/pl/text-operations.kbd -%%DATADIR%%/pl/valuator.kbd -%%DATADIR%%/pt/gok-controls.kbd -%%DATADIR%%/pt/hide.kbd -%%DATADIR%%/pt/launcher.kbd -%%DATADIR%%/pt/main.kbd -%%DATADIR%%/pt/mouse.kbd -%%DATADIR%%/pt/move-resize.kbd -%%DATADIR%%/pt/numberpad.kbd -%%DATADIR%%/pt/quit.kbd -%%DATADIR%%/pt/text-operations.kbd -%%DATADIR%%/pt/valuator.kbd -%%DATADIR%%/pt_BR/gok-controls.kbd -%%DATADIR%%/pt_BR/hide.kbd -%%DATADIR%%/pt_BR/launcher.kbd -%%DATADIR%%/pt_BR/main.kbd -%%DATADIR%%/pt_BR/mouse.kbd -%%DATADIR%%/pt_BR/move-resize.kbd -%%DATADIR%%/pt_BR/numberpad.kbd -%%DATADIR%%/pt_BR/quit.kbd -%%DATADIR%%/pt_BR/text-operations.kbd -%%DATADIR%%/pt_BR/valuator.kbd -%%DATADIR%%/qwerty.kbd -%%DATADIR%%/ro/gok-controls.kbd -%%DATADIR%%/ro/hide.kbd -%%DATADIR%%/ro/launcher.kbd -%%DATADIR%%/ro/main.kbd -%%DATADIR%%/ro/mouse.kbd -%%DATADIR%%/ro/move-resize.kbd -%%DATADIR%%/ro/numberpad.kbd -%%DATADIR%%/ro/quit.kbd -%%DATADIR%%/ro/text-operations.kbd -%%DATADIR%%/ro/valuator.kbd -%%DATADIR%%/ru/gok-controls.kbd -%%DATADIR%%/ru/hide.kbd -%%DATADIR%%/ru/launcher.kbd -%%DATADIR%%/ru/main.kbd -%%DATADIR%%/ru/mouse.kbd -%%DATADIR%%/ru/move-resize.kbd -%%DATADIR%%/ru/numberpad.kbd -%%DATADIR%%/ru/quit.kbd -%%DATADIR%%/ru/text-operations.kbd -%%DATADIR%%/ru/valuator.kbd -%%DATADIR%%/rw/gok-controls.kbd -%%DATADIR%%/rw/hide.kbd -%%DATADIR%%/rw/launcher.kbd -%%DATADIR%%/rw/main.kbd -%%DATADIR%%/rw/mouse.kbd -%%DATADIR%%/rw/move-resize.kbd -%%DATADIR%%/rw/numberpad.kbd -%%DATADIR%%/rw/quit.kbd -%%DATADIR%%/rw/text-operations.kbd -%%DATADIR%%/rw/valuator.kbd -%%DATADIR%%/si/gok-controls.kbd -%%DATADIR%%/si/hide.kbd -%%DATADIR%%/si/launcher.kbd -%%DATADIR%%/si/main.kbd -%%DATADIR%%/si/mouse.kbd -%%DATADIR%%/si/move-resize.kbd -%%DATADIR%%/si/numberpad.kbd -%%DATADIR%%/si/quit.kbd -%%DATADIR%%/si/text-operations.kbd -%%DATADIR%%/si/valuator.kbd -%%DATADIR%%/singlekey-automatic-scanning.xam -%%DATADIR%%/singlekey-inverse-scanning.xam -%%DATADIR%%/sk/gok-controls.kbd -%%DATADIR%%/sk/hide.kbd -%%DATADIR%%/sk/launcher.kbd -%%DATADIR%%/sk/main.kbd -%%DATADIR%%/sk/mouse.kbd -%%DATADIR%%/sk/move-resize.kbd -%%DATADIR%%/sk/numberpad.kbd -%%DATADIR%%/sk/quit.kbd -%%DATADIR%%/sk/text-operations.kbd -%%DATADIR%%/sk/valuator.kbd -%%DATADIR%%/sl/gok-controls.kbd -%%DATADIR%%/sl/hide.kbd -%%DATADIR%%/sl/launcher.kbd -%%DATADIR%%/sl/main.kbd -%%DATADIR%%/sl/mouse.kbd -%%DATADIR%%/sl/move-resize.kbd -%%DATADIR%%/sl/numberpad.kbd -%%DATADIR%%/sl/quit.kbd -%%DATADIR%%/sl/text-operations.kbd -%%DATADIR%%/sl/valuator.kbd -%%DATADIR%%/small-empty.png -%%DATADIR%%/sq/gok-controls.kbd -%%DATADIR%%/sq/hide.kbd -%%DATADIR%%/sq/launcher.kbd -%%DATADIR%%/sq/main.kbd -%%DATADIR%%/sq/mouse.kbd -%%DATADIR%%/sq/move-resize.kbd -%%DATADIR%%/sq/numberpad.kbd -%%DATADIR%%/sq/quit.kbd -%%DATADIR%%/sq/text-operations.kbd -%%DATADIR%%/sq/valuator.kbd -%%DATADIR%%/sr/gok-controls.kbd -%%DATADIR%%/sr/hide.kbd -%%DATADIR%%/sr/launcher.kbd -%%DATADIR%%/sr/main.kbd -%%DATADIR%%/sr/mouse.kbd -%%DATADIR%%/sr/move-resize.kbd -%%DATADIR%%/sr/numberpad.kbd -%%DATADIR%%/sr/quit.kbd -%%DATADIR%%/sr/text-operations.kbd -%%DATADIR%%/sr/valuator.kbd -%%DATADIR%%/sr@latin/gok-controls.kbd -%%DATADIR%%/sr@latin/hide.kbd -%%DATADIR%%/sr@latin/launcher.kbd -%%DATADIR%%/sr@latin/main.kbd -%%DATADIR%%/sr@latin/mouse.kbd -%%DATADIR%%/sr@latin/move-resize.kbd -%%DATADIR%%/sr@latin/numberpad.kbd -%%DATADIR%%/sr@latin/quit.kbd -%%DATADIR%%/sr@latin/text-operations.kbd -%%DATADIR%%/sr@latin/valuator.kbd -%%DATADIR%%/sv/gok-controls.kbd -%%DATADIR%%/sv/hide.kbd -%%DATADIR%%/sv/launcher.kbd -%%DATADIR%%/sv/main.kbd -%%DATADIR%%/sv/mouse.kbd -%%DATADIR%%/sv/move-resize.kbd -%%DATADIR%%/sv/numberpad.kbd -%%DATADIR%%/sv/quit.kbd -%%DATADIR%%/sv/text-operations.kbd -%%DATADIR%%/sv/valuator.kbd -%%DATADIR%%/ta/gok-controls.kbd -%%DATADIR%%/ta/hide.kbd -%%DATADIR%%/ta/launcher.kbd -%%DATADIR%%/ta/main.kbd -%%DATADIR%%/ta/mouse.kbd -%%DATADIR%%/ta/move-resize.kbd -%%DATADIR%%/ta/numberpad.kbd -%%DATADIR%%/ta/quit.kbd -%%DATADIR%%/ta/text-operations.kbd -%%DATADIR%%/ta/valuator.kbd -%%DATADIR%%/te/gok-controls.kbd -%%DATADIR%%/te/hide.kbd -%%DATADIR%%/te/launcher.kbd -%%DATADIR%%/te/main.kbd -%%DATADIR%%/te/mouse.kbd -%%DATADIR%%/te/move-resize.kbd -%%DATADIR%%/te/numberpad.kbd -%%DATADIR%%/te/quit.kbd -%%DATADIR%%/te/text-operations.kbd -%%DATADIR%%/te/valuator.kbd -%%DATADIR%%/th/gok-controls.kbd -%%DATADIR%%/th/hide.kbd -%%DATADIR%%/th/launcher.kbd -%%DATADIR%%/th/main.kbd -%%DATADIR%%/th/mouse.kbd -%%DATADIR%%/th/move-resize.kbd -%%DATADIR%%/th/numberpad.kbd -%%DATADIR%%/th/quit.kbd -%%DATADIR%%/th/text-operations.kbd -%%DATADIR%%/th/valuator.kbd -%%DATADIR%%/tr/gok-controls.kbd -%%DATADIR%%/tr/hide.kbd -%%DATADIR%%/tr/launcher.kbd -%%DATADIR%%/tr/main.kbd -%%DATADIR%%/tr/mouse.kbd -%%DATADIR%%/tr/move-resize.kbd -%%DATADIR%%/tr/numberpad.kbd -%%DATADIR%%/tr/quit.kbd -%%DATADIR%%/tr/text-operations.kbd -%%DATADIR%%/tr/valuator.kbd -%%DATADIR%%/uk/gok-controls.kbd -%%DATADIR%%/uk/hide.kbd -%%DATADIR%%/uk/launcher.kbd -%%DATADIR%%/uk/main.kbd -%%DATADIR%%/uk/mouse.kbd -%%DATADIR%%/uk/move-resize.kbd -%%DATADIR%%/uk/numberpad.kbd -%%DATADIR%%/uk/quit.kbd -%%DATADIR%%/uk/text-operations.kbd -%%DATADIR%%/uk/valuator.kbd -%%DATADIR%%/value-fast-less.png -%%DATADIR%%/value-fast-more.png -%%DATADIR%%/value-less.png -%%DATADIR%%/value-max.png -%%DATADIR%%/value-min.png -%%DATADIR%%/value-more.png -%%DATADIR%%/vi/gok-controls.kbd -%%DATADIR%%/vi/hide.kbd -%%DATADIR%%/vi/launcher.kbd -%%DATADIR%%/vi/main.kbd -%%DATADIR%%/vi/mouse.kbd -%%DATADIR%%/vi/move-resize.kbd -%%DATADIR%%/vi/numberpad.kbd -%%DATADIR%%/vi/quit.kbd -%%DATADIR%%/vi/text-operations.kbd -%%DATADIR%%/vi/valuator.kbd -%%DATADIR%%/zh_CN/gok-controls.kbd -%%DATADIR%%/zh_CN/hide.kbd -%%DATADIR%%/zh_CN/launcher.kbd -%%DATADIR%%/zh_CN/main.kbd -%%DATADIR%%/zh_CN/mouse.kbd -%%DATADIR%%/zh_CN/move-resize.kbd -%%DATADIR%%/zh_CN/numberpad.kbd -%%DATADIR%%/zh_CN/quit.kbd -%%DATADIR%%/zh_CN/text-operations.kbd -%%DATADIR%%/zh_CN/valuator.kbd -%%DATADIR%%/zh_HK/gok-controls.kbd -%%DATADIR%%/zh_HK/hide.kbd -%%DATADIR%%/zh_HK/launcher.kbd -%%DATADIR%%/zh_HK/main.kbd -%%DATADIR%%/zh_HK/mouse.kbd -%%DATADIR%%/zh_HK/move-resize.kbd -%%DATADIR%%/zh_HK/numberpad.kbd -%%DATADIR%%/zh_HK/quit.kbd -%%DATADIR%%/zh_HK/text-operations.kbd -%%DATADIR%%/zh_HK/valuator.kbd -%%DATADIR%%/zh_TW/gok-controls.kbd -%%DATADIR%%/zh_TW/hide.kbd -%%DATADIR%%/zh_TW/launcher.kbd -%%DATADIR%%/zh_TW/main.kbd -%%DATADIR%%/zh_TW/mouse.kbd -%%DATADIR%%/zh_TW/move-resize.kbd -%%DATADIR%%/zh_TW/numberpad.kbd -%%DATADIR%%/zh_TW/quit.kbd -%%DATADIR%%/zh_TW/text-operations.kbd -%%DATADIR%%/zh_TW/valuator.kbd -share/icons/hicolor/48x48/apps/gok.png -share/locale/am/LC_MESSAGES/gok.mo -share/locale/ang/LC_MESSAGES/gok.mo -share/locale/ar/LC_MESSAGES/gok.mo -share/locale/as/LC_MESSAGES/gok.mo -share/locale/az/LC_MESSAGES/gok.mo -share/locale/be/LC_MESSAGES/gok.mo -share/locale/bg/LC_MESSAGES/gok.mo -share/locale/bn/LC_MESSAGES/gok.mo -share/locale/bn_IN/LC_MESSAGES/gok.mo -share/locale/ca/LC_MESSAGES/gok.mo -share/locale/ca@valencia/LC_MESSAGES/gok.mo -share/locale/cs/LC_MESSAGES/gok.mo -share/locale/cy/LC_MESSAGES/gok.mo -share/locale/da/LC_MESSAGES/gok.mo -share/locale/de/LC_MESSAGES/gok.mo -share/locale/dz/LC_MESSAGES/gok.mo -share/locale/el/LC_MESSAGES/gok.mo -share/locale/en@shaw/LC_MESSAGES/gok.mo -share/locale/en_CA/LC_MESSAGES/gok.mo -share/locale/en_GB/LC_MESSAGES/gok.mo -share/locale/es/LC_MESSAGES/gok.mo -share/locale/et/LC_MESSAGES/gok.mo -share/locale/eu/LC_MESSAGES/gok.mo -share/locale/fa/LC_MESSAGES/gok.mo -share/locale/fi/LC_MESSAGES/gok.mo -share/locale/fr/LC_MESSAGES/gok.mo -share/locale/ga/LC_MESSAGES/gok.mo -share/locale/gl/LC_MESSAGES/gok.mo -share/locale/gu/LC_MESSAGES/gok.mo -share/locale/he/LC_MESSAGES/gok.mo -share/locale/hi/LC_MESSAGES/gok.mo -share/locale/hr/LC_MESSAGES/gok.mo -share/locale/hu/LC_MESSAGES/gok.mo -share/locale/id/LC_MESSAGES/gok.mo -share/locale/it/LC_MESSAGES/gok.mo -share/locale/ja/LC_MESSAGES/gok.mo -share/locale/ka/LC_MESSAGES/gok.mo -share/locale/kn/LC_MESSAGES/gok.mo -share/locale/ko/LC_MESSAGES/gok.mo -share/locale/ku/LC_MESSAGES/gok.mo -share/locale/lt/LC_MESSAGES/gok.mo -share/locale/lv/LC_MESSAGES/gok.mo -share/locale/mai/LC_MESSAGES/gok.mo -share/locale/mk/LC_MESSAGES/gok.mo -share/locale/ml/LC_MESSAGES/gok.mo -share/locale/mn/LC_MESSAGES/gok.mo -share/locale/mr/LC_MESSAGES/gok.mo -share/locale/ms/LC_MESSAGES/gok.mo -share/locale/nb/LC_MESSAGES/gok.mo -share/locale/ne/LC_MESSAGES/gok.mo -share/locale/nl/LC_MESSAGES/gok.mo -share/locale/nn/LC_MESSAGES/gok.mo -share/locale/oc/LC_MESSAGES/gok.mo -share/locale/or/LC_MESSAGES/gok.mo -share/locale/pa/LC_MESSAGES/gok.mo -share/locale/pl/LC_MESSAGES/gok.mo -share/locale/pt/LC_MESSAGES/gok.mo -share/locale/pt_BR/LC_MESSAGES/gok.mo -share/locale/ro/LC_MESSAGES/gok.mo -share/locale/ru/LC_MESSAGES/gok.mo -share/locale/rw/LC_MESSAGES/gok.mo -share/locale/si/LC_MESSAGES/gok.mo -share/locale/sk/LC_MESSAGES/gok.mo -share/locale/sl/LC_MESSAGES/gok.mo -share/locale/sq/LC_MESSAGES/gok.mo -share/locale/sr/LC_MESSAGES/gok.mo -share/locale/sr@latin/LC_MESSAGES/gok.mo -share/locale/sv/LC_MESSAGES/gok.mo -share/locale/ta/LC_MESSAGES/gok.mo -share/locale/te/LC_MESSAGES/gok.mo -share/locale/th/LC_MESSAGES/gok.mo -share/locale/tr/LC_MESSAGES/gok.mo -share/locale/uk/LC_MESSAGES/gok.mo -share/locale/vi/LC_MESSAGES/gok.mo -share/locale/zh_CN/LC_MESSAGES/gok.mo -share/locale/zh_HK/LC_MESSAGES/gok.mo -share/locale/zh_TW/LC_MESSAGES/gok.mo -share/omf/gok/gok-C.omf -share/pixmaps/gok.png -share/sounds/freedesktop/stereo/goksound1.wav -share/sounds/freedesktop/stereo/goksound2.wav -@dirrmtry share/sounds/freedesktop/stereo -@dirrmtry share/sounds/freedesktop -@dirrm share/omf/gok -@dirrm %%DATADIR%%/zh_TW -@dirrm %%DATADIR%%/zh_HK -@dirrm %%DATADIR%%/zh_CN -@dirrm %%DATADIR%%/vi -@dirrm %%DATADIR%%/uk -@dirrm %%DATADIR%%/tr -@dirrm %%DATADIR%%/th -@dirrm %%DATADIR%%/te -@dirrm %%DATADIR%%/ta -@dirrm %%DATADIR%%/sv -@dirrm %%DATADIR%%/sr@latin -@dirrm %%DATADIR%%/sr -@dirrm %%DATADIR%%/sq -@dirrm %%DATADIR%%/sl -@dirrm %%DATADIR%%/sk -@dirrm %%DATADIR%%/si -@dirrm %%DATADIR%%/rw -@dirrm %%DATADIR%%/ru -@dirrm %%DATADIR%%/ro -@dirrm %%DATADIR%%/pt_BR -@dirrm %%DATADIR%%/pt -@dirrm %%DATADIR%%/pl -@dirrm %%DATADIR%%/pa -@dirrm %%DATADIR%%/or -@dirrm %%DATADIR%%/oc -@dirrm %%DATADIR%%/nn -@dirrm %%DATADIR%%/nl -@dirrm %%DATADIR%%/ne -@dirrm %%DATADIR%%/nb -@dirrm %%DATADIR%%/ms -@dirrm %%DATADIR%%/mr -@dirrm %%DATADIR%%/mn -@dirrm %%DATADIR%%/ml -@dirrm %%DATADIR%%/mk -@dirrm %%DATADIR%%/mai -@dirrm %%DATADIR%%/lv -@dirrm %%DATADIR%%/lt -@dirrm %%DATADIR%%/ku -@dirrm %%DATADIR%%/ko -@dirrm %%DATADIR%%/kn -@dirrm %%DATADIR%%/ka -@dirrm %%DATADIR%%/ja -@dirrm %%DATADIR%%/it -@dirrm %%DATADIR%%/id -@dirrm %%DATADIR%%/hu -@dirrm %%DATADIR%%/hr -@dirrm %%DATADIR%%/hi -@dirrm %%DATADIR%%/he -@dirrm %%DATADIR%%/gu -@dirrm %%DATADIR%%/gl -@dirrm %%DATADIR%%/ga -@dirrm %%DATADIR%%/fr -@dirrm %%DATADIR%%/fi -@dirrm %%DATADIR%%/fa -@dirrm %%DATADIR%%/eu -@dirrm %%DATADIR%%/et -@dirrm %%DATADIR%%/es -@dirrm %%DATADIR%%/en_GB -@dirrm %%DATADIR%%/en_CA -@dirrm %%DATADIR%%/en@shaw -@dirrm %%DATADIR%%/el -@dirrm %%DATADIR%%/dz -@dirrm %%DATADIR%%/de -@dirrm %%DATADIR%%/da -@dirrm %%DATADIR%%/cy -@dirrm %%DATADIR%%/cs -@dirrm %%DATADIR%%/ca@valencia -@dirrm %%DATADIR%%/ca -@dirrm %%DATADIR%%/bn_IN -@dirrm %%DATADIR%%/bn -@dirrm %%DATADIR%%/bg -@dirrm %%DATADIR%%/be -@dirrm %%DATADIR%%/az -@dirrm %%DATADIR%%/as -@dirrm %%DATADIR%%/ar -@dirrm %%DATADIR%%/ang -@dirrm %%DATADIR%%/am -@dirrm %%DATADIR%%/C -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm share/gnome/help/gok/C -@dirrm share/gnome/help/gok -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile deleted file mode 100644 index 0263714ac..000000000 --- a/accessibility/mousetweaks/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: mousetweaks -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.45 2010/03/27 06:15:12 avl Exp $ -# - -PORTNAME= mousetweaks -PORTVERSION= 2.30.1 -CATEGORIES= accessibility -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mouse accessibility enhancements for the GNOME desktop - -USE_XORG= x11 xfixes xcursor xtst -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas -MAN1= dwell-click-applet.1 mousetweaks.1 pointer-capture-applet.1 - -.include <bsd.port.mk> diff --git a/accessibility/mousetweaks/distinfo b/accessibility/mousetweaks/distinfo deleted file mode 100644 index 9761bc77c..000000000 --- a/accessibility/mousetweaks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mousetweaks-2.30.1.tar.bz2) = ba764f315df090bb5c99474b36ae768d -SHA256 (gnome2/mousetweaks-2.30.1.tar.bz2) = 6bd16a59b248a68ae0c99e185400eba58c3dac82a99ca2cc7c60e775accd01e6 -SIZE (gnome2/mousetweaks-2.30.1.tar.bz2) = 2195351 diff --git a/accessibility/mousetweaks/pkg-descr b/accessibility/mousetweaks/pkg-descr deleted file mode 100644 index 9290a7414..000000000 --- a/accessibility/mousetweaks/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The Mousetweaks package provides mouse accessibility enhancements for the -GNOME desktop. - -These enhancements are: - -1. It offers a way to perform the various clicks without using any -hardware button. - -2. It allows users to perform a right click by doing a click&hold of the -left mouse button. (For a left-handed mouse user, the terms left and right -have to be inverted.) - -3. It provides an applet that the user can install on a panel. This applet -creates an area on the panel into which the pointer can be captured until -the user releases it with a predefined button and modifier combination. - -WWW: https://launchpad.net/mousetweaks/ diff --git a/accessibility/mousetweaks/pkg-plist b/accessibility/mousetweaks/pkg-plist deleted file mode 100644 index 6e757d17e..000000000 --- a/accessibility/mousetweaks/pkg-plist +++ /dev/null @@ -1,312 +0,0 @@ -bin/dwell-click-applet -bin/mousetweaks -bin/pointer-capture-applet -libdata/bonobo/servers/DwellClick_Factory.server -libdata/bonobo/servers/PointerCapture_Factory.server -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/C/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/C/legal.xml -share/gnome/help/mousetweaks/C/mousetweaks.xml -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/ca/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/ca/mousetweaks.xml -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/cs/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/cs/mousetweaks.xml -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/de/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/de/mousetweaks.xml -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/el/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/el/mousetweaks.xml -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/en_GB/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/en_GB/mousetweaks.xml -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/es/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/es/mousetweaks.xml -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/fr/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/fr/mousetweaks.xml -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/it/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/it/mousetweaks.xml -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/oc/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/oc/mousetweaks.xml -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/sv/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/sv/mousetweaks.xml -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-checkbox.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-click-type-applet.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-click-type-window.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-ctw-checkbox.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-delay-slider.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-gesture-mapping.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-mode-choice.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-dwell-motion-treshold.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-pointer-capture-context-menu.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-pointer-capture-locked.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-pointer-capture-preferences.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-ssc-checkbox.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-ssc-delay-slider.png -share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-tab.png -share/gnome/help/mousetweaks/zh_CN/mousetweaks.xml -share/locale/ar/LC_MESSAGES/mousetweaks.mo -share/locale/as/LC_MESSAGES/mousetweaks.mo -share/locale/ast/LC_MESSAGES/mousetweaks.mo -share/locale/bg/LC_MESSAGES/mousetweaks.mo -share/locale/bn/LC_MESSAGES/mousetweaks.mo -share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo -share/locale/ca/LC_MESSAGES/mousetweaks.mo -share/locale/ca@valencia/LC_MESSAGES/mousetweaks.mo -share/locale/cs/LC_MESSAGES/mousetweaks.mo -share/locale/da/LC_MESSAGES/mousetweaks.mo -share/locale/de/LC_MESSAGES/mousetweaks.mo -share/locale/el/LC_MESSAGES/mousetweaks.mo -share/locale/en_GB/LC_MESSAGES/mousetweaks.mo -share/locale/en@shaw/LC_MESSAGES/mousetweaks.mo -share/locale/es/LC_MESSAGES/mousetweaks.mo -share/locale/et/LC_MESSAGES/mousetweaks.mo -share/locale/eu/LC_MESSAGES/mousetweaks.mo -share/locale/fi/LC_MESSAGES/mousetweaks.mo -share/locale/fr/LC_MESSAGES/mousetweaks.mo -share/locale/gl/LC_MESSAGES/mousetweaks.mo -share/locale/gu/LC_MESSAGES/mousetweaks.mo -share/locale/he/LC_MESSAGES/mousetweaks.mo -share/locale/hi/LC_MESSAGES/mousetweaks.mo -share/locale/hu/LC_MESSAGES/mousetweaks.mo -share/locale/it/LC_MESSAGES/mousetweaks.mo -share/locale/ja/LC_MESSAGES/mousetweaks.mo -share/locale/kn/LC_MESSAGES/mousetweaks.mo -share/locale/ko/LC_MESSAGES/mousetweaks.mo -share/locale/lt/LC_MESSAGES/mousetweaks.mo -share/locale/mai/LC_MESSAGES/mousetweaks.mo -share/locale/mk/LC_MESSAGES/mousetweaks.mo -share/locale/ml/LC_MESSAGES/mousetweaks.mo -share/locale/mr/LC_MESSAGES/mousetweaks.mo -share/locale/nb/LC_MESSAGES/mousetweaks.mo -share/locale/nl/LC_MESSAGES/mousetweaks.mo -share/locale/nn/LC_MESSAGES/mousetweaks.mo -share/locale/oc/LC_MESSAGES/mousetweaks.mo -share/locale/or/LC_MESSAGES/mousetweaks.mo -share/locale/pa/LC_MESSAGES/mousetweaks.mo -share/locale/pl/LC_MESSAGES/mousetweaks.mo -share/locale/pt/LC_MESSAGES/mousetweaks.mo -share/locale/pt_BR/LC_MESSAGES/mousetweaks.mo -share/locale/ro/LC_MESSAGES/mousetweaks.mo -share/locale/ru/LC_MESSAGES/mousetweaks.mo -share/locale/sl/LC_MESSAGES/mousetweaks.mo -share/locale/sq/LC_MESSAGES/mousetweaks.mo -share/locale/sr/LC_MESSAGES/mousetweaks.mo -share/locale/sr@latin/LC_MESSAGES/mousetweaks.mo -share/locale/sv/LC_MESSAGES/mousetweaks.mo -share/locale/ta/LC_MESSAGES/mousetweaks.mo -share/locale/te/LC_MESSAGES/mousetweaks.mo -share/locale/th/LC_MESSAGES/mousetweaks.mo -share/locale/tr/LC_MESSAGES/mousetweaks.mo -share/locale/uk/LC_MESSAGES/mousetweaks.mo -share/locale/vi/LC_MESSAGES/mousetweaks.mo -share/locale/zh_CN/LC_MESSAGES/mousetweaks.mo -share/locale/zh_HK/LC_MESSAGES/mousetweaks.mo -share/locale/zh_TW/LC_MESSAGES/mousetweaks.mo -%%DATADIR%%/DwellClick.xml -%%DATADIR%%/PointerCapture.xml -%%DATADIR%%/double-click.png -%%DATADIR%%/drag-click.png -%%DATADIR%%/dwell-click-applet.ui -%%DATADIR%%/mousetweaks.ui -%%DATADIR%%/pointer-capture-applet.ui -%%DATADIR%%/right-click.png -%%DATADIR%%/single-click.png -share/omf/mousetweaks/mousetweaks-C.omf -share/omf/mousetweaks/mousetweaks-ca.omf -share/omf/mousetweaks/mousetweaks-cs.omf -share/omf/mousetweaks/mousetweaks-de.omf -share/omf/mousetweaks/mousetweaks-el.omf -share/omf/mousetweaks/mousetweaks-en_GB.omf -share/omf/mousetweaks/mousetweaks-es.omf -share/omf/mousetweaks/mousetweaks-fr.omf -share/omf/mousetweaks/mousetweaks-it.omf -share/omf/mousetweaks/mousetweaks-oc.omf -share/omf/mousetweaks/mousetweaks-sv.omf -share/omf/mousetweaks/mousetweaks-zh_CN.omf -@dirrm share/omf/mousetweaks -@dirrm %%DATADIR%% -@dirrm share/gnome/help/mousetweaks/zh_CN/figures -@dirrm share/gnome/help/mousetweaks/zh_CN -@dirrm share/gnome/help/mousetweaks/sv/figures -@dirrm share/gnome/help/mousetweaks/sv -@dirrm share/gnome/help/mousetweaks/oc/figures -@dirrm share/gnome/help/mousetweaks/oc -@dirrm share/gnome/help/mousetweaks/it/figures -@dirrm share/gnome/help/mousetweaks/it -@dirrm share/gnome/help/mousetweaks/fr/figures -@dirrm share/gnome/help/mousetweaks/fr -@dirrm share/gnome/help/mousetweaks/es/figures -@dirrm share/gnome/help/mousetweaks/es -@dirrm share/gnome/help/mousetweaks/en_GB/figures -@dirrm share/gnome/help/mousetweaks/en_GB -@dirrm share/gnome/help/mousetweaks/el/figures -@dirrm share/gnome/help/mousetweaks/el -@dirrm share/gnome/help/mousetweaks/cs/figures -@dirrm share/gnome/help/mousetweaks/cs -@dirrm share/gnome/help/mousetweaks/ca/figures -@dirrm share/gnome/help/mousetweaks/ca -@dirrm share/gnome/help/mousetweaks/de/figures -@dirrm share/gnome/help/mousetweaks/de -@dirrm share/gnome/help/mousetweaks/C/figures -@dirrm share/gnome/help/mousetweaks/C -@dirrm share/gnome/help/mousetweaks -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile deleted file mode 100644 index 6856c1b5d..000000000 --- a/accessibility/orca/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: orca -# Date created: 25 Jul 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.83 2010/04/01 18:54:03 kwm Exp $ -# - -PORTNAME= orca -PORTVERSION= 2.30.1 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Scriptable screen reader - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi - -LATEST_LINK= gnome-orca - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ - pygnomedesktop -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= orca.1 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca_i18n.py - -.include <bsd.port.mk> diff --git a/accessibility/orca/distinfo b/accessibility/orca/distinfo deleted file mode 100644 index c98b38329..000000000 --- a/accessibility/orca/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/orca-2.30.1.tar.bz2) = 316e825174c15858ea54cc136536c1f7 -SHA256 (gnome2/orca-2.30.1.tar.bz2) = 0493e0fb7a9b3e65ee0c349751d5295020aa25277a8b0545710317a1add2645b -SIZE (gnome2/orca-2.30.1.tar.bz2) = 2265634 diff --git a/accessibility/orca/files/patch-src_orca_orca.in b/accessibility/orca/files/patch-src_orca_orca.in deleted file mode 100644 index be06e2fd4..000000000 --- a/accessibility/orca/files/patch-src_orca_orca.in +++ /dev/null @@ -1,20 +0,0 @@ ---- src/orca/orca.in.orig 2009-07-17 10:44:34.000000000 +1000 -+++ src/orca/orca.in 2009-07-17 10:46:14.000000000 +1000 -@@ -30,7 +30,7 @@ - - # Set the user's $PATH for this script. - # --PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" -+PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/local/bin" - export PATH - - # Save the arguments away. -@@ -84,7 +84,7 @@ restoreXmodmap() - cleanup() - { - USERID=`id | cut -f2 -d= | cut -f1 -d\(` -- PIDS=`ps -eo pid,ruid,args | grep $USERID | \ -+ PIDS=`ps -exo pid,ruid,args | grep $USERID | \ - egrep "orca[.]orca|OAFIID[:]GNOME_Speech|OAFIID[:]GNOME_Magnifier|festival [-][-]server"|\ - grep -v grep | awk '{ print $1 }'` - IFS=' diff --git a/accessibility/orca/pkg-descr b/accessibility/orca/pkg-descr deleted file mode 100644 index 30cfd432c..000000000 --- a/accessibility/orca/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Orca a scriptable screen reader that is currently under development. -As such it is highly unstable and undergoes frequent changes. To -read more about Orca, please refer to the Orca documentation series -available in the ./docs/doc-set directory and also the Orca WIKI at -http://live.gnome.org/Orca. - -WWW: http://live.gnome.org/Orca diff --git a/accessibility/orca/pkg-plist b/accessibility/orca/pkg-plist deleted file mode 100644 index d2ddc3b7b..000000000 --- a/accessibility/orca/pkg-plist +++ /dev/null @@ -1,552 +0,0 @@ -bin/orca -%%PYTHON_SITELIBDIR%%/orca/__init__.py -%%PYTHON_SITELIBDIR%%/orca/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/acss.py -%%PYTHON_SITELIBDIR%%/orca/acss.pyc -%%PYTHON_SITELIBDIR%%/orca/acss.pyo -%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.py -%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/app_prefs.py -%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/bookmarks.py -%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyc -%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyo -%%PYTHON_SITELIBDIR%%/orca/braille.py -%%PYTHON_SITELIBDIR%%/orca/braille.pyc -%%PYTHON_SITELIBDIR%%/orca/braille.pyo -%%PYTHON_SITELIBDIR%%/orca/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/brlmon.py -%%PYTHON_SITELIBDIR%%/orca/brlmon.pyc -%%PYTHON_SITELIBDIR%%/orca/brlmon.pyo -%%PYTHON_SITELIBDIR%%/orca/chnames.py -%%PYTHON_SITELIBDIR%%/orca/chnames.pyc -%%PYTHON_SITELIBDIR%%/orca/chnames.pyo -%%PYTHON_SITELIBDIR%%/orca/dbusserver.py -%%PYTHON_SITELIBDIR%%/orca/dbusserver.pyc -%%PYTHON_SITELIBDIR%%/orca/dbusserver.pyo -%%PYTHON_SITELIBDIR%%/orca/debug.py -%%PYTHON_SITELIBDIR%%/orca/debug.pyc -%%PYTHON_SITELIBDIR%%/orca/debug.pyo -%%PYTHON_SITELIBDIR%%/orca/dectalk.py -%%PYTHON_SITELIBDIR%%/orca/dectalk.pyc -%%PYTHON_SITELIBDIR%%/orca/dectalk.pyo -%%PYTHON_SITELIBDIR%%/orca/default.py -%%PYTHON_SITELIBDIR%%/orca/default.pyc -%%PYTHON_SITELIBDIR%%/orca/default.pyo -%%PYTHON_SITELIBDIR%%/orca/espeechfactory.py -%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.py -%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.pyc -%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.pyo -%%PYTHON_SITELIBDIR%%/orca/find.py -%%PYTHON_SITELIBDIR%%/orca/find.pyc -%%PYTHON_SITELIBDIR%%/orca/find.pyo -%%PYTHON_SITELIBDIR%%/orca/flat_review.py -%%PYTHON_SITELIBDIR%%/orca/flat_review.pyc -%%PYTHON_SITELIBDIR%%/orca/flat_review.pyo -%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.py -%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.pyc -%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.pyo -%%PYTHON_SITELIBDIR%%/orca/formatting.py -%%PYTHON_SITELIBDIR%%/orca/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/generator.py -%%PYTHON_SITELIBDIR%%/orca/generator.pyc -%%PYTHON_SITELIBDIR%%/orca/generator.pyo -%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.py -%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/gsmag.py -%%PYTHON_SITELIBDIR%%/orca/gsmag.pyc -%%PYTHON_SITELIBDIR%%/orca/gsmag.pyo -%%PYTHON_SITELIBDIR%%/orca/httpserver.py -%%PYTHON_SITELIBDIR%%/orca/httpserver.pyc -%%PYTHON_SITELIBDIR%%/orca/httpserver.pyo -%%PYTHON_SITELIBDIR%%/orca/input_event.py -%%PYTHON_SITELIBDIR%%/orca/input_event.pyc -%%PYTHON_SITELIBDIR%%/orca/input_event.pyo -%%PYTHON_SITELIBDIR%%/orca/keybindings.py -%%PYTHON_SITELIBDIR%%/orca/keybindings.pyc -%%PYTHON_SITELIBDIR%%/orca/keybindings.pyo -%%PYTHON_SITELIBDIR%%/orca/keynames.py -%%PYTHON_SITELIBDIR%%/orca/keynames.pyc -%%PYTHON_SITELIBDIR%%/orca/keynames.pyo -%%PYTHON_SITELIBDIR%%/orca/liveregions.py -%%PYTHON_SITELIBDIR%%/orca/liveregions.pyc -%%PYTHON_SITELIBDIR%%/orca/liveregions.pyo -%%PYTHON_SITELIBDIR%%/orca/mag.py -%%PYTHON_SITELIBDIR%%/orca/mag.pyc -%%PYTHON_SITELIBDIR%%/orca/mag.pyo -%%PYTHON_SITELIBDIR%%/orca/mouse_review.py -%%PYTHON_SITELIBDIR%%/orca/mouse_review.pyc -%%PYTHON_SITELIBDIR%%/orca/mouse_review.pyo -%%PYTHON_SITELIBDIR%%/orca/orca.py -%%PYTHON_SITELIBDIR%%/orca/orca.pyc -%%PYTHON_SITELIBDIR%%/orca/orca.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.py -%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gtkbuilder.py -%%PYTHON_SITELIBDIR%%/orca/orca_gtkbuilder.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gtkbuilder.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.py -%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.py -%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.py -%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_i18n.py -%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_prefs.py -%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_quit.py -%%PYTHON_SITELIBDIR%%/orca/orca_quit.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_quit.pyo -%%PYTHON_SITELIBDIR%%/orca/orca_state.py -%%PYTHON_SITELIBDIR%%/orca/orca_state.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_state.pyo -%%PYTHON_SITELIBDIR%%/orca/outline.py -%%PYTHON_SITELIBDIR%%/orca/outline.pyc -%%PYTHON_SITELIBDIR%%/orca/outline.pyo -%%PYTHON_SITELIBDIR%%/orca/outloud.py -%%PYTHON_SITELIBDIR%%/orca/outloud.pyc -%%PYTHON_SITELIBDIR%%/orca/outloud.pyo -%%PYTHON_SITELIBDIR%%/orca/phonnames.py -%%PYTHON_SITELIBDIR%%/orca/phonnames.pyc -%%PYTHON_SITELIBDIR%%/orca/phonnames.pyo -%%PYTHON_SITELIBDIR%%/orca/platform.py -%%PYTHON_SITELIBDIR%%/orca/platform.pyc -%%PYTHON_SITELIBDIR%%/orca/platform.pyo -%%PYTHON_SITELIBDIR%%/orca/presentation_manager.py -%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyc -%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyo -%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.py -%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.pyc -%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.pyo -%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.py -%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/rolenames.py -%%PYTHON_SITELIBDIR%%/orca/rolenames.pyc -%%PYTHON_SITELIBDIR%%/orca/rolenames.pyo -%%PYTHON_SITELIBDIR%%/orca/script.py -%%PYTHON_SITELIBDIR%%/orca/script.pyc -%%PYTHON_SITELIBDIR%%/orca/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/tutorialgenerator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/tutorialgenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/tutorialgenerator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py -%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/bookmarks.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/braille_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/structural_navigation.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/formatting.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/formatting.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/formatting.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/VCL.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/VCL.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/VCL.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/__init__.pyo -%%PYTHON_SITELIBDIR%%/orca/settings.py -%%PYTHON_SITELIBDIR%%/orca/settings.pyc -%%PYTHON_SITELIBDIR%%/orca/settings.pyo -%%PYTHON_SITELIBDIR%%/orca/sound.py -%%PYTHON_SITELIBDIR%%/orca/sound.pyc -%%PYTHON_SITELIBDIR%%/orca/sound.pyo -%%PYTHON_SITELIBDIR%%/orca/speech.py -%%PYTHON_SITELIBDIR%%/orca/speech.pyc -%%PYTHON_SITELIBDIR%%/orca/speech.pyo -%%PYTHON_SITELIBDIR%%/orca/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/speech_generator.pyo -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.py -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/speechserver.py -%%PYTHON_SITELIBDIR%%/orca/speechserver.pyc -%%PYTHON_SITELIBDIR%%/orca/speechserver.pyo -%%PYTHON_SITELIBDIR%%/orca/structural_navigation.py -%%PYTHON_SITELIBDIR%%/orca/structural_navigation.pyc -%%PYTHON_SITELIBDIR%%/orca/structural_navigation.pyo -%%PYTHON_SITELIBDIR%%/orca/text_attribute_names.py -%%PYTHON_SITELIBDIR%%/orca/text_attribute_names.pyc -%%PYTHON_SITELIBDIR%%/orca/text_attribute_names.pyo -%%PYTHON_SITELIBDIR%%/orca/tutorialgenerator.py -%%PYTHON_SITELIBDIR%%/orca/tutorialgenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/tutorialgenerator.pyo -%%PYTHON_SITELIBDIR%%/orca/where_am_I.py -%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyc -%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyo -share/applications/orca.desktop -share/icons/hicolor/16x16/apps/orca.png -share/icons/hicolor/22x22/apps/orca.png -share/icons/hicolor/24x24/apps/orca.png -share/icons/hicolor/32x32/apps/orca.png -share/icons/hicolor/48x48/apps/orca.png -share/icons/hicolor/scalable/apps/orca.svg -share/locale/ar/LC_MESSAGES/orca.mo -share/locale/bg/LC_MESSAGES/orca.mo -share/locale/bn/LC_MESSAGES/orca.mo -share/locale/bn_IN/LC_MESSAGES/orca.mo -share/locale/ca/LC_MESSAGES/orca.mo -share/locale/ca@valencia/LC_MESSAGES/orca.mo -share/locale/cs/LC_MESSAGES/orca.mo -share/locale/cy/LC_MESSAGES/orca.mo -share/locale/da/LC_MESSAGES/orca.mo -share/locale/de/LC_MESSAGES/orca.mo -share/locale/dz/LC_MESSAGES/orca.mo -share/locale/el/LC_MESSAGES/orca.mo -share/locale/en_CA/LC_MESSAGES/orca.mo -share/locale/en_GB/LC_MESSAGES/orca.mo -share/locale/es/LC_MESSAGES/orca.mo -share/locale/et/LC_MESSAGES/orca.mo -share/locale/eu/LC_MESSAGES/orca.mo -share/locale/fi/LC_MESSAGES/orca.mo -share/locale/fr/LC_MESSAGES/orca.mo -share/locale/ga/LC_MESSAGES/orca.mo -share/locale/gl/LC_MESSAGES/orca.mo -share/locale/gu/LC_MESSAGES/orca.mo -share/locale/he/LC_MESSAGES/orca.mo -share/locale/hi/LC_MESSAGES/orca.mo -share/locale/hu/LC_MESSAGES/orca.mo -share/locale/it/LC_MESSAGES/orca.mo -share/locale/ja/LC_MESSAGES/orca.mo -share/locale/kn/LC_MESSAGES/orca.mo -share/locale/ko/LC_MESSAGES/orca.mo -share/locale/lt/LC_MESSAGES/orca.mo -share/locale/lv/LC_MESSAGES/orca.mo -share/locale/mai/LC_MESSAGES/orca.mo -share/locale/mk/LC_MESSAGES/orca.mo -share/locale/ml/LC_MESSAGES/orca.mo -share/locale/mr/LC_MESSAGES/orca.mo -share/locale/nb/LC_MESSAGES/orca.mo -share/locale/ne/LC_MESSAGES/orca.mo -share/locale/nl/LC_MESSAGES/orca.mo -share/locale/nn/LC_MESSAGES/orca.mo -share/locale/oc/LC_MESSAGES/orca.mo -share/locale/or/LC_MESSAGES/orca.mo -share/locale/pa/LC_MESSAGES/orca.mo -share/locale/pl/LC_MESSAGES/orca.mo -share/locale/pt/LC_MESSAGES/orca.mo -share/locale/pt_BR/LC_MESSAGES/orca.mo -share/locale/ro/LC_MESSAGES/orca.mo -share/locale/ru/LC_MESSAGES/orca.mo -share/locale/rw/LC_MESSAGES/orca.mo -share/locale/si/LC_MESSAGES/orca.mo -share/locale/sl/LC_MESSAGES/orca.mo -share/locale/sq/LC_MESSAGES/orca.mo -share/locale/sr/LC_MESSAGES/orca.mo -share/locale/sr@latin/LC_MESSAGES/orca.mo -share/locale/sv/LC_MESSAGES/orca.mo -share/locale/ta/LC_MESSAGES/orca.mo -share/locale/te/LC_MESSAGES/orca.mo -share/locale/th/LC_MESSAGES/orca.mo -share/locale/tr/LC_MESSAGES/orca.mo -share/locale/uk/LC_MESSAGES/orca.mo -share/locale/vi/LC_MESSAGES/orca.mo -share/locale/zh_CN/LC_MESSAGES/orca.mo -share/locale/zh_HK/LC_MESSAGES/orca.mo -share/locale/zh_TW/LC_MESSAGES/orca.mo -%%DATADIR%%/ui/orca-advanced-magnification.ui -%%DATADIR%%/ui/orca-find.ui -%%DATADIR%%/ui/orca-mainwin.ui -%%DATADIR%%/ui/orca-preferences-warning.ui -%%DATADIR%%/ui/orca-quit.ui -%%DATADIR%%/ui/orca-setup.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps -@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts -@dirrm %%PYTHON_SITELIBDIR%%/orca -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile deleted file mode 100644 index 3df3bd8a4..000000000 --- a/accessibility/py-atspi/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/py-atspi/Makefile,v 1.4 2010/02/20 19:30:21 marcus Exp $ -# - -PORTNAME= atspi -PORTVERSION= 0.1.8 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyatspi-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python API for the D-BUS based SPI framework - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2 -GNU_CONFIGURE= yes -USE_PYTHON= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/accessibility/py-atspi/distinfo b/accessibility/py-atspi/distinfo deleted file mode 100644 index dde4f0b69..000000000 --- a/accessibility/py-atspi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pyatspi-0.1.8.tar.bz2) = 01f6a0d4879e6d65bce20ae4927b6d45 -SHA256 (gnome2/pyatspi-0.1.8.tar.bz2) = e984b0e587fb28813e92a3b3b08228b47b410f48d8474da05fbf8e327274d55a -SIZE (gnome2/pyatspi-0.1.8.tar.bz2) = 306278 diff --git a/accessibility/py-atspi/pkg-descr b/accessibility/py-atspi/pkg-descr deleted file mode 100644 index 151f94c99..000000000 --- a/accessibility/py-atspi/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -This port is the Python API to interface with the D-BUS based SPI framework. - -WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus diff --git a/accessibility/py-atspi/pkg-plist b/accessibility/py-atspi/pkg-plist deleted file mode 100644 index d2c66630d..000000000 --- a/accessibility/py-atspi/pkg-plist +++ /dev/null @@ -1,98 +0,0 @@ -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/Accessibility.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/Accessibility.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/Accessibility.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/__init__.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/accessible.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/accessible.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/accessible.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/action.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/action.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/action.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/appevent.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/appevent.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/appevent.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/application.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/application.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/application.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/__init__.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/bus.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/bus.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/bus.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/proxy.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/proxy.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/proxy.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/cache.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/cache.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/cache.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/collection.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/collection.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/collection.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/component.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/component.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/component.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/constants.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/constants.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/constants.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/deviceevent.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/deviceevent.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/deviceevent.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/document.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/document.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/document.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/editabletext.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/editabletext.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/editabletext.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/enum.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/enum.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/enum.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/exceptions.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/exceptions.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/exceptions.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/factory.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/factory.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/factory.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hyperlink.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hyperlink.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hyperlink.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hypertext.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hypertext.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hypertext.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/image.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/image.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/image.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/interfaces.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/interfaces.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/interfaces.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/registry.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/registry.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/registry.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/relation.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/relation.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/relation.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/role.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/role.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/role.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/selection.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/selection.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/selection.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/state.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/state.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/state.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/table.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/table.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/table.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/text.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/text.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/text.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/utils.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/utils.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/utils.pyo -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/value.py -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/value.pyc -%%PYTHON_SITELIBDIR%%/pyatspi_dbus/value.pyo -@dirrm %%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils -@dirrm %%PYTHON_SITELIBDIR%%/pyatspi_dbus diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile deleted file mode 100644 index de4b5668c..000000000 --- a/archivers/file-roller/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: fileroller -# Date created: 18 May 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/archivers/file-roller/Makefile,v 1.176 2010/04/27 14:44:06 kwm Exp $ -# - -PORTNAME= file-roller -PORTVERSION= 2.30.1.1 -PORTEPOCH= 1 -CATEGORIES= archivers gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An archive manager for zip files, tar, etc - -OPTIONS= NAUTILUS "Enable Nautilus extension" on - -RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ - ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ - gtk20 gconf2 -USE_XORG= sm -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PORTDOCS= AUTHORS NEWS README TODO ChangeLog -GCONF_SCHEMAS= file-roller.schemas - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+= --disable-nautilus-actions -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/fr-command-tar.c \ - ${WRKSRC}/src/fr-command-zip.c - -post-install: - @-update-desktop-database -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo deleted file mode 100644 index 2e7379e9d..000000000 --- a/archivers/file-roller/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/file-roller-2.30.1.1.tar.bz2) = a29a82396caf8c5726d7f0256e0ba02a -SHA256 (gnome2/file-roller-2.30.1.1.tar.bz2) = 4a8bf476fa89b52fa2e7bec4c824ebc03136bbcb55ab3694dfe6e1c1aef401b4 -SIZE (gnome2/file-roller-2.30.1.1.tar.bz2) = 1816845 diff --git a/archivers/file-roller/files/patch-src_fr-command-tar.c b/archivers/file-roller/files/patch-src_fr-command-tar.c deleted file mode 100644 index 78843a28c..000000000 --- a/archivers/file-roller/files/patch-src_fr-command-tar.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006 -+++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006 -@@ -231,6 +231,9 @@ - #if defined (__SVR4) && defined (__sun) - if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) - command = g_strdup ("/usr/sfw/bin/gtar"); -+#elif defined(__FreeBSD__) -+ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) -+ command = g_strdup ("%%LOCALBASE%%/bin/gtar"); - #endif - if (command != NULL) - fr_process_begin_command (comm->process, command); diff --git a/archivers/file-roller/files/patch-src_fr-command-zip.c b/archivers/file-roller/files/patch-src_fr-command-zip.c deleted file mode 100644 index ee9ec93de..000000000 --- a/archivers/file-roller/files/patch-src_fr-command-zip.c +++ /dev/null @@ -1,39 +0,0 @@ ---- src/fr-command-zip.c.orig 2010-01-02 17:02:44.000000000 -0500 -+++ src/fr-command-zip.c 2010-01-02 17:08:03.000000000 -0500 -@@ -187,7 +187,11 @@ fr_command_zip_list (FrCommand *comm) - { - fr_process_set_out_line_func (comm->process, list__process_line, comm); - -+#ifdef __FreeBSD__ -+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); -+#else - fr_process_begin_command (comm->process, "unzip"); -+#endif - fr_process_set_begin_func (comm->process, list__begin, comm); - fr_process_add_arg (comm->process, "-ZTs"); - fr_process_add_arg (comm->process, comm->filename); -@@ -302,7 +306,11 @@ fr_command_zip_extract (FrCommand *comm - process_line__common, - comm); - -+#ifdef __FreeBSD__ -+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); -+#else - fr_process_begin_command (comm->process, "unzip"); -+#endif - - if (dest_dir != NULL) { - fr_process_add_arg (comm->process, "-d"); -@@ -334,7 +342,11 @@ fr_command_zip_extract (FrCommand *comm - static void - fr_command_zip_test (FrCommand *comm) - { -- fr_process_begin_command (comm->process, "unzip"); -+#ifdef __FreeBSD__ -+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); -+#else -+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); -+#endif - fr_process_add_arg (comm->process, "-t"); - add_password_arg (comm, comm->password); - fr_process_add_arg (comm->process, comm->filename); diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr deleted file mode 100644 index 703a89829..000000000 --- a/archivers/file-roller/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -File Roller is an archive manager for the GNOME environment. It is only a -front-end (a graphical interface) to archiving programs like tar and zip. -The supported file types are: - -* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), - bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), - lzop (.tar.lzo , .tzo) -* Zip archives (.zip) -* Jar archives (.jar , .ear , .war) -* Lha archives (.lzh) -* Rar archives (.rar) -* Single files compressed with gzip, bzip, bzip2, compress, lzop - -File Roller also has a document viewer based on bonobo that lets you view files -of any type for which you have a viewer. - -Former WinZip users may find this program useful. It serves the same purpose. - -WWW: http://fileroller.sourceforge.net/ - -- Anders Nordby <anders@FreeBSD.org> diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist deleted file mode 100644 index b45025293..000000000 --- a/archivers/file-roller/pkg-plist +++ /dev/null @@ -1,349 +0,0 @@ -bin/file-roller -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.so -libexec/file-roller/isoinfo.sh -libexec/file-roller/rpm2cpio -share/applications/file-roller.desktop -%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png -%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png -%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png -%%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png -%%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png -%%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png -%%DATADIR%%/packages.match -%%DATADIR%%/ui/add-options.ui -%%DATADIR%%/ui/batch-add-files.ui -%%DATADIR%%/ui/batch-password.ui -%%DATADIR%%/ui/delete.ui -%%DATADIR%%/ui/new.ui -%%DATADIR%%/ui/open-with.ui -%%DATADIR%%/ui/password.ui -%%DATADIR%%/ui/properties.ui -%%DATADIR%%/ui/update.ui -share/gnome/help/file-roller/C/figures/file-roller_home.png -share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/C/figures/file-roller_main_window.png -share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/C/figures/file-roller_uparrow.png -share/gnome/help/file-roller/C/file-roller.xml -share/gnome/help/file-roller/C/legal.xml -share/gnome/help/file-roller/bg/figures/file-roller_home.png -share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/bg/figures/file-roller_main_window.png -share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png -share/gnome/help/file-roller/bg/file-roller.xml -share/gnome/help/file-roller/ca/figures/file-roller_home.png -share/gnome/help/file-roller/ca/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/ca/figures/file-roller_main_window.png -share/gnome/help/file-roller/ca/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/ca/figures/file-roller_uparrow.png -share/gnome/help/file-roller/ca/file-roller.xml -share/gnome/help/file-roller/cs/figures/file-roller_home.png -share/gnome/help/file-roller/cs/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/cs/figures/file-roller_main_window.png -share/gnome/help/file-roller/cs/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/cs/figures/file-roller_uparrow.png -share/gnome/help/file-roller/cs/file-roller.xml -share/gnome/help/file-roller/de/figures/file-roller_home.png -share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/de/figures/file-roller_main_window.png -share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/de/figures/file-roller_uparrow.png -share/gnome/help/file-roller/de/file-roller.xml -share/gnome/help/file-roller/el/figures/file-roller_home.png -share/gnome/help/file-roller/el/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/el/figures/file-roller_main_window.png -share/gnome/help/file-roller/el/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/el/figures/file-roller_uparrow.png -share/gnome/help/file-roller/el/file-roller.xml -share/gnome/help/file-roller/en_GB/figures/file-roller_home.png -share/gnome/help/file-roller/en_GB/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/en_GB/figures/file-roller_main_window.png -share/gnome/help/file-roller/en_GB/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/en_GB/figures/file-roller_uparrow.png -share/gnome/help/file-roller/en_GB/file-roller.xml -share/gnome/help/file-roller/es/figures/file-roller_home.png -share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/es/figures/file-roller_main_window.png -share/gnome/help/file-roller/es/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/es/figures/file-roller_uparrow.png -share/gnome/help/file-roller/es/file-roller.xml -share/gnome/help/file-roller/fi/figures/file-roller_home.png -share/gnome/help/file-roller/fi/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/fi/figures/file-roller_main_window.png -share/gnome/help/file-roller/fi/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/fi/figures/file-roller_uparrow.png -share/gnome/help/file-roller/fi/file-roller.xml -share/gnome/help/file-roller/fr/figures/file-roller_home.png -share/gnome/help/file-roller/fr/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/fr/figures/file-roller_main_window.png -share/gnome/help/file-roller/fr/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/fr/figures/file-roller_uparrow.png -share/gnome/help/file-roller/fr/file-roller.xml -share/gnome/help/file-roller/it/figures/file-roller_home.png -share/gnome/help/file-roller/it/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/it/figures/file-roller_main_window.png -share/gnome/help/file-roller/it/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/it/figures/file-roller_uparrow.png -share/gnome/help/file-roller/it/file-roller.xml -share/gnome/help/file-roller/nl/figures/file-roller_home.png -share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/nl/figures/file-roller_main_window.png -share/gnome/help/file-roller/nl/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/nl/figures/file-roller_uparrow.png -share/gnome/help/file-roller/nl/file-roller.xml -share/gnome/help/file-roller/oc/figures/file-roller_home.png -share/gnome/help/file-roller/oc/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/oc/figures/file-roller_main_window.png -share/gnome/help/file-roller/oc/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/oc/figures/file-roller_uparrow.png -share/gnome/help/file-roller/oc/file-roller.xml -share/gnome/help/file-roller/ru/figures/file-roller_home.png -share/gnome/help/file-roller/ru/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/ru/figures/file-roller_main_window.png -share/gnome/help/file-roller/ru/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/ru/figures/file-roller_uparrow.png -share/gnome/help/file-roller/ru/file-roller.xml -share/gnome/help/file-roller/sv/figures/file-roller_home.png -share/gnome/help/file-roller/sv/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/sv/figures/file-roller_main_window.png -share/gnome/help/file-roller/sv/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/sv/figures/file-roller_uparrow.png -share/gnome/help/file-roller/sv/file-roller.xml -share/gnome/help/file-roller/uk/figures/file-roller_home.png -share/gnome/help/file-roller/uk/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/uk/figures/file-roller_main_window.png -share/gnome/help/file-roller/uk/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/uk/figures/file-roller_uparrow.png -share/gnome/help/file-roller/uk/file-roller.xml -share/gnome/help/file-roller/vi/figures/file-roller_home.png -share/gnome/help/file-roller/vi/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/vi/figures/file-roller_main_window.png -share/gnome/help/file-roller/vi/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/vi/figures/file-roller_uparrow.png -share/gnome/help/file-roller/vi/file-roller.xml -share/gnome/help/file-roller/zh_CN/figures/file-roller_home.png -share/gnome/help/file-roller/zh_CN/figures/file-roller_leftarrow.png -share/gnome/help/file-roller/zh_CN/figures/file-roller_main_window.png -share/gnome/help/file-roller/zh_CN/figures/file-roller_rightarrow.png -share/gnome/help/file-roller/zh_CN/figures/file-roller_uparrow.png -share/gnome/help/file-roller/zh_CN/file-roller.xml -share/icons/hicolor/16x16/apps/file-roller.png -share/icons/hicolor/22x22/apps/file-roller.png -share/icons/hicolor/24x24/apps/file-roller.png -share/icons/hicolor/32x32/apps/file-roller.png -share/icons/hicolor/scalable/apps/file-roller.svg -share/locale/af/LC_MESSAGES/file-roller.mo -share/locale/am/LC_MESSAGES/file-roller.mo -share/locale/ar/LC_MESSAGES/file-roller.mo -share/locale/as/LC_MESSAGES/file-roller.mo -share/locale/ast/LC_MESSAGES/file-roller.mo -share/locale/az/LC_MESSAGES/file-roller.mo -share/locale/be/LC_MESSAGES/file-roller.mo -share/locale/be@latin/LC_MESSAGES/file-roller.mo -share/locale/bg/LC_MESSAGES/file-roller.mo -share/locale/bn/LC_MESSAGES/file-roller.mo -share/locale/bn_IN/LC_MESSAGES/file-roller.mo -share/locale/br/LC_MESSAGES/file-roller.mo -share/locale/bs/LC_MESSAGES/file-roller.mo -share/locale/ca/LC_MESSAGES/file-roller.mo -share/locale/ca@valencia/LC_MESSAGES/file-roller.mo -share/locale/cs/LC_MESSAGES/file-roller.mo -share/locale/cy/LC_MESSAGES/file-roller.mo -share/locale/da/LC_MESSAGES/file-roller.mo -share/locale/de/LC_MESSAGES/file-roller.mo -share/locale/dz/LC_MESSAGES/file-roller.mo -share/locale/el/LC_MESSAGES/file-roller.mo -share/locale/en@shaw/LC_MESSAGES/file-roller.mo -share/locale/en_CA/LC_MESSAGES/file-roller.mo -share/locale/en_GB/LC_MESSAGES/file-roller.mo -share/locale/es/LC_MESSAGES/file-roller.mo -share/locale/et/LC_MESSAGES/file-roller.mo -share/locale/eu/LC_MESSAGES/file-roller.mo -share/locale/fa/LC_MESSAGES/file-roller.mo -share/locale/fi/LC_MESSAGES/file-roller.mo -share/locale/fr/LC_MESSAGES/file-roller.mo -share/locale/fur/LC_MESSAGES/file-roller.mo -share/locale/ga/LC_MESSAGES/file-roller.mo -share/locale/gl/LC_MESSAGES/file-roller.mo -share/locale/gu/LC_MESSAGES/file-roller.mo -share/locale/he/LC_MESSAGES/file-roller.mo -share/locale/hi/LC_MESSAGES/file-roller.mo -share/locale/hr/LC_MESSAGES/file-roller.mo -share/locale/hu/LC_MESSAGES/file-roller.mo -share/locale/hy/LC_MESSAGES/file-roller.mo -share/locale/id/LC_MESSAGES/file-roller.mo -share/locale/is/LC_MESSAGES/file-roller.mo -share/locale/it/LC_MESSAGES/file-roller.mo -share/locale/ja/LC_MESSAGES/file-roller.mo -share/locale/ka/LC_MESSAGES/file-roller.mo -share/locale/kk/LC_MESSAGES/file-roller.mo -share/locale/kn/LC_MESSAGES/file-roller.mo -share/locale/ko/LC_MESSAGES/file-roller.mo -share/locale/ku/LC_MESSAGES/file-roller.mo -share/locale/lt/LC_MESSAGES/file-roller.mo -share/locale/lv/LC_MESSAGES/file-roller.mo -share/locale/mai/LC_MESSAGES/file-roller.mo -share/locale/mg/LC_MESSAGES/file-roller.mo -share/locale/mk/LC_MESSAGES/file-roller.mo -share/locale/ml/LC_MESSAGES/file-roller.mo -share/locale/mn/LC_MESSAGES/file-roller.mo -share/locale/mr/LC_MESSAGES/file-roller.mo -share/locale/ms/LC_MESSAGES/file-roller.mo -share/locale/nb/LC_MESSAGES/file-roller.mo -share/locale/nds/LC_MESSAGES/file-roller.mo -share/locale/ne/LC_MESSAGES/file-roller.mo -share/locale/nl/LC_MESSAGES/file-roller.mo -share/locale/nn/LC_MESSAGES/file-roller.mo -share/locale/oc/LC_MESSAGES/file-roller.mo -share/locale/or/LC_MESSAGES/file-roller.mo -share/locale/pa/LC_MESSAGES/file-roller.mo -share/locale/pl/LC_MESSAGES/file-roller.mo -share/locale/ps/LC_MESSAGES/file-roller.mo -share/locale/pt/LC_MESSAGES/file-roller.mo -share/locale/pt_BR/LC_MESSAGES/file-roller.mo -share/locale/ro/LC_MESSAGES/file-roller.mo -share/locale/ru/LC_MESSAGES/file-roller.mo -share/locale/rw/LC_MESSAGES/file-roller.mo -share/locale/si/LC_MESSAGES/file-roller.mo -share/locale/sk/LC_MESSAGES/file-roller.mo -share/locale/sl/LC_MESSAGES/file-roller.mo -share/locale/sq/LC_MESSAGES/file-roller.mo -share/locale/sr/LC_MESSAGES/file-roller.mo -share/locale/sr@latin/LC_MESSAGES/file-roller.mo -share/locale/sr@ije/LC_MESSAGES/file-roller.mo -share/locale/sv/LC_MESSAGES/file-roller.mo -share/locale/ta/LC_MESSAGES/file-roller.mo -share/locale/te/LC_MESSAGES/file-roller.mo -share/locale/th/LC_MESSAGES/file-roller.mo -share/locale/tk/LC_MESSAGES/file-roller.mo -share/locale/tr/LC_MESSAGES/file-roller.mo -share/locale/uk/LC_MESSAGES/file-roller.mo -share/locale/ur/LC_MESSAGES/file-roller.mo -share/locale/ur_PK/LC_MESSAGES/file-roller.mo -share/locale/vi/LC_MESSAGES/file-roller.mo -share/locale/xh/LC_MESSAGES/file-roller.mo -share/locale/zh_CN/LC_MESSAGES/file-roller.mo -share/locale/zh_HK/LC_MESSAGES/file-roller.mo -share/locale/zh_TW/LC_MESSAGES/file-roller.mo -share/omf/file-roller/file-roller-C.omf -share/omf/file-roller/file-roller-ca.omf -share/omf/file-roller/file-roller-cs.omf -share/omf/file-roller/file-roller-bg.omf -share/omf/file-roller/file-roller-de.omf -share/omf/file-roller/file-roller-el.omf -share/omf/file-roller/file-roller-en_GB.omf -share/omf/file-roller/file-roller-es.omf -share/omf/file-roller/file-roller-fi.omf -share/omf/file-roller/file-roller-fr.omf -share/omf/file-roller/file-roller-it.omf -share/omf/file-roller/file-roller-nl.omf -share/omf/file-roller/file-roller-oc.omf -share/omf/file-roller/file-roller-ru.omf -share/omf/file-roller/file-roller-sv.omf -share/omf/file-roller/file-roller-uk.omf -share/omf/file-roller/file-roller-vi.omf -share/omf/file-roller/file-roller-zh_CN.omf -@dirrm share/omf/file-roller -@dirrm share/gnome/help/file-roller/zh_CN/figures -@dirrm share/gnome/help/file-roller/zh_CN -@dirrm share/gnome/help/file-roller/vi/figures -@dirrm share/gnome/help/file-roller/vi -@dirrm share/gnome/help/file-roller/uk/figures -@dirrm share/gnome/help/file-roller/uk -@dirrm share/gnome/help/file-roller/sv/figures -@dirrm share/gnome/help/file-roller/sv -@dirrm share/gnome/help/file-roller/ru/figures -@dirrm share/gnome/help/file-roller/ru -@dirrm share/gnome/help/file-roller/oc/figures -@dirrm share/gnome/help/file-roller/oc -@dirrm share/gnome/help/file-roller/nl/figures -@dirrm share/gnome/help/file-roller/nl -@dirrm share/gnome/help/file-roller/it/figures -@dirrm share/gnome/help/file-roller/it -@dirrm share/gnome/help/file-roller/fr/figures -@dirrm share/gnome/help/file-roller/fr -@dirrm share/gnome/help/file-roller/fi/figures -@dirrm share/gnome/help/file-roller/fi -@dirrm share/gnome/help/file-roller/es/figures -@dirrm share/gnome/help/file-roller/es -@dirrm share/gnome/help/file-roller/en_GB/figures -@dirrm share/gnome/help/file-roller/en_GB -@dirrm share/gnome/help/file-roller/el/figures -@dirrm share/gnome/help/file-roller/el -@dirrm share/gnome/help/file-roller/de/figures -@dirrm share/gnome/help/file-roller/de -@dirrm share/gnome/help/file-roller/cs/figures -@dirrm share/gnome/help/file-roller/cs -@dirrm share/gnome/help/file-roller/ca/figures -@dirrm share/gnome/help/file-roller/ca -@dirrm share/gnome/help/file-roller/bg/figures -@dirrm share/gnome/help/file-roller/bg -@dirrm share/gnome/help/file-roller/C/figures -@dirrm share/gnome/help/file-roller/C -@dirrm share/gnome/help/file-roller -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/file-roller -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ur_PK/LC_MESSAGES -@dirrmtry share/locale/ur_PK -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index efee50824..000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.150 2010/03/05 01:10:00 kwm Exp $ -# - -PORTNAME= gnome-media -PORTVERSION= 2.30.0 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - pulse.0:${PORTSDIR}/audio/pulseaudio \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 gconf2 -USE_GSTREAMER= gconf good -CONFIGURE_ARGS= --disable-gstmix -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-audio-profiles.schemas \ - gnome-sound-recorder.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|have_gladeui=true|have_gladeui=false|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index 5a2389c24..000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-media-2.30.0.tar.bz2) = 027b11fb8b126ab1b25def6b9e121bd3 -SHA256 (gnome2/gnome-media-2.30.0.tar.bz2) = 994cd9b88ff22e4815585629b14efc828a95284900809b0b4f8ebcde0c6e2926 -SIZE (gnome2/gnome-media-2.30.0.tar.bz2) = 2707711 diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr deleted file mode 100644 index 7b2258499..000000000 --- a/audio/gnome-media/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist deleted file mode 100644 index dd6d9a556..000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,418 +0,0 @@ -bin/gnome-audio-profiles-properties -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gnome-volume-control-applet -bin/gstreamer-properties -etc/xdg/autostart/gnome-volume-control-applet.desktop -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.la -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/pkgconfig/gnome-media-profiles.pc -share/applications/gnome-sound-recorder.desktop -share/applications/gnome-volume-control.desktop -share/applications/gstreamer-properties.desktop -%%DATADIR%%/gnome-audio-profile-edit.ui -%%DATADIR%%/gnome-audio-profile-new.ui -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-high.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png -%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-high.svg -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-low.svg -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg -%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-muted.svg -%%DATADIR%%/sounds/gnome-sounds-default.xml -share/gnome-sound-recorder/ui/ui.xml -share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/C/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/C/legal.xml -share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/de/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/de/legal.xml -share/gnome/help/gnome-audio-profiles/el/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/el/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/el/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/el/legal.xml -share/gnome/help/gnome-audio-profiles/es/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/es/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/es/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/es/legal.xml -share/gnome/help/gnome-audio-profiles/fr/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/fr/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/fr/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/fr/legal.xml -share/gnome/help/gnome-audio-profiles/sv/figures/gnome-audio-profiles-profile-window.png -share/gnome/help/gnome-audio-profiles/sv/figures/gnome-audio-profiles-profiles-window.png -share/gnome/help/gnome-audio-profiles/sv/gnome-audio-profiles.xml -share/gnome/help/gnome-audio-profiles/sv/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-sound-recorder/ca/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/ca/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/cs/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/cs/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/da/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/da/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/de/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/de/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/el/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/el/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/en_GB/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/en_GB/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/fr/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/it/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/it/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/oc/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/oc/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/ru/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/ru/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/sv/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/zh_CN/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/zh_CN/gnome-sound-recorder.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/help/gstreamer-properties/ca/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/ca/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/cs/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/cs/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/de/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/de/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/el/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/el/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/en_GB/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/en_GB/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/fr/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/it/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/it/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/oc/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/oc/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/pt_BR/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/pt_BR/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/ru/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/ru/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/th/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/th/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/uk/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/uk/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/zh_CN/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/zh_CN/gstreamer-properties.xml -share/gstreamer-properties/gstreamer-properties.ui -share/gstreamer-properties/icons/gstreamer-properties.png -share/icons/hicolor/16x16/apps/gnome-sound-recorder.png -share/icons/hicolor/16x16/apps/gnome-volume-control.png -share/icons/hicolor/16x16/apps/gnome-volume-control.svg -share/icons/hicolor/22x22/apps/gnome-sound-recorder.png -share/icons/hicolor/22x22/apps/gnome-volume-control.png -share/icons/hicolor/22x22/apps/gnome-volume-control.svg -share/icons/hicolor/24x24/apps/gnome-sound-recorder.png -share/icons/hicolor/24x24/apps/gnome-volume-control.png -share/icons/hicolor/32x32/apps/gnome-sound-recorder.png -share/icons/hicolor/32x32/apps/gnome-volume-control.png -share/icons/hicolor/32x32/apps/gnome-volume-control.svg -share/icons/hicolor/48x48/apps/gnome-sound-recorder.png -share/icons/hicolor/48x48/apps/gnome-volume-control.png -share/icons/hicolor/48x48/apps/gstreamer-properties.png -share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg -share/icons/hicolor/scalable/apps/gnome-volume-control.svg -share/locale/af/LC_MESSAGES/gnome-media-2.0.mo -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/as/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/br/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-media-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-media-2.0.mo -share/locale/or/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/si/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/te/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -share/omf/gnome-audio-profiles/gnome-audio-profiles-C.omf -share/omf/gnome-audio-profiles/gnome-audio-profiles-de.omf -share/omf/gnome-audio-profiles/gnome-audio-profiles-el.omf -share/omf/gnome-audio-profiles/gnome-audio-profiles-es.omf -share/omf/gnome-audio-profiles/gnome-audio-profiles-fr.omf -share/omf/gnome-audio-profiles/gnome-audio-profiles-sv.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-cs.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-da.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-de.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-el.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-en_GB.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-oc.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf -share/omf/gnome-sound-recorder/gnome-sound-recorder-zh_CN.omf -share/omf/gstreamer-properties/gstreamer-properties-C.omf -share/omf/gstreamer-properties/gstreamer-properties-ca.omf -share/omf/gstreamer-properties/gstreamer-properties-cs.omf -share/omf/gstreamer-properties/gstreamer-properties-de.omf -share/omf/gstreamer-properties/gstreamer-properties-el.omf -share/omf/gstreamer-properties/gstreamer-properties-en_GB.omf -share/omf/gstreamer-properties/gstreamer-properties-es.omf -share/omf/gstreamer-properties/gstreamer-properties-fr.omf -share/omf/gstreamer-properties/gstreamer-properties-it.omf -share/omf/gstreamer-properties/gstreamer-properties-oc.omf -share/omf/gstreamer-properties/gstreamer-properties-pt_BR.omf -share/omf/gstreamer-properties/gstreamer-properties-ru.omf -share/omf/gstreamer-properties/gstreamer-properties-sv.omf -share/omf/gstreamer-properties/gstreamer-properties-th.omf -share/omf/gstreamer-properties/gstreamer-properties-uk.omf -share/omf/gstreamer-properties/gstreamer-properties-zh_CN.omf -share/sounds/gnome/default/alerts/bark.ogg -share/sounds/gnome/default/alerts/drip.ogg -share/sounds/gnome/default/alerts/glass.ogg -share/sounds/gnome/default/alerts/sonar.ogg -@dirrm share/sounds/gnome/default/alerts -@dirrm share/sounds/gnome/default -@dirrm share/sounds/gnome -@dirrm share/omf/gstreamer-properties -@dirrm share/omf/gnome-sound-recorder -@dirrm share/omf/gnome-audio-profiles -@dirrm share/gstreamer-properties/icons -@dirrm share/gstreamer-properties -@dirrm share/gnome/help/gstreamer-properties/zh_CN/figures -@dirrm share/gnome/help/gstreamer-properties/zh_CN -@dirrm share/gnome/help/gstreamer-properties/uk/figures -@dirrm share/gnome/help/gstreamer-properties/uk -@dirrm share/gnome/help/gstreamer-properties/th/figures -@dirrm share/gnome/help/gstreamer-properties/th -@dirrm share/gnome/help/gstreamer-properties/sv/figures -@dirrm share/gnome/help/gstreamer-properties/sv -@dirrm share/gnome/help/gstreamer-properties/ru/figures -@dirrm share/gnome/help/gstreamer-properties/ru -@dirrm share/gnome/help/gstreamer-properties/pt_BR/figures -@dirrm share/gnome/help/gstreamer-properties/pt_BR -@dirrm share/gnome/help/gstreamer-properties/oc/figures -@dirrm share/gnome/help/gstreamer-properties/oc -@dirrm share/gnome/help/gstreamer-properties/it/figures -@dirrm share/gnome/help/gstreamer-properties/it -@dirrm share/gnome/help/gstreamer-properties/fr/figures -@dirrm share/gnome/help/gstreamer-properties/fr -@dirrm share/gnome/help/gstreamer-properties/es/figures -@dirrm share/gnome/help/gstreamer-properties/es -@dirrm share/gnome/help/gstreamer-properties/en_GB/figures -@dirrm share/gnome/help/gstreamer-properties/en_GB -@dirrm share/gnome/help/gstreamer-properties/el/figures -@dirrm share/gnome/help/gstreamer-properties/el -@dirrm share/gnome/help/gstreamer-properties/de/figures -@dirrm share/gnome/help/gstreamer-properties/de -@dirrm share/gnome/help/gstreamer-properties/cs/figures -@dirrm share/gnome/help/gstreamer-properties/cs -@dirrm share/gnome/help/gstreamer-properties/ca/figures -@dirrm share/gnome/help/gstreamer-properties/ca -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/gnome-sound-recorder/zh_CN/figures -@dirrm share/gnome/help/gnome-sound-recorder/zh_CN -@dirrm share/gnome/help/gnome-sound-recorder/uk/figures -@dirrm share/gnome/help/gnome-sound-recorder/uk -@dirrm share/gnome/help/gnome-sound-recorder/sv/figures -@dirrm share/gnome/help/gnome-sound-recorder/sv -@dirrm share/gnome/help/gnome-sound-recorder/ru/figures -@dirrm share/gnome/help/gnome-sound-recorder/ru -@dirrm share/gnome/help/gnome-sound-recorder/oc/figures -@dirrm share/gnome/help/gnome-sound-recorder/oc -@dirrm share/gnome/help/gnome-sound-recorder/it/figures -@dirrm share/gnome/help/gnome-sound-recorder/it -@dirrm share/gnome/help/gnome-sound-recorder/fr/figures -@dirrm share/gnome/help/gnome-sound-recorder/fr -@dirrm share/gnome/help/gnome-sound-recorder/es/figures -@dirrm share/gnome/help/gnome-sound-recorder/es -@dirrm share/gnome/help/gnome-sound-recorder/en_GB/figures -@dirrm share/gnome/help/gnome-sound-recorder/en_GB -@dirrm share/gnome/help/gnome-sound-recorder/el/figures -@dirrm share/gnome/help/gnome-sound-recorder/el -@dirrm share/gnome/help/gnome-sound-recorder/de/figures -@dirrm share/gnome/help/gnome-sound-recorder/de -@dirrm share/gnome/help/gnome-sound-recorder/da/figures -@dirrm share/gnome/help/gnome-sound-recorder/da -@dirrm share/gnome/help/gnome-sound-recorder/cs/figures -@dirrm share/gnome/help/gnome-sound-recorder/cs -@dirrm share/gnome/help/gnome-sound-recorder/ca/figures -@dirrm share/gnome/help/gnome-sound-recorder/ca -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-audio-profiles/sv/figures -@dirrm share/gnome/help/gnome-audio-profiles/sv -@dirrm share/gnome/help/gnome-audio-profiles/fr/figures -@dirrm share/gnome/help/gnome-audio-profiles/fr -@dirrm share/gnome/help/gnome-audio-profiles/es/figures -@dirrm share/gnome/help/gnome-audio-profiles/es -@dirrm share/gnome/help/gnome-audio-profiles/el/figures -@dirrm share/gnome/help/gnome-audio-profiles/el -@dirrm share/gnome/help/gnome-audio-profiles/de/figures -@dirrm share/gnome/help/gnome-audio-profiles/de -@dirrm share/gnome/help/gnome-audio-profiles/C/figures -@dirrm share/gnome/help/gnome-audio-profiles/C -@dirrm share/gnome/help/gnome-audio-profiles -@dirrm share/gnome-sound-recorder/ui -@dirrm share/gnome-sound-recorder -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile deleted file mode 100644 index d3d7fcb8c..000000000 --- a/audio/libcanberra/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: libcanberra -# Date created: 05 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libcanberra -PORTVERSION= 0.23 -PORTREVISION= 1 -CATEGORIES= audio devel -MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Implementation of the Freedesktop sound theme spec - -LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 libltdl:22 -CONFIGURE_ARGS= --disable-lynx --disable-tdb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= libcanberra.schemas - -OPTIONS= PULSE "Enable Pulse Audio support" off \ - GSTREAMER "Enable GStreamer audio support" off - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_PULSE) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -PLIST_SUB+= PULSE="" -.else -CONFIGURE_ARGS+=--disable-pulse -PLIST_SUB+= PULSE="@comment " -.endif - -.if !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER= yes -PLIST_SUB+= GSTREAMER="" -.else -CONFIGURE_ARGS+=--disable-gstreamer -PLIST_SUB+= GSTREAMER="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/audio/libcanberra/distinfo b/audio/libcanberra/distinfo deleted file mode 100644 index 55a248f02..000000000 --- a/audio/libcanberra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libcanberra-0.23.tar.gz) = 83fb2fb7608c77f91904e12a867534fd -SHA256 (libcanberra-0.23.tar.gz) = a7d0cf282a9fc8d1e41c082b72a2bf4cf86a6d599f0262484bac95bab57a0960 -SIZE (libcanberra-0.23.tar.gz) = 460205 diff --git a/audio/libcanberra/files/patch-src_oss.c b/audio/libcanberra/files/patch-src_oss.c deleted file mode 100644 index 098792d93..000000000 --- a/audio/libcanberra/files/patch-src_oss.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/oss.c.orig 2010-02-19 18:39:40.000000000 -0500 -+++ src/oss.c 2010-03-14 15:04:16.000000000 -0400 -@@ -262,7 +262,7 @@ static int open_oss(ca_context *c, struc - val = AFMT_S16_NE; - break; - case CA_SAMPLE_S16RE: --#if __BYTE_ORDER == __LITTLE_ENDIAN -+#if _BYTE_ORDER == _LITTLE_ENDIAN - val = AFMT_S16_BE; - #else - val = AFMT_S16_LE; diff --git a/audio/libcanberra/pkg-descr b/audio/libcanberra/pkg-descr deleted file mode 100644 index bd46b142e..000000000 --- a/audio/libcanberra/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libcanberra is an implementation of the Freedesktop Sound Theme -specification. It allows developers to play sounds given a list of events. - -WWW: http://0pointer.de/lennart/projects/libcanberra/ diff --git a/audio/libcanberra/pkg-plist b/audio/libcanberra/pkg-plist deleted file mode 100644 index af83fe4ed..000000000 --- a/audio/libcanberra/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/canberra-gtk-play -include/canberra-gtk.h -include/canberra.h -lib/gtk-2.0/modules/libcanberra-gtk-module.a -lib/gtk-2.0/modules/libcanberra-gtk-module.la -lib/gtk-2.0/modules/libcanberra-gtk-module.so -lib/libcanberra-gtk.a -lib/libcanberra-gtk.la -lib/libcanberra-gtk.so -lib/libcanberra-gtk.so.0 -lib/libcanberra.a -lib/libcanberra.la -lib/libcanberra.so -lib/libcanberra.so.0 -%%GSTREAMER%%lib/libcanberra-%%VERSION%%/libcanberra-gstreamer.a -%%GSTREAMER%%lib/libcanberra-%%VERSION%%/libcanberra-gstreamer.la -%%GSTREAMER%%lib/libcanberra-%%VERSION%%/libcanberra-gstreamer.so -lib/libcanberra-%%VERSION%%/libcanberra-multi.a -lib/libcanberra-%%VERSION%%/libcanberra-multi.la -lib/libcanberra-%%VERSION%%/libcanberra-multi.so -lib/libcanberra-%%VERSION%%/libcanberra-null.a -lib/libcanberra-%%VERSION%%/libcanberra-null.la -lib/libcanberra-%%VERSION%%/libcanberra-null.so -lib/libcanberra-%%VERSION%%/libcanberra-oss.a -lib/libcanberra-%%VERSION%%/libcanberra-oss.la -lib/libcanberra-%%VERSION%%/libcanberra-oss.so -%%PULSE%%lib/libcanberra-%%VERSION%%/libcanberra-pulse.a -%%PULSE%%lib/libcanberra-%%VERSION%%/libcanberra-pulse.la -%%PULSE%%lib/libcanberra-%%VERSION%%/libcanberra-pulse.so -libdata/pkgconfig/libcanberra-gtk.pc -libdata/pkgconfig/libcanberra.pc -%%DOCSDIR%%/README -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libcanberra-canberra-gtk.html -%%DOCSDIR%%/libcanberra-canberra.html -%%DOCSDIR%%/libcanberra.devhelp -%%DOCSDIR%%/libcanberra.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop -share/gnome/autostart/libcanberra-login-sound.desktop -share/gnome/shutdown/libcanberra-logout-sound.sh -share/vala/vapi/libcanberra-gtk.vapi -share/vala/vapi/libcanberra.vapi -@dirrmtry share/gnome/shutdown -@dirrmtry share/gdm/autostart/LoginWindow -@dirrmtry share/gdm/autostart -@dirrmtry share/gdm -@dirrm %%DOCSDIR%% -@dirrm lib/libcanberra-%%VERSION%% diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 82da99a86..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,141 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.106 2010/02/28 23:04:57 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.12.8 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - brasero-media.2:${PORTSDIR}/sysutils/brasero - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 nautilus2 -WANT_GNOME= yes -USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-vala --with-libbrasero-media \ - --without-libnautilus-burn -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - LIRC "Enable Infrared syncing support" off \ - MTP "Enable MS Media Transfer Protocol support" off \ - ITMS_PLUGIN "Enable iTunes browser plugin" on - -MAN1= rhythmbox-client.1 rhythmbox.1 - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -CONFIGURE_ARGS+=--enable-lirc -.else -CONFIGURE_ARGS+=--disable-lirc -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_MTP) -LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp -PLIST_SUB+= MTP="" -CONFIGURE_ARGS+= --with-mtp -.else -CONFIGURE_ARGS+= --without-mtp -PLIST_SUB+= MTP="@comment " -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring -PLIST_SUB+= DAAP="" -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.endif -CONFIGURE_ARGS+= --disable-daap -PLIST_SUB+= DAAP="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GSTREAMER+= python -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.if !defined(WITHOUT_ITMS_PLUGIN) -USE_WEBPLUGINS= gecko18 -WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - -CONFIGURE_ARGS+=--enable-browser-plugin -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} -PLIST_SUB+= ITMS_PLUGIN="" -.else -CONFIGURE_ARGS+=--disable-browser-plugin -PLIST_SUB+= ITMS_PLUGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index b5815fc03..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.12.8.tar.bz2) = 3e24108119264a0cbd8b4ccbd7732173 -SHA256 (gnome2/rhythmbox-0.12.8.tar.bz2) = 1752fab135808aa78a9afde78448e992020c58c07701f43c989fbabfc6352213 -SIZE (gnome2/rhythmbox-0.12.8.tar.bz2) = 5358950 diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure deleted file mode 100644 index 9e512187f..000000000 --- a/audio/rhythmbox/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-03-21 13:56:32.000000000 -0400 -+++ configure 2009-03-21 13:57:17.000000000 -0400 -@@ -20763,7 +20763,7 @@ else - fi - - --MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}" -+MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR}" - - - if test x$enable_browser_plugin = xyes; then diff --git a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 -+++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 -@@ -22,6 +22,7 @@ - #ifndef RB_PODCAST_PARSE_H - #define RB_PODCAST_PARSE_H - -+#include <inttypes.h> - #include <glib.h> - - typedef struct diff --git a/audio/rhythmbox/pkg-descr b/audio/rhythmbox/pkg-descr deleted file mode 100644 index 9c4ecf6ca..000000000 --- a/audio/rhythmbox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://www.gnome.org/projects/rhythmbox/ diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist deleted file mode 100644 index 1358dde47..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,786 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg -lib/rhythmbox/plugins/audiocd/album-info.ui -lib/rhythmbox/plugins/audiocd/audiocd-ui.xml -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.ui -lib/rhythmbox/plugins/audioscrobbler/as-icon.png -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.py -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.py -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/context.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/context/img/lastfm.png -%%PYTHON%%lib/rhythmbox/plugins/context/img/spinner.gif -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/album-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/loading.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/main.css -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.ui -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -%%DAAP%%lib/rhythmbox/plugins/daap/rb-daap-glue.h -lib/rhythmbox/plugins/fmradio/fmradio-ui.xml -lib/rhythmbox/plugins/fmradio/fmradio.rb-plugin -lib/rhythmbox/plugins/fmradio/libfmradio.la -lib/rhythmbox/plugins/fmradio/libfmradio.so -lib/rhythmbox/plugins/generic-player/generic-player-info.ui -lib/rhythmbox/plugins/generic-player/generic-player-ui.xml -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-info.ui -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-init.ui -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/iradio/iradio-initial.pls -lib/rhythmbox/plugins/iradio/iradio-ui.xml -lib/rhythmbox/plugins/iradio/iradio.rb-plugin -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-loading.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/rblirc/lirc.rb-plugin -%%LIRC%%lib/rhythmbox/plugins/rblirc/rhythmbox_lirc_default -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-loading.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.la -%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtp-ui.xml -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtpdevice.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.la -lib/rhythmbox/plugins/power-manager/libpower-manager.so -lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.py -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.py -%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.py -%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.rb-plugin -lib/rhythmbox/plugins/status-icon/libstatus-icon.la -lib/rhythmbox/plugins/status-icon/libstatus-icon.so -lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui -lib/rhythmbox/plugins/status-icon/status-icon-ui.xml -lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin -lib/rhythmbox/plugins/visualizer/libvisualizer.la -lib/rhythmbox/plugins/visualizer/libvisualizer.so -lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h -lib/rhythmbox/plugins/visualizer/visualizer-controls.ui -lib/rhythmbox/plugins/visualizer/visualizer-ui.xml -lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin -libexec/rhythmbox-metadata -share/applications/rhythmbox.desktop -share/dbus-1/services/org.gnome.Rhythmbox.service -%%DOCSDIR%%/RBAutoPlaylistSource.html -%%DOCSDIR%%/RBBrowserSource.html -%%DOCSDIR%%/RBCellRendererPixbuf.html -%%DOCSDIR%%/RBCellRendererRating.html -%%DOCSDIR%%/RBEncoder.html -%%DOCSDIR%%/RBEntryView.html -%%DOCSDIR%%/RBHistory.html -%%DOCSDIR%%/RBImportErrorsSource.html -%%DOCSDIR%%/RBLibraryBrowser.html -%%DOCSDIR%%/RBLibrarySource.html -%%DOCSDIR%%/RBMetaData.html -%%DOCSDIR%%/RBMissingFilesSource.html -%%DOCSDIR%%/RBPlayOrder.html -%%DOCSDIR%%/RBPlayQueueSource.html -%%DOCSDIR%%/RBPlayer.html -%%DOCSDIR%%/RBPlayerGstDataTee.html -%%DOCSDIR%%/RBPlayerGstFilter.html -%%DOCSDIR%%/RBPlayerGstTee.html -%%DOCSDIR%%/RBPlaylistManager.html -%%DOCSDIR%%/RBPlaylistSource.html -%%DOCSDIR%%/RBPlugin.html -%%DOCSDIR%%/RBPropertyView.html -%%DOCSDIR%%/RBQueryCreator.html -%%DOCSDIR%%/RBRandomPlayOrder.html -%%DOCSDIR%%/RBRating.html -%%DOCSDIR%%/RBRemovableMediaManager.html -%%DOCSDIR%%/RBRemovableMediaSource.html -%%DOCSDIR%%/RBSearchEntry.html -%%DOCSDIR%%/RBShell.html -%%DOCSDIR%%/RBShellClipboard.html -%%DOCSDIR%%/RBShellPlayer.html -%%DOCSDIR%%/RBShellPreferences.html -%%DOCSDIR%%/RBSongInfo.html -%%DOCSDIR%%/RBSource.html -%%DOCSDIR%%/RBSourceHeader.html -%%DOCSDIR%%/RBSourceList.html -%%DOCSDIR%%/RBSourceListModel.html -%%DOCSDIR%%/RBSourceSearch.html -%%DOCSDIR%%/RBSourceSearchBasic.html -%%DOCSDIR%%/RBStaticPlaylistSource.html -%%DOCSDIR%%/RBStatusbar.html -%%DOCSDIR%%/RBStreamingSource.html -%%DOCSDIR%%/RBStringValueMap.html -%%DOCSDIR%%/RBURIDialog.html -%%DOCSDIR%%/RhythmDB.html -%%DOCSDIR%%/RhythmDBImportJob.html -%%DOCSDIR%%/RhythmDBPropertyModel.html -%%DOCSDIR%%/RhythmDBQueryModel.html -%%DOCSDIR%%/RhythmDBQueryResults.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/rhythmbox-RBSourceGroup.html -%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html -%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-text-helpers.html -%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html -%%DOCSDIR%%/rhythmbox-rb-util.html -%%DOCSDIR%%/rhythmbox.devhelp -%%DOCSDIR%%/rhythmbox.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png -share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/cs/figures/rb-window-small.png -share/gnome/help/rhythmbox/cs/figures/rb-window.png -share/gnome/help/rhythmbox/cs/rhythmbox.xml -share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/da/figures/rb-notification-window.png -share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/da/figures/rb-statusbar.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar.png -share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/da/figures/rb-window-small.png -share/gnome/help/rhythmbox/da/figures/rb-window.png -share/gnome/help/rhythmbox/da/rhythmbox.xml -share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/de/figures/rb-notification-window.png -share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/de/figures/rb-statusbar.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar.png -share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/de/figures/rb-window-small.png -share/gnome/help/rhythmbox/de/figures/rb-window.png -share/gnome/help/rhythmbox/de/rhythmbox.xml -share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/el/figures/rb-notification-window.png -share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/el/figures/rb-statusbar.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar.png -share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/el/figures/rb-window-small.png -share/gnome/help/rhythmbox/el/figures/rb-window.png -share/gnome/help/rhythmbox/el/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/fr/figures/rb-window-small.png -share/gnome/help/rhythmbox/fr/figures/rb-window.png -share/gnome/help/rhythmbox/fr/rhythmbox.xml -share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/it/figures/rb-notification-window.png -share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/it/figures/rb-statusbar.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar.png -share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/it/figures/rb-window-small.png -share/gnome/help/rhythmbox/it/figures/rb-window.png -share/gnome/help/rhythmbox/it/rhythmbox.xml -share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png -share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/oc/figures/rb-window-small.png -share/gnome/help/rhythmbox/oc/figures/rb-window.png -share/gnome/help/rhythmbox/oc/rhythmbox.xml -share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png -share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png -share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/pt/figures/rb-window-small.png -share/gnome/help/rhythmbox/pt/figures/rb-window.png -share/gnome/help/rhythmbox/pt/rhythmbox.xml -share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/uk/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/uk/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/uk/figures/rb-notification-window.png -share/gnome/help/rhythmbox/uk/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/uk/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/uk/figures/rb-statusbar.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar.png -share/gnome/help/rhythmbox/uk/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/uk/figures/rb-window-small.png -share/gnome/help/rhythmbox/uk/figures/rb-window.png -share/gnome/help/rhythmbox/uk/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png -share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml -share/icons/hicolor/16x16/apps/rhythmbox.png -share/icons/hicolor/22x22/apps/rhythmbox.png -share/icons/hicolor/24x24/apps/rhythmbox.png -share/icons/hicolor/24x24/places/music-library.png -share/icons/hicolor/32x32/apps/rhythmbox.png -share/icons/hicolor/48x48/apps/rhythmbox.png -share/icons/hicolor/scalable/apps/rhythmbox.svg -share/locale/af/LC_MESSAGES/rhythmbox.mo -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/as/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/be@latin/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo -share/locale/br/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/dz/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/gu/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hi/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/kn/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/mr/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/nds/LC_MESSAGES/rhythmbox.mo -share/locale/ne/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/oc/LC_MESSAGES/rhythmbox.mo -share/locale/or/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/ps/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/rw/LC_MESSAGES/rhythmbox.mo -share/locale/sk/LC_MESSAGES/rhythmbox.mo -share/locale/sl/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/ta/LC_MESSAGES/rhythmbox.mo -share/locale/te/LC_MESSAGES/rhythmbox.mo -share/locale/th/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -share/omf/rhythmbox/rhythmbox-C.omf -share/omf/rhythmbox/rhythmbox-cs.omf -share/omf/rhythmbox/rhythmbox-da.omf -share/omf/rhythmbox/rhythmbox-de.omf -share/omf/rhythmbox/rhythmbox-el.omf -share/omf/rhythmbox/rhythmbox-es.omf -share/omf/rhythmbox/rhythmbox-fr.omf -share/omf/rhythmbox/rhythmbox-it.omf -share/omf/rhythmbox/rhythmbox-oc.omf -share/omf/rhythmbox/rhythmbox-pt.omf -share/omf/rhythmbox/rhythmbox-ru.omf -share/omf/rhythmbox/rhythmbox-sv.omf -share/omf/rhythmbox/rhythmbox-uk.omf -share/omf/rhythmbox/rhythmbox-zh_CN.omf -share/rhythmbox/create-playlist.ui -share/rhythmbox/general-prefs.ui -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png -share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png -share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png -share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png -share/rhythmbox/icons/hicolor/16x16/places/music-library.png -share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/16x16/places/playlist.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png -share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png -share/rhythmbox/icons/hicolor/22x22/actions/visualization.png -share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png -share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/22x22/places/playlist.png -%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/jamendo.png -%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/magnatune.png -share/rhythmbox/icons/hicolor/22x22/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png -share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/32x32/places/playlist.png -share/rhythmbox/icons/hicolor/32x32/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg -share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg -share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg -share/rhythmbox/icons/hicolor/scalable/places/playlist.svg -share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg -share/rhythmbox/library-prefs.ui -share/rhythmbox/media-player-properties.ui -share/rhythmbox/playback-prefs.ui -share/rhythmbox/playlist-save.ui -share/rhythmbox/playlists.xml -share/rhythmbox/plugins.ui -share/rhythmbox/podcast-feed-properties.ui -share/rhythmbox/podcast-prefs.ui -share/rhythmbox/podcast-properties.ui -share/rhythmbox/rhythmbox-ui.xml -share/rhythmbox/song-info-multiple.ui -share/rhythmbox/song-info.ui -share/rhythmbox/uri-new.ui -@dirrm share/rhythmbox/icons/hicolor/scalable/status -@dirrm share/rhythmbox/icons/hicolor/scalable/places -@dirrm share/rhythmbox/icons/hicolor/scalable/actions -@dirrm share/rhythmbox/icons/hicolor/scalable -@dirrm share/rhythmbox/icons/hicolor/32x32/status -@dirrm share/rhythmbox/icons/hicolor/32x32/places -@dirrm share/rhythmbox/icons/hicolor/32x32/actions -@dirrm share/rhythmbox/icons/hicolor/32x32 -%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24/places -%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24 -@dirrm share/rhythmbox/icons/hicolor/22x22/status -@dirrm share/rhythmbox/icons/hicolor/22x22/places -@dirrm share/rhythmbox/icons/hicolor/22x22/actions -@dirrm share/rhythmbox/icons/hicolor/22x22 -@dirrm share/rhythmbox/icons/hicolor/16x16/status -@dirrm share/rhythmbox/icons/hicolor/16x16/places -@dirrm share/rhythmbox/icons/hicolor/16x16/actions -@dirrm share/rhythmbox/icons/hicolor/16x16 -@dirrm share/rhythmbox/icons/hicolor -@dirrm share/rhythmbox/icons -@dirrm share/rhythmbox -@dirrm share/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/uk/figures -@dirrm share/gnome/help/rhythmbox/uk -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/pt/figures -@dirrm share/gnome/help/rhythmbox/pt -@dirrm share/gnome/help/rhythmbox/oc/figures -@dirrm share/gnome/help/rhythmbox/oc -@dirrm share/gnome/help/rhythmbox/it/figures -@dirrm share/gnome/help/rhythmbox/it -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/el/figures -@dirrm share/gnome/help/rhythmbox/el -@dirrm share/gnome/help/rhythmbox/da/figures -@dirrm share/gnome/help/rhythmbox/da -@dirrm share/gnome/help/rhythmbox/de/figures -@dirrm share/gnome/help/rhythmbox/de -@dirrm share/gnome/help/rhythmbox/cs/figures -@dirrm share/gnome/help/rhythmbox/cs -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -@dirrm lib/rhythmbox/plugins/visualizer -%%PYTHON%%@dirrm lib/rhythmbox/plugins/upnp_coherence -@dirrm lib/rhythmbox/plugins/status-icon -%%PYTHON%%@dirrm lib/rhythmbox/plugins/sendto -%%PYTHON%%@dirrm lib/rhythmbox/plugins/replaygain -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -@dirrm lib/rhythmbox/plugins/power-manager -%%MTP%%@dirrm lib/rhythmbox/plugins/mtpdevice -@dirrm lib/rhythmbox/plugins/mmkeys -%%PYTHON%%@dirrm lib/rhythmbox/plugins/magnatune -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%LIRC%%@dirrm lib/rhythmbox/plugins/lirc -%%PYTHON%%@dirrm lib/rhythmbox/plugins/jamendo -@dirrm lib/rhythmbox/plugins/iradio -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -%%PYTHON%%@dirrm lib/rhythmbox/plugins/im-status -@dirrm lib/rhythmbox/plugins/generic-player -@dirrm lib/rhythmbox/plugins/fmradio -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/tmpl -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/img -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -@dirrm lib/rhythmbox/plugins/audiocd -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -%%ITMS_PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile deleted file mode 100644 index fc967ee52..000000000 --- a/audio/sound-juicer/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: soundjuicer -# Date created: 20 Jan 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= sound-juicer -PORTVERSION= 2.28.2 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clean, mean and lean CD ripper for GNOME2 - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - cdio.12:${PORTSDIR}/sysutils/libcdio \ - tag.1:${PORTSDIR}/audio/taglib \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - brasero-media.2:${PORTSDIR}/sysutils/brasero - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 libglade2 gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf good gio -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ignore-missing-cd -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= sound-juicer.1 -GCONF_SCHEMAS= sound-juicer.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/audio/sound-juicer/distinfo b/audio/sound-juicer/distinfo deleted file mode 100644 index 5490698b1..000000000 --- a/audio/sound-juicer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/sound-juicer-2.28.2.tar.bz2) = b40da7b2888d0c658fcfdff104ac8bbb -SHA256 (gnome2/sound-juicer-2.28.2.tar.bz2) = f4dde2db5bfbae023ff5042257600f9acdb42626f878a079c271cc838eefae30 -SIZE (gnome2/sound-juicer-2.28.2.tar.bz2) = 2193659 diff --git a/audio/sound-juicer/pkg-descr b/audio/sound-juicer/pkg-descr deleted file mode 100644 index ec4721433..000000000 --- a/audio/sound-juicer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Sound Juicer is a clean, mean and lean CD ripper for GNOME2. -It provides a clean interface and simple preferences, aiming -to do The Right Thing and What You Mean all of the time. - -WWW: http://www.burtonini.com/blog/computers/sound-juicer/ diff --git a/audio/sound-juicer/pkg-plist b/audio/sound-juicer/pkg-plist deleted file mode 100644 index 8237c6f3a..000000000 --- a/audio/sound-juicer/pkg-plist +++ /dev/null @@ -1,250 +0,0 @@ -bin/sound-juicer -share/applications/sound-juicer.desktop -share/gnome/help/sound-juicer/C/figures/prefs.png -share/gnome/help/sound-juicer/C/figures/startup.png -share/gnome/help/sound-juicer/C/legal.xml -share/gnome/help/sound-juicer/C/sound-juicer.xml -share/gnome/help/sound-juicer/ar/figures/prefs.png -share/gnome/help/sound-juicer/ar/figures/startup.png -share/gnome/help/sound-juicer/ar/legal.xml -share/gnome/help/sound-juicer/ar/sound-juicer.xml -share/gnome/help/sound-juicer/ca/figures/prefs.png -share/gnome/help/sound-juicer/ca/figures/startup.png -share/gnome/help/sound-juicer/ca/legal.xml -share/gnome/help/sound-juicer/ca/sound-juicer.xml -share/gnome/help/sound-juicer/cs/figures/prefs.png -share/gnome/help/sound-juicer/cs/figures/startup.png -share/gnome/help/sound-juicer/cs/legal.xml -share/gnome/help/sound-juicer/cs/sound-juicer.xml -share/gnome/help/sound-juicer/de/figures/prefs.png -share/gnome/help/sound-juicer/de/figures/startup.png -share/gnome/help/sound-juicer/de/legal.xml -share/gnome/help/sound-juicer/de/sound-juicer.xml -share/gnome/help/sound-juicer/el/figures/prefs.png -share/gnome/help/sound-juicer/el/figures/startup.png -share/gnome/help/sound-juicer/el/legal.xml -share/gnome/help/sound-juicer/el/sound-juicer.xml -share/gnome/help/sound-juicer/en_GB/figures/prefs.png -share/gnome/help/sound-juicer/en_GB/figures/startup.png -share/gnome/help/sound-juicer/en_GB/legal.xml -share/gnome/help/sound-juicer/en_GB/sound-juicer.xml -share/gnome/help/sound-juicer/es/figures/prefs.png -share/gnome/help/sound-juicer/es/figures/startup.png -share/gnome/help/sound-juicer/es/legal.xml -share/gnome/help/sound-juicer/es/sound-juicer.xml -share/gnome/help/sound-juicer/eu/figures/prefs.png -share/gnome/help/sound-juicer/eu/figures/startup.png -share/gnome/help/sound-juicer/eu/legal.xml -share/gnome/help/sound-juicer/eu/sound-juicer.xml -share/gnome/help/sound-juicer/fr/figures/prefs.png -share/gnome/help/sound-juicer/fr/figures/startup.png -share/gnome/help/sound-juicer/fr/legal.xml -share/gnome/help/sound-juicer/fr/sound-juicer.xml -share/gnome/help/sound-juicer/nl/figures/prefs.png -share/gnome/help/sound-juicer/nl/figures/startup.png -share/gnome/help/sound-juicer/nl/legal.xml -share/gnome/help/sound-juicer/nl/sound-juicer.xml -share/gnome/help/sound-juicer/oc/figures/prefs.png -share/gnome/help/sound-juicer/oc/figures/startup.png -share/gnome/help/sound-juicer/oc/legal.xml -share/gnome/help/sound-juicer/oc/sound-juicer.xml -share/gnome/help/sound-juicer/pl/figures/prefs.png -share/gnome/help/sound-juicer/pl/figures/startup.png -share/gnome/help/sound-juicer/pl/legal.xml -share/gnome/help/sound-juicer/pl/sound-juicer.xml -share/gnome/help/sound-juicer/pt_BR/figures/prefs.png -share/gnome/help/sound-juicer/pt_BR/figures/startup.png -share/gnome/help/sound-juicer/pt_BR/legal.xml -share/gnome/help/sound-juicer/pt_BR/sound-juicer.xml -share/gnome/help/sound-juicer/ru/figures/prefs.png -share/gnome/help/sound-juicer/ru/figures/startup.png -share/gnome/help/sound-juicer/ru/legal.xml -share/gnome/help/sound-juicer/ru/sound-juicer.xml -share/gnome/help/sound-juicer/sv/figures/prefs.png -share/gnome/help/sound-juicer/sv/figures/startup.png -share/gnome/help/sound-juicer/sv/legal.xml -share/gnome/help/sound-juicer/sv/sound-juicer.xml -share/gnome/help/sound-juicer/uk/figures/prefs.png -share/gnome/help/sound-juicer/uk/figures/startup.png -share/gnome/help/sound-juicer/uk/legal.xml -share/gnome/help/sound-juicer/uk/sound-juicer.xml -share/icons/hicolor/16x16/apps/sound-juicer.png -share/icons/hicolor/22x22/apps/sound-juicer.png -share/icons/hicolor/24x24/apps/sound-juicer.png -share/icons/hicolor/32x32/apps/sound-juicer.png -share/icons/hicolor/48x48/apps/sound-juicer.png -share/icons/hicolor/scalable/apps/sound-juicer.svg -share/locale/ar/LC_MESSAGES/sound-juicer.mo -share/locale/as/LC_MESSAGES/sound-juicer.mo -share/locale/ast/LC_MESSAGES/sound-juicer.mo -share/locale/az/LC_MESSAGES/sound-juicer.mo -share/locale/be/LC_MESSAGES/sound-juicer.mo -share/locale/be@latin/LC_MESSAGES/sound-juicer.mo -share/locale/bg/LC_MESSAGES/sound-juicer.mo -share/locale/bn/LC_MESSAGES/sound-juicer.mo -share/locale/bn_IN/LC_MESSAGES/sound-juicer.mo -share/locale/br/LC_MESSAGES/sound-juicer.mo -share/locale/ca/LC_MESSAGES/sound-juicer.mo -share/locale/ca@valencia/LC_MESSAGES/sound-juicer.mo -share/locale/cs/LC_MESSAGES/sound-juicer.mo -share/locale/cy/LC_MESSAGES/sound-juicer.mo -share/locale/da/LC_MESSAGES/sound-juicer.mo -share/locale/de/LC_MESSAGES/sound-juicer.mo -share/locale/dz/LC_MESSAGES/sound-juicer.mo -share/locale/el/LC_MESSAGES/sound-juicer.mo -share/locale/en_CA/LC_MESSAGES/sound-juicer.mo -share/locale/en_GB/LC_MESSAGES/sound-juicer.mo -share/locale/en@shaw/LC_MESSAGES/sound-juicer.mo -share/locale/es/LC_MESSAGES/sound-juicer.mo -share/locale/et/LC_MESSAGES/sound-juicer.mo -share/locale/eu/LC_MESSAGES/sound-juicer.mo -share/locale/fa/LC_MESSAGES/sound-juicer.mo -share/locale/fi/LC_MESSAGES/sound-juicer.mo -share/locale/fr/LC_MESSAGES/sound-juicer.mo -share/locale/ga/LC_MESSAGES/sound-juicer.mo -share/locale/gl/LC_MESSAGES/sound-juicer.mo -share/locale/gu/LC_MESSAGES/sound-juicer.mo -share/locale/he/LC_MESSAGES/sound-juicer.mo -share/locale/hi/LC_MESSAGES/sound-juicer.mo -share/locale/hr/LC_MESSAGES/sound-juicer.mo -share/locale/hu/LC_MESSAGES/sound-juicer.mo -share/locale/id/LC_MESSAGES/sound-juicer.mo -share/locale/it/LC_MESSAGES/sound-juicer.mo -share/locale/ja/LC_MESSAGES/sound-juicer.mo -share/locale/ka/LC_MESSAGES/sound-juicer.mo -share/locale/kn/LC_MESSAGES/sound-juicer.mo -share/locale/ko/LC_MESSAGES/sound-juicer.mo -share/locale/ku/LC_MESSAGES/sound-juicer.mo -share/locale/lt/LC_MESSAGES/sound-juicer.mo -share/locale/lv/LC_MESSAGES/sound-juicer.mo -share/locale/mai/LC_MESSAGES/sound-juicer.mo -share/locale/mk/LC_MESSAGES/sound-juicer.mo -share/locale/ml/LC_MESSAGES/sound-juicer.mo -share/locale/mn/LC_MESSAGES/sound-juicer.mo -share/locale/mr/LC_MESSAGES/sound-juicer.mo -share/locale/ms/LC_MESSAGES/sound-juicer.mo -share/locale/nb/LC_MESSAGES/sound-juicer.mo -share/locale/ne/LC_MESSAGES/sound-juicer.mo -share/locale/nl/LC_MESSAGES/sound-juicer.mo -share/locale/nn/LC_MESSAGES/sound-juicer.mo -share/locale/oc/LC_MESSAGES/sound-juicer.mo -share/locale/or/LC_MESSAGES/sound-juicer.mo -share/locale/pa/LC_MESSAGES/sound-juicer.mo -share/locale/pl/LC_MESSAGES/sound-juicer.mo -share/locale/pt/LC_MESSAGES/sound-juicer.mo -share/locale/pt_BR/LC_MESSAGES/sound-juicer.mo -share/locale/ro/LC_MESSAGES/sound-juicer.mo -share/locale/ru/LC_MESSAGES/sound-juicer.mo -share/locale/rw/LC_MESSAGES/sound-juicer.mo -share/locale/si/LC_MESSAGES/sound-juicer.mo -share/locale/sk/LC_MESSAGES/sound-juicer.mo -share/locale/sl/LC_MESSAGES/sound-juicer.mo -share/locale/sq/LC_MESSAGES/sound-juicer.mo -share/locale/sr/LC_MESSAGES/sound-juicer.mo -share/locale/sr@latin/LC_MESSAGES/sound-juicer.mo -share/locale/sv/LC_MESSAGES/sound-juicer.mo -share/locale/ta/LC_MESSAGES/sound-juicer.mo -share/locale/te/LC_MESSAGES/sound-juicer.mo -share/locale/th/LC_MESSAGES/sound-juicer.mo -share/locale/tr/LC_MESSAGES/sound-juicer.mo -share/locale/ug/LC_MESSAGES/sound-juicer.mo -share/locale/uk/LC_MESSAGES/sound-juicer.mo -share/locale/vi/LC_MESSAGES/sound-juicer.mo -share/locale/xh/LC_MESSAGES/sound-juicer.mo -share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo -share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo -share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo -share/omf/sound-juicer/sound-juicer-C.omf -share/omf/sound-juicer/sound-juicer-ar.omf -share/omf/sound-juicer/sound-juicer-ca.omf -share/omf/sound-juicer/sound-juicer-cs.omf -share/omf/sound-juicer/sound-juicer-de.omf -share/omf/sound-juicer/sound-juicer-el.omf -share/omf/sound-juicer/sound-juicer-en_GB.omf -share/omf/sound-juicer/sound-juicer-es.omf -share/omf/sound-juicer/sound-juicer-eu.omf -share/omf/sound-juicer/sound-juicer-fr.omf -share/omf/sound-juicer/sound-juicer-nl.omf -share/omf/sound-juicer/sound-juicer-oc.omf -share/omf/sound-juicer/sound-juicer-pl.omf -share/omf/sound-juicer/sound-juicer-pt_BR.omf -share/omf/sound-juicer/sound-juicer-ru.omf -share/omf/sound-juicer/sound-juicer-sv.omf -share/omf/sound-juicer/sound-juicer-uk.omf -%%DATADIR%%/sound-juicer.glade -@dirrm %%DATADIR%% -@dirrm share/omf/sound-juicer -@dirrm share/gnome/help/sound-juicer/uk/figures -@dirrm share/gnome/help/sound-juicer/uk -@dirrm share/gnome/help/sound-juicer/sv/figures -@dirrm share/gnome/help/sound-juicer/sv -@dirrm share/gnome/help/sound-juicer/ru/figures -@dirrm share/gnome/help/sound-juicer/ru -@dirrm share/gnome/help/sound-juicer/pt_BR/figures -@dirrm share/gnome/help/sound-juicer/pt_BR -@dirrm share/gnome/help/sound-juicer/pl/figures -@dirrm share/gnome/help/sound-juicer/pl -@dirrm share/gnome/help/sound-juicer/oc/figures -@dirrm share/gnome/help/sound-juicer/oc -@dirrm share/gnome/help/sound-juicer/nl/figures -@dirrm share/gnome/help/sound-juicer/nl -@dirrm share/gnome/help/sound-juicer/fr/figures -@dirrm share/gnome/help/sound-juicer/fr -@dirrm share/gnome/help/sound-juicer/eu/figures -@dirrm share/gnome/help/sound-juicer/eu -@dirrm share/gnome/help/sound-juicer/es/figures -@dirrm share/gnome/help/sound-juicer/es -@dirrm share/gnome/help/sound-juicer/en_GB/figures -@dirrm share/gnome/help/sound-juicer/en_GB -@dirrm share/gnome/help/sound-juicer/el/figures -@dirrm share/gnome/help/sound-juicer/el -@dirrm share/gnome/help/sound-juicer/de/figures -@dirrm share/gnome/help/sound-juicer/de -@dirrm share/gnome/help/sound-juicer/cs/figures -@dirrm share/gnome/help/sound-juicer/cs -@dirrm share/gnome/help/sound-juicer/ca/figures -@dirrm share/gnome/help/sound-juicer/ca -@dirrm share/gnome/help/sound-juicer/ar/figures -@dirrm share/gnome/help/sound-juicer/ar -@dirrm share/gnome/help/sound-juicer/C/figures -@dirrm share/gnome/help/sound-juicer/C -@dirrm share/gnome/help/sound-juicer -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile deleted file mode 100644 index 3ba868f63..000000000 --- a/databases/evolution-data-server/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: evolution-data-server -# Date created: 09 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.193 2010/03/31 11:16:27 kwm Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.30.1 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The data backends for the Evolution integrated mail/PIM suite - -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.43:${PORTSDIR}/devel/libical \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ - libxml2 -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool:22 -USE_BDB= 41+ -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static \ - --enable-gnome-keyring=yes \ - --with-openldap=yes \ - --with-libdb=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="2.30" EVO_VERSION="1.2" - -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off -OPTIONS= WEATHER "Enable weather calendar backend" on - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -#CONFIGURE_ARGS+= --enable-imap4=yes -#PLIST_SUB+= IMAP4="" -#.else -PLIST_SUB+= IMAP4="@comment " -#.endif - -.if defined(WITH_WEATHER) -LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather -CONFIGURE_ARGS+= --with-weather -PLIST_SUB+= WEATHER="" -.else -CONFIGURE_ARGS+= --without-weather -PLIST_SUB+= WEATHER="@comment " -.endif - -EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." - -pre-everything:: - @if [ x"${BDB_VER}" != x"41" ]; then \ - ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ - fi - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ - s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ - s|-Wl,--no-undefined||g ; \ - s|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo deleted file mode 100644 index cd82fa631..000000000 --- a/databases/evolution-data-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-data-server-2.30.1.tar.bz2) = f177441d6fd4ef8c9a92d5706d290f10 -SHA256 (gnome2/evolution-data-server-2.30.1.tar.bz2) = b2ebeac36931fbee6fb747ee535a61243dd99fa15bc472ca239f2b01cc88795e -SIZE (gnome2/evolution-data-server-2.30.1.tar.bz2) = 4636784 diff --git a/databases/evolution-data-server/files/patch-camel_camel-block-file.h b/databases/evolution-data-server/files/patch-camel_camel-block-file.h deleted file mode 100644 index bb155e24a..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-block-file.h +++ /dev/null @@ -1,10 +0,0 @@ ---- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007 -+++ camel/camel-block-file.h Tue May 15 01:49:00 2007 -@@ -21,6 +21,7 @@ - #ifndef _CAMEL_BLOCK_FILE_H - #define _CAMEL_BLOCK_FILE_H - -+#include <sys/types.h> - #include <camel/camel-object.h> - #include <glib.h> - #include <libedataserver/e-msgport.h> diff --git a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server/files/patch-camel_camel-net-utils.c deleted file mode 100644 index 17bddca39..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c +++ /dev/null @@ -1,24 +0,0 @@ ---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004 -+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004 -@@ -143,12 +143,21 @@ - case EAI_SERVICE: - return NO_DATA; - break; -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - return NO_ADDRESS; - break; -+#endif -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return NO_DATA; - break; -+#endif -+#ifdef EAI_NOFAMILY -+ case EAI_NOFAMILY: -+ return NO_ADDRESS; -+ break; -+#endif - case EAI_MEMORY: - return ENOMEM; - break; diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in deleted file mode 100644 index 0e1321d75..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Our gperf (2.7.2) doesn't understand --output-file. - ---- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 -+++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 -@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA - - - camel-imapx-tokenise.h: camel-imapx-tokens.txt -- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ -+ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ - - -include $(top_srcdir)/git.mk - diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt b/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt deleted file mode 100644 index 8ce6381e9..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200 -+++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200 -@@ -1,5 +1,3 @@ --/* This contains all of the keywords we care about. These -- can be converted to an id very efficiently */ - struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; - struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); - %% diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure deleted file mode 100644 index 527384093..000000000 --- a/databases/evolution-data-server/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig 2009-12-25 20:21:00.000000000 +0100 -+++ configure 2009-12-25 20:21:01.000000000 +0100 -@@ -15968,6 +15968,14 @@ - _ACEOF - - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) - os_win32=no - NO_UNDEFINED='' diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index 69da393ce..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2009-07-27 22:42:25.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2009-07-27 22:42:50.000000000 +0200 -@@ -137,7 +137,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ - INSTALL = @INSTALL@ diff --git a/databases/evolution-data-server/pkg-descr b/databases/evolution-data-server/pkg-descr deleted file mode 100644 index 076bb0ef7..000000000 --- a/databases/evolution-data-server/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Evolution-data-server provides the various backend components for the -Evolution integrated mail/PIM suite, including the Berkeley database -backend and the libical calendar components. diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist deleted file mode 100644 index 8d112f6ad..000000000 --- a/databases/evolution-data-server/pkg-plist +++ /dev/null @@ -1,876 +0,0 @@ -include/evolution-data-server-%%VERSION%%/camel/camel-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-arg.h -include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h -include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h -include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h -include/evolution-data-server-%%VERSION%%/camel/camel-cipher-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h -include/evolution-data-server-%%VERSION%%/camel/camel-db.h -include/evolution-data-server-%%VERSION%%/camel/camel-debug.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-exception-list.def -include/evolution-data-server-%%VERSION%%/camel/camel-exception.h -include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-thread.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-i18n.h -include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h -include/evolution-data-server-%%VERSION%%/camel/camel-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-junk-plugin.h -include/evolution-data-server-%%VERSION%%/camel/camel-list-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock.h -include/evolution-data-server-%%VERSION%%/camel/camel-medium.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-charset.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-crlf.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-enriched.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-from.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-gzip.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-html.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-linewrap.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-pgp.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-progress.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-save.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-tohtml.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-windows.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-yenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-message.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-movemail.h -include/evolution-data-server-%%VERSION%%/camel/camel-msgport.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h -include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-news-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-object.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-operation.h -include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h -include/evolution-data-server-%%VERSION%%/camel/camel-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-provider.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-popb4smtp.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-private.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql-sexp.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-substream.h -include/evolution-data-server-%%VERSION%%/camel/camel-service.h -include/evolution-data-server-%%VERSION%%/camel/camel-session.h -include/evolution-data-server-%%VERSION%%/camel/camel-smime-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-store-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-buffer.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-fs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-mem.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-null.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-vfs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-string-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-raw.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-ssl.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-transport.h -include/evolution-data-server-%%VERSION%%/camel/camel-trie.h -include/evolution-data-server-%%VERSION%%/camel/camel-types.h -include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h -include/evolution-data-server-%%VERSION%%/camel/camel-url.h -include/evolution-data-server-%%VERSION%%/camel/camel-utf8.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel.h -include/evolution-data-server-%%VERSION%%/google/libgdata-google/gdata-google-service.h -include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-entry.h -include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-feed.h -include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-service-iface.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-item.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h -include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h -include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h -include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h -include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h -include/evolution-data-server-%%VERSION%%/libebackend/e-offline-listener.h -include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h -include/evolution-data-server-%%VERSION%%/libebook/e-book.h -include/evolution-data-server-%%VERSION%%/libebook/e-contact.h -include/evolution-data-server-%%VERSION%%/libebook/e-destination.h -include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-check-timezones.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-system-timezone.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-file-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-types.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iconv.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-msgport.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-trie.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h -include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-option-menu.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.urls -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.urls -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so -lib/libcamel-%%EVO_VERSION%%.a -lib/libcamel-%%EVO_VERSION%%.la -lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.14 -lib/libcamel-provider-%%EVO_VERSION%%.a -lib/libcamel-provider-%%EVO_VERSION%%.la -lib/libcamel-provider-%%EVO_VERSION%%.so -lib/libcamel-provider-%%EVO_VERSION%%.so.14 -lib/libebackend-%%EVO_VERSION%%.a -lib/libebackend-%%EVO_VERSION%%.la -lib/libebackend-%%EVO_VERSION%%.so -lib/libebackend-%%EVO_VERSION%%.so.0 -lib/libebook-%%EVO_VERSION%%.a -lib/libebook-%%EVO_VERSION%%.la -lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.9 -lib/libecal-%%EVO_VERSION%%.a -lib/libecal-%%EVO_VERSION%%.la -lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.7 -lib/libedata-book-%%EVO_VERSION%%.a -lib/libedata-book-%%EVO_VERSION%%.la -lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.2 -lib/libedata-cal-%%EVO_VERSION%%.a -lib/libedata-cal-%%EVO_VERSION%%.la -lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.7 -lib/libedataserver-%%EVO_VERSION%%.a -lib/libedataserver-%%EVO_VERSION%%.la -lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.11 -lib/libedataserverui-%%EVO_VERSION%%.a -lib/libedataserverui-%%EVO_VERSION%%.la -lib/libedataserverui-%%EVO_VERSION%%.so -lib/libedataserverui-%%EVO_VERSION%%.so.8 -lib/libegroupwise-%%EVO_VERSION%%.a -lib/libegroupwise-%%EVO_VERSION%%.la -lib/libegroupwise-%%EVO_VERSION%%.so -lib/libegroupwise-%%EVO_VERSION%%.so.13 -lib/libgdata-%%EVO_VERSION%%.a -lib/libgdata-%%EVO_VERSION%%.la -lib/libgdata-%%EVO_VERSION%%.so -lib/libgdata-%%EVO_VERSION%%.so.1 -lib/libgdata-google-%%EVO_VERSION%%.a -lib/libgdata-google-%%EVO_VERSION%%.la -lib/libgdata-google-%%EVO_VERSION%%.so -lib/libgdata-google-%%EVO_VERSION%%.so.1 -libdata/pkgconfig/camel-%%EVO_VERSION%%.pc -libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc -libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebook-%%EVO_VERSION%%.pc -libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc -libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc -libdata/pkgconfig/libgdata-%%EVO_VERSION%%.pc -libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc -libexec/camel-index-control-%%EVO_VERSION%% -libexec/camel-lock-helper-%%EVO_VERSION%% -libexec/e-addressbook-factory -libexec/e-calendar-factory -share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service -share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service -share/doc/camel/Addresses.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Deprecated.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/Search-Folders.html -share/doc/camel/Services.html -share/doc/camel/Storage.html -share/doc/camel/Stream-Filters.html -share/doc/camel/Streams.html -share/doc/camel/Utilities.html -share/doc/camel/api-index-2.22.html -share/doc/camel/api-index-2.24.html -share/doc/camel/api-index-2.26.html -share/doc/camel/api-index-2.28.html -share/doc/camel/api-index-2.30.html -share/doc/camel/api-index-deprecated.html -share/doc/camel/api-index-full.html -share/doc/camel/camel-CamelAddress.html -share/doc/camel/camel-CamelCertDB.html -share/doc/camel/camel-CamelCipherContext.html -share/doc/camel/camel-CamelDB.html -share/doc/camel/camel-CamelDataCache.html -share/doc/camel/camel-CamelDataWrapper.html -share/doc/camel/camel-CamelDigestFolder.html -share/doc/camel/camel-CamelDigestStore.html -share/doc/camel/camel-CamelDigestSummary.html -share/doc/camel/camel-CamelDiscoDiary.html -share/doc/camel/camel-CamelDiscoFolder.html -share/doc/camel/camel-CamelDiscoStore.html -share/doc/camel/camel-CamelFilterDriver.html -share/doc/camel/camel-CamelFolder.html -share/doc/camel/camel-CamelFolderSearch.html -share/doc/camel/camel-CamelFolderSummary.html -share/doc/camel/camel-CamelGpgContext.html -share/doc/camel/camel-CamelHttpStream.html -share/doc/camel/camel-CamelIndex.html -share/doc/camel/camel-CamelInternetAddress.html -share/doc/camel/camel-CamelKeyFile.html -share/doc/camel/camel-CamelKeyTable.html -share/doc/camel/camel-CamelMedium.html -share/doc/camel/camel-CamelMimeFilter.html -share/doc/camel/camel-CamelMimeFilterBasic.html -share/doc/camel/camel-CamelMimeFilterBestenc.html -share/doc/camel/camel-CamelMimeFilterCRLF.html -share/doc/camel/camel-CamelMimeFilterCanon.html -share/doc/camel/camel-CamelMimeFilterCharset.html -share/doc/camel/camel-CamelMimeFilterEnriched.html -share/doc/camel/camel-CamelMimeFilterFrom.html -share/doc/camel/camel-CamelMimeFilterGZip.html -share/doc/camel/camel-CamelMimeFilterHTML.html -share/doc/camel/camel-CamelMimeFilterIndex.html -share/doc/camel/camel-CamelMimeFilterLinewrap.html -share/doc/camel/camel-CamelMimeFilterPgp.html -share/doc/camel/camel-CamelMimeFilterProgress.html -share/doc/camel/camel-CamelMimeFilterSave.html -share/doc/camel/camel-CamelMimeFilterToHTML.html -share/doc/camel/camel-CamelMimeFilterWindows.html -share/doc/camel/camel-CamelMimeFilterYenc.html -share/doc/camel/camel-CamelMimeMessage.html -share/doc/camel/camel-CamelMimeParser.html -share/doc/camel/camel-CamelMimePart.html -share/doc/camel/camel-CamelMsgPort.html -share/doc/camel/camel-CamelMultipart.html -share/doc/camel/camel-CamelMultipartEncrypted.html -share/doc/camel/camel-CamelMultipartSigned.html -share/doc/camel/camel-CamelNNTPAddress.html -share/doc/camel/camel-CamelNewsAddress.html -share/doc/camel/camel-CamelObject.html -share/doc/camel/camel-CamelOfflineFolder.html -share/doc/camel/camel-CamelOfflineJournal.html -share/doc/camel/camel-CamelOfflineStore.html -share/doc/camel/camel-CamelSMIMEContext.html -share/doc/camel/camel-CamelSasl.html -share/doc/camel/camel-CamelSaslAnonymous.html -share/doc/camel/camel-CamelSaslCramMd5.html -share/doc/camel/camel-CamelSaslDigestMd5.html -share/doc/camel/camel-CamelSaslGssapi.html -share/doc/camel/camel-CamelSaslLogin.html -share/doc/camel/camel-CamelSaslNTLM.html -share/doc/camel/camel-CamelSaslPOPB4SMTP.html -share/doc/camel/camel-CamelSaslPlain.html -share/doc/camel/camel-CamelSeekableStream.html -share/doc/camel/camel-CamelSeekableSubstream.html -share/doc/camel/camel-CamelService.html -share/doc/camel/camel-CamelSession.html -share/doc/camel/camel-CamelStore.html -share/doc/camel/camel-CamelStoreSummary.html -share/doc/camel/camel-CamelStream.html -share/doc/camel/camel-CamelStreamBuffer.html -share/doc/camel/camel-CamelStreamFilter.html -share/doc/camel/camel-CamelStreamFs.html -share/doc/camel/camel-CamelStreamMem.html -share/doc/camel/camel-CamelStreamNull.html -share/doc/camel/camel-CamelStreamProcess.html -share/doc/camel/camel-CamelStreamVFS.html -share/doc/camel/camel-CamelTcpStream.html -share/doc/camel/camel-CamelTcpStreamRaw.html -share/doc/camel/camel-CamelTcpStreamSSL.html -share/doc/camel/camel-CamelTextIndexName.html -share/doc/camel/camel-CamelTransport.html -share/doc/camel/camel-CamelVTrashFolder.html -share/doc/camel/camel-CamelVeeFolder.html -share/doc/camel/camel-CamelVeeStore.html -share/doc/camel/camel-CamelVeeSummary.html -share/doc/camel/camel-camel-arg.html -share/doc/camel/camel-camel-charset-map.html -share/doc/camel/camel-camel-debug.html -share/doc/camel/camel-camel-exception.html -share/doc/camel/camel-camel-file-utils.html -share/doc/camel/camel-camel-filter-search.html -share/doc/camel/camel-camel-folder-thread.html -share/doc/camel/camel-camel-iconv.html -share/doc/camel/camel-camel-junk-plugin.html -share/doc/camel/camel-camel-list-utils.html -share/doc/camel/camel-camel-lock-client.html -share/doc/camel/camel-camel-lock.html -share/doc/camel/camel-camel-mime-utils.html -share/doc/camel/camel-camel-movemail.html -share/doc/camel/camel-camel-net-utils.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-process.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-search-sql.html -share/doc/camel/camel-camel-search-sql-sexp.html -share/doc/camel/camel-camel-string-utils.html -share/doc/camel/camel-camel-trie.html -share/doc/camel/camel-camel-uid-cache.html -share/doc/camel/camel-camel-url-scanner.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel-camel-utf8.html -share/doc/camel/camel-camel.html -share/doc/camel/camel.devhelp -share/doc/camel/camel.devhelp2 -share/doc/camel/classes.html -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png -share/doc/libebackend/api-index-2.24.html -share/doc/libebackend/api-index-2.26.html -share/doc/libebackend/api-index-2.28.html -share/doc/libebackend/api-index-2.30.html -share/doc/libebackend/ch01.html -share/doc/libebackend/home.png -share/doc/libebackend/index.html -share/doc/libebackend/index.sgml -share/doc/libebackend/ix01.html -share/doc/libebackend/left.png -share/doc/libebackend/libebackend-EOfflineListener.html -share/doc/libebackend/libebackend-e-data-server-module.html -share/doc/libebackend/libebackend-e-db3-utils.html -share/doc/libebackend/libebackend-e-dbhash.html -share/doc/libebackend/libebackend-e-file-cache.html -share/doc/libebackend/libebackend.devhelp -share/doc/libebackend/libebackend.devhelp2 -share/doc/libebackend/right.png -share/doc/libebackend/style.css -share/doc/libebackend/up.png -share/doc/libebook/EBook.html -share/doc/libebook/EBookView.html -share/doc/libebook/EContact.html -share/doc/libebook/EDestination.html -share/doc/libebook/EVCard.html -share/doc/libebook/api-index-1.12.html -share/doc/libebook/api-index-2.22.html -share/doc/libebook/api-index-2.24.html -share/doc/libebook/api-index-2.26.html -share/doc/libebook/api-index-2.28.html -share/doc/libebook/api-index-2.30.html -share/doc/libebook/api-index-full.html -share/doc/libebook/ch01.html -share/doc/libebook/home.png -share/doc/libebook/index.html -share/doc/libebook/index.sgml -share/doc/libebook/left.png -share/doc/libebook/libebook-EAddressWestern.html -share/doc/libebook/libebook-ENameWestern.html -share/doc/libebook/libebook-e-book-query.html -share/doc/libebook/libebook-e-book-types.html -share/doc/libebook/libebook.devhelp -share/doc/libebook/libebook.devhelp2 -share/doc/libebook/right.png -share/doc/libebook/style.css -share/doc/libebook/up.png -share/doc/libecal/ECal.html -share/doc/libecal/ECalComponent.html -share/doc/libecal/ECalView.html -share/doc/libecal/api-index-1.12.html -share/doc/libecal/api-index-2.22.html -share/doc/libecal/api-index-2.24.html -share/doc/libecal/api-index-2.26.html -share/doc/libecal/api-index-2.28.html -share/doc/libecal/api-index-2.30.html -share/doc/libecal/api-index-full.html -share/doc/libecal/ch01.html -share/doc/libecal/home.png -share/doc/libecal/index.html -share/doc/libecal/index.sgml -share/doc/libecal/left.png -share/doc/libecal/libecal-e-cal-check-timezones.html -share/doc/libecal/libecal-e-cal-recur.html -share/doc/libecal/libecal-e-cal-system-timezone.html -share/doc/libecal/libecal-e-cal-time-util.html -share/doc/libecal/libecal-e-cal-types.html -share/doc/libecal/libecal-e-cal-util.html -share/doc/libecal/libecal.devhelp -share/doc/libecal/libecal.devhelp2 -share/doc/libecal/right.png -share/doc/libecal/style.css -share/doc/libecal/up.png -share/doc/libedata-book/EBookBackend.html -share/doc/libedata-book/EBookBackendCache.html -share/doc/libedata-book/EBookBackendFactory.html -share/doc/libedata-book/EBookBackendSExp.html -share/doc/libedata-book/EBookBackendSummary.html -share/doc/libedata-book/EBookBackendSync.html -share/doc/libedata-book/EDataBook.html -share/doc/libedata-book/EDataBookView.html -share/doc/libedata-book/api-index-1.12.html -share/doc/libedata-book/api-index-2.22.html -share/doc/libedata-book/api-index-2.24.html -share/doc/libedata-book/api-index-2.26.html -share/doc/libedata-book/api-index-2.28.html -share/doc/libedata-book/api-index-2.30.html -share/doc/libedata-book/api-index-full.html -share/doc/libedata-book/ch01.html -share/doc/libedata-book/home.png -share/doc/libedata-book/index.html -share/doc/libedata-book/index.sgml -share/doc/libedata-book/left.png -share/doc/libedata-book/libedata-book-EDataBookFactory.html -share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html -share/doc/libedata-book/libedata-book-ximian-vcard.html -share/doc/libedata-book/libedata-book.devhelp -share/doc/libedata-book/libedata-book.devhelp2 -share/doc/libedata-book/right.png -share/doc/libedata-book/style.css -share/doc/libedata-book/up.png -share/doc/libedata-cal/ECalBackend.html -share/doc/libedata-cal/ECalBackendCache.html -share/doc/libedata-cal/ECalBackendFactory.html -share/doc/libedata-cal/ECalBackendSExp.html -share/doc/libedata-cal/ECalBackendSync.html -share/doc/libedata-cal/EDataCal.html -share/doc/libedata-cal/api-index-1.12.html -share/doc/libedata-cal/api-index-2.22.html -share/doc/libedata-cal/api-index-2.24.html -share/doc/libedata-cal/api-index-2.26.html -share/doc/libedata-cal/api-index-2.28.html -share/doc/libedata-cal/api-index-2.30.html -share/doc/libedata-cal/api-index-full.html -share/doc/libedata-cal/ch01.html -share/doc/libedata-cal/home.png -share/doc/libedata-cal/index.html -share/doc/libedata-cal/index.sgml -share/doc/libedata-cal/left.png -share/doc/libedata-cal/libedata-cal-ECalBackendFileStore.html -share/doc/libedata-cal/libedata-cal-ECalBackendLoaderFactory.html -share/doc/libedata-cal/libedata-cal-ECalBackendStore.html -share/doc/libedata-cal/libedata-cal-EDataCalFactory.html -share/doc/libedata-cal/libedata-cal-EDataCalView.html -share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html -share/doc/libedata-cal/libedata-cal.devhelp -share/doc/libedata-cal/libedata-cal.devhelp2 -share/doc/libedata-cal/right.png -share/doc/libedata-cal/style.css -share/doc/libedata-cal/up.png -share/doc/libedataserver/EAccount.html -share/doc/libedataserver/EAccountList.html -share/doc/libedataserver/EIterator.html -share/doc/libedataserver/EList.html -share/doc/libedataserver/EListIterator.html -share/doc/libedataserver/ESource.html -share/doc/libedataserver/ESourceGroup.html -share/doc/libedataserver/ESourceList.html -share/doc/libedataserver/api-index-1.12.html -share/doc/libedataserver/api-index-2.22.html -share/doc/libedataserver/api-index-2.24.html -share/doc/libedataserver/api-index-2.26.html -share/doc/libedataserver/api-index-2.28.html -share/doc/libedataserver/api-index-2.30.html -share/doc/libedataserver/api-index-full.html -share/doc/libedataserver/ch01.html -share/doc/libedataserver/home.png -share/doc/libedataserver/index.html -share/doc/libedataserver/index.sgml -share/doc/libedataserver/left.png -share/doc/libedataserver/libedataserver-EFlag.html -share/doc/libedataserver/libedataserver-EProxy.html -share/doc/libedataserver/libedataserver-ESExp.html -share/doc/libedataserver/libedataserver-Version-Information.html -share/doc/libedataserver/libedataserver-e-categories.html -share/doc/libedataserver/libedataserver-e-iconv.html -share/doc/libedataserver/libedataserver-e-memory.html -share/doc/libedataserver/libedataserver-e-msgport.html -share/doc/libedataserver/libedataserver-e-time-utils.html -share/doc/libedataserver/libedataserver-e-trie.html -share/doc/libedataserver/libedataserver-e-uid.html -share/doc/libedataserver/libedataserver-e-url.html -share/doc/libedataserver/libedataserver-e-util.html -share/doc/libedataserver/libedataserver-e-xml-hash-utils.html -share/doc/libedataserver/libedataserver-md5-utils.html -share/doc/libedataserver/libedataserver.devhelp -share/doc/libedataserver/libedataserver.devhelp2 -share/doc/libedataserver/right.png -share/doc/libedataserver/style.css -share/doc/libedataserver/up.png -share/doc/libedataserverui/ECategoriesDialog.html -share/doc/libedataserverui/EContactStore.html -share/doc/libedataserverui/EDestinationStore.html -share/doc/libedataserverui/ENameSelector.html -share/doc/libedataserverui/ENameSelectorDialog.html -share/doc/libedataserverui/ENameSelectorEntry.html -share/doc/libedataserverui/ENameSelectorList.html -share/doc/libedataserverui/ENameSelectorModel.html -share/doc/libedataserverui/ESourceComboBox.html -share/doc/libedataserverui/ESourceOptionMenu.html -share/doc/libedataserverui/ESourceSelector.html -share/doc/libedataserverui/ESourceSelectorDialog.html -share/doc/libedataserverui/ETreeModelGenerator.html -share/doc/libedataserverui/api-index-1.12.html -share/doc/libedataserverui/api-index-2.22.html -share/doc/libedataserverui/api-index-2.24.html -share/doc/libedataserverui/api-index-2.26.html -share/doc/libedataserverui/api-index-2.28.html -share/doc/libedataserverui/api-index-2.30.html -share/doc/libedataserverui/api-index-full.html -share/doc/libedataserverui/ch01.html -share/doc/libedataserverui/home.png -share/doc/libedataserverui/index.html -share/doc/libedataserverui/index.sgml -share/doc/libedataserverui/left.png -share/doc/libedataserverui/libedataserverui-ECategoryCompletion.html -share/doc/libedataserverui/libedataserverui-ECellRendererColor.html -share/doc/libedataserverui/libedataserverui-e-book-auth-util.html -share/doc/libedataserverui/libedataserverui-e-data-server-ui-marshal.html -share/doc/libedataserverui/libedataserverui-e-passwords.html -share/doc/libedataserverui/libedataserverui.devhelp -share/doc/libedataserverui/libedataserverui.devhelp2 -share/doc/libedataserverui/right.png -share/doc/libedataserverui/style.css -share/doc/libedataserverui/up.png -share/evolution-data-server-%%VERSION%%/evolutionperson.schema -share/evolution-data-server-%%VERSION%%/ui/e-categories-dialog.ui -share/evolution-data-server-%%VERSION%%/ui/e-name-selector-dialog.ui -%%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml -share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/pixmaps/evolution-data-server/category_birthday_16.png -share/pixmaps/evolution-data-server/category_business_16.png -share/pixmaps/evolution-data-server/category_favorites_16.png -share/pixmaps/evolution-data-server/category_gifts_16.png -share/pixmaps/evolution-data-server/category_goals_16.png -share/pixmaps/evolution-data-server/category_holiday-cards_16.png -share/pixmaps/evolution-data-server/category_holiday_16.png -share/pixmaps/evolution-data-server/category_hot-contacts_16.png -share/pixmaps/evolution-data-server/category_ideas_16.png -share/pixmaps/evolution-data-server/category_international_16.png -share/pixmaps/evolution-data-server/category_key-customer_16.png -share/pixmaps/evolution-data-server/category_miscellaneous_16.png -share/pixmaps/evolution-data-server/category_personal_16.png -share/pixmaps/evolution-data-server/category_phonecalls_16.png -share/pixmaps/evolution-data-server/category_status_16.png -share/pixmaps/evolution-data-server/category_strategies_16.png -share/pixmaps/evolution-data-server/category_suppliers_16.png -share/pixmaps/evolution-data-server/category_time-and-expenses_16.png -@dirrm share/pixmaps/evolution-data-server -%%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather -@dirrm share/evolution-data-server-%%VERSION%%/ui -@dirrm share/evolution-data-server-%%VERSION%% -@dirrm share/doc/libedataserverui -@dirrm share/doc/libedataserver -@dirrm share/doc/libedata-cal -@dirrm share/doc/libedata-book -@dirrm share/doc/libecal -@dirrm share/doc/libebook -@dirrm share/doc/libebackend -@dirrm share/doc/camel -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers -@dirrm lib/evolution-data-server-%%EVO_VERSION%% -@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui -@dirrm include/evolution-data-server-%%VERSION%%/libedataserver -@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal -@dirrm include/evolution-data-server-%%VERSION%%/libedata-book -@dirrm include/evolution-data-server-%%VERSION%%/libecal -@dirrm include/evolution-data-server-%%VERSION%%/libebook -@dirrm include/evolution-data-server-%%VERSION%%/libebackend -@dirrm include/evolution-data-server-%%VERSION%%/groupwise -@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata-google -@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata -@dirrm include/evolution-data-server-%%VERSION%%/google -@dirrm include/evolution-data-server-%%VERSION%%/camel -@dirrm include/evolution-data-server-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile deleted file mode 100644 index 888202cbf..000000000 --- a/databases/libgda4/Makefile +++ /dev/null @@ -1,150 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/databases/libgda4/Makefile,v 1.2 2009/04/18 20:16:29 marcus Exp $ -# - -PORTNAME= libgda4 -PORTVERSION?= 4.0.8 -PORTREVISION?= 0 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R} -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes -LIBGDA4_SLAVE?= no - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - json-glib-1.0.0:${PORTSDIR}/devel/json-glib -RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection - -USE_AUTOTOOLS= libtool:22 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-sybase \ - --enable-introspection -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -.include <bsd.port.pre.mk> - -#VERSION= ${PORTVERSION:R} -VERSION= 4.0 -PLIST_SUB= VERSION=${VERSION} - -.if ${LIBGDA4_SLAVE}=="no" -MAN1= gda-sql.1 gda-sql-4.0.1 -.else -USE_GNOME+= libgda4 -.endif - -.if ${LIBGDA4_SLAVE}=="bdb" -USE_BDB= yes -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-bdb -.endif - -.if ${LIBGDA4_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA4_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -.if ${LIBGDA4_SLAVE}=="ldap" -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${LIBGDA4_SLAVE}=="firebird" -LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - -.if ${LIBGDA4_SLAVE}=="freetds" -LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-tds -.endif - -# MDB (MS Access) -.if ${LIBGDA4_SLAVE}=="mdb" -LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA4_SLAVE}=="odbc" -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-odbc -.endif - -.if ${LIBGDA4_SLAVE}=="jdbc" -USE_JAVA= yes -JAVA_VENDOR= bsdjava openjdk -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.x -.elif ${OSVERSION} < 800000 -BROKEN= does not compile on 7.x -.endif -.else -CONFIGURE_ARGS+= --without-java -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|include/db.h|include/db${BDB_VER}/db.h|g' \ - -e 's|ldb47|ldb${BDB_VER}|g' \ - -e 's|ldb|ldb${BDB_VER}|g' \ - -e 's|libdb|libdb${BDB_VER}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|<db\.h>|<db${BDB_VER}/db.h>|' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ - ${WRKSRC}/providers/bdb/gda-bdb-test.c -.if ${LIBGDA4_SLAVE}!="no" -#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres -. for d in bdb jdbc mdb mysql postgres - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -.if ${LIBGDA4_SLAVE}=="no" -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/config \ - ${PREFIX}/etc/libgda-${VERSION}/config.default -.endif - -.include <bsd.port.post.mk> -.endif diff --git a/databases/libgda4/distinfo b/databases/libgda4/distinfo deleted file mode 100644 index eed091dfa..000000000 --- a/databases/libgda4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgda-4.0.8.tar.bz2) = 3e4a55f370805cda9ac415211da4aacc -SHA256 (gnome2/libgda-4.0.8.tar.bz2) = c731cd8015f63a3bff37341cb8ffc4d8086a535d960af098194968ac87555788 -SIZE (gnome2/libgda-4.0.8.tar.bz2) = 8229914 diff --git a/databases/libgda4/files/patch-libgda_Makefile.in b/databases/libgda4/files/patch-libgda_Makefile.in deleted file mode 100644 index e33d5924a..000000000 --- a/databases/libgda4/files/patch-libgda_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- libgda/Makefile.in.orig 2010-03-21 03:57:28.000000000 -0400 -+++ libgda/Makefile.in 2010-03-21 03:58:29.000000000 -0400 -@@ -1349,7 +1349,8 @@ dist-hook: - @HAVE_INTROSPECTION_TRUE@ --include=GL-1.0 \ - @HAVE_INTROSPECTION_TRUE@ --include=GObject-2.0 \ - @HAVE_INTROSPECTION_TRUE@ --include=libxml2-2.0 \ --@HAVE_INTROSPECTION_TRUE@ --library=gda-@GDA_ABI_VERSION@ \ -+@HAVE_INTROSPECTION_TRUE@ --libtool="$(LIBTOOL)" \ -+@HAVE_INTROSPECTION_TRUE@ --library=libgda-@GDA_ABI_VERSION@.la \ - @HAVE_INTROSPECTION_TRUE@ $(INCLUDE_CFLAGS) \ - @HAVE_INTROSPECTION_TRUE@ --output $@ \ - @HAVE_INTROSPECTION_TRUE@ $(addprefix $(srcdir)/, $(gda_headers)) \ diff --git a/databases/libgda4/pkg-descr b/databases/libgda4/pkg-descr deleted file mode 100644 index 12eb57b5e..000000000 --- a/databases/libgda4/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda4/pkg-plist b/databases/libgda4/pkg-plist deleted file mode 100644 index 90fa91768..000000000 --- a/databases/libgda4/pkg-plist +++ /dev/null @@ -1,223 +0,0 @@ -bin/gda-list-config-%%VERSION%% -bin/gda-list-config -bin/gda-list-server-op-%%VERSION%% -bin/gda-list-server-op -bin/gda-sql-%%VERSION%% -bin/gda-sql -bin/gda-test-connection-%%VERSION%% -bin/gda_trml2html/__init__.py -bin/gda_trml2html/trml2html.py -bin/gda_trml2html/utils.py -bin/gda_trml2pdf/__init__.py -bin/gda_trml2pdf/color.py -bin/gda_trml2pdf/trml2pdf.py -bin/gda_trml2pdf/utils.py -@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi -etc/libgda-%%VERSION%%/config.default -@exec [ -f %B/config ] || cp %B/%f %B/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h -include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h -include/libgda-%%VERSION%%/libgda-report/libgda-report.h -include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h -include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h -include/libgda-%%VERSION%%/libgda/gda-batch.h -include/libgda-%%VERSION%%/libgda/gda-binreloc.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection-event.h -include/libgda-%%VERSION%%/libgda/gda-connection-private.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h -include/libgda-%%VERSION%%/libgda/gda-data-comparator.h -include/libgda-%%VERSION%%/libgda/gda-data-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-data-select.h -include/libgda-%%VERSION%%/libgda/gda-debug-macros.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-easy.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-holder.h -include/libgda-%%VERSION%%/libgda/gda-lockable.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-meta-store.h -include/libgda-%%VERSION%%/libgda/gda-meta-struct.h -include/libgda-%%VERSION%%/libgda/gda-mutex.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-server-operation.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-set.h -include/libgda-%%VERSION%%/libgda/gda-statement-extra.h -include/libgda-%%VERSION%%/libgda/gda-statement.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h -include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h -include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h -include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h -include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h -lib/girepository-1.0/Gda-4.0.typelib -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.4 -lib/libgda-%%VERSION%%/providers/libgda-sqlite.a -lib/libgda-%%VERSION%%/providers/libgda-sqlite.la -lib/libgda-%%VERSION%%/providers/libgda-sqlite.so -lib/libgda-report-%%VERSION%%.a -lib/libgda-report-%%VERSION%%.la -lib/libgda-report-%%VERSION%%.so -lib/libgda-report-%%VERSION%%.so.4 -lib/libgda-xslt-%%VERSION%%.a -lib/libgda-xslt-%%VERSION%%.la -lib/libgda-xslt-%%VERSION%%.so -lib/libgda-xslt-%%VERSION%%.so.4 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-report-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc -share/gir-1.0/Gda-4.0.gir -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -share/libgda-%%VERSION%%/information_schema.xml -share/libgda-%%VERSION%%/sqlite_specs_add_column.xml -share/libgda-%%VERSION%%/sqlite_specs_create_db.xml -share/libgda-%%VERSION%%/sqlite_specs_create_index.xml -share/libgda-%%VERSION%%/sqlite_specs_create_table.xml -share/libgda-%%VERSION%%/sqlite_specs_create_view.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_view.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -share/libgda-%%VERSION%%/web/cnc.js -share/libgda-%%VERSION%%/web/gda-print.css -share/libgda-%%VERSION%%/web/gda.css -share/libgda-%%VERSION%%/web/irb.css -share/libgda-%%VERSION%%/web/irb.js -share/libgda-%%VERSION%%/web/jquery.js -share/libgda-%%VERSION%%/web/md5.js -share/libgda-%%VERSION%%/web/mouseapp_2.js -share/libgda-%%VERSION%%/web/mouseirb_2.js -share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo -@dirrm share/libgda-%%VERSION%%/web -@dirrm share/libgda-%%VERSION%%/dtd -@dirrm share/libgda-%%VERSION%%/ -@dirrm lib/libgda-%%VERSION%%/providers -@dirrm lib/libgda-%%VERSION%% -@dirrm include/libgda-%%VERSION%%/libgda/virtual -@dirrm include/libgda-%%VERSION%%/libgda/sqlite -@dirrm include/libgda-%%VERSION%%/libgda/sql-parser -@dirrm include/libgda-%%VERSION%%/libgda/providers-support -@dirrm include/libgda-%%VERSION%%/libgda/handlers -@dirrm include/libgda-%%VERSION%%/libgda-xslt -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%% -@dirrmtry etc/libgda-%%VERSION%% -@dirrm bin/gda_trml2pdf -@dirrm bin/gda_trml2html -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile deleted file mode 100644 index f873ceef7..000000000 --- a/deskutils/alacarte/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: menueditor -# Date created: 22 March 2005 -# Whom: FreeBSD GNOME Team -# -# $FreeBSD$ -# $MCom: ports/deskutils/alacarte/Makefile,v 1.23 2009/09/21 16:31:27 kwm Exp $ -# - -PORTNAME= alacarte -PORTVERSION= 0.13.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An editor for the freedesktop.org menu specification - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PYTHON= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/Alacarte/MenuEditor.py - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/Alacarte/util.py - @${REINPLACE_CMD} -e 's|python2.4|${PYTHON_VERSION}|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/deskutils/alacarte/distinfo b/deskutils/alacarte/distinfo deleted file mode 100644 index f1a887f4e..000000000 --- a/deskutils/alacarte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/alacarte-0.13.1.tar.bz2) = b45232eaf093e7e1fbf99b335d8b880c -SHA256 (gnome2/alacarte-0.13.1.tar.bz2) = 76bfea066ee7e0d2b7d878d4da6452594cf9b41039c8748de06a982c162f150f -SIZE (gnome2/alacarte-0.13.1.tar.bz2) = 190512 diff --git a/deskutils/alacarte/files/patch-Alacarte_util.py b/deskutils/alacarte/files/patch-Alacarte_util.py deleted file mode 100644 index fa7e2d800..000000000 --- a/deskutils/alacarte/files/patch-Alacarte_util.py +++ /dev/null @@ -1,29 +0,0 @@ ---- Alacarte/util.py.orig Tue Oct 3 15:11:10 2006 -+++ Alacarte/util.py Tue Oct 3 15:12:35 2006 -@@ -141,7 +141,7 @@ - file_path = os.path.join(system_path, 'applications', file_id) - if os.path.isfile(file_path): - return file_path -- file_path = os.path.join('/', 'usr', 'share', 'applications', file_id) -+ file_path = os.path.join('/', '/usr/local', 'share', 'applications', file_id) - if os.path.isfile(file_path): - return file_path - return False -@@ -166,7 +166,7 @@ - file_path = os.path.join(system_path, 'desktop-directories', file_id) - if os.path.isfile(file_path): - return file_path -- file_path = os.path.join('/', 'usr', 'share', 'desktop-directories', file_id) -+ file_path = os.path.join('/', '/usr/local', 'share', 'desktop-directories', file_id) - if os.path.isfile(file_path): - return file_path - return False -@@ -187,7 +187,7 @@ - file_path = os.path.join(system_path, 'menus', file_name) - if os.path.isfile(file_path): - return file_path -- file_path = os.path.join('/', 'etc', 'xdg', 'menus', file_name) -+ file_path = os.path.join('/', '/usr/local', 'etc', 'xdg', 'menus', file_name) - if os.path.isfile(file_path): - return file_path - return False diff --git a/deskutils/alacarte/pkg-descr b/deskutils/alacarte/pkg-descr deleted file mode 100644 index da883f8ed..000000000 --- a/deskutils/alacarte/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Alacarte is a simple freedesktop.org compliant menu editor -for GNOME that lets you change your menus, simply and -quickly. Just click and type to edit, add, and delete any -menu entry. - -WWW: http://www.realistanew.com/projects/alacarte/ diff --git a/deskutils/alacarte/pkg-plist b/deskutils/alacarte/pkg-plist deleted file mode 100644 index f967a1736..000000000 --- a/deskutils/alacarte/pkg-plist +++ /dev/null @@ -1,160 +0,0 @@ -bin/alacarte -%%PYTHON_SITELIBDIR%%/Alacarte/MainWindow.py -%%PYTHON_SITELIBDIR%%/Alacarte/MainWindow.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/MainWindow.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/MenuEditor.py -%%PYTHON_SITELIBDIR%%/Alacarte/MenuEditor.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/MenuEditor.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/__init__.py -%%PYTHON_SITELIBDIR%%/Alacarte/__init__.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/__init__.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/config.py -%%PYTHON_SITELIBDIR%%/Alacarte/config.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/config.pyo -%%PYTHON_SITELIBDIR%%/Alacarte/util.py -%%PYTHON_SITELIBDIR%%/Alacarte/util.pyc -%%PYTHON_SITELIBDIR%%/Alacarte/util.pyo -share/alacarte/alacarte.ui -share/applications/alacarte.desktop -share/icons/hicolor/16x16/apps/alacarte.png -share/icons/hicolor/22x22/apps/alacarte.png -share/icons/hicolor/24x24/apps/alacarte.png -share/icons/hicolor/256x256/apps/alacarte.png -share/icons/hicolor/32x32/apps/alacarte.png -share/icons/hicolor/48x48/apps/alacarte.png -share/locale/ar/LC_MESSAGES/alacarte.mo -share/locale/as/LC_MESSAGES/alacarte.mo -share/locale/ast/LC_MESSAGES/alacarte.mo -share/locale/be/LC_MESSAGES/alacarte.mo -share/locale/be@latin/LC_MESSAGES/alacarte.mo -share/locale/bem/LC_MESSAGES/alacarte.mo -share/locale/bg/LC_MESSAGES/alacarte.mo -share/locale/bn/LC_MESSAGES/alacarte.mo -share/locale/bn_IN/LC_MESSAGES/alacarte.mo -share/locale/br/LC_MESSAGES/alacarte.mo -share/locale/ca/LC_MESSAGES/alacarte.mo -share/locale/ca@valencia/LC_MESSAGES/alacarte.mo -share/locale/crh/LC_MESSAGES/alacarte.mo -share/locale/cs/LC_MESSAGES/alacarte.mo -share/locale/cy/LC_MESSAGES/alacarte.mo -share/locale/da/LC_MESSAGES/alacarte.mo -share/locale/de/LC_MESSAGES/alacarte.mo -share/locale/dz/LC_MESSAGES/alacarte.mo -share/locale/el/LC_MESSAGES/alacarte.mo -share/locale/en@shaw/LC_MESSAGES/alacarte.mo -share/locale/en_CA/LC_MESSAGES/alacarte.mo -share/locale/en_GB/LC_MESSAGES/alacarte.mo -share/locale/eo/LC_MESSAGES/alacarte.mo -share/locale/es/LC_MESSAGES/alacarte.mo -share/locale/et/LC_MESSAGES/alacarte.mo -share/locale/eu/LC_MESSAGES/alacarte.mo -share/locale/fa/LC_MESSAGES/alacarte.mo -share/locale/fi/LC_MESSAGES/alacarte.mo -share/locale/fr/LC_MESSAGES/alacarte.mo -share/locale/fur/LC_MESSAGES/alacarte.mo -share/locale/ga/LC_MESSAGES/alacarte.mo -share/locale/gl/LC_MESSAGES/alacarte.mo -share/locale/gu/LC_MESSAGES/alacarte.mo -share/locale/he/LC_MESSAGES/alacarte.mo -share/locale/hi/LC_MESSAGES/alacarte.mo -share/locale/hr/LC_MESSAGES/alacarte.mo -share/locale/hu/LC_MESSAGES/alacarte.mo -share/locale/id/LC_MESSAGES/alacarte.mo -share/locale/io/LC_MESSAGES/alacarte.mo -share/locale/it/LC_MESSAGES/alacarte.mo -share/locale/ja/LC_MESSAGES/alacarte.mo -share/locale/ka/LC_MESSAGES/alacarte.mo -share/locale/kk/LC_MESSAGES/alacarte.mo -share/locale/kn/LC_MESSAGES/alacarte.mo -share/locale/ko/LC_MESSAGES/alacarte.mo -share/locale/ku/LC_MESSAGES/alacarte.mo -share/locale/lt/LC_MESSAGES/alacarte.mo -share/locale/lv/LC_MESSAGES/alacarte.mo -share/locale/mai/LC_MESSAGES/alacarte.mo -share/locale/mg/LC_MESSAGES/alacarte.mo -share/locale/mk/LC_MESSAGES/alacarte.mo -share/locale/ml/LC_MESSAGES/alacarte.mo -share/locale/mn/LC_MESSAGES/alacarte.mo -share/locale/mr/LC_MESSAGES/alacarte.mo -share/locale/ms/LC_MESSAGES/alacarte.mo -share/locale/nb/LC_MESSAGES/alacarte.mo -share/locale/nds/LC_MESSAGES/alacarte.mo -share/locale/nl/LC_MESSAGES/alacarte.mo -share/locale/nn/LC_MESSAGES/alacarte.mo -share/locale/oc/LC_MESSAGES/alacarte.mo -share/locale/or/LC_MESSAGES/alacarte.mo -share/locale/pa/LC_MESSAGES/alacarte.mo -share/locale/pl/LC_MESSAGES/alacarte.mo -share/locale/ps/LC_MESSAGES/alacarte.mo -share/locale/pt/LC_MESSAGES/alacarte.mo -share/locale/pt_BR/LC_MESSAGES/alacarte.mo -share/locale/ro/LC_MESSAGES/alacarte.mo -share/locale/ru/LC_MESSAGES/alacarte.mo -share/locale/si/LC_MESSAGES/alacarte.mo -share/locale/sk/LC_MESSAGES/alacarte.mo -share/locale/sl/LC_MESSAGES/alacarte.mo -share/locale/sq/LC_MESSAGES/alacarte.mo -share/locale/sr/LC_MESSAGES/alacarte.mo -share/locale/sr@latin/LC_MESSAGES/alacarte.mo -share/locale/sv/LC_MESSAGES/alacarte.mo -share/locale/ta/LC_MESSAGES/alacarte.mo -share/locale/te/LC_MESSAGES/alacarte.mo -share/locale/th/LC_MESSAGES/alacarte.mo -share/locale/tr/LC_MESSAGES/alacarte.mo -share/locale/uk/LC_MESSAGES/alacarte.mo -share/locale/uz@cyrillic/LC_MESSAGES/alacarte.mo -share/locale/vi/LC_MESSAGES/alacarte.mo -share/locale/zh_CN/LC_MESSAGES/alacarte.mo -share/locale/zh_HK/LC_MESSAGES/alacarte.mo -share/locale/zh_TW/LC_MESSAGES/alacarte.mo -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrm share/alacarte -@dirrm %%PYTHON_SITELIBDIR%%/Alacarte -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/bem/LC_MESSAGES -@dirrmtry share/locale/bem -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile deleted file mode 100644 index 527f4f3e5..000000000 --- a/deskutils/deskbar-applet/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: deskbar-applet -# Date created: 2005-07-13 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.113 2010/03/31 06:21:22 avl Exp $ -# - -PORTNAME= deskbar-applet -PORTVERSION= 2.30.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Omnipresent versatile search interface - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack -USE_PYTHON= yes -USE_GMAKE= yes -USE_DISPLAY= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= deskbar-applet.schemas - -OPTIONS= EVO "Enable evolution support" on - -.include <bsd.port.pre.mk> - -_OSRELEASE!= ${UNAME} -r - -.if !defined(WITHOUT_EVO) -USE_GNOME+= evolutiondataserver -PLIST_SUB+= EVO="" -.else -CONFIGURE_ARGS+=--disable-evolution -PLIST_SUB+= EVO="@comment " -.endif - -.if ${PYTHON_REL} < 250 -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/deskbar/handlers/mozilla.py \ - ${WRKSRC}/deskbar/core/Utils.py - -.include <bsd.port.post.mk> diff --git a/deskutils/deskbar-applet/distinfo b/deskutils/deskbar-applet/distinfo deleted file mode 100644 index 01879e9f7..000000000 --- a/deskutils/deskbar-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/deskbar-applet-2.30.1.tar.bz2) = 80ba002fb063a9f034cc82d7099932e5 -SHA256 (gnome2/deskbar-applet-2.30.1.tar.bz2) = 0754e15db1b5295dbb7e4134bafe06ffad054cf09d8f3034b95b14a0af534a89 -SIZE (gnome2/deskbar-applet-2.30.1.tar.bz2) = 1064879 diff --git a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py b/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py deleted file mode 100644 index 1a41213c3..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- deskbar/core/Utils.py.orig 2007-08-13 13:07:20.000000000 -0400 -+++ deskbar/core/Utils.py 2007-08-14 14:35:19.000000000 -0400 -@@ -51,7 +51,7 @@ def get_xdg_data_dirs(): - - sysdirs = os.getenv("XDG_DATA_DIRS") - if sysdirs == None: -- sysdirs = "/usr/local/share:/usr/share" -+ sysdirs = "/usr/local/share" - - dirs = "%s:%s" % (dirs, sysdirs) - return [dir for dir in dirs.split(":") if dir.strip() != "" and exists(dir)] diff --git a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py deleted file mode 100644 index aeb9dadaa..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py +++ /dev/null @@ -1,17 +0,0 @@ ---- deskbar/deskbar-applet.py.orig Tue Jul 10 15:28:29 2007 -+++ deskbar/deskbar-applet.py Tue Jul 10 15:29:43 2007 -@@ -43,10 +43,10 @@ - gettext.bind_textdomain_codeset('deskbar-applet','UTF-8') - gettext.textdomain('deskbar-applet') - --locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale"))) --if hasattr(locale, 'bind_textdomain_codeset'): -- locale.bind_textdomain_codeset('deskbar-applet','UTF-8') --locale.textdomain('deskbar-applet') -+#locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale"))) -+#if hasattr(locale, 'bind_textdomain_codeset'): -+# locale.bind_textdomain_codeset('deskbar-applet','UTF-8') -+#locale.textdomain('deskbar-applet') - - # Enable threads - gtk.gdk.threads_init() diff --git a/deskutils/deskbar-applet/pkg-descr b/deskutils/deskbar-applet/pkg-descr deleted file mode 100644 index 4eed2539a..000000000 --- a/deskutils/deskbar-applet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Omnipresent versatile GNOME search applet. - -WWW: http://raphael.slinckx.net/deskbar/ diff --git a/deskutils/deskbar-applet/pkg-plist b/deskutils/deskbar-applet/pkg-plist deleted file mode 100644 index e2850c7fa..000000000 --- a/deskutils/deskbar-applet/pkg-plist +++ /dev/null @@ -1,547 +0,0 @@ -libexec/deskbar-applet/deskbar-applet -libexec/deskbar-applet/modules-2.20-compatible/beagle-live.py -libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyc -libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyo -libexec/deskbar-applet/modules-2.20-compatible/beagle-static.py -libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyc -libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyo -libexec/deskbar-applet/modules-2.20-compatible/calculator.py -libexec/deskbar-applet/modules-2.20-compatible/calculator.pyc -libexec/deskbar-applet/modules-2.20-compatible/calculator.pyo -libexec/deskbar-applet/modules-2.20-compatible/desklicious.py -libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyc -libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyo -libexec/deskbar-applet/modules-2.20-compatible/epiphany.py -libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyc -libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyo -%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.py -%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.pyc -%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.pyo -libexec/deskbar-applet/modules-2.20-compatible/files.py -libexec/deskbar-applet/modules-2.20-compatible/files.pyc -libexec/deskbar-applet/modules-2.20-compatible/files.pyo -libexec/deskbar-applet/modules-2.20-compatible/gdmactions.py -libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyc -libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyo -libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.py -libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc -libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo -libexec/deskbar-applet/modules-2.20-compatible/googlesearch.py -libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyc -libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyo -libexec/deskbar-applet/modules-2.20-compatible/history.py -libexec/deskbar-applet/modules-2.20-compatible/history.pyc -libexec/deskbar-applet/modules-2.20-compatible/history.pyo -libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.py -libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc -libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo -libexec/deskbar-applet/modules-2.20-compatible/mozilla.py -libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyc -libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyo -libexec/deskbar-applet/modules-2.20-compatible/opensearch.py -libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyc -libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyo -libexec/deskbar-applet/modules-2.20-compatible/programs.py -libexec/deskbar-applet/modules-2.20-compatible/programs.pyc -libexec/deskbar-applet/modules-2.20-compatible/programs.pyo -libexec/deskbar-applet/modules-2.20-compatible/recent.py -libexec/deskbar-applet/modules-2.20-compatible/recent.pyc -libexec/deskbar-applet/modules-2.20-compatible/recent.pyo -libexec/deskbar-applet/modules-2.20-compatible/templates.py -libexec/deskbar-applet/modules-2.20-compatible/templates.pyc -libexec/deskbar-applet/modules-2.20-compatible/templates.pyo -libexec/deskbar-applet/modules-2.20-compatible/tomboy.py -libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyc -libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyo -libexec/deskbar-applet/modules-2.20-compatible/twitter.py -libexec/deskbar-applet/modules-2.20-compatible/twitter.pyc -libexec/deskbar-applet/modules-2.20-compatible/twitter.pyo -libexec/deskbar-applet/modules-2.20-compatible/web_address.py -libexec/deskbar-applet/modules-2.20-compatible/web_address.pyc -libexec/deskbar-applet/modules-2.20-compatible/web_address.pyo -libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py -libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc -libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo -libexec/deskbar-applet/modules-2.20-compatible/yahoo.py -libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyc -libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyo -%%PYTHON_SITELIBDIR%%/deskbar/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.py -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.py -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.py -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.py -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.la -%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.so -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.py -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/defs.py -%%PYTHON_SITELIBDIR%%/deskbar/defs.pyc -%%PYTHON_SITELIBDIR%%/deskbar/defs.pyo -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.py -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyc -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.pyo -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.py -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.pyc -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.pyo -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/_evolution.la -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/_evolution.so -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.la -%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.so -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/_iconentry.la -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/_iconentry.so -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.pyo -libdata/bonobo/servers/Deskbar_Applet.server -libdata/pkgconfig/deskbar-applet.pc -%%DATADIR%%/Deskbar_Applet.xml -%%DATADIR%%/art/delicious.png -%%DATADIR%%/art/deskbar-applet-panel-h.png -%%DATADIR%%/art/deskbar-applet-panel-h.svg -%%DATADIR%%/art/deskbar-applet-panel-v.png -%%DATADIR%%/art/deskbar-applet-panel-v.svg -%%DATADIR%%/art/epiphany-history.png -%%DATADIR%%/art/generic.png -%%DATADIR%%/art/google.png -%%DATADIR%%/art/gpm-suspend-to-disk.png -%%DATADIR%%/art/gpm-suspend-to-ram.png -%%DATADIR%%/art/note-new.png -%%DATADIR%%/art/note.png -%%DATADIR%%/art/web-search.png -%%DATADIR%%/art/wikipedia.png -%%DATADIR%%/art/yahoo.png -%%DATADIR%%/mozilla-search.ui -%%DATADIR%%/prefs-dialog.ui -%%DATADIR%%/smart-bookmarks.ui -share/gnome/help/deskbar/C/deskbar.xml -share/gnome/help/deskbar/C/figures/deskbar-applet.png -share/gnome/help/deskbar/C/legal.xml -share/gnome/help/deskbar/ca/deskbar.xml -share/gnome/help/deskbar/ca/figures/deskbar-applet.png -share/gnome/help/deskbar/ca/legal.xml -share/gnome/help/deskbar/cs/deskbar.xml -share/gnome/help/deskbar/cs/figures/deskbar-applet.png -share/gnome/help/deskbar/cs/legal.xml -share/gnome/help/deskbar/da/deskbar.xml -share/gnome/help/deskbar/da/figures/deskbar-applet.png -share/gnome/help/deskbar/da/legal.xml -share/gnome/help/deskbar/de/deskbar.xml -share/gnome/help/deskbar/de/figures/deskbar-applet.png -share/gnome/help/deskbar/de/legal.xml -share/gnome/help/deskbar/el/deskbar.xml -share/gnome/help/deskbar/el/figures/deskbar-applet.png -share/gnome/help/deskbar/el/legal.xml -share/gnome/help/deskbar/en_GB/deskbar.xml -share/gnome/help/deskbar/en_GB/figures/deskbar-applet.png -share/gnome/help/deskbar/en_GB/legal.xml -share/gnome/help/deskbar/es/deskbar.xml -share/gnome/help/deskbar/es/figures/deskbar-applet.png -share/gnome/help/deskbar/es/legal.xml -share/gnome/help/deskbar/fr/deskbar.xml -share/gnome/help/deskbar/fr/figures/deskbar-applet.png -share/gnome/help/deskbar/fr/legal.xml -share/gnome/help/deskbar/it/deskbar.xml -share/gnome/help/deskbar/it/figures/deskbar-applet.png -share/gnome/help/deskbar/it/legal.xml -share/gnome/help/deskbar/oc/deskbar.xml -share/gnome/help/deskbar/oc/figures/deskbar-applet.png -share/gnome/help/deskbar/oc/legal.xml -share/gnome/help/deskbar/pt_BR/deskbar.xml -share/gnome/help/deskbar/pt_BR/figures/deskbar-applet.png -share/gnome/help/deskbar/pt_BR/legal.xml -share/gnome/help/deskbar/ru/deskbar.xml -share/gnome/help/deskbar/ru/figures/deskbar-applet.png -share/gnome/help/deskbar/ru/legal.xml -share/gnome/help/deskbar/sv/deskbar.xml -share/gnome/help/deskbar/sv/figures/deskbar-applet.png -share/gnome/help/deskbar/sv/legal.xml -share/gnome/help/deskbar/uk/deskbar.xml -share/gnome/help/deskbar/uk/figures/deskbar-applet.png -share/gnome/help/deskbar/uk/legal.xml -share/gnome/help/deskbar/zh_CN/deskbar.xml -share/gnome/help/deskbar/zh_CN/figures/deskbar-applet.png -share/gnome/help/deskbar/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/deskbar-applet.png -share/icons/hicolor/22x22/apps/deskbar-applet.png -share/icons/hicolor/32x32/apps/deskbar-applet.png -share/icons/hicolor/48x48/apps/deskbar-applet.png -share/icons/hicolor/scalable/apps/deskbar-applet.svg -share/locale/af/LC_MESSAGES/deskbar-applet.mo -share/locale/ar/LC_MESSAGES/deskbar-applet.mo -share/locale/as/LC_MESSAGES/deskbar-applet.mo -share/locale/ast/LC_MESSAGES/deskbar-applet.mo -share/locale/be/LC_MESSAGES/deskbar-applet.mo -share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo -share/locale/bg/LC_MESSAGES/deskbar-applet.mo -share/locale/bn/LC_MESSAGES/deskbar-applet.mo -share/locale/bn_IN/LC_MESSAGES/deskbar-applet.mo -share/locale/br/LC_MESSAGES/deskbar-applet.mo -share/locale/ca/LC_MESSAGES/deskbar-applet.mo -share/locale/ca@valencia/LC_MESSAGES/deskbar-applet.mo -share/locale/cs/LC_MESSAGES/deskbar-applet.mo -share/locale/cy/LC_MESSAGES/deskbar-applet.mo -share/locale/da/LC_MESSAGES/deskbar-applet.mo -share/locale/de/LC_MESSAGES/deskbar-applet.mo -share/locale/dz/LC_MESSAGES/deskbar-applet.mo -share/locale/el/LC_MESSAGES/deskbar-applet.mo -share/locale/en@shaw/LC_MESSAGES/deskbar-applet.mo -share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo -share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo -share/locale/es/LC_MESSAGES/deskbar-applet.mo -share/locale/et/LC_MESSAGES/deskbar-applet.mo -share/locale/eu/LC_MESSAGES/deskbar-applet.mo -share/locale/fa/LC_MESSAGES/deskbar-applet.mo -share/locale/fi/LC_MESSAGES/deskbar-applet.mo -share/locale/fr/LC_MESSAGES/deskbar-applet.mo -share/locale/ga/LC_MESSAGES/deskbar-applet.mo -share/locale/gl/LC_MESSAGES/deskbar-applet.mo -share/locale/gu/LC_MESSAGES/deskbar-applet.mo -share/locale/he/LC_MESSAGES/deskbar-applet.mo -share/locale/hi/LC_MESSAGES/deskbar-applet.mo -share/locale/hr/LC_MESSAGES/deskbar-applet.mo -share/locale/hu/LC_MESSAGES/deskbar-applet.mo -share/locale/id/LC_MESSAGES/deskbar-applet.mo -share/locale/it/LC_MESSAGES/deskbar-applet.mo -share/locale/ja/LC_MESSAGES/deskbar-applet.mo -share/locale/ka/LC_MESSAGES/deskbar-applet.mo -share/locale/kn/LC_MESSAGES/deskbar-applet.mo -share/locale/ko/LC_MESSAGES/deskbar-applet.mo -share/locale/ku/LC_MESSAGES/deskbar-applet.mo -share/locale/lt/LC_MESSAGES/deskbar-applet.mo -share/locale/lv/LC_MESSAGES/deskbar-applet.mo -share/locale/mai/LC_MESSAGES/deskbar-applet.mo -share/locale/mg/LC_MESSAGES/deskbar-applet.mo -share/locale/mk/LC_MESSAGES/deskbar-applet.mo -share/locale/ml/LC_MESSAGES/deskbar-applet.mo -share/locale/mn/LC_MESSAGES/deskbar-applet.mo -share/locale/mr/LC_MESSAGES/deskbar-applet.mo -share/locale/nb/LC_MESSAGES/deskbar-applet.mo -share/locale/ne/LC_MESSAGES/deskbar-applet.mo -share/locale/nl/LC_MESSAGES/deskbar-applet.mo -share/locale/nn/LC_MESSAGES/deskbar-applet.mo -share/locale/oc/LC_MESSAGES/deskbar-applet.mo -share/locale/or/LC_MESSAGES/deskbar-applet.mo -share/locale/pa/LC_MESSAGES/deskbar-applet.mo -share/locale/pl/LC_MESSAGES/deskbar-applet.mo -share/locale/ps/LC_MESSAGES/deskbar-applet.mo -share/locale/pt/LC_MESSAGES/deskbar-applet.mo -share/locale/pt_BR/LC_MESSAGES/deskbar-applet.mo -share/locale/ro/LC_MESSAGES/deskbar-applet.mo -share/locale/ru/LC_MESSAGES/deskbar-applet.mo -share/locale/si/LC_MESSAGES/deskbar-applet.mo -share/locale/sk/LC_MESSAGES/deskbar-applet.mo -share/locale/sl/LC_MESSAGES/deskbar-applet.mo -share/locale/sq/LC_MESSAGES/deskbar-applet.mo -share/locale/sr/LC_MESSAGES/deskbar-applet.mo -share/locale/sr@latin/LC_MESSAGES/deskbar-applet.mo -share/locale/sv/LC_MESSAGES/deskbar-applet.mo -share/locale/ta/LC_MESSAGES/deskbar-applet.mo -share/locale/te/LC_MESSAGES/deskbar-applet.mo -share/locale/th/LC_MESSAGES/deskbar-applet.mo -share/locale/tr/LC_MESSAGES/deskbar-applet.mo -share/locale/uk/LC_MESSAGES/deskbar-applet.mo -share/locale/vi/LC_MESSAGES/deskbar-applet.mo -share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo -share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo -share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo -share/omf/deskbar/deskbar-C.omf -share/omf/deskbar/deskbar-ca.omf -share/omf/deskbar/deskbar-cs.omf -share/omf/deskbar/deskbar-da.omf -share/omf/deskbar/deskbar-de.omf -share/omf/deskbar/deskbar-el.omf -share/omf/deskbar/deskbar-en_GB.omf -share/omf/deskbar/deskbar-es.omf -share/omf/deskbar/deskbar-fr.omf -share/omf/deskbar/deskbar-it.omf -share/omf/deskbar/deskbar-oc.omf -share/omf/deskbar/deskbar-pt_BR.omf -share/omf/deskbar/deskbar-ru.omf -share/omf/deskbar/deskbar-sv.omf -share/omf/deskbar/deskbar-uk.omf -share/omf/deskbar/deskbar-zh_CN.omf -@dirrm share/omf/deskbar -@dirrm share/gnome/help/deskbar/zh_CN/figures -@dirrm share/gnome/help/deskbar/zh_CN -@dirrm share/gnome/help/deskbar/uk/figures -@dirrm share/gnome/help/deskbar/uk -@dirrm share/gnome/help/deskbar/sv/figures -@dirrm share/gnome/help/deskbar/sv -@dirrm share/gnome/help/deskbar/ru/figures -@dirrm share/gnome/help/deskbar/ru -@dirrm share/gnome/help/deskbar/pt_BR/figures -@dirrm share/gnome/help/deskbar/pt_BR -@dirrm share/gnome/help/deskbar/oc/figures -@dirrm share/gnome/help/deskbar/oc -@dirrm share/gnome/help/deskbar/it/figures -@dirrm share/gnome/help/deskbar/it -@dirrm share/gnome/help/deskbar/fr/figures -@dirrm share/gnome/help/deskbar/fr -@dirrm share/gnome/help/deskbar/es/figures -@dirrm share/gnome/help/deskbar/es -@dirrm share/gnome/help/deskbar/en_GB/figures -@dirrm share/gnome/help/deskbar/en_GB -@dirrm share/gnome/help/deskbar/el/figures -@dirrm share/gnome/help/deskbar/el -@dirrm share/gnome/help/deskbar/de/figures -@dirrm share/gnome/help/deskbar/de -@dirrm share/gnome/help/deskbar/da/figures -@dirrm share/gnome/help/deskbar/da -@dirrm share/gnome/help/deskbar/cs/figures -@dirrm share/gnome/help/deskbar/cs -@dirrm share/gnome/help/deskbar/ca/figures -@dirrm share/gnome/help/deskbar/ca -@dirrm share/gnome/help/deskbar/C/figures -@dirrm share/gnome/help/deskbar/C -@dirrm share/gnome/help/deskbar -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/preferences -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/osutils -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/interfaces -%%EVO%%@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/actions -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/updater -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core -@dirrm %%PYTHON_SITELIBDIR%%/deskbar -@dirrm libexec/deskbar-applet/modules-2.20-compatible -@dirrm libexec/deskbar-applet -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile deleted file mode 100644 index 13f7d556b..000000000 --- a/deskutils/glabels/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: glabels -# Date created: 29 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# $MCom: ports/deskutils/glabels/Makefile,v 1.9 2010/02/18 21:13:06 ahze Exp $ -# - -PORTNAME= glabels -PORTVERSION= 2.2.7 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program to create labels and business cards - -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui \ - desktopfileutils intlhack ltverhack -WANT_GNOME= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= glabels.1 - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+= --with-libebook -.else -CONFIGURE_ARGS+= --without-libebook -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|g' \ - ${WRKSRC}/iec16022-0.2.1/*.c - -.include <bsd.port.post.mk> diff --git a/deskutils/glabels/distinfo b/deskutils/glabels/distinfo deleted file mode 100644 index c2077c207..000000000 --- a/deskutils/glabels/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glabels-2.2.7.tar.gz) = 0830d3734b74e79946af59747ac097a5 -SHA256 (glabels-2.2.7.tar.gz) = 7ea7ea9f265aca8689a6bf1951650b25c0ac20148dfc535dc7ac37c01eb81b53 -SIZE (glabels-2.2.7.tar.gz) = 3808294 diff --git a/deskutils/glabels/pkg-descr b/deskutils/glabels/pkg-descr deleted file mode 100644 index ee00bc921..000000000 --- a/deskutils/glabels/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the Website: - -gLabels is a lightweight program for creating labels and -business cards for the GNOME desktop environment. It is -designed to work with various laser/ink-jet peel-off label -and business card sheets that you'll find at most office -supply stores. - -WWW: http://snaught.com/glabels/ - -- Martin Klaffenboeck -<martin.klaffenboeck@gmx.at> diff --git a/deskutils/glabels/pkg-plist b/deskutils/glabels/pkg-plist deleted file mode 100644 index 8ac833822..000000000 --- a/deskutils/glabels/pkg-plist +++ /dev/null @@ -1,214 +0,0 @@ -bin/glabels -bin/glabels-batch -include/libglabels/category.h -include/libglabels/db.h -include/libglabels/enums.h -include/libglabels/libglabels.h -include/libglabels/paper.h -include/libglabels/str.h -include/libglabels/template.h -include/libglabels/xml-category.h -include/libglabels/xml-paper.h -include/libglabels/xml-template.h -include/libglabels/xml.h -lib/libglabels.a -lib/libglabels.la -lib/libglabels.so -lib/libglabels.so.5 -libdata/pkgconfig/libglabels.pc -share/application-registry/glabels.applications -share/applications/glabels.desktop -share/doc/libglabels/ch01.html -share/doc/libglabels/ch02.html -share/doc/libglabels/ch03.html -share/doc/libglabels/home.png -share/doc/libglabels/index.html -share/doc/libglabels/index.sgml -share/doc/libglabels/left.png -share/doc/libglabels/libglabels-category.html -share/doc/libglabels/libglabels-db.html -share/doc/libglabels/libglabels-enums.html -share/doc/libglabels/libglabels-paper.html -share/doc/libglabels/libglabels-str.html -share/doc/libglabels/libglabels-template.html -share/doc/libglabels/libglabels-xml-category.html -share/doc/libglabels/libglabels-xml-paper.html -share/doc/libglabels/libglabels-xml-template.html -share/doc/libglabels/libglabels-xml.html -share/doc/libglabels/libglabels.devhelp -share/doc/libglabels/libglabels.devhelp2 -share/doc/libglabels/right.png -share/doc/libglabels/style.css -share/doc/libglabels/up.png -%%DATADIR%%/dtd/glabels-2.2.dtd -%%DATADIR%%/glade/merge-properties-dialog.glade -%%DATADIR%%/glade/new-label-dialog.glade -%%DATADIR%%/glade/object-editor.glade -%%DATADIR%%/glade/prefs-dialog.glade -%%DATADIR%%/glade/print-custom-widget.glade -%%DATADIR%%/glade/property-bar.glade -%%DATADIR%%/glade/template-designer.glade -%%DATADIR%%/glade/wdgt-media-select.glade -%%DATADIR%%/glade/wdgt-rotate-label.glade -%%DATADIR%%/templates/avery-iso-templates.xml -%%DATADIR%%/templates/avery-other-templates.xml -%%DATADIR%%/templates/avery-us-templates.xml -%%DATADIR%%/templates/brother-other-templates.xml -%%DATADIR%%/templates/categories.xml -%%DATADIR%%/templates/dymo-other-templates.xml -%%DATADIR%%/templates/misc-iso-templates.xml -%%DATADIR%%/templates/misc-other-templates.xml -%%DATADIR%%/templates/misc-us-templates.xml -%%DATADIR%%/templates/paper-sizes.xml -%%DATADIR%%/templates/pearl-templates.xml -%%DATADIR%%/templates/zweckform-iso-templates.xml -share/gnome/help/glabels/C/figures/glabels-template-cd.png -share/gnome/help/glabels/C/figures/glabels-template-label.png -share/gnome/help/glabels/C/figures/glabels-template-layout.png -share/gnome/help/glabels/C/figures/main-window-empty.png -share/gnome/help/glabels/C/figures/merge-ex1-1.png -share/gnome/help/glabels/C/figures/merge-ex1-2.png -share/gnome/help/glabels/C/figures/merge-ex1-3.png -share/gnome/help/glabels/C/figures/merge-ex1-4.png -share/gnome/help/glabels/C/figures/merge-ex2-1.png -share/gnome/help/glabels/C/figures/merge-ex2-2.png -share/gnome/help/glabels/C/figures/merge-ex2-3.png -share/gnome/help/glabels/C/figures/merge-ex2-4.png -share/gnome/help/glabels/C/figures/merge-ex3-1.png -share/gnome/help/glabels/C/figures/merge-ex3-2.png -share/gnome/help/glabels/C/figures/object-editor-sidebar.png -share/gnome/help/glabels/C/figures/print-copies.png -share/gnome/help/glabels/C/figures/print-merge.png -share/gnome/help/glabels/C/glabels.xml -share/gnome/help/glabels/C/legal.xml -share/gnome/help/glabels/cs/figures/glabels-template-cd.png -share/gnome/help/glabels/cs/figures/glabels-template-label.png -share/gnome/help/glabels/cs/figures/glabels-template-layout.png -share/gnome/help/glabels/cs/figures/main-window-empty.png -share/gnome/help/glabels/cs/figures/merge-ex1-1.png -share/gnome/help/glabels/cs/figures/merge-ex1-2.png -share/gnome/help/glabels/cs/figures/merge-ex1-3.png -share/gnome/help/glabels/cs/figures/merge-ex1-4.png -share/gnome/help/glabels/cs/figures/merge-ex2-1.png -share/gnome/help/glabels/cs/figures/merge-ex2-2.png -share/gnome/help/glabels/cs/figures/merge-ex2-3.png -share/gnome/help/glabels/cs/figures/merge-ex2-4.png -share/gnome/help/glabels/cs/figures/merge-ex3-1.png -share/gnome/help/glabels/cs/figures/merge-ex3-2.png -share/gnome/help/glabels/cs/figures/object-editor-sidebar.png -share/gnome/help/glabels/cs/figures/print-copies.png -share/gnome/help/glabels/cs/figures/print-merge.png -share/gnome/help/glabels/cs/glabels.xml -share/gnome/help/glabels/de/figures/glabels-template-cd.png -share/gnome/help/glabels/de/figures/glabels-template-label.png -share/gnome/help/glabels/de/figures/glabels-template-layout.png -share/gnome/help/glabels/de/figures/main-window-empty.png -share/gnome/help/glabels/de/figures/merge-ex1-1.png -share/gnome/help/glabels/de/figures/merge-ex1-2.png -share/gnome/help/glabels/de/figures/merge-ex1-3.png -share/gnome/help/glabels/de/figures/merge-ex1-4.png -share/gnome/help/glabels/de/figures/merge-ex2-1.png -share/gnome/help/glabels/de/figures/merge-ex2-2.png -share/gnome/help/glabels/de/figures/merge-ex2-3.png -share/gnome/help/glabels/de/figures/merge-ex2-4.png -share/gnome/help/glabels/de/figures/merge-ex3-1.png -share/gnome/help/glabels/de/figures/merge-ex3-2.png -share/gnome/help/glabels/de/figures/object-editor-sidebar.png -share/gnome/help/glabels/de/figures/print-copies.png -share/gnome/help/glabels/de/figures/print-merge.png -share/gnome/help/glabels/de/glabels.xml -share/gnome/help/glabels/es/figures/glabels-template-cd.png -share/gnome/help/glabels/es/figures/glabels-template-label.png -share/gnome/help/glabels/es/figures/glabels-template-layout.png -share/gnome/help/glabels/es/figures/main-window-empty.png -share/gnome/help/glabels/es/figures/merge-ex1-1.png -share/gnome/help/glabels/es/figures/merge-ex1-2.png -share/gnome/help/glabels/es/figures/merge-ex1-3.png -share/gnome/help/glabels/es/figures/merge-ex1-4.png -share/gnome/help/glabels/es/figures/merge-ex2-1.png -share/gnome/help/glabels/es/figures/merge-ex2-2.png -share/gnome/help/glabels/es/figures/merge-ex2-3.png -share/gnome/help/glabels/es/figures/merge-ex2-4.png -share/gnome/help/glabels/es/figures/merge-ex3-1.png -share/gnome/help/glabels/es/figures/merge-ex3-2.png -share/gnome/help/glabels/es/figures/object-editor-sidebar.png -share/gnome/help/glabels/es/figures/print-copies.png -share/gnome/help/glabels/es/figures/print-merge.png -share/gnome/help/glabels/es/glabels.xml -share/gnome/help/glabels/fr/figures/glabels-template-cd.png -share/gnome/help/glabels/fr/figures/glabels-template-label.png -share/gnome/help/glabels/fr/figures/glabels-template-layout.png -share/gnome/help/glabels/fr/figures/main-window-empty.png -share/gnome/help/glabels/fr/figures/merge-ex1-1.png -share/gnome/help/glabels/fr/figures/merge-ex1-2.png -share/gnome/help/glabels/fr/figures/merge-ex1-3.png -share/gnome/help/glabels/fr/figures/merge-ex1-4.png -share/gnome/help/glabels/fr/figures/merge-ex2-1.png -share/gnome/help/glabels/fr/figures/merge-ex2-2.png -share/gnome/help/glabels/fr/figures/merge-ex2-3.png -share/gnome/help/glabels/fr/figures/merge-ex2-4.png -share/gnome/help/glabels/fr/figures/merge-ex3-1.png -share/gnome/help/glabels/fr/figures/merge-ex3-2.png -share/gnome/help/glabels/fr/figures/object-editor-sidebar.png -share/gnome/help/glabels/fr/figures/print-copies.png -share/gnome/help/glabels/fr/figures/print-merge.png -share/gnome/help/glabels/fr/glabels.xml -share/locale/ca/LC_MESSAGES/glabels.mo -share/locale/cs/LC_MESSAGES/glabels.mo -share/locale/da/LC_MESSAGES/glabels.mo -share/locale/de/LC_MESSAGES/glabels.mo -share/locale/eo/LC_MESSAGES/glabels.mo -share/locale/es/LC_MESSAGES/glabels.mo -share/locale/fr/LC_MESSAGES/glabels.mo -share/locale/it/LC_MESSAGES/glabels.mo -share/locale/ja/LC_MESSAGES/glabels.mo -share/locale/ko/LC_MESSAGES/glabels.mo -share/locale/pl/LC_MESSAGES/glabels.mo -share/locale/pt_BR/LC_MESSAGES/glabels.mo -share/locale/ru/LC_MESSAGES/glabels.mo -share/locale/sl/LC_MESSAGES/glabels.mo -share/locale/sv/LC_MESSAGES/glabels.mo -share/locale/zh_CN/LC_MESSAGES/glabels.mo -share/locale/zh_TW/LC_MESSAGES/glabels.mo -share/mime-info/glabels.keys -share/mime-info/glabels.mime -share/mime/application/x-glabels.xml -share/mime/packages/glabels.xml -share/omf/glabels/glabels-C.omf -share/omf/glabels/glabels-cs.omf -share/omf/glabels/glabels-de.omf -share/omf/glabels/glabels-es.omf -share/omf/glabels/glabels-fr.omf -share/pixmaps/glabels-application-x-glabels.png -share/pixmaps/glabels.png -share/pixmaps/glabels/ex-1layout.png -share/pixmaps/glabels/ex-2layouts.png -share/pixmaps/glabels/ex-cd-size.png -share/pixmaps/glabels/ex-rect-size.png -share/pixmaps/glabels/ex-round-size.png -share/pixmaps/glabels/glabels-about-logo.png -share/pixmaps/glabels/glabels-splash.png -@dirrm share/pixmaps/glabels -@dirrm share/omf/glabels -@dirrm share/gnome/help/glabels/fr/figures -@dirrm share/gnome/help/glabels/fr -@dirrm share/gnome/help/glabels/es/figures -@dirrm share/gnome/help/glabels/es -@dirrm share/gnome/help/glabels/de/figures -@dirrm share/gnome/help/glabels/de -@dirrm share/gnome/help/glabels/cs/figures -@dirrm share/gnome/help/glabels/cs -@dirrm share/gnome/help/glabels/C/figures -@dirrm share/gnome/help/glabels/C -@dirrm share/gnome/help/glabels -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/dtd -@dirrm %%DATADIR%% -@dirrm share/doc/libglabels -@dirrmtry share/applications -@dirrm include/libglabels -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile deleted file mode 100644 index 2d5f3da32..000000000 --- a/deskutils/gnome-utils/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.146 2010/01/30 23:24:40 marcus Exp $ -# - -PORTNAME= gnome-utils -PORTVERSION= 2.30.0 -PORTEPOCH= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 support utilities - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --enable-maintainer-flags=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-dictionary.1 gnome-screenshot.1 gnome-search-tool.1 \ - gnome-system-log.1 baobab.1 -GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \ - gnome-search-tool.schemas baobab.schemas \ - gnome-system-log.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo deleted file mode 100644 index 712ca37a6..000000000 --- a/deskutils/gnome-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-utils-2.30.0.tar.bz2) = c6d779ddccf99cbe0667b578078dd011 -SHA256 (gnome2/gnome-utils-2.30.0.tar.bz2) = 745bb25fce536dc5337e7b5cbcbce9eee66b3cc0c500de302759b98ebcef6a8f -SIZE (gnome2/gnome-utils-2.30.0.tar.bz2) = 7608826 diff --git a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c deleted file mode 100644 index f29974a81..000000000 --- a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500 -+++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500 -@@ -32,6 +32,7 @@ - #include <string.h> - #include <glib/gi18n.h> - #include <glib.h> -+#include <sys/types.h> - #include <regex.h> - #include <gdk/gdkx.h> - #include <libart_lgpl/art_rgb.h> diff --git a/deskutils/gnome-utils/files/patch-logview_logview-manager.c b/deskutils/gnome-utils/files/patch-logview_logview-manager.c deleted file mode 100644 index 00ec357ef..000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400 -+++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400 -@@ -25,6 +25,7 @@ - - #include <glib/gi18n.h> - -+#include "logview-app.h" - #include "logview-prefs.h" - #include "logview-marshal.h" - diff --git a/deskutils/gnome-utils/files/patch-logview_logview-utils.c b/deskutils/gnome-utils/files/patch-logview_logview-utils.c deleted file mode 100644 index 4faad7021..000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400 -+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400 -@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line - { - int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0; - GSList *days = NULL; -- GDate *date, *newdate; -+ GDate *date = NULL, *newdate; - struct tm *tmptm; - char *date_string; - Day *day; diff --git a/deskutils/gnome-utils/pkg-descr b/deskutils/gnome-utils/pkg-descr deleted file mode 100644 index bfe154899..000000000 --- a/deskutils/gnome-utils/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GNOME 2.0 support utilities, including a dictionary looker-upper, -a frontend for find(1), a system log viewer, and more. diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist deleted file mode 100644 index 541c1ef5a..000000000 --- a/deskutils/gnome-utils/pkg-plist +++ /dev/null @@ -1,825 +0,0 @@ -bin/baobab -bin/gnome-dictionary -bin/gnome-panel-screenshot -bin/gnome-screenshot -bin/gnome-search-tool -bin/gnome-system-log -include/gdict-1.0/gdict/gdict-client-context.h -include/gdict-1.0/gdict/gdict-context.h -include/gdict-1.0/gdict/gdict-database-chooser.h -include/gdict-1.0/gdict/gdict-defbox.h -include/gdict-1.0/gdict/gdict-enum-types.h -include/gdict-1.0/gdict/gdict-source-loader.h -include/gdict-1.0/gdict/gdict-source-chooser.h -include/gdict-1.0/gdict/gdict-source.h -include/gdict-1.0/gdict/gdict-speller.h -include/gdict-1.0/gdict/gdict-strategy-chooser.h -include/gdict-1.0/gdict/gdict-utils.h -include/gdict-1.0/gdict/gdict-version.h -include/gdict-1.0/gdict/gdict.h -lib/libgdict-1.0.a -lib/libgdict-1.0.la -lib/libgdict-1.0.so -lib/libgdict-1.0.so.6 -libdata/bonobo/servers/GNOME_DictionaryApplet.server -libdata/pkgconfig/gdict-1.0.pc -libexec/gnome-dictionary-applet -share/doc/gdict/GdictClientContext.html -share/doc/gdict/GdictDatabaseChooser.html -share/doc/gdict/GdictDefbox.html -share/doc/gdict/GdictSource.html -share/doc/gdict/GdictSourceChooser.html -share/doc/gdict/GdictSourceLoader.html -share/doc/gdict/GdictSpeller.html -share/doc/gdict/GdictStrategyChooser.html -share/doc/gdict/ch05.html -share/doc/gdict/ch06.html -share/doc/gdict/context-types.html -share/doc/gdict/context.html -share/doc/gdict/gdict-Gdict-Utilities.html -share/doc/gdict/gdict-Gdict-Version-Checking.html -share/doc/gdict/gdict-GdictContext.html -share/doc/gdict/gdict-utils.html -share/doc/gdict/gdict.devhelp -share/doc/gdict/gdict.devhelp2 -share/doc/gdict/gdict.html -share/doc/gdict/gdictui.html -share/doc/gdict/home.png -share/doc/gdict/index.html -share/doc/gdict/index.sgml -share/doc/gdict/ix01.html -share/doc/gdict/ix02.html -share/doc/gdict/ix03.html -share/doc/gdict/ix04.html -share/doc/gdict/introduction.html -share/doc/gdict/left.png -share/doc/gdict/right.png -share/doc/gdict/sources.html -share/doc/gdict/style.css -share/doc/gdict/up.png -share/applications/baobab.desktop -share/applications/gnome-dictionary.desktop -share/applications/gnome-screenshot.desktop -share/applications/gnome-search-tool.desktop -share/applications/gnome-system-log.desktop -share/baobab/baobab-dialog-scan-props.ui -share/baobab/baobab-main-window.ui -share/baobab/pixmaps/shot.png -share/gdict-1.0/sources/default.desktop -share/gdict-1.0/sources/spanish.desktop -share/gdict-1.0/sources/thai.desktop -share/gnome-2.0/ui/GNOME_DictionaryApplet.xml -share/gnome-dictionary/gnome-dictionary-preferences.ui -share/gnome-dictionary/gnome-dictionary-source.ui -share/gnome-dictionary/gnome-dictionary-ui.xml -share/gnome-screenshot/gnome-screenshot.ui -%%DATADIR%%/logview-filter.ui -%%DATADIR%%/logview-toolbar.xml -share/gnome/help/baobab/C/baobab.xml -share/gnome/help/baobab/C/figures/baobab_fullscan.png -share/gnome/help/baobab/C/figures/baobab_prefs.png -share/gnome/help/baobab/C/figures/baobab_remote.png -share/gnome/help/baobab/C/figures/baobab_ringschart1.png -share/gnome/help/baobab/C/figures/baobab_ringschart2.png -share/gnome/help/baobab/C/figures/baobab_treemaps.png -share/gnome/help/baobab/C/figures/baobab_window.png -share/gnome/help/baobab/C/legal.xml -share/gnome/help/baobab/ca/baobab.xml -share/gnome/help/baobab/ca/figures/baobab_fullscan.png -share/gnome/help/baobab/ca/figures/baobab_prefs.png -share/gnome/help/baobab/ca/figures/baobab_remote.png -share/gnome/help/baobab/ca/figures/baobab_ringschart1.png -share/gnome/help/baobab/ca/figures/baobab_ringschart2.png -share/gnome/help/baobab/ca/figures/baobab_treemaps.png -share/gnome/help/baobab/ca/figures/baobab_window.png -share/gnome/help/baobab/cs/baobab.xml -share/gnome/help/baobab/cs/figures/baobab_fullscan.png -share/gnome/help/baobab/cs/figures/baobab_prefs.png -share/gnome/help/baobab/cs/figures/baobab_remote.png -share/gnome/help/baobab/cs/figures/baobab_ringschart1.png -share/gnome/help/baobab/cs/figures/baobab_ringschart2.png -share/gnome/help/baobab/cs/figures/baobab_treemaps.png -share/gnome/help/baobab/cs/figures/baobab_window.png -share/gnome/help/baobab/da/baobab.xml -share/gnome/help/baobab/da/figures/baobab_fullscan.png -share/gnome/help/baobab/da/figures/baobab_prefs.png -share/gnome/help/baobab/da/figures/baobab_remote.png -share/gnome/help/baobab/da/figures/baobab_ringschart1.png -share/gnome/help/baobab/da/figures/baobab_ringschart2.png -share/gnome/help/baobab/da/figures/baobab_treemaps.png -share/gnome/help/baobab/da/figures/baobab_window.png -share/gnome/help/baobab/de/baobab.xml -share/gnome/help/baobab/de/figures/baobab_fullscan.png -share/gnome/help/baobab/de/figures/baobab_prefs.png -share/gnome/help/baobab/de/figures/baobab_remote.png -share/gnome/help/baobab/de/figures/baobab_ringschart1.png -share/gnome/help/baobab/de/figures/baobab_ringschart2.png -share/gnome/help/baobab/de/figures/baobab_treemaps.png -share/gnome/help/baobab/de/figures/baobab_window.png -share/gnome/help/baobab/el/baobab.xml -share/gnome/help/baobab/el/figures/baobab_fullscan.png -share/gnome/help/baobab/el/figures/baobab_prefs.png -share/gnome/help/baobab/el/figures/baobab_remote.png -share/gnome/help/baobab/el/figures/baobab_ringschart1.png -share/gnome/help/baobab/el/figures/baobab_ringschart2.png -share/gnome/help/baobab/el/figures/baobab_treemaps.png -share/gnome/help/baobab/el/figures/baobab_window.png -share/gnome/help/baobab/en_GB/baobab.xml -share/gnome/help/baobab/en_GB/figures/baobab_fullscan.png -share/gnome/help/baobab/en_GB/figures/baobab_prefs.png -share/gnome/help/baobab/en_GB/figures/baobab_remote.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart1.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart2.png -share/gnome/help/baobab/en_GB/figures/baobab_treemaps.png -share/gnome/help/baobab/en_GB/figures/baobab_window.png -share/gnome/help/baobab/es/baobab.xml -share/gnome/help/baobab/es/figures/baobab_fullscan.png -share/gnome/help/baobab/es/figures/baobab_prefs.png -share/gnome/help/baobab/es/figures/baobab_remote.png -share/gnome/help/baobab/es/figures/baobab_ringschart1.png -share/gnome/help/baobab/es/figures/baobab_ringschart2.png -share/gnome/help/baobab/es/figures/baobab_treemaps.png -share/gnome/help/baobab/es/figures/baobab_window.png -share/gnome/help/baobab/eu/baobab.xml -share/gnome/help/baobab/eu/figures/baobab_fullscan.png -share/gnome/help/baobab/eu/figures/baobab_prefs.png -share/gnome/help/baobab/eu/figures/baobab_remote.png -share/gnome/help/baobab/eu/figures/baobab_ringschart1.png -share/gnome/help/baobab/eu/figures/baobab_ringschart2.png -share/gnome/help/baobab/eu/figures/baobab_treemaps.png -share/gnome/help/baobab/eu/figures/baobab_window.png -share/gnome/help/baobab/fi/baobab.xml -share/gnome/help/baobab/fi/figures/baobab_fullscan.png -share/gnome/help/baobab/fi/figures/baobab_prefs.png -share/gnome/help/baobab/fi/figures/baobab_remote.png -share/gnome/help/baobab/fi/figures/baobab_ringschart1.png -share/gnome/help/baobab/fi/figures/baobab_ringschart2.png -share/gnome/help/baobab/fi/figures/baobab_treemaps.png -share/gnome/help/baobab/fi/figures/baobab_window.png -share/gnome/help/baobab/fr/baobab.xml -share/gnome/help/baobab/fr/figures/baobab_fullscan.png -share/gnome/help/baobab/fr/figures/baobab_prefs.png -share/gnome/help/baobab/fr/figures/baobab_remote.png -share/gnome/help/baobab/fr/figures/baobab_ringschart1.png -share/gnome/help/baobab/fr/figures/baobab_ringschart2.png -share/gnome/help/baobab/fr/figures/baobab_treemaps.png -share/gnome/help/baobab/fr/figures/baobab_window.png -share/gnome/help/baobab/it/baobab.xml -share/gnome/help/baobab/it/figures/baobab_fullscan.png -share/gnome/help/baobab/it/figures/baobab_prefs.png -share/gnome/help/baobab/it/figures/baobab_remote.png -share/gnome/help/baobab/it/figures/baobab_ringschart1.png -share/gnome/help/baobab/it/figures/baobab_ringschart2.png -share/gnome/help/baobab/it/figures/baobab_treemaps.png -share/gnome/help/baobab/it/figures/baobab_window.png -share/gnome/help/baobab/oc/baobab.xml -share/gnome/help/baobab/oc/figures/baobab_fullscan.png -share/gnome/help/baobab/oc/figures/baobab_prefs.png -share/gnome/help/baobab/oc/figures/baobab_remote.png -share/gnome/help/baobab/oc/figures/baobab_ringschart1.png -share/gnome/help/baobab/oc/figures/baobab_ringschart2.png -share/gnome/help/baobab/oc/figures/baobab_treemaps.png -share/gnome/help/baobab/oc/figures/baobab_window.png -share/gnome/help/baobab/pl/baobab.xml -share/gnome/help/baobab/pl/figures/baobab_fullscan.png -share/gnome/help/baobab/pl/figures/baobab_prefs.png -share/gnome/help/baobab/pl/figures/baobab_remote.png -share/gnome/help/baobab/pl/figures/baobab_ringschart1.png -share/gnome/help/baobab/pl/figures/baobab_ringschart2.png -share/gnome/help/baobab/pl/figures/baobab_treemaps.png -share/gnome/help/baobab/pl/figures/baobab_window.png -share/gnome/help/baobab/ru/baobab.xml -share/gnome/help/baobab/ru/figures/baobab_fullscan.png -share/gnome/help/baobab/ru/figures/baobab_prefs.png -share/gnome/help/baobab/ru/figures/baobab_remote.png -share/gnome/help/baobab/ru/figures/baobab_ringschart1.png -share/gnome/help/baobab/ru/figures/baobab_ringschart2.png -share/gnome/help/baobab/ru/figures/baobab_treemaps.png -share/gnome/help/baobab/ru/figures/baobab_window.png -share/gnome/help/baobab/sv/baobab.xml -share/gnome/help/baobab/sv/figures/baobab_fullscan.png -share/gnome/help/baobab/sv/figures/baobab_prefs.png -share/gnome/help/baobab/sv/figures/baobab_remote.png -share/gnome/help/baobab/sv/figures/baobab_ringschart1.png -share/gnome/help/baobab/sv/figures/baobab_ringschart2.png -share/gnome/help/baobab/sv/figures/baobab_treemaps.png -share/gnome/help/baobab/sv/figures/baobab_window.png -share/gnome/help/baobab/uk/baobab.xml -share/gnome/help/baobab/uk/figures/baobab_fullscan.png -share/gnome/help/baobab/uk/figures/baobab_prefs.png -share/gnome/help/baobab/uk/figures/baobab_remote.png -share/gnome/help/baobab/uk/figures/baobab_ringschart1.png -share/gnome/help/baobab/uk/figures/baobab_ringschart2.png -share/gnome/help/baobab/uk/figures/baobab_treemaps.png -share/gnome/help/baobab/uk/figures/baobab_window.png -share/gnome/help/baobab/zh_CN/baobab.xml -share/gnome/help/baobab/zh_CN/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_CN/figures/baobab_prefs.png -share/gnome/help/baobab/zh_CN/figures/baobab_remote.png -share/gnome/help/baobab/zh_CN/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_CN/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_CN/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_CN/figures/baobab_window.png -share/gnome/help/baobab/zh_HK/baobab.xml -share/gnome/help/baobab/zh_HK/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_HK/figures/baobab_prefs.png -share/gnome/help/baobab/zh_HK/figures/baobab_remote.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_HK/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_HK/figures/baobab_window.png -share/gnome/help/baobab/zh_TW/baobab.xml -share/gnome/help/baobab/zh_TW/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_TW/figures/baobab_prefs.png -share/gnome/help/baobab/zh_TW/figures/baobab_remote.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_TW/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_TW/figures/baobab_window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/C/legal.xml -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ca/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/cs/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/da/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/de/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/el/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/en_GB/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/eu/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fi/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fr/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/it/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/oc/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ru/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/sv/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/uk/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/zh_CN/gnome-dictionary.xml -share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/C/legal.xml -share/gnome/help/gnome-search-tool/ca/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ca/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/cs/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/cs/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/de/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/de/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/el/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/el/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/en_GB/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/eu/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/eu/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/oc/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/oc/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ru/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ru/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/uk/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/uk/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml -share/gnome/help/gnome-system-log/C/figures/syslog_window.png -share/gnome/help/gnome-system-log/C/gnome-system-log.xml -share/gnome/help/gnome-system-log/C/legal.xml -share/gnome/help/gnome-system-log/ca/figures/syslog_window.png -share/gnome/help/gnome-system-log/ca/gnome-system-log.xml -share/gnome/help/gnome-system-log/cs/figures/syslog_window.png -share/gnome/help/gnome-system-log/cs/gnome-system-log.xml -share/gnome/help/gnome-system-log/de/figures/syslog_window.png -share/gnome/help/gnome-system-log/de/gnome-system-log.xml -share/gnome/help/gnome-system-log/el/figures/syslog_window.png -share/gnome/help/gnome-system-log/el/gnome-system-log.xml -share/gnome/help/gnome-system-log/en_GB/figures/syslog_window.png -share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml -share/gnome/help/gnome-system-log/es/figures/syslog_window.png -share/gnome/help/gnome-system-log/es/gnome-system-log.xml -share/gnome/help/gnome-system-log/eu/figures/syslog_window.png -share/gnome/help/gnome-system-log/eu/gnome-system-log.xml -share/gnome/help/gnome-system-log/fi/figures/syslog_window.png -share/gnome/help/gnome-system-log/fi/gnome-system-log.xml -share/gnome/help/gnome-system-log/fr/figures/syslog_window.png -share/gnome/help/gnome-system-log/fr/gnome-system-log.xml -share/gnome/help/gnome-system-log/it/figures/syslog_window.png -share/gnome/help/gnome-system-log/it/gnome-system-log.xml -share/gnome/help/gnome-system-log/ko/figures/syslog_window.png -share/gnome/help/gnome-system-log/ko/gnome-system-log.xml -share/gnome/help/gnome-system-log/oc/figures/syslog_window.png -share/gnome/help/gnome-system-log/oc/gnome-system-log.xml -share/gnome/help/gnome-system-log/ru/figures/syslog_window.png -share/gnome/help/gnome-system-log/ru/gnome-system-log.xml -share/gnome/help/gnome-system-log/sv/figures/syslog_window.png -share/gnome/help/gnome-system-log/sv/gnome-system-log.xml -share/gnome/help/gnome-system-log/uk/figures/syslog_window.png -share/gnome/help/gnome-system-log/uk/gnome-system-log.xml -share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png -share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml -share/omf/baobab/baobab-C.omf -share/omf/baobab/baobab-ca.omf -share/omf/baobab/baobab-cs.omf -share/omf/baobab/baobab-da.omf -share/omf/baobab/baobab-de.omf -share/omf/baobab/baobab-el.omf -share/omf/baobab/baobab-en_GB.omf -share/omf/baobab/baobab-es.omf -share/omf/baobab/baobab-eu.omf -share/omf/baobab/baobab-fi.omf -share/omf/baobab/baobab-fr.omf -share/omf/baobab/baobab-it.omf -share/omf/baobab/baobab-oc.omf -share/omf/baobab/baobab-pl.omf -share/omf/baobab/baobab-ru.omf -share/omf/baobab/baobab-sv.omf -share/omf/baobab/baobab-uk.omf -share/omf/baobab/baobab-zh_CN.omf -share/omf/baobab/baobab-zh_HK.omf -share/omf/baobab/baobab-zh_TW.omf -share/omf/gnome-dictionary/gnome-dictionary-C.omf -share/omf/gnome-dictionary/gnome-dictionary-ca.omf -share/omf/gnome-dictionary/gnome-dictionary-cs.omf -share/omf/gnome-dictionary/gnome-dictionary-da.omf -share/omf/gnome-dictionary/gnome-dictionary-de.omf -share/omf/gnome-dictionary/gnome-dictionary-el.omf -share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf -share/omf/gnome-dictionary/gnome-dictionary-es.omf -share/omf/gnome-dictionary/gnome-dictionary-eu.omf -share/omf/gnome-dictionary/gnome-dictionary-fi.omf -share/omf/gnome-dictionary/gnome-dictionary-fr.omf -share/omf/gnome-dictionary/gnome-dictionary-it.omf -share/omf/gnome-dictionary/gnome-dictionary-oc.omf -share/omf/gnome-dictionary/gnome-dictionary-ru.omf -share/omf/gnome-dictionary/gnome-dictionary-sv.omf -share/omf/gnome-dictionary/gnome-dictionary-uk.omf -share/omf/gnome-dictionary/gnome-dictionary-zh_CN.omf -share/omf/gnome-search-tool/gnome-search-tool-C.omf -share/omf/gnome-search-tool/gnome-search-tool-ca.omf -share/omf/gnome-search-tool/gnome-search-tool-cs.omf -share/omf/gnome-search-tool/gnome-search-tool-de.omf -share/omf/gnome-search-tool/gnome-search-tool-el.omf -share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf -share/omf/gnome-search-tool/gnome-search-tool-es.omf -share/omf/gnome-search-tool/gnome-search-tool-eu.omf -share/omf/gnome-search-tool/gnome-search-tool-fi.omf -share/omf/gnome-search-tool/gnome-search-tool-it.omf -share/omf/gnome-search-tool/gnome-search-tool-ko.omf -share/omf/gnome-search-tool/gnome-search-tool-oc.omf -share/omf/gnome-search-tool/gnome-search-tool-fr.omf -share/omf/gnome-search-tool/gnome-search-tool-ru.omf -share/omf/gnome-search-tool/gnome-search-tool-sv.omf -share/omf/gnome-search-tool/gnome-search-tool-uk.omf -share/omf/gnome-search-tool/gnome-search-tool-zh_CN.omf -share/omf/gnome-system-log/gnome-system-log-C.omf -share/omf/gnome-system-log/gnome-system-log-ca.omf -share/omf/gnome-system-log/gnome-system-log-cs.omf -share/omf/gnome-system-log/gnome-system-log-de.omf -share/omf/gnome-system-log/gnome-system-log-el.omf -share/omf/gnome-system-log/gnome-system-log-en_GB.omf -share/omf/gnome-system-log/gnome-system-log-es.omf -share/omf/gnome-system-log/gnome-system-log-eu.omf -share/omf/gnome-system-log/gnome-system-log-fi.omf -share/omf/gnome-system-log/gnome-system-log-fr.omf -share/omf/gnome-system-log/gnome-system-log-it.omf -share/omf/gnome-system-log/gnome-system-log-ko.omf -share/omf/gnome-system-log/gnome-system-log-oc.omf -share/omf/gnome-system-log/gnome-system-log-ru.omf -share/omf/gnome-system-log/gnome-system-log-sv.omf -share/omf/gnome-system-log/gnome-system-log-uk.omf -share/omf/gnome-system-log/gnome-system-log-zh_CN.omf -share/pixmaps/gsearchtool/thumbnail_frame.png -share/icons/hicolor/24x24/apps/baobab.png -share/icons/hicolor/scalable/apps/baobab.svg -share/locale/af/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/br/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/or/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/si/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/te/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo -@dirrm share/pixmaps/gsearchtool -@dirrm share/omf/gnome-system-log -@dirrm share/omf/gnome-search-tool -@dirrm share/omf/gnome-dictionary -@dirrm share/omf/baobab -@dirrm share/gnome/help/gnome-system-log/zh_CN/figures -@dirrm share/gnome/help/gnome-system-log/zh_CN -@dirrm share/gnome/help/gnome-system-log/uk/figures -@dirrm share/gnome/help/gnome-system-log/uk -@dirrm share/gnome/help/gnome-system-log/sv/figures -@dirrm share/gnome/help/gnome-system-log/sv -@dirrm share/gnome/help/gnome-system-log/ru/figures -@dirrm share/gnome/help/gnome-system-log/ru -@dirrm share/gnome/help/gnome-system-log/oc/figures -@dirrm share/gnome/help/gnome-system-log/oc -@dirrm share/gnome/help/gnome-system-log/ko/figures -@dirrm share/gnome/help/gnome-system-log/ko -@dirrm share/gnome/help/gnome-system-log/it/figures -@dirrm share/gnome/help/gnome-system-log/it -@dirrm share/gnome/help/gnome-system-log/fr/figures -@dirrm share/gnome/help/gnome-system-log/fr -@dirrm share/gnome/help/gnome-system-log/fi/figures -@dirrm share/gnome/help/gnome-system-log/fi -@dirrm share/gnome/help/gnome-system-log/eu/figures -@dirrm share/gnome/help/gnome-system-log/eu -@dirrm share/gnome/help/gnome-system-log/es/figures -@dirrm share/gnome/help/gnome-system-log/es -@dirrm share/gnome/help/gnome-system-log/en_GB/figures -@dirrm share/gnome/help/gnome-system-log/en_GB -@dirrm share/gnome/help/gnome-system-log/el/figures -@dirrm share/gnome/help/gnome-system-log/el -@dirrm share/gnome/help/gnome-system-log/de/figures -@dirrm share/gnome/help/gnome-system-log/de -@dirrm share/gnome/help/gnome-system-log/cs/figures -@dirrm share/gnome/help/gnome-system-log/cs -@dirrm share/gnome/help/gnome-system-log/ca/figures -@dirrm share/gnome/help/gnome-system-log/ca -@dirrm share/gnome/help/gnome-system-log/C/figures -@dirrm share/gnome/help/gnome-system-log/C -@dirrm share/gnome/help/gnome-system-log -@dirrm share/gnome/help/gnome-search-tool/zh_CN/figures -@dirrm share/gnome/help/gnome-search-tool/zh_CN -@dirrm share/gnome/help/gnome-search-tool/uk/figures -@dirrm share/gnome/help/gnome-search-tool/uk -@dirrm share/gnome/help/gnome-search-tool/sv/figures -@dirrm share/gnome/help/gnome-search-tool/sv -@dirrm share/gnome/help/gnome-search-tool/ru/figures -@dirrm share/gnome/help/gnome-search-tool/ru -@dirrm share/gnome/help/gnome-search-tool/oc/figures -@dirrm share/gnome/help/gnome-search-tool/oc -@dirrm share/gnome/help/gnome-search-tool/ko/figures -@dirrm share/gnome/help/gnome-search-tool/ko -@dirrm share/gnome/help/gnome-search-tool/it/figures -@dirrm share/gnome/help/gnome-search-tool/it -@dirrm share/gnome/help/gnome-search-tool/fr/figures -@dirrm share/gnome/help/gnome-search-tool/fr -@dirrm share/gnome/help/gnome-search-tool/fi/figures -@dirrm share/gnome/help/gnome-search-tool/fi -@dirrm share/gnome/help/gnome-search-tool/eu/figures -@dirrm share/gnome/help/gnome-search-tool/eu -@dirrm share/gnome/help/gnome-search-tool/es/figures -@dirrm share/gnome/help/gnome-search-tool/es -@dirrm share/gnome/help/gnome-search-tool/en_GB/figures -@dirrm share/gnome/help/gnome-search-tool/en_GB -@dirrm share/gnome/help/gnome-search-tool/el/figures -@dirrm share/gnome/help/gnome-search-tool/el -@dirrm share/gnome/help/gnome-search-tool/de/figures -@dirrm share/gnome/help/gnome-search-tool/de -@dirrm share/gnome/help/gnome-search-tool/cs/figures -@dirrm share/gnome/help/gnome-search-tool/cs -@dirrm share/gnome/help/gnome-search-tool/ca/figures -@dirrm share/gnome/help/gnome-search-tool/ca -@dirrm share/gnome/help/gnome-search-tool/C/figures -@dirrm share/gnome/help/gnome-search-tool/C -@dirrm share/gnome/help/gnome-search-tool -@dirrm share/gnome/help/gnome-dictionary/zh_CN/figures -@dirrm share/gnome/help/gnome-dictionary/zh_CN -@dirrm share/gnome/help/gnome-dictionary/uk/figures -@dirrm share/gnome/help/gnome-dictionary/uk -@dirrm share/gnome/help/gnome-dictionary/sv/figures -@dirrm share/gnome/help/gnome-dictionary/sv -@dirrm share/gnome/help/gnome-dictionary/ru/figures -@dirrm share/gnome/help/gnome-dictionary/ru -@dirrm share/gnome/help/gnome-dictionary/oc/figures -@dirrm share/gnome/help/gnome-dictionary/oc -@dirrm share/gnome/help/gnome-dictionary/it/figures -@dirrm share/gnome/help/gnome-dictionary/it -@dirrm share/gnome/help/gnome-dictionary/fr/figures -@dirrm share/gnome/help/gnome-dictionary/fr -@dirrm share/gnome/help/gnome-dictionary/fi/figures -@dirrm share/gnome/help/gnome-dictionary/fi -@dirrm share/gnome/help/gnome-dictionary/eu/figures -@dirrm share/gnome/help/gnome-dictionary/eu -@dirrm share/gnome/help/gnome-dictionary/es/figures -@dirrm share/gnome/help/gnome-dictionary/es -@dirrm share/gnome/help/gnome-dictionary/en_GB/figures -@dirrm share/gnome/help/gnome-dictionary/en_GB -@dirrm share/gnome/help/gnome-dictionary/el/figures -@dirrm share/gnome/help/gnome-dictionary/el -@dirrm share/gnome/help/gnome-dictionary/de/figures -@dirrm share/gnome/help/gnome-dictionary/de -@dirrm share/gnome/help/gnome-dictionary/da/figures -@dirrm share/gnome/help/gnome-dictionary/da -@dirrm share/gnome/help/gnome-dictionary/cs/figures -@dirrm share/gnome/help/gnome-dictionary/cs -@dirrm share/gnome/help/gnome-dictionary/ca/figures -@dirrm share/gnome/help/gnome-dictionary/ca -@dirrm share/gnome/help/gnome-dictionary/C/figures -@dirrm share/gnome/help/gnome-dictionary/C -@dirrm share/gnome/help/gnome-dictionary -@dirrm share/gnome/help/baobab/zh_TW/figures -@dirrm share/gnome/help/baobab/zh_TW -@dirrm share/gnome/help/baobab/zh_HK/figures -@dirrm share/gnome/help/baobab/zh_HK -@dirrm share/gnome/help/baobab/zh_CN/figures -@dirrm share/gnome/help/baobab/zh_CN -@dirrm share/gnome/help/baobab/uk/figures -@dirrm share/gnome/help/baobab/uk -@dirrm share/gnome/help/baobab/sv/figures -@dirrm share/gnome/help/baobab/sv -@dirrm share/gnome/help/baobab/ru/figures -@dirrm share/gnome/help/baobab/ru -@dirrm share/gnome/help/baobab/pl/figures -@dirrm share/gnome/help/baobab/pl -@dirrm share/gnome/help/baobab/oc/figures -@dirrm share/gnome/help/baobab/oc -@dirrm share/gnome/help/baobab/it/figures -@dirrm share/gnome/help/baobab/it -@dirrm share/gnome/help/baobab/fr/figures -@dirrm share/gnome/help/baobab/fr -@dirrm share/gnome/help/baobab/fi/figures -@dirrm share/gnome/help/baobab/fi -@dirrm share/gnome/help/baobab/eu/figures -@dirrm share/gnome/help/baobab/eu -@dirrm share/gnome/help/baobab/es/figures -@dirrm share/gnome/help/baobab/es -@dirrm share/gnome/help/baobab/en_GB/figures -@dirrm share/gnome/help/baobab/en_GB -@dirrm share/gnome/help/baobab/el/figures -@dirrm share/gnome/help/baobab/el -@dirrm share/gnome/help/baobab/de/figures -@dirrm share/gnome/help/baobab/de -@dirrm share/gnome/help/baobab/da/figures -@dirrm share/gnome/help/baobab/da -@dirrm share/gnome/help/baobab/cs/figures -@dirrm share/gnome/help/baobab/cs -@dirrm share/gnome/help/baobab/ca/figures -@dirrm share/gnome/help/baobab/ca -@dirrm share/gnome/help/baobab/C/figures -@dirrm share/gnome/help/baobab/C -@dirrm share/gnome/help/baobab -@dirrm %%DATADIR%% -@dirrm share/gnome-screenshot -@dirrm share/gnome-dictionary -@dirrm share/gdict-1.0/sources -@dirrm share/gdict-1.0 -@dirrm share/baobab/pixmaps -@dirrm share/baobab -@dirrm share/doc/gdict -@dirrm include/gdict-1.0/gdict -@dirrm include/gdict-1.0 -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile deleted file mode 100644 index a72ef61fb..000000000 --- a/deskutils/gnote/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: gnote -# Date created: 20 July 2009 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnote/Makefile,v 1.10 2010/02/14 20:17:39 kwm Exp $ -# - -PORTNAME= gnote -PORTVERSION= 0.7.2 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A port of Tomboy to C++, note taking application - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gconf2 intltool ltverhack gnomepanel -USE_GETTEXT= yes -INSTALLS_OMF= yes -GCONF_SCHEMAS= gnote.schemas -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PANELAPPLET_SERVER_DIR="${PREFIX}/libdata/bonobo/servers" -CONFIGURE_ARGS= --disable-dbus -DOCS= AUTHORS COPYING ChangeLog NEWS README TODO -MAN1= gnote.1 - -.if !defined(WITHOUT_APPLET) -LIB_DEPENDS+= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm -CONFIGURE_ARGS+=--enable-applet -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -PLIST_SUB+= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \ - ${WRKSRC}/configure - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/deskutils/gnote/distinfo b/deskutils/gnote/distinfo deleted file mode 100644 index 83b9f1491..000000000 --- a/deskutils/gnote/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnote-0.7.2.tar.bz2) = c4e1a93896cb8610d2e08c72d41f1777 -SHA256 (gnote-0.7.2.tar.bz2) = ef46a1bade7bf684615b32e5bf35c100d646456e40ac2e9cab871e6dff0d2a4c -SIZE (gnote-0.7.2.tar.bz2) = 1364579 diff --git a/deskutils/gnote/files/patch-configure b/deskutils/gnote/files/patch-configure deleted file mode 100644 index 5587ef539..000000000 --- a/deskutils/gnote/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-12-07 19:13:21.000000000 -0500 -+++ configure 2009-12-07 19:14:18.000000000 -0500 -@@ -17128,7 +17128,7 @@ fi - if test "x$prefix" = "x$ac_default_prefix"; then - PANELAPPLET_LIBDIR=`$PKG_CONFIG --variable=libdir libpanelapplet-2.0` - fi -- if test "x$PANELAPPLET_LIBDIR" != "x"; then -+ if test "x$PANELAPPLET_LIBDIR" != "x" -a "x$PANELAPPLET_SERVER_DIR" = "x" ; then - PANELAPPLET_SERVER_DIR="$PANELAPPLET_LIBDIR/bonobo/servers" - fi - # Set PANELAPPLET_SERVER_DIR default if it's not already set diff --git a/deskutils/gnote/files/patch-libtomboy_tomboyutil.c b/deskutils/gnote/files/patch-libtomboy_tomboyutil.c deleted file mode 100644 index 2252cd007..000000000 --- a/deskutils/gnote/files/patch-libtomboy_tomboyutil.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libtomboy/tomboyutil.c.orig 2010-03-14 00:35:24.000000000 -0500 -+++ libtomboy/tomboyutil.c 2010-03-14 00:36:19.000000000 -0500 -@@ -153,9 +153,9 @@ tomboy_window_override_user_time (GtkWin - void - tomboy_window_present_hardcore (GtkWindow *window) - { -- if (!GTK_WIDGET_REALIZED (window)) -+ if (!gtk_widget_get_realized (window)) - gtk_widget_realize (GTK_WIDGET (window)); -- else if (GTK_WIDGET_VISIBLE (window)) -+ else if (gtk_widget_get_visible (window)) - tomboy_window_move_to_current_workspace (window); - - tomboy_window_override_user_time (window); diff --git a/deskutils/gnote/files/patch-src_debug.cpp b/deskutils/gnote/files/patch-src_debug.cpp deleted file mode 100644 index 69c81272c..000000000 --- a/deskutils/gnote/files/patch-src_debug.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/debug.cpp.orig 2009-11-25 14:12:33.000000000 +0100 -+++ src/debug.cpp 2009-12-03 17:28:54.000000000 +0100 -@@ -126,7 +126,7 @@ - // static boost::recursive_mutex mutex; - // boost::recursive_mutex::scoped_lock lock(mutex); - char buf[128]; -- snprintf(buf, 128, "(%d) ", (int)pthread_self()); -+ snprintf(buf, 128, "(%ld) ", (pthread_t)pthread_self()); - fwrite(buf, 1, strlen(buf), stderr); - fwrite(prefix, 1, strlen(prefix), stderr); - diff --git a/deskutils/gnote/files/patch-src_noterenamedialog.cpp b/deskutils/gnote/files/patch-src_noterenamedialog.cpp deleted file mode 100644 index 0e7002990..000000000 --- a/deskutils/gnote/files/patch-src_noterenamedialog.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/noterenamedialog.cpp.orig 2010-03-14 00:32:43.000000000 -0500 -+++ src/noterenamedialog.cpp 2010-03-14 00:33:46.000000000 -0500 -@@ -63,6 +63,8 @@ private: - Gtk::TreeModelColumn<Note::Ptr> m_column_note; - }; - -+ModelColumnRecord model_column_record; -+ - ModelColumnRecord::ModelColumnRecord() - : Gtk::TreeModelColumnRecord() - , m_column_selected() -@@ -152,7 +154,7 @@ NoteRenameDialog::NoteRenameDialog(const - *renamed_note->get_window(), - false, - false) -- , m_notes_model(Gtk::ListStore::create(ModelColumnRecord())) -+ , m_notes_model(Gtk::ListStore::create(model_column_record)) - , m_dont_rename_button(_("_Don't Rename Links"), true) - , m_rename_button(_("_Rename Links"), true) - , m_select_all_button(_("Select All")) diff --git a/deskutils/gnote/files/patch-src_sharp_datetime.cpp b/deskutils/gnote/files/patch-src_sharp_datetime.cpp deleted file mode 100644 index d2a7601b8..000000000 --- a/deskutils/gnote/files/patch-src_sharp_datetime.cpp +++ /dev/null @@ -1,52 +0,0 @@ ---- src/sharp/datetime.cpp.orig 2009-12-28 12:46:01.000000000 +0100 -+++ src/sharp/datetime.cpp 2010-02-14 15:47:21.000000000 +0100 -@@ -69,28 +69,28 @@ namespace sharp { - int DateTime::day() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_mday; - } - - int DateTime::month() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_mon + 1; - } - - int DateTime::year() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_year + 1900; - } - - int DateTime::day_of_year() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_yday; - } - -@@ -109,14 +109,14 @@ namespace sharp { - std::string DateTime::to_string(const char * format) const - { - struct tm result; -- return _to_string(format, localtime_r(&m_date.tv_sec, &result)); -+ return _to_string(format, localtime_r((const time_t *)&m_date.tv_sec, &result)); - } - - - std::string DateTime::to_short_time_string() const - { - struct tm result; -- return _to_string("%R", localtime_r(&m_date.tv_sec, &result)); -+ return _to_string("%R", localtime_r((const time_t *)&m_date.tv_sec, &result)); - } - - std::string DateTime::to_iso8601() const diff --git a/deskutils/gnote/pkg-descr b/deskutils/gnote/pkg-descr deleted file mode 100644 index 5dd92d247..000000000 --- a/deskutils/gnote/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Gnote is a port of Tomboy to C++. - -It is the same note taking application, including most of the add-ins (more -are to come). Synchronization support is being worked on. - -WWW: http://live.gnome.org/Gnote diff --git a/deskutils/gnote/pkg-plist b/deskutils/gnote/pkg-plist deleted file mode 100644 index bfd5fd72b..000000000 --- a/deskutils/gnote/pkg-plist +++ /dev/null @@ -1,273 +0,0 @@ -bin/gnote -lib/gnote/addins/%%VERSION%%/backlinks.a -lib/gnote/addins/%%VERSION%%/backlinks.la -lib/gnote/addins/%%VERSION%%/backlinks.so -lib/gnote/addins/%%VERSION%%/bugzilla.a -lib/gnote/addins/%%VERSION%%/bugzilla.la -lib/gnote/addins/%%VERSION%%/bugzilla.so -lib/gnote/addins/%%VERSION%%/exporttohtml.a -lib/gnote/addins/%%VERSION%%/exporttohtml.la -lib/gnote/addins/%%VERSION%%/exporttohtml.so -lib/gnote/addins/%%VERSION%%/fixedwidth.a -lib/gnote/addins/%%VERSION%%/fixedwidth.la -lib/gnote/addins/%%VERSION%%/fixedwidth.so -lib/gnote/addins/%%VERSION%%/inserttimestamp.a -lib/gnote/addins/%%VERSION%%/inserttimestamp.la -lib/gnote/addins/%%VERSION%%/inserttimestamp.so -lib/gnote/addins/%%VERSION%%/libnoteoftheday.a -lib/gnote/addins/%%VERSION%%/libnoteoftheday.la -lib/gnote/addins/%%VERSION%%/libnoteoftheday.so -lib/gnote/addins/%%VERSION%%/printnotes.a -lib/gnote/addins/%%VERSION%%/printnotes.la -lib/gnote/addins/%%VERSION%%/printnotes.so -lib/gnote/addins/%%VERSION%%/stickynoteimport.a -lib/gnote/addins/%%VERSION%%/stickynoteimport.la -lib/gnote/addins/%%VERSION%%/stickynoteimport.so -lib/gnote/addins/%%VERSION%%/tomboyimport.a -lib/gnote/addins/%%VERSION%%/tomboyimport.la -lib/gnote/addins/%%VERSION%%/tomboyimport.so -lib/gnote/addins/%%VERSION%%/underline.a -lib/gnote/addins/%%VERSION%%/underline.la -lib/gnote/addins/%%VERSION%%/underline.so -%%APPLET%%libdata/bonobo/servers/GNOME_GnoteApplet.server -%%APPLET%%libexec/gnote-applet -share/applications/gnote.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/help/gnote/C/figures/add-notebook-search.png -share/gnome/help/gnote/C/figures/add-to-notebook.png -share/gnome/help/gnote/C/figures/delete-notebook.png -share/gnome/help/gnote/C/figures/gnote-main-menu.png -share/gnome/help/gnote/C/figures/gnote-new-note.png -share/gnome/help/gnote/C/figures/gnote-panel.png -share/gnome/help/gnote/C/figures/gnote-pindown.png -share/gnome/help/gnote/C/figures/gnote-pinup.png -share/gnome/help/gnote/C/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/C/figures/gnote-preferences-editing.png -share/gnome/help/gnote/C/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/C/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/C/figures/gnote-tools.png -share/gnome/help/gnote/C/figures/move-notes-search.png -share/gnome/help/gnote/C/figures/new-notebook.png -share/gnome/help/gnote/C/figures/note-template.png -share/gnome/help/gnote/C/figures/notebook-icon.png -share/gnome/help/gnote/C/gnote.xml -share/gnome/help/gnote/C/legal.xml -share/gnome/help/gnote/de/figures/add-notebook-search.png -share/gnome/help/gnote/de/figures/add-to-notebook.png -share/gnome/help/gnote/de/figures/delete-notebook.png -share/gnome/help/gnote/de/figures/gnote-main-menu.png -share/gnome/help/gnote/de/figures/gnote-new-note.png -share/gnome/help/gnote/de/figures/gnote-panel.png -share/gnome/help/gnote/de/figures/gnote-pindown.png -share/gnome/help/gnote/de/figures/gnote-pinup.png -share/gnome/help/gnote/de/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/de/figures/gnote-preferences-editing.png -share/gnome/help/gnote/de/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/de/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/de/figures/gnote-tools.png -share/gnome/help/gnote/de/figures/move-notes-search.png -share/gnome/help/gnote/de/figures/new-notebook.png -share/gnome/help/gnote/de/figures/note-template.png -share/gnome/help/gnote/de/figures/notebook-icon.png -share/gnome/help/gnote/de/gnote.xml -share/gnome/help/gnote/de/legal.xml -share/gnome/help/gnote/el/figures/add-notebook-search.png -share/gnome/help/gnote/el/figures/add-to-notebook.png -share/gnome/help/gnote/el/figures/delete-notebook.png -share/gnome/help/gnote/el/figures/gnote-main-menu.png -share/gnome/help/gnote/el/figures/gnote-new-note.png -share/gnome/help/gnote/el/figures/gnote-panel.png -share/gnome/help/gnote/el/figures/gnote-pindown.png -share/gnome/help/gnote/el/figures/gnote-pinup.png -share/gnome/help/gnote/el/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/el/figures/gnote-preferences-editing.png -share/gnome/help/gnote/el/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/el/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/el/figures/gnote-tools.png -share/gnome/help/gnote/el/figures/move-notes-search.png -share/gnome/help/gnote/el/figures/new-notebook.png -share/gnome/help/gnote/el/figures/note-template.png -share/gnome/help/gnote/el/figures/notebook-icon.png -share/gnome/help/gnote/el/gnote.xml -share/gnome/help/gnote/el/legal.xml -share/gnome/help/gnote/es/figures/add-notebook-search.png -share/gnome/help/gnote/es/figures/add-to-notebook.png -share/gnome/help/gnote/es/figures/delete-notebook.png -share/gnome/help/gnote/es/figures/gnote-main-menu.png -share/gnome/help/gnote/es/figures/gnote-new-note.png -share/gnome/help/gnote/es/figures/gnote-panel.png -share/gnome/help/gnote/es/figures/gnote-pindown.png -share/gnome/help/gnote/es/figures/gnote-pinup.png -share/gnome/help/gnote/es/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/es/figures/gnote-preferences-editing.png -share/gnome/help/gnote/es/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/es/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/es/figures/gnote-tools.png -share/gnome/help/gnote/es/figures/move-notes-search.png -share/gnome/help/gnote/es/figures/new-notebook.png -share/gnome/help/gnote/es/figures/note-template.png -share/gnome/help/gnote/es/figures/notebook-icon.png -share/gnome/help/gnote/es/gnote.xml -share/gnome/help/gnote/es/legal.xml -share/gnome/help/gnote/sv/figures/add-notebook-search.png -share/gnome/help/gnote/sv/figures/add-to-notebook.png -share/gnome/help/gnote/sv/figures/delete-notebook.png -share/gnome/help/gnote/sv/figures/gnote-main-menu.png -share/gnome/help/gnote/sv/figures/gnote-new-note.png -share/gnome/help/gnote/sv/figures/gnote-panel.png -share/gnome/help/gnote/sv/figures/gnote-pindown.png -share/gnome/help/gnote/sv/figures/gnote-pinup.png -share/gnome/help/gnote/sv/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/sv/figures/gnote-preferences-editing.png -share/gnome/help/gnote/sv/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/sv/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/sv/figures/gnote-tools.png -share/gnome/help/gnote/sv/figures/move-notes-search.png -share/gnome/help/gnote/sv/figures/new-notebook.png -share/gnome/help/gnote/sv/figures/note-template.png -share/gnome/help/gnote/sv/figures/notebook-icon.png -share/gnome/help/gnote/sv/gnote.xml -share/gnome/help/gnote/sv/legal.xml -share/gnome/help/gnote/zh_CN/figures/add-notebook-search.png -share/gnome/help/gnote/zh_CN/figures/add-to-notebook.png -share/gnome/help/gnote/zh_CN/figures/delete-notebook.png -share/gnome/help/gnote/zh_CN/figures/gnote-main-menu.png -share/gnome/help/gnote/zh_CN/figures/gnote-new-note.png -share/gnome/help/gnote/zh_CN/figures/gnote-panel.png -share/gnome/help/gnote/zh_CN/figures/gnote-pindown.png -share/gnome/help/gnote/zh_CN/figures/gnote-pinup.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-editing.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/zh_CN/figures/gnote-tools.png -share/gnome/help/gnote/zh_CN/figures/move-notes-search.png -share/gnome/help/gnote/zh_CN/figures/new-notebook.png -share/gnome/help/gnote/zh_CN/figures/note-template.png -share/gnome/help/gnote/zh_CN/figures/notebook-icon.png -share/gnome/help/gnote/zh_CN/gnote.xml -share/gnome/help/gnote/zh_CN/legal.xml -%%DATADIR%%/GNOME_GnoteApplet.xml -%%DATADIR%%/UIManagerLayout.xml -%%DATADIR%%/exporttohtml.xsl -%%DATADIR%%/icons/hicolor/16x16/actions/note-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/16x16/apps/bug.png -%%DATADIR%%/icons/hicolor/16x16/places/note.png -%%DATADIR%%/icons/hicolor/16x16/places/notebook.png -%%DATADIR%%/icons/hicolor/16x16/status/pin-active.png -%%DATADIR%%/icons/hicolor/16x16/status/pin-down.png -%%DATADIR%%/icons/hicolor/16x16/status/pin-up.png -%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-all.png -%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-unfiled.png -%%DATADIR%%/icons/hicolor/22x22/actions/note-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/22x22/places/note.png -%%DATADIR%%/icons/hicolor/22x22/places/notebook.png -%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-all.png -%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-unfiled.png -%%DATADIR%%/icons/hicolor/24x24/actions/note-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/24x24/places/note.png -%%DATADIR%%/icons/hicolor/24x24/places/notebook.png -%%DATADIR%%/icons/hicolor/48x48/actions/notebook-new.png -%%DATADIR%%/icons/hicolor/scalable/actions/notebook-new.svg -share/icons/hicolor/16x16/apps/gnote.png -share/icons/hicolor/22x22/apps/gnote.png -share/icons/hicolor/24x24/apps/gnote.png -share/icons/hicolor/32x32/apps/gnote.png -share/icons/hicolor/48x48/apps/gnote.png -share/icons/hicolor/scalable/apps/gnote.svg -share/locale/ar/LC_MESSAGES/gnote.mo -share/locale/as/LC_MESSAGES/gnote.mo -share/locale/bg/LC_MESSAGES/gnote.mo -share/locale/bn_IN/LC_MESSAGES/gnote.mo -share/locale/ca/LC_MESSAGES/gnote.mo -share/locale/cs/LC_MESSAGES/gnote.mo -share/locale/da/LC_MESSAGES/gnote.mo -share/locale/de/LC_MESSAGES/gnote.mo -share/locale/el/LC_MESSAGES/gnote.mo -share/locale/en_GB/LC_MESSAGES/gnote.mo -share/locale/es/LC_MESSAGES/gnote.mo -share/locale/fr/LC_MESSAGES/gnote.mo -share/locale/gl/LC_MESSAGES/gnote.mo -share/locale/gu/LC_MESSAGES/gnote.mo -share/locale/he/LC_MESSAGES/gnote.mo -share/locale/hi/LC_MESSAGES/gnote.mo -share/locale/hu/LC_MESSAGES/gnote.mo -share/locale/id/LC_MESSAGES/gnote.mo -share/locale/it/LC_MESSAGES/gnote.mo -share/locale/ja/LC_MESSAGES/gnote.mo -share/locale/kn/LC_MESSAGES/gnote.mo -share/locale/ko/LC_MESSAGES/gnote.mo -share/locale/lt/LC_MESSAGES/gnote.mo -share/locale/ml/LC_MESSAGES/gnote.mo -share/locale/mr/LC_MESSAGES/gnote.mo -share/locale/or/LC_MESSAGES/gnote.mo -share/locale/pa/LC_MESSAGES/gnote.mo -share/locale/pl/LC_MESSAGES/gnote.mo -share/locale/pt/LC_MESSAGES/gnote.mo -share/locale/pt_BR/LC_MESSAGES/gnote.mo -share/locale/ru/LC_MESSAGES/gnote.mo -share/locale/sl/LC_MESSAGES/gnote.mo -share/locale/sv/LC_MESSAGES/gnote.mo -share/locale/ta/LC_MESSAGES/gnote.mo -share/locale/te/LC_MESSAGES/gnote.mo -share/locale/th/LC_MESSAGES/gnote.mo -share/locale/zh_CN/LC_MESSAGES/gnote.mo -share/omf/gnote/gnote-C.omf -share/omf/gnote/gnote-de.omf -share/omf/gnote/gnote-el.omf -share/omf/gnote/gnote-es.omf -share/omf/gnote/gnote-sv.omf -share/omf/gnote/gnote-zh_CN.omf -@dirrm share/omf/gnote -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/gnome/help/gnote/zh_CN/figures -@dirrm share/gnome/help/gnote/zh_CN -@dirrm share/gnome/help/gnote/sv/figures -@dirrm share/gnome/help/gnote/sv -@dirrm share/gnome/help/gnote/es/figures -@dirrm share/gnome/help/gnote/es -@dirrm share/gnome/help/gnote/el/figures -@dirrm share/gnome/help/gnote/el -@dirrm share/gnome/help/gnote/de/figures -@dirrm share/gnome/help/gnote/de -@dirrm share/gnome/help/gnote/C/figures -@dirrm share/gnome/help/gnote/C -@dirrm share/gnome/help/gnote -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/gnote/addins/%%VERSION%% -@dirrmtry lib/gnote/addins -@dirrmtry lib/gnote -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile deleted file mode 100644 index cadf6bacf..000000000 --- a/deskutils/gucharmap/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.69 2010/03/31 06:56:55 avl Exp $ -# - -PORTNAME= gucharmap -PORTVERSION= 2.30.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Unicode/ISO10646 character map and font viewer - -LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gucharmap.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo deleted file mode 100644 index c05093c95..000000000 --- a/deskutils/gucharmap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gucharmap-2.30.1.tar.bz2) = cd3b342fb75b4bd9df2327c247aa457b -SHA256 (gnome2/gucharmap-2.30.1.tar.bz2) = 016c5158c67eeb43e2f8a3bdfa32341beb039f7ef917f912f0ae56ee5bfe60f9 -SIZE (gnome2/gucharmap-2.30.1.tar.bz2) = 3101481 diff --git a/deskutils/gucharmap/pkg-descr b/deskutils/gucharmap/pkg-descr deleted file mode 100644 index e69361663..000000000 --- a/deskutils/gucharmap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gucharmap is a Unicode/ISO10646 character map and font viewer. It uses -GTK+ 2, and supports anti-aliased, scalable fonts. - -WWW: http://gucharmap.sourceforge.net/ diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist deleted file mode 100644 index d29b7f645..000000000 --- a/deskutils/gucharmap/pkg-plist +++ /dev/null @@ -1,265 +0,0 @@ -bin/charmap -bin/gnome-character-map -bin/gucharmap -include/gucharmap-2/gucharmap/gucharmap-block-chapters-model.h -include/gucharmap-2/gucharmap/gucharmap-block-codepoint-list.h -include/gucharmap-2/gucharmap/gucharmap-chapters-model.h -include/gucharmap-2/gucharmap/gucharmap-chapters-view.h -include/gucharmap-2/gucharmap/gucharmap-charmap.h -include/gucharmap-2/gucharmap/gucharmap-chartable.h -include/gucharmap-2/gucharmap/gucharmap-codepoint-list.h -include/gucharmap-2/gucharmap/gucharmap-script-chapters-model.h -include/gucharmap-2/gucharmap/gucharmap-script-codepoint-list.h -include/gucharmap-2/gucharmap/gucharmap-type-builtins.h -include/gucharmap-2/gucharmap/gucharmap-unicode-info.h -include/gucharmap-2/gucharmap/gucharmap.h -lib/libgucharmap.la -lib/libgucharmap.so -lib/libgucharmap.so.7 -libdata/pkgconfig/gucharmap-2.pc -share/applications/gucharmap.desktop -share/gnome/help/gucharmap/C/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/C/figures/gucharmap_window.png -share/gnome/help/gucharmap/C/gucharmap.xml -share/gnome/help/gucharmap/C/legal.xml -share/gnome/help/gucharmap/bg/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/bg/figures/gucharmap_window.png -share/gnome/help/gucharmap/bg/gucharmap.xml -share/gnome/help/gucharmap/ca/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ca/figures/gucharmap_window.png -share/gnome/help/gucharmap/ca/gucharmap.xml -share/gnome/help/gucharmap/cs/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/cs/figures/gucharmap_window.png -share/gnome/help/gucharmap/cs/gucharmap.xml -share/gnome/help/gucharmap/de/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/de/figures/gucharmap_window.png -share/gnome/help/gucharmap/de/gucharmap.xml -share/gnome/help/gucharmap/el/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/el/figures/gucharmap_window.png -share/gnome/help/gucharmap/el/gucharmap.xml -share/gnome/help/gucharmap/en_GB/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/en_GB/figures/gucharmap_window.png -share/gnome/help/gucharmap/en_GB/gucharmap.xml -share/gnome/help/gucharmap/es/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/es/figures/gucharmap_window.png -share/gnome/help/gucharmap/es/gucharmap.xml -share/gnome/help/gucharmap/fi/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/fi/figures/gucharmap_window.png -share/gnome/help/gucharmap/fi/gucharmap.xml -share/gnome/help/gucharmap/fr/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/fr/figures/gucharmap_window.png -share/gnome/help/gucharmap/fr/gucharmap.xml -share/gnome/help/gucharmap/it/figures/gucharmap_window.png -share/gnome/help/gucharmap/it/gucharmap.xml -share/gnome/help/gucharmap/it/legal.xml -share/gnome/help/gucharmap/ja/figures/gucharmap_window.png -share/gnome/help/gucharmap/ja/gucharmap.xml -share/gnome/help/gucharmap/ja/legal.xml -share/gnome/help/gucharmap/ko/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ko/figures/gucharmap_window.png -share/gnome/help/gucharmap/ko/gucharmap.xml -share/gnome/help/gucharmap/oc/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/oc/figures/gucharmap_window.png -share/gnome/help/gucharmap/oc/gucharmap.xml -share/gnome/help/gucharmap/pt_BR/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/pt_BR/figures/gucharmap_window.png -share/gnome/help/gucharmap/pt_BR/gucharmap.xml -share/gnome/help/gucharmap/ru/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ru/figures/gucharmap_window.png -share/gnome/help/gucharmap/ru/gucharmap.xml -share/gnome/help/gucharmap/sv/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/sv/figures/gucharmap_window.png -share/gnome/help/gucharmap/sv/gucharmap.xml -share/gnome/help/gucharmap/vi/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/vi/figures/gucharmap_window.png -share/gnome/help/gucharmap/vi/gucharmap.xml -share/gnome/help/gucharmap/zh_CN/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_CN/gucharmap.xml -share/gnome/help/gucharmap/zh_CN/legal.xml -share/gnome/help/gucharmap/zh_TW/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_TW/gucharmap.xml -share/gnome/help/gucharmap/zh_TW/legal.xml -share/locale/af/LC_MESSAGES/gucharmap.mo -share/locale/am/LC_MESSAGES/gucharmap.mo -share/locale/ar/LC_MESSAGES/gucharmap.mo -share/locale/as/LC_MESSAGES/gucharmap.mo -share/locale/ast/LC_MESSAGES/gucharmap.mo -share/locale/az/LC_MESSAGES/gucharmap.mo -share/locale/be/LC_MESSAGES/gucharmap.mo -share/locale/be@latin/LC_MESSAGES/gucharmap.mo -share/locale/bg/LC_MESSAGES/gucharmap.mo -share/locale/bn/LC_MESSAGES/gucharmap.mo -share/locale/bn_IN/LC_MESSAGES/gucharmap.mo -share/locale/br/LC_MESSAGES/gucharmap.mo -share/locale/bs/LC_MESSAGES/gucharmap.mo -share/locale/ca/LC_MESSAGES/gucharmap.mo -share/locale/ca@valencia/LC_MESSAGES/gucharmap.mo -share/locale/cs/LC_MESSAGES/gucharmap.mo -share/locale/cy/LC_MESSAGES/gucharmap.mo -share/locale/da/LC_MESSAGES/gucharmap.mo -share/locale/de/LC_MESSAGES/gucharmap.mo -share/locale/dz/LC_MESSAGES/gucharmap.mo -share/locale/el/LC_MESSAGES/gucharmap.mo -share/locale/en@shaw/LC_MESSAGES/gucharmap.mo -share/locale/en_CA/LC_MESSAGES/gucharmap.mo -share/locale/en_GB/LC_MESSAGES/gucharmap.mo -share/locale/eo/LC_MESSAGES/gucharmap.mo -share/locale/es/LC_MESSAGES/gucharmap.mo -share/locale/et/LC_MESSAGES/gucharmap.mo -share/locale/eu/LC_MESSAGES/gucharmap.mo -share/locale/fa/LC_MESSAGES/gucharmap.mo -share/locale/fi/LC_MESSAGES/gucharmap.mo -share/locale/fr/LC_MESSAGES/gucharmap.mo -share/locale/ga/LC_MESSAGES/gucharmap.mo -share/locale/gl/LC_MESSAGES/gucharmap.mo -share/locale/gu/LC_MESSAGES/gucharmap.mo -share/locale/he/LC_MESSAGES/gucharmap.mo -share/locale/hi/LC_MESSAGES/gucharmap.mo -share/locale/hr/LC_MESSAGES/gucharmap.mo -share/locale/hu/LC_MESSAGES/gucharmap.mo -share/locale/id/LC_MESSAGES/gucharmap.mo -share/locale/is/LC_MESSAGES/gucharmap.mo -share/locale/it/LC_MESSAGES/gucharmap.mo -share/locale/ja/LC_MESSAGES/gucharmap.mo -share/locale/ka/LC_MESSAGES/gucharmap.mo -share/locale/kn/LC_MESSAGES/gucharmap.mo -share/locale/ko/LC_MESSAGES/gucharmap.mo -share/locale/lt/LC_MESSAGES/gucharmap.mo -share/locale/lv/LC_MESSAGES/gucharmap.mo -share/locale/mai/LC_MESSAGES/gucharmap.mo -share/locale/mi/LC_MESSAGES/gucharmap.mo -share/locale/mk/LC_MESSAGES/gucharmap.mo -share/locale/ml/LC_MESSAGES/gucharmap.mo -share/locale/mn/LC_MESSAGES/gucharmap.mo -share/locale/mr/LC_MESSAGES/gucharmap.mo -share/locale/ms/LC_MESSAGES/gucharmap.mo -share/locale/nb/LC_MESSAGES/gucharmap.mo -share/locale/ne/LC_MESSAGES/gucharmap.mo -share/locale/nl/LC_MESSAGES/gucharmap.mo -share/locale/nn/LC_MESSAGES/gucharmap.mo -share/locale/oc/LC_MESSAGES/gucharmap.mo -share/locale/or/LC_MESSAGES/gucharmap.mo -share/locale/pa/LC_MESSAGES/gucharmap.mo -share/locale/pl/LC_MESSAGES/gucharmap.mo -share/locale/pt/LC_MESSAGES/gucharmap.mo -share/locale/pt_BR/LC_MESSAGES/gucharmap.mo -share/locale/ro/LC_MESSAGES/gucharmap.mo -share/locale/ru/LC_MESSAGES/gucharmap.mo -share/locale/rw/LC_MESSAGES/gucharmap.mo -share/locale/si/LC_MESSAGES/gucharmap.mo -share/locale/sk/LC_MESSAGES/gucharmap.mo -share/locale/sl/LC_MESSAGES/gucharmap.mo -share/locale/sq/LC_MESSAGES/gucharmap.mo -share/locale/sr/LC_MESSAGES/gucharmap.mo -share/locale/sr@latin/LC_MESSAGES/gucharmap.mo -share/locale/sv/LC_MESSAGES/gucharmap.mo -share/locale/ta/LC_MESSAGES/gucharmap.mo -share/locale/te/LC_MESSAGES/gucharmap.mo -share/locale/th/LC_MESSAGES/gucharmap.mo -share/locale/tr/LC_MESSAGES/gucharmap.mo -share/locale/uk/LC_MESSAGES/gucharmap.mo -share/locale/vi/LC_MESSAGES/gucharmap.mo -share/locale/wa/LC_MESSAGES/gucharmap.mo -share/locale/xh/LC_MESSAGES/gucharmap.mo -share/locale/zh_CN/LC_MESSAGES/gucharmap.mo -share/locale/zh_HK/LC_MESSAGES/gucharmap.mo -share/locale/zh_TW/LC_MESSAGES/gucharmap.mo -share/omf/gucharmap/gucharmap-C.omf -share/omf/gucharmap/gucharmap-bg.omf -share/omf/gucharmap/gucharmap-ca.omf -share/omf/gucharmap/gucharmap-cs.omf -share/omf/gucharmap/gucharmap-de.omf -share/omf/gucharmap/gucharmap-el.omf -share/omf/gucharmap/gucharmap-en_GB.omf -share/omf/gucharmap/gucharmap-es.omf -share/omf/gucharmap/gucharmap-fi.omf -share/omf/gucharmap/gucharmap-fr.omf -share/omf/gucharmap/gucharmap-it.omf -share/omf/gucharmap/gucharmap-ja.omf -share/omf/gucharmap/gucharmap-ko.omf -share/omf/gucharmap/gucharmap-oc.omf -share/omf/gucharmap/gucharmap-pt_BR.omf -share/omf/gucharmap/gucharmap-ru.omf -share/omf/gucharmap/gucharmap-sv.omf -share/omf/gucharmap/gucharmap-vi.omf -share/omf/gucharmap/gucharmap-zh_CN.omf -share/omf/gucharmap/gucharmap-zh_TW.omf -@dirrm share/omf/gucharmap -@dirrm share/gnome/help/gucharmap/zh_TW/figures -@dirrm share/gnome/help/gucharmap/zh_TW -@dirrm share/gnome/help/gucharmap/zh_CN/figures -@dirrm share/gnome/help/gucharmap/zh_CN -@dirrm share/gnome/help/gucharmap/vi/figures -@dirrm share/gnome/help/gucharmap/vi -@dirrm share/gnome/help/gucharmap/sv/figures -@dirrm share/gnome/help/gucharmap/sv -@dirrm share/gnome/help/gucharmap/ru/figures -@dirrm share/gnome/help/gucharmap/ru -@dirrm share/gnome/help/gucharmap/pt_BR/figures -@dirrm share/gnome/help/gucharmap/pt_BR -@dirrm share/gnome/help/gucharmap/oc/figures -@dirrm share/gnome/help/gucharmap/oc -@dirrm share/gnome/help/gucharmap/ko/figures -@dirrm share/gnome/help/gucharmap/ko -@dirrm share/gnome/help/gucharmap/ja/figures -@dirrm share/gnome/help/gucharmap/ja -@dirrm share/gnome/help/gucharmap/it/figures -@dirrm share/gnome/help/gucharmap/it -@dirrm share/gnome/help/gucharmap/fr/figures -@dirrm share/gnome/help/gucharmap/fr -@dirrm share/gnome/help/gucharmap/fi/figures -@dirrm share/gnome/help/gucharmap/fi -@dirrm share/gnome/help/gucharmap/es/figures -@dirrm share/gnome/help/gucharmap/es -@dirrm share/gnome/help/gucharmap/en_GB/figures -@dirrm share/gnome/help/gucharmap/en_GB -@dirrm share/gnome/help/gucharmap/el/figures -@dirrm share/gnome/help/gucharmap/el -@dirrm share/gnome/help/gucharmap/de/figures -@dirrm share/gnome/help/gucharmap/de -@dirrm share/gnome/help/gucharmap/cs/figures -@dirrm share/gnome/help/gucharmap/cs -@dirrm share/gnome/help/gucharmap/ca/figures -@dirrm share/gnome/help/gucharmap/ca -@dirrm share/gnome/help/gucharmap/bg/figures -@dirrm share/gnome/help/gucharmap/bg -@dirrm share/gnome/help/gucharmap/C/figures -@dirrm share/gnome/help/gucharmap/C -@dirrm share/gnome/help/gucharmap -@dirrmtry share/applications -@dirrm include/gucharmap-2/gucharmap -@dirrm include/gucharmap-2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/hamster-applet/Makefile b/deskutils/hamster-applet/Makefile deleted file mode 100644 index b54c22b74..000000000 --- a/deskutils/hamster-applet/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: hamster-applet -# Date created: 06 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.39 2010/04/01 11:18:34 kwm Exp $ -# - -PORTNAME= hamster-applet -PORTVERSION= 2.30.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Time management applet for the GNOME Desktop - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_XORG= xscrnsaver -USE_GNOME= gnomeprefix intlhack gnomehack pygnomedesktop \ - gnomecontrolcenter2 -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= hamster-applet.schemas - -.include <bsd.port.mk> diff --git a/deskutils/hamster-applet/distinfo b/deskutils/hamster-applet/distinfo deleted file mode 100644 index 66ca9c86c..000000000 --- a/deskutils/hamster-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/hamster-applet-2.30.1.tar.bz2) = 4f1ae4223344bb1c209676c2d31665e2 -SHA256 (gnome2/hamster-applet-2.30.1.tar.bz2) = a21994de512e17b176ff802c162dc1d26b25d8908c6108d47cd3c5c283fe4b3c -SIZE (gnome2/hamster-applet-2.30.1.tar.bz2) = 600397 diff --git a/deskutils/hamster-applet/files/patch-src_hamster-applet.py b/deskutils/hamster-applet/files/patch-src_hamster-applet.py deleted file mode 100644 index 0bb718d09..000000000 --- a/deskutils/hamster-applet/files/patch-src_hamster-applet.py +++ /dev/null @@ -1,22 +0,0 @@ ---- src/hamster-applet.py.orig 2010-01-29 17:37:34.000000000 +0800 -+++ src/hamster-applet.py 2010-01-29 17:38:21.000000000 +0800 -@@ -95,13 +95,13 @@ if __name__ == "__main__": - from hamster.configuration import runtime, dialogs - - # Setup i18n -- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -- for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+# for module in (gettext, locale): -+# module.bindtextdomain('hamster-applet', locale_dir) -+# module.textdomain('hamster-applet') - -- if hasattr(module, 'bind_textdomain_codeset'): -- module.bind_textdomain_codeset('hamster-applet','UTF-8') -+# if hasattr(module, 'bind_textdomain_codeset'): -+# module.bind_textdomain_codeset('hamster-applet','UTF-8') - - gtk.window_set_default_icon_name("hamster-applet") - diff --git a/deskutils/hamster-applet/pkg-descr b/deskutils/hamster-applet/pkg-descr deleted file mode 100644 index 9e3edc3cb..000000000 --- a/deskutils/hamster-applet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Hamster Applet allows you to keep track on where are you spending your time. - -WWW: http://projecthamster.wordpress.com/ diff --git a/deskutils/hamster-applet/pkg-plist b/deskutils/hamster-applet/pkg-plist deleted file mode 100644 index 981c2fc91..000000000 --- a/deskutils/hamster-applet/pkg-plist +++ /dev/null @@ -1,293 +0,0 @@ -bin/gnome-time-tracker -bin/hamster-standalone -lib/hamster-applet/hamster-applet -%%PYTHON_SITELIBDIR%%/hamster/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/about.py -%%PYTHON_SITELIBDIR%%/hamster/about.pyc -%%PYTHON_SITELIBDIR%%/hamster/about.pyo -%%PYTHON_SITELIBDIR%%/hamster/applet.py -%%PYTHON_SITELIBDIR%%/hamster/applet.pyc -%%PYTHON_SITELIBDIR%%/hamster/applet.pyo -%%PYTHON_SITELIBDIR%%/hamster/charting.py -%%PYTHON_SITELIBDIR%%/hamster/charting.pyc -%%PYTHON_SITELIBDIR%%/hamster/charting.pyo -%%PYTHON_SITELIBDIR%%/hamster/configuration.py -%%PYTHON_SITELIBDIR%%/hamster/configuration.pyc -%%PYTHON_SITELIBDIR%%/hamster/configuration.pyo -%%PYTHON_SITELIBDIR%%/hamster/db.py -%%PYTHON_SITELIBDIR%%/hamster/db.pyc -%%PYTHON_SITELIBDIR%%/hamster/db.pyo -%%PYTHON_SITELIBDIR%%/hamster/defs.py -%%PYTHON_SITELIBDIR%%/hamster/defs.pyc -%%PYTHON_SITELIBDIR%%/hamster/defs.pyo -%%PYTHON_SITELIBDIR%%/hamster/dispatcher.py -%%PYTHON_SITELIBDIR%%/hamster/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/hamster/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.py -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyc -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyo -%%PYTHON_SITELIBDIR%%/hamster/eds.py -%%PYTHON_SITELIBDIR%%/hamster/eds.pyc -%%PYTHON_SITELIBDIR%%/hamster/eds.pyo -%%PYTHON_SITELIBDIR%%/hamster/graphics.py -%%PYTHON_SITELIBDIR%%/hamster/graphics.pyc -%%PYTHON_SITELIBDIR%%/hamster/graphics.pyo -%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.py -%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyc -%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyo -%%PYTHON_SITELIBDIR%%/hamster/i18n.py -%%PYTHON_SITELIBDIR%%/hamster/i18n.pyc -%%PYTHON_SITELIBDIR%%/hamster/i18n.pyo -%%PYTHON_SITELIBDIR%%/hamster/idle.py -%%PYTHON_SITELIBDIR%%/hamster/idle.pyc -%%PYTHON_SITELIBDIR%%/hamster/idle.pyo -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/hamster/overview_activities.py -%%PYTHON_SITELIBDIR%%/hamster/overview_activities.pyc -%%PYTHON_SITELIBDIR%%/hamster/overview_activities.pyo -%%PYTHON_SITELIBDIR%%/hamster/overview_totals.py -%%PYTHON_SITELIBDIR%%/hamster/overview_totals.pyc -%%PYTHON_SITELIBDIR%%/hamster/overview_totals.pyo -%%PYTHON_SITELIBDIR%%/hamster/overview.py -%%PYTHON_SITELIBDIR%%/hamster/overview.pyc -%%PYTHON_SITELIBDIR%%/hamster/overview.pyo -%%PYTHON_SITELIBDIR%%/hamster/preferences.py -%%PYTHON_SITELIBDIR%%/hamster/preferences.pyc -%%PYTHON_SITELIBDIR%%/hamster/preferences.pyo -%%PYTHON_SITELIBDIR%%/hamster/pytweener.py -%%PYTHON_SITELIBDIR%%/hamster/pytweener.pyc -%%PYTHON_SITELIBDIR%%/hamster/pytweener.pyo -%%PYTHON_SITELIBDIR%%/hamster/reports.py -%%PYTHON_SITELIBDIR%%/hamster/reports.pyc -%%PYTHON_SITELIBDIR%%/hamster/reports.pyo -%%PYTHON_SITELIBDIR%%/hamster/stats.py -%%PYTHON_SITELIBDIR%%/hamster/stats.pyc -%%PYTHON_SITELIBDIR%%/hamster/stats.pyo -%%PYTHON_SITELIBDIR%%/hamster/storage.py -%%PYTHON_SITELIBDIR%%/hamster/storage.pyc -%%PYTHON_SITELIBDIR%%/hamster/storage.pyo -%%PYTHON_SITELIBDIR%%/hamster/stuff.py -%%PYTHON_SITELIBDIR%%/hamster/stuff.pyc -%%PYTHON_SITELIBDIR%%/hamster/stuff.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.pyo -libdata/bonobo/servers/Hamster_Applet.server -share/gnome-control-center/keybindings/99-hamster-applet.xml -%%DATADIR%%/Hamster_Applet.xml -%%DATADIR%%/applet.ui -%%DATADIR%%/art/hamster-applet.png -%%DATADIR%%/art/stock_calendar-view-day.png -%%DATADIR%%/art/stock_calendar-view-month.png -%%DATADIR%%/art/stock_calendar-view-week.png -%%DATADIR%%/edit_activity.ui -%%DATADIR%%/hamster.db -%%DATADIR%%/hamster.ui -%%DATADIR%%/overview.ui -%%DATADIR%%/overview_totals.ui -%%DATADIR%%/preferences.ui -%%DATADIR%%/stats.ui -share/applications/hamster-standalone.desktop -share/gnome/help/hamster-applet/C/backup.page -share/gnome/help/hamster-applet/C/figures/hamster-logo.png -share/gnome/help/hamster-applet/C/index.page -share/gnome/help/hamster-applet/C/input.page -share/gnome/help/hamster-applet/C/legal.xml -share/gnome/help/hamster-applet/C/merge.page -share/gnome/help/hamster-applet/C/reports.page -share/gnome/help/hamster-applet/C/statistics.page -share/gnome/help/hamster-applet/cs/backup.page -share/gnome/help/hamster-applet/cs/figures/hamster-logo.png -share/gnome/help/hamster-applet/cs/index.page -share/gnome/help/hamster-applet/cs/input.page -share/gnome/help/hamster-applet/cs/legal.xml -share/gnome/help/hamster-applet/cs/merge.page -share/gnome/help/hamster-applet/cs/reports.page -share/gnome/help/hamster-applet/cs/statistics.page -share/gnome/help/hamster-applet/de/backup.page -share/gnome/help/hamster-applet/de/figures/hamster-logo.png -share/gnome/help/hamster-applet/de/index.page -share/gnome/help/hamster-applet/de/input.page -share/gnome/help/hamster-applet/de/legal.xml -share/gnome/help/hamster-applet/de/merge.page -share/gnome/help/hamster-applet/de/reports.page -share/gnome/help/hamster-applet/de/statistics.page -share/gnome/help/hamster-applet/el/backup.page -share/gnome/help/hamster-applet/el/figures/hamster-logo.png -share/gnome/help/hamster-applet/el/index.page -share/gnome/help/hamster-applet/el/input.page -share/gnome/help/hamster-applet/el/legal.xml -share/gnome/help/hamster-applet/el/merge.page -share/gnome/help/hamster-applet/el/reports.page -share/gnome/help/hamster-applet/el/statistics.page -share/gnome/help/hamster-applet/es/backup.page -share/gnome/help/hamster-applet/es/figures/hamster-logo.png -share/gnome/help/hamster-applet/es/index.page -share/gnome/help/hamster-applet/es/input.page -share/gnome/help/hamster-applet/es/legal.xml -share/gnome/help/hamster-applet/es/merge.page -share/gnome/help/hamster-applet/es/reports.page -share/gnome/help/hamster-applet/es/statistics.page -share/gnome/help/hamster-applet/fr/backup.page -share/gnome/help/hamster-applet/fr/figures/hamster-logo.png -share/gnome/help/hamster-applet/fr/index.page -share/gnome/help/hamster-applet/fr/input.page -share/gnome/help/hamster-applet/fr/legal.xml -share/gnome/help/hamster-applet/fr/merge.page -share/gnome/help/hamster-applet/fr/reports.page -share/gnome/help/hamster-applet/fr/statistics.page -share/gnome/help/hamster-applet/zh_HK/backup.page -share/gnome/help/hamster-applet/zh_HK/figures/hamster-logo.png -share/gnome/help/hamster-applet/zh_HK/index.page -share/gnome/help/hamster-applet/zh_HK/input.page -share/gnome/help/hamster-applet/zh_HK/legal.xml -share/gnome/help/hamster-applet/zh_HK/merge.page -share/gnome/help/hamster-applet/zh_HK/reports.page -share/gnome/help/hamster-applet/zh_HK/statistics.page -share/gnome/help/hamster-applet/zh_TW/backup.page -share/gnome/help/hamster-applet/zh_TW/figures/hamster-logo.png -share/gnome/help/hamster-applet/zh_TW/index.page -share/gnome/help/hamster-applet/zh_TW/input.page -share/gnome/help/hamster-applet/zh_TW/legal.xml -share/gnome/help/hamster-applet/zh_TW/merge.page -share/gnome/help/hamster-applet/zh_TW/reports.page -share/gnome/help/hamster-applet/zh_TW/statistics.page -share/icons/hicolor/16x16/apps/hamster-applet.png -share/icons/hicolor/22x22/apps/hamster-applet.png -share/icons/hicolor/32x32/apps/hamster-applet.png -share/icons/hicolor/48x48/apps/hamster-applet.png -share/icons/hicolor/scalable/apps/hamster-applet.svg -share/locale/ar/LC_MESSAGES/hamster-applet.mo -share/locale/as/LC_MESSAGES/hamster-applet.mo -share/locale/be/LC_MESSAGES/hamster-applet.mo -share/locale/bg/LC_MESSAGES/hamster-applet.mo -share/locale/bn/LC_MESSAGES/hamster-applet.mo -share/locale/bn_IN/LC_MESSAGES/hamster-applet.mo -share/locale/ca/LC_MESSAGES/hamster-applet.mo -share/locale/ca@valencia/LC_MESSAGES/hamster-applet.mo -share/locale/cs/LC_MESSAGES/hamster-applet.mo -share/locale/da/LC_MESSAGES/hamster-applet.mo -share/locale/de/LC_MESSAGES/hamster-applet.mo -share/locale/el/LC_MESSAGES/hamster-applet.mo -share/locale/en_GB/LC_MESSAGES/hamster-applet.mo -share/locale/en@shaw/LC_MESSAGES/hamster-applet.mo -share/locale/es/LC_MESSAGES/hamster-applet.mo -share/locale/et/LC_MESSAGES/hamster-applet.mo -share/locale/eu/LC_MESSAGES/hamster-applet.mo -share/locale/fi/LC_MESSAGES/hamster-applet.mo -share/locale/fr/LC_MESSAGES/hamster-applet.mo -share/locale/gl/LC_MESSAGES/hamster-applet.mo -share/locale/gu/LC_MESSAGES/hamster-applet.mo -share/locale/he/LC_MESSAGES/hamster-applet.mo -share/locale/hi/LC_MESSAGES/hamster-applet.mo -share/locale/hu/LC_MESSAGES/hamster-applet.mo -share/locale/it/LC_MESSAGES/hamster-applet.mo -share/locale/ja/LC_MESSAGES/hamster-applet.mo -share/locale/kn/LC_MESSAGES/hamster-applet.mo -share/locale/ko/LC_MESSAGES/hamster-applet.mo -share/locale/ku/LC_MESSAGES/hamster-applet.mo -share/locale/lt/LC_MESSAGES/hamster-applet.mo -share/locale/lv/LC_MESSAGES/hamster-applet.mo -share/locale/mai/LC_MESSAGES/hamster-applet.mo -share/locale/mk/LC_MESSAGES/hamster-applet.mo -share/locale/ml/LC_MESSAGES/hamster-applet.mo -share/locale/mr/LC_MESSAGES/hamster-applet.mo -share/locale/nb/LC_MESSAGES/hamster-applet.mo -share/locale/nl/LC_MESSAGES/hamster-applet.mo -share/locale/or/LC_MESSAGES/hamster-applet.mo -share/locale/pa/LC_MESSAGES/hamster-applet.mo -share/locale/pl/LC_MESSAGES/hamster-applet.mo -share/locale/pt/LC_MESSAGES/hamster-applet.mo -share/locale/pt_BR/LC_MESSAGES/hamster-applet.mo -share/locale/ro/LC_MESSAGES/hamster-applet.mo -share/locale/ru/LC_MESSAGES/hamster-applet.mo -share/locale/si/LC_MESSAGES/hamster-applet.mo -share/locale/sl/LC_MESSAGES/hamster-applet.mo -share/locale/sq/LC_MESSAGES/hamster-applet.mo -share/locale/sr/LC_MESSAGES/hamster-applet.mo -share/locale/sr@latin/LC_MESSAGES/hamster-applet.mo -share/locale/sv/LC_MESSAGES/hamster-applet.mo -share/locale/ta/LC_MESSAGES/hamster-applet.mo -share/locale/te/LC_MESSAGES/hamster-applet.mo -share/locale/th/LC_MESSAGES/hamster-applet.mo -share/locale/tr/LC_MESSAGES/hamster-applet.mo -share/locale/uk/LC_MESSAGES/hamster-applet.mo -share/locale/vi/LC_MESSAGES/hamster-applet.mo -share/locale/zh_CN/LC_MESSAGES/hamster-applet.mo -share/locale/zh_HK/LC_MESSAGES/hamster-applet.mo -share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/hamster/widgets -@dirrm %%PYTHON_SITELIBDIR%%/hamster/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/hamster -@dirrm lib/hamster-applet -@dirrm share/gnome/help/hamster-applet/zh_TW/figures -@dirrm share/gnome/help/hamster-applet/zh_TW -@dirrm share/gnome/help/hamster-applet/zh_HK/figures -@dirrm share/gnome/help/hamster-applet/zh_HK -@dirrm share/gnome/help/hamster-applet/fr/figures -@dirrm share/gnome/help/hamster-applet/fr -@dirrm share/gnome/help/hamster-applet/es/figures -@dirrm share/gnome/help/hamster-applet/es -@dirrm share/gnome/help/hamster-applet/el/figures -@dirrm share/gnome/help/hamster-applet/el -@dirrm share/gnome/help/hamster-applet/de/figures -@dirrm share/gnome/help/hamster-applet/de -@dirrm share/gnome/help/hamster-applet/cs/figures -@dirrm share/gnome/help/hamster-applet/cs -@dirrm share/gnome/help/hamster-applet/C/figures -@dirrm share/gnome/help/hamster-applet/C -@dirrm share/gnome/help/hamster-applet -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile deleted file mode 100644 index 96a30db70..000000000 --- a/deskutils/nautilus-actions/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: nautilus-actions -# Date created: 2005-08-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.20 2010/04/10 09:46:14 kwm Exp $ -# - -PORTNAME= nautilus-actions -PORTVERSION= 2.30.2 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Extension for Nautilus to configure programs to launch on files - -LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= nautilus2 intlhack -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0 - -PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 ChangeLog-2009 INSTALL \ - MAINTAINERS NEWS README TODO export-format-id io-provider-id \ - objects-hierarchy.odg - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure -.endif - -post-patch: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in -.else - @${REINPLACE_CMD} -e 's|doc/@PACKAGE@-@VERSION@|doc/@PACKAGE@|g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/nautilus-actions/distinfo b/deskutils/nautilus-actions/distinfo deleted file mode 100644 index 62567bb6b..000000000 --- a/deskutils/nautilus-actions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-actions-2.30.2.tar.bz2) = 65e5b23b5f831af9e1b1a7c0fd1cd0bd -SHA256 (nautilus-actions-2.30.2.tar.bz2) = 0cc0b55a1d4932c9f20bc741e1f9452090c31b0486435e913c89c2a954a4bbe8 -SIZE (nautilus-actions-2.30.2.tar.bz2) = 964943 diff --git a/deskutils/nautilus-actions/files/extra-patch-configure b/deskutils/nautilus-actions/files/extra-patch-configure deleted file mode 100644 index 577f55c12..000000000 --- a/deskutils/nautilus-actions/files/extra-patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-10-19 21:06:41.000000000 +1000 -+++ configure 2009-10-19 23:38:22.000000000 +1000 -@@ -4718,7 +4718,7 @@ - - - _ac_warning_def=error -- _ac_compliant_def="-ansi -Wno-overlength-strings -Wformat=2" -+ _ac_compliant_def="-ansi -Wformat=2" - - - # Check whether --enable-compile-warnings was given. -@@ -4808,7 +4808,7 @@ - done - unset option - if test "$enable_compile_warnings" = "error" ; then -- warning_flags="$warning_flags -Werror" -+ warning_flags="$warning_flags" - fi - ;; - *) diff --git a/deskutils/nautilus-actions/pkg-descr b/deskutils/nautilus-actions/pkg-descr deleted file mode 100644 index 38c86c282..000000000 --- a/deskutils/nautilus-actions/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An extension for Nautilus, the gnome file manager, which allow to configure -program to be launch on files selected into Nautilus interface. - -WWW: http://www.grumz.net/index.php?q=node/8 diff --git a/deskutils/nautilus-actions/pkg-plist b/deskutils/nautilus-actions/pkg-plist deleted file mode 100644 index b66138903..000000000 --- a/deskutils/nautilus-actions/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -bin/nautilus-actions-config-tool -bin/nautilus-actions-new -bin/nautilus-actions-run -bin/nautilus-actions-schemas -include/nautilus-actions/na-core-utils.h -include/nautilus-actions/na-data-boxed.h -include/nautilus-actions/na-data-def.h -include/nautilus-actions/na-data-types.h -include/nautilus-actions/na-dbus.h -include/nautilus-actions/na-extension.h -include/nautilus-actions/na-gconf-monitor.h -include/nautilus-actions/na-gconf-utils.h -include/nautilus-actions/na-icontext.h -include/nautilus-actions/na-iduplicable.h -include/nautilus-actions/na-iexporter.h -include/nautilus-actions/na-ifactory-object-data.h -include/nautilus-actions/na-ifactory-object.h -include/nautilus-actions/na-ifactory-provider-provider.h -include/nautilus-actions/na-ifactory-provider.h -include/nautilus-actions/na-iimporter.h -include/nautilus-actions/na-iio-provider.h -include/nautilus-actions/na-object-action.h -include/nautilus-actions/na-object-api.h -include/nautilus-actions/na-object-id.h -include/nautilus-actions/na-object-item.h -include/nautilus-actions/na-object-menu.h -include/nautilus-actions/na-object-profile.h -include/nautilus-actions/na-object.h -lib/nautilus-actions/libna-core.la -lib/nautilus-actions/libna-core.so -lib/nautilus-actions/libna-io-desktop.la -lib/nautilus-actions/libna-io-desktop.so -lib/nautilus-actions/libna-io-gconf.la -lib/nautilus-actions/libna-io-gconf.so -lib/nautilus-actions/libna-io-xml.la -lib/nautilus-actions/libna-io-xml.so -lib/nautilus/extensions-2.0/libnautilus-actions-menu.la -lib/nautilus/extensions-2.0/libnautilus-actions-menu.so -lib/nautilus/extensions-2.0/libnautilus-actions-tracker.la -lib/nautilus/extensions-2.0/libnautilus-actions-tracker.so -share/applications/nact.desktop -share/icons/hicolor/16x16/apps/nautilus-actions.png -share/icons/hicolor/22x22/apps/nautilus-actions.png -share/icons/hicolor/32x32/apps/nautilus-actions.png -share/icons/hicolor/48x48/apps/nautilus-actions.png -share/icons/hicolor/scalable/apps/nautilus-actions.svg -share/locale/ar/LC_MESSAGES/nautilus-actions.mo -share/locale/bg/LC_MESSAGES/nautilus-actions.mo -share/locale/bn/LC_MESSAGES/nautilus-actions.mo -share/locale/bn_IN/LC_MESSAGES/nautilus-actions.mo -share/locale/ca/LC_MESSAGES/nautilus-actions.mo -share/locale/cs/LC_MESSAGES/nautilus-actions.mo -share/locale/da/LC_MESSAGES/nautilus-actions.mo -share/locale/de/LC_MESSAGES/nautilus-actions.mo -share/locale/dz/LC_MESSAGES/nautilus-actions.mo -share/locale/el/LC_MESSAGES/nautilus-actions.mo -share/locale/en_CA/LC_MESSAGES/nautilus-actions.mo -share/locale/en_GB/LC_MESSAGES/nautilus-actions.mo -share/locale/es/LC_MESSAGES/nautilus-actions.mo -share/locale/eu/LC_MESSAGES/nautilus-actions.mo -share/locale/fi/LC_MESSAGES/nautilus-actions.mo -share/locale/fr/LC_MESSAGES/nautilus-actions.mo -share/locale/gl/LC_MESSAGES/nautilus-actions.mo -share/locale/gu/LC_MESSAGES/nautilus-actions.mo -share/locale/he/LC_MESSAGES/nautilus-actions.mo -share/locale/hi/LC_MESSAGES/nautilus-actions.mo -share/locale/it/LC_MESSAGES/nautilus-actions.mo -share/locale/ja/LC_MESSAGES/nautilus-actions.mo -share/locale/kn/LC_MESSAGES/nautilus-actions.mo -share/locale/ko/LC_MESSAGES/nautilus-actions.mo -share/locale/lt/LC_MESSAGES/nautilus-actions.mo -share/locale/lv/LC_MESSAGES/nautilus-actions.mo -share/locale/mk/LC_MESSAGES/nautilus-actions.mo -share/locale/mr/LC_MESSAGES/nautilus-actions.mo -share/locale/nb/LC_MESSAGES/nautilus-actions.mo -share/locale/nl/LC_MESSAGES/nautilus-actions.mo -share/locale/oc/LC_MESSAGES/nautilus-actions.mo -share/locale/or/LC_MESSAGES/nautilus-actions.mo -share/locale/pa/LC_MESSAGES/nautilus-actions.mo -share/locale/pl/LC_MESSAGES/nautilus-actions.mo -share/locale/pt/LC_MESSAGES/nautilus-actions.mo -share/locale/pt_BR/LC_MESSAGES/nautilus-actions.mo -share/locale/ru/LC_MESSAGES/nautilus-actions.mo -share/locale/sl/LC_MESSAGES/nautilus-actions.mo -share/locale/sv/LC_MESSAGES/nautilus-actions.mo -share/locale/ta/LC_MESSAGES/nautilus-actions.mo -share/locale/te/LC_MESSAGES/nautilus-actions.mo -share/locale/th/LC_MESSAGES/nautilus-actions.mo -share/locale/vi/LC_MESSAGES/nautilus-actions.mo -share/locale/zh_CN/LC_MESSAGES/nautilus-actions.mo -share/locale/zh_HK/LC_MESSAGES/nautilus-actions.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-actions.mo -%%DATADIR%%/locked.png -%%DATADIR%%/na-importer-ask.ui -%%DATADIR%%/nact-assistant-export.ui -%%DATADIR%%/nact-preferences.ui -%%DATADIR%%/nautilus-actions-config-tool.actions -%%DATADIR%%/nautilus-actions-config-tool.ui -%%DATADIR%%/nautilus-actions-confs.schemas -%%DATADIR%%/nautilus-actions-maintainer.actions -%%DATADIR%%/nautilus-actions-prefs.schemas -%%DATADIR%%/transparent.png -@dirrm %%DATADIR%% -@dirrm lib/nautilus-actions -@dirrm include/nautilus-actions -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile deleted file mode 100644 index 553fea59e..000000000 --- a/deskutils/nautilus-sendto/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: nautilus-sendto -# Date created: 2004-12-03 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.24 2010/04/01 20:35:51 kwm Exp $ - -PORTNAME= nautilus-sendto -PORTVERSION= 2.28.4 -PORTREVISION= 1 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integration between nautilus, evolution, and pidgin - -MAN1= nautilus-sendto.1 -GCONF_SCHEMAS= nst.schemas -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack \ - evolutiondataserver -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}" - -OPTIONS= PIDGIN "Build pidgin sendto plugin" off - -# check configure script for allowed_plugins="..." for new plugins -SENDTO_PLUGINS= bluetooth evolution gajim nautilus-burn removable-devices - -# Not these plugins: -# empathy (moved to empathy port) upnp - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIDGIN) -SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin -PLIST_SUB+= PIDGIN="" -.else -PLIST_SUB+= PIDGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo deleted file mode 100644 index 6361c56f4..000000000 --- a/deskutils/nautilus-sendto/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-sendto-2.28.4.tar.bz2) = e68236367190d01a31d11fb746822bed -SHA256 (nautilus-sendto-2.28.4.tar.bz2) = ff6b1a73f7e662fb49c3a1aee59a5c17fc96c23fcf63c3b10b6142eaef344f06 -SIZE (nautilus-sendto-2.28.4.tar.bz2) = 436967 diff --git a/deskutils/nautilus-sendto/pkg-descr b/deskutils/nautilus-sendto/pkg-descr deleted file mode 100644 index 34fdb0e38..000000000 --- a/deskutils/nautilus-sendto/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Integration between nautilus, evolution, and pidgin. - -Nautilus context menu component ("Send To: Pidgin Buddy/Evolution Addressbook") -with a dialog for insert the email account or IM account which you want to -send the file/files. Contact with evolution-data-server and get the email -accounts from your Evolution Addressbook. - -WWW: http://www.es.gnome.org/~telemaco/ diff --git a/deskutils/nautilus-sendto/pkg-plist b/deskutils/nautilus-sendto/pkg-plist deleted file mode 100644 index 816f0b089..000000000 --- a/deskutils/nautilus-sendto/pkg-plist +++ /dev/null @@ -1,128 +0,0 @@ -bin/nautilus-sendto -include/nautilus-sendto/nautilus-sendto-plugin.h -lib/nautilus-sendto/plugins/libnstbluetooth.la -lib/nautilus-sendto/plugins/libnstbluetooth.so -lib/nautilus-sendto/plugins/libnstburn.la -lib/nautilus-sendto/plugins/libnstburn.so -lib/nautilus-sendto/plugins/libnstevolution.la -lib/nautilus-sendto/plugins/libnstevolution.so -lib/nautilus-sendto/plugins/libnstgajim.la -lib/nautilus-sendto/plugins/libnstgajim.so -%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.la -%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.so -lib/nautilus-sendto/plugins/libnstremovable_devices.la -lib/nautilus-sendto/plugins/libnstremovable_devices.so -lib/nautilus/extensions-2.0/libnautilus-sendto.la -lib/nautilus/extensions-2.0/libnautilus-sendto.so -libdata/pkgconfig/nautilus-sendto.pc -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/nautilus-sendto-nautilus-sendto-plugin.html -%%DOCSDIR%%/nautilus-sendto.devhelp -%%DOCSDIR%%/nautilus-sendto.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/locale/af/LC_MESSAGES/nautilus-sendto.mo -share/locale/ar/LC_MESSAGES/nautilus-sendto.mo -share/locale/as/LC_MESSAGES/nautilus-sendto.mo -share/locale/ast/LC_MESSAGES/nautilus-sendto.mo -share/locale/be/LC_MESSAGES/nautilus-sendto.mo -share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo -share/locale/bg/LC_MESSAGES/nautilus-sendto.mo -share/locale/bn/LC_MESSAGES/nautilus-sendto.mo -share/locale/bn_IN/LC_MESSAGES/nautilus-sendto.mo -share/locale/br/LC_MESSAGES/nautilus-sendto.mo -share/locale/ca/LC_MESSAGES/nautilus-sendto.mo -share/locale/cs/LC_MESSAGES/nautilus-sendto.mo -share/locale/da/LC_MESSAGES/nautilus-sendto.mo -share/locale/de/LC_MESSAGES/nautilus-sendto.mo -share/locale/dz/LC_MESSAGES/nautilus-sendto.mo -share/locale/el/LC_MESSAGES/nautilus-sendto.mo -share/locale/en@shaw/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_CA/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_GB/LC_MESSAGES/nautilus-sendto.mo -share/locale/es/LC_MESSAGES/nautilus-sendto.mo -share/locale/et/LC_MESSAGES/nautilus-sendto.mo -share/locale/eu/LC_MESSAGES/nautilus-sendto.mo -share/locale/fi/LC_MESSAGES/nautilus-sendto.mo -share/locale/fr/LC_MESSAGES/nautilus-sendto.mo -share/locale/gl/LC_MESSAGES/nautilus-sendto.mo -share/locale/gu/LC_MESSAGES/nautilus-sendto.mo -share/locale/he/LC_MESSAGES/nautilus-sendto.mo -share/locale/hi/LC_MESSAGES/nautilus-sendto.mo -share/locale/hu/LC_MESSAGES/nautilus-sendto.mo -share/locale/it/LC_MESSAGES/nautilus-sendto.mo -share/locale/ja/LC_MESSAGES/nautilus-sendto.mo -share/locale/ka/LC_MESSAGES/nautilus-sendto.mo -share/locale/kn/LC_MESSAGES/nautilus-sendto.mo -share/locale/ko/LC_MESSAGES/nautilus-sendto.mo -share/locale/lt/LC_MESSAGES/nautilus-sendto.mo -share/locale/lv/LC_MESSAGES/nautilus-sendto.mo -share/locale/mk/LC_MESSAGES/nautilus-sendto.mo -share/locale/ml/LC_MESSAGES/nautilus-sendto.mo -share/locale/mr/LC_MESSAGES/nautilus-sendto.mo -share/locale/nb/LC_MESSAGES/nautilus-sendto.mo -share/locale/nds/LC_MESSAGES/nautilus-sendto.mo -share/locale/ne/LC_MESSAGES/nautilus-sendto.mo -share/locale/nl/LC_MESSAGES/nautilus-sendto.mo -share/locale/oc/LC_MESSAGES/nautilus-sendto.mo -share/locale/or/LC_MESSAGES/nautilus-sendto.mo -share/locale/pa/LC_MESSAGES/nautilus-sendto.mo -share/locale/pl/LC_MESSAGES/nautilus-sendto.mo -share/locale/pt/LC_MESSAGES/nautilus-sendto.mo -share/locale/pt_BR/LC_MESSAGES/nautilus-sendto.mo -share/locale/ro/LC_MESSAGES/nautilus-sendto.mo -share/locale/ru/LC_MESSAGES/nautilus-sendto.mo -share/locale/rw/LC_MESSAGES/nautilus-sendto.mo -share/locale/sk/LC_MESSAGES/nautilus-sendto.mo -share/locale/sl/LC_MESSAGES/nautilus-sendto.mo -share/locale/sq/LC_MESSAGES/nautilus-sendto.mo -share/locale/sr/LC_MESSAGES/nautilus-sendto.mo -share/locale/sr@latin/LC_MESSAGES/nautilus-sendto.mo -share/locale/sv/LC_MESSAGES/nautilus-sendto.mo -share/locale/ta/LC_MESSAGES/nautilus-sendto.mo -share/locale/te/LC_MESSAGES/nautilus-sendto.mo -share/locale/th/LC_MESSAGES/nautilus-sendto.mo -share/locale/uk/LC_MESSAGES/nautilus-sendto.mo -share/locale/vi/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_CN/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_HK/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo -share/nautilus-sendto/ui/nautilus-sendto.ui -@dirrm %%DOCSDIR%% -@dirrm share/nautilus-sendto/ui -@dirrm share/nautilus-sendto -@dirrm lib/nautilus-sendto/plugins -@dirrm lib/nautilus-sendto -@dirrm include/nautilus-sendto -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index a2637f08e..000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: orbit2 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= ORBit2 -PORTVERSION= 2.14.18 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= High-performance CORBA ORB with support for the C language - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack libidl ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/orb/orb-core/orbit-typelib.c - -post-install: - @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default - @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default - @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \ - ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \ - fi - @${MKDIR} ${PREFIX}/lib/orbit-2.0/idl-backends - -.include <bsd.port.mk> - -.endif diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index b4e655b06..000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/ORBit2-2.14.18.tar.bz2) = 3e80596171b1ea652707219c7144ff53 -SHA256 (gnome2/ORBit2-2.14.18.tar.bz2) = c6148edd8044255aeed9ab1d1eeb3c39edd0aa1ace5d33cf6831b80d11f1ab7c -SIZE (gnome2/ORBit2-2.14.18.tar.bz2) = 747701 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 70131ebc1..000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Dec 18 07:20:12 2006 -+++ Makefile.in Mon Dec 18 07:20:47 2006 -@@ -239,7 +239,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --SUBDIRS = linc2 src include test docs -+SUBDIRS = linc2 src include docs - bin_SCRIPTS = orbit2-config - EXTRA_DIST = \ - ORBit2.m4 \ diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in deleted file mode 100644 index e048ca634..000000000 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/util/Makefile.in.orig Fri Mar 5 23:39:16 2004 -+++ src/orb/util/Makefile.in Fri Mar 5 23:39:43 2004 -@@ -126,7 +126,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c deleted file mode 100644 index 6af92e3af..000000000 --- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/orb/orb-core/orbit-typelib.c.orig 2007-07-27 10:58:37.000000000 -0500 -+++ src/orb/orb-core/orbit-typelib.c 2007-07-27 10:58:41.000000000 -0500 -@@ -218,6 +218,7 @@ - paths = g_ptr_array_sized_new (8); - - g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR)); -+ add_if_unique(paths, "%%LOCALBASE%%", TRUE); - - if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) { - char **strv; diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr deleted file mode 100644 index 711157675..000000000 --- a/devel/ORBit2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ORBit is a high-performance CORBA ORB with support for the C language. -It allows programs to communicate with each other, regardless of their -physical and logical locations. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist deleted file mode 100644 index 7730e1f92..000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/linc-cleanup-sockets -bin/orbit-idl-2 -bin/orbit2-config -@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi -etc/orbit2rc.default -@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi -include/orbit-2.0/ORBitservices/CosNaming.h -include/orbit-2.0/ORBitservices/CosNaming_impl.h -include/orbit-2.0/ORBitservices/orbit-imodule.h -include/orbit-2.0/orbit-idl/orbit-idl-backend.h -include/orbit-2.0/orbit/dynamic/dynamic-defs.h -include/orbit-2.0/orbit/dynamic/dynamic.h -include/orbit-2.0/orbit/orb-core/allocators.h -include/orbit-2.0/orbit/orb-core/corba-any-type.h -include/orbit-2.0/orbit/orb-core/corba-any.h -include/orbit-2.0/orbit/orb-core/corba-context-type.h -include/orbit-2.0/orbit/orb-core/corba-context.h -include/orbit-2.0/orbit/orb-core/corba-defs.h -include/orbit-2.0/orbit/orb-core/corba-environment-type.h -include/orbit-2.0/orbit/orb-core/corba-environment.h -include/orbit-2.0/orbit/orb-core/corba-nvlist.h -include/orbit-2.0/orbit/orb-core/corba-object-type.h -include/orbit-2.0/orbit/orb-core/corba-object.h -include/orbit-2.0/orbit/orb-core/corba-orb-type.h -include/orbit-2.0/orbit/orb-core/corba-orb.h -include/orbit-2.0/orbit/orb-core/corba-pobj.h -include/orbit-2.0/orbit/orb-core/corba-policy-type.h -include/orbit-2.0/orbit/orb-core/corba-string.h -include/orbit-2.0/orbit/orb-core/corba-typecode-type.h -include/orbit-2.0/orbit/orb-core/corba-typecode.h -include/orbit-2.0/orbit/orb-core/iop-defs.h -include/orbit-2.0/orbit/orb-core/orb-core-types.h -include/orbit-2.0/orbit/orb-core/orb-core.h -include/orbit-2.0/orbit/orb-core/orb-types.h -include/orbit-2.0/orbit/orb-core/orbit-interface.h -include/orbit-2.0/orbit/orb-core/orbit-object.h -include/orbit-2.0/orbit/orb-core/orbit-small.h -include/orbit-2.0/orbit/orbit-config.h -include/orbit-2.0/orbit/orbit-types.h -include/orbit-2.0/orbit/orbit.h -include/orbit-2.0/orbit/poa/orbit-adaptor.h -include/orbit-2.0/orbit/poa/poa-basics.h -include/orbit-2.0/orbit/poa/poa-defs.h -include/orbit-2.0/orbit/poa/poa-policy.h -include/orbit-2.0/orbit/poa/poa-types.h -include/orbit-2.0/orbit/poa/poa.h -include/orbit-2.0/orbit/poa/portableserver-current-type.h -include/orbit-2.0/orbit/poa/portableserver-poa-type.h -include/orbit-2.0/orbit/util/basic_types.h -include/orbit-2.0/orbit/util/orbit-genrand.h -include/orbit-2.0/orbit/util/orbit-util.h -lib/libORBit-2.a -lib/libORBit-2.la -lib/libORBit-2.so -lib/libORBit-2.so.0 -lib/libORBit-imodule-2.a -lib/libORBit-imodule-2.la -lib/libORBit-imodule-2.so -lib/libORBit-imodule-2.so.0 -lib/libORBitCosNaming-2.a -lib/libORBitCosNaming-2.la -lib/libORBitCosNaming-2.so -lib/libORBitCosNaming-2.so.0 -lib/libname-server-2.a -libdata/pkgconfig/ORBit-2.0.pc -libdata/pkgconfig/ORBit-CosNaming-2.0.pc -libdata/pkgconfig/ORBit-idl-2.0.pc -libdata/pkgconfig/ORBit-imodule-2.0.pc -share/aclocal/ORBit2.m4 -share/idl/orbit-2.0/CosNaming.idl -@dirrm share/idl/orbit-2.0 -@exec /bin/mkdir -p %D/lib/orbit-2.0/idl-backends -@dirrmtry share/idl -@dirrmtry lib/orbit-2.0/idl-backends -@dirrmtry lib/orbit-2.0 -@dirrm include/orbit-2.0/orbit/util -@dirrm include/orbit-2.0/orbit/poa -@dirrm include/orbit-2.0/orbit/orb-core -@dirrm include/orbit-2.0/orbit/dynamic -@dirrm include/orbit-2.0/orbit-idl -@dirrm include/orbit-2.0/orbit -@dirrm include/orbit-2.0/ORBitservices -@dirrm include/orbit-2.0 diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile deleted file mode 100644 index 50a5a1c2c..000000000 --- a/devel/anjuta-extras/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: anjuta-extras -# Date created: 8 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta-extras/Makefile,v 1.6 2010/04/03 09:10:42 kwm Exp $ -# - -PORTNAME= anjuta-extras -PORTVERSION= 2.30.1.0 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Extra anjuta plugins. - -BUILD_DEPENDS= neato:${PORTSDIR}/graphics/graphviz -LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta -RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz - -USE_BZIP2= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intltool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-plugin-valgrind \ - --localedir=${PREFIX}/share - -GCONF_SCHEMAS= anjuta-editor-scintilla.schemas - -.include <bsd.port.mk> diff --git a/devel/anjuta-extras/distinfo b/devel/anjuta-extras/distinfo deleted file mode 100644 index 70c891199..000000000 --- a/devel/anjuta-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (anjuta-extras-2.30.1.0.tar.bz2) = c76a0843896890e054b063551fa431eb -SHA256 (anjuta-extras-2.30.1.0.tar.bz2) = 6a8f37de883d05596d7b416a10d49d737c735a7dd0767ce4b804480255cfe808 -SIZE (anjuta-extras-2.30.1.0.tar.bz2) = 2873072 diff --git a/devel/anjuta-extras/pkg-descr b/devel/anjuta-extras/pkg-descr deleted file mode 100644 index 5c0d44664..000000000 --- a/devel/anjuta-extras/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Extra plugins for the Anjuta IDE. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta-extras/pkg-plist b/devel/anjuta-extras/pkg-plist deleted file mode 100644 index d274e6515..000000000 --- a/devel/anjuta-extras/pkg-plist +++ /dev/null @@ -1,121 +0,0 @@ -lib/anjuta/anjuta-class-inheritance.plugin -lib/anjuta/anjuta-editor.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-scratchbox.plugin -lib/anjuta/libanjuta-class-inheritance.a -lib/anjuta/libanjuta-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.so -lib/anjuta/libanjuta-editor.a -lib/anjuta/libanjuta-editor.la -lib/anjuta/libanjuta-editor.so -lib/anjuta/libanjuta-profiler.a -lib/anjuta/libanjuta-profiler.la -lib/anjuta/libanjuta-profiler.so -lib/anjuta/libanjuta-sample.a -lib/anjuta/libanjuta-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-scratchbox.a -lib/anjuta/libanjuta-scratchbox.la -lib/anjuta/libanjuta-scratchbox.so -lib/anjuta/profiler.plugin -share/anjuta/glade/anjuta-editor-scintilla.ui -share/anjuta/glade/anjuta-scratchbox-panel.png -share/anjuta/glade/anjuta-scratchbox.ui -share/anjuta/glade/profiler-call-graph.ui -share/anjuta/glade/profiler-flat-profile.ui -share/anjuta/glade/profiler-function-call-tree.ui -share/anjuta/glade/profiler.ui -share/anjuta/properties/anjuta.properties -share/anjuta/properties/styles.properties -share/anjuta/properties/user.properties -share/anjuta/ui/anjuta-sample.ui -share/anjuta/ui/profiler.xml -share/locale/ar/LC_MESSAGES/anjuta-extras.mo -share/locale/az/LC_MESSAGES/anjuta-extras.mo -share/locale/be/LC_MESSAGES/anjuta-extras.mo -share/locale/be@latin/LC_MESSAGES/anjuta-extras.mo -share/locale/bg/LC_MESSAGES/anjuta-extras.mo -share/locale/ca/LC_MESSAGES/anjuta-extras.mo -share/locale/cs/LC_MESSAGES/anjuta-extras.mo -share/locale/da/LC_MESSAGES/anjuta-extras.mo -share/locale/de/LC_MESSAGES/anjuta-extras.mo -share/locale/dz/LC_MESSAGES/anjuta-extras.mo -share/locale/el/LC_MESSAGES/anjuta-extras.mo -share/locale/en_CA/LC_MESSAGES/anjuta-extras.mo -share/locale/en_GB/LC_MESSAGES/anjuta-extras.mo -share/locale/es/LC_MESSAGES/anjuta-extras.mo -share/locale/eu/LC_MESSAGES/anjuta-extras.mo -share/locale/fi/LC_MESSAGES/anjuta-extras.mo -share/locale/fr/LC_MESSAGES/anjuta-extras.mo -share/locale/ga/LC_MESSAGES/anjuta-extras.mo -share/locale/gl/LC_MESSAGES/anjuta-extras.mo -share/locale/gu/LC_MESSAGES/anjuta-extras.mo -share/locale/he/LC_MESSAGES/anjuta-extras.mo -share/locale/hi/LC_MESSAGES/anjuta-extras.mo -share/locale/hr/LC_MESSAGES/anjuta-extras.mo -share/locale/hu/LC_MESSAGES/anjuta-extras.mo -share/locale/id/LC_MESSAGES/anjuta-extras.mo -share/locale/it/LC_MESSAGES/anjuta-extras.mo -share/locale/ja/LC_MESSAGES/anjuta-extras.mo -share/locale/kn/LC_MESSAGES/anjuta-extras.mo -share/locale/ko/LC_MESSAGES/anjuta-extras.mo -share/locale/lt/LC_MESSAGES/anjuta-extras.mo -share/locale/lv/LC_MESSAGES/anjuta-extras.mo -share/locale/mk/LC_MESSAGES/anjuta-extras.mo -share/locale/ml/LC_MESSAGES/anjuta-extras.mo -share/locale/mr/LC_MESSAGES/anjuta-extras.mo -share/locale/ms/LC_MESSAGES/anjuta-extras.mo -share/locale/nb/LC_MESSAGES/anjuta-extras.mo -share/locale/ne/LC_MESSAGES/anjuta-extras.mo -share/locale/nl/LC_MESSAGES/anjuta-extras.mo -share/locale/oc/LC_MESSAGES/anjuta-extras.mo -share/locale/or/LC_MESSAGES/anjuta-extras.mo -share/locale/pa/LC_MESSAGES/anjuta-extras.mo -share/locale/pl/LC_MESSAGES/anjuta-extras.mo -share/locale/pt/LC_MESSAGES/anjuta-extras.mo -share/locale/pt_BR/LC_MESSAGES/anjuta-extras.mo -share/locale/ru/LC_MESSAGES/anjuta-extras.mo -share/locale/rw/LC_MESSAGES/anjuta-extras.mo -share/locale/si/LC_MESSAGES/anjuta-extras.mo -share/locale/sk/LC_MESSAGES/anjuta-extras.mo -share/locale/sl/LC_MESSAGES/anjuta-extras.mo -share/locale/sq/LC_MESSAGES/anjuta-extras.mo -share/locale/sr/LC_MESSAGES/anjuta-extras.mo -share/locale/sr@latin/LC_MESSAGES/anjuta-extras.mo -share/locale/sv/LC_MESSAGES/anjuta-extras.mo -share/locale/te/LC_MESSAGES/anjuta-extras.mo -share/locale/th/LC_MESSAGES/anjuta-extras.mo -share/locale/tr/LC_MESSAGES/anjuta-extras.mo -share/locale/uk/LC_MESSAGES/anjuta-extras.mo -share/locale/vi/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_CN/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_HK/LC_MESSAGES/anjuta-extras.mo -share/locale/zh_TW/LC_MESSAGES/anjuta-extras.mo -share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png -share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg -share/pixmaps/anjuta/anjuta-profiler-plugin-48.png -share/pixmaps/anjuta/anjuta-profiler-plugin.svg -share/pixmaps/anjuta/anjuta-sample-plugin-48.png -share/pixmaps/anjuta/anjuta-sample-plugin.svg -share/pixmaps/anjuta/anjuta-scratchbox-48.png -@dirrm share/anjuta/properties -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile deleted file mode 100644 index 4bca7ea46..000000000 --- a/devel/anjuta/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: anjuta -# Date created: 31 March 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.57 2010/03/30 16:50:00 avl Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.30.1.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integrated Development Environment for C and C++ - -BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ - bash:${PORTSDIR}/shells/bash \ - p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gladeui-1.9:${PORTSDIR}/devel/glade3 \ - neon.28:${PORTSDIR}/www/neon28 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gdl-1.3:${PORTSDIR}/x11-toolkits/gdl -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - autogen:${PORTSDIR}/devel/autogen \ - p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ - libtool:${PORTSDIR}/devel/libtool22 \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ - exctags:${PORTSDIR}/devel/ctags \ - gdb66:${PORTSDIR}/devel/gdb6 \ - yelp:${PORTSDIR}/x11/yelp - -USE_BZIP2= yes -USE_AUTOTOOLS= autotools:run -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack vte gtksourceview2 libgda4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-symbol-db-shm=/tmp -USE_LDCONFIG= yes -GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ - anjuta-cvs-plugin.schemas \ - anjuta-debug-manager.schemas \ - anjuta-document-manager.schemas \ - anjuta-editor-sourceview.schemas \ - anjuta-language-cpp-java.schemas \ - anjuta-message-manager-plugin.schemas \ - anjuta-symbol-db.schemas \ - anjuta-terminal-plugin.schemas \ - file-manager.schemas \ - preferences.schemas - -MAN1= anjuta.1 anjuta-launcher.1 - -OPTIONS= SVN "Build subversion plugin" off \ - DEVHELP "Build devhelp plugin" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_SVN) -BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion -RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion -USE_APACHE= 2.0+ - -## Test if we got apache 20 or 22. -.if exists(${LOCALBASE}/include/apache22/httpd.h) -APR_CONFIG=${LOCALBASE}/bin/apr-1-config -APU_CONFIG=${LOCALBASE}/bin/apu-1-config -.else -APR_CONFIG=${LOCALBASE}/lib/apache2/apr-config -APU_CONFIG=${LOCALBASE}/lib/apache2/apu-config -.endif -CONFIGURE_ENV+= APR_CFLAGS="`${APR_CONFIG} --includes`" \ - APR_LIBS="`${APU_CONFIG} --libs`" \ - APR_UTILS_CFLAGS="`${APU_CONFIG} --includes`" \ - APR_UTILS_LIBS="`${APU_CONFIG} --libs`" \ - -CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ - --with-svn-include=${LOCALBASE}/include \ - --with-svn-lib=${LOCALBASE}/lib -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--disable-plugin-subversion -PLIST_SUB+= SVN="@comment " -.endif - -.if defined(WITH_DEVHELP) -LIB_DEPENDS+= devhelp-1.1:${PORTSDIR}/devel/devhelp -PLIST_SUB+= DEVHELP="" -.else -CONFIGURE_ARGS+=--disable-plugin-devhelp -# XXX Even if we disable the devhelp plugin it gets build and installed. -# See if versions beyond 2.26.1.0 still do this. -#PLIST_SUB+= DEVHELP="@comment " -PLIST_SUB+= DEVHELP="" -.endif - -post-patch: - @${RM} ${WRKSRC}/plugins/debug-manager/anjuta-debug-manager.schemas - -post-configure: - @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|"make|"gmake|g' \ - ${WRKSRC}/plugins/build-basic-autotools/plugin.c - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/symbol-db/plugin.h \ - ${WRKSRC}/plugins/symbol-db/symbol-db-prefs.h - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ - doc/ScintillaDoc.html TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo deleted file mode 100644 index 325fbb165..000000000 --- a/devel/anjuta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/anjuta-2.30.1.0.tar.bz2) = 433a159761a7d56f4b767054cc90c8fc -SHA256 (gnome2/anjuta-2.30.1.0.tar.bz2) = 3c64d80723e2a60311405e83b1b0cab94d07003a579f47cdb1f8073dcfb4e3c1 -SIZE (gnome2/anjuta-2.30.1.0.tar.bz2) = 9404450 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in deleted file mode 100644 index b0d1cdbdc..000000000 --- a/devel/anjuta/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2009-12-23 12:28:03.000000000 +0100 -+++ Makefile.in 2009-12-23 12:31:34.000000000 +0100 -@@ -490,17 +490,17 @@ uninstall-anjuta_dataDATA: - echo " ( cd '$(DESTDIR)$(anjuta_datadir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(anjuta_datadir)" && rm -f $$files - install-anjutadocDATA: $(anjutadoc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -- @list='$(anjutadoc_DATA)'; test -n "$(anjutadocdir)" || list=; \ -- for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- echo "$$d$$p"; \ -- done | $(am__base_list) | \ -- while read files; do \ -- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(anjutadocdir)'"; \ -- $(INSTALL_DATA) $$files "$(DESTDIR)$(anjutadocdir)" || exit $$?; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -+# @list='$(anjutadoc_DATA)'; test -n "$(anjutadocdir)" || list=; \ -+# for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# echo "$$d$$p"; \ -+# done | $(am__base_list) | \ -+# while read files; do \ -+# echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(anjutadocdir)'"; \ -+# $(INSTALL_DATA) $$files "$(DESTDIR)$(anjutadocdir)" || exit $$?; \ -+# done - - uninstall-anjutadocDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in deleted file mode 100644 index a567fda33..000000000 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200 -+++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200 -@@ -540,7 +540,7 @@ - - info-am: - --install-data-am: install-anjuta_docDATA install-man -+install-data-am: install-man - - install-dvi: install-dvi-am - diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c deleted file mode 100644 index 126c7d9e3..000000000 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,76 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig 2009-03-18 04:24:10.000000000 -0400 -+++ libanjuta/anjuta-launcher.c 2009-04-16 19:49:25.000000000 -0400 -@@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is output */ - { - gchar *utf8_chars = NULL; -@@ -789,6 +790,15 @@ anjuta_launcher_scan_output (GIOChannel - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stdout_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ if (err) -+ g_error_free (err); -+ return FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -818,7 +828,8 @@ anjuta_launcher_scan_error (GIOChannel * - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -844,6 +855,15 @@ anjuta_launcher_scan_error (GIOChannel * - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stderr_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ if (err) -+ g_error_free (err); -+ return FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -873,7 +893,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -902,6 +923,11 @@ anjuta_launcher_scan_pty (GIOChannel *ch - { - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ ret = FALSE; -+ break; -+ } - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); diff --git a/devel/anjuta/files/patch-plugins_gdb_debugger.c b/devel/anjuta/files/patch-plugins_gdb_debugger.c deleted file mode 100644 index 3667278cc..000000000 --- a/devel/anjuta/files/patch-plugins_gdb_debugger.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gdb/debugger.c.orig 2009-12-19 15:21:02.000000000 -0500 -+++ plugins/gdb/debugger.c 2009-12-19 15:21:13.000000000 -0500 -@@ -54,7 +54,7 @@ - - #define GDB_PROMPT "(gdb)" - #define FILE_BUFFER_SIZE 1024 --#define GDB_PATH "gdb" -+#define GDB_PATH "gdb66" - #define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed - * in GtkCellRendererCell */ - diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c deleted file mode 100644 index b50d375a1..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c +++ /dev/null @@ -1,71 +0,0 @@ ---- plugins/symbol-db/symbol-db-engine-core.c.orig 2009-08-27 09:17:03.000000000 +0200 -+++ plugins/symbol-db/symbol-db-engine-core.c 2009-08-27 17:32:35.000000000 +0200 -@@ -1504,7 +1504,7 @@ sdb_engine_ctags_output_thread (gpointer - - /* found out a new marker */ - marker_ptr = strstr (marker_ptr + len_marker, CTAGS_MARKER); -- } while (remaining_chars + len_marker < len_chars || marker_ptr != NULL); -+ } while (remaining_chars > 0 || marker_ptr != NULL); - } - else - { -@@ -1831,8 +1831,8 @@ sdb_engine_scan_files_1 (SymbolDBEngine - gint i = 0; - while (TRUE) - { -- temp_file = g_strdup_printf ("/anjuta-%d_%ld%d.tags", getpid (), -- time (NULL), i++); -+ temp_file = g_strdup_printf ("%s/anjuta-%d_%ld%d.tags", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL), i++); - gchar *test; - test = g_strconcat (SHARED_MEMORY_PREFIX, temp_file, NULL); - if (g_file_test (test, G_FILE_TEST_EXISTS) == TRUE) -@@ -1852,12 +1852,12 @@ sdb_engine_scan_files_1 (SymbolDBEngine - priv->shared_mem_str = temp_file; - - if ((priv->shared_mem_fd = -- shm_open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) -+ open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) - { - g_warning ("Error while trying to open a shared memory file. Be" - "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs"); - } -- -+ - priv->shared_mem_file = fdopen (priv->shared_mem_fd, "a+b"); - /*DEBUG_PRINT ("temp_file %s", temp_file);*/ - -@@ -2446,7 +2446,7 @@ sdb_engine_init (SymbolDBEngine * object - static void - sdb_engine_unlink_shared_files (gpointer key, gpointer value, gpointer user_data) - { -- shm_unlink (key); -+ unlink (key); - } - - static void -@@ -2535,7 +2535,7 @@ sdb_engine_finalize (GObject * object) - - if (priv->shared_mem_str) - { -- shm_unlink (priv->shared_mem_str); -+ unlink (priv->shared_mem_str); - g_free (priv->shared_mem_str); - priv->shared_mem_str = NULL; - } -@@ -6059,12 +6059,12 @@ symbol_db_engine_update_buffer_symbols ( - * target buffer one */ - base_filename = g_filename_display_basename (relative_path); - -- shared_temp_file = g_strdup_printf ("/anjuta-%d-%ld-%s", getpid (), -- time (NULL), base_filename); -+ shared_temp_file = g_strdup_printf ("%s/anjuta-%d-%ld-%s", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL), base_filename); - g_free (base_filename); - - if ((buffer_mem_fd = -- shm_open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) -+ open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0) - { - g_warning ("Error while trying to open a shared memory file. Be" - "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs"); diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h deleted file mode 100644 index fe850697c..000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/symbol-db/symbol-db-prefs.h.orig 2009-07-27 16:14:31.000000000 +0200 -+++ plugins/symbol-db/symbol-db-prefs.h 2009-07-28 00:10:49.000000000 +0200 -@@ -41,7 +41,7 @@ typedef struct _SymbolDBPrefsPriv Symbol - - - /* --#define CTAGS_PREFS "preferences_entry:text:/usr/bin/ctags:0:symboldb.ctags" -+#define CTAGS_PREFS "preferences_entry:text:%%LOCALBASE%%/bin/ctags:0:symboldb.ctags" - #define CTAGS_PREFS_KEY "symboldb.ctags" - */ - #define PROJECT_AUTOSCAN "symboldb.scan_prj_pkgs" diff --git a/devel/anjuta/pkg-descr b/devel/anjuta/pkg-descr deleted file mode 100644 index eff552164..000000000 --- a/devel/anjuta/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Anjuta is a very versatile Integrated development environment for -C and C++. Written in GTK/GNOME and written for GTK+/GNOME, -it features many advanced programming tools and utilities. It is -basically a GUI interface for the bunch of command line programming -utilities and tools available for FreeBSD, which are usually run in console -and are very user unfriendly. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist deleted file mode 100644 index fad84d4db..000000000 --- a/devel/anjuta/pkg-plist +++ /dev/null @@ -1,1442 +0,0 @@ -bin/anjuta -bin/anjuta-launcher -bin/anjuta-tags -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/libanjuta-1.0/libanjuta/anjuta-async-command.h -include/libanjuta-1.0/libanjuta/anjuta-async-notify.h -include/libanjuta-1.0/libanjuta/anjuta-command.h -include/libanjuta-1.0/libanjuta/anjuta-command-queue.h -include/libanjuta-1.0/libanjuta/anjuta-convert.h -include/libanjuta-1.0/libanjuta/anjuta-debug.h -include/libanjuta-1.0/libanjuta/anjuta-encodings.h -include/libanjuta-1.0/libanjuta/anjuta-enum-types.h -include/libanjuta-1.0/libanjuta/anjuta-error.h -include/libanjuta-1.0/libanjuta/anjuta-launcher.h -include/libanjuta-1.0/libanjuta/anjuta-marshal.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h -include/libanjuta-1.0/libanjuta/anjuta-plugin.h -include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h -include/libanjuta-1.0/libanjuta/anjuta-preferences.h -include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h -include/libanjuta-1.0/libanjuta/anjuta-profile.h -include/libanjuta-1.0/libanjuta/anjuta-project.h -include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h -include/libanjuta-1.0/libanjuta/anjuta-serializer.h -include/libanjuta-1.0/libanjuta/anjuta-session.h -include/libanjuta-1.0/libanjuta/anjuta-shell.h -include/libanjuta-1.0/libanjuta/anjuta-status.h -include/libanjuta-1.0/libanjuta/anjuta-sync-command.h -include/libanjuta-1.0/libanjuta/anjuta-tabber.h -include/libanjuta-1.0/libanjuta/anjuta-ui.h -include/libanjuta-1.0/libanjuta/anjuta-utils.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h -include/libanjuta-1.0/libanjuta/anjuta-version.h -include/libanjuta-1.0/libanjuta/gbf-project.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-tip.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-environment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language-support.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-backend.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-provider.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl -include/libanjuta-1.0/libanjuta/libanjuta.h -include/libanjuta-1.0/libanjuta/resources.h -lib/anjuta/anjuta-build-basic-autotools.plugin -lib/anjuta/anjuta-class-gen.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -%%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin -lib/anjuta/dir-project.plugin -lib/anjuta/anjuta-document-manager.plugin -lib/anjuta/anjuta-file-wizard.plugin -lib/anjuta/anjuta-gdb.plugin -lib/anjuta/anjuta-glade.plugin -lib/anjuta/anjuta-gtodo.plugin -lib/anjuta/anjuta-language-cpp-java.plugin -lib/anjuta/anjuta-loader.plugin -lib/anjuta/anjuta-macro.plugin -lib/anjuta/anjuta-message-manager.plugin -lib/anjuta/anjuta-patch.plugin -lib/anjuta/anjuta-project-import.plugin -lib/anjuta/anjuta-project-manager.plugin -lib/anjuta/anjuta-project-wizard.plugin -lib/anjuta/anjuta-run-program.plugin -lib/anjuta/anjuta-search.plugin -lib/anjuta/anjuta-starter.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/file-manager.plugin -lib/anjuta/gbf-am.plugin -lib/anjuta/gbf-mkfile.plugin -lib/anjuta/git.plugin -lib/anjuta/js_debugger.plugin -lib/anjuta/js_support_plugin.plugin -lib/anjuta/language-manager.plugin -lib/anjuta/libanjuta-build-basic-autotools.la -lib/anjuta/libanjuta-build-basic-autotools.so -lib/anjuta/libanjuta-class-gen.la -lib/anjuta/libanjuta-class-gen.so -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-cvs-plugin.so -lib/anjuta/libanjuta-debug-manager.la -lib/anjuta/libanjuta-debug-manager.so -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.la -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.so -lib/anjuta/libanjuta-document-manager.la -lib/anjuta/libanjuta-document-manager.so -lib/anjuta/libanjuta-file-wizard.la -lib/anjuta/libanjuta-file-wizard.so -lib/anjuta/libanjuta-gdb.la -lib/anjuta/libanjuta-gdb.so -lib/anjuta/libanjuta-git.la -lib/anjuta/libanjuta-git.so -lib/anjuta/libanjuta-glade.la -lib/anjuta/libanjuta-glade.so -lib/anjuta/libanjuta-gtodo.la -lib/anjuta/libanjuta-gtodo.so -lib/anjuta/libanjuta-language-cpp-java.la -lib/anjuta/libanjuta-language-cpp-java.so -lib/anjuta/libanjuta-loader.la -lib/anjuta/libanjuta-loader.so -lib/anjuta/libanjuta-macro.la -lib/anjuta/libanjuta-macro.so -lib/anjuta/libanjuta-message-view.la -lib/anjuta/libanjuta-message-view.so -lib/anjuta/libanjuta-patch.la -lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-project-import.la -lib/anjuta/libanjuta-project-import.so -lib/anjuta/libanjuta-project-manager.la -lib/anjuta/libanjuta-project-manager.so -lib/anjuta/libanjuta-project-wizard.la -lib/anjuta/libanjuta-project-wizard.so -lib/anjuta/libanjuta-run-program.la -lib/anjuta/libanjuta-run-program.so -lib/anjuta/libanjuta-search.la -lib/anjuta/libanjuta-search.so -lib/anjuta/libanjuta-sourceview.la -lib/anjuta/libanjuta-sourceview.so -lib/anjuta/libanjuta-starter.la -lib/anjuta/libanjuta-starter.so -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -lib/anjuta/libanjuta-symbol-db.la -lib/anjuta/libanjuta-symbol-db.so -lib/anjuta/libanjuta-terminal.la -lib/anjuta/libanjuta-terminal.so -lib/anjuta/libanjuta-tools.la -lib/anjuta/libanjuta-tools.so -lib/anjuta/libdir-project.la -lib/anjuta/libdir-project.so -lib/anjuta/libfile-manager.la -lib/anjuta/libfile-manager.so -lib/anjuta/libgbf-am.la -lib/anjuta/libgbf-am.so -lib/anjuta/libgbf-mkfile.la -lib/anjuta/libgbf-mkfile.so -lib/anjuta/libjs_debugger.la -lib/anjuta/libjs_debugger.so -lib/anjuta/libjs-support-plugin.la -lib/anjuta/libjs-support-plugin.so -lib/anjuta/liblanguage-manager.la -lib/anjuta/liblanguage-manager.so -lib/anjuta/sourceview.plugin -lib/anjuta/symbol-db.plugin -lib/glade3/modules/libgladeanjuta.la -lib/glade3/modules/libgladeanjuta.so -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -share/anjuta/AUTHORS -share/anjuta/GBF/AmFiles.pm -share/anjuta/GBF/General.pm -share/anjuta/GBF/Make.pm -share/anjuta/anjuta_project.template -share/anjuta/build/automake-c.filters -share/anjuta/class-templates/cc-header.tpl -share/anjuta/class-templates/cc-source.tpl -share/anjuta/class-templates/go-header.tpl -share/anjuta/class-templates/go-source.tpl -share/anjuta/gdb.init -share/anjuta/glade/anjuta-build-basic-autotools-plugin.ui -share/anjuta/glade/anjuta-class-gen-plugin.ui -share/anjuta/glade/anjuta-cvs-plugin.ui -share/anjuta/glade/anjuta-debug-manager.ui -share/anjuta/glade/anjuta-document-manager.ui -share/anjuta/glade/anjuta-editor-sourceview.ui -share/anjuta/glade/anjuta-file-wizard.ui -share/anjuta/glade/anjuta-git.ui -share/anjuta/glade/anjuta-glade.glade -share/anjuta/glade/anjuta-language-cpp-java.ui -share/anjuta/glade/anjuta-language-javascript.ui -share/anjuta/glade/anjuta-macro.ui -share/anjuta/glade/anjuta-message-manager-plugin.ui -share/anjuta/glade/anjuta-project-wizard.ui -share/anjuta/glade/anjuta-run-program.ui -share/anjuta/glade/anjuta-search.ui -%%SVN%%share/anjuta/glade/anjuta-subversion.ui -share/anjuta/glade/anjuta-symbol-db.ui -share/anjuta/glade/anjuta-terminal-plugin.ui -share/anjuta/glade/anjuta-tools.ui -share/anjuta/glade/applogo.png -share/anjuta/glade/appwizard.png -share/anjuta/glade/create_dialogs.ui -share/anjuta/glade/file-manager.ui -share/anjuta/glade/gbf-am-dialogs.ui -share/anjuta/glade/patch-plugin.ui -share/anjuta/glade/preferences.ui -share/anjuta/glade/project-import.ui -share/anjuta/glade/start-with-import.png -share/anjuta/glade/start-with-open.png -share/anjuta/glade/start-with-wizard.png -share/anjuta/gtodo/gtodo.css -share/anjuta/gtodo/gtodo.xsl -share/anjuta/gtodo/gtodo-plain.xsl -share/anjuta/languages.xml -share/anjuta/layout.xml -share/anjuta/macros.xml -share/anjuta/profiles/default.profile -share/anjuta/project/anjuta-plugin-logo.png -share/anjuta/project/anjuta-plugin.wiz -share/anjuta/project/anjuta-plugin/configure.ac.tpl -share/anjuta/project/anjuta-plugin/po/POTFILES.in -share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl -share/anjuta/project/anjuta-plugin/src/plugin.c -share/anjuta/project/anjuta-plugin/src/plugin.h -share/anjuta/project/anjuta-plugin/src/plugin.plugin.in -share/anjuta/project/anjuta-plugin/src/plugin.ui -share/anjuta/project/anjuta-plugin/src/plugin.xml -share/anjuta/project/appwiz_sdl.png -share/anjuta/project/cpp-logo.png -share/anjuta/project/cpp.wiz -share/anjuta/project/cpp/configure.ac.tpl -share/anjuta/project/cpp/po/POTFILES.in -share/anjuta/project/cpp/src/Makefile.am.tpl -share/anjuta/project/cpp/src/cvsignore -share/anjuta/project/cpp/src/main.cc -share/anjuta/project/directory/project.anjuta -share/anjuta/project/django-logo.png -share/anjuta/project/django.wiz -share/anjuta/project/gcj-logo.png -share/anjuta/project/gcj.wiz -share/anjuta/project/gcj/configure.ac.tpl -share/anjuta/project/gcj/src/Makefile.am.tpl -share/anjuta/project/gnome-applet.wiz -share/anjuta/project/gnome-applet/HACKING -share/anjuta/project/gnome-applet/Makefile.am.tpl -share/anjuta/project/gnome-applet/autogen.sh -share/anjuta/project/gnome-applet/configure.ac.tpl -share/anjuta/project/gnome-applet/src/GNOME_Applet.server.in.in -share/anjuta/project/gnome-applet/src/Makefile.am.tpl -share/anjuta/project/gnome-applet/src/main.c -share/anjuta/project/gnome-logo.png -share/anjuta/project/gnome/po/POTFILES.in -share/anjuta/project/gtk-logo.png -share/anjuta/project/gtk.wiz -share/anjuta/project/gtk/po/POTFILES.in -share/anjuta/project/gtk/src/Makefile.am.tpl -share/anjuta/project/gtk/src/callbacks.c -share/anjuta/project/gtk/src/callbacks.h -share/anjuta/project/gtk/src/main.c -share/anjuta/project/gtk/src/project.ui -share/anjuta/project/gtkmm-logo.png -share/anjuta/project/gtkmm.wiz -share/anjuta/project/gtkmm/po/POTFILES.in -share/anjuta/project/gtkmm/src/Makefile.am.tpl -share/anjuta/project/gtkmm/src/main.cc -share/anjuta/project/gtkmm/src/project.ui -share/anjuta/project/java-logo.png -share/anjuta/project/java.wiz -share/anjuta/project/java/configure.ac.tpl -share/anjuta/project/java/po/POTFILES.in -share/anjuta/project/java/project.anjuta -share/anjuta/project/java/src/Makefile.am.tpl -share/anjuta/project/java/src/main.java -share/anjuta/project/js.wiz -share/anjuta/project/js_minimal/Makefile.am.tpl -share/anjuta/project/js_minimal/autogen.sh -share/anjuta/project/js_minimal/configure.ac.tpl -share/anjuta/project/js_minimal/project.anjuta -share/anjuta/project/js_minimal/src/Makefile.am.tpl -share/anjuta/project/js_minimal/src/debug.c -share/anjuta/project/js_minimal/src/debug.h -share/anjuta/project/js_minimal/src/main.c -share/anjuta/project/js_minimal/src/main.js -share/anjuta/project/library.wiz -share/anjuta/project/library/configure.ac.tpl -share/anjuta/project/library/po/POTFILES.in -share/anjuta/project/library/src/Makefile.am.tpl -share/anjuta/project/library/src/lib.c -share/anjuta/project/library/src/lib.h -share/anjuta/project/library/src/library.pc.in -share/anjuta/project/licenses/BSD -share/anjuta/project/licenses/GPL -share/anjuta/project/licenses/LGPL -share/anjuta/project/licenses/None -share/anjuta/project/m4/as-ac-expand.m4 -share/anjuta/project/m4/ac-define-dir.m4 -share/anjuta/project/minimal.wiz -share/anjuta/project/minimal/Makefile.am.tpl -share/anjuta/project/minimal/anjuta.session -share/anjuta/project/minimal/autogen.sh -share/anjuta/project/minimal/configure.ac.tpl -share/anjuta/project/minimal/project.anjuta -share/anjuta/project/mkfile-logo.png -share/anjuta/project/mkfile.wiz -share/anjuta/project/mkfile/po/ChangeLog -share/anjuta/project/mkfile/po/POTFILES.in -share/anjuta/project/mkfile/project.anjuta -share/anjuta/project/mkfile/src/Makefile.tpl -share/anjuta/project/mkfile/src/main.c -share/anjuta/project/python-logo.png -share/anjuta/project/python.wiz -share/anjuta/project/python/configure.ac.tpl -share/anjuta/project/python/po/POTFILES.in -share/anjuta/project/python/project.anjuta -share/anjuta/project/python/src/Makefile.am.tpl -share/anjuta/project/python/src/main.py -share/anjuta/project/sdl.wiz -share/anjuta/project/sdl/acinclude.m4.tpl -share/anjuta/project/sdl/configure.ac.tpl -share/anjuta/project/sdl/po/POTFILES.in -share/anjuta/project/sdl/src/Makefile.am.tpl -share/anjuta/project/sdl/src/main.c -share/anjuta/project/terminal-logo.png -share/anjuta/project/terminal.wiz -share/anjuta/project/terminal/AUTHORS -share/anjuta/project/terminal/ChangeLog -share/anjuta/project/terminal/Makefile.am.tpl -share/anjuta/project/terminal/NEWS -share/anjuta/project/terminal/README -share/anjuta/project/terminal/autogen.sh -share/anjuta/project/terminal/configure.ac.tpl -share/anjuta/project/terminal/cvsignore -share/anjuta/project/terminal/po/ChangeLog -share/anjuta/project/terminal/po/LINGUAS -share/anjuta/project/terminal/po/POTFILES.in -share/anjuta/project/terminal/po/cvsignore -share/anjuta/project/terminal/project.anjuta -share/anjuta/project/terminal/src/Makefile.am.tpl -share/anjuta/project/terminal/src/cvsignore -share/anjuta/project/terminal/src/main.c -share/anjuta/project/wxwin-logo.png -share/anjuta/project/wxwin.wiz -share/anjuta/project/wxwin/configure.ac.tpl -share/anjuta/project/wxwin/po/POTFILES.in -share/anjuta/project/wxwin/src/Makefile.am.tpl -share/anjuta/project/wxwin/src/main.cc -share/anjuta/project/xlib-dock.wiz -share/anjuta/project/xlib-dock/po/POTFILES.in -share/anjuta/project/xlib-dock/src/Makefile.am.tpl -share/anjuta/project/xlib-dock/src/main.c -share/anjuta/project/xlib-dock/src/pixmaps.h -share/anjuta/project/xlib-dock/src/wmgeneral.c -share/anjuta/project/xlib-dock/src/wmgeneral.h -share/anjuta/project/xlib-logo.png -share/anjuta/project/xlib.wiz -share/anjuta/project/xlib/configure.ac.tpl -share/anjuta/project/xlib/po/POTFILES.in -share/anjuta/project/xlib/src/Makefile.am.tpl -share/anjuta/project/xlib/src/main.c -share/anjuta/sources.list -share/anjuta/tables.sql -share/anjuta/tools/find-fixmes.pl -share/anjuta/tools/prepare-changelog.pl -share/anjuta/tools/tools-2.xml -share/anjuta/tools/translation-status.pl -share/anjuta/ui/anjuta-build-basic-autotools-plugin.xml -share/anjuta/ui/anjuta-cvs.ui -share/anjuta/ui/anjuta-debug-manager.xml -share/anjuta/ui/anjuta-devhelp-simple.ui -share/anjuta/ui/anjuta-devhelp.ui -share/anjuta/ui/anjuta-document-manager.xml -share/anjuta/ui/anjuta-git.xml -share/anjuta/ui/anjuta-glade.ui -share/anjuta/ui/anjuta-gtodo.ui -share/anjuta/ui/anjuta-language-support-cpp-java.xml -share/anjuta/ui/anjuta-language-javascript.xml -share/anjuta/ui/anjuta-loader-plugin.ui -share/anjuta/ui/anjuta-macro.xml -share/anjuta/ui/anjuta-message-manager.xml -share/anjuta/ui/anjuta-patch.xml -share/anjuta/ui/anjuta-project-manager.xml -share/anjuta/ui/anjuta-run-program.xml -share/anjuta/ui/anjuta-search.xml -%%SVN%%share/anjuta/ui/anjuta-subversion.xml -share/anjuta/ui/anjuta-symbol-db-plugin.xml -share/anjuta/ui/anjuta-terminal-plugin.xml -share/anjuta/ui/anjuta-tools.xml -share/anjuta/ui/anjuta.xml -share/anjuta/ui/file-manager.xml -share/anjuta/welcome.txt -share/applications/anjuta.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FUTURE -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/doc/libanjuta/AnjutaAsyncCommand.html -share/doc/libanjuta/AnjutaCModule.html -share/doc/libanjuta/AnjutaCPluginFactory.html -share/doc/libanjuta/AnjutaCellRendererCaptionedImage.html -share/doc/libanjuta/AnjutaCommand.html -share/doc/libanjuta/AnjutaLauncher.html -share/doc/libanjuta/AnjutaPlugin.html -share/doc/libanjuta/AnjutaPluginHandle.html -share/doc/libanjuta/AnjutaPluginManager.html -share/doc/libanjuta/AnjutaPreferences.html -share/doc/libanjuta/AnjutaPreferencesDialog.html -share/doc/libanjuta/AnjutaProfile.html -share/doc/libanjuta/AnjutaProfileManager.html -share/doc/libanjuta/AnjutaSavePrompt.html -share/doc/libanjuta/AnjutaSerializer.html -share/doc/libanjuta/AnjutaSession.html -share/doc/libanjuta/AnjutaShell.html -share/doc/libanjuta/AnjutaStatus.html -share/doc/libanjuta/AnjutaSyncCommand.html -share/doc/libanjuta/AnjutaUI.html -share/doc/libanjuta/AnjutaVcsStatusTreeView.html -share/doc/libanjuta/ESplash.html -share/doc/libanjuta/IAnjutaBuildable.html -share/doc/libanjuta/IAnjutaBuilder.html -share/doc/libanjuta/IAnjutaDebugManager.html -share/doc/libanjuta/IAnjutaDebugger.html -share/doc/libanjuta/IAnjutaDebuggerBreakpoint.html -share/doc/libanjuta/IAnjutaDebuggerInstruction.html -share/doc/libanjuta/IAnjutaDebuggerMemory.html -share/doc/libanjuta/IAnjutaDebuggerRegister.html -share/doc/libanjuta/IAnjutaDebuggerVariable.html -share/doc/libanjuta/IAnjutaDocument.html -share/doc/libanjuta/IAnjutaDocumentManager.html -share/doc/libanjuta/IAnjutaEditor.html -share/doc/libanjuta/IAnjutaEditorAssist.html -share/doc/libanjuta/IAnjutaEditorCell.html -share/doc/libanjuta/IAnjutaEditorCellStyle.html -share/doc/libanjuta/IAnjutaEditorComment.html -share/doc/libanjuta/IAnjutaEditorConvert.html -share/doc/libanjuta/IAnjutaEditorFactory.html -share/doc/libanjuta/IAnjutaEditorFolds.html -share/doc/libanjuta/IAnjutaEditorGoto.html -share/doc/libanjuta/IAnjutaEditorHover.html -share/doc/libanjuta/IAnjutaEditorLanguage.html -share/doc/libanjuta/IAnjutaEditorLineMode.html -share/doc/libanjuta/IAnjutaEditorSearch.html -share/doc/libanjuta/IAnjutaEditorSelection.html -share/doc/libanjuta/IAnjutaEditorView.html -share/doc/libanjuta/IAnjutaEditorZoom.html -share/doc/libanjuta/IAnjutaEnvironment.html -share/doc/libanjuta/IAnjutaFile.html -share/doc/libanjuta/IAnjutaFileLoader.html -share/doc/libanjuta/IAnjutaFileManager.html -share/doc/libanjuta/IAnjutaFileSavable.html -share/doc/libanjuta/IAnjutaHelp.html -share/doc/libanjuta/IAnjutaIndicable.html -share/doc/libanjuta/IAnjutaIterable.html -share/doc/libanjuta/IAnjutaIterableTree.html -share/doc/libanjuta/IAnjutaLanguage.html -share/doc/libanjuta/IAnjutaLanguageSupport.html -share/doc/libanjuta/IAnjutaLoader.html -share/doc/libanjuta/IAnjutaMacro.html -share/doc/libanjuta/IAnjutaMarkable.html -share/doc/libanjuta/IAnjutaMessageManager.html -share/doc/libanjuta/IAnjutaMessageView.html -share/doc/libanjuta/IAnjutaPluginFactory.html -share/doc/libanjuta/IAnjutaPreferences.html -share/doc/libanjuta/IAnjutaPrint.html -share/doc/libanjuta/IAnjutaProjectManager.html -share/doc/libanjuta/IAnjutaStream.html -share/doc/libanjuta/IAnjutaStreamLoader.html -share/doc/libanjuta/IAnjutaStreamSavable.html -share/doc/libanjuta/IAnjutaSymbol.html -share/doc/libanjuta/IAnjutaSymbolManager.html -share/doc/libanjuta/IAnjutaTerminal.html -share/doc/libanjuta/IAnjutaTodo.html -share/doc/libanjuta/IAnjutaVcs.html -share/doc/libanjuta/IAnjutaWizard.html -share/doc/libanjuta/action-block.html -share/doc/libanjuta/anjuta-architecture.html -share/doc/libanjuta/anjuta-architecture.png -share/doc/libanjuta/content-block.html -share/doc/libanjuta/debugger-states.png -share/doc/libanjuta/header-block.html -share/doc/libanjuta/home.png -share/doc/libanjuta/index.html -share/doc/libanjuta/index.sgml -share/doc/libanjuta/left.png -share/doc/libanjuta/libanjuta-AnjutaPluginDescription.html -share/doc/libanjuta/libanjuta-Debugging.html -share/doc/libanjuta/libanjuta-Program-resources.html -share/doc/libanjuta/libanjuta-Utilities.html -share/doc/libanjuta/libanjuta-anjuta-convert.html -share/doc/libanjuta/libanjuta-anjuta-encodings.html -share/doc/libanjuta/libanjuta-anjuta-enum-types.html -share/doc/libanjuta/libanjuta-anjuta-error.html -share/doc/libanjuta/libanjuta-anjuta-marshal.html -share/doc/libanjuta/libanjuta-anjuta-utils-priv.html -share/doc/libanjuta/libanjuta-anjuta-version.html -share/doc/libanjuta/libanjuta-api.html -share/doc/libanjuta/libanjuta-internal-api.html -share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html -share/doc/libanjuta/libanjuta.devhelp -share/doc/libanjuta/libanjuta.devhelp2 -share/doc/libanjuta/object-hierarchy.html -share/doc/libanjuta/page-block.html -share/doc/libanjuta/plugin-description-file.html -share/doc/libanjuta/plugin-interfaces.html -share/doc/libanjuta/project-wizard-format.html -share/doc/libanjuta/right.png -share/doc/libanjuta/style.css -share/doc/libanjuta/up.png -share/doc/libanjuta/writing-plugins-build-setup.html -share/doc/libanjuta/writing-plugins-simple.html -share/doc/libanjuta/writing-plugins-sources.html -share/doc/libanjuta/writing-plugins.html -share/glade3/catalogs/anjuta-glade.xml -share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml -share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png -share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.png -share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml -share/gnome/help/anjuta-faqs/C/legal.xml -share/gnome/help/anjuta-manual/C/anjuta-manual.xml -share/gnome/help/anjuta-manual/C/authors.xml -share/gnome/help/anjuta-manual/C/build.xml -share/gnome/help/anjuta-manual/C/debugger.xml -share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/C/figures/attach.png -share/gnome/help/anjuta-manual/C/figures/brk_add.png -share/gnome/help/anjuta-manual/C/figures/brk_dlg.png -share/gnome/help/anjuta-manual/C/figures/configure_dlg.png -share/gnome/help/anjuta-manual/C/figures/display_macro.png -share/gnome/help/anjuta-manual/C/figures/editor_guides.png -share/gnome/help/anjuta-manual/C/figures/editor_margins.png -share/gnome/help/anjuta-manual/C/figures/editor_markers.png -share/gnome/help/anjuta-manual/C/figures/file_menu.png -share/gnome/help/anjuta-manual/C/figures/insert_text.png -share/gnome/help/anjuta-manual/C/figures/keyword_macro.png -share/gnome/help/anjuta-manual/C/figures/local_variables.png -share/gnome/help/anjuta-manual/C/figures/menubar.png -share/gnome/help/anjuta-manual/C/figures/message_win.png -share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/C/figures/open_file.png -share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/C/figures/prefs_print.png -share/gnome/help/anjuta-manual/C/figures/print_dlg.png -share/gnome/help/anjuta-manual/C/figures/print_preview.png -share/gnome/help/anjuta-manual/C/figures/project-window.png -share/gnome/help/anjuta-manual/C/figures/project_group.png -share/gnome/help/anjuta-manual/C/figures/project_info.png -share/gnome/help/anjuta-manual/C/figures/project_target.png -share/gnome/help/anjuta-manual/C/figures/project_target_details.png -share/gnome/help/anjuta-manual/C/figures/registers.png -share/gnome/help/anjuta-manual/C/figures/save_as_file.png -share/gnome/help/anjuta-manual/C/figures/search_expr.png -share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/C/figures/search_replace.png -share/gnome/help/anjuta-manual/C/figures/search_setting.png -share/gnome/help/anjuta-manual/C/figures/search_target.png -share/gnome/help/anjuta-manual/C/figures/search_target_action.png -share/gnome/help/anjuta-manual/C/figures/search_target_in.png -share/gnome/help/anjuta-manual/C/figures/sharedlibs.png -share/gnome/help/anjuta-manual/C/figures/signals.png -share/gnome/help/anjuta-manual/C/figures/stack.png -share/gnome/help/anjuta-manual/C/figures/symbol_browser.png -share/gnome/help/anjuta-manual/C/figures/tool-editor.png -share/gnome/help/anjuta-manual/C/fileoperations.xml -share/gnome/help/anjuta-manual/C/glade.xml -share/gnome/help/anjuta-manual/C/interface.xml -share/gnome/help/anjuta-manual/C/introduction.xml -share/gnome/help/anjuta-manual/C/legal.xml -share/gnome/help/anjuta-manual/C/license.xml -share/gnome/help/anjuta-manual/C/preferences.xml -share/gnome/help/anjuta-manual/C/projects.xml -share/gnome/help/anjuta-manual/C/template.xml -share/gnome/help/anjuta-manual/C/tools.xml -share/gnome/help/anjuta-manual/de/anjuta-manual.xml -share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/de/figures/attach.png -share/gnome/help/anjuta-manual/de/figures/brk_add.png -share/gnome/help/anjuta-manual/de/figures/brk_dlg.png -share/gnome/help/anjuta-manual/de/figures/configure_dlg.png -share/gnome/help/anjuta-manual/de/figures/display_macro.png -share/gnome/help/anjuta-manual/de/figures/editor_guides.png -share/gnome/help/anjuta-manual/de/figures/editor_margins.png -share/gnome/help/anjuta-manual/de/figures/editor_markers.png -share/gnome/help/anjuta-manual/de/figures/file_menu.png -share/gnome/help/anjuta-manual/de/figures/insert_text.png -share/gnome/help/anjuta-manual/de/figures/keyword_macro.png -share/gnome/help/anjuta-manual/de/figures/local_variables.png -share/gnome/help/anjuta-manual/de/figures/menubar.png -share/gnome/help/anjuta-manual/de/figures/message_win.png -share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/de/figures/open_file.png -share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/de/figures/prefs_print.png -share/gnome/help/anjuta-manual/de/figures/print_dlg.png -share/gnome/help/anjuta-manual/de/figures/print_preview.png -share/gnome/help/anjuta-manual/de/figures/project-window.png -share/gnome/help/anjuta-manual/de/figures/project_group.png -share/gnome/help/anjuta-manual/de/figures/project_info.png -share/gnome/help/anjuta-manual/de/figures/project_target.png -share/gnome/help/anjuta-manual/de/figures/project_target_details.png -share/gnome/help/anjuta-manual/de/figures/registers.png -share/gnome/help/anjuta-manual/de/figures/save_as_file.png -share/gnome/help/anjuta-manual/de/figures/search_expr.png -share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/de/figures/search_replace.png -share/gnome/help/anjuta-manual/de/figures/search_setting.png -share/gnome/help/anjuta-manual/de/figures/search_target.png -share/gnome/help/anjuta-manual/de/figures/search_target_action.png -share/gnome/help/anjuta-manual/de/figures/search_target_in.png -share/gnome/help/anjuta-manual/de/figures/sharedlibs.png -share/gnome/help/anjuta-manual/de/figures/signals.png -share/gnome/help/anjuta-manual/de/figures/stack.png -share/gnome/help/anjuta-manual/de/figures/symbol_browser.png -share/gnome/help/anjuta-manual/de/figures/tool-editor.png -share/gnome/help/anjuta-manual/el/anjuta-manual.xml -share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/el/figures/attach.png -share/gnome/help/anjuta-manual/el/figures/brk_add.png -share/gnome/help/anjuta-manual/el/figures/brk_dlg.png -share/gnome/help/anjuta-manual/el/figures/configure_dlg.png -share/gnome/help/anjuta-manual/el/figures/display_macro.png -share/gnome/help/anjuta-manual/el/figures/editor_guides.png -share/gnome/help/anjuta-manual/el/figures/editor_margins.png -share/gnome/help/anjuta-manual/el/figures/editor_markers.png -share/gnome/help/anjuta-manual/el/figures/file_menu.png -share/gnome/help/anjuta-manual/el/figures/insert_text.png -share/gnome/help/anjuta-manual/el/figures/keyword_macro.png -share/gnome/help/anjuta-manual/el/figures/local_variables.png -share/gnome/help/anjuta-manual/el/figures/menubar.png -share/gnome/help/anjuta-manual/el/figures/message_win.png -share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/el/figures/open_file.png -share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/el/figures/prefs_print.png -share/gnome/help/anjuta-manual/el/figures/print_dlg.png -share/gnome/help/anjuta-manual/el/figures/print_preview.png -share/gnome/help/anjuta-manual/el/figures/project-window.png -share/gnome/help/anjuta-manual/el/figures/project_group.png -share/gnome/help/anjuta-manual/el/figures/project_info.png -share/gnome/help/anjuta-manual/el/figures/project_target.png -share/gnome/help/anjuta-manual/el/figures/project_target_details.png -share/gnome/help/anjuta-manual/el/figures/registers.png -share/gnome/help/anjuta-manual/el/figures/save_as_file.png -share/gnome/help/anjuta-manual/el/figures/search_expr.png -share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/el/figures/search_replace.png -share/gnome/help/anjuta-manual/el/figures/search_setting.png -share/gnome/help/anjuta-manual/el/figures/search_target.png -share/gnome/help/anjuta-manual/el/figures/search_target_action.png -share/gnome/help/anjuta-manual/el/figures/search_target_in.png -share/gnome/help/anjuta-manual/el/figures/sharedlibs.png -share/gnome/help/anjuta-manual/el/figures/signals.png -share/gnome/help/anjuta-manual/el/figures/stack.png -share/gnome/help/anjuta-manual/el/figures/symbol_browser.png -share/gnome/help/anjuta-manual/el/figures/tool-editor.png -share/gnome/help/anjuta-manual/es/anjuta-manual.xml -share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/es/figures/attach.png -share/gnome/help/anjuta-manual/es/figures/brk_add.png -share/gnome/help/anjuta-manual/es/figures/brk_dlg.png -share/gnome/help/anjuta-manual/es/figures/configure_dlg.png -share/gnome/help/anjuta-manual/es/figures/display_macro.png -share/gnome/help/anjuta-manual/es/figures/editor_guides.png -share/gnome/help/anjuta-manual/es/figures/editor_margins.png -share/gnome/help/anjuta-manual/es/figures/editor_markers.png -share/gnome/help/anjuta-manual/es/figures/file_menu.png -share/gnome/help/anjuta-manual/es/figures/insert_text.png -share/gnome/help/anjuta-manual/es/figures/keyword_macro.png -share/gnome/help/anjuta-manual/es/figures/local_variables.png -share/gnome/help/anjuta-manual/es/figures/menubar.png -share/gnome/help/anjuta-manual/es/figures/message_win.png -share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/es/figures/open_file.png -share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/es/figures/prefs_print.png -share/gnome/help/anjuta-manual/es/figures/print_dlg.png -share/gnome/help/anjuta-manual/es/figures/print_preview.png -share/gnome/help/anjuta-manual/es/figures/project-window.png -share/gnome/help/anjuta-manual/es/figures/project_group.png -share/gnome/help/anjuta-manual/es/figures/project_info.png -share/gnome/help/anjuta-manual/es/figures/project_target.png -share/gnome/help/anjuta-manual/es/figures/project_target_details.png -share/gnome/help/anjuta-manual/es/figures/registers.png -share/gnome/help/anjuta-manual/es/figures/save_as_file.png -share/gnome/help/anjuta-manual/es/figures/search_expr.png -share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/es/figures/search_replace.png -share/gnome/help/anjuta-manual/es/figures/search_setting.png -share/gnome/help/anjuta-manual/es/figures/search_target.png -share/gnome/help/anjuta-manual/es/figures/search_target_action.png -share/gnome/help/anjuta-manual/es/figures/search_target_in.png -share/gnome/help/anjuta-manual/es/figures/sharedlibs.png -share/gnome/help/anjuta-manual/es/figures/signals.png -share/gnome/help/anjuta-manual/es/figures/stack.png -share/gnome/help/anjuta-manual/es/figures/symbol_browser.png -share/gnome/help/anjuta-manual/es/figures/tool-editor.png -share/gnome/help/anjuta-manual/eu/anjuta-manual.xml -share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/eu/figures/attach.png -share/gnome/help/anjuta-manual/eu/figures/brk_add.png -share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png -share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png -share/gnome/help/anjuta-manual/eu/figures/display_macro.png -share/gnome/help/anjuta-manual/eu/figures/editor_guides.png -share/gnome/help/anjuta-manual/eu/figures/editor_margins.png -share/gnome/help/anjuta-manual/eu/figures/editor_markers.png -share/gnome/help/anjuta-manual/eu/figures/file_menu.png -share/gnome/help/anjuta-manual/eu/figures/insert_text.png -share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png -share/gnome/help/anjuta-manual/eu/figures/local_variables.png -share/gnome/help/anjuta-manual/eu/figures/menubar.png -share/gnome/help/anjuta-manual/eu/figures/message_win.png -share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/eu/figures/open_file.png -share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/eu/figures/prefs_print.png -share/gnome/help/anjuta-manual/eu/figures/print_dlg.png -share/gnome/help/anjuta-manual/eu/figures/print_preview.png -share/gnome/help/anjuta-manual/eu/figures/project-window.png -share/gnome/help/anjuta-manual/eu/figures/project_info.png -share/gnome/help/anjuta-manual/eu/figures/project_group.png -share/gnome/help/anjuta-manual/eu/figures/project_target.png -share/gnome/help/anjuta-manual/eu/figures/project_target_details.png -share/gnome/help/anjuta-manual/eu/figures/registers.png -share/gnome/help/anjuta-manual/eu/figures/save_as_file.png -share/gnome/help/anjuta-manual/eu/figures/search_expr.png -share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/eu/figures/search_replace.png -share/gnome/help/anjuta-manual/eu/figures/search_setting.png -share/gnome/help/anjuta-manual/eu/figures/search_target.png -share/gnome/help/anjuta-manual/eu/figures/search_target_action.png -share/gnome/help/anjuta-manual/eu/figures/search_target_in.png -share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png -share/gnome/help/anjuta-manual/eu/figures/signals.png -share/gnome/help/anjuta-manual/eu/figures/stack.png -share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png -share/gnome/help/anjuta-manual/eu/figures/tool-editor.png -share/gnome/help/anjuta-manual/fr/anjuta-manual.xml -share/gnome/help/anjuta-manual/fr/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/fr/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/fr/figures/attach.png -share/gnome/help/anjuta-manual/fr/figures/brk_add.png -share/gnome/help/anjuta-manual/fr/figures/brk_dlg.png -share/gnome/help/anjuta-manual/fr/figures/configure_dlg.png -share/gnome/help/anjuta-manual/fr/figures/display_macro.png -share/gnome/help/anjuta-manual/fr/figures/editor_guides.png -share/gnome/help/anjuta-manual/fr/figures/editor_margins.png -share/gnome/help/anjuta-manual/fr/figures/editor_markers.png -share/gnome/help/anjuta-manual/fr/figures/file_menu.png -share/gnome/help/anjuta-manual/fr/figures/insert_text.png -share/gnome/help/anjuta-manual/fr/figures/keyword_macro.png -share/gnome/help/anjuta-manual/fr/figures/local_variables.png -share/gnome/help/anjuta-manual/fr/figures/menubar.png -share/gnome/help/anjuta-manual/fr/figures/message_win.png -share/gnome/help/anjuta-manual/fr/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/fr/figures/open_file.png -share/gnome/help/anjuta-manual/fr/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/fr/figures/prefs_print.png -share/gnome/help/anjuta-manual/fr/figures/print_dlg.png -share/gnome/help/anjuta-manual/fr/figures/print_preview.png -share/gnome/help/anjuta-manual/fr/figures/project-window.png -share/gnome/help/anjuta-manual/fr/figures/project_group.png -share/gnome/help/anjuta-manual/fr/figures/project_info.png -share/gnome/help/anjuta-manual/fr/figures/project_target.png -share/gnome/help/anjuta-manual/fr/figures/project_target_details.png -share/gnome/help/anjuta-manual/fr/figures/registers.png -share/gnome/help/anjuta-manual/fr/figures/save_as_file.png -share/gnome/help/anjuta-manual/fr/figures/search_expr.png -share/gnome/help/anjuta-manual/fr/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/fr/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/fr/figures/search_replace.png -share/gnome/help/anjuta-manual/fr/figures/search_setting.png -share/gnome/help/anjuta-manual/fr/figures/search_target.png -share/gnome/help/anjuta-manual/fr/figures/search_target_action.png -share/gnome/help/anjuta-manual/fr/figures/search_target_in.png -share/gnome/help/anjuta-manual/fr/figures/sharedlibs.png -share/gnome/help/anjuta-manual/fr/figures/signals.png -share/gnome/help/anjuta-manual/fr/figures/stack.png -share/gnome/help/anjuta-manual/fr/figures/symbol_browser.png -share/gnome/help/anjuta-manual/fr/figures/tool-editor.png -share/gnome/help/anjuta-manual/oc/anjuta-manual.xml -share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/oc/figures/attach.png -share/gnome/help/anjuta-manual/oc/figures/brk_add.png -share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png -share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png -share/gnome/help/anjuta-manual/oc/figures/display_macro.png -share/gnome/help/anjuta-manual/oc/figures/editor_guides.png -share/gnome/help/anjuta-manual/oc/figures/editor_margins.png -share/gnome/help/anjuta-manual/oc/figures/editor_markers.png -share/gnome/help/anjuta-manual/oc/figures/file_menu.png -share/gnome/help/anjuta-manual/oc/figures/insert_text.png -share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png -share/gnome/help/anjuta-manual/oc/figures/local_variables.png -share/gnome/help/anjuta-manual/oc/figures/menubar.png -share/gnome/help/anjuta-manual/oc/figures/message_win.png -share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/oc/figures/open_file.png -share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/oc/figures/prefs_print.png -share/gnome/help/anjuta-manual/oc/figures/print_dlg.png -share/gnome/help/anjuta-manual/oc/figures/print_preview.png -share/gnome/help/anjuta-manual/oc/figures/project-window.png -share/gnome/help/anjuta-manual/oc/figures/project_info.png -share/gnome/help/anjuta-manual/oc/figures/project_group.png -share/gnome/help/anjuta-manual/oc/figures/project_target.png -share/gnome/help/anjuta-manual/oc/figures/project_target_details.png -share/gnome/help/anjuta-manual/oc/figures/registers.png -share/gnome/help/anjuta-manual/oc/figures/save_as_file.png -share/gnome/help/anjuta-manual/oc/figures/search_expr.png -share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/oc/figures/search_replace.png -share/gnome/help/anjuta-manual/oc/figures/search_setting.png -share/gnome/help/anjuta-manual/oc/figures/search_target.png -share/gnome/help/anjuta-manual/oc/figures/search_target_action.png -share/gnome/help/anjuta-manual/oc/figures/search_target_in.png -share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png -share/gnome/help/anjuta-manual/oc/figures/signals.png -share/gnome/help/anjuta-manual/oc/figures/stack.png -share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png -share/gnome/help/anjuta-manual/oc/figures/tool-editor.png -share/gnome/help/anjuta-manual/sv/anjuta-manual.xml -share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/sv/figures/attach.png -share/gnome/help/anjuta-manual/sv/figures/brk_add.png -share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png -share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png -share/gnome/help/anjuta-manual/sv/figures/display_macro.png -share/gnome/help/anjuta-manual/sv/figures/editor_guides.png -share/gnome/help/anjuta-manual/sv/figures/editor_margins.png -share/gnome/help/anjuta-manual/sv/figures/editor_markers.png -share/gnome/help/anjuta-manual/sv/figures/file_menu.png -share/gnome/help/anjuta-manual/sv/figures/insert_text.png -share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png -share/gnome/help/anjuta-manual/sv/figures/local_variables.png -share/gnome/help/anjuta-manual/sv/figures/menubar.png -share/gnome/help/anjuta-manual/sv/figures/message_win.png -share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/sv/figures/open_file.png -share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/sv/figures/prefs_print.png -share/gnome/help/anjuta-manual/sv/figures/print_dlg.png -share/gnome/help/anjuta-manual/sv/figures/print_preview.png -share/gnome/help/anjuta-manual/sv/figures/project-window.png -share/gnome/help/anjuta-manual/sv/figures/project_info.png -share/gnome/help/anjuta-manual/sv/figures/project_group.png -share/gnome/help/anjuta-manual/sv/figures/project_target.png -share/gnome/help/anjuta-manual/sv/figures/project_target_details.png -share/gnome/help/anjuta-manual/sv/figures/registers.png -share/gnome/help/anjuta-manual/sv/figures/save_as_file.png -share/gnome/help/anjuta-manual/sv/figures/search_expr.png -share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/sv/figures/search_replace.png -share/gnome/help/anjuta-manual/sv/figures/search_setting.png -share/gnome/help/anjuta-manual/sv/figures/search_target.png -share/gnome/help/anjuta-manual/sv/figures/search_target_action.png -share/gnome/help/anjuta-manual/sv/figures/search_target_in.png -share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png -share/gnome/help/anjuta-manual/sv/figures/signals.png -share/gnome/help/anjuta-manual/sv/figures/stack.png -share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png -share/gnome/help/anjuta-manual/sv/figures/tool-editor.png -share/gnome/help/anjuta-manual/th/anjuta-manual.xml -share/gnome/help/anjuta-manual/th/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/th/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/th/figures/attach.png -share/gnome/help/anjuta-manual/th/figures/brk_add.png -share/gnome/help/anjuta-manual/th/figures/brk_dlg.png -share/gnome/help/anjuta-manual/th/figures/configure_dlg.png -share/gnome/help/anjuta-manual/th/figures/display_macro.png -share/gnome/help/anjuta-manual/th/figures/editor_guides.png -share/gnome/help/anjuta-manual/th/figures/editor_margins.png -share/gnome/help/anjuta-manual/th/figures/editor_markers.png -share/gnome/help/anjuta-manual/th/figures/file_menu.png -share/gnome/help/anjuta-manual/th/figures/insert_text.png -share/gnome/help/anjuta-manual/th/figures/keyword_macro.png -share/gnome/help/anjuta-manual/th/figures/local_variables.png -share/gnome/help/anjuta-manual/th/figures/menubar.png -share/gnome/help/anjuta-manual/th/figures/message_win.png -share/gnome/help/anjuta-manual/th/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/th/figures/open_file.png -share/gnome/help/anjuta-manual/th/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/th/figures/prefs_print.png -share/gnome/help/anjuta-manual/th/figures/print_dlg.png -share/gnome/help/anjuta-manual/th/figures/print_preview.png -share/gnome/help/anjuta-manual/th/figures/project-window.png -share/gnome/help/anjuta-manual/th/figures/project_group.png -share/gnome/help/anjuta-manual/th/figures/project_info.png -share/gnome/help/anjuta-manual/th/figures/project_target.png -share/gnome/help/anjuta-manual/th/figures/project_target_details.png -share/gnome/help/anjuta-manual/th/figures/registers.png -share/gnome/help/anjuta-manual/th/figures/save_as_file.png -share/gnome/help/anjuta-manual/th/figures/search_expr.png -share/gnome/help/anjuta-manual/th/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/th/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/th/figures/search_replace.png -share/gnome/help/anjuta-manual/th/figures/search_setting.png -share/gnome/help/anjuta-manual/th/figures/search_target.png -share/gnome/help/anjuta-manual/th/figures/search_target_action.png -share/gnome/help/anjuta-manual/th/figures/search_target_in.png -share/gnome/help/anjuta-manual/th/figures/sharedlibs.png -share/gnome/help/anjuta-manual/th/figures/signals.png -share/gnome/help/anjuta-manual/th/figures/stack.png -share/gnome/help/anjuta-manual/th/figures/symbol_browser.png -share/gnome/help/anjuta-manual/th/figures/tool-editor.png -share/gnome/help/anjuta-manual/uk/anjuta-manual.xml -share/gnome/help/anjuta-manual/uk/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/uk/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/uk/figures/attach.png -share/gnome/help/anjuta-manual/uk/figures/brk_add.png -share/gnome/help/anjuta-manual/uk/figures/brk_dlg.png -share/gnome/help/anjuta-manual/uk/figures/configure_dlg.png -share/gnome/help/anjuta-manual/uk/figures/display_macro.png -share/gnome/help/anjuta-manual/uk/figures/editor_guides.png -share/gnome/help/anjuta-manual/uk/figures/editor_margins.png -share/gnome/help/anjuta-manual/uk/figures/editor_markers.png -share/gnome/help/anjuta-manual/uk/figures/file_menu.png -share/gnome/help/anjuta-manual/uk/figures/insert_text.png -share/gnome/help/anjuta-manual/uk/figures/keyword_macro.png -share/gnome/help/anjuta-manual/uk/figures/local_variables.png -share/gnome/help/anjuta-manual/uk/figures/menubar.png -share/gnome/help/anjuta-manual/uk/figures/message_win.png -share/gnome/help/anjuta-manual/uk/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/uk/figures/open_file.png -share/gnome/help/anjuta-manual/uk/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/uk/figures/prefs_print.png -share/gnome/help/anjuta-manual/uk/figures/print_dlg.png -share/gnome/help/anjuta-manual/uk/figures/print_preview.png -share/gnome/help/anjuta-manual/uk/figures/project-window.png -share/gnome/help/anjuta-manual/uk/figures/project_group.png -share/gnome/help/anjuta-manual/uk/figures/project_info.png -share/gnome/help/anjuta-manual/uk/figures/project_target.png -share/gnome/help/anjuta-manual/uk/figures/project_target_details.png -share/gnome/help/anjuta-manual/uk/figures/registers.png -share/gnome/help/anjuta-manual/uk/figures/save_as_file.png -share/gnome/help/anjuta-manual/uk/figures/search_expr.png -share/gnome/help/anjuta-manual/uk/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/uk/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/uk/figures/search_replace.png -share/gnome/help/anjuta-manual/uk/figures/search_setting.png -share/gnome/help/anjuta-manual/uk/figures/search_target.png -share/gnome/help/anjuta-manual/uk/figures/search_target_action.png -share/gnome/help/anjuta-manual/uk/figures/search_target_in.png -share/gnome/help/anjuta-manual/uk/figures/sharedlibs.png -share/gnome/help/anjuta-manual/uk/figures/signals.png -share/gnome/help/anjuta-manual/uk/figures/stack.png -share/gnome/help/anjuta-manual/uk/figures/symbol_browser.png -share/gnome/help/anjuta-manual/uk/figures/tool-editor.png -share/gnome/help/anjuta-manual/zh_CN/anjuta-manual.xml -share/gnome/help/anjuta-manual/zh_CN/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/zh_CN/figures/attach.png -share/gnome/help/anjuta-manual/zh_CN/figures/brk_add.png -share/gnome/help/anjuta-manual/zh_CN/figures/brk_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/configure_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/display_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_guides.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_margins.png -share/gnome/help/anjuta-manual/zh_CN/figures/editor_markers.png -share/gnome/help/anjuta-manual/zh_CN/figures/file_menu.png -share/gnome/help/anjuta-manual/zh_CN/figures/insert_text.png -share/gnome/help/anjuta-manual/zh_CN/figures/keyword_macro.png -share/gnome/help/anjuta-manual/zh_CN/figures/local_variables.png -share/gnome/help/anjuta-manual/zh_CN/figures/menubar.png -share/gnome/help/anjuta-manual/zh_CN/figures/message_win.png -share/gnome/help/anjuta-manual/zh_CN/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/zh_CN/figures/open_file.png -share/gnome/help/anjuta-manual/zh_CN/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/zh_CN/figures/prefs_print.png -share/gnome/help/anjuta-manual/zh_CN/figures/print_dlg.png -share/gnome/help/anjuta-manual/zh_CN/figures/print_preview.png -share/gnome/help/anjuta-manual/zh_CN/figures/project-window.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_group.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_info.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_target.png -share/gnome/help/anjuta-manual/zh_CN/figures/project_target_details.png -share/gnome/help/anjuta-manual/zh_CN/figures/registers.png -share/gnome/help/anjuta-manual/zh_CN/figures/save_as_file.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_expr.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_replace.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_setting.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target_action.png -share/gnome/help/anjuta-manual/zh_CN/figures/search_target_in.png -share/gnome/help/anjuta-manual/zh_CN/figures/sharedlibs.png -share/gnome/help/anjuta-manual/zh_CN/figures/signals.png -share/gnome/help/anjuta-manual/zh_CN/figures/stack.png -share/gnome/help/anjuta-manual/zh_CN/figures/symbol_browser.png -share/gnome/help/anjuta-manual/zh_CN/figures/tool-editor.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg -share/icons/hicolor/48x48/apps/anjuta.png -share/icons/hicolor/scalable/apps/anjuta.svg -share/locale/ar/LC_MESSAGES/anjuta.mo -share/locale/az/LC_MESSAGES/anjuta.mo -share/locale/be/LC_MESSAGES/anjuta.mo -share/locale/be@latin/LC_MESSAGES/anjuta.mo -share/locale/bg/LC_MESSAGES/anjuta.mo -share/locale/ca/LC_MESSAGES/anjuta.mo -share/locale/ca@valencia/LC_MESSAGES/anjuta.mo -share/locale/cs/LC_MESSAGES/anjuta.mo -share/locale/da/LC_MESSAGES/anjuta.mo -share/locale/de/LC_MESSAGES/anjuta.mo -share/locale/dz/LC_MESSAGES/anjuta.mo -share/locale/el/LC_MESSAGES/anjuta.mo -share/locale/en_CA/LC_MESSAGES/anjuta.mo -share/locale/en_GB/LC_MESSAGES/anjuta.mo -share/locale/en@shaw/LC_MESSAGES/anjuta.mo -share/locale/es/LC_MESSAGES/anjuta.mo -share/locale/eu/LC_MESSAGES/anjuta.mo -share/locale/fi/LC_MESSAGES/anjuta.mo -share/locale/fr/LC_MESSAGES/anjuta.mo -share/locale/ga/LC_MESSAGES/anjuta.mo -share/locale/gl/LC_MESSAGES/anjuta.mo -share/locale/gu/LC_MESSAGES/anjuta.mo -share/locale/he/LC_MESSAGES/anjuta.mo -share/locale/hi/LC_MESSAGES/anjuta.mo -share/locale/hr/LC_MESSAGES/anjuta.mo -share/locale/hu/LC_MESSAGES/anjuta.mo -share/locale/id/LC_MESSAGES/anjuta.mo -share/locale/it/LC_MESSAGES/anjuta.mo -share/locale/ja/LC_MESSAGES/anjuta.mo -share/locale/kn/LC_MESSAGES/anjuta.mo -share/locale/ko/LC_MESSAGES/anjuta.mo -share/locale/lt/LC_MESSAGES/anjuta.mo -share/locale/lv/LC_MESSAGES/anjuta.mo -share/locale/mai/LC_MESSAGES/anjuta.mo -share/locale/mk/LC_MESSAGES/anjuta.mo -share/locale/ml/LC_MESSAGES/anjuta.mo -share/locale/mr/LC_MESSAGES/anjuta.mo -share/locale/ms/LC_MESSAGES/anjuta.mo -share/locale/nb/LC_MESSAGES/anjuta.mo -share/locale/ne/LC_MESSAGES/anjuta.mo -share/locale/nl/LC_MESSAGES/anjuta.mo -share/locale/oc/LC_MESSAGES/anjuta.mo -share/locale/or/LC_MESSAGES/anjuta.mo -share/locale/pa/LC_MESSAGES/anjuta.mo -share/locale/pl/LC_MESSAGES/anjuta.mo -share/locale/pt/LC_MESSAGES/anjuta.mo -share/locale/pt_BR/LC_MESSAGES/anjuta.mo -share/locale/ro/LC_MESSAGES/anjuta.mo -share/locale/ru/LC_MESSAGES/anjuta.mo -share/locale/rw/LC_MESSAGES/anjuta.mo -share/locale/si/LC_MESSAGES/anjuta.mo -share/locale/sk/LC_MESSAGES/anjuta.mo -share/locale/sl/LC_MESSAGES/anjuta.mo -share/locale/sq/LC_MESSAGES/anjuta.mo -share/locale/sr/LC_MESSAGES/anjuta.mo -share/locale/sr@latin/LC_MESSAGES/anjuta.mo -share/locale/sv/LC_MESSAGES/anjuta.mo -share/locale/te/LC_MESSAGES/anjuta.mo -share/locale/th/LC_MESSAGES/anjuta.mo -share/locale/tr/LC_MESSAGES/anjuta.mo -share/locale/uk/LC_MESSAGES/anjuta.mo -share/locale/vi/LC_MESSAGES/anjuta.mo -share/locale/zh_CN/LC_MESSAGES/anjuta.mo -share/locale/zh_HK/LC_MESSAGES/anjuta.mo -share/locale/zh_TW/LC_MESSAGES/anjuta.mo -share/mime/application/x-anjuta.xml -share/mime/packages/anjuta.xml -share/omf/anjuta-manual/anjuta-manual-C.omf -share/omf/anjuta-manual/anjuta-manual-de.omf -share/omf/anjuta-manual/anjuta-manual-el.omf -share/omf/anjuta-manual/anjuta-manual-es.omf -share/omf/anjuta-manual/anjuta-manual-eu.omf -share/omf/anjuta-manual/anjuta-manual-fr.omf -share/omf/anjuta-manual/anjuta-manual-oc.omf -share/omf/anjuta-manual/anjuta-manual-sv.omf -share/omf/anjuta-manual/anjuta-manual-th.omf -share/omf/anjuta-manual/anjuta-manual-uk.omf -share/omf/anjuta-manual/anjuta-manual-zh_CN.omf -share/pixmaps/anjuta/anjuta-attach-16.png -share/pixmaps/anjuta/anjuta-attach-24.png -share/pixmaps/anjuta/anjuta-block-end-16.png -share/pixmaps/anjuta/anjuta-block-end-24.png -share/pixmaps/anjuta/anjuta-block-select-16.png -share/pixmaps/anjuta/anjuta-block-select-24.png -share/pixmaps/anjuta/anjuta-block-start-16.png -share/pixmaps/anjuta/anjuta-block-start-24.png -share/pixmaps/anjuta/anjuta-bookmark-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-24.png -share/pixmaps/anjuta/anjuta-bookmark-first-16.png -share/pixmaps/anjuta/anjuta-bookmark-first-24.png -share/pixmaps/anjuta/anjuta-bookmark-last-16.png -share/pixmaps/anjuta/anjuta-bookmark-last-24.png -share/pixmaps/anjuta/anjuta-bookmark-next-16.png -share/pixmaps/anjuta/anjuta-bookmark-next-24.png -share/pixmaps/anjuta/anjuta-bookmark-prev-16.png -share/pixmaps/anjuta/anjuta-bookmark-prev-24.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-16.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-24.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-16.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-24.png -share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png -share/pixmaps/anjuta/anjuta-build-16.png -share/pixmaps/anjuta/anjuta-build-24.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg -share/pixmaps/anjuta/anjuta-complete-16.png -share/pixmaps/anjuta/anjuta-complete-24.png -share/pixmaps/anjuta/anjuta-complete-auto-16.png -share/pixmaps/anjuta/anjuta-complete-auto-24.png -share/pixmaps/anjuta/anjuta-cvs-plugin-48.png -share/pixmaps/anjuta/anjuta-cvs-plugin.svg -share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg -share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-document-manager-plugin.svg -share/pixmaps/anjuta/element-class-16.png -share/pixmaps/anjuta/element-delegate-16.png -share/pixmaps/anjuta/element-enumeration-16.png -share/pixmaps/anjuta/element-event-16.png -share/pixmaps/anjuta/element-field-16.png -share/pixmaps/anjuta/element-interface-16.png -share/pixmaps/anjuta/element-interface-24.png -share/pixmaps/anjuta/element-interface-private-16.png -share/pixmaps/anjuta/element-interface-protected-16.png -share/pixmaps/anjuta/element-interface-public-16.png -share/pixmaps/anjuta/element-literal-16.png -share/pixmaps/anjuta/element-method-16.png -share/pixmaps/anjuta/element-method-24.png -share/pixmaps/anjuta/element-method-private-16.png -share/pixmaps/anjuta/element-method-protected-16.png -share/pixmaps/anjuta/element-method-public-16.png -share/pixmaps/anjuta/element-namespace-16.png -share/pixmaps/anjuta/element-property-16.png -share/pixmaps/anjuta/element-property-private-16.png -share/pixmaps/anjuta/element-property-protected-16.png -share/pixmaps/anjuta/element-property-public-16.png -share/pixmaps/anjuta/element-structure-16.png -share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin.svg -share/pixmaps/anjuta/anjuta-file-wizard-plugin.png -share/pixmaps/anjuta/anjuta-fold-close-16.png -share/pixmaps/anjuta/anjuta-fold-close-24.png -share/pixmaps/anjuta/anjuta-fold-open-16.png -share/pixmaps/anjuta/anjuta-fold-open-24.png -share/pixmaps/anjuta/anjuta-fold-toggle-16.png -share/pixmaps/anjuta/anjuta-fold-toggle-24.png -share/pixmaps/anjuta/anjuta-gdb.plugin.png -share/pixmaps/anjuta/anjuta-git-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin.svg -share/pixmaps/anjuta/anjuta-go-history-next-16.png -share/pixmaps/anjuta/anjuta-go-history-next-24.png -share/pixmaps/anjuta/anjuta-go-history-prev-16.png -share/pixmaps/anjuta/anjuta-go-history-prev-24.png -share/pixmaps/anjuta/anjuta-go-line-16.png -share/pixmaps/anjuta/anjuta-go-line-24.png -share/pixmaps/anjuta/anjuta-go-message-next-16.png -share/pixmaps/anjuta/anjuta-go-message-next-24.png -share/pixmaps/anjuta/anjuta-go-message-prev-16.png -share/pixmaps/anjuta/anjuta-go-message-prev-24.png -share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png -share/pixmaps/anjuta/anjuta-gtodo-plugin.svg -share/pixmaps/anjuta/anjuta-indent-auto-16.png -share/pixmaps/anjuta/anjuta-indent-auto-24.png -share/pixmaps/anjuta/anjuta-indent-less-16.png -share/pixmaps/anjuta/anjuta-indent-less-24.png -share/pixmaps/anjuta/anjuta-indent-more-16.png -share/pixmaps/anjuta/anjuta-indent-more-24.png -share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png -share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-language-manager-plugin.svg -share/pixmaps/anjuta/anjuta-linemark-16.png -share/pixmaps/anjuta/anjuta-loader-plugin-48.png -share/pixmaps/anjuta/anjuta-loader-plugin.svg -share/pixmaps/anjuta/anjuta-macro.png -share/pixmaps/anjuta/anjuta-messages-plugin-48.png -share/pixmaps/anjuta/anjuta-messages-plugin.svg -share/pixmaps/anjuta/anjuta-patch-plugin-48.png -share/pixmaps/anjuta/anjuta-patch-plugin.svg -share/pixmaps/anjuta/anjuta-pcmark-16.png -share/pixmaps/anjuta/anjuta-preferences-general-48.png -share/pixmaps/anjuta/anjuta-preferences-general.svg -share/pixmaps/anjuta/anjuta-project-import-plugin-48.png -share/pixmaps/anjuta/anjuta-project-import-plugin.svg -share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-project-manager-plugin.svg -share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png -share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg -share/pixmaps/anjuta/anjuta-run-to-cursor-16.png -share/pixmaps/anjuta/anjuta-run-to-cursor-24.png -share/pixmaps/anjuta/anjuta-run-program-48.png -share/pixmaps/anjuta/anjuta-search-plugin-48.png -share/pixmaps/anjuta/anjuta-search-plugin.svg -share/pixmaps/anjuta/anjuta-step-into-16.png -share/pixmaps/anjuta/anjuta-step-into-24.png -share/pixmaps/anjuta/anjuta-step-out-16.png -share/pixmaps/anjuta/anjuta-step-out-24.png -share/pixmaps/anjuta/anjuta-step-over-16.png -share/pixmaps/anjuta/anjuta-step-over-24.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin-48.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg -share/pixmaps/anjuta/anjuta-swap-16.png -share/pixmaps/anjuta/anjuta-swap-24.png -share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin.svg -share/pixmaps/anjuta/anjuta-tools-plugin-48.png -share/pixmaps/anjuta/anjuta-tools-plugin.svg -share/pixmaps/anjuta/anjuta-watch-16.png -share/pixmaps/anjuta/anjuta-watch-24.png -share/pixmaps/anjuta/anjuta-watch.svg -share/pixmaps/anjuta/anjuta.png -share/pixmaps/anjuta/anjuta.svg -share/pixmaps/anjuta/anjuta_logo.png -share/pixmaps/anjuta/anjuta_splash.png -share/pixmaps/anjuta/breakpoint.png -share/pixmaps/anjuta/class_logo.xpm -share/pixmaps/anjuta/dir-project-plugin-48.png -share/pixmaps/anjuta/directory-accept.png -share/pixmaps/anjuta/directory.png -share/pixmaps/anjuta/gbf-am-plugin-48.png -share/pixmaps/anjuta/gbf-build.png -share/pixmaps/anjuta/gbf-install.png -share/pixmaps/anjuta/gbf-mkfile-plugin-48.png -share/pixmaps/anjuta/gtodo-about.png -share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/js_debugger.png -share/pixmaps/anjuta/js_support_plugin.png -share/pixmaps/anjuta/locals.png -share/pixmaps/anjuta/madeinanjuta.xcf -share/pixmaps/anjuta/password.png -share/pixmaps/anjuta/pointer.png -share/pixmaps/anjuta/preferences-editor.png -share/pixmaps/anjuta/stack.png -share/pixmaps/anjuta/start-with-import.png -share/pixmaps/anjuta/starter_logo.png -share/pixmaps/anjuta/vcs-added.png -share/pixmaps/anjuta/vcs-conflict.png -share/pixmaps/anjuta/vcs-deleted.png -share/pixmaps/anjuta/vcs-ignored.png -share/pixmaps/anjuta/vcs-modified.png -share/pixmaps/anjuta/vcs-unversioned.png -share/pixmaps/anjuta/vcs-updated.png -@dirrm share/pixmaps/anjuta -@dirrm share/omf/anjuta-manual -@dirrm share/gnome/help/anjuta-manual/zh_CN/figures -@dirrm share/gnome/help/anjuta-manual/zh_CN -@dirrm share/gnome/help/anjuta-manual/uk/figures -@dirrm share/gnome/help/anjuta-manual/uk -@dirrm share/gnome/help/anjuta-manual/th/figures -@dirrm share/gnome/help/anjuta-manual/th -@dirrm share/gnome/help/anjuta-manual/sv/figures -@dirrm share/gnome/help/anjuta-manual/sv -@dirrm share/gnome/help/anjuta-manual/oc/figures -@dirrm share/gnome/help/anjuta-manual/oc -@dirrm share/gnome/help/anjuta-manual/fr/figures -@dirrm share/gnome/help/anjuta-manual/fr -@dirrm share/gnome/help/anjuta-manual/eu/figures -@dirrm share/gnome/help/anjuta-manual/eu -@dirrm share/gnome/help/anjuta-manual/es/figures -@dirrm share/gnome/help/anjuta-manual/es -@dirrm share/gnome/help/anjuta-manual/el/figures -@dirrm share/gnome/help/anjuta-manual/el -@dirrm share/gnome/help/anjuta-manual/de/figures -@dirrm share/gnome/help/anjuta-manual/de -@dirrm share/gnome/help/anjuta-manual/C/figures -@dirrm share/gnome/help/anjuta-manual/C -@dirrm share/gnome/help/anjuta-manual -@dirrm share/gnome/help/anjuta-faqs/C -@dirrm share/gnome/help/anjuta-faqs -@dirrm share/gnome/help/anjuta-build-tutorial/C/figures -@dirrm share/gnome/help/anjuta-build-tutorial/C -@dirrm share/gnome/help/anjuta-build-tutorial -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrm share/anjuta/ui -@dirrm share/anjuta/tools -@dirrm share/anjuta/project/xlib/src -@dirrm share/anjuta/project/xlib/po -@dirrm share/anjuta/project/xlib-dock/src -@dirrm share/anjuta/project/xlib-dock/po -@dirrm share/anjuta/project/xlib-dock -@dirrm share/anjuta/project/xlib -@dirrm share/anjuta/project/wxwin/src -@dirrm share/anjuta/project/wxwin/po -@dirrm share/anjuta/project/wxwin -@dirrm share/anjuta/project/terminal/src -@dirrm share/anjuta/project/terminal/po -@dirrm share/anjuta/project/terminal -@dirrm share/anjuta/project/sdl/src -@dirrm share/anjuta/project/sdl/po -@dirrm share/anjuta/project/sdl -@dirrm share/anjuta/project/python/src -@dirrm share/anjuta/project/python/po -@dirrm share/anjuta/project/python -@dirrm share/anjuta/project/mkfile/src -@dirrm share/anjuta/project/mkfile/po -@dirrm share/anjuta/project/mkfile -@dirrm share/anjuta/project/minimal -@dirrm share/anjuta/project/m4 -@dirrm share/anjuta/project/licenses -@dirrm share/anjuta/project/library/src -@dirrm share/anjuta/project/library/po -@dirrm share/anjuta/project/library -@dirrm share/anjuta/project/js_minimal/src -@dirrm share/anjuta/project/js_minimal -@dirrm share/anjuta/project/java/src -@dirrm share/anjuta/project/java/po -@dirrm share/anjuta/project/java -@dirrm share/anjuta/project/gtkmm/src -@dirrm share/anjuta/project/gtkmm/po -@dirrm share/anjuta/project/gtkmm -@dirrm share/anjuta/project/gtk/src -@dirrm share/anjuta/project/gtk/po -@dirrm share/anjuta/project/gtk -@dirrm share/anjuta/project/gnome-applet/src -@dirrm share/anjuta/project/gnome-applet -@dirrm share/anjuta/project/gnome/po -@dirrm share/anjuta/project/gnome -@dirrm share/anjuta/project/gcj/src -@dirrm share/anjuta/project/gcj -@dirrm share/anjuta/project/directory -@dirrm share/anjuta/project/cpp/src -@dirrm share/anjuta/project/cpp/po -@dirrm share/anjuta/project/cpp -@dirrm share/anjuta/project/anjuta-plugin/src -@dirrm share/anjuta/project/anjuta-plugin/po -@dirrm share/anjuta/project/anjuta-plugin -@dirrm share/anjuta/project -@dirrm share/anjuta/profiles -@dirrm share/anjuta/gtodo -@dirrm share/anjuta/glade -@dirrm share/anjuta/class-templates -@dirrm share/anjuta/build -@dirrm share/anjuta/GBF -@dirrm share/anjuta -@dirrm share/doc/libanjuta -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/anjuta -@dirrm include/libanjuta-1.0/libanjuta/interfaces -@dirrm include/libanjuta-1.0/libanjuta -@dirrm include/libanjuta-1.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/applications -@dirrmtry share/icons/gnome/scalable/mimetypes -@dirrmtry share/icons/gnome/scalable -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index afce711bb..000000000 --- a/devel/bug-buddy/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.80 2010/03/15 13:02:32 kwm Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.30.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libbonobo \ - gnomedocutils evolutiondataserver -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= bug-buddy.schemas - -MAN1= bug-buddy.1 - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/src/bugzilla.c - @${REINPLACE_CMD} -e 's|libelf.h||g ; \ - s|gelf.h||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo deleted file mode 100644 index 9f4e9f0e4..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.30.0.tar.bz2) = da34ace8a806cd1c901ae960184e2997 -SHA256 (gnome2/bug-buddy-2.30.0.tar.bz2) = 6e81a55bd252f552aa4aea180b8dbceb0898d2bf173e330c5c09f8fbdba66b05 -SIZE (gnome2/bug-buddy-2.30.0.tar.bz2) = 1192441 diff --git a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc deleted file mode 100644 index 7007a9101..000000000 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ /dev/null @@ -1,55 +0,0 @@ ---- gnome-breakpad/gnome-breakpad.cc.orig 2009-02-16 15:24:48.000000000 +0100 -+++ gnome-breakpad/gnome-breakpad.cc 2009-02-22 16:25:50.000000000 +0100 -@@ -25,8 +25,14 @@ - #include <cassert> - #include <cstring> - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - #include <libelf.h> - #include <gelf.h> -+#endif - - #include <sys/types.h> - #include <sys/stat.h> -@@ -264,6 +270,7 @@ find_in_debug_path (const char *filename - } - - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - static gboolean - elf_has_debug_symbols (const char *filename) - { -@@ -316,7 +323,7 @@ elf_has_debug_symbols (const char *filen - elf_end (elf); - return false; - } -- -+#endif - - - -@@ -429,11 +436,18 @@ check_if_gdb () - _exit (1); - _exit(0); - } -- -+ -+#if !defined(__FreeBSD__) - mypath = g_file_read_link ("/proc/self/exe", NULL); -+#else -+ mypath = g_file_read_link ("/proc/curproc/file", NULL); -+#endif - if (mypath) -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - has_debug_symbols = elf_has_debug_symbols (mypath); -- -+#else -+ has_debug_symbols = TRUE; -+#endif - g_free (mypath); - - if (bugbuddy && gdb && has_debug_symbols) { diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr deleted file mode 100644 index 7268130ab..000000000 --- a/devel/bug-buddy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist deleted file mode 100644 index 32c3dfcc8..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,146 +0,0 @@ -bin/bug-buddy -lib/gtk-2.0/modules/libgnomebreakpad.la -lib/gtk-2.0/modules/libgnomebreakpad.so -share/applications/bug-buddy.desktop -%%DATADIR%%/bug-buddy.gtkbuilder -%%DATADIR%%/gdb-cmd -share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png -share/icons/hicolor/16x16/apps/bug-buddy.png -share/icons/hicolor/22x22/apps/bug-buddy.png -share/icons/hicolor/24x24/apps/bug-buddy.png -share/icons/hicolor/32x32/apps/bug-buddy.png -share/icons/hicolor/48x48/apps/bug-buddy.png -share/icons/hicolor/scalable/apps/bug-buddy.svg -share/locale/af/LC_MESSAGES/bug-buddy.mo -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/as/LC_MESSAGES/bug-buddy.mo -share/locale/ast/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/be@latin/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -share/locale/bn/LC_MESSAGES/bug-buddy.mo -share/locale/bn_IN/LC_MESSAGES/bug-buddy.mo -share/locale/bs/LC_MESSAGES/bug-buddy.mo -share/locale/ca/LC_MESSAGES/bug-buddy.mo -share/locale/ca@valencia/LC_MESSAGES/bug-buddy.mo -share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/dz/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en@shaw/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/gu/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/is/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ka/LC_MESSAGES/bug-buddy.mo -share/locale/kn/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/ku/LC_MESSAGES/bug-buddy.mo -share/locale/ky/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/LC_MESSAGES/bug-buddy.mo -share/locale/mai/LC_MESSAGES/bug-buddy.mo -share/locale/mg/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/mr/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nb/LC_MESSAGES/bug-buddy.mo -share/locale/ne/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/oc/LC_MESSAGES/bug-buddy.mo -share/locale/or/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/ps/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/rw/LC_MESSAGES/bug-buddy.mo -share/locale/si/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@latin/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/te/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/ug/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/uz@cyrillic/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/xh/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_HK/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrmtry share/icons/HighContrastLargePrint/48x48/apps -@dirrmtry share/icons/HighContrastLargePrint/48x48 -@dirrmtry share/icons/HighContrastLargePrint -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile deleted file mode 100644 index 23bf5e4cd..000000000 --- a/devel/dbus-glib/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: dbus-glib -# Date Created: 07 October 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dbus -PORTVERSION= 0.86 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ -PKGNAMESUFFIX= -glib -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib bindings for the D-BUS messaging system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_GNOME= gnomehack glib20 ltverhack -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ - --disable-doxygen-docs \ - --disable-xml-docs \ - --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="1.0" - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - -MAN1= dbus-binding-tool.1 - -.include <bsd.port.mk> diff --git a/devel/dbus-glib/distinfo b/devel/dbus-glib/distinfo deleted file mode 100644 index b80bc36f7..000000000 --- a/devel/dbus-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-glib-0.86.tar.gz) = cd0ab148fb0c786fc88be49d19971f50 -SHA256 (dbus-glib-0.86.tar.gz) = 5351a6e7f38ffc641c34b4a4cdd9bed1c1dc7043a501096bac00a2876ea90bdc -SIZE (dbus-glib-0.86.tar.gz) = 694242 diff --git a/devel/dbus-glib/pkg-descr b/devel/dbus-glib/pkg-descr deleted file mode 100644 index bc3c57d8f..000000000 --- a/devel/dbus-glib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GLib bindings for the D-BUS interprocess messaging system. - -WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings diff --git a/devel/dbus-glib/pkg-plist b/devel/dbus-glib/pkg-plist deleted file mode 100644 index 3008d679c..000000000 --- a/devel/dbus-glib/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/dbus-binding-tool -etc/bash_completion.d/dbus-bash-completion.sh -include/dbus-%%VERSION%%/dbus/dbus-glib-bindings.h -include/dbus-%%VERSION%%/dbus/dbus-glib-error-enum.h -include/dbus-%%VERSION%%/dbus/dbus-glib-lowlevel.h -include/dbus-%%VERSION%%/dbus/dbus-glib.h -include/dbus-%%VERSION%%/dbus/dbus-gtype-specialized.h -lib/libdbus-glib-1.a -lib/libdbus-glib-1.la -lib/libdbus-glib-1.so -lib/libdbus-glib-1.so.2 -libdata/pkgconfig/dbus-glib-1.pc -libexec/dbus-bash-completion-helper -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/dbus-binding-tool.html -%%DOCSDIR%%/dbus-glib-DBus-GLib-low-level.html -%%DOCSDIR%%/dbus-glib-DBus-GObject-related-functions.html -%%DOCSDIR%%/dbus-glib-DBusGConnection.html -%%DOCSDIR%%/dbus-glib-DBusGError.html -%%DOCSDIR%%/dbus-glib-DBusGMessage.html -%%DOCSDIR%%/dbus-glib-DBusGMethod.html -%%DOCSDIR%%/dbus-glib-DBusGProxy.html -%%DOCSDIR%%/dbus-glib-Specializable-GType-System.html -%%DOCSDIR%%/dbus-glib.devhelp -%%DOCSDIR%%/dbus-glib.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrmtry etc/bash_completion.d diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile deleted file mode 100644 index 6120d448a..000000000 --- a/devel/dbus/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: D-BUS -# Date Created: 22 June 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/dbus/Makefile,v 1.40 2010/03/24 13:50:20 kwm Exp $ -# - -PORTNAME= dbus -PORTVERSION?= 1.2.24 -PORTREVISION?= 1 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A message bus system for inter-application communication - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -USE_GNOME?= gnomehack libxml2 ltverhack -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS=--localstatedir=/var \ - --with-test-socket-dir=${WRKDIR} \ - --with-system-pid-file=/var/run/dbus/dbus.pid \ - --with-system-socket=/var/run/dbus/system_bus_socket \ - --with-session-socket-dir=/var/tmp \ - --disable-doxygen-docs \ - --disable-xml-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if !defined(DBUS_SLAVE) -USE_RC_SUBR= dbus -USE_GNOME_SUBR= yes - -USERS= messagebus -GROUPS= messagebus - -PLIST_SUB= VERSION="1.0" - -MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \ - dbus-monitor.1 dbus-send.1 dbus-uuidgen.1 - -.if !defined(WITHOUT_X11) -USE_XORG= x11 -.else -CONFIGURE_ARGS+=--without-x -.endif -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/dbus/dbus-sysdeps-unix.c - @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ - ${WRKSRC}/dbus/Makefile.in \ - ${WRKSRC}/tools/Makefile.in - @${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g' \ - ${WRKSRC}/configure - -.if !defined(DBUS_SLAVE) -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${MKDIR} ${PREFIX}/share/dbus-1/interfaces -.endif - -.include <bsd.port.post.mk> diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo deleted file mode 100644 index 09097b134..000000000 --- a/devel/dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-1.2.24.tar.gz) = 565346cecd9cfecf1463540c6086cc2c -SHA256 (dbus-1.2.24.tar.gz) = f12c748f4a703655e3d4c3db94cdf5a752a0cd0b36958c715804373bd3595c48 -SIZE (dbus-1.2.24.tar.gz) = 1673774 diff --git a/devel/dbus/files/dbus.in b/devel/dbus/files/dbus.in deleted file mode 100644 index 1d06ee130..000000000 --- a/devel/dbus/files/dbus.in +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: dbus -# REQUIRE: DAEMON -# -# Add the following lines to /etc/rc.conf to enable the D-BUS messaging system: -# -# dbus_enable="YES" -# - -. /etc/rc.subr -. %%GNOME_SUBR%% - -dbus_enable=${dbus_enable-${gnome_enable}} -dbus_flags=${dbus_flags-"--system"} - -name=dbus -rcvar=`set_rcvar` - -command="%%PREFIX%%/bin/dbus-daemon" -pidfile="/var/run/dbus/${name}.pid" - -start_precmd="dbus_prestart" -stop_postcmd="dbus_poststop" - -dbus_prestart() -{ - mkdir -p $(dirname $pidfile) -} - -dbus_poststop() -{ - rm -f $pidfile -} - - -load_rc_config ${name} -run_rc_command "$1" diff --git a/devel/dbus/files/patch-bus_Makefile.in b/devel/dbus/files/patch-bus_Makefile.in deleted file mode 100644 index b55c5dc79..000000000 --- a/devel/dbus/files/patch-bus_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- bus/Makefile.in.orig 2008-01-22 14:45:58.000000000 -0500 -+++ bus/Makefile.in 2008-01-22 15:24:26.000000000 -0500 -@@ -412,7 +412,7 @@ target_vendor = @target_vendor@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - configdir = $(sysconfdir)/dbus-1 --INCLUDES = -I$(top_srcdir) $(DBUS_BUS_CFLAGS) @PIE_CFLAGS@ \ -+INCLUDES = -I$(top_srcdir) $(DBUS_BUS_CFLAGS) \ - -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \ - -DDAEMON_NAME=\"dbus-daemon\" -DDBUS_COMPILATION - -@@ -476,7 +476,7 @@ dbus_daemon_LDADD = \ - $(DBUS_BUS_LIBS) \ - $(top_builddir)/dbus/libdbus-convenience.la - --dbus_daemon_LDFLAGS = @R_DYNAMIC_LDFLAG@ @SECTION_LDFLAGS@ @PIE_LDFLAGS@ -+dbus_daemon_LDFLAGS = @R_DYNAMIC_LDFLAG@ @SECTION_LDFLAGS@ - LAUNCH_HELPER_SOURCES = \ - $(XML_SOURCES) \ - config-parser-common.c \ diff --git a/devel/dbus/files/patch-bus_dir-watch-kqueue.c b/devel/dbus/files/patch-bus_dir-watch-kqueue.c deleted file mode 100644 index b65d9ab84..000000000 --- a/devel/dbus/files/patch-bus_dir-watch-kqueue.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bus/dir-watch-kqueue.c.orig 2010-04-04 17:59:18.000000000 -0400 -+++ bus/dir-watch-kqueue.c 2010-04-04 17:59:55.000000000 -0400 -@@ -169,7 +169,7 @@ bus_set_watched_dirs (BusContext *contex - */ - for (i = 0; new_dirs[i]; i++) - { -- for (j = 0; i < num_fds; j++) -+ for (j = 0; j < num_fds; j++) - { - if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0) - { diff --git a/devel/dbus/files/patch-dbus-1.pc.in b/devel/dbus/files/patch-dbus-1.pc.in deleted file mode 100644 index 44c97a29e..000000000 --- a/devel/dbus/files/patch-dbus-1.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- dbus-1.pc.in.orig Mon Nov 6 02:55:38 2006 -+++ dbus-1.pc.in Mon Nov 6 02:55:57 2006 -@@ -10,5 +10,5 @@ Name: dbus - Description: Free desktop message bus - Version: @VERSION@ - Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@ --Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include -+Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include - diff --git a/devel/dbus/files/patch-dbus_Makefile.in b/devel/dbus/files/patch-dbus_Makefile.in deleted file mode 100644 index 42a58caed..000000000 --- a/devel/dbus/files/patch-dbus_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- dbus/Makefile.in.orig Fri Jan 21 19:43:46 2005 -+++ dbus/Makefile.in Fri Jan 21 19:44:43 2005 -@@ -360,7 +360,7 @@ - @HAVE_GLIB_TRUE@ $(DBUS_GLIB_BUILT_INCLUDES) - - dbusincludedir = $(includedir)/dbus-1.0/dbus --dbusarchincludedir = $(libdir)/dbus-1.0/include/dbus -+dbusarchincludedir = $(includedir)/dbus-1.0/include/dbus - lib_LTLIBRARIES = libdbus-1.la - dbusinclude_HEADERS = \ - dbus.h \ diff --git a/devel/dbus/files/patch-dbus_dbus-connection.c b/devel/dbus/files/patch-dbus_dbus-connection.c deleted file mode 100644 index b992b9e5e..000000000 --- a/devel/dbus/files/patch-dbus_dbus-connection.c +++ /dev/null @@ -1,67 +0,0 @@ ---- dbus/dbus-connection.c.orig 2010-03-13 17:21:40.000000000 -0500 -+++ dbus/dbus-connection.c 2010-03-13 17:25:28.000000000 -0500 -@@ -2280,7 +2280,7 @@ _dbus_connection_block_pending_call (DBu - DBusConnection *connection; - dbus_uint32_t client_serial; - DBusTimeout *timeout; -- int timeout_milliseconds, elapsed_milliseconds; -+ int timeout_milliseconds, elapsed_milliseconds, remain_milliseconds; - - _dbus_assert (pending != NULL); - -@@ -2360,6 +2360,10 @@ _dbus_connection_block_pending_call (DBu - _dbus_get_current_time (&tv_sec, &tv_usec); - elapsed_milliseconds = (tv_sec - start_tv_sec) * 1000 + - (tv_usec - start_tv_usec) / 1000; -+ if (timeout_milliseconds != -1) -+ remain_milliseconds = timeout_milliseconds - elapsed_milliseconds; -+ else -+ remain_milliseconds = -1; - - if (!_dbus_connection_get_is_connected_unlocked (connection)) - { -@@ -2386,7 +2390,7 @@ _dbus_connection_block_pending_call (DBu - */ - _dbus_verbose ("dbus_connection_send_with_reply_and_block() waiting for more memory\n"); - -- _dbus_memory_pause_based_on_timeout (timeout_milliseconds - elapsed_milliseconds); -+ _dbus_memory_pause_based_on_timeout (remain_milliseconds); - } - else - { -@@ -2394,7 +2398,7 @@ _dbus_connection_block_pending_call (DBu - _dbus_connection_do_iteration_unlocked (connection, - DBUS_ITERATION_DO_READING | - DBUS_ITERATION_BLOCK, -- timeout_milliseconds - elapsed_milliseconds); -+ remain_milliseconds); - } - - goto recheck_status; -@@ -2403,7 +2407,7 @@ _dbus_connection_block_pending_call (DBu - _dbus_verbose ("dbus_connection_send_with_reply_and_block(): clock set backward\n"); - else if (elapsed_milliseconds < timeout_milliseconds) - { -- _dbus_verbose ("dbus_connection_send_with_reply_and_block(): %d milliseconds remain\n", timeout_milliseconds - elapsed_milliseconds); -+ _dbus_verbose ("dbus_connection_send_with_reply_and_block(): %d milliseconds remain\n", remain_milliseconds); - - if (status == DBUS_DISPATCH_NEED_MEMORY) - { -@@ -2413,7 +2417,7 @@ _dbus_connection_block_pending_call (DBu - */ - _dbus_verbose ("dbus_connection_send_with_reply_and_block() waiting for more memory\n"); - -- _dbus_memory_pause_based_on_timeout (timeout_milliseconds - elapsed_milliseconds); -+ _dbus_memory_pause_based_on_timeout (remain_milliseconds); - } - else - { -@@ -2421,7 +2425,7 @@ _dbus_connection_block_pending_call (DBu - _dbus_connection_do_iteration_unlocked (connection, - DBUS_ITERATION_DO_READING | - DBUS_ITERATION_BLOCK, -- timeout_milliseconds - elapsed_milliseconds); -+ remain_milliseconds); - } - - goto recheck_status; diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c deleted file mode 100644 index cdf6eaf07..000000000 --- a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dbus/dbus-sysdeps-util-unix.c.orig 2008-12-21 14:51:17.000000000 -0500 -+++ dbus/dbus-sysdeps-util-unix.c 2008-12-21 14:51:37.000000000 -0500 -@@ -38,6 +38,7 @@ - #include <stdio.h> - #include <errno.h> - #include <fcntl.h> -+#include <syslog.h> - #include <sys/stat.h> - #include <grp.h> - #include <sys/socket.h> diff --git a/devel/dbus/pkg-descr b/devel/dbus/pkg-descr deleted file mode 100644 index 2a1c3cc0a..000000000 --- a/devel/dbus/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -D-BUS supplies both a system daemon (for events such as "new hardware device -added" or "printer queue changed") and a per-user-login-session daemon (for -general IPC needs among user applications). Also, the message bus is built on -top of a general one-to-one message passing framework, which can be used by -any two apps to communicate directly (without going through the message bus -daemon). - -WWW: http://www.freedesktop.org/Software/dbus diff --git a/devel/dbus/pkg-install b/devel/dbus/pkg-install deleted file mode 100644 index 5ad0a1f84..000000000 --- a/devel/dbus/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=messagebus - GROUP=${USER} - - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/db/dbus - /usr/bin/chgrp ${GROUP} ${PKG_PREFIX}/libexec/dbus-daemon-launch-helper - ${PKG_PREFIX}/bin/dbus-uuidgen --ensure - exit 0 - ;; -esac diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist deleted file mode 100644 index 3bbf8b3c9..000000000 --- a/devel/dbus/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/dbus-cleanup-sockets -bin/dbus-daemon -bin/dbus-launch -bin/dbus-monitor -bin/dbus-send -bin/dbus-uuidgen -etc/dbus-1/session.conf -etc/dbus-1/system.conf -include/dbus-%%VERSION%%/dbus/dbus-address.h -include/dbus-%%VERSION%%/dbus/dbus-bus.h -include/dbus-%%VERSION%%/dbus/dbus-connection.h -include/dbus-%%VERSION%%/dbus/dbus-errors.h -include/dbus-%%VERSION%%/dbus/dbus-macros.h -include/dbus-%%VERSION%%/dbus/dbus-memory.h -include/dbus-%%VERSION%%/dbus/dbus-message.h -include/dbus-%%VERSION%%/dbus/dbus-misc.h -include/dbus-%%VERSION%%/dbus/dbus-pending-call.h -include/dbus-%%VERSION%%/dbus/dbus-protocol.h -include/dbus-%%VERSION%%/dbus/dbus-server.h -include/dbus-%%VERSION%%/dbus/dbus-shared.h -include/dbus-%%VERSION%%/dbus/dbus-signature.h -include/dbus-%%VERSION%%/dbus/dbus-threads.h -include/dbus-%%VERSION%%/dbus/dbus-types.h -include/dbus-%%VERSION%%/dbus/dbus.h -include/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h -lib/libdbus-1.a -lib/libdbus-1.la -lib/libdbus-1.so -lib/libdbus-1.so.3 -libdata/pkgconfig/dbus-1.pc -libexec/dbus-daemon-launch-helper -@exec mkdir -p %D/libexec/dbus-1 -@exec mkdir -p %D/etc/dbus-1/system.d -@exec mkdir -p %D/share/dbus-1/interfaces -@exec mkdir -p %D/share/dbus-1/services -@exec mkdir -p %D/share/dbus-1/system-services -@exec mkdir -p %D/etc/dbus-1/session.d -@dirrmtry share/dbus-1/system-services -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1/interfaces -@dirrmtry share/dbus-1 -@dirrmtry libexec/dbus-1 -@dirrm include/dbus-%%VERSION%%/include/dbus -@dirrm include/dbus-%%VERSION%%/include -@dirrm include/dbus-%%VERSION%%/dbus -@dirrm include/dbus-%%VERSION%% -@dirrm etc/dbus-1/system.d -@dirrm etc/dbus-1/session.d -@dirrm etc/dbus-1 -@unexec rm -f /var/run/dbus/dbus.pid -@unexec rm -f /var/run/dbus/dbus.pipe -@unexec rmdir /var/run/dbus 2>/dev/null || true -@unexec rm -f /var/db/dbus/machine-id -@unexec rmdir /var/db/dbus 2>/dev/null || true diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile deleted file mode 100644 index ee34c39de..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.31 2010/02/10 17:05:00 kwm Exp $ - -PORTNAME= devhelp -PORTVERSION= 2.30.0 -PORTEPOCH= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Developer help browser for GNOME 2 - -LIB_DEPENDS= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_BZIP2= yes -USE_XORG= x11 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck -USE_AUTOTOOLS= libtool:22 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -GCONF_SCHEMAS= devhelp.schemas -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" - -OPTIONS= GEDIT "Enable GEdit plug-in support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -.else -PLIST_SUB+= GEDIT="@comment " -.endif - -post-patch: -.if defined(WITHOUT_GEDIT) - @${REINPLACE_CMD} -e 's|gedit-plugin||' \ - ${WRKSRC}/misc/Makefile.in - @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \ - ${WRKSRC}/src/Makefile.in -.endif - -post-install: - @${MKDIR} ${PREFIX}/etc/gconf/schemas - @${CP} ${WRKSRC}/data/devhelp.schemas ${PREFIX}/etc/gconf/schemas - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index 2603e5a1a..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-2.30.0.tar.bz2) = a24087cd1b4fe6722ec05f6e88104ace -SHA256 (gnome2/devhelp-2.30.0.tar.bz2) = 4e40dac8d8e5008fd7fe4113688d3ae9031eace7f0e10857a3bbbf103d875953 -SIZE (gnome2/devhelp-2.30.0.tar.bz2) = 484771 diff --git a/devel/devhelp/files/patch-src_dh-base.c b/devel/devhelp/files/patch-src_dh-base.c deleted file mode 100644 index 3dbf1c71c..000000000 --- a/devel/devhelp/files/patch-src_dh-base.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/dh-base.c.orig 2008-10-11 00:00:18.000000000 +0200 -+++ src/dh-base.c 2009-01-09 23:10:12.000000000 +0100 -@@ -214,6 +214,11 @@ base_add_books_in_data_dir (DhBase - dir = g_build_filename (data_dir, "devhelp", "books", NULL); - base_add_books (base, dir); - g_free (dir); -+ -+ dir = g_build_filename (data_dir, "doc", NULL); -+ base_add_books (base, dir); -+ g_free (dir); -+ - } - - static void diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index c32884453..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gconf2 -PORTVERSION= 2.28.1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gconftool-2.1 - -OPTIONS= LDAP "Enable LDAP support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap -PLIST_SUB+= LDAP="" -.else -CONFIGURE_ARGS+=--without-openldap -PLIST_SUB+= LDAP="@comment " -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index d216af850..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.28.1.tar.bz2) = 27663faf0af4f6a6d534de9270f6d24a -SHA256 (gnome2/GConf-2.28.1.tar.bz2) = 53c477f9086057b0c84816a1c979e01537b862fbcacb6af4b62f8cffec4b3000 -SIZE (gnome2/GConf-2.28.1.tar.bz2) = 1476141 diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in deleted file mode 100644 index 0b60822c7..000000000 --- a/devel/gconf2/files/patch-gconf_default.path.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 -+++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 -@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" - xml:readwrite:$(HOME)/.gconf - - # Location for system-wide settings that are set by the defaults mechanism --xml:readonly:/etc/gconf/gconf.xml.system -+xml:readonly:@sysgconfdir@/gconf.xml.system - - # To read in any defaults settings that the Sys Admin may have created - # prior to a desktop system upgrade. The SysAdmin can stick default values diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index eb8bec299..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf -%%LDAP%%etc/gconf/2/evoldap.conf -etc/gconf/2/path -include/gconf/2/gconf/gconf-changeset.h -include/gconf/2/gconf/gconf-client.h -include/gconf/2/gconf/gconf-engine.h -include/gconf/2/gconf/gconf-enum-types.h -include/gconf/2/gconf/gconf-error.h -include/gconf/2/gconf/gconf-listeners.h -include/gconf/2/gconf/gconf-schema.h -include/gconf/2/gconf/gconf-value.h -include/gconf/2/gconf/gconf.h -libexec/gconf-defaults-mechanism -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.a -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.la -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.so -lib/GConf/2/libgconfbackend-oldxml.a -lib/GConf/2/libgconfbackend-oldxml.la -lib/GConf/2/libgconfbackend-oldxml.so -lib/GConf/2/libgconfbackend-xml.a -lib/GConf/2/libgconfbackend-xml.la -lib/GConf/2/libgconfbackend-xml.so -lib/libgconf-2.a -lib/libgconf-2.la -lib/libgconf-2.so -lib/libgconf-2.so.4 -libdata/pkgconfig/gconf-2.0.pc -libexec/gconf-sanity-check-2 -libexec/gconfd-2 -%%LDAP%%share/GConf/schema/evoldap.schema -share/aclocal/gconf-2.m4 -share/dbus-1/system-services/org.gnome.GConf.Defaults.service -share/dbus-1/services/org.gnome.GConf.service -share/locale/am/LC_MESSAGES/GConf2.mo -share/locale/ar/LC_MESSAGES/GConf2.mo -share/locale/as/LC_MESSAGES/GConf2.mo -share/locale/ast/LC_MESSAGES/GConf2.mo -share/locale/az/LC_MESSAGES/GConf2.mo -share/locale/be/LC_MESSAGES/GConf2.mo -share/locale/bg/LC_MESSAGES/GConf2.mo -share/locale/bn/LC_MESSAGES/GConf2.mo -share/locale/bn_IN/LC_MESSAGES/GConf2.mo -share/locale/bs/LC_MESSAGES/GConf2.mo -share/locale/ca/LC_MESSAGES/GConf2.mo -share/locale/ca@valencia/LC_MESSAGES/GConf2.mo -share/locale/cs/LC_MESSAGES/GConf2.mo -share/locale/cy/LC_MESSAGES/GConf2.mo -share/locale/da/LC_MESSAGES/GConf2.mo -share/locale/de/LC_MESSAGES/GConf2.mo -share/locale/dz/LC_MESSAGES/GConf2.mo -share/locale/el/LC_MESSAGES/GConf2.mo -share/locale/en@shaw/LC_MESSAGES/GConf2.mo -share/locale/en_CA/LC_MESSAGES/GConf2.mo -share/locale/en_GB/LC_MESSAGES/GConf2.mo -share/locale/es/LC_MESSAGES/GConf2.mo -share/locale/et/LC_MESSAGES/GConf2.mo -share/locale/eu/LC_MESSAGES/GConf2.mo -share/locale/fa/LC_MESSAGES/GConf2.mo -share/locale/fi/LC_MESSAGES/GConf2.mo -share/locale/fr/LC_MESSAGES/GConf2.mo -share/locale/ga/LC_MESSAGES/GConf2.mo -share/locale/gl/LC_MESSAGES/GConf2.mo -share/locale/gu/LC_MESSAGES/GConf2.mo -share/locale/he/LC_MESSAGES/GConf2.mo -share/locale/hi/LC_MESSAGES/GConf2.mo -share/locale/hr/LC_MESSAGES/GConf2.mo -share/locale/hu/LC_MESSAGES/GConf2.mo -share/locale/id/LC_MESSAGES/GConf2.mo -share/locale/is/LC_MESSAGES/GConf2.mo -share/locale/it/LC_MESSAGES/GConf2.mo -share/locale/ja/LC_MESSAGES/GConf2.mo -share/locale/ka/LC_MESSAGES/GConf2.mo -share/locale/kn/LC_MESSAGES/GConf2.mo -share/locale/ko/LC_MESSAGES/GConf2.mo -share/locale/ku/LC_MESSAGES/GConf2.mo -share/locale/lt/LC_MESSAGES/GConf2.mo -share/locale/lv/LC_MESSAGES/GConf2.mo -share/locale/mai/LC_MESSAGES/GConf2.mo -share/locale/mg/LC_MESSAGES/GConf2.mo -share/locale/mk/LC_MESSAGES/GConf2.mo -share/locale/ml/LC_MESSAGES/GConf2.mo -share/locale/mn/LC_MESSAGES/GConf2.mo -share/locale/mr/LC_MESSAGES/GConf2.mo -share/locale/ms/LC_MESSAGES/GConf2.mo -share/locale/nb/LC_MESSAGES/GConf2.mo -share/locale/ne/LC_MESSAGES/GConf2.mo -share/locale/nl/LC_MESSAGES/GConf2.mo -share/locale/nn/LC_MESSAGES/GConf2.mo -share/locale/oc/LC_MESSAGES/GConf2.mo -share/locale/or/LC_MESSAGES/GConf2.mo -share/locale/pa/LC_MESSAGES/GConf2.mo -share/locale/pl/LC_MESSAGES/GConf2.mo -share/locale/pt/LC_MESSAGES/GConf2.mo -share/locale/pt_BR/LC_MESSAGES/GConf2.mo -share/locale/ro/LC_MESSAGES/GConf2.mo -share/locale/ru/LC_MESSAGES/GConf2.mo -share/locale/rw/LC_MESSAGES/GConf2.mo -share/locale/si/LC_MESSAGES/GConf2.mo -share/locale/sk/LC_MESSAGES/GConf2.mo -share/locale/sl/LC_MESSAGES/GConf2.mo -share/locale/sq/LC_MESSAGES/GConf2.mo -share/locale/sr/LC_MESSAGES/GConf2.mo -share/locale/sr@latin/LC_MESSAGES/GConf2.mo -share/locale/sv/LC_MESSAGES/GConf2.mo -share/locale/ta/LC_MESSAGES/GConf2.mo -share/locale/te/LC_MESSAGES/GConf2.mo -share/locale/th/LC_MESSAGES/GConf2.mo -share/locale/tr/LC_MESSAGES/GConf2.mo -share/locale/uk/LC_MESSAGES/GConf2.mo -share/locale/vi/LC_MESSAGES/GConf2.mo -share/locale/xh/LC_MESSAGES/GConf2.mo -share/locale/yi/LC_MESSAGES/GConf2.mo -share/locale/zh_CN/LC_MESSAGES/GConf2.mo -share/locale/zh_HK/LC_MESSAGES/GConf2.mo -share/locale/zh_TW/LC_MESSAGES/GConf2.mo -share/polkit-1/actions/org.gnome.gconf.defaults.policy -share/sgml/gconf/gconf-1.0.dtd -@dirrm share/sgml/gconf -%%LDAP%%@dirrm share/GConf/schema -%%LDAP%%@dirrm share/GConf -@dirrm lib/GConf/2 -@dirrm include/gconf/2/gconf -@dirrm include/gconf/2 -@dirrm etc/gconf/2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile deleted file mode 100644 index 7f6529f32..000000000 --- a/devel/gio-fam-backend/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gio-fam-backend -# Date Created: 22 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.51 2010/03/27 02:24:31 avl Exp $ -# - -PORTNAME= gio-fam-backend -PORTVERSION= 2.24.1 -PORTREVISION= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= glib-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= FAM backend for GLib's GIO library - -USE_BZIP2= yes -BUILD_WRKSRC= ${WRKSRC}/gio/fam -INSTALL_WRKSRC= ${BUILD_WRKSRC} -GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig _glib20 -USE_FAM= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo deleted file mode 100644 index 3a080dc7d..000000000 --- a/devel/gio-fam-backend/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.24.1.tar.bz2) = 6a7db81c9a2cffe6a34dadb57d7ba2d2 -SHA256 (gnome2/glib-2.24.1.tar.bz2) = 014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04 -SIZE (gnome2/glib-2.24.1.tar.bz2) = 5332511 diff --git a/devel/gio-fam-backend/files/patch-ae b/devel/gio-fam-backend/files/patch-ae deleted file mode 100644 index a6d6851b0..000000000 --- a/devel/gio-fam-backend/files/patch-ae +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig 2010-03-03 21:31:46.000000000 -0500 -+++ configure 2010-03-03 21:47:47.000000000 -0500 -@@ -714,6 +714,9 @@ ac_includes_default="\ - #ifdef HAVE_SYS_TYPES_H - # include <sys/types.h> - #endif -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif - #ifdef HAVE_SYS_STAT_H - # include <sys/stat.h> - #endif -@@ -23020,7 +23023,7 @@ _ACEOF - fi - done - --for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname - do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -@@ -25631,6 +25634,8 @@ fi - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in deleted file mode 100644 index 44250d545..000000000 --- a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- gio/fam/Makefile.in.orig 2010-01-28 10:40:29.000000000 -0500 -+++ gio/fam/Makefile.in 2010-01-28 10:43:26.000000000 -0500 -@@ -76,9 +76,8 @@ am__base_list = \ - am__installdirs = "$(DESTDIR)$(giomoduledir)" - LTLIBRARIES = $(giomodule_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgiofam_la_DEPENDENCIES = $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1) \ -+libgiofam_la_DEPENDENCIES = \ -+ $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__objects_1 = - am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \ -@@ -369,9 +368,9 @@ libgiofam_la_CFLAGS = \ - - libgiofam_la_LDFLAGS = $(module_flags) - libgiofam_la_LIBADD = \ -- $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la \ -+ -lgio-2.0 \ -+ -lgobject-2.0 \ -+ -lglib-2.0 \ - $(GLIB_LIBS) \ - $(FAM_LIBS) \ - $(NULL) -@@ -776,7 +775,7 @@ check-local: test - - install-data-hook: - if $(RUN_QUERY_MODULES) && test -z "$(DESTDIR)" ; then \ -- $(top_builddir)/gio/gio-querymodules$(EXEEXT) $(DESTDIR)$(GIO_MODULE_DIR) ; \ -+ gio-querymodules$(EXEEXT) $(DESTDIR)$(GIO_MODULE_DIR) ; \ - fi - - uninstall-local: diff --git a/devel/gio-fam-backend/pkg-descr b/devel/gio-fam-backend/pkg-descr deleted file mode 100644 index b44b5d557..000000000 --- a/devel/gio-fam-backend/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gio-fam-backend provides a file Alteration Monitor (FAM) backend module for -GLib's GIO subsystem. diff --git a/devel/gio-fam-backend/pkg-plist b/devel/gio-fam-backend/pkg-plist deleted file mode 100644 index f3ca7da86..000000000 --- a/devel/gio-fam-backend/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/gio/modules/libgiofam.a -lib/gio/modules/libgiofam.la -lib/gio/modules/libgiofam.so -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile deleted file mode 100644 index 2a58d0133..000000000 --- a/devel/gir-repository/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gir-repository -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/devel/gir-repository/Makefile,v 1.15 2010/03/09 11:11:46 avl Exp $ -# - -MASTER_SITES= # Empty -DISTFILES= # None -PATCHDIR= # None - -CATEGORIES= devel gnome - -COMMENT= Introspection information for various libraries - -NO_BUILD= yes - -RUN_DEPENDS= ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \ - ${GIRDIR}/${libsoup_GIR}.gir:${PORTSDIR}/${libsoup_CATEGORY}/gir-repository-libsoup \ - ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \ - ${GIRDIR}/${gconf2_GIR}.gir:${PORTSDIR}/${gconf2_CATEGORY}/gir-repository-gconf2 \ - ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \ - ${GIRDIR}/${nautilus_GIR}.gir:${PORTSDIR}/${nautilus_CATEGORY}/gir-repository-nautilus \ - ${GIRDIR}/${gnomekeyring_GIR}.gir:${PORTSDIR}/${gnomekeyring_CATEGORY}/gir-repository-gnome-keyring \ - ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \ - ${GIRDIR}/${gtksourceview2_GIR}.gir:${PORTSDIR}/${gtksourceview2_CATEGORY}/gir-repository-gtksourceview2 \ - ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \ - ${GIRDIR}/${avahi_GIR}.gir:${PORTSDIR}/${avahi_CATEGORY}/gir-repository-avahi \ - ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas - -do-install: # empty - -.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk" diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk deleted file mode 100644 index d8457a6bb..000000000 --- a/devel/gir-repository/bsd.gir.mk +++ /dev/null @@ -1,198 +0,0 @@ -PORTNAME= gir-repository -PORTVERSION= 0.6.5 -PORTREVISION?= 4 - -MAINTAINER= gnome@FreeBSD.org - -GIRDIR= ${LOCALBASE}/share/gir-1.0 - -poppler_CATEGORY= graphics -poppler_GIR= Poppler-0.8 - -libsoup_CATEGORY= devel -libsoup_GIR= Soup-2.4 -libsoup_GIR_TMPL= soup - -dbus_CATEGORY= devel -dbus_GIR= DBus-1.0 - -gconf2_CATEGORY= devel -gconf2_GIR= GConf-2.0 - -babl_CATEGORY= x11 -babl_GIR= Babl-0.1 - -nautilus_CATEGORY= x11-fm -nautilus_GIR= Nautilus-1.0 - -gnomekeyring_CATEGORY= security -gnomekeyring_GIR= GnomeKeyring-2.0 - -libnotify_CATEGORY= devel -libnotify_GIR= Notify-0.4 - -gtksourceview2_CATEGORY= x11-toolkits -gtksourceview2_GIR= GtkSource-2.2 - -vte_CATEGORY= x11-toolkits -vte_GIR= Vte-1.0 - -avahi_CATEGORY= net -avahi_GIR= Avahi-0.6 - -goocanvas_CATEGORY= graphics -goocanvas_GIR= GooCanvas-0.10 - -.if defined(PKGNAMESUFFIX) - -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -COMMENT?= Introspection information for ${GIR_NAME} - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= ${GIRDIR}/Everything-1.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -GIR_NAME= ${PKGNAMESUFFIX:S/-//g} -DEP_NAMES= ${GIR_NAME} - -GIRDIR_REL= ${GIRDIR:S,^${LOCALBASE}/,,} -TYPELIBDIR_REL= lib/girepository-1.0 - -PLIST= ${NONEXISTENT} - -# This list is used to enable/disable gir modules in the configure script. -# So all girs should be here even if we don't use them. -_USE_GIR_ALL= dbus atk pango pangoxft poppler gtk gconf soup babl nautilusextension \ - gnomekeyring webkit notify gnio clutter clutter_gtk clutter_cairo \ - gstreamer gstbufferlist_h gstreamer_plugins_base gtksourceview vte \ - goocanvas gssdp gupnp avahi unique gmenu wnck - -.if ${GIR_NAME} == "poppler" -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk -USE_GNOME+= gtk20 -GIR_FILES= Poppler-0.8 -CLEAR_DEPS+= Gdk-2.0 -.endif - -.if ${GIR_NAME} == "libsoup" -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -GIR_FILES= Soup-2.4 -DEP_NAMES= soup -.endif - -.if ${GIR_NAME} == "gconf2" -USE_GNOME+= gconf2 -GIR_FILES= GConf-2.0 -DEP_NAMES= gconf -.endif - -.if ${GIR_NAME} == "babl" -LIB_DEPENDS+= babl-0.1.0:${PORTSDIR}/x11/babl -GIR_FILES= Babl-0.1 -.endif - -.if ${GIR_NAME} == "nautilus" -USE_GNOME+= nautilus2 -GIR_FILES= Nautilus-1.0 -DEP_NAMES= nautilusextension -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "gnomekeyring" -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -GIR_FILES= GnomeKeyring-2.0 -.endif - -.if ${GIR_NAME} == "libnotify" -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -USE_GNOME+= gtk20 -GIR_FILES= Notify-0.4 -DEP_NAMES= notify -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "dbus" -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -GIR_FILES= DBus-1.0 -LIB_FILES= DBus -.endif - -.if ${GIR_NAME} == "gtksourceview2" -USE_GNOME+= gtksourceview2 -GIR_FILES= GtkSource-2.2 -DEP_NAMES= gtksourceview -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "vte" -USE_GNOME+= vte -GIR_FILES= Vte-1.0 -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "avahi" -LIB_DEPENDS+= avahi-gobject.0:${PORTSDIR}/net/avahi-app -GIR_FILES= Avahi-0.6 AvahiCore-0.6 -.endif - -.if ${GIR_NAME} == "goocanvas" -LIB_DEPENDS+= goocanvas.3:${PORTSDIR}/graphics/goocanvas -USE_GNOME+= gtk20 -GIR_FILES= GooCanvas-0.10 -CLEAR_DEPS+= Gtk-2.0 -.endif - -. for component in ${USE_GIR:C/^([^:]+).*/\1/} -CLEAR_DEPS+= ${${component}_GIR} -BUILD_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -RUN_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -. endfor - -pre-patch: -# disable all components -.for component in ${_USE_GIR_ALL} - @${REINPLACE_CMD} -e 's|have_${component}=true|have_${component}=false|g' \ - ${WRKSRC}/configure -.endfor -.if defined(DEP_NAMES) -# enable components -.for component in ${DEP_NAMES} - @${REINPLACE_CMD} -e 's|have_${component}=false|have_${component}=true|g' \ - ${WRKSRC}/configure -.endfor -.endif - -post-configure: -.if defined(CLEAR_DEPS) -# clear Makefile targets -. for dep in ${CLEAR_DEPS} - @${REINPLACE_CMD} -e 's|${dep}.gir||g' \ - ${WRKSRC}/gir/Makefile -. endfor -.endif - -.if !target(post-install-script) -post-install-script: -# build plist -.for gir in ${GIR_FILES} - @${ECHO} ${TYPELIBDIR_REL}/${gir}.typelib >> ${TMPPLIST} - @${ECHO} ${GIRDIR_REL}/${gir}.gir >> ${TMPPLIST} -.endfor -.for lib in ${LIB_FILES} - @${ECHO} lib/libgirepo-${lib}-custom.a >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.la >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.so >> ${TMPPLIST} -.endfor - @${ECHO_CMD} "@unexec rmdir %D/${TYPELIBDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${GIRDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} -.endif - -.endif - -.include <bsd.port.mk> diff --git a/devel/gir-repository/distinfo b/devel/gir-repository/distinfo deleted file mode 100644 index 4854a4c38..000000000 --- a/devel/gir-repository/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gir-repository-0.6.5.tar.bz2) = f161fa1ae161e81117af6f4bb79bf344 -SHA256 (gnome2/gir-repository-0.6.5.tar.bz2) = cbeadc6c701f376134c9fe288fe0d95a725d9fa398daaeeb6621c35e8bafcae1 -SIZE (gnome2/gir-repository-0.6.5.tar.bz2) = 264148 diff --git a/devel/gir-repository/files/patch-gir_Makefile.in b/devel/gir-repository/files/patch-gir_Makefile.in deleted file mode 100644 index ec37f1636..000000000 --- a/devel/gir-repository/files/patch-gir_Makefile.in +++ /dev/null @@ -1,72 +0,0 @@ ---- gir/Makefile.in.orig 2010-03-24 14:45:41.000000000 +0100 -+++ gir/Makefile.in 2010-03-24 14:45:41.000000000 +0100 -@@ -86,7 +86,7 @@ host_triplet = @host@ - @BUILD_GSSDP_TRUE@am__append_33 = GSSDP-1.0.gir - @BUILD_GUPNP_TRUE@am__append_34 = GUPnP-1.0.gir - @BUILD_AVAHI_TRUE@am__append_35 = Avahi-0.6.gir --@BUILD_BABL_TRUE@am__append_36 = Babl-0.0.gir -+@BUILD_BABL_TRUE@am__append_36 = Babl-0.1.gir - @BUILD_UNIQUE_TRUE@am__append_37 = Unique-1.0.gir - @BUILD_NAUTILUS_TRUE@am__append_38 = Nautilus-1.0.gir - @BUILD_WNCK_TRUE@am__append_39 = Wnck-1.0.gir -@@ -413,7 +413,7 @@ libgirepo_DBus_custom_la_SOURCES = \ - - @BUILD_GCONF_TRUE@GCONF_INCLUDEDIR = `pkg-config --variable=includedir gconf-2.0`/gconf/2 - @BUILD_SOUP_TRUE@SOUP_INCLUDEDIR = `pkg-config --variable=includedir libsoup-2.4`/libsoup-2.4 --@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -re 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') -+@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -Ee 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') - @BUILD_GNOMEKEYRING_TRUE@GNOMEKEYRING_INCLUDEDIR = `pkg-config --variable=includedir gnome-keyring-1`/gnome-keyring-1 - - # pango -@@ -549,7 +549,7 @@ libgirepo_Clutter_custom_la_SOURCES = \ - @BUILD_GSSDP_TRUE@GSSDP_INCLUDEDIR = `pkg-config --variable=includedir gssdp-1.0`/gssdp-1.0 - @BUILD_GUPNP_TRUE@GUPNP_INCLUDEDIR = `pkg-config --variable=includedir gupnp-1.0`/gupnp-1.0 - @BUILD_AVAHI_TRUE@AVAHI_INCLUDEDIR = `pkg-config --variable=includedir avahi-gobject`/avahi-gobject --@BUILD_BABL_TRUE@BABL_INCLUDEDIR = `pkg-config --variable=includedir babl`/babl-0.0 -+@BUILD_BABL_TRUE@BABL_INCLUDEDIR = `pkg-config --variable=includedir babl`/babl-0.1 - @BUILD_UNIQUE_TRUE@UNIQUE_INCLUDEDIR = `pkg-config --variable=includedir unique-1.0`/unique-1.0/unique - @BUILD_NAUTILUS_TRUE@NAUTILUS_INCLUDEDIR = `pkg-config --variable=includedir libnautilus-extension`/nautilus/libnautilus-extension - @BUILD_WNCK_TRUE@WNCK_INCLUDEDIR = `pkg-config --variable=includedir libwnck-1.0`/libwnck-1.0/libwnck -@@ -1384,16 +1384,16 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTFFT_INCLUDEDIR)/gst/fft/*h - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstInterfaces-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) csh -c "$(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstinterfaces-0.10 \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool=\"$(LIBTOOL)\" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-interfaces-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h" - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstNetbuffer-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstNetbuffer --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ -@@ -1479,6 +1479,7 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=GstBase-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstvideo-0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstbasevideo-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ -@@ -1529,11 +1530,11 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_AVAHI_TRUE@ --output $@ \ - @BUILD_AVAHI_TRUE@ --pkg avahi-gobject \ - @BUILD_AVAHI_TRUE@ $(AVAHI_INCLUDEDIR)/*.h --@BUILD_BABL_TRUE@Babl-0.0.gir: $(INTROSPECTION_SCANNER) --@BUILD_BABL_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.0 \ -+@BUILD_BABL_TRUE@Babl-0.1.gir: $(INTROSPECTION_SCANNER) -+@BUILD_BABL_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.1 \ - @BUILD_BABL_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_BABL_TRUE@ --include=GObject-2.0 \ --@BUILD_BABL_TRUE@ --library=babl-0.0 \ -+@BUILD_BABL_TRUE@ --library=babl-0.1 \ - @BUILD_BABL_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_BABL_TRUE@ --output $@ \ - @BUILD_BABL_TRUE@ --pkg babl \ diff --git a/devel/gir-repository/pkg-descr b/devel/gir-repository/pkg-descr deleted file mode 100644 index 8371c3027..000000000 --- a/devel/gir-repository/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a repository of GIR interface description files. diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 3cb417267..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.165 2010/03/27 02:24:31 avl Exp $ -# -# !! DON'T FORGET ABOUT devel/gio-fam-backend !! - -PORTNAME= glib -PORTVERSION= 2.24.1 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -LATEST_LINK= glib20 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre - -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig ltverhack -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_PYTHON= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog \ - --with-pcre=system \ - --disable-fam -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -OPTIONS= COLLATION_FIX "fix string collation" off - -.include <bsd.port.pre.mk> - -# Let glib use asm code for implementing atomic ops on i386 and amd64. -.if ${ARCH} == "i386" -GLIB_ARCH= i486 -.elif ${ARCH} == "amd64" -GLIB_ARCH= x86_64 -.else -GLIB_ARCH= ${ARCH} -.endif -CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} - -.if defined(WITH_COLLATION_FIX) -LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ - ${FILESDIR}/extra-patch-glib_gunicollate.c -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/glib/gutils.c - -post-install: - -${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 3a080dc7d..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.24.1.tar.bz2) = 6a7db81c9a2cffe6a34dadb57d7ba2d2 -SHA256 (gnome2/glib-2.24.1.tar.bz2) = 014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04 -SIZE (gnome2/glib-2.24.1.tar.bz2) = 5332511 diff --git a/devel/glib20/files/extra-patch-glib_Makefile.in b/devel/glib20/files/extra-patch-glib_Makefile.in deleted file mode 100644 index 01f856f74..000000000 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/Makefile.in.orig 2009-05-31 13:14:18.000000000 +0200 -+++ glib/Makefile.in 2009-05-31 13:15:08.000000000 +0200 -@@ -272,7 +272,7 @@ - INSTOBJEXT = @INSTOBJEXT@ - INTLLIBS = @INTLLIBS@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -licui18n - LIBASYNCNS_LIBADD = @LIBASYNCNS_LIBADD@ - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ diff --git a/devel/glib20/files/extra-patch-glib_gunicollate.c b/devel/glib20/files/extra-patch-glib_gunicollate.c deleted file mode 100644 index dfcb99209..000000000 --- a/devel/glib20/files/extra-patch-glib_gunicollate.c +++ /dev/null @@ -1,116 +0,0 @@ ---- glib/gunicollate.c.orig Thu Jun 8 17:24:10 2006 -+++ glib/gunicollate.c Thu Oct 19 20:12:50 2006 -@@ -26,10 +26,57 @@ - #include <wchar.h> - #endif - -+#include <unicode/umachine.h> -+#include <unicode/ustring.h> -+#include <unicode/ucol.h> -+ - #include "glib.h" - #include "gunicodeprivate.h" - #include "galias.h" - -+static gboolean icu_collator_initialized = FALSE; -+static UCollator *icu_collator = NULL; -+G_LOCK_DEFINE_STATIC(icu_collator); -+ -+static void -+init_icu_collator (void) -+{ -+ G_LOCK(icu_collator); -+ if (! icu_collator_initialized) -+ { -+ UErrorCode error = U_ZERO_ERROR; -+ -+ icu_collator = ucol_open(NULL, &error); -+ if (icu_collator == NULL) -+ g_warning("unable to initialize the ICU collator (%s), FreeBSD collation routines will be used", u_errorName(error)); -+ -+ icu_collator_initialized = TRUE; -+ } -+ G_UNLOCK(icu_collator); -+} -+ -+static UChar * -+utf8_to_uchar (const char *str, int32_t len, int32_t *result_len) -+{ -+ UErrorCode error = U_ZERO_ERROR; -+ UChar *result = NULL; -+ -+ u_strFromUTF8(NULL, 0, result_len, str, len, &error); -+ if (error <= U_ZERO_ERROR || error == U_BUFFER_OVERFLOW_ERROR) -+ { -+ error = U_ZERO_ERROR; -+ result = g_new(UChar, *result_len); -+ u_strFromUTF8(result, *result_len, NULL, str, len, &error); -+ if (error > U_ZERO_ERROR) -+ { -+ g_free(result); -+ result = NULL; -+ } -+ } -+ -+ return result; -+} -+ - #ifdef _MSC_VER - /* Workaround for bug in MSVCR80.DLL */ - static size_t -@@ -94,6 +141,28 @@ - g_return_val_if_fail (str1 != NULL, 0); - g_return_val_if_fail (str2 != NULL, 0); - -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr1_len; -+ UChar *wstr1 = utf8_to_uchar(str1, -1, &wstr1_len); -+ if (wstr1 != NULL) -+ { -+ int32_t wstr2_len; -+ UChar *wstr2 = utf8_to_uchar(str2, -1, &wstr2_len); -+ if (wstr2 != NULL) -+ { -+ result = ucol_strcoll(icu_collator, wstr1, wstr1_len, wstr2, wstr2_len); -+ -+ g_free(wstr1); -+ g_free(wstr2); -+ -+ return result; -+ } -+ g_free(wstr1); -+ } -+ } -+ - str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); - str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); - -@@ -235,6 +304,26 @@ - gchar *str_norm; - - g_return_val_if_fail (str != NULL, NULL); -+ -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr_len; -+ UChar *wstr = utf8_to_uchar(str, len, &wstr_len); -+ if (wstr != NULL) -+ { -+ int32_t result_len; -+ -+ /* get size of result */ -+ result_len = ucol_getSortKey(icu_collator, wstr, wstr_len, NULL, 0); -+ -+ result = g_new(char, result_len); -+ ucol_getSortKey(icu_collator, wstr, wstr_len, result, result_len); -+ g_free(wstr); -+ -+ return result; -+ } -+ } - - str_norm = g_utf8_normalize (str, len, G_NORMALIZE_ALL_COMPOSE); - diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index a6d6851b0..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig 2010-03-03 21:31:46.000000000 -0500 -+++ configure 2010-03-03 21:47:47.000000000 -0500 -@@ -714,6 +714,9 @@ ac_includes_default="\ - #ifdef HAVE_SYS_TYPES_H - # include <sys/types.h> - #endif -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif - #ifdef HAVE_SYS_STAT_H - # include <sys/stat.h> - #endif -@@ -23020,7 +23023,7 @@ _ACEOF - fi - done - --for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname - do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -@@ -25631,6 +25634,8 @@ fi - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 5ee7fe3d5..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig 2008-02-12 00:16:23.000000000 +0100 -+++ Makefile.in 2008-02-12 00:16:23.000000000 +0100 -@@ -338,7 +338,7 @@ EXTRA_DIST = ChangeLog.pre-2-14 ChangeLo - gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in - TEST_PROGS = - AUTOMAKE_OPTIONS = 1.7 --SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs -+SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs - DIST_SUBDIRS = $(SUBDIRS) build - bin_SCRIPTS = glib-gettextize - AM_CPPFLAGS = \ -@@ -356,7 +356,8 @@ BUILT_EXTRA_DIST = \ - config.h.win32 \ - gtk-doc.make - --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) - configexecinclude_DATA = glibconfig.h - CONFIGURE_DEPENDENCIES = acglib.m4 - BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index 3784d16b8..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2007-12-21 16:54:10.000000000 -0500 -+++ docs/reference/Makefile.in 2007-12-21 16:54:40.000000000 -0500 -@@ -268,7 +268,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt - # initialize variables for unconditional += appending - EXTRA_DIST = - TEST_PROGS = --SUBDIRS = glib gobject gio -+SUBDIRS = #glib gobject gio - all: all-recursive - - .SUFFIXES: diff --git a/devel/glib20/files/patch-config.h.in b/devel/glib20/files/patch-config.h.in deleted file mode 100644 index 3c2bc5d26..000000000 --- a/devel/glib20/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-03-18 18:24:24.000000000 -0400 -+++ config.h.in 2008-03-18 18:24:59.000000000 -0400 -@@ -197,6 +197,9 @@ - /* Define to 1 if you have the `getpwuid' function. */ - #undef HAVE_GETPWUID - -+/* Define to 1 if you have the `sysctlbyname' function. */ -+#undef HAVE_SYSCTLBYNAME -+ - /* Define if the GNU gettext() function is already present or preinstalled. */ - #undef HAVE_GETTEXT - diff --git a/devel/glib20/files/patch-gio_gunixmount.c b/devel/glib20/files/patch-gio_gunixmount.c deleted file mode 100644 index b9bfe143e..000000000 --- a/devel/glib20/files/patch-gio_gunixmount.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gio/gunixmount.c.orig 2007-12-23 15:53:50.000000000 -0500 -+++ gio/gunixmount.c 2007-12-23 15:52:52.000000000 -0500 -@@ -372,12 +372,18 @@ g_unix_mount_eject (GMount * - gpointer user_data) - { - GUnixMount *unix_mount = G_UNIX_MOUNT (mount); -+#ifndef __FreeBSD__ - char *argv[] = {"eject", NULL, NULL}; - - if (unix_mount->mount_path != NULL) - argv[1] = unix_mount->mount_path; - else - argv[1] = unix_mount->device_path; -+#else -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ -+ argv[2] = unix_mount->device_path; -+#endif - - return eject_unmount_do (mount, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_gunixmounts.c b/devel/glib20/files/patch-gio_gunixmounts.c deleted file mode 100644 index 9b6fa2df3..000000000 --- a/devel/glib20/files/patch-gio_gunixmounts.c +++ /dev/null @@ -1,148 +0,0 @@ ---- ggio/unixmounts.c.orig 2008-03-10 20:31:58.000000000 -0400 -+++ gio/gunixmounts.c 2008-03-19 22:31:23.000000000 -0400 -@@ -128,6 +128,9 @@ struct _GUnixMountMonitor { - - GFileMonitor *fstab_monitor; - GFileMonitor *mtab_monitor; -+ -+ guint mount_poller_source; -+ GList *mount_poller_mounts; - }; - - struct _GUnixMountMonitorClass { -@@ -139,6 +142,8 @@ static GUnixMountMonitor *the_mount_moni - static GList *_g_get_unix_mounts (void); - static GList *_g_get_unix_mount_points (void); - -+static guint64 mount_poller_time = 0; -+ - G_DEFINE_TYPE (GUnixMountMonitor, g_unix_mount_monitor, G_TYPE_OBJECT); - - #define MOUNT_POLL_INTERVAL 4000 -@@ -165,6 +170,7 @@ G_DEFINE_TYPE (GUnixMountMonitor, g_unix - #endif - - #if defined(HAVE_GETMNTINFO) && defined(HAVE_FSTAB_H) && defined(HAVE_SYS_MOUNT_H) -+#include <sys/param.h> - #include <sys/ucred.h> - #include <sys/mount.h> - #include <fstab.h> -@@ -215,20 +221,28 @@ g_unix_is_mount_path_system_internal (co - "/", /* we already have "Filesystem root" in Nautilus */ - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/X11R6", - "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", - "/var", - "/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */ - "/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */ -@@ -988,6 +1002,10 @@ get_mounts_timestamp (void) - if (stat (monitor_file, &buf) == 0) - return (guint64)buf.st_mtime; - } -+ else -+ { -+ return mount_poller_time; -+ } - return 0; - } - -@@ -1129,6 +1147,13 @@ g_unix_mount_monitor_finalize (GObject * - g_object_unref (monitor->mtab_monitor); - } - -+ if (monitor->mount_poller_source > 0) -+ { -+ g_source_remove (monitor->mount_poller_source); -+ g_list_foreach (monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ g_list_free (monitor->mount_poller_mounts); -+ } -+ - the_mount_monitor = NULL; - - if (G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize) -@@ -1206,6 +1231,51 @@ mtab_file_changed (GFileMonitor *mo - g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - } - -+static gboolean -+mount_change_poller (gpointer user_data) -+{ -+ GUnixMountMonitor *mount_monitor; -+ GList *current_mounts; -+ gboolean has_changed = FALSE; -+ -+ mount_monitor = user_data; -+ current_mounts = _g_get_unix_mounts (); -+ -+ if (g_list_length (current_mounts) != g_list_length (mount_monitor->mount_poller_mounts)) -+ { -+ g_list_foreach (mount_monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ has_changed = TRUE; -+ } -+ else -+ { -+ int i; -+ -+ for (i = 0; i < g_list_length (current_mounts); i++) -+ { -+ GUnixMountEntry *m1; -+ GUnixMountEntry *m2; -+ -+ m1 = (GUnixMountEntry *)g_list_nth_data (current_mounts, i); -+ m2 = (GUnixMountEntry *)g_list_nth_data (mount_monitor->mount_poller_mounts, i); -+ if (! has_changed && g_unix_mount_compare (m1, m2) != 0) -+ has_changed = TRUE; -+ -+ g_unix_mount_free (m2); -+ } -+ } -+ -+ g_list_free (mount_monitor->mount_poller_mounts); -+ mount_monitor->mount_poller_mounts = current_mounts; -+ -+ if (has_changed) -+ { -+ mount_poller_time = (guint64)time (NULL); -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); -+ } -+ -+ return TRUE; -+} -+ - static void - g_unix_mount_monitor_init (GUnixMountMonitor *monitor) - { -@@ -1228,6 +1298,12 @@ g_unix_mount_monitor_init (GUnixMountMon - - g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor); - } -+ else -+ { -+ monitor->mount_poller_mounts = _g_get_unix_mounts (); -+ mount_poller_time = (guint64)time (NULL); -+ monitor->mount_poller_source = g_timeout_add_seconds (3, (GSourceFunc)mount_change_poller, monitor); -+ } - } - - /** diff --git a/devel/glib20/files/patch-gio_gunixvolume.c b/devel/glib20/files/patch-gio_gunixvolume.c deleted file mode 100644 index b22563047..000000000 --- a/devel/glib20/files/patch-gio_gunixvolume.c +++ /dev/null @@ -1,17 +0,0 @@ ---- gio/gunixvolume.c.orig 2009-11-30 04:35:27.000000000 +0100 -+++ gio/gunixvolume.c 2009-12-08 19:32:03.000000000 +0100 -@@ -465,9 +465,14 @@ g_unix_volume_eject (GVolume - gpointer user_data) - { - GUnixVolume *unix_volume = G_UNIX_VOLUME (volume); -+#ifdef __FreeBSD__ -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ argv[2] = unix_volume->device_path; -+#else - char *argv[] = { "eject", NULL, NULL }; - - argv[1] = unix_volume->device_path; -+#endif - - eject_mount_do (volume, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_libasyncns_asyncns.c b/devel/glib20/files/patch-gio_libasyncns_asyncns.c deleted file mode 100644 index 966dd27a6..000000000 --- a/devel/glib20/files/patch-gio_libasyncns_asyncns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/libasyncns/asyncns.c.orig 2009-05-05 15:25:10.000000000 -0400 -+++ gio/libasyncns/asyncns.c 2009-05-05 15:25:51.000000000 -0400 -@@ -35,6 +35,8 @@ - #include <errno.h> - #include <sys/wait.h> - #include <sys/types.h> -+#include <sys/time.h> -+#include <sys/resource.h> - #include <pwd.h> - #include <netinet/in.h> - #include <arpa/nameser.h> diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c b/devel/glib20/files/patch-gio_xdgmime_xdgmime.c deleted file mode 100644 index 8c36dc5d8..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004 -+++ gio/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004 -@@ -204,7 +204,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/usr/local/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h b/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h deleted file mode 100644 index 039571d8b..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gio/xdgmime/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ gio/xdgmime/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 352c0cf60..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig 2008-06-04 00:03:14.000000000 +0200 -+++ glib/libcharset/Makefile.in 2008-06-04 00:05:58.000000000 +0200 -@@ -278,7 +278,7 @@ EXTRA_DIST = README config.charset ref-a - codeset.m4 update.sh make-patch.sh libcharset-glib.patch - TEST_PROGS = - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -I$(top_srcdir) -+ -DLIBDIR=\"$(prefix)/libdata\" -I$(top_srcdir) - - noinst_LTLIBRARIES = libcharset.la - libcharset_la_SOURCES = \ -@@ -286,8 +286,8 @@ libcharset_la_SOURCES = \ - localcharset.h \ - localcharset.c - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - SUFFIXES = .sed .sin - CLEANFILES = charset.alias ref-add.sed ref-del.sed - all: all-am -@@ -498,7 +498,7 @@ install-data-am: - - install-dvi: install-dvi-am - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-html: install-html-am - diff --git a/devel/glib20/files/patch-glib_Makefile.in b/devel/glib20/files/patch-glib_Makefile.in deleted file mode 100644 index 8dd7ae74b..000000000 --- a/devel/glib20/files/patch-glib_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- glib/Makefile.in.orig 2009-09-30 09:37:39.000000000 +0200 -+++ glib/Makefile.in 2009-09-30 09:38:48.000000000 +0200 -@@ -1396,7 +1396,7 @@ - - info-am: - --install-data-am: install-data-local install-dist_gdbSCRIPTS \ -+install-data-am: install-data-local \ - install-glibincludeHEADERS install-glibsubincludeHEADERS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -1603,9 +1603,7 @@ - libglib-gdb.py: libglib-gdb.py.in - sed -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py - --install-data-hook: libglib-gdb.py -- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR) -- $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py -+install-data-hook: - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-glib_gregex.c b/devel/glib20/files/patch-glib_gregex.c deleted file mode 100644 index ef7f0a87b..000000000 --- a/devel/glib20/files/patch-glib_gregex.c +++ /dev/null @@ -1,13 +0,0 @@ ---- glib/gregex.c.orig 2007-09-09 18:35:32.000000000 -0400 -+++ glib/gregex.c 2007-09-09 18:36:05.000000000 -0400 -@@ -164,8 +164,10 @@ match_error (gint errcode) - case PCRE_ERROR_DFA_RECURSE: - case PCRE_ERROR_RECURSIONLIMIT: - return _("recursion limit reached"); -+#ifdef PCRE_ERROR_NULLWSLIMIT - case PCRE_ERROR_NULLWSLIMIT: - return _("workspace limit for empty substrings reached"); -+#endif - case PCRE_ERROR_BADNEWLINE: - return _("invalid combination of newline flags"); - default: diff --git a/devel/glib20/files/patch-glib_gutils.c b/devel/glib20/files/patch-glib_gutils.c deleted file mode 100644 index 95a02e475..000000000 --- a/devel/glib20/files/patch-glib_gutils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/gutils.c.orig Wed Mar 23 09:55:02 2005 -+++ glib/gutils.c Thu Apr 7 01:06:16 2005 -@@ -1929,7 +1929,7 @@ g_get_system_data_dirs (void) - data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/usr/local/share/"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif -@@ -1983,7 +1983,7 @@ g_get_system_config_dirs (void) - conf_dirs = (gchar *) g_getenv ("XDG_CONFIG_DIRS"); - - if (!conf_dirs || !conf_dirs[0]) -- conf_dirs = "/etc/xdg"; -+ conf_dirs = "/usr/local/etc/xdg:/etc/xdg"; - - conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index 586d7f80b..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/files/patch-gobject_Makefile.in b/devel/glib20/files/patch-gobject_Makefile.in deleted file mode 100644 index b8842a6f4..000000000 --- a/devel/glib20/files/patch-gobject_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- gobject/Makefile.in.orig 2009-09-30 09:39:51.000000000 +0200 -+++ gobject/Makefile.in 2009-09-30 09:40:17.000000000 +0200 -@@ -1186,7 +1186,7 @@ info: info-recursive - - info-am: - --install-data-am: install-data-local install-dist_gdbSCRIPTS \ -+install-data-am: install-data-local \ - install-libgobjectincludeHEADERS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -1393,9 +1393,7 @@ libgobject-gdb.py: libgobject-gdb.py.in - uninstall-gdb: - -rm -r $(DESTDIR)$(datadir)/gdb - --install-data-hook: libgobject-gdb.py -- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR) -- $(INSTALL) libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py -+install-data-hook: - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) - @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0.$(LT_CURRENT).0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-gthread_gthread-posix.c b/devel/glib20/files/patch-gthread_gthread-posix.c deleted file mode 100644 index 47c5ab8f1..000000000 --- a/devel/glib20/files/patch-gthread_gthread-posix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gthread/gthread-posix.c.orig Mon Nov 1 13:47:12 2004 -+++ gthread/gthread-posix.c Wed Mar 9 14:21:20 2005 -@@ -125,7 +129,8 @@ - g_thread_impl_init(void) - { - #ifdef _SC_THREAD_STACK_MIN -- g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), 0); -+ g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), -+ g_thread_min_stack_size); - #endif /* _SC_THREAD_STACK_MIN */ - #ifdef HAVE_PRIORITIES - # ifdef G_THREADS_IMPL_POSIX -@@ -176,7 +181,7 @@ - result = pthread_mutex_trylock ((pthread_mutex_t *) mutex); - - #ifdef G_THREADS_IMPL_POSIX -- if (result == EBUSY) -+ if ((result == EBUSY) || (result == EDEADLK)) - return FALSE; - #else /* G_THREADS_IMPL_DCE */ - if (result == 0) diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more. It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index a760ba254..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,360 +0,0 @@ -bin/gio-querymodules -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -bin/gtester -bin/gtester-report -include/gio-unix-2.0/gio/gdesktopappinfo.h -include/gio-unix-2.0/gio/gfiledescriptorbased.h -include/gio-unix-2.0/gio/gunixconnection.h -include/gio-unix-2.0/gio/gunixfdlist.h -include/gio-unix-2.0/gio/gunixfdmessage.h -include/gio-unix-2.0/gio/gunixinputstream.h -include/gio-unix-2.0/gio/gunixmounts.h -include/gio-unix-2.0/gio/gunixoutputstream.h -include/gio-unix-2.0/gio/gunixsocketaddress.h -include/glib-2.0/gio/gappinfo.h -include/glib-2.0/gio/gasyncinitable.h -include/glib-2.0/gio/gasyncresult.h -include/glib-2.0/gio/gbufferedinputstream.h -include/glib-2.0/gio/gbufferedoutputstream.h -include/glib-2.0/gio/gcancellable.h -include/glib-2.0/gio/gcharsetconverter.h -include/glib-2.0/gio/gcontenttype.h -include/glib-2.0/gio/gconverter.h -include/glib-2.0/gio/gconverterinputstream.h -include/glib-2.0/gio/gconverteroutputstream.h -include/glib-2.0/gio/gdatainputstream.h -include/glib-2.0/gio/gdataoutputstream.h -include/glib-2.0/gio/gdrive.h -include/glib-2.0/gio/gemblem.h -include/glib-2.0/gio/gemblemedicon.h -include/glib-2.0/gio/gfile.h -include/glib-2.0/gio/gfileattribute.h -include/glib-2.0/gio/gfileenumerator.h -include/glib-2.0/gio/gfileicon.h -include/glib-2.0/gio/gfileinfo.h -include/glib-2.0/gio/gfileinputstream.h -include/glib-2.0/gio/gfileiostream.h -include/glib-2.0/gio/gfilemonitor.h -include/glib-2.0/gio/gfilenamecompleter.h -include/glib-2.0/gio/gfileoutputstream.h -include/glib-2.0/gio/gfilterinputstream.h -include/glib-2.0/gio/gfilteroutputstream.h -include/glib-2.0/gio/gicon.h -include/glib-2.0/gio/ginetaddress.h -include/glib-2.0/gio/ginetsocketaddress.h -include/glib-2.0/gio/ginitable.h -include/glib-2.0/gio/ginputstream.h -include/glib-2.0/gio/gio.h -include/glib-2.0/gio/gioenums.h -include/glib-2.0/gio/gioenumtypes.h -include/glib-2.0/gio/gioerror.h -include/glib-2.0/gio/giomodule.h -include/glib-2.0/gio/gioscheduler.h -include/glib-2.0/gio/giostream.h -include/glib-2.0/gio/giotypes.h -include/glib-2.0/gio/gloadableicon.h -include/glib-2.0/gio/gmemoryinputstream.h -include/glib-2.0/gio/gmemoryoutputstream.h -include/glib-2.0/gio/gmount.h -include/glib-2.0/gio/gmountoperation.h -include/glib-2.0/gio/gnativevolumemonitor.h -include/glib-2.0/gio/gnetworkaddress.h -include/glib-2.0/gio/gnetworkservice.h -include/glib-2.0/gio/goutputstream.h -include/glib-2.0/gio/gresolver.h -include/glib-2.0/gio/gseekable.h -include/glib-2.0/gio/gsimpleasyncresult.h -include/glib-2.0/gio/gsocket.h -include/glib-2.0/gio/gsocketaddress.h -include/glib-2.0/gio/gsocketaddressenumerator.h -include/glib-2.0/gio/gsocketclient.h -include/glib-2.0/gio/gsocketconnectable.h -include/glib-2.0/gio/gsocketconnection.h -include/glib-2.0/gio/gsocketcontrolmessage.h -include/glib-2.0/gio/gsocketlistener.h -include/glib-2.0/gio/gsocketservice.h -include/glib-2.0/gio/gsrvtarget.h -include/glib-2.0/gio/gtcpconnection.h -include/glib-2.0/gio/gthemedicon.h -include/glib-2.0/gio/gthreadedsocketservice.h -include/glib-2.0/gio/gvfs.h -include/glib-2.0/gio/gvolume.h -include/glib-2.0/gio/gvolumemonitor.h -include/glib-2.0/gio/gzlibcompressor.h -include/glib-2.0/gio/gzlibdecompressor.h -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gbase64.h -include/glib-2.0/glib/gbitlock.h -include/glib-2.0/glib/gbookmarkfile.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gchecksum.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdir.h -include/glib-2.0/glib/gerror.h -include/glib-2.0/glib/gfileutils.h -include/glib-2.0/glib/ghash.h -include/glib-2.0/glib/ghook.h -include/glib-2.0/glib/ghostutils.h -include/glib-2.0/glib/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/gkeyfile.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmappedfile.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/goption.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gpoll.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/gregex.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gsequence.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslice.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstdio.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gtestutils.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gurifuncs.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gvariant.h -include/glib-2.0/glib/gvarianttype.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libgio-2.0.a -lib/libgio-2.0.la -lib/libgio-2.0.so -lib/libgio-2.0.so.0 -lib/libglib-2.0.a -lib/libglib-2.0.la -lib/libglib-2.0.so -lib/libglib-2.0.so.0 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.la -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.0 -lib/libgobject-2.0.a -lib/libgobject-2.0.la -lib/libgobject-2.0.so -lib/libgobject-2.0.so.0 -lib/libgthread-2.0.a -lib/libgthread-2.0.la -lib/libgthread-2.0.so -lib/libgthread-2.0.so.0 -libdata/pkgconfig/gio-2.0.pc -libdata/pkgconfig/gio-unix-2.0.pc -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gmodule-export-2.0.pc -libdata/pkgconfig/gmodule-no-export-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/mkinstalldirs -share/glib-2.0/gettext/po/Makefile.in.in -share/locale/af/LC_MESSAGES/glib20.mo -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/as/LC_MESSAGES/glib20.mo -share/locale/ast/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/be@latin/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/bn_IN/LC_MESSAGES/glib20.mo -share/locale/bs/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/ca@valencia/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/dz/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/en_CA/LC_MESSAGES/glib20.mo -share/locale/en_GB/LC_MESSAGES/glib20.mo -share/locale/en@shaw/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/gu/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/hu/LC_MESSAGES/glib20.mo -share/locale/hy/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ka/LC_MESSAGES/glib20.mo -share/locale/kn/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/ku/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mai/LC_MESSAGES/glib20.mo -share/locale/mg/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/ml/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/mr/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nb/LC_MESSAGES/glib20.mo -share/locale/nds/LC_MESSAGES/glib20.mo -share/locale/ne/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/oc/LC_MESSAGES/glib20.mo -share/locale/or/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/ps/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/rw/LC_MESSAGES/glib20.mo -share/locale/si/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sr@latin/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/te/LC_MESSAGES/glib20.mo -share/locale/th/LC_MESSAGES/glib20.mo -share/locale/tl/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/tt/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/wa/LC_MESSAGES/glib20.mo -share/locale/xh/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_HK/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@exec mkdir -p %D/lib/gio/modules -@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true -@unexec /bin/rm -f %D/lib/gio/modules/giomodule.cache -@dirrmtry lib/gio/modules -@dirrmtry lib/gio -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0/gio -@dirrm include/glib-2.0 -@dirrm include/gio-unix-2.0/gio -@dirrm include/gio-unix-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index a0b64d406..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: glibmm -# Date created: 04 December 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.89 2010/04/16 22:01:54 kwm Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -USE_BZIP2= yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -post-patch: -.for d in docs examples tests - @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo deleted file mode 100644 index b114a6abd..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.24.2.tar.bz2) = 48861fec006c2bd8e301d8e44cd12d3c -SHA256 (gnome2/glibmm-2.24.2.tar.bz2) = d4687c0b27f9c9f955a5306649008a1f8d8935edff916278fb7b65b44292ff7a -SIZE (gnome2/glibmm-2.24.2.tar.bz2) = 4481414 diff --git a/devel/glibmm/pkg-descr b/devel/glibmm/pkg-descr deleted file mode 100644 index f689c4137..000000000 --- a/devel/glibmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interfaces for glib20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist deleted file mode 100644 index 3cb8d30b0..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,282 +0,0 @@ -include/giomm-%%API_VERSION%%/giomm.h -include/giomm-%%API_VERSION%%/giomm/appinfo.h -include/giomm-%%API_VERSION%%/giomm/asyncresult.h -include/giomm-%%API_VERSION%%/giomm/bufferedinputstream.h -include/giomm-%%API_VERSION%%/giomm/bufferedoutputstream.h -include/giomm-%%API_VERSION%%/giomm/cancellable.h -include/giomm-%%API_VERSION%%/giomm/contenttype.h -include/giomm-%%API_VERSION%%/giomm/datainputstream.h -include/giomm-%%API_VERSION%%/giomm/dataoutputstream.h -include/giomm-%%API_VERSION%%/giomm/desktopappinfo.h -include/giomm-%%API_VERSION%%/giomm/drive.h -include/giomm-%%API_VERSION%%/giomm/emblem.h -include/giomm-%%API_VERSION%%/giomm/emblemedicon.h -include/giomm-%%API_VERSION%%/giomm/enums.h -include/giomm-%%API_VERSION%%/giomm/error.h -include/giomm-%%API_VERSION%%/giomm/file.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfo.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfolist.h -include/giomm-%%API_VERSION%%/giomm/fileenumerator.h -include/giomm-%%API_VERSION%%/giomm/fileicon.h -include/giomm-%%API_VERSION%%/giomm/fileinfo.h -include/giomm-%%API_VERSION%%/giomm/fileinputstream.h -include/giomm-%%API_VERSION%%/giomm/fileiostream.h -include/giomm-%%API_VERSION%%/giomm/filemonitor.h -include/giomm-%%API_VERSION%%/giomm/filenamecompleter.h -include/giomm-%%API_VERSION%%/giomm/fileoutputstream.h -include/giomm-%%API_VERSION%%/giomm/filterinputstream.h -include/giomm-%%API_VERSION%%/giomm/filteroutputstream.h -include/giomm-%%API_VERSION%%/giomm/icon.h -include/giomm-%%API_VERSION%%/giomm/inetaddress.h -include/giomm-%%API_VERSION%%/giomm/inetsocketaddress.h -include/giomm-%%API_VERSION%%/giomm/init.h -include/giomm-%%API_VERSION%%/giomm/initable.h -include/giomm-%%API_VERSION%%/giomm/inputstream.h -include/giomm-%%API_VERSION%%/giomm/iostream.h -include/giomm-%%API_VERSION%%/giomm/loadableicon.h -include/giomm-%%API_VERSION%%/giomm/memoryinputstream.h -include/giomm-%%API_VERSION%%/giomm/memoryoutputstream.h -include/giomm-%%API_VERSION%%/giomm/mount.h -include/giomm-%%API_VERSION%%/giomm/mountoperation.h -include/giomm-%%API_VERSION%%/giomm/networkaddress.h -include/giomm-%%API_VERSION%%/giomm/networkservice.h -include/giomm-%%API_VERSION%%/giomm/outputstream.h -include/giomm-%%API_VERSION%%/giomm/private/appinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/asyncresult_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/cancellable_p.h -include/giomm-%%API_VERSION%%/giomm/private/datainputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/dataoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/desktopappinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/drive_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblem_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblemedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/enums_p.h -include/giomm-%%API_VERSION%%/giomm/private/error_p.h -include/giomm-%%API_VERSION%%/giomm/private/file_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfolist_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileenumerator_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileiostream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/private/filenamecompleter_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filterinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/filteroutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/icon_p.h -include/giomm-%%API_VERSION%%/giomm/private/inetaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/inetsocketaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/initable_p.h -include/giomm-%%API_VERSION%%/giomm/private/inputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/iostream_p.h -include/giomm-%%API_VERSION%%/giomm/private/loadableicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/mount_p.h -include/giomm-%%API_VERSION%%/giomm/private/mountoperation_p.h -include/giomm-%%API_VERSION%%/giomm/private/networkaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/networkservice_p.h -include/giomm-%%API_VERSION%%/giomm/private/outputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/resolver_p.h -include/giomm-%%API_VERSION%%/giomm/private/seekable_p.h -include/giomm-%%API_VERSION%%/giomm/private/socket_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketaddress_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketaddressenumerator_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketclient_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketconnectable_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketlistener_p.h -include/giomm-%%API_VERSION%%/giomm/private/socketservice_p.h -include/giomm-%%API_VERSION%%/giomm/private/srvtarget_p.h -include/giomm-%%API_VERSION%%/giomm/private/tcpconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/themedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/threadedsocketservice_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixconnection_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/volume_p.h -include/giomm-%%API_VERSION%%/giomm/private/volumemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/resolver.h -include/giomm-%%API_VERSION%%/giomm/seekable.h -include/giomm-%%API_VERSION%%/giomm/socket.h -include/giomm-%%API_VERSION%%/giomm/socketaddress.h -include/giomm-%%API_VERSION%%/giomm/socketaddressenumerator.h -include/giomm-%%API_VERSION%%/giomm/socketclient.h -include/giomm-%%API_VERSION%%/giomm/socketconnectable.h -include/giomm-%%API_VERSION%%/giomm/socketconnection.h -include/giomm-%%API_VERSION%%/giomm/socketlistener.h -include/giomm-%%API_VERSION%%/giomm/socketservice.h -include/giomm-%%API_VERSION%%/giomm/srvtarget.h -include/giomm-%%API_VERSION%%/giomm/tcpconnection.h -include/giomm-%%API_VERSION%%/giomm/themedicon.h -include/giomm-%%API_VERSION%%/giomm/threadedsocketservice.h -include/giomm-%%API_VERSION%%/giomm/unixconnection.h -include/giomm-%%API_VERSION%%/giomm/unixinputstream.h -include/giomm-%%API_VERSION%%/giomm/unixoutputstream.h -include/giomm-%%API_VERSION%%/giomm/volume.h -include/giomm-%%API_VERSION%%/giomm/volumemonitor.h -include/giomm-%%API_VERSION%%/giomm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm.h -include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.h -include/glibmm-%%API_VERSION%%/glibmm/balancedtree.h -include/glibmm-%%API_VERSION%%/glibmm/checksum.h -include/glibmm-%%API_VERSION%%/glibmm/class.h -include/glibmm-%%API_VERSION%%/glibmm/containerhandle_shared.h -include/glibmm-%%API_VERSION%%/glibmm/containers.h -include/glibmm-%%API_VERSION%%/glibmm/convert.h -include/glibmm-%%API_VERSION%%/glibmm/date.h -include/glibmm-%%API_VERSION%%/glibmm/debug.h -include/glibmm-%%API_VERSION%%/glibmm/dispatcher.h -include/glibmm-%%API_VERSION%%/glibmm/error.h -include/glibmm-%%API_VERSION%%/glibmm/exception.h -include/glibmm-%%API_VERSION%%/glibmm/exceptionhandler.h -include/glibmm-%%API_VERSION%%/glibmm/fileutils.h -include/glibmm-%%API_VERSION%%/glibmm/helperlist.h -include/glibmm-%%API_VERSION%%/glibmm/i18n-lib.h -include/glibmm-%%API_VERSION%%/glibmm/i18n.h -include/glibmm-%%API_VERSION%%/glibmm/init.h -include/glibmm-%%API_VERSION%%/glibmm/interface.h -include/glibmm-%%API_VERSION%%/glibmm/iochannel.h -include/glibmm-%%API_VERSION%%/glibmm/keyfile.h -include/glibmm-%%API_VERSION%%/glibmm/listhandle.h -include/glibmm-%%API_VERSION%%/glibmm/main.h -include/glibmm-%%API_VERSION%%/glibmm/markup.h -include/glibmm-%%API_VERSION%%/glibmm/miscutils.h -include/glibmm-%%API_VERSION%%/glibmm/module.h -include/glibmm-%%API_VERSION%%/glibmm/nodetree.h -include/glibmm-%%API_VERSION%%/glibmm/object.h -include/glibmm-%%API_VERSION%%/glibmm/objectbase.h -include/glibmm-%%API_VERSION%%/glibmm/optioncontext.h -include/glibmm-%%API_VERSION%%/glibmm/optionentry.h -include/glibmm-%%API_VERSION%%/glibmm/optiongroup.h -include/glibmm-%%API_VERSION%%/glibmm/pattern.h -include/glibmm-%%API_VERSION%%/glibmm/priorities.h -include/glibmm-%%API_VERSION%%/glibmm/private/balancedtree_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/checksum_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/convert_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/date_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/fileutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/interface_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/iochannel_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/keyfile_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/markup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/module_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/nodetree_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/object_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optioncontext_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optionentry_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optiongroup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/regex_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/shell_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/spawn_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/thread_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/unicode_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/uriutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/valuearray_p.h -include/glibmm-%%API_VERSION%%/glibmm/property.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy_base.h -include/glibmm-%%API_VERSION%%/glibmm/quark.h -include/glibmm-%%API_VERSION%%/glibmm/random.h -include/glibmm-%%API_VERSION%%/glibmm/refptr.h -include/glibmm-%%API_VERSION%%/glibmm/regex.h -include/glibmm-%%API_VERSION%%/glibmm/sarray.h -include/glibmm-%%API_VERSION%%/glibmm/shell.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy_connectionnode.h -include/glibmm-%%API_VERSION%%/glibmm/slisthandle.h -include/glibmm-%%API_VERSION%%/glibmm/spawn.h -include/glibmm-%%API_VERSION%%/glibmm/streamiochannel.h -include/glibmm-%%API_VERSION%%/glibmm/stringutils.h -include/glibmm-%%API_VERSION%%/glibmm/thread.h -include/glibmm-%%API_VERSION%%/glibmm/threadpool.h -include/glibmm-%%API_VERSION%%/glibmm/timer.h -include/glibmm-%%API_VERSION%%/glibmm/timeval.h -include/glibmm-%%API_VERSION%%/glibmm/unicode.h -include/glibmm-%%API_VERSION%%/glibmm/uriutils.h -include/glibmm-%%API_VERSION%%/glibmm/ustring.h -include/glibmm-%%API_VERSION%%/glibmm/utility.h -include/glibmm-%%API_VERSION%%/glibmm/value.h -include/glibmm-%%API_VERSION%%/glibmm/value_basictypes.h -include/glibmm-%%API_VERSION%%/glibmm/value_custom.h -include/glibmm-%%API_VERSION%%/glibmm/valuearray.h -include/glibmm-%%API_VERSION%%/glibmm/wrap.h -include/glibmm-%%API_VERSION%%/glibmm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h -lib/giomm-%%API_VERSION%%/include/giommconfig.h -lib/glibmm-%%API_VERSION%%/include/glibmmconfig.h -lib/glibmm-%%VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%VERSION%%/proc/gmmproc -lib/glibmm-%%VERSION%%/proc/m4/base.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gio.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%VERSION%%/proc/m4/list.m4 -lib/glibmm-%%VERSION%%/proc/m4/member.m4 -lib/glibmm-%%VERSION%%/proc/m4/method.m4 -lib/glibmm-%%VERSION%%/proc/m4/property.m4 -lib/glibmm-%%VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%VERSION%%/proc/pm/Function.pm -lib/glibmm-%%VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%VERSION%%/proc/pm/Object.pm -lib/glibmm-%%VERSION%%/proc/pm/Output.pm -lib/glibmm-%%VERSION%%/proc/pm/Property.pm -lib/glibmm-%%VERSION%%/proc/pm/Util.pm -lib/glibmm-%%VERSION%%/proc/pm/WrapParser.pm -lib/libgiomm-%%VERSION%%.a -lib/libgiomm-%%VERSION%%.la -lib/libgiomm-%%VERSION%%.so -lib/libgiomm-%%VERSION%%.so.1 -lib/libglibmm-%%VERSION%%.a -lib/libglibmm-%%VERSION%%.la -lib/libglibmm-%%VERSION%%.so -lib/libglibmm-%%VERSION%%.so.1 -lib/libglibmm_generate_extra_defs-%%VERSION%%.a -lib/libglibmm_generate_extra_defs-%%VERSION%%.la -lib/libglibmm_generate_extra_defs-%%VERSION%%.so -lib/libglibmm_generate_extra_defs-%%VERSION%%.so.1 -libdata/pkgconfig/giomm-%%API_VERSION%%.pc -libdata/pkgconfig/glibmm-%%API_VERSION%%.pc -share/aclocal/glibmm_check_perl.m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/pm -@dirrm lib/glibmm-%%API_VERSION%%/proc -@dirrm lib/glibmm-%%API_VERSION%%/include -@dirrm lib/glibmm-%%API_VERSION%% -@dirrm lib/giomm-%%API_VERSION%%/include -@dirrm lib/giomm-%%API_VERSION%% -@dirrm include/glibmm-%%API_VERSION%%/glibmm/private -@dirrm include/glibmm-%%API_VERSION%%/glibmm -@dirrm include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs -@dirrm include/glibmm-%%API_VERSION%% -@dirrm include/giomm-%%API_VERSION%%/giomm/private -@dirrm include/giomm-%%API_VERSION%%/giomm -@dirrm include/giomm-%%API_VERSION%% diff --git a/devel/gnome-js-common/Makefile b/devel/gnome-js-common/Makefile deleted file mode 100644 index 553f17655..000000000 --- a/devel/gnome-js-common/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnome-js-common -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-js-common/Makefile,v 1.1 2009/07/30 02:40:56 avl Exp $ -# - -PORTNAME= gnome-js-common -PORTVERSION= 0.1.2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME JavaScript common modules and tests - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack intltool - -PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog - -post-patch: - @${REINPLACE_CMD} -e 's|== x|= x|g' \ - ${WRKSRC}/configure -.if !defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|$${prefix}/share/doc/gnome_js_common|${DOCSDIR}|' \ - ${WRKSRC}/Makefile.in -.else - @${REINPLACE_CMD} -e 's|install-gnome_js_commondocDATA ||g' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/devel/gnome-js-common/distinfo b/devel/gnome-js-common/distinfo deleted file mode 100644 index c154f3bfe..000000000 --- a/devel/gnome-js-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-js-common-0.1.2.tar.bz2) = a4147d24622ab0f1d01e9921a3bf501b -SHA256 (gnome2/gnome-js-common-0.1.2.tar.bz2) = 1765be99f3d83cc57e1ec13a2bb963469b8e91b60239eeaab61d66d7744496e6 -SIZE (gnome2/gnome-js-common-0.1.2.tar.bz2) = 283520 diff --git a/devel/gnome-js-common/pkg-descr b/devel/gnome-js-common/pkg-descr deleted file mode 100644 index c4c542fcb..000000000 --- a/devel/gnome-js-common/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gnome-js-common is a module holding tests and JavaScript code useful -or common to both Seed and gjs. diff --git a/devel/gnome-js-common/pkg-plist b/devel/gnome-js-common/pkg-plist deleted file mode 100644 index ad5ece3c1..000000000 --- a/devel/gnome-js-common/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/gnome-js/ArrayUtils.js -lib/gnome-js/JSON.js -lib/gnome-js/lang.js -lib/gnome-js/signals.js -lib/gnome-js/tweener/equations.js -lib/gnome-js/tweener/tweenList.js -lib/gnome-js/tweener/tweener.js -libdata/pkgconfig/gnome-js-common.pc -@dirrm lib/gnome-js/tweener -@dirrm lib/gnome-js diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index ddfa8f632..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-vfs -PORTVERSION= 2.24.3 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ - ltverhack referencehack -USE_AUTOTOOLS= libtool:22 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --disable-howl \ - --with-hal-mount=/sbin/mount \ - --with-hal-umount=/sbin/umount -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -DPTHREAD_LIB=\"${PTHREAD_LIBS}\"" -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas - -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on \ - HAL "Enable HAL support" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -USE_FAM= yes -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if !defined(WITHOUT_HAL) -CONFIGURE_ARGS+=--enable-hal -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -.else -CONFIGURE_ARGS+=--disable-hal -.endif - -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -CONFIGURE_ARGS+=--disable-samba -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@PTHREAD_LIB@|${PTHREAD_LIBS}|' \ - ${WRKSRC}/gnome-vfs-2.0.pc.in ${WRKSRC}/gnome-vfs-module-2.0.pc.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g' \ - ${WRKSRC}/configure - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - -pre-configure: -.if defined(WITHOUT_KERBEROS) - @${ECHO_CMD} "${PKGNAME}: KERBEROS is required." - @${FALSE} -.endif - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 5a89b547e..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.24.3.tar.bz2) = 646a2672c6e7e4ebff6a798b0fb7cc90 -SHA256 (gnome2/gnome-vfs-2.24.3.tar.bz2) = 3b0f342e79813bfc11d8e636db96b3ffd16c9ca48b07306410e09a3fd1065b4a -SIZE (gnome2/gnome-vfs-2.24.3.tar.bz2) = 1830456 diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in deleted file mode 100644 index 7213df2fa..000000000 --- a/devel/gnome-vfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Tue Jul 11 09:30:02 2006 -+++ Makefile.in Tue Jul 11 09:30:32 2006 -@@ -352,7 +352,6 @@ - devel-docs \ - doc \ - programs \ -- test \ - po - - EXTRA_DIST = \ diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 383987654..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005 -+++ modules/Makefile.in Mon Oct 3 11:55:55 2005 -@@ -465,7 +465,7 @@ - @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la - @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la - @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS = --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - modules_LTLIBRARIES = \ - $(CDDA_LTLIBS) \ diff --git a/devel/gnome-vfs/files/patch-config.h.in b/devel/gnome-vfs/files/patch-config.h.in deleted file mode 100644 index 70edbcd45..000000000 --- a/devel/gnome-vfs/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Sun May 7 00:54:09 2006 -+++ config.h.in Sun May 7 00:54:46 2006 -@@ -121,6 +121,9 @@ - /* Define to 1 if you have the <fnmatch.h> header file. */ - #undef HAVE_FNMATCH_H - -+/* Define to 1 if you have the <sys/sysmacros.h> header file. */ -+#undef HAVE_SYS_SYSMACROS_H -+ - /* Define to 1 if you have the <fstab.h> header file. */ - #undef HAVE_FSTAB_H - diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure deleted file mode 100644 index 7865fc3fb..000000000 --- a/devel/gnome-vfs/files/patch-configure +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.orig 2009-10-10 11:55:11.000000000 -0400 -+++ configure 2009-10-10 11:55:14.000000000 -0400 -@@ -8433,7 +8433,7 @@ fi - - - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ -- inttypes.h stdint.h unistd.h -+ inttypes.h stdint.h unistd.h sys/sysmacros.h - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -14864,6 +14864,8 @@ $as_echo_n "checking for LC_MESSAGES... - if test "${am_cv_val_LC_MESSAGES+set}" = set; then - $as_echo_n "(cached) " >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14911,6 +14913,7 @@ fi - rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 - $as_echo "$am_cv_val_LC_MESSAGES" >&6; } -@@ -16395,6 +16398,7 @@ as_val=`eval 'as_val=${'$as_ac_var'} - cat >>confdefs.h <<_ACEOF - #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -26068,7 +26072,7 @@ if test "${openssl_libs+set}" = set; the - $as_echo_n "(cached) " >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26363,7 +26367,7 @@ if test "${openssl_libs+set}" = set; the - $as_echo_n "(cached) " >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index eb0f45920..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index 168fba882..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index 2747466f7..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-application-registry.c.orig Sun May 22 23:09:39 2005 -+++ libgnomevfs/gnome-vfs-application-registry.c Sun May 22 23:14:22 2005 -@@ -943,6 +943,8 @@ load_application_info (void) - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi - "application-registry", - NULL); - gnome_registry_dir.system_dir = TRUE; -+ -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user GNOME configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); - - user_registry_dir.dirname = g_build_filename (g_get_home_dir(), - ".gnome", diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c deleted file mode 100644 index 90fb33a41..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ /dev/null @@ -1,18 +0,0 @@ ---- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2009-10-08 10:03:36.000000000 -0400 -+++ libgnomevfs/gnome-vfs-filesystem-type.c 2009-10-10 11:57:06.000000000 -0400 -@@ -70,6 +70,7 @@ static struct FSInfo fs_data[] = { - { "nfs" , N_("NFS Network Volume"), 1 }, - { "ntfs" , N_("Windows NT Volume"), 0 }, - { "ntfs-3g" , N_("Windows NT Volume"), 1 }, -+ { "nullfs" , N_("BSD Loopback Volume"), 1 }, - { "nilfs2" , N_("NILFS Linux Volume"), 1 }, - { "nwfs" , N_("Netware Volume"), 0 }, - { "proc" , N_("System Volume"), 0 }, -@@ -90,6 +91,7 @@ static struct FSInfo fs_data[] = { - { "xenix" , N_("Xenix Volume"), 0 }, - { "xfs" , N_("XFS Linux Volume"), 1 }, - { "xiafs" , N_("XIAFS Volume"), 0 }, -+ { "zfs" , N_("ZFS Volume"), 1 }, - { "cifs" , N_("CIFS Volume"), 1 }, - }; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c deleted file mode 100644 index f50e1cb81..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c +++ /dev/null @@ -1,33 +0,0 @@ ---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006 -+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006 -@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume - "/", - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", -+ "/usr/X11R6", - "/var", -+ "/var/tmp", - "/proc", - "/sbin", - NULL diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c deleted file mode 100644 index a9879578a..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005 -+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005 -@@ -234,7 +234,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%LOCALBASE%%/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h deleted file mode 100644 index 7d987f400..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomevfs/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ libgnomevfs/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/gnome-vfs/files/patch-modules_file-method-acl.c b/devel/gnome-vfs/files/patch-modules_file-method-acl.c deleted file mode 100644 index 7ec9a33b8..000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method-acl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006 -+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006 -@@ -45,7 +45,7 @@ - #endif - - #ifdef HAVE_POSIX_ACL --# include <acl/libacl.h> -+# include <sys/acl.h> - #define HAVE_ACL 1 - #endif - diff --git a/devel/gnome-vfs/files/patch-modules_gzip-method.c b/devel/gnome-vfs/files/patch-modules_gzip-method.c deleted file mode 100644 index 3288d1853..000000000 --- a/devel/gnome-vfs/files/patch-modules_gzip-method.c +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/gzip-method.c.orig 2010-03-25 16:05:12.000000000 -0400 -+++ modules/gzip-method.c 2010-03-25 16:06:56.000000000 -0400 -@@ -30,6 +30,7 @@ - #include <stdio.h> - #include <string.h> - #include <time.h> -+#undef _LARGEFILE64_SOURCE - #include <zlib.h> - - struct _GZipMethodHandle { diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in deleted file mode 100644 index af0a6e567..000000000 --- a/devel/gnome-vfs/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.25 2010/04/01 14:24:30 kwm Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in deleted file mode 100644 index 1289bd648..000000000 --- a/devel/gnome-vfs/pkg-install.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.25 2010/04/01 14:24:30 kwm Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index d27009494..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-df -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/modules/ssl-modules.conf -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.0 -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/dbus-1/services/gnome-vfs-daemon.service -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/as/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/te/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile deleted file mode 100644 index 7e8b8a130..000000000 --- a/devel/gob2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gob2 -# Date created: 09 November 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gob2 -PORTVERSION= 2.0.17 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A preprocessor for making GObjects with inline C - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//} -PLIST_DIRS= %%EXAMPLESDIR%% - -MAN1= gob2.1 - -EXAMPLES= GNOME_Foo_SomeInterface.idl \ - README \ - foo-some-interface.gob \ - gtk-button-count.gob \ - my-glade-main.c \ - my-glade.glade \ - my-glade.gob \ - my-person.gob - -post-install: - ${MKDIR} ${EXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} -.endfor - -.include <bsd.port.mk> diff --git a/devel/gob2/distinfo b/devel/gob2/distinfo deleted file mode 100644 index 70489c464..000000000 --- a/devel/gob2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gob2-2.0.17.tar.gz) = 05fa7384b30ebb2921430b2615d2c2e5 -SHA256 (gnome2/gob2-2.0.17.tar.gz) = 80b4683af653809970ef237fa45427b203653edf0dd5e3dc8897433e9c29346c -SIZE (gnome2/gob2-2.0.17.tar.gz) = 274156 diff --git a/devel/gob2/files/patch-src_out.c b/devel/gob2/files/patch-src_out.c deleted file mode 100644 index 14f6637c6..000000000 --- a/devel/gob2/files/patch-src_out.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/out.c.orig 2009-07-10 16:43:05.000000000 +0200 -+++ src/out.c 2009-11-27 14:07:58.000000000 +0100 -@@ -69,6 +69,13 @@ - } else - g_assert_not_reached(); - -+ /* -+ * According to clang developers #line 0 is not allowed by the C spec. -+ * Gcc does accept it though. http://llvm.org/bugs/show_bug.cgi?id=5603 -+ */ -+ if (line == 0) -+ line += 1; -+ - fprintf(fp, "#line %d \"%s\"\n", line, filename); - } - diff --git a/devel/gob2/pkg-descr b/devel/gob2/pkg-descr deleted file mode 100644 index 008a67517..000000000 --- a/devel/gob2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -a preprocessor for making GObjects with inline C - -WWW: http://www.5z.com/jirka/gob.html diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile deleted file mode 100644 index 0790a8d05..000000000 --- a/devel/gobject-introspection/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gobject-introspection -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.7 2010/04/19 14:36:10 kwm Exp $ -# - -PORTNAME= gobject-introspection -PORTVERSION= 0.6.10 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generate interface introspection data for GObject libraries - -BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - cairo.2:${PORTSDIR}/graphics/cairo - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -USE_BISON= both -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \ - ${WRKSRC}/giscanner/sourcescanner.py - -.include <bsd.port.post.mk> - diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo deleted file mode 100644 index 73ae07e84..000000000 --- a/devel/gobject-introspection/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gobject-introspection-0.6.10.tar.bz2) = cdf7af644a0407c3fd2d57ba2bb3549f -SHA256 (gnome2/gobject-introspection-0.6.10.tar.bz2) = 36bd511a4d45967f95526f94708b3f4367e9d344aa11f3206fe6edb7fc3a8d4b -SIZE (gnome2/gobject-introspection-0.6.10.tar.bz2) = 550501 diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in deleted file mode 100644 index 9e9ef5b8c..000000000 --- a/devel/gobject-introspection/files/patch-gir_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- gir/Makefile.in.orig 2010-03-10 17:14:45.000000000 +0000 -+++ gir/Makefile.in 2010-03-10 17:17:53.000000000 +0000 -@@ -400,14 +400,13 @@ GLib_2_0_gir_SCANNERFLAGS = --noclosure - GLib_2_0_gir_PACKAGES = glib-2.0 - GLib_2_0_gir_CFLAGS = $(CPPFLAGS) \ - -I$(GLIB_INCLUDEDIR) \ -- -I$(GLIB_LIBDIR)/glib-2.0/include \ - -DGETTEXT_PACKAGE=Dummy \ - -DGLIB_COMPILATION \ - -D__G_I18N_LIB_H__ - - GLib_2_0_gir_ASSERTIONS = $(srcdir)/GLib-2.0.xpath - GLib_2_0_gir_FILES = \ -- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \ -+ $(GLIB_INCLUDEDIR)/glibconfig.h \ - $(GLIB_INCLUDEDIR)/glib/*.h \ - $(srcdir)/glib-2.0.c - diff --git a/devel/gobject-introspection/pkg-descr b/devel/gobject-introspection/pkg-descr deleted file mode 100644 index 9416d171f..000000000 --- a/devel/gobject-introspection/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GObject Introspection is a project for providing machine readable introspection -data of the API of C libraries. This introspection data can be used in several -different use cases, for example automatic code generation for bindings, API -verification and documentation generation. - -GObject Introspection contains tools to generate and handle the introspection -data. - -WWW: http://live.gnome.org/GObjectIntrospection diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist deleted file mode 100644 index 8543297ad..000000000 --- a/devel/gobject-introspection/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -bin/g-ir-compiler -bin/g-ir-generate -bin/g-ir-scanner -include/gobject-introspection-1.0/girepository.h -include/gobject-introspection-1.0/girffi.h -lib/girepository-1.0/Everything-1.0.typelib -lib/girepository-1.0/GIMarshallingTests-1.0.typelib -lib/girepository-1.0/GIRepository-2.0.typelib -lib/girepository-1.0/GL-1.0.typelib -lib/girepository-1.0/GLib-2.0.typelib -lib/girepository-1.0/GModule-2.0.typelib -lib/girepository-1.0/GObject-2.0.typelib -lib/girepository-1.0/Gio-2.0.typelib -lib/girepository-1.0/cairo-1.0.typelib -lib/girepository-1.0/fontconfig-2.0.typelib -lib/girepository-1.0/freetype2-2.0.typelib -lib/girepository-1.0/libxml2-2.0.typelib -lib/girepository-1.0/xfixes-4.0.typelib -lib/girepository-1.0/xft-2.0.typelib -lib/girepository-1.0/xlib-2.0.typelib -lib/gobject-introspection/giscanner/__init__.py -lib/gobject-introspection/giscanner/__init__.pyc -lib/gobject-introspection/giscanner/__init__.pyo -lib/gobject-introspection/giscanner/_giscanner.a -lib/gobject-introspection/giscanner/_giscanner.la -lib/gobject-introspection/giscanner/_giscanner.so -lib/gobject-introspection/giscanner/annotationparser.py -lib/gobject-introspection/giscanner/annotationparser.pyc -lib/gobject-introspection/giscanner/annotationparser.pyo -lib/gobject-introspection/giscanner/ast.py -lib/gobject-introspection/giscanner/ast.pyc -lib/gobject-introspection/giscanner/ast.pyo -lib/gobject-introspection/giscanner/cachestore.py -lib/gobject-introspection/giscanner/cachestore.pyc -lib/gobject-introspection/giscanner/cachestore.pyo -lib/gobject-introspection/giscanner/config.py -lib/gobject-introspection/giscanner/config.pyc -lib/gobject-introspection/giscanner/config.pyo -lib/gobject-introspection/giscanner/dumper.py -lib/gobject-introspection/giscanner/dumper.pyc -lib/gobject-introspection/giscanner/dumper.pyo -lib/gobject-introspection/giscanner/girparser.py -lib/gobject-introspection/giscanner/girparser.pyc -lib/gobject-introspection/giscanner/girparser.pyo -lib/gobject-introspection/giscanner/girwriter.py -lib/gobject-introspection/giscanner/girwriter.pyc -lib/gobject-introspection/giscanner/girwriter.pyo -lib/gobject-introspection/giscanner/glibast.py -lib/gobject-introspection/giscanner/glibast.pyc -lib/gobject-introspection/giscanner/glibast.pyo -lib/gobject-introspection/giscanner/glibtransformer.py -lib/gobject-introspection/giscanner/glibtransformer.pyc -lib/gobject-introspection/giscanner/glibtransformer.pyo -lib/gobject-introspection/giscanner/libtoolimporter.py -lib/gobject-introspection/giscanner/libtoolimporter.pyc -lib/gobject-introspection/giscanner/libtoolimporter.pyo -lib/gobject-introspection/giscanner/minixpath.py -lib/gobject-introspection/giscanner/minixpath.pyc -lib/gobject-introspection/giscanner/minixpath.pyo -lib/gobject-introspection/giscanner/odict.py -lib/gobject-introspection/giscanner/odict.pyc -lib/gobject-introspection/giscanner/odict.pyo -lib/gobject-introspection/giscanner/scannermain.py -lib/gobject-introspection/giscanner/scannermain.pyc -lib/gobject-introspection/giscanner/scannermain.pyo -lib/gobject-introspection/giscanner/shlibs.py -lib/gobject-introspection/giscanner/shlibs.pyc -lib/gobject-introspection/giscanner/shlibs.pyo -lib/gobject-introspection/giscanner/sourcescanner.py -lib/gobject-introspection/giscanner/sourcescanner.pyc -lib/gobject-introspection/giscanner/sourcescanner.pyo -lib/gobject-introspection/giscanner/transformer.py -lib/gobject-introspection/giscanner/transformer.pyc -lib/gobject-introspection/giscanner/transformer.pyo -lib/gobject-introspection/giscanner/utils.py -lib/gobject-introspection/giscanner/utils.pyc -lib/gobject-introspection/giscanner/utils.pyo -lib/gobject-introspection/giscanner/xmlwriter.py -lib/gobject-introspection/giscanner/xmlwriter.pyc -lib/gobject-introspection/giscanner/xmlwriter.pyo -lib/libgirepository-1.0.a -lib/libgirepository-1.0.la -lib/libgirepository-1.0.so -lib/libgirepository-1.0.so.0 -lib/libgirepository-everything-1.0.a -lib/libgirepository-everything-1.0.la -lib/libgirepository-everything-1.0.so -lib/libgirepository-everything-1.0.so.1 -lib/libgirepository-gimarshallingtests-1.0.a -lib/libgirepository-gimarshallingtests-1.0.la -lib/libgirepository-gimarshallingtests-1.0.so -lib/libgirepository-gimarshallingtests-1.0.so.1 -libdata/pkgconfig/gobject-introspection-1.0.pc -libdata/pkgconfig/gobject-introspection-no-export-1.0.pc -share/aclocal/introspection.m4 -share/gir-1.0/Everything-1.0.gir -share/gir-1.0/GIMarshallingTests-1.0.gir -share/gir-1.0/GIRepository-2.0.gir -share/gir-1.0/GL-1.0.gir -share/gir-1.0/GLib-2.0.gir -share/gir-1.0/GModule-2.0.gir -share/gir-1.0/GObject-2.0.gir -share/gir-1.0/Gio-2.0.gir -share/gir-1.0/cairo-1.0.gir -share/gir-1.0/fontconfig-2.0.gir -share/gir-1.0/freetype2-2.0.gir -share/gir-1.0/libxml2-2.0.gir -share/gir-1.0/xfixes-4.0.gir -share/gir-1.0/xft-2.0.gir -share/gir-1.0/xlib-2.0.gir -share/gobject-introspection-1.0/Makefile.introspection -@dirrm share/gobject-introspection-1.0 -@dirrm include/gobject-introspection-1.0 -@dirrmtry lib/girepository-1.0 -@dirrm lib/gobject-introspection/giscanner -@dirrm lib/gobject-introspection -@dirrmtry share/gir-1.0 diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile deleted file mode 100644 index 994a41e2f..000000000 --- a/devel/gvfs/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: gvfs -# Date created: 2007-11-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gvfs/Makefile,v 1.60 2010/03/30 08:31:42 kwm Exp $ -# - -PORTNAME= gvfs -PORTVERSION= 1.6.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME virtual file system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - hal.1:${PORTSDIR}/sysutils/hal \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - avahi-client.3:${PORTSDIR}/net/avahi-app -RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount - -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-obexftp -OPTIONS= FUSE "Enable fuse" off \ - SAMBA "Enable Samba" on \ - GPHOTO2 "Enable Gphoto 2 camera support" on \ - CDDA "Enable CDDA" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_FUSE) -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod -PLIST_SUB+= FUSE="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSE="@comment " -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SMB="" -.else -CONFIGURE_ARGS+= --disable-samba -PLIST_SUB+= SMB="@comment " -.endif - -.if defined(WITH_CDDA) -LIB_DEPENDS+= cdio_paranoia.0:${PORTSDIR}/sysutils/libcdio -PLIST_SUB+= CDDA="" -.else -CONFIGURE_ARGS+= --disable-cdda -PLIST_SUB+= CDDA="@comment " -.endif - -.if defined(WITH_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -PLIST_SUB+= GPHOTO2="" -.else -CONFIGURE_ARGS+= --disable-gphoto2 -PLIST_SUB+= GPHOTO2="@comment " -.endif - -.if ${OSVERSION} < 602112 -CONFIGURE_ARGS+= --disable-archive -PLIST_SUB+= ARCHIVE="@comment " -.else -PLIST_SUB+= ARCHIVE="" -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo deleted file mode 100644 index 830b1de2c..000000000 --- a/devel/gvfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gvfs-1.6.1.tar.bz2) = dcaae9fafbb7df9df4e92f895849921a -SHA256 (gnome2/gvfs-1.6.1.tar.bz2) = ad75b4a1e0d61ecc271af2f015d665709cebcf22e86b9bbe0cc7ce8a33b8d8d6 -SIZE (gnome2/gvfs-1.6.1.tar.bz2) = 1364399 diff --git a/devel/gvfs/files/patch-Makefile.in b/devel/gvfs/files/patch-Makefile.in deleted file mode 100644 index 658cccd6a..000000000 --- a/devel/gvfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig 2008-07-22 23:17:58.000000000 -0400 -+++ Makefile.in 2008-07-22 23:18:24.000000000 -0400 -@@ -269,7 +269,6 @@ SUBDIRS = \ - gconf \ - po \ - programs \ -- test \ - $(NULL) - - EXTRA_DIST = \ diff --git a/devel/gvfs/files/patch-client_Makefile.in b/devel/gvfs/files/patch-client_Makefile.in deleted file mode 100644 index ffbfd5878..000000000 --- a/devel/gvfs/files/patch-client_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.in.orig 2008-02-11 20:05:14.000000000 -0500 -+++ client/Makefile.in 2008-02-11 20:05:42.000000000 -0500 -@@ -152,7 +152,7 @@ EXEEXT = @EXEEXT@ - F77 = @F77@ - FFLAGS = @FFLAGS@ - FUSE_CFLAGS = @FUSE_CFLAGS@ --FUSE_LIBS = @FUSE_LIBS@ -+FUSE_LIBS = @FUSE_LIBS@ -lfuse - GCONF_CFLAGS = @GCONF_CFLAGS@ - GCONF_LIBS = @GCONF_LIBS@ - GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ diff --git a/devel/gvfs/files/patch-client_gvfsfusedaemon.c b/devel/gvfs/files/patch-client_gvfsfusedaemon.c deleted file mode 100644 index 3733aa7e3..000000000 --- a/devel/gvfs/files/patch-client_gvfsfusedaemon.c +++ /dev/null @@ -1,12 +0,0 @@ ---- client/gvfsfusedaemon.c.orig 2007-11-06 18:06:41.000000000 -0500 -+++ client/gvfsfusedaemon.c 2007-11-06 18:07:30.000000000 -0500 -@@ -28,7 +28,9 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> -+#ifdef __linux__ - #include <sys/vfs.h> -+#endif - #include <sys/time.h> - #include <unistd.h> - #include <stdlib.h> diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure deleted file mode 100644 index cee0fc7d7..000000000 --- a/devel/gvfs/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2010-03-30 10:14:50.000000000 +0200 -+++ configure 2010-03-30 10:16:26.000000000 +0200 -@@ -20312,7 +20312,7 @@ - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20388,7 +20388,7 @@ - if test x$with_archive_libs != x/usr/lib; then - ARCHIVE_LIBS="-L$with_archive_libs -larchive" - else -- ARCHIVE_LIBS="-larchive" -+ ARCHIVE_LIBS="-larchive -lcrypto -lmd" - fi - else - { $as_echo "$as_me:$LINENO: checking for archive_entry_filetype in -larchive" >&5 -@@ -20397,7 +20397,7 @@ - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-larchive $LIBS" -+LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/devel/gvfs/files/patch-daemon_gvfswritechannel.c b/devel/gvfs/files/patch-daemon_gvfswritechannel.c deleted file mode 100644 index 54c421687..000000000 --- a/devel/gvfs/files/patch-daemon_gvfswritechannel.c +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/gvfswritechannel.c.orig 2007-12-22 18:50:10.000000000 -0500 -+++ daemon/gvfswritechannel.c 2007-12-22 18:50:20.000000000 -0500 -@@ -30,6 +30,7 @@ - #include <sys/un.h> - #include <unistd.h> - #include <fcntl.h> -+#include <string.h> - - #include <glib.h> - #include <glib-object.h> diff --git a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c b/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c deleted file mode 100644 index 6686b28ae..000000000 --- a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c +++ /dev/null @@ -1,14 +0,0 @@ ---- monitor/gphoto2/ggphoto2volume.c.orig 2008-07-22 09:29:19.000000000 -0400 -+++ monitor/gphoto2/ggphoto2volume.c 2008-07-22 23:22:30.000000000 -0400 -@@ -277,7 +277,11 @@ g_gphoto2_volume_new (GVolumeMonitor * - return NULL; - - /* TODO: other OS'es? Will address this with DK aka HAL 2.0 */ -+#ifdef __FreeBSD__ -+ device_path = hal_device_get_property_string (drive_device, "freebsd.device_file"); -+#else - device_path = hal_device_get_property_string (drive_device, "linux.device_file"); -+#endif - if (strlen (device_path) == 0) - device_path = NULL; - diff --git a/devel/gvfs/pkg-descr b/devel/gvfs/pkg-descr deleted file mode 100644 index f6ea31130..000000000 --- a/devel/gvfs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GVFS allows applications and users to treat any number of file system -concepts as a part of the local filesystem. With GVFS, filesystems across -the internet, on connected devices, and in multiple formats are as simple -to access (and write code for) as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist deleted file mode 100644 index 1be92a463..000000000 --- a/devel/gvfs/pkg-plist +++ /dev/null @@ -1,170 +0,0 @@ -bin/gvfs-cat -bin/gvfs-copy -bin/gvfs-info -bin/gvfs-less -bin/gvfs-ls -bin/gvfs-mkdir -bin/gvfs-monitor-dir -bin/gvfs-monitor-file -bin/gvfs-mount -bin/gvfs-move -bin/gvfs-open -bin/gvfs-rename -bin/gvfs-rm -bin/gvfs-save -bin/gvfs-set-attribute -bin/gvfs-trash -bin/gvfs-tree -etc/profile.d/gvfs-bash-completion.sh -include/gvfs-client/gvfs/gvfsurimapper.h -include/gvfs-client/gvfs/gvfsuriutils.h -lib/gio/modules/libgiogconf.la -lib/gio/modules/libgiogconf.so -lib/gio/modules/libgioremote-volume-monitor.la -lib/gio/modules/libgioremote-volume-monitor.so -lib/gio/modules/libgvfsdbus.la -lib/gio/modules/libgvfsdbus.so -lib/libgvfscommon-dnssd.la -lib/libgvfscommon-dnssd.so -lib/libgvfscommon-dnssd.so.0 -lib/libgvfscommon.la -lib/libgvfscommon.so -lib/libgvfscommon.so.0 -%%FUSE%%libexec/gvfs-fuse-daemon -%%GPHOTO2%%libexec/gvfs-gphoto2-volume-monitor -libexec/gvfs-hal-volume-monitor -libexec/gvfsd -%%ARCHIVE%%libexec/gvfsd-archive -libexec/gvfsd-burn -%%CDDA%%libexec/gvfsd-cdda -libexec/gvfsd-computer -libexec/gvfsd-dav -libexec/gvfsd-dnssd -libexec/gvfsd-ftp -%%GPHOTO2%%libexec/gvfsd-gphoto2 -libexec/gvfsd-http -libexec/gvfsd-localtest -libexec/gvfsd-metadata -libexec/gvfsd-network -libexec/gvfsd-sftp -%%SMB%%libexec/gvfsd-smb -%%SMB%%libexec/gvfsd-smb-browse -libexec/gvfsd-trash -share/dbus-1/services/gvfs-daemon.service -share/dbus-1/services/gvfs-metadata.service -%%GPHOTO2%%share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service -share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service -%%ARCHIVE%%share/gvfs/mounts/archive.mount -share/gvfs/mounts/burn.mount -%%CDDA%%share/gvfs/mounts/cdda.mount -share/gvfs/mounts/computer.mount -share/gvfs/mounts/dav.mount -share/gvfs/mounts/dav+sd.mount -share/gvfs/mounts/dns-sd.mount -share/gvfs/mounts/ftp.mount -%%GPHOTO2%%share/gvfs/mounts/gphoto2.mount -share/gvfs/mounts/http.mount -share/gvfs/mounts/localtest.mount -share/gvfs/mounts/network.mount -share/gvfs/mounts/sftp.mount -%%SMB%%share/gvfs/mounts/smb-browse.mount -%%SMB%%share/gvfs/mounts/smb.mount -share/gvfs/mounts/trash.mount -%%GPHOTO2%%share/gvfs/remote-volume-monitors/gphoto2.monitor -share/gvfs/remote-volume-monitors/hal.monitor -share/locale/ar/LC_MESSAGES/gvfs.mo -share/locale/as/LC_MESSAGES/gvfs.mo -share/locale/ast/LC_MESSAGES/gvfs.mo -share/locale/be@latin/LC_MESSAGES/gvfs.mo -share/locale/bg/LC_MESSAGES/gvfs.mo -share/locale/bn/LC_MESSAGES/gvfs.mo -share/locale/bn_IN/LC_MESSAGES/gvfs.mo -share/locale/ca/LC_MESSAGES/gvfs.mo -share/locale/ca@valencia/LC_MESSAGES/gvfs.mo -share/locale/cs/LC_MESSAGES/gvfs.mo -share/locale/da/LC_MESSAGES/gvfs.mo -share/locale/de/LC_MESSAGES/gvfs.mo -share/locale/el/LC_MESSAGES/gvfs.mo -share/locale/en@shaw/LC_MESSAGES/gvfs.mo -share/locale/en_GB/LC_MESSAGES/gvfs.mo -share/locale/es/LC_MESSAGES/gvfs.mo -share/locale/et/LC_MESSAGES/gvfs.mo -share/locale/eu/LC_MESSAGES/gvfs.mo -share/locale/fi/LC_MESSAGES/gvfs.mo -share/locale/fr/LC_MESSAGES/gvfs.mo -share/locale/ga/LC_MESSAGES/gvfs.mo -share/locale/gl/LC_MESSAGES/gvfs.mo -share/locale/gu/LC_MESSAGES/gvfs.mo -share/locale/he/LC_MESSAGES/gvfs.mo -share/locale/hi/LC_MESSAGES/gvfs.mo -share/locale/hu/LC_MESSAGES/gvfs.mo -share/locale/id/LC_MESSAGES/gvfs.mo -share/locale/it/LC_MESSAGES/gvfs.mo -share/locale/ja/LC_MESSAGES/gvfs.mo -share/locale/kn/LC_MESSAGES/gvfs.mo -share/locale/ko/LC_MESSAGES/gvfs.mo -share/locale/ku/LC_MESSAGES/gvfs.mo -share/locale/lt/LC_MESSAGES/gvfs.mo -share/locale/lv/LC_MESSAGES/gvfs.mo -share/locale/mai/LC_MESSAGES/gvfs.mo -share/locale/mk/LC_MESSAGES/gvfs.mo -share/locale/ml/LC_MESSAGES/gvfs.mo -share/locale/mr/LC_MESSAGES/gvfs.mo -share/locale/nb/LC_MESSAGES/gvfs.mo -share/locale/nds/LC_MESSAGES/gvfs.mo -share/locale/nl/LC_MESSAGES/gvfs.mo -share/locale/nn/LC_MESSAGES/gvfs.mo -share/locale/or/LC_MESSAGES/gvfs.mo -share/locale/pa/LC_MESSAGES/gvfs.mo -share/locale/pl/LC_MESSAGES/gvfs.mo -share/locale/pt/LC_MESSAGES/gvfs.mo -share/locale/pt_BR/LC_MESSAGES/gvfs.mo -share/locale/ro/LC_MESSAGES/gvfs.mo -share/locale/ru/LC_MESSAGES/gvfs.mo -share/locale/sk/LC_MESSAGES/gvfs.mo -share/locale/sl/LC_MESSAGES/gvfs.mo -share/locale/sq/LC_MESSAGES/gvfs.mo -share/locale/sr/LC_MESSAGES/gvfs.mo -share/locale/sr@latin/LC_MESSAGES/gvfs.mo -share/locale/sv/LC_MESSAGES/gvfs.mo -share/locale/ta/LC_MESSAGES/gvfs.mo -share/locale/te/LC_MESSAGES/gvfs.mo -share/locale/th/LC_MESSAGES/gvfs.mo -share/locale/tr/LC_MESSAGES/gvfs.mo -share/locale/uk/LC_MESSAGES/gvfs.mo -share/locale/vi/LC_MESSAGES/gvfs.mo -share/locale/zh_CN/LC_MESSAGES/gvfs.mo -share/locale/zh_HK/LC_MESSAGES/gvfs.mo -share/locale/zh_TW/LC_MESSAGES/gvfs.mo -@dirrm share/gvfs/remote-volume-monitors -@dirrm share/gvfs/mounts -@dirrm share/gvfs -@dirrm include/gvfs-client/gvfs -@dirrm include/gvfs-client -@dirrmtry etc/profile.d -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile deleted file mode 100644 index 6205dd387..000000000 --- a/devel/json-glib/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: json-glib -# Date created: 25 December 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/json-glib/Makefile,v 1.7 2010/03/07 21:38:54 kwm Exp $ -# - -PORTNAME= json-glib -PORTVERSION= 0.10.4 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= JSON (RFC 4627) interface for Glib - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo deleted file mode 100644 index 3cea6fe6f..000000000 --- a/devel/json-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (json-glib-0.10.4.tar.bz2) = cb207a673438d1bc833eca6fc93f80e1 -SHA256 (json-glib-0.10.4.tar.bz2) = efd8b341d3f9e03cc35b7e2eb353b8336cf7a5560ad273b07e85f7a7a46d5ed9 -SIZE (json-glib-0.10.4.tar.bz2) = 389457 diff --git a/devel/json-glib/pkg-descr b/devel/json-glib/pkg-descr deleted file mode 100644 index 9f3efb50d..000000000 --- a/devel/json-glib/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -JSON-GLib is a library providing serialization and deserialization support -for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is: - -a lightweight data-interchange format. It is easy for humans to read and write. -It is easy for machines to parse and generate. It is based on a subset of the -JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. -JSON is a text format that is completely language independent but uses -conventions that are familiar to programmers of the C-family of languages, -including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These -properties make JSON an ideal data-interchange language. -- From Introducing -JSON - -Many high-level languages already provide native modules for parsing, generating -and manipulating JSON data streams. JSON-GLib is a C library based on GLib and -released under the terms of the GNU Lesser General Public License version 2.1. -It provides a parser and a generator GObject classes and various wrappers for -the complex data types employed by JSON, such as arrays and objects. - -JSON-GLib uses GLib native data types and the generic value container GValue -for ease of development. It also provides integration with the GObject classes -for direct serialization into, and deserialization from, JSON data streams. - -WWW: http://live.gnome.org/JsonGlib diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist deleted file mode 100644 index 40f6fcd59..000000000 --- a/devel/json-glib/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -include/json-glib-1.0/json-glib/json-enum-types.h -include/json-glib-1.0/json-glib/json-generator.h -include/json-glib-1.0/json-glib/json-glib.h -include/json-glib-1.0/json-glib/json-gobject.h -include/json-glib-1.0/json-glib/json-parser.h -include/json-glib-1.0/json-glib/json-types.h -include/json-glib-1.0/json-glib/json-version.h -lib/girepository-1.0/Json-1.0.typelib -lib/libjson-glib-1.0.a -lib/libjson-glib-1.0.la -lib/libjson-glib-1.0.so -lib/libjson-glib-1.0.so.0 -libdata/pkgconfig/json-glib-1.0.pc -%%DOCSDIR%%/JsonGenerator.html -%%DOCSDIR%%/JsonParser.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/json-advanced.html -%%DOCSDIR%%/json-base.html -%%DOCSDIR%%/json-glib-Boxed-Types-Serialization.html -%%DOCSDIR%%/json-glib-GObject-Serialization.html -%%DOCSDIR%%/json-glib-JSON-Array.html -%%DOCSDIR%%/json-glib-JSON-Node.html -%%DOCSDIR%%/json-glib-JSON-Object.html -%%DOCSDIR%%/json-glib-Serializable-Interface.html -%%DOCSDIR%%/json-glib-Versioning-information.html -%%DOCSDIR%%/json-glib.devhelp -%%DOCSDIR%%/json-glib.devhelp2 -%%DOCSDIR%%/json-glib.html -%%DOCSDIR%%/json-streams.html -%%DOCSDIR%%/json-tools.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/Json-1.0.gir -@dirrm %%DOCSDIR%% -@dirrm include/json-glib-1.0/json-glib -@dirrm include/json-glib-1.0 diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile deleted file mode 100644 index 5eb2f56b0..000000000 --- a/devel/libIDL/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libIDL -# Date Created: 12 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libIDL -PORTVERSION= 0.8.14 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for creating trees of CORBA IDL files - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GNOME= gnomehack glib20 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libIDL2 - -.include <bsd.port.mk> diff --git a/devel/libIDL/distinfo b/devel/libIDL/distinfo deleted file mode 100644 index da1dff793..000000000 --- a/devel/libIDL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libIDL-0.8.14.tar.bz2) = bb8e10a218fac793a52d404d14adedcb -SHA256 (gnome2/libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220 -SIZE (gnome2/libIDL-0.8.14.tar.bz2) = 427149 diff --git a/devel/libIDL/pkg-descr b/devel/libIDL/pkg-descr deleted file mode 100644 index d681c4203..000000000 --- a/devel/libIDL/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libIDL is a library for creating trees of CORBA Interface Definition Language -(IDL) files, which is a specification for defining portable interfaces. -libIDL was initially written for ORBit (the ORB from the GNOME project, and -the primary means of libIDL distribution). However, the functionality was -designed to be as reusable and portable as possible. - -WWW: http://www.gnome.org/ diff --git a/devel/libIDL/pkg-plist b/devel/libIDL/pkg-plist deleted file mode 100644 index 5b9fcbbae..000000000 --- a/devel/libIDL/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/libIDL-config-2 -include/libIDL-2.0/libIDL/IDL.h -lib/libIDL-2.a -lib/libIDL-2.la -lib/libIDL-2.so -lib/libIDL-2.so.0 -libdata/pkgconfig/libIDL-2.0.pc -@dirrm include/libIDL-2.0/libIDL -@dirrm include/libIDL-2.0 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 507f2bec9..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libbonobo -PORTVERSION= 2.24.3 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -.include <bsd.port.mk> - -.endif diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index dbbb5091b..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libbonobo-2.24.3.tar.bz2) = b217cef6a187505290c66c5bf8225d38 -SHA256 (gnome2/libbonobo-2.24.3.tar.bz2) = 5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe -SIZE (gnome2/libbonobo-2.24.3.tar.bz2) = 1354929 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index e8a60bd28..000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 7 13:42:52 2003 -+++ Makefile.in Wed May 7 13:43:30 2003 -@@ -149,7 +149,7 @@ - SUBDIRS = \ - idl bonobo-activation bonobo \ - activation-server monikers \ -- utils samples tests doc po -+ utils samples doc po - - - libincludedir = $(includedir)/libbonobo-2.0 diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index 45fc8fc1e..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005 -+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005 -@@ -225,7 +225,7 @@ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ - -DPREFIX=\""$(prefix)"\" \ -- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ -+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ - -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ - $(SERVER_CFLAGS) \ - -DSERVER_CONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c deleted file mode 100644 index 0f7e7cd3f..000000000 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005 -+++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005 -@@ -197,7 +197,7 @@ build_src_dir (void) - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); -+ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); - } - g_strfreev (gnome_dirs); - g_string_append (real_od_source_dir, diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in deleted file mode 100644 index 44212a041..000000000 --- a/devel/libbonobo/files/patch-utils::bonobo-slay.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002 -+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002 -@@ -56,15 +56,15 @@ - - # get Bonobo files - # --@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" ); -+@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" ); - foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) { - if (-d $dir) { - push @bonobo_dirs, $dir; - } - } - foreach $dir (split(':', $ENV{'GNOME2_PATH'})) { -- if (-d "$dir/lib/bonobo/servers") { -- push @bonobo_dirs, "$dir/lib/bonobo/servers"; -+ if (-d "$dir/libdata/bonobo/servers") { -+ push @bonobo_dirs, "$dir/libdata/bonobo/servers"; - } - } - diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr deleted file mode 100644 index c9890ddba..000000000 --- a/devel/libbonobo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bonobo is a set of language- and system-independent CORBA interfaces -for creating reusable components and controls, and for creating -compound documents. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist deleted file mode 100644 index 161fb13c9..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,229 +0,0 @@ -bin/activation-client -bin/bonobo-slay -bin/echo-client-2 -etc/bonobo-activation/bonobo-activation-config.xml -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-mime.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h -include/libbonobo-2.0/bonobo/Bonobo.h -include/libbonobo-2.0/bonobo/bonobo-app-client.h -include/libbonobo-2.0/bonobo/bonobo-application.h -include/libbonobo-2.0/bonobo/bonobo-arg.h -include/libbonobo-2.0/bonobo/bonobo-context.h -include/libbonobo-2.0/bonobo/bonobo-event-source.h -include/libbonobo-2.0/bonobo/bonobo-exception.h -include/libbonobo-2.0/bonobo/bonobo-foreign-object.h -include/libbonobo-2.0/bonobo/bonobo-generic-factory.h -include/libbonobo-2.0/bonobo/bonobo-i18n.h -include/libbonobo-2.0/bonobo/bonobo-item-container.h -include/libbonobo-2.0/bonobo/bonobo-item-handler.h -include/libbonobo-2.0/bonobo/bonobo-listener.h -include/libbonobo-2.0/bonobo/bonobo-macros.h -include/libbonobo-2.0/bonobo/bonobo-main.h -include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h -include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h -include/libbonobo-2.0/bonobo/bonobo-moniker-util.h -include/libbonobo-2.0/bonobo/bonobo-moniker.h -include/libbonobo-2.0/bonobo/bonobo-object.h -include/libbonobo-2.0/bonobo/bonobo-persist-client.h -include/libbonobo-2.0/bonobo/bonobo-persist-file.h -include/libbonobo-2.0/bonobo/bonobo-persist-stream.h -include/libbonobo-2.0/bonobo/bonobo-persist.h -include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h -include/libbonobo-2.0/bonobo/bonobo-property-bag.h -include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h -include/libbonobo-2.0/bonobo/bonobo-storage-memory.h -include/libbonobo-2.0/bonobo/bonobo-storage.h -include/libbonobo-2.0/bonobo/bonobo-stream-client.h -include/libbonobo-2.0/bonobo/bonobo-stream-memory.h -include/libbonobo-2.0/bonobo/bonobo-stream.h -include/libbonobo-2.0/bonobo/bonobo-types.h -include/libbonobo-2.0/bonobo/bonobo-xobject.h -include/libbonobo-2.0/libbonobo.h -lib/bonobo-2.0/samples/bonobo-echo-2 -lib/bonobo/monikers/libmoniker_std_2.a -lib/bonobo/monikers/libmoniker_std_2.la -lib/bonobo/monikers/libmoniker_std_2.so -lib/libbonobo-2.a -lib/libbonobo-2.la -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.la -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -lib/orbit-2.0/Bonobo_module.a -lib/orbit-2.0/Bonobo_module.la -lib/orbit-2.0/Bonobo_module.so -libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server -libdata/bonobo/servers/Bonobo_Moniker_std.server -libdata/bonobo/servers/Bonobo_Sample_Echo.server -libdata/pkgconfig/bonobo-activation-2.0.pc -libdata/pkgconfig/libbonobo-2.0.pc -libexec/bonobo-activation-server -sbin/bonobo-activation-sysconf -share/idl/bonobo-2.0/Bonobo.idl -share/idl/bonobo-2.0/Bonobo_Application.idl -share/idl/bonobo-2.0/Bonobo_Canvas.idl -share/idl/bonobo-2.0/Bonobo_Clipboard.idl -share/idl/bonobo-2.0/Bonobo_Context.idl -share/idl/bonobo-2.0/Bonobo_Control.idl -share/idl/bonobo-2.0/Bonobo_Embeddable.idl -share/idl/bonobo-2.0/Bonobo_Exception.idl -share/idl/bonobo-2.0/Bonobo_Gdk.idl -share/idl/bonobo-2.0/Bonobo_ItemContainer.idl -share/idl/bonobo-2.0/Bonobo_Listener.idl -share/idl/bonobo-2.0/Bonobo_Moniker.idl -share/idl/bonobo-2.0/Bonobo_Persist.idl -share/idl/bonobo-2.0/Bonobo_Print.idl -share/idl/bonobo-2.0/Bonobo_Property.idl -share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl -share/idl/bonobo-2.0/Bonobo_Storage.idl -share/idl/bonobo-2.0/Bonobo_UI.idl -share/idl/bonobo-2.0/Bonobo_Zoomable.idl -share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl -share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl -share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl -share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl -share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl -share/locale/am/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo -share/locale/as/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ast/LC_MESSAGES/libbonobo-2.0.mo -share/locale/az/LC_MESSAGES/libbonobo-2.0.mo -share/locale/be/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/br/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/da/LC_MESSAGES/libbonobo-2.0.mo -share/locale/de/LC_MESSAGES/libbonobo-2.0.mo -share/locale/dz/LC_MESSAGES/libbonobo-2.0.mo -share/locale/el/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/LC_MESSAGES/libbonobo-2.0.mo -share/locale/et/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/he/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/id/LC_MESSAGES/libbonobo-2.0.mo -share/locale/is/LC_MESSAGES/libbonobo-2.0.mo -share/locale/it/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo -share/locale/kn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo -share/locale/li/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mai/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/oc/LC_MESSAGES/libbonobo-2.0.mo -share/locale/or/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo -share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo -share/locale/te/LC_MESSAGES/libbonobo-2.0.mo -share/locale/th/LC_MESSAGES/libbonobo-2.0.mo -share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo -share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo -@dirrm share/idl/bonobo-activation-2.0 -@dirrm share/idl/bonobo-2.0 -@dirrm libdata/bonobo/servers -@dirrm libdata/bonobo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonobo-2.0/bonobo -@dirrm include/libbonobo-2.0 -@dirrm include/bonobo-activation-2.0/bonobo-activation -@dirrm include/bonobo-activation-2.0 -@dirrm etc/bonobo-activation -@dirrmtry lib/bonobo/monikers -@dirrmtry lib/bonobo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile deleted file mode 100644 index 48d40c6bf..000000000 --- a/devel/libgdata/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libgdata -# Date created: 9 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgdata/Makefile,v 1.8 2010/03/20 01:25:06 marcus Exp $ -# - -PORTNAME= libgdata -PORTVERSION= 0.6.4 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GLib based implimentation of the GData protocol - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack intltool ltverhack glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" - -.include <bsd.port.mk> diff --git a/devel/libgdata/distinfo b/devel/libgdata/distinfo deleted file mode 100644 index 49d1b0deb..000000000 --- a/devel/libgdata/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgdata-0.6.4.tar.bz2) = 7efdef75d1b59177d119f689522d00ba -SHA256 (libgdata-0.6.4.tar.bz2) = 56c3f3cbd0bf8c410ebdff2d8a57eeb1db7dbc1bb342bf6f43f89700ef517d9d -SIZE (libgdata-0.6.4.tar.bz2) = 1003963 diff --git a/devel/libgdata/pkg-descr b/devel/libgdata/pkg-descr deleted file mode 100644 index 1603f5ea0..000000000 --- a/devel/libgdata/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -libgdata is a GLib-based library for accessing online service APIs using the -GData protocol - most notably, Google's services. It provides APIs to access -the common Google services, and has full asynchronous support. - -A link with more information about the GData protocol is available on the -website. - -WWW: http://live.gnome.org/libgdata diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist deleted file mode 100644 index 6ebbc6290..000000000 --- a/devel/libgdata/pkg-plist +++ /dev/null @@ -1,209 +0,0 @@ -include/libgdata/gdata/atom/gdata-author.h -include/libgdata/gdata/atom/gdata-category.h -include/libgdata/gdata/atom/gdata-generator.h -include/libgdata/gdata/atom/gdata-link.h -include/libgdata/gdata/gd/gdata-gd-email-address.h -include/libgdata/gdata/gd/gdata-gd-im-address.h -include/libgdata/gdata/gd/gdata-gd-name.h -include/libgdata/gdata/gd/gdata-gd-organization.h -include/libgdata/gdata/gd/gdata-gd-phone-number.h -include/libgdata/gdata/gd/gdata-gd-postal-address.h -include/libgdata/gdata/gd/gdata-gd-reminder.h -include/libgdata/gdata/gd/gdata-gd-when.h -include/libgdata/gdata/gd/gdata-gd-where.h -include/libgdata/gdata/gd/gdata-gd-who.h -include/libgdata/gdata/gdata-access-handler.h -include/libgdata/gdata/gdata-access-rule.h -include/libgdata/gdata/gdata-download-stream.h -include/libgdata/gdata/gdata-entry.h -include/libgdata/gdata/gdata-enums.h -include/libgdata/gdata/gdata-feed.h -include/libgdata/gdata/gdata-parsable.h -include/libgdata/gdata/gdata-query.h -include/libgdata/gdata/gdata-service.h -include/libgdata/gdata/gdata-types.h -include/libgdata/gdata/gdata-upload-stream.h -include/libgdata/gdata/gdata.h -include/libgdata/gdata/media/gdata-media-category.h -include/libgdata/gdata/media/gdata-media-content.h -include/libgdata/gdata/media/gdata-media-credit.h -include/libgdata/gdata/media/gdata-media-enums.h -include/libgdata/gdata/media/gdata-media-thumbnail.h -include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h -include/libgdata/gdata/services/calendar/gdata-calendar-event.h -include/libgdata/gdata/services/calendar/gdata-calendar-feed.h -include/libgdata/gdata/services/calendar/gdata-calendar-query.h -include/libgdata/gdata/services/calendar/gdata-calendar-service.h -include/libgdata/gdata/services/contacts/gdata-contacts-contact.h -include/libgdata/gdata/services/contacts/gdata-contacts-query.h -include/libgdata/gdata/services/contacts/gdata-contacts-service.h -include/libgdata/gdata/services/documents/gdata-documents-entry.h -include/libgdata/gdata/services/documents/gdata-documents-enums.h -include/libgdata/gdata/services/documents/gdata-documents-feed.h -include/libgdata/gdata/services/documents/gdata-documents-folder.h -include/libgdata/gdata/services/documents/gdata-documents-presentation.h -include/libgdata/gdata/services/documents/gdata-documents-query.h -include/libgdata/gdata/services/documents/gdata-documents-service.h -include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h -include/libgdata/gdata/services/documents/gdata-documents-text.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-album.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-enums.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-feed.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-file.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-query.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-service.h -include/libgdata/gdata/services/picasaweb/gdata-picasaweb-user.h -include/libgdata/gdata/services/youtube/gdata-youtube-content.h -include/libgdata/gdata/services/youtube/gdata-youtube-credit.h -include/libgdata/gdata/services/youtube/gdata-youtube-enums.h -include/libgdata/gdata/services/youtube/gdata-youtube-query.h -include/libgdata/gdata/services/youtube/gdata-youtube-service.h -include/libgdata/gdata/services/youtube/gdata-youtube-state.h -include/libgdata/gdata/services/youtube/gdata-youtube-video.h -lib/girepository-1.0/GData-0.0.typelib -lib/libgdata.a -lib/libgdata.la -lib/libgdata.so -lib/libgdata.so.7 -libdata/pkgconfig/libgdata.pc -share/doc/gdata/GDataAccessHandler.html -share/doc/gdata/GDataAccessRule.html -share/doc/gdata/GDataAuthor.html -share/doc/gdata/GDataCalendarCalendar.html -share/doc/gdata/GDataCalendarEvent.html -share/doc/gdata/GDataCalendarFeed.html -share/doc/gdata/GDataCalendarQuery.html -share/doc/gdata/GDataCalendarService.html -share/doc/gdata/GDataCategory.html -share/doc/gdata/GDataContactsContact.html -share/doc/gdata/GDataContactsQuery.html -share/doc/gdata/GDataContactsService.html -share/doc/gdata/GDataDocumentsEntry.html -share/doc/gdata/GDataDocumentsFeed.html -share/doc/gdata/GDataDocumentsFolder.html -share/doc/gdata/GDataDocumentsPresentation.html -share/doc/gdata/GDataDocumentsQuery.html -share/doc/gdata/GDataDocumentsService.html -share/doc/gdata/GDataDocumentsSpreadsheet.html -share/doc/gdata/GDataDocumentsText.html -share/doc/gdata/GDataDownloadStream.html -share/doc/gdata/GDataEntry.html -share/doc/gdata/GDataFeed.html -share/doc/gdata/GDataGDEmailAddress.html -share/doc/gdata/GDataGDIMAddress.html -share/doc/gdata/GDataGDName.html -share/doc/gdata/GDataGDOrganization.html -share/doc/gdata/GDataGDPhoneNumber.html -share/doc/gdata/GDataGDPostalAddress.html -share/doc/gdata/GDataGDReminder.html -share/doc/gdata/GDataGDWhen.html -share/doc/gdata/GDataGDWhere.html -share/doc/gdata/GDataGDWho.html -share/doc/gdata/GDataGenerator.html -share/doc/gdata/GDataLink.html -share/doc/gdata/GDataMediaCategory.html -share/doc/gdata/GDataMediaContent.html -share/doc/gdata/GDataMediaCredit.html -share/doc/gdata/GDataMediaThumbnail.html -share/doc/gdata/GDataParsable.html -share/doc/gdata/GDataPicasaWebAlbum.html -share/doc/gdata/GDataPicasaWebFile.html -share/doc/gdata/GDataPicasaWebQuery.html -share/doc/gdata/GDataPicasaWebService.html -share/doc/gdata/GDataQuery.html -share/doc/gdata/GDataService.html -share/doc/gdata/GDataUploadStream.html -share/doc/gdata/GDataYouTubeContent.html -share/doc/gdata/GDataYouTubeCredit.html -share/doc/gdata/GDataYouTubeQuery.html -share/doc/gdata/GDataYouTubeService.html -share/doc/gdata/GDataYouTubeState.html -share/doc/gdata/GDataYouTubeVideo.html -share/doc/gdata/api-index-full.html -share/doc/gdata/ch01.html -share/doc/gdata/ch02.html -share/doc/gdata/ch03.html -share/doc/gdata/ch04.html -share/doc/gdata/ch05.html -share/doc/gdata/ch06.html -share/doc/gdata/ch07.html -share/doc/gdata/ch08.html -share/doc/gdata/ch09.html -share/doc/gdata/ch10.html -share/doc/gdata/ch11.html -share/doc/gdata/ch12.html -share/doc/gdata/data-flow.png -share/doc/gdata/gdata-GData-Types.html -share/doc/gdata/gdata-overview.html -share/doc/gdata/gdata.devhelp -share/doc/gdata/gdata.devhelp2 -share/doc/gdata/home.png -share/doc/gdata/index.html -share/doc/gdata/index.sgml -share/doc/gdata/ix02.html -share/doc/gdata/ix03.html -share/doc/gdata/ix04.html -share/doc/gdata/ix05.html -share/doc/gdata/ix06.html -share/doc/gdata/ix07.html -share/doc/gdata/ix08.html -share/doc/gdata/ix09.html -share/doc/gdata/left.png -share/doc/gdata/pt01.html -share/doc/gdata/pt02.html -share/doc/gdata/pt03.html -share/doc/gdata/pt04.html -share/doc/gdata/pt05.html -share/doc/gdata/right.png -share/doc/gdata/structure.png -share/doc/gdata/style.css -share/doc/gdata/up.png -share/gir-1.0/GData-0.0.gir -share/locale/ca/LC_MESSAGES/gdata.mo -share/locale/cs/LC_MESSAGES/gdata.mo -share/locale/de/LC_MESSAGES/gdata.mo -share/locale/el/LC_MESSAGES/gdata.mo -share/locale/en_GB/LC_MESSAGES/gdata.mo -share/locale/es/LC_MESSAGES/gdata.mo -share/locale/eu/LC_MESSAGES/gdata.mo -share/locale/fr/LC_MESSAGES/gdata.mo -share/locale/gl/LC_MESSAGES/gdata.mo -share/locale/hu/LC_MESSAGES/gdata.mo -share/locale/it/LC_MESSAGES/gdata.mo -share/locale/ja/LC_MESSAGES/gdata.mo -share/locale/nb/LC_MESSAGES/gdata.mo -share/locale/pa/LC_MESSAGES/gdata.mo -share/locale/pl/LC_MESSAGES/gdata.mo -share/locale/pt/LC_MESSAGES/gdata.mo -share/locale/pt_BR/LC_MESSAGES/gdata.mo -share/locale/ru/LC_MESSAGES/gdata.mo -share/locale/sl/LC_MESSAGES/gdata.mo -share/locale/sv/LC_MESSAGES/gdata.mo -share/locale/uk/LC_MESSAGES/gdata.mo -share/locale/zh_CN/LC_MESSAGES/gdata.mo -share/locale/zh_HK/LC_MESSAGES/gdata.mo -share/locale/zh_TW/LC_MESSAGES/gdata.mo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrm share/doc/gdata -@dirrm include/libgdata/gdata/services/youtube -@dirrm include/libgdata/gdata/services/picasaweb -@dirrm include/libgdata/gdata/services/documents -@dirrm include/libgdata/gdata/services/contacts -@dirrm include/libgdata/gdata/services/calendar -@dirrm include/libgdata/gdata/services -@dirrm include/libgdata/gdata/media -@dirrm include/libgdata/gdata/gd -@dirrm include/libgdata/gdata/atom -@dirrm include/libgdata/gdata -@dirrm include/libgdata diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile deleted file mode 100644 index cba0ebe15..000000000 --- a/devel/libgsf-gnome/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgsf-gnome/Makefile,v 1.14 2010/04/10 08:51:16 kwm Exp $ -# - -PORTREVISION= 0 -CATEGORIES= devel gnome -PKGNAMESUFFIX= -gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME wrapper for libgsf - -MASTERDIR= ${.CURDIR}/../libgsf -BUILD_WRKSRC= ${WRKSRC}/gsf-gnome -INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack gconf2 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ - --with-bz2 --with-gnome-vfs --with-gio -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgsf-1" - -GSF_SLAVE= yes - -post-install: - @${MKDIR} ${PREFIX}/libdata/pkgconfig - @${INSTALL_DATA} ${WRKSRC}/libgsf-gnome-1.pc \ - ${PREFIX}/libdata/pkgconfig/ - -.include "${MASTERDIR}/Makefile" diff --git a/devel/libgsf-gnome/pkg-descr b/devel/libgsf-gnome/pkg-descr deleted file mode 100644 index 0252aadf0..000000000 --- a/devel/libgsf-gnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The library is a bonobo and gnomevfs wrapper for libgsf, providing a high level -API for GNOME applications to access and exchange various structured file -formats. diff --git a/devel/libgsf-gnome/pkg-plist b/devel/libgsf-gnome/pkg-plist deleted file mode 100644 index 4f502a67c..000000000 --- a/devel/libgsf-gnome/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -include/libgsf-1/gsf-gnome/gsf-input-bonobo.h -include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h -include/libgsf-1/gsf-gnome/gsf-output-bonobo.h -include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h -include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h -lib/libgsf-gnome-1.a -lib/libgsf-gnome-1.la -lib/libgsf-gnome-1.so -lib/libgsf-gnome-1.so.114 -libdata/pkgconfig/libgsf-gnome-1.pc -@dirrm include/libgsf-1/gsf-gnome diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile deleted file mode 100644 index 43848304e..000000000 --- a/devel/libgsf/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgsf/Makefile,v 1.33 2009/01/08 01:28:46 marcus Exp $ -# - -PORTNAME= libgsf -PORTVERSION= 1.14.18 -PORTREVISION?= 0 -CATEGORIES?= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extensible i/o abstraction for dealing with structured file formats - -.if !exists(/usr/lib/libbz2.so) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 ltverhack intlhack -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS?=--without-gnome-vfs --without-python --with-gio \ - --without-bonobo -CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if !defined(GSF_SLAVE) -MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1 -.endif - -.if !defined(WITHOUT_GCONF) || exists(${LOCALBASE}/bin/gconftool-2) -USE_GNOME+= gconf2 -PLIST_SUB+= THUMB="" -. if !defined(GSF_SLAVE) -GCONF_SCHEMAS= gsf-office-thumbnailer.schemas -. endif -.else -PLIST_SUB+= THUMB="@comment " -.endif - -.include <bsd.port.mk> diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo deleted file mode 100644 index d8ec46584..000000000 --- a/devel/libgsf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgsf-1.14.18.tar.bz2) = 2c15d875b1931c40c7e7a2368f3ed948 -SHA256 (gnome2/libgsf-1.14.18.tar.bz2) = 16d29e82f7eba68f919f2588ea5328973490fe6d4a7a5f160e8af89b387c9a95 -SIZE (gnome2/libgsf-1.14.18.tar.bz2) = 611584 diff --git a/devel/libgsf/files/patch-gsf-gnome-Makefile.in b/devel/libgsf/files/patch-gsf-gnome-Makefile.in deleted file mode 100644 index 4ef836e0b..000000000 --- a/devel/libgsf/files/patch-gsf-gnome-Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ ---- gsf-gnome/Makefile.in.orig 2008-10-19 22:08:05.000000000 -0500 -+++ gsf-gnome/Makefile.in 2008-10-19 22:12:54.000000000 -0500 -@@ -66,9 +66,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = \ --@WITH_LIBGSF_GNOME_TRUE@ $(top_builddir)/gsf/libgsf-1.la \ --@WITH_LIBGSF_GNOME_TRUE@ $(am__DEPENDENCIES_1) -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = - am__libgsf_gnome_1_la_SOURCES_DIST = gsf-input-gnomevfs.c \ - gsf-output-gnomevfs.c gsf-input-bonobo.c gsf-output-bonobo.c \ - gsf-shared-bonobo-stream.c -@@ -298,18 +296,20 @@ - top_srcdir = @top_srcdir@ - AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_GNOME_CFLAGS) - @WITH_LIBGSF_GNOME_TRUE@lib_LTLIBRARIES = libgsf-gnome-1.la --@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_GNOME_LIBS) -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(LIBGSF_GNOME_LIBS) - @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LDFLAGS = -version-info \ - @WITH_LIBGSF_GNOME_TRUE@ $(VERSION_INFO) $(am__append_1) - @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_SOURCES = $(am__append_2) \ - @WITH_LIBGSF_GNOME_TRUE@ $(am__append_3) --libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome --libgsf_gnome_1_include_HEADERS = \ -- gsf-input-gnomevfs.h \ -- gsf-output-gnomevfs.h \ -- gsf-input-bonobo.h \ -- gsf-output-bonobo.h \ -- gsf-shared-bonobo-stream.h -+@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_includedir = -+@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_include_HEADERS = -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_include_HEADERS = \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-input-gnomevfs.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-output-gnomevfs.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-input-bonobo.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-output-bonobo.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-shared-bonobo-stream.h - - all: all-am - diff --git a/devel/libgsf/files/patch-gsf-python-Makefile.in b/devel/libgsf/files/patch-gsf-python-Makefile.in deleted file mode 100644 index 3114c2e95..000000000 --- a/devel/libgsf/files/patch-gsf-python-Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- python/Makefile.in.orig 2007-09-05 10:35:23.000000000 -0500 -+++ python/Makefile.in 2007-09-05 10:38:00.000000000 -0500 -@@ -55,8 +55,7 @@ - pygsfexecLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pygsfexec_LTLIBRARIES) - am__DEPENDENCIES_1 = --_gsfmodule_la_DEPENDENCIES = $(top_builddir)/gsf/libgsf-1.la \ -- $(am__DEPENDENCIES_1) -+_gsfmodule_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am__gsfmodule_la_OBJECTS = _gsfmodule_la-gsfmodule.lo - nodist__gsfmodule_la_OBJECTS = _gsfmodule_la-gsf.lo - _gsfmodule_la_OBJECTS = $(am__gsfmodule_la_OBJECTS) \ -@@ -64,10 +63,7 @@ - _gsfmodule_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(_gsfmodule_la_CFLAGS) \ - $(CFLAGS) $(_gsfmodule_la_LDFLAGS) $(LDFLAGS) -o $@ --gnomemodule_la_DEPENDENCIES = \ -- $(top_builddir)/gsf-gnome/libgsf-gnome-1.la \ -- $(top_builddir)/gsf/libgsf-1.la $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_1) -+gnomemodule_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am_gnomemodule_la_OBJECTS = gnomemodule_la-gsfgnomemodule.lo - nodist_gnomemodule_la_OBJECTS = gnomemodule_la-gsfgnome.lo - gnomemodule_la_OBJECTS = $(am_gnomemodule_la_OBJECTS) \ -@@ -299,8 +295,7 @@ - - gnomemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initgnome - gnomemodule_la_LIBADD = \ -- $(top_builddir)/gsf-gnome/libgsf-gnome-1.la \ -- $(top_builddir)/gsf/libgsf-1.la \ -+ -lgsf-1 -lgsf-gnome-1 \ - $(LIBGSF_LIBS) $(LIBGSF_GNOME_LIBS) - - gnomemodule_la_SOURCES = gsfgnomemodule.c -@@ -310,7 +305,7 @@ - $(LIBGSF_CFLAGS) - - _gsfmodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gsf --_gsfmodule_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS) -+_gsfmodule_la_LIBADD = $(LIBGSF_LIBS) - _gsfmodule_la_SOURCES = gsfmodule.c - nodist__gsfmodule_la_SOURCES = gsf.c - all: all-am diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c deleted file mode 100644 index 03f4e6379..000000000 --- a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002 -+++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002 -@@ -21,6 +21,7 @@ - #include <gsf-config.h> - #include <gsf/gsf-shared-memory.h> - #include <gsf/gsf-impl-utils.h> -+#include <sys/types.h> - - #ifdef HAVE_MMAP - #include <sys/mman.h> diff --git a/devel/libgsf/pkg-descr b/devel/libgsf/pkg-descr deleted file mode 100644 index 258f82307..000000000 --- a/devel/libgsf/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The library aims to provide an efficient extensible i/o abstraction for -dealing with different structured file formats. diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist deleted file mode 100644 index 46a940712..000000000 --- a/devel/libgsf/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/gsf -%%THUMB%%bin/gsf-office-thumbnailer -bin/gsf-vba-dump -include/libgsf-1/gsf/gsf-blob.h -include/libgsf-1/gsf/gsf-clip-data.h -include/libgsf-1/gsf/gsf-doc-meta-data.h -include/libgsf-1/gsf/gsf-docprop-vector.h -include/libgsf-1/gsf/gsf-impl-utils.h -include/libgsf-1/gsf/gsf-infile-impl.h -include/libgsf-1/gsf/gsf-infile-msole.h -include/libgsf-1/gsf/gsf-infile-msvba.h -include/libgsf-1/gsf/gsf-infile-stdio.h -include/libgsf-1/gsf/gsf-infile-tar.h -include/libgsf-1/gsf/gsf-infile-zip.h -include/libgsf-1/gsf/gsf-infile.h -include/libgsf-1/gsf/gsf-input-bzip.h -include/libgsf-1/gsf/gsf-input-gio.h -include/libgsf-1/gsf/gsf-input-gzip.h -include/libgsf-1/gsf/gsf-input-http.h -include/libgsf-1/gsf/gsf-input-impl.h -include/libgsf-1/gsf/gsf-input-iochannel.h -include/libgsf-1/gsf/gsf-input-memory.h -include/libgsf-1/gsf/gsf-input-proxy.h -include/libgsf-1/gsf/gsf-input-stdio.h -include/libgsf-1/gsf/gsf-input-textline.h -include/libgsf-1/gsf/gsf-input.h -include/libgsf-1/gsf/gsf-libxml.h -include/libgsf-1/gsf/gsf-meta-names.h -include/libgsf-1/gsf/gsf-msole-utils.h -include/libgsf-1/gsf/gsf-open-pkg-utils.h -include/libgsf-1/gsf/gsf-opendoc-utils.h -include/libgsf-1/gsf/gsf-outfile-impl.h -include/libgsf-1/gsf/gsf-outfile-msole.h -include/libgsf-1/gsf/gsf-outfile-stdio.h -include/libgsf-1/gsf/gsf-outfile-zip.h -include/libgsf-1/gsf/gsf-outfile.h -include/libgsf-1/gsf/gsf-output-bzip.h -include/libgsf-1/gsf/gsf-output-csv.h -include/libgsf-1/gsf/gsf-output-gio.h -include/libgsf-1/gsf/gsf-output-gzip.h -include/libgsf-1/gsf/gsf-output-iconv.h -include/libgsf-1/gsf/gsf-output-impl.h -include/libgsf-1/gsf/gsf-output-iochannel.h -include/libgsf-1/gsf/gsf-output-memory.h -include/libgsf-1/gsf/gsf-output-stdio.h -include/libgsf-1/gsf/gsf-output.h -include/libgsf-1/gsf/gsf-shared-memory.h -include/libgsf-1/gsf/gsf-structured-blob.h -include/libgsf-1/gsf/gsf-timestamp.h -include/libgsf-1/gsf/gsf-utils.h -include/libgsf-1/gsf/gsf.h -lib/libgsf-1.a -lib/libgsf-1.la -lib/libgsf-1.so -lib/libgsf-1.so.114 -libdata/pkgconfig/libgsf-1.pc -share/doc/gsf/GsfClipData.html -share/doc/gsf/api.html -share/doc/gsf/dependencies.html -share/doc/gsf/gsf-Bononbo.html -share/doc/gsf/gsf-Compression.html -share/doc/gsf/gsf-GIO.html -share/doc/gsf/gsf-GIOChannel.html -share/doc/gsf/gsf-GnomeVFS.html -share/doc/gsf/gsf-Infile-reading-structed-files.html -share/doc/gsf/gsf-Input-from-unstructured-files.html -share/doc/gsf/gsf-MS-OLE2.html -share/doc/gsf/gsf-OASIS-Open-Document.html -share/doc/gsf/gsf-Outfile-writing-structed-files.html -share/doc/gsf/gsf-Output-to-unstructured-files.html -share/doc/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html -share/doc/gsf/gsf-Text.html -share/doc/gsf/gsf-XML-and-libxml.html -share/doc/gsf/gsf-Zip.html -share/doc/gsf/gsf-blobs.html -share/doc/gsf/gsf-index.html -share/doc/gsf/gsf-memory.html -share/doc/gsf/gsf-metadata.html -share/doc/gsf/gsf-users.html -share/doc/gsf/gsf-utils.html -share/doc/gsf/gsf.devhelp -share/doc/gsf/gsf.devhelp2 -share/doc/gsf/history.html -share/doc/gsf/home.png -share/doc/gsf/index.html -share/doc/gsf/index.sgml -share/doc/gsf/intro.html -share/doc/gsf/io.html -share/doc/gsf/left.png -share/doc/gsf/misc.html -share/doc/gsf/parsers.html -share/doc/gsf/right.png -share/doc/gsf/sources.html -share/doc/gsf/style.css -share/doc/gsf/up.png -share/locale/cs/LC_MESSAGES/libgsf.mo -share/locale/de/LC_MESSAGES/libgsf.mo -share/locale/en_GB/LC_MESSAGES/libgsf.mo -share/locale/es/LC_MESSAGES/libgsf.mo -share/locale/eu/LC_MESSAGES/libgsf.mo -share/locale/fr/LC_MESSAGES/libgsf.mo -share/locale/nb/LC_MESSAGES/libgsf.mo -share/locale/oc/LC_MESSAGES/libgsf.mo -share/locale/pa/LC_MESSAGES/libgsf.mo -share/locale/pl/LC_MESSAGES/libgsf.mo -share/locale/pt/LC_MESSAGES/libgsf.mo -share/locale/pt_BR/LC_MESSAGES/libgsf.mo -share/locale/sl/LC_MESSAGES/libgsf.mo -share/locale/sv/LC_MESSAGES/libgsf.mo -share/locale/zh_CN/LC_MESSAGES/libgsf.mo -share/locale/zh_HK/LC_MESSAGES/libgsf.mo -share/locale/zh_TW/LC_MESSAGES/libgsf.mo -@dirrm share/doc/gsf -@dirrm include/libgsf-1/gsf -@dirrm include/libgsf-1 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile deleted file mode 100644 index ce77a1e92..000000000 --- a/devel/libgtop/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: libgtop2 -# Date Created: 29 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.55 2010/04/03 17:22:26 marcus Exp $ -# - -PORTNAME= libgtop -PORTVERSION= 2.28.1 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libgtop2 - -PKGMESSAGE= ${FILESDIR}/pkg-message - -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \ - ${OSVERSION} < 700104 -RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof -.endif - -post-configure: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo deleted file mode 100644 index f6fedf2c0..000000000 --- a/devel/libgtop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtop-2.28.1.tar.bz2) = 994c299b6dba330524a67ea45776b3ab -SHA256 (gnome2/libgtop-2.28.1.tar.bz2) = 0a7e0e7d736a608a5ed25f8e475a87bf38e61dbef66822e25e8ef50705cf70f6 -SIZE (gnome2/libgtop-2.28.1.tar.bz2) = 760104 diff --git a/devel/libgtop/files/patch-config.h.in b/devel/libgtop/files/patch-config.h.in deleted file mode 100644 index 8fc4a10b1..000000000 --- a/devel/libgtop/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-12-06 16:05:23.000000000 -0500 -+++ config.h.in 2008-12-06 16:05:27.000000000 -0500 -@@ -115,6 +115,9 @@ - /* defined if you have linux/isdn.h */ - #undef HAVE_ISDN_H - -+/* Define if you have the kinfo_getfile function */ -+#undef HAVE_KINFO_GETFILE -+ - /* Define to 1 if you have the `lchown' function. */ - #undef HAVE_LCHOWN - diff --git a/devel/libgtop/files/patch-configure b/devel/libgtop/files/patch-configure deleted file mode 100644 index 800116d44..000000000 --- a/devel/libgtop/files/patch-configure +++ /dev/null @@ -1,81 +0,0 @@ ---- configure.orig 2009-01-13 01:39:39.000000000 -0500 -+++ configure 2009-01-13 01:45:25.000000000 -0500 -@@ -21745,6 +21745,78 @@ fi - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ { echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5 -+echo $ECHO_N "checking for kinfo_getfile in -lutil... $ECHO_C" >&6; } -+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lutil $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char kinfo_getfile (); -+int -+main () -+{ -+return kinfo_getfile (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_util_kinfo_getfile=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_util_kinfo_getfile=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_kinfo_getfile" >&5 -+echo "${ECHO_T}$ac_cv_lib_util_kinfo_getfile" >&6; } -+if test $ac_cv_lib_util_kinfo_getfile = yes; then -+ EXTRA_SYSDEPS_LIBS="${EXTRA_SYSDEPS_LIBS} -lutil" -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_KINFO_GETFILE 1 -+_ACEOF -+ -+else -+ : -+fi -+ - ;; - esac - diff --git a/devel/libgtop/files/patch-libgtop-sysdeps.m4 b/devel/libgtop/files/patch-libgtop-sysdeps.m4 deleted file mode 100644 index 1805da02a..000000000 --- a/devel/libgtop/files/patch-libgtop-sysdeps.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- libgtop-sysdeps.m4.orig 2008-04-21 14:58:38.000000000 -0400 -+++ libgtop-sysdeps.m4 2008-12-06 16:16:00.000000000 -0500 -@@ -158,6 +160,9 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[ - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ AC_CHECK_LIB(util, kinfo_getfile, -+ [EXTRA_SYSDEPS_LIBS="${EXTRA_SYSDEPS_LIBS} -lutil" -+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) - ;; - esac - diff --git a/devel/libgtop/files/patch-src_daemon_server.c b/devel/libgtop/files/patch-src_daemon_server.c deleted file mode 100644 index bf0bba5c7..000000000 --- a/devel/libgtop/files/patch-src_daemon_server.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/daemon/server.c.orig Mon Feb 17 15:22:19 2003 -+++ src/daemon/server.c Mon Feb 17 15:23:31 2003 -@@ -88,11 +88,12 @@ - if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) || - strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) || - strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) { -- fprintf (stderr, "Can only run on %s %s %s\n", -+ fprintf (stderr, "This libgtop was compiled on %s %s %s\n", - LIBGTOP_COMPILE_SYSTEM, - LIBGTOP_COMPILE_RELEASE, - LIBGTOP_COMPILE_MACHINE); -- _exit (1); -+ fprintf (stderr, "If you see strange problems caused by it,\n"); -+ fprintf (stderr, "you should recompile libgtop and dependent applications\n"); - } - #endif - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am b/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am deleted file mode 100644 index 25ec1f7d7..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ ---- sysdeps/freebsd/Makefile.am.orig 2008-09-29 17:21:56.000000000 -0400 -+++ sysdeps/freebsd/Makefile.am 2008-09-29 17:22:07.000000000 -0400 -@@ -7,12 +7,12 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid. - cpu.c msg_limits.c sem_limits.c loadavg.c \ - uptime.c netlist.c fsusage.c mem.c \ - mountlist.c procopenfiles.c procwd.c \ -- procaffinity.c glibtop_private.c -+ procaffinity.c glibtop_private.c open.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - - libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) --libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c swap.c \ -+libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ - proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c \ - prockernel.c procsegment.c procargs.c \ diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in b/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in deleted file mode 100644 index d60fe782e..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig 2009-01-13 01:49:02.172092000 -0500 -+++ sysdeps/freebsd/Makefile.in 2009-01-13 01:53:30.000000000 -0500 -@@ -50,7 +50,8 @@ libgtop_sysdeps_2_0_la_LIBADD = - am_libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo sysinfo.lo \ - shm_limits.lo cpu.lo msg_limits.lo sem_limits.lo loadavg.lo \ - uptime.lo netlist.lo fsusage.lo mem.lo mountlist.lo \ -- procopenfiles.lo procwd.lo procaffinity.lo glibtop_private.lo -+ procopenfiles.lo procwd.lo procaffinity.lo glibtop_private.lo \ -+ open.lo - libgtop_sysdeps_2_0_la_OBJECTS = $(am_libgtop_sysdeps_2_0_la_OBJECTS) - libgtop_sysdeps_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -58,7 +59,7 @@ libgtop_sysdeps_2_0_la_LINK = $(LIBTOOL) - am__DEPENDENCIES_1 = - libgtop_sysdeps_suid_2_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) --am_libgtop_sysdeps_suid_2_0_la_OBJECTS = open.lo close.lo swap.lo \ -+am_libgtop_sysdeps_suid_2_0_la_OBJECTS = suid_open.lo close.lo swap.lo \ - proclist.lo procstate.lo procuid.lo proctime.lo procmem.lo \ - procsignal.lo prockernel.lo procsegment.lo procargs.lo \ - procmap.lo netload.lo ppp.lo -@@ -296,11 +297,11 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid. - cpu.c msg_limits.c sem_limits.c loadavg.c \ - uptime.c netlist.c fsusage.c mem.c \ - mountlist.c procopenfiles.c procwd.c \ -- procaffinity.c glibtop_private.c -+ procaffinity.c glibtop_private.c open.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) --libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c swap.c \ -+libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ - proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c \ - prockernel.c procsegment.c procargs.c \ -@@ -375,6 +376,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlist.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netload.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nosuid.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suid_open.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppp.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procaffinity.Plo@am__quote@ diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_cpu.c b/devel/libgtop/files/patch-sysdeps_freebsd_cpu.c deleted file mode 100644 index 99a3e8ef8..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_cpu.c +++ /dev/null @@ -1,66 +0,0 @@ ---- sysdeps/freebsd/cpu.c.orig 2009-04-12 01:45:28.000000000 -0400 -+++ sysdeps/freebsd/cpu.c 2009-04-12 01:45:29.000000000 -0400 -@@ -54,6 +54,7 @@ void - glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf) - { - long cpts [CPUSTATES]; -+ long *cp_times = NULL; - struct clockinfo ci; - size_t length; - int ncpu, i; -@@ -75,6 +76,16 @@ glibtop_get_cpu_s (glibtop *server, glib - return; - } - -+ length = 0; -+ if (sysctlbyname ("kern.cp_times", NULL, &length, NULL, 0) == 0) { -+ cp_times = g_malloc (length); -+ length = sizeof(long) * CPUSTATES * (length / (sizeof(long) * CPUSTATES)); -+ if (sysctlbyname ("kern.cp_times", cp_times, &length, NULL, 0)) { -+ g_free (cp_times); -+ cp_times = NULL; -+ } -+ } -+ - /* set user time */ - buf->user = cpts [CP_USER]; - /* set nice time */ -@@ -89,22 +100,32 @@ glibtop_get_cpu_s (glibtop *server, glib - /* set frequency */ - buf->frequency = (ci.stathz ? ci.stathz : ci.hz); - /* set total */ -- buf->total = cpts [CP_USER] + cpts [CP_NICE] -+ buf->total = cpts [CP_USER] + cpts [CP_NICE] \ - + cpts [CP_SYS] + cpts [CP_IDLE] + cpts [CP_INTR]; - - ncpu = server->ncpu + 1; - - for (i = 0; i < ncpu; i++) { -- buf->xcpu_user[i] = cpts [CP_USER] / ncpu; -- buf->xcpu_nice[i] = cpts [CP_NICE] / ncpu; -- buf->xcpu_sys[i] = cpts [CP_SYS] / ncpu; -- buf->xcpu_idle[i] = cpts [CP_IDLE] / ncpu; -- buf->xcpu_irq[i] = cpts [CP_INTR] / ncpu; -+ if (cp_times) { -+ buf->xcpu_user[i] = cp_times[i * CPUSTATES + CP_USER]; -+ buf->xcpu_nice[i] = cp_times[i * CPUSTATES + CP_NICE]; -+ buf->xcpu_sys[i] = cp_times[i * CPUSTATES + CP_SYS]; -+ buf->xcpu_idle[i] = cp_times[i * CPUSTATES + CP_IDLE]; -+ buf->xcpu_irq[i] = cp_times[i * CPUSTATES + CP_INTR]; -+ } else { -+ buf->xcpu_user[i] = cpts [CP_USER] / ncpu; -+ buf->xcpu_nice[i] = cpts [CP_NICE] / ncpu; -+ buf->xcpu_sys[i] = cpts [CP_SYS] / ncpu; -+ buf->xcpu_idle[i] = cpts [CP_IDLE] / ncpu; -+ buf->xcpu_irq[i] = cpts [CP_INTR] / ncpu; -+ } - buf->xcpu_total[i] = buf->xcpu_user[i] + buf->xcpu_nice[i] \ - + buf->xcpu_sys[i] + buf->xcpu_idle[i] \ - + buf->xcpu_irq[i]; - } - -+ g_free (cp_times); -+ - /* Set the flags last. */ - buf->flags = _glibtop_sysdeps_cpu; - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_glibtop_machine.h b/devel/libgtop/files/patch-sysdeps_freebsd_glibtop_machine.h deleted file mode 100644 index e3b899af1..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_glibtop_machine.h +++ /dev/null @@ -1,10 +0,0 @@ ---- sysdeps/freebsd/glibtop_machine.h.orig 2009-12-13 18:34:21.000000000 -0500 -+++ sysdeps/freebsd/glibtop_machine.h 2009-12-13 18:34:32.000000000 -0500 -@@ -24,6 +24,7 @@ - - #include <sys/param.h> - #include <nlist.h> -+#include <limits.h> - #include <kvm.h> - #include <sys/dkstat.h> - #include <time.h> diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c b/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c deleted file mode 100644 index acb327f98..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c +++ /dev/null @@ -1,19 +0,0 @@ ---- sysdeps/freebsd/nosuid.c.orig 2008-09-29 17:28:31.000000000 -0400 -+++ sysdeps/freebsd/nosuid.c 2008-09-29 17:28:39.000000000 -0400 -@@ -21,16 +21,8 @@ - - #include <config.h> - #include <glibtop.h> --#include <glibtop/open.h> - #include <glibtop/close.h> - - void --glibtop_open_s (glibtop *server, -- const char *program_name, -- const unsigned long features, -- const unsigned flags) --{ } -- --void - glibtop_close_s (glibtop *server) - { } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_open.c b/devel/libgtop/files/patch-sysdeps_freebsd_open.c deleted file mode 100644 index f7bf0e3b1..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_open.c +++ /dev/null @@ -1,91 +0,0 @@ ---- sysdeps/freebsd/open.c.orig 2008-05-23 18:13:23.000000000 -0400 -+++ sysdeps/freebsd/open.c 2008-09-29 17:23:22.000000000 -0400 -@@ -20,76 +20,33 @@ - */ - - #include <config.h> -+#include <sys/types.h> -+#include <sys/sysctl.h> - #include <glibtop.h> --#include <glibtop/error.h> - #include <glibtop/open.h> --#include <glibtop/init_hooks.h> -- --/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ -- --void --glibtop_init_p (glibtop *server, const unsigned long features, -- const unsigned flags) --{ -- const _glibtop_init_func_t *init_fkt; -- -- if (server == NULL) -- glibtop_error_r (NULL, "glibtop_init_p (server == NULL)"); -- -- /* Do the initialization, but only if not already initialized. */ -- -- if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { -- glibtop_open_p (server, "glibtop", features, flags); -+#include <glibtop/cpu.h> -+#include <glibtop/error.h> - -- for (init_fkt = _glibtop_init_hook_p; *init_fkt; init_fkt++) -- (*init_fkt) (server); -+#include <glibtop_private.h> - -- server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; -- } --} - - void --glibtop_open_p (glibtop *server, const char *program_name, -+glibtop_open_s (glibtop *server, const char *program_name, - const unsigned long features, - const unsigned flags) - { --#ifdef DEBUG -- fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ()); --#endif -+ int ncpus; -+ size_t len; - -- /* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */ -+ len = sizeof (ncpus); -+ sysctlbyname ("hw.ncpu", &ncpus, &len, NULL, 0); -+ server->real_ncpu = ncpus - 1; -+ server->ncpu = MIN(GLIBTOP_NCPU - 1, server->real_ncpu); - -- server->machine.uid = getuid (); -- server->machine.euid = geteuid (); -- server->machine.gid = getgid (); -- server->machine.egid = getegid (); - #if defined(__FreeBSD_kernel__) - server->os_version_code = __FreeBSD_kernel_version; - #else - server->os_version_code = __FreeBSD_version; - #endif -- /* Setup machine-specific data */ -- server->machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "kvm_open"); -- -- if (server->machine.kd == NULL) -- glibtop_error_io_r (server, "kvm_open"); -- -- /* Drop priviledges. */ -- -- if (setreuid (server->machine.euid, server->machine.uid)) -- _exit (1); -- -- if (setregid (server->machine.egid, server->machine.gid)) -- _exit (1); -- -- /* !!! END OF SUID ROOT PART !!! */ -- -- /* Our effective uid is now those of the user invoking the server, -- * so we do no longer have any priviledges. */ - -- /* NOTE: On FreeBSD, we do not need to be suid root, we just need to -- * be sgid kmem. -- * -- * The server will only use setegid() to get back it's priviledges, -- * so it will fail if it is suid root and not sgid kmem. */ - } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procmap.c b/devel/libgtop/files/patch-sysdeps_freebsd_procmap.c deleted file mode 100644 index 3a5a93bfc..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procmap.c +++ /dev/null @@ -1,35 +0,0 @@ ---- sysdeps/freebsd/procmap.c.orig 2009-12-13 18:53:02.827740000 -0500 -+++ sysdeps/freebsd/procmap.c 2009-12-13 19:00:04.000000000 -0500 -@@ -85,7 +85,9 @@ _glibtop_sysdeps_freebsd_dev_inode (glib - char tagstr[12]; - struct inode inode; - struct cdev_priv priv; -+#if __FreeBSD_version < 800039 - struct cdev si; -+#endif - - *inum = 0; - *dev = 0; -@@ -111,18 +113,18 @@ _glibtop_sysdeps_freebsd_dev_inode (glib - return; - } - -- if (kvm_read (server->machine.kd, (gulong) inode.i_dev, (char *) &si, -- sizeof (si)) != sizeof (si) || - #if __FreeBSD_version >= 800039 -- kvm_read (server->machine.kd, (gulong) cdev2priv(&si), (char *) &priv, -+ if (kvm_read (server->machine.kd, (gulong) cdev2priv(inode.i_dev), (char *) &priv, - sizeof (priv)) - #else -+ if (kvm_read (server->machine.kd, (gulong) inode.i_dev, (char *) &si, -+ sizeof (si)) != sizeof (si) || - kvm_read (server->machine.kd, (gulong) si.si_priv, (char *) &priv, - sizeof (priv)) - #endif - != sizeof (priv)) - { -- glibtop_warn_io_r (server, "kvm_read (si)"); -+ glibtop_warn_io_r (server, "kvm_read (priv)"); - return; - } - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c b/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c deleted file mode 100644 index 0efedfc61..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c +++ /dev/null @@ -1,61 +0,0 @@ ---- sysdeps/freebsd/procopenfiles.c.orig 2009-12-13 18:53:02.827740000 -0500 -+++ sysdeps/freebsd/procopenfiles.c 2009-12-13 18:54:55.000000000 -0500 -@@ -35,6 +35,9 @@ - #include <sys/user.h> - #include <netinet/in.h> - #include <arpa/inet.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif - #include <string.h> - #include <stdlib.h> - -@@ -263,9 +266,13 @@ glibtop_get_proc_open_files_s (glibtop * - { - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) - struct kinfo_file *freep, *kif; -+#ifndef HAVE_KINFO_GETFILE - int name[4]; - size_t len; -- size_t i; -+#else -+ int cnt; -+#endif -+ ssize_t i; - #else - char *output; - #endif -@@ -274,6 +281,7 @@ glibtop_get_proc_open_files_s (glibtop * - memset(buf, 0, sizeof (glibtop_proc_open_files)); - - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE - name[0] = CTL_KERN; - name[1] = KERN_PROC; - name[2] = KERN_PROC_FILEDESC; -@@ -287,12 +295,25 @@ glibtop_get_proc_open_files_s (glibtop * - g_free(freep); - return NULL; - } -+#else -+ freep = kinfo_getfile(pid, &cnt); -+#endif - - entries = g_array_new(FALSE, FALSE, sizeof(glibtop_open_files_entry)); - -+#ifndef HAVE_KINFO_GETFILE - for (i = 0; i < len / sizeof(*kif); i++, kif++) { - glibtop_open_files_entry entry = {0}; - -+ if (kif->kf_structsize != sizeof(*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) { -+ glibtop_open_files_entry entry = {0}; -+ -+ kif = &freep[i]; -+#endif -+ - if (kif->kf_fd < 0) - continue; - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c b/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c deleted file mode 100644 index dda721f82..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c +++ /dev/null @@ -1,89 +0,0 @@ ---- sysdeps/freebsd/procwd.c.orig 2010-05-01 20:02:13.419532000 -0400 -+++ sysdeps/freebsd/procwd.c 2010-05-01 20:03:27.000000000 -0400 -@@ -27,6 +27,9 @@ - #include <sys/sysctl.h> - #include <sys/param.h> - #include <sys/user.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif - #include <string.h> - - static const unsigned long _glibtop_sysdeps_proc_wd = -@@ -40,7 +43,7 @@ _glibtop_init_proc_wd_s(glibtop *server) - server->sysdeps.proc_wd = _glibtop_sysdeps_proc_wd; - } - --#if (__FreeBSD_version >= 800000 && __FreeBSD_version < 800019) || _FreeBSD_version < 700104 -+#if (__FreeBSD_version >= 800000 && __FreeBSD_version < 800019) || __FreeBSD_version < 700104 - static GPtrArray * - parse_output(const char *output, glibtop_proc_wd *buf) - { -@@ -97,24 +100,39 @@ parse_output(const char *output, glibtop - char** - glibtop_get_proc_wd_s(glibtop *server, glibtop_proc_wd *buf, pid_t pid) - { -- char path[MAXPATHLEN]; -+ int exe_mib[4]; -+ size_t len; - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) - struct kinfo_file *freep, *kif; - GPtrArray *dirs; -- size_t len; -- int i; -+#ifndef HAVE_KINFO_GETFILE - int name[4]; - #else -+ int cnt; -+#endif -+ int i; -+#else - char *output; - #endif - - memset (buf, 0, sizeof (glibtop_proc_wd)); -+ len = 0; - -- g_snprintf(path, sizeof(path), "/proc/%u/file", pid); -- if (safe_readlink(path, buf->exe, sizeof(buf->exe))) -- buf->flags |= (1 << GLIBTOP_PROC_WD_EXE); -+ exe_mib[0] = CTL_KERN; -+ exe_mib[1] = KERN_PROC; -+ exe_mib[2] = KERN_PROC_PATHNAME; -+ exe_mib[3] = pid; -+ -+ if (sysctl(exe_mib, 4, NULL, &len, NULL, 0) == 0) { -+ if (len > sizeof(buf->exe)) -+ len = sizeof(buf->exe); -+ if (sysctl(exe_mib, 4, buf->exe, &len, NULL, 0) == 0) -+ buf->flags |= (1 << GLIBTOP_PROC_WD_EXE); -+ } - - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE -+ len = 0; - name[0] = CTL_KERN; - name[1] = KERN_PROC; - name[2] = KERN_PROC_FILEDESC; -@@ -127,10 +145,21 @@ glibtop_get_proc_wd_s(glibtop *server, g - g_free(freep); - return NULL; - } -+#else -+ freep = kinfo_getfile(pid, &cnt); -+#endif - - dirs = g_ptr_array_sized_new(1); - -+#ifndef HAVE_KINFO_GETFILE - for (i = 0; i < len / sizeof(*kif); i++, kif++) { -+ if (kif->kf_structsize != sizeof(*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) { -+ kif = &freep[i]; -+#endif -+ - switch (kif->kf_fd) { - case KF_FD_TYPE_ROOT: - g_strlcpy(buf->root, kif->kf_path, diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c b/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c deleted file mode 100644 index dec0ffb49..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c +++ /dev/null @@ -1,95 +0,0 @@ ---- sysdeps/freebsd/suid_open.c.orig 2009-12-13 13:47:12.739004000 -0500 -+++ sysdeps/freebsd/suid_open.c 2009-12-13 18:37:51.000000000 -0500 -@@ -0,0 +1,92 @@ -+/* Copyright (C) 1998 Joshua Sled -+ This file is part of LibGTop 1.0. -+ -+ Contributed by Joshua Sled <jsled@xcf.berkeley.edu>, July 1998. -+ -+ LibGTop is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, -+ or (at your option) any later version. -+ -+ LibGTop is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+ for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with LibGTop; see the file COPYING. If not, write to the -+ Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ Boston, MA 02111-1307, USA. -+*/ -+ -+#include <config.h> -+#include <glibtop.h> -+#include <glibtop/error.h> -+#include <glibtop/cpu.h> -+#include <glibtop/open.h> -+#include <glibtop/init_hooks.h> -+ -+ -+/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ -+ -+void -+glibtop_init_p (glibtop *server, const unsigned long features, -+ const unsigned flags) -+{ -+ const _glibtop_init_func_t *init_fkt; -+ -+ if (server == NULL) -+ glibtop_error_r (NULL, "glibtop_init_p (server == NULL)"); -+ -+ /* Do the initialization, but only if not already initialized. */ -+ -+ if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { -+ glibtop_open_p (server, "glibtop", features, flags); -+ -+ for (init_fkt = _glibtop_init_hook_p; *init_fkt; init_fkt++) -+ (*init_fkt) (server); -+ -+ server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; -+ } -+} -+ -+void -+glibtop_open_p (glibtop *server, const char *program_name, -+ const unsigned long features, -+ const unsigned flags) -+{ -+ char errbuf[_POSIX2_LINE_MAX]; -+#ifdef DEBUG -+ fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ()); -+#endif -+ -+ /* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */ -+ server->machine.uid = getuid (); -+ server->machine.euid = geteuid (); -+ server->machine.gid = getgid (); -+ server->machine.egid = getegid (); -+ /* Setup machine-specific data */ -+ server->machine.kd = kvm_openfiles (NULL, NULL, NULL, O_RDONLY, errbuf); -+ -+ if (server->machine.kd == NULL) -+ glibtop_error_io_r (server, "kvm_open"); -+ -+ /* Drop priviledges. */ -+ -+ if (setreuid (server->machine.euid, server->machine.uid)) -+ _exit (1); -+ -+ if (setregid (server->machine.egid, server->machine.gid)) -+ _exit (1); -+ -+ /* !!! END OF SUID ROOT PART !!! */ -+ -+ /* Our effective uid is now those of the user invoking the server, -+ * so we do no longer have any priviledges. */ -+ -+ /* NOTE: On FreeBSD, we do not need to be suid root, we just need to -+ * be sgid kmem. -+ * -+ * The server will only use setegid() to get back it's priviledges, -+ * so it will fail if it is suid root and not sgid kmem. */ -+} diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c b/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c deleted file mode 100644 index ab5fdd66d..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- sysdeps/freebsd/sysinfo.c.orig 2008-05-23 18:13:23.000000000 -0400 -+++ sysdeps/freebsd/sysinfo.c 2008-09-29 14:35:25.000000000 -0400 -@@ -45,8 +45,8 @@ init_sysinfo (glibtop *server) - - glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0); - -- len = sizeof (ncpus); -- sysctlbyname ("hw.ncpu", &ncpus, &len, NULL, 0); -+ ncpus = server->ncpu + 1; -+ - len = 0; - sysctlbyname ("hw.model", NULL, &len, NULL, 0); - model = g_malloc (len); diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message deleted file mode 100644 index dacaf62a9..000000000 --- a/devel/libgtop/files/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -=============================================================================== - -In order to use the File System read/write monitor, you must chmod -/dev/devstat so that all users can open it read-only. For example: - -# chmod 0444 /dev/devstat - -In order for this to persist across reboots, add the following to -/etc/devfs.conf: - -perm devstat 0444 - -=============================================================================== diff --git a/devel/libgtop/pkg-descr b/devel/libgtop/pkg-descr deleted file mode 100644 index f263f1127..000000000 --- a/devel/libgtop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library provides the backend for gtop2, a GNOME 2.0 version -of top(1) that allows display and manipulation of running -processes. diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist deleted file mode 100644 index 5c1a377e9..000000000 --- a/devel/libgtop/pkg-plist +++ /dev/null @@ -1,221 +0,0 @@ -bin/libgtop_daemon2 -bin/libgtop_server2 -include/libgtop-2.0/glibtop.h -include/libgtop-2.0/glibtop/close.h -include/libgtop-2.0/glibtop/command.h -include/libgtop-2.0/glibtop/cpu.h -include/libgtop-2.0/glibtop/fsusage.h -include/libgtop-2.0/glibtop/global.h -include/libgtop-2.0/glibtop/gnuserv.h -include/libgtop-2.0/glibtop/loadavg.h -include/libgtop-2.0/glibtop/mem.h -include/libgtop-2.0/glibtop/mountlist.h -include/libgtop-2.0/glibtop/msg_limits.h -include/libgtop-2.0/glibtop/netlist.h -include/libgtop-2.0/glibtop/netload.h -include/libgtop-2.0/glibtop/open.h -include/libgtop-2.0/glibtop/parameter.h -include/libgtop-2.0/glibtop/ppp.h -include/libgtop-2.0/glibtop/procaffinity.h -include/libgtop-2.0/glibtop/procargs.h -include/libgtop-2.0/glibtop/prockernel.h -include/libgtop-2.0/glibtop/proclist.h -include/libgtop-2.0/glibtop/procmap.h -include/libgtop-2.0/glibtop/procmem.h -include/libgtop-2.0/glibtop/procopenfiles.h -include/libgtop-2.0/glibtop/procsegment.h -include/libgtop-2.0/glibtop/procsignal.h -include/libgtop-2.0/glibtop/procstate.h -include/libgtop-2.0/glibtop/proctime.h -include/libgtop-2.0/glibtop/procuid.h -include/libgtop-2.0/glibtop/procwd.h -include/libgtop-2.0/glibtop/sem_limits.h -include/libgtop-2.0/glibtop/shm_limits.h -include/libgtop-2.0/glibtop/signal.h -include/libgtop-2.0/glibtop/swap.h -include/libgtop-2.0/glibtop/sysdeps.h -include/libgtop-2.0/glibtop/sysinfo.h -include/libgtop-2.0/glibtop/union.h -include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h -include/libgtop-2.0/glibtop_machine.h -include/libgtop-2.0/glibtop_private.h -include/libgtop-2.0/glibtop_server.h -include/libgtop-2.0/glibtop_suid.h -include/libgtop-2.0/libgtopconfig.h -lib/libgtop-2.0.a -lib/libgtop-2.0.la -lib/libgtop-2.0.so -lib/libgtop-2.0.so.7 -libdata/pkgconfig/libgtop-2.0.pc -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgtop-Close.html -%%DOCSDIR%%/libgtop-Command.html -%%DOCSDIR%%/libgtop-GlibTop-Server.html -%%DOCSDIR%%/libgtop-GlibTop.html -%%DOCSDIR%%/libgtop-Net-List.html -%%DOCSDIR%%/libgtop-Net-Load.html -%%DOCSDIR%%/libgtop-PPP.html -%%DOCSDIR%%/libgtop-Shared-Memory-Limits.html -%%DOCSDIR%%/libgtop-Uptime.html -%%DOCSDIR%%/libgtop-cpu.html -%%DOCSDIR%%/libgtop-fsusage.html -%%DOCSDIR%%/libgtop-lib.html -%%DOCSDIR%%/libgtop-loadavg.html -%%DOCSDIR%%/libgtop-mem.html -%%DOCSDIR%%/libgtop-mountlist.html -%%DOCSDIR%%/libgtop-msg-limits.html -%%DOCSDIR%%/libgtop-open.html -%%DOCSDIR%%/libgtop-parameter.html -%%DOCSDIR%%/libgtop-procargs.html -%%DOCSDIR%%/libgtop-prockernel.html -%%DOCSDIR%%/libgtop-proclist.html -%%DOCSDIR%%/libgtop-procmap.html -%%DOCSDIR%%/libgtop-procmem.html -%%DOCSDIR%%/libgtop-procopenfiles.html -%%DOCSDIR%%/libgtop-procsegment.html -%%DOCSDIR%%/libgtop-procsignal.html -%%DOCSDIR%%/libgtop-procstate.html -%%DOCSDIR%%/libgtop-proctime.html -%%DOCSDIR%%/libgtop-procuid.html -%%DOCSDIR%%/libgtop-sem-limits.html -%%DOCSDIR%%/libgtop-signal.html -%%DOCSDIR%%/libgtop-swap.html -%%DOCSDIR%%/libgtop-sysdeps.html -%%DOCSDIR%%/libgtop-sysinfo.html -%%DOCSDIR%%/libgtop-union.html -%%DOCSDIR%%/libgtop-version.html -%%DOCSDIR%%/libgtop-white-paper-overview.html -%%DOCSDIR%%/libgtop-white-paper.html -%%DOCSDIR%%/libgtop.devhelp -%%DOCSDIR%%/libgtop.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/locale/am/LC_MESSAGES/libgtop-2.0.mo -share/locale/ar/LC_MESSAGES/libgtop-2.0.mo -share/locale/as/LC_MESSAGES/libgtop-2.0.mo -share/locale/ast/LC_MESSAGES/libgtop-2.0.mo -share/locale/az/LC_MESSAGES/libgtop-2.0.mo -share/locale/be/LC_MESSAGES/libgtop-2.0.mo -share/locale/bg/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgtop-2.0.mo -share/locale/bs/LC_MESSAGES/libgtop-2.0.mo -share/locale/ca/LC_MESSAGES/libgtop-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgtop-2.0.mo -share/locale/cs/LC_MESSAGES/libgtop-2.0.mo -share/locale/cy/LC_MESSAGES/libgtop-2.0.mo -share/locale/da/LC_MESSAGES/libgtop-2.0.mo -share/locale/de/LC_MESSAGES/libgtop-2.0.mo -share/locale/dz/LC_MESSAGES/libgtop-2.0.mo -share/locale/el/LC_MESSAGES/libgtop-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgtop-2.0.mo -share/locale/eo/LC_MESSAGES/libgtop-2.0.mo -share/locale/es/LC_MESSAGES/libgtop-2.0.mo -share/locale/et/LC_MESSAGES/libgtop-2.0.mo -share/locale/eu/LC_MESSAGES/libgtop-2.0.mo -share/locale/fa/LC_MESSAGES/libgtop-2.0.mo -share/locale/fi/LC_MESSAGES/libgtop-2.0.mo -share/locale/fr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ga/LC_MESSAGES/libgtop-2.0.mo -share/locale/gl/LC_MESSAGES/libgtop-2.0.mo -share/locale/gu/LC_MESSAGES/libgtop-2.0.mo -share/locale/he/LC_MESSAGES/libgtop-2.0.mo -share/locale/hi/LC_MESSAGES/libgtop-2.0.mo -share/locale/hr/LC_MESSAGES/libgtop-2.0.mo -share/locale/hu/LC_MESSAGES/libgtop-2.0.mo -share/locale/id/LC_MESSAGES/libgtop-2.0.mo -share/locale/it/LC_MESSAGES/libgtop-2.0.mo -share/locale/ja/LC_MESSAGES/libgtop-2.0.mo -share/locale/ka/LC_MESSAGES/libgtop-2.0.mo -share/locale/kn/LC_MESSAGES/libgtop-2.0.mo -share/locale/ko/LC_MESSAGES/libgtop-2.0.mo -share/locale/ku/LC_MESSAGES/libgtop-2.0.mo -share/locale/ky/LC_MESSAGES/libgtop-2.0.mo -share/locale/la/LC_MESSAGES/libgtop-2.0.mo -share/locale/lt/LC_MESSAGES/libgtop-2.0.mo -share/locale/lv/LC_MESSAGES/libgtop-2.0.mo -share/locale/mai/LC_MESSAGES/libgtop-2.0.mo -share/locale/mg/LC_MESSAGES/libgtop-2.0.mo -share/locale/mi/LC_MESSAGES/libgtop-2.0.mo -share/locale/mk/LC_MESSAGES/libgtop-2.0.mo -share/locale/ml/LC_MESSAGES/libgtop-2.0.mo -share/locale/mn/LC_MESSAGES/libgtop-2.0.mo -share/locale/mr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ms/LC_MESSAGES/libgtop-2.0.mo -share/locale/nb/LC_MESSAGES/libgtop-2.0.mo -share/locale/ne/LC_MESSAGES/libgtop-2.0.mo -share/locale/nl/LC_MESSAGES/libgtop-2.0.mo -share/locale/nn/LC_MESSAGES/libgtop-2.0.mo -share/locale/oc/LC_MESSAGES/libgtop-2.0.mo -share/locale/or/LC_MESSAGES/libgtop-2.0.mo -share/locale/pa/LC_MESSAGES/libgtop-2.0.mo -share/locale/pl/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgtop-2.0.mo -share/locale/ro/LC_MESSAGES/libgtop-2.0.mo -share/locale/ru/LC_MESSAGES/libgtop-2.0.mo -share/locale/rw/LC_MESSAGES/libgtop-2.0.mo -share/locale/sk/LC_MESSAGES/libgtop-2.0.mo -share/locale/sl/LC_MESSAGES/libgtop-2.0.mo -share/locale/sq/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgtop-2.0.mo -share/locale/sv/LC_MESSAGES/libgtop-2.0.mo -share/locale/ta/LC_MESSAGES/libgtop-2.0.mo -share/locale/te/LC_MESSAGES/libgtop-2.0.mo -share/locale/th/LC_MESSAGES/libgtop-2.0.mo -share/locale/tr/LC_MESSAGES/libgtop-2.0.mo -share/locale/uk/LC_MESSAGES/libgtop-2.0.mo -share/locale/vi/LC_MESSAGES/libgtop-2.0.mo -share/locale/xh/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo -@dirrm %%DOCSDIR%% -@dirrm include/libgtop-2.0/glibtop -@dirrm include/libgtop-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile deleted file mode 100644 index ae5a9d2d9..000000000 --- a/devel/liboobs/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: liboobs -# Date created: 2006-06-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.45 2010/03/14 01:19:02 kwm Exp $ -# - -PORTNAME= liboobs -PORTVERSION= 2.30.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Wrapping library to the System Tools Backends - -BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - hal.1:${PORTSDIR}/sysutils/hal -RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" - -.include <bsd.port.pre.mk> - -# disable utmpx detection on early 9.x and below. -# We still have only utmp there -post-patch: -.if ${OSVERSION} < 900007 - @${REINPLACE_CMD} -e 's|utmpx|utmp|g' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/devel/liboobs/distinfo b/devel/liboobs/distinfo deleted file mode 100644 index 9fc0f08d3..000000000 --- a/devel/liboobs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/liboobs-2.30.0.tar.bz2) = 69ee6d329cd919c69aae3dae7302b796 -SHA256 (gnome2/liboobs-2.30.0.tar.bz2) = b0c18e038a6c1eba15c68a8e9fabfc21144c9240c17f3bd19042bae1ea04a5ce -SIZE (gnome2/liboobs-2.30.0.tar.bz2) = 369402 diff --git a/devel/liboobs/files/patch-src_oobs-group.c b/devel/liboobs/files/patch-src_oobs-group.c deleted file mode 100644 index 0a7384b90..000000000 --- a/devel/liboobs/files/patch-src_oobs-group.c +++ /dev/null @@ -1,10 +0,0 @@ ---- oobs/oobs-group.c.orig 2010-01-11 13:34:52.000000000 -0500 -+++ oobs/oobs-group.c 2010-01-18 02:04:34.000000000 -0500 -@@ -21,6 +21,7 @@ - - #include <string.h> - #include <glib-object.h> -+#include <unistd.h> - #include <dbus/dbus.h> - - #include "oobs-object-private.h" diff --git a/devel/liboobs/files/patch-src_oobs-user.c b/devel/liboobs/files/patch-src_oobs-user.c deleted file mode 100644 index a7215c4ef..000000000 --- a/devel/liboobs/files/patch-src_oobs-user.c +++ /dev/null @@ -1,45 +0,0 @@ ---- oobs/oobs-user.c.orig 2010-01-31 17:36:52.000000000 +0000 -+++ oobs/oobs-user.c 2010-01-31 17:40:21.000000000 +0000 -@@ -19,13 +19,24 @@ - * Milan Bouchet-Valat <nalimilan@club.fr>. - */ - -+#ifdef __FreeBSD__ -+# include <sys/param.h> -+# if __FreeBSD_version >= 900007 -+# define HAVE_UTMPX_H -+# endif -+#endif -+ - #include <glib-object.h> - #include <sys/types.h> - #include <unistd.h> - #include <stdlib.h> - #include <string.h> -+#ifdef HAVE_CRYPT_H - #include <crypt.h> -+#endif -+#ifdef HAVE_UTMPX_H - #include <utmpx.h> -+#endif - - #include "oobs-object-private.h" - #include "oobs-usersconfig.h" -@@ -1252,6 +1263,7 @@ oobs_user_set_locale (OobsUser *user, co - gboolean - oobs_user_get_active (OobsUser *user) - { -+#ifdef HAVE_UTMPX_H - struct utmpx *entry; - const gchar *login; - gboolean match = FALSE; -@@ -1272,6 +1284,9 @@ oobs_user_get_active (OobsUser *user) - endutxent (); - - return match; -+#else -+ return FALSE; -+#endif - } - - /** diff --git a/devel/liboobs/pkg-descr b/devel/liboobs/pkg-descr deleted file mode 100644 index ff7665320..000000000 --- a/devel/liboobs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Wrapping library to the System Tools Backends diff --git a/devel/liboobs/pkg-plist b/devel/liboobs/pkg-plist deleted file mode 100644 index 0b3354023..000000000 --- a/devel/liboobs/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -include/liboobs-1.0/oobs/oobs-defines.h -include/liboobs-1.0/oobs/oobs-enum-types.h -include/liboobs-1.0/oobs/oobs-error.h -include/liboobs-1.0/oobs/oobs-group.h -include/liboobs-1.0/oobs/oobs-groupsconfig.h -include/liboobs-1.0/oobs/oobs-hostsconfig.h -include/liboobs-1.0/oobs/oobs-iface-ethernet.h -include/liboobs-1.0/oobs/oobs-iface-irlan.h -include/liboobs-1.0/oobs/oobs-iface-plip.h -include/liboobs-1.0/oobs/oobs-iface-ppp.h -include/liboobs-1.0/oobs/oobs-iface-wireless.h -include/liboobs-1.0/oobs/oobs-iface.h -include/liboobs-1.0/oobs/oobs-ifacesconfig.h -include/liboobs-1.0/oobs/oobs-list.h -include/liboobs-1.0/oobs/oobs-nfsconfig.h -include/liboobs-1.0/oobs/oobs-ntpconfig.h -include/liboobs-1.0/oobs/oobs-ntpserver.h -include/liboobs-1.0/oobs/oobs-object.h -include/liboobs-1.0/oobs/oobs-result.h -include/liboobs-1.0/oobs/oobs-selfconfig.h -include/liboobs-1.0/oobs/oobs-service.h -include/liboobs-1.0/oobs/oobs-servicesconfig.h -include/liboobs-1.0/oobs/oobs-session.h -include/liboobs-1.0/oobs/oobs-share-nfs.h -include/liboobs-1.0/oobs/oobs-share-smb.h -include/liboobs-1.0/oobs/oobs-share.h -include/liboobs-1.0/oobs/oobs-smbconfig.h -include/liboobs-1.0/oobs/oobs-statichost.h -include/liboobs-1.0/oobs/oobs-timeconfig.h -include/liboobs-1.0/oobs/oobs-user.h -include/liboobs-1.0/oobs/oobs-usersconfig.h -include/liboobs-1.0/oobs/oobs.h -lib/liboobs-1.a -lib/liboobs-1.la -lib/liboobs-1.so -lib/liboobs-1.so.4 -libdata/pkgconfig/liboobs-1.pc -%%DOCSDIR%%/OobsGroup.html -%%DOCSDIR%%/OobsGroupsConfig.html -%%DOCSDIR%%/OobsHostsConfig.html -%%DOCSDIR%%/OobsIface.html -%%DOCSDIR%%/OobsIfaceEthernet.html -%%DOCSDIR%%/OobsIfaceIRLan.html -%%DOCSDIR%%/OobsIfacePPP.html -%%DOCSDIR%%/OobsIfacePlip.html -%%DOCSDIR%%/OobsIfaceWireless.html -%%DOCSDIR%%/OobsIfacesConfig.html -%%DOCSDIR%%/OobsList.html -%%DOCSDIR%%/OobsNFSConfig.html -%%DOCSDIR%%/OobsNTPConfig.html -%%DOCSDIR%%/OobsNTPServer.html -%%DOCSDIR%%/OobsObject.html -%%DOCSDIR%%/OobsSMBConfig.html -%%DOCSDIR%%/OobsSelfConfig.html -%%DOCSDIR%%/OobsService.html -%%DOCSDIR%%/OobsServicesConfig.html -%%DOCSDIR%%/OobsSession.html -%%DOCSDIR%%/OobsShare.html -%%DOCSDIR%%/OobsShareNFS.html -%%DOCSDIR%%/OobsShareSMB.html -%%DOCSDIR%%/OobsStaticHost.html -%%DOCSDIR%%/OobsTimeConfig.html -%%DOCSDIR%%/OobsUser.html -%%DOCSDIR%%/OobsUsersConfig.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/liboobs-OobsError.html -%%DOCSDIR%%/liboobs.devhelp -%%DOCSDIR%%/liboobs.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/liboobs-1.0/oobs -@dirrm include/liboobs-1.0 diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile deleted file mode 100644 index abe66c6c1..000000000 --- a/devel/libsigc++20/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libsigc++2 -# Date created: 14 Feb 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsigc++20/Makefile,v 1.13 2010/03/30 09:31:10 avl Exp $ -# - -PORTNAME= libsigc++ -PORTVERSION= 2.2.6 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Callback Framework for C++ - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -LATEST_LINK= libsigc++20 -USE_LDCONFIG= yes -USE_GNOME= gnomehack gnometarget pkgconfig -GNU_CONFIGURE= yes - -PLIST_SUB= VERSION="2.0" API_VERSION="2.0" - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+=--enable-documentation=no -.endif - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \ - /^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo deleted file mode 100644 index 08cb059bd..000000000 --- a/devel/libsigc++20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libsigc++-2.2.6.tar.bz2) = d216ef85785e0d17eda9b0326cfdcf71 -SHA256 (libsigc++-2.2.6.tar.bz2) = 93bfd6fc867c99dd3cad695908b45d35b640c6cd12dace43bfa38e48e9a54caa -SIZE (libsigc++-2.2.6.tar.bz2) = 3741979 diff --git a/devel/libsigc++20/pkg-descr b/devel/libsigc++20/pkg-descr deleted file mode 100644 index 052e93183..000000000 --- a/devel/libsigc++20/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Libsigc++ -- The Typesafe Callback Framework for C++ - -This library implements a full callback system for use in widget libraries, -abstract interfaces, and general programming. - -To get a good overview of how to use the library, read -/usr/local/share/doc/libsigc++/signals. - -WWW: http://libsigc.sourceforge.net/ - -- Joe Lu -JoeLu@JoeLu.m8.ntu.edu.tw diff --git a/devel/libsigc++20/pkg-plist b/devel/libsigc++20/pkg-plist deleted file mode 100644 index c546bc3d2..000000000 --- a/devel/libsigc++20/pkg-plist +++ /dev/null @@ -1,692 +0,0 @@ -include/sigc++-%%API_VERSION%%/sigc++/adaptors/adaptor_trait.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/adaptors.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/bind.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/bind_return.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/bound_argument.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/compose.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/deduce_result_type.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/exception_catch.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/hide.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/base.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/group.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/lambda.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/operator.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/select.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/retype.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/retype_return.h -include/sigc++-%%API_VERSION%%/sigc++/bind.h -include/sigc++-%%API_VERSION%%/sigc++/bind_return.h -include/sigc++-%%API_VERSION%%/sigc++/class_slot.h -include/sigc++-%%API_VERSION%%/sigc++/connection.h -include/sigc++-%%API_VERSION%%/sigc++/functors/functor_trait.h -include/sigc++-%%API_VERSION%%/sigc++/functors/functors.h -include/sigc++-%%API_VERSION%%/sigc++/functors/mem_fun.h -include/sigc++-%%API_VERSION%%/sigc++/functors/ptr_fun.h -include/sigc++-%%API_VERSION%%/sigc++/functors/slot.h -include/sigc++-%%API_VERSION%%/sigc++/functors/slot_base.h -include/sigc++-%%API_VERSION%%/sigc++/hide.h -include/sigc++-%%API_VERSION%%/sigc++/limit_reference.h -include/sigc++-%%API_VERSION%%/sigc++/method_slot.h -include/sigc++-%%API_VERSION%%/sigc++/object.h -include/sigc++-%%API_VERSION%%/sigc++/object_slot.h -include/sigc++-%%API_VERSION%%/sigc++/reference_wrapper.h -include/sigc++-%%API_VERSION%%/sigc++/retype.h -include/sigc++-%%API_VERSION%%/sigc++/retype_return.h -include/sigc++-%%API_VERSION%%/sigc++/sigc++.h -include/sigc++-%%API_VERSION%%/sigc++/signal.h -include/sigc++-%%API_VERSION%%/sigc++/signal_base.h -include/sigc++-%%API_VERSION%%/sigc++/slot.h -include/sigc++-%%API_VERSION%%/sigc++/trackable.h -include/sigc++-%%API_VERSION%%/sigc++/type_traits.h -include/sigc++-%%API_VERSION%%/sigc++/visit_each.h -lib/libsigc-%%VERSION%%.a -lib/libsigc-%%VERSION%%.la -lib/libsigc-%%VERSION%%.so -lib/libsigc-%%VERSION%%.so.0 -lib/sigc++-%%API_VERSION%%/include/sigc++config.h -libdata/pkgconfig/sigc++-%%API_VERSION%%.pc -%%PORTDOCS%%share/devhelp/books/libsigc++-%%API_VERSION%%/libsigc++-%%API_VERSION%%.devhelp2 -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images/libsigc_logo.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images/top.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/index.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/annotated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classes.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar01b49059ecd092e1ea927a389afae4ab.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar16a14c152bc5ff346d9997f7152c0448.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar1b790d5e11b1dad6454242a5312e335f.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar1da4c680404aa7c8c338bb136fd6dbea.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar2a3f9cda8e57479189997c283e69f5ff.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar3adb4b941bace89a3f952c380bedda11.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__ar821f8b15c79da4460a4c99304ac8d504.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arbe5eef28da7cedf7c98aeec3dbe6d6b8.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arcf6cb51783c363bfae7c4a91d9685109.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__are33def4d0c1a12dcbfd220489302db67.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_0ad52bc79df5ba2b4d7e5b497ba915039.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_0b160353f4ad061f559297e128c4d0646.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_0d3a462cf1a3aee09f94ea984d7d5fb39.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_0d729ce48b1328d982e0ee754652fed04.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_011e4fe3321f9150dc130b7a3b2213423b.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_014f61314713a22a7e37f830f31ddcbf93.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01756aafa66a891f219b67f866edb12f89.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01852c349c390cefa04662a850d84c0a94.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_2834c669b9a4f4ae3cbd91fd9ea54658.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_dc4a103abb90b58689e91ed00e1a72ef.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_08a1617e39a89dfb3d657c3c5cb6673b1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_093dc18e43ee4275c7bebd699f7376cb7.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil1ce68760f5323ed9c9884b19387edf66.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg519ed0b830799ecdfb1e59a58e3902913.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg55fd8828cf1e28d31ca1331678509a180.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5aeb6f23fed93d951563913dc5fa02580.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_00_41a20cc46cbca7c5e1f6e6dab34f9c0b.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__base-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/doxygen.css -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/doxygen.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x62.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x64.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x65.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x66.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x69.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6c.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6e.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6f.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x73.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x62.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x64.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x65.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x69.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6c.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6e.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6f.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x73.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__adaptors.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__bind.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__compose.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__exception__catch.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__group__.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__hide.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__lambdas.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__mem__fun.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__ptr__fun.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__retype.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__sigcfunctors.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__signal.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__slot.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/index.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__0.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__1.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__10.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__11.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__12.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__13.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__14.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__15.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__16.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__17.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__18.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__19.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__2.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__20.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__21.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__22.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__23.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__24.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__25.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__26.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__27.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__28.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__29.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__3.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__30.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__31.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__4.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__5.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__6.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__7.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__8.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit__graph__9.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherits.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/modules.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespaces.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacesigc.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adapts-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adapts.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adapts__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T0834e37f8bd5c0361c59dcde65b688ff.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T0960d75154b94d71b8dc83e697de0977.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T1564029be5092b4f54029884f8072971.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T436ea37e3d0376f65064cb6eeb85bc6f.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T4b2da9832015a0e3ce25e0dca6b9ceb1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T5d526f12c92849dac4a70f282eec9dc2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T69acdb40ccadd9132b5b22be14f1d570.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T723f3b4044979b2b751d7da0157d7605.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T80924a7b7c3c1f42ece02e3f2d52a352.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T8abd615cc403946700f41917bb90042c.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T8b56690e14425f094432a8a8a13b1d47.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01Tf230465d8da8d21a2da815d7eb05b413.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01n2baeca3d362bb6c43851318434b37475.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01n6d14effad731c8dfead9984e87967108.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01nbe20b8d66fa3e6b3509efbf4c9cd81a1.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01nil_00_01nil_00134c50922ecb7ea017d0f8b65767cdfb.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01nil_00_01nil_00d9cca3203a2622b3ac78912416801669.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01nil_00_01nil_00_01nil_00_01ni35f2e0963b773af799e2db178870d10d.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01nil_00_01nil_00_01nil_00_01ni4ca8293ad07c2413e0de8a15362ea6c4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_0134a004909681b7eead4388b32fdece62.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01f6384c348e419c00f69f976bc89ba7b1.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_0121184f2e1ef112f5a80623ba2748e9bd.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01f58c302972ee5458ed4968a2b13747c4.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_013549d4c2a0a4cb47d1b90f99e27c5783.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01be149f6619e227f0b09fe9f7b62eaa77.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_012b4a7d70c2eae98129c3bfe9249d2cc2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01f974a7f25bea785b929a410bfe465a67.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01232622e68f03ed1747801822dfd682b9.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01db93de110c78ba2a9415a432bca61e85.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_013e0ef356edbd311fb08442ac3997e33a.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_0178717a512657e70d8dd04681908acdd2.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_018a5b055dd53c4d5f24b1fe7455cd33f7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01ed14d55bfd02c716f6d545125549e176.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__return__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__return__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__return__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose1__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose1__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose1__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose2__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose2__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose2__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1connection-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1connection.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1const__reference__wrapper-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1const__reference__wrapper.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_4788a98c68901ad51b4daf97aed5e129.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_5c3a161eb5dba3c597d379b0bd504e5f.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_9b37fe7be1f2633448bc6b77ab8f97ff.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_a4143e7ae6d520989ac59df84e19a8dd.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_ab2712a95d535d7ed5ba1d2f9ca520b4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_c1f3301d3698447d8ef6ff87cf0e83b5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_d8ef7847af7e7170bed8f3a632586811.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T_e1f35ee5b12353a1a715e9045a07a27c.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01vo258d7260cbbb4e192063ff2984a0677a.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01vo46ab0e0230131bbea6ba52203b82e6ec.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01void_00_01void_69d03b1addef529f39a6613c6a98a4fa.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01void_00_01void_724dd7c759e838f48e6fa6545d8e015d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01void_00_01void_00_01void_00_69f792cfebc0febb10ef0b13970eae5e.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01void_00_01void_00_01void_00_f4c559613b292c7b689426d5c155df15.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01void_00_01void_00_01void_00_01void_00_01v5b3d89f816d6c32e29d85fe715111586.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01void_00_01void_00_01void_00_01void_00_01vdb2f9f83b3eba2baeb19678a790211a3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1dereference__trait-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1dereference__trait.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1functor__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1functor__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1reference__wrapper-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1reference__wrapper.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1signal__base-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1signal__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1signal__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__const__iterator-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__const__iterator.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__iterator-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__iterator.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__list-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__list.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1trackable-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1trackable.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1trackable__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_b.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_l.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_r.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tabs.css -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/libsigc++-%%API_VERSION%%.tag -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch01.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02s02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02s03.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02s04.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch03.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch03s02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch04.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch04s02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch04s03.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch05.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/index.html -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%% -%%PORTDOCS%%@dirrm share/devhelp/books/libsigc++-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp -@dirrm lib/sigc++-%%API_VERSION%%/include -@dirrm lib/sigc++-%%API_VERSION%% -@dirrm include/sigc++-%%API_VERSION%%/sigc++/functors -@dirrm include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda -@dirrm include/sigc++-%%API_VERSION%%/sigc++/adaptors -@dirrm include/sigc++-%%API_VERSION%%/sigc++ -@dirrm include/sigc++-%%API_VERSION%% diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile deleted file mode 100644 index f1ee0033f..000000000 --- a/devel/libsoup/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.80 2010/04/02 05:00:38 avl Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.30.1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - proxy.0:${PORTSDIR}/net/libproxy \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack gconf2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="2.4" - -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libsoup has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|" == "|" = "|g' \ - ${WRKSRC}/configure - -post-install: - @${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \ - ${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo deleted file mode 100644 index 558f69917..000000000 --- a/devel/libsoup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libsoup-2.30.1.tar.bz2) = d80fb560a72370fba347785b00a750fb -SHA256 (gnome2/libsoup-2.30.1.tar.bz2) = 6395c6e0bbcf4e822f1c5f3dd6f844116c571ed13cdf611d5c8f1dd4fe5777ed -SIZE (gnome2/libsoup-2.30.1.tar.bz2) = 644401 diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr deleted file mode 100644 index 1ec2bfea4..000000000 --- a/devel/libsoup/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist deleted file mode 100644 index 2c2f61bac..000000000 --- a/devel/libsoup/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h -include/libsoup-%%VERSION%%/libsoup/soup-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-connection.h -include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h -include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie.h -include/libsoup-%%VERSION%%/libsoup/soup-date.h -include/libsoup-%%VERSION%%/libsoup/soup-enum-types.h -include/libsoup-%%VERSION%%/libsoup/soup-form.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-logger.h -include/libsoup-%%VERSION%%/libsoup/soup-message-body.h -include/libsoup-%%VERSION%%/libsoup/soup-message-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-multipart.h -include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h -include/libsoup-%%VERSION%%/libsoup/soup-portability.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-feature.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h -include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h -include/libsoup-%%VERSION%%/libsoup/soup.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-cookie-jar-sqlite.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome-features.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.la -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.1 -lib/libsoup-gnome-%%VERSION%%.a -lib/libsoup-gnome-%%VERSION%%.la -lib/libsoup-gnome-%%VERSION%%.so -lib/libsoup-gnome-%%VERSION%%.so.1 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc -@dirrm include/libsoup-gnome-%%VERSION%%/libsoup -@dirrm include/libsoup-gnome-%%VERSION%% -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile deleted file mode 100644 index 0957c0094..000000000 --- a/devel/mm-common/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: mm-common -# Date Created: 27 Aug 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/mm-common/Makefile,v 1.10 2010/02/07 15:37:15 kwm Exp $ -# - -PORTNAME= mm-common -PORTVERSION= 0.9.2 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common build infrastructure for the GNOME C++ binding libraries - -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl - -USE_GNOME= gnomehack -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -MAN1= mm-common-prepare.1 - -.include <bsd.port.mk> diff --git a/devel/mm-common/distinfo b/devel/mm-common/distinfo deleted file mode 100644 index fd7783b33..000000000 --- a/devel/mm-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mm-common-0.9.2.tar.bz2) = 8cdc5620bd864d1a17e353398e8ec1ab -SHA256 (mm-common-0.9.2.tar.bz2) = 6bcd2681c95f3250b60127a8690901c16efd4b456f8c21e0fe72a1a6a15d89fc -SIZE (mm-common-0.9.2.tar.bz2) = 612396 diff --git a/devel/mm-common/pkg-descr b/devel/mm-common/pkg-descr deleted file mode 100644 index ec53b63e0..000000000 --- a/devel/mm-common/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>. - -The mm-common module provides the build infrastructure and utilities -shared among the GNOME C++ binding libraries. It is only a required -dependency for building the C++ bindings from the gnome.org version -control repository. An installation of mm-common is not required for -building tarball releases, unless configured to use maintainer-mode. - -Release archives of mm-common include the Doxygen tag file for the -GNU C++ Library reference documentation. It is covered by the same -licence as the source code it was extracted from. More information -is available at <http://gcc.gnu.org/onlinedocs/libstdc++/>. - -WWW: http://www.gtkmm.org diff --git a/devel/mm-common/pkg-plist b/devel/mm-common/pkg-plist deleted file mode 100644 index 262bfe32a..000000000 --- a/devel/mm-common/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/mm-common-prepare -share/aclocal/mm-common.m4 -share/aclocal/mm-dietlib.m4 -share/aclocal/mm-doc.m4 -share/aclocal/mm-module.m4 -share/aclocal/mm-pkg.m4 -share/aclocal/mm-warnings.m4 -share/doc/mm-common/README -share/doc/mm-common/skeletonmm.tar.gz -share/mm-common/build/compile-binding.am -share/mm-common/build/dist-changelog.am -share/mm-common/build/doc-reference.am -share/mm-common/build/generate-binding.am -share/mm-common/doctags/libstdc++.tag -share/mm-common/doctool/doc-install.pl -share/mm-common/doctool/doc-postprocess.pl -share/mm-common/doctool/doxygen.css -share/mm-common/doctool/tagfile-to-devhelp2.xsl -libdata/pkgconfig/mm-common-libstdc++.pc -@dirrm share/mm-common/doctool -@dirrm share/mm-common/doctags -@dirrm share/mm-common/build -@dirrm share/mm-common -@dirrm share/doc/mm-common -@dirrmtry share/aclocal diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile deleted file mode 100644 index 3ff90aa4c..000000000 --- a/devel/py-dbus/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: py-dbus -# Date Created: 25 July 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= dbus -PORTVERSION= 0.83.1 -CATEGORIES= devel gnome python -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for the D-BUS messaging system - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GNOME= gnomehack gnometarget -USE_PYTHON= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${PYTHON_INCLUDEDIR}" -CONFIGURE_ARGS= --docdir=${DOCSDIR} - -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/rst2html) && !defined(NOPORTDOCS) -PLIST_SUB+= HTML="" -.else -CONFIGURE_ARGS+=--disable-html-docs -PLIST_SUB+= HTML="@comment " -.endif - -post-patch: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \ - s|PYTHON install-nodist_docDATA|PYTHON|g' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} && \ - ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/py-dbus/distinfo b/devel/py-dbus/distinfo deleted file mode 100644 index 58a0d4331..000000000 --- a/devel/py-dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-python-0.83.1.tar.gz) = 5fdf3970aa0c00020289de7ba8f3be18 -SHA256 (dbus-python-0.83.1.tar.gz) = ce283806f1af4f2322e183a276528a880b503c74972932bd09f06bdb7fcc1b99 -SIZE (dbus-python-0.83.1.tar.gz) = 533391 diff --git a/devel/py-dbus/pkg-descr b/devel/py-dbus/pkg-descr deleted file mode 100644 index 39ce5c24e..000000000 --- a/devel/py-dbus/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for the D-BUS interprocess messaging system. - -WWW: http://dbus.freedesktop.org/doc/dbus-python/ diff --git a/devel/py-dbus/pkg-plist b/devel/py-dbus/pkg-plist deleted file mode 100644 index ffb5f1929..000000000 --- a/devel/py-dbus/pkg-plist +++ /dev/null @@ -1,87 +0,0 @@ -include/dbus-1.0/dbus/dbus-python.h -%%PYTHON_SITELIBDIR%%/_dbus_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_bindings.la -%%PYTHON_SITELIBDIR%%/_dbus_bindings.so -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.la -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.so -%%PYTHON_SITELIBDIR%%/dbus/__init__.py -%%PYTHON_SITELIBDIR%%/dbus/__init__.pyc -%%PYTHON_SITELIBDIR%%/dbus/__init__.pyo -%%PYTHON_SITELIBDIR%%/dbus/_dbus.py -%%PYTHON_SITELIBDIR%%/dbus/_dbus.pyc -%%PYTHON_SITELIBDIR%%/dbus/_dbus.pyo -%%PYTHON_SITELIBDIR%%/dbus/_expat_introspect_parser.py -%%PYTHON_SITELIBDIR%%/dbus/_expat_introspect_parser.pyc -%%PYTHON_SITELIBDIR%%/dbus/_expat_introspect_parser.pyo -%%PYTHON_SITELIBDIR%%/dbus/_version.py -%%PYTHON_SITELIBDIR%%/dbus/_version.pyc -%%PYTHON_SITELIBDIR%%/dbus/_version.pyo -%%PYTHON_SITELIBDIR%%/dbus/bus.py -%%PYTHON_SITELIBDIR%%/dbus/bus.pyc -%%PYTHON_SITELIBDIR%%/dbus/bus.pyo -%%PYTHON_SITELIBDIR%%/dbus/connection.py -%%PYTHON_SITELIBDIR%%/dbus/connection.pyc -%%PYTHON_SITELIBDIR%%/dbus/connection.pyo -%%PYTHON_SITELIBDIR%%/dbus/dbus_bindings.py -%%PYTHON_SITELIBDIR%%/dbus/dbus_bindings.pyc -%%PYTHON_SITELIBDIR%%/dbus/dbus_bindings.pyo -%%PYTHON_SITELIBDIR%%/dbus/decorators.py -%%PYTHON_SITELIBDIR%%/dbus/decorators.pyc -%%PYTHON_SITELIBDIR%%/dbus/decorators.pyo -%%PYTHON_SITELIBDIR%%/dbus/exceptions.py -%%PYTHON_SITELIBDIR%%/dbus/exceptions.pyc -%%PYTHON_SITELIBDIR%%/dbus/exceptions.pyo -%%PYTHON_SITELIBDIR%%/dbus/glib.py -%%PYTHON_SITELIBDIR%%/dbus/glib.pyc -%%PYTHON_SITELIBDIR%%/dbus/glib.pyo -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.py -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.pyc -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.pyo -%%PYTHON_SITELIBDIR%%/dbus/lowlevel.py -%%PYTHON_SITELIBDIR%%/dbus/lowlevel.pyc -%%PYTHON_SITELIBDIR%%/dbus/lowlevel.pyo -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.py -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyc -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyo -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.py -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyc -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyo -%%PYTHON_SITELIBDIR%%/dbus/proxies.py -%%PYTHON_SITELIBDIR%%/dbus/proxies.pyc -%%PYTHON_SITELIBDIR%%/dbus/proxies.pyo -%%PYTHON_SITELIBDIR%%/dbus/server.py -%%PYTHON_SITELIBDIR%%/dbus/server.pyc -%%PYTHON_SITELIBDIR%%/dbus/server.pyo -%%PYTHON_SITELIBDIR%%/dbus/service.py -%%PYTHON_SITELIBDIR%%/dbus/service.pyc -%%PYTHON_SITELIBDIR%%/dbus/service.pyo -%%PYTHON_SITELIBDIR%%/dbus/types.py -%%PYTHON_SITELIBDIR%%/dbus/types.pyc -%%PYTHON_SITELIBDIR%%/dbus/types.pyo -%%PYTHON_SITELIBDIR%%/dbus_bindings.py -%%PYTHON_SITELIBDIR%%/dbus_bindings.pyc -%%PYTHON_SITELIBDIR%%/dbus_bindings.pyo -libdata/pkgconfig/dbus-python.pc -%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html -%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/README -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-emitter.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop -@dirrm %%PYTHON_SITELIBDIR%%/dbus diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile deleted file mode 100644 index 3f6076fc8..000000000 --- a/devel/py-gobject/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: py-gobject -# Date created: 10 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.35 2009/09/23 21:44:30 kwm Exp $ -# - -PORTNAME= gobject -PORTVERSION= 2.21.1 -CATEGORIES= devel python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-docs - -CONFLICTS= py*-gtk-0* -PLIST_SUB= PYTHON_VER="${PYTHON_VER}" - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - ${PREFIX}/share/pygobject/2.0/codegen - -.include <bsd.port.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo deleted file mode 100644 index 2c1792ed6..000000000 --- a/devel/py-gobject/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygobject-2.21.1.tar.bz2) = c12eef0cd6725dc7245c3db78ef85d2d -SHA256 (gnome2/pygobject-2.21.1.tar.bz2) = e6ae6c70966899d2040c82ae4e1590cf941ebf121a3ec61e80bf517ce8d9be0a -SIZE (gnome2/pygobject-2.21.1.tar.bz2) = 681795 diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in deleted file mode 100644 index 39d35befb..000000000 --- a/devel/py-gobject/files/patch-docs_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Sat May 5 01:25:03 2007 -+++ docs/Makefile.in Sat May 5 01:25:39 2007 -@@ -223,7 +223,7 @@ XSL_FILES = \ - # fixxref cannot be included in XSL_FILES, because automake is touching it - # so the date is newer then the files in HTML_FILES - FIXXREF = xsl/fixxref.py --TARGET_DIR = $(datadir)/gtk-doc/html/pygobject -+TARGET_DIR = $(prefix)/share/doc/pygobject - CSSdir = $(TARGET_DIR) - CSS_DATA = $(CSS_FILES) - XSLdir = $(datadir)/pygobject/xsl diff --git a/devel/py-gobject/files/patch-pygobject-2.0.pc.in b/devel/py-gobject/files/patch-pygobject-2.0.pc.in deleted file mode 100644 index 76ee71ccd..000000000 --- a/devel/py-gobject/files/patch-pygobject-2.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pygobject-2.0.pc.in.orig 2008-09-03 15:31:23.000000000 +0000 -+++ pygobject-2.0.pc.in 2008-09-03 15:31:43.000000000 +0000 -@@ -10,7 +10,7 @@ - # install additional headers. - pygtkincludedir=${includedir}/pygtk-2.0 - fixxref=${datadir}/pygobject/xsl/fixxref.py --pygdocs=${datadir}/gtk-doc/html/pygobject -+pygdocs=${datadir}/doc/pygobject - defsdir=${datadir}/pygobject/2.0/defs - codegendir=${datadir}/pygobject/2.0/codegen - diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr deleted file mode 100644 index eded7fcd4..000000000 --- a/devel/py-gobject/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyGObject provides a convenient wrapper for the GObject+ library for use -in Python programs, and takes care of many of the boring details such as -managing memory and type casting. When combined with PyGTK, PyORBit and -gnome-python, it can be used to write full featured Gnome applications. diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist deleted file mode 100644 index 67f431338..000000000 --- a/devel/py-gobject/pkg-plist +++ /dev/null @@ -1,191 +0,0 @@ -bin/pygobject-codegen-2.0 -include/pygtk-2.0/pyglib.h -include/pygtk-2.0/pygobject.h -lib/libpyglib-2.0-python%%PYTHON_VER%%.la -lib/libpyglib-2.0-python%%PYTHON_VER%%.so -lib/libpyglib-2.0-python%%PYTHON_VER%%.so.0 -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyo -%%PYTHON_SITELIBDIR%%/pygtk.pth -%%PYTHON_SITELIBDIR%%/pygtk.py -%%PYTHON_SITELIBDIR%%/pygtk.pyc -%%PYTHON_SITELIBDIR%%/pygtk.pyo -libdata/pkgconfig/pygobject-2.0.pc -share/doc/pygobject/class-gioappinfo.html -share/doc/pygobject/class-gioapplaunchcontext.html -share/doc/pygobject/class-gioasyncresult.html -share/doc/pygobject/class-giobufferedinputstream.html -share/doc/pygobject/class-giobufferedoutputstream.html -share/doc/pygobject/class-giocancellable.html -share/doc/pygobject/class-giodatainputstream.html -share/doc/pygobject/class-giodataoutputstream.html -share/doc/pygobject/class-giodrive.html -share/doc/pygobject/class-gioemblem.html -share/doc/pygobject/class-gioemblemedicon.html -share/doc/pygobject/class-giofile.html -share/doc/pygobject/class-giofileattributeinfo.html -share/doc/pygobject/class-giofileenumerator.html -share/doc/pygobject/class-giofileicon.html -share/doc/pygobject/class-giofileinfo.html -share/doc/pygobject/class-giofileinputstream.html -share/doc/pygobject/class-giofilemonitor.html -share/doc/pygobject/class-giofileoutputstream.html -share/doc/pygobject/class-giofilterinputstream.html -share/doc/pygobject/class-giofilteroutputstream.html -share/doc/pygobject/class-gioicon.html -share/doc/pygobject/class-gioinputstream.html -share/doc/pygobject/class-gioloadableicon.html -share/doc/pygobject/class-giomemoryinputstream.html -share/doc/pygobject/class-giomemoryoutputstream.html -share/doc/pygobject/class-giomount.html -share/doc/pygobject/class-giomountoperation.html -share/doc/pygobject/class-giooutputstream.html -share/doc/pygobject/class-gioseekable.html -share/doc/pygobject/class-giosimpleasyncresult.html -share/doc/pygobject/class-giothemedicon.html -share/doc/pygobject/class-giounixinputstream.html -share/doc/pygobject/class-giounixoutputstream.html -share/doc/pygobject/class-giovolume.html -share/doc/pygobject/class-giovolumemonitor.html -share/doc/pygobject/class-glibmaincontext.html -share/doc/pygobject/class-glibmainloop.html -share/doc/pygobject/class-gobject.html -share/doc/pygobject/class-gobjectgboxed.html -share/doc/pygobject/class-gobjectginterface.html -share/doc/pygobject/class-gobjectgpointer.html -share/doc/pygobject/gio-class-reference.html -share/doc/pygobject/gio-constants.html -share/doc/pygobject/gio-functions.html -share/doc/pygobject/giounix-class-reference.html -share/doc/pygobject/glib-class-reference.html -share/doc/pygobject/glib-constants.html -share/doc/pygobject/glib-functions.html -share/doc/pygobject/gobject-class-reference.html -share/doc/pygobject/gobject-constants.html -share/doc/pygobject/gobject-functions.html -share/doc/pygobject/index.html -share/doc/pygobject/index.sgml -share/doc/pygobject/pygobject-introduction.html -share/doc/pygobject/pygobject.devhelp -share/doc/pygobject/style.css -share/pygobject/2.0/codegen/__init__.py -share/pygobject/2.0/codegen/__init__.pyc -share/pygobject/2.0/codegen/__init__.pyo -share/pygobject/2.0/codegen/argtypes.py -share/pygobject/2.0/codegen/argtypes.pyc -share/pygobject/2.0/codegen/argtypes.pyo -share/pygobject/2.0/codegen/code-coverage.py -share/pygobject/2.0/codegen/code-coverage.pyc -share/pygobject/2.0/codegen/codegen.py -share/pygobject/2.0/codegen/codegen.pyc -share/pygobject/2.0/codegen/createdefs.py -share/pygobject/2.0/codegen/createdefs.pyc -share/pygobject/2.0/codegen/definitions.py -share/pygobject/2.0/codegen/definitions.pyc -share/pygobject/2.0/codegen/definitions.pyo -share/pygobject/2.0/codegen/defsconvert.py -share/pygobject/2.0/codegen/defsconvert.pyc -share/pygobject/2.0/codegen/defsgen.py -share/pygobject/2.0/codegen/defsgen.pyc -share/pygobject/2.0/codegen/defsparser.py -share/pygobject/2.0/codegen/defsparser.pyc -share/pygobject/2.0/codegen/defsparser.pyo -share/pygobject/2.0/codegen/docextract.py -share/pygobject/2.0/codegen/docextract.pyc -share/pygobject/2.0/codegen/docextract.pyo -share/pygobject/2.0/codegen/docextract_to_xml.py -share/pygobject/2.0/codegen/docextract_to_xml.pyc -share/pygobject/2.0/codegen/docgen.py -share/pygobject/2.0/codegen/docgen.pyc -share/pygobject/2.0/codegen/h2def.py -share/pygobject/2.0/codegen/h2def.pyc -share/pygobject/2.0/codegen/mergedefs.py -share/pygobject/2.0/codegen/mergedefs.pyc -share/pygobject/2.0/codegen/missingdefs.py -share/pygobject/2.0/codegen/missingdefs.pyc -share/pygobject/2.0/codegen/mkskel.py -share/pygobject/2.0/codegen/mkskel.pyc -share/pygobject/2.0/codegen/override.py -share/pygobject/2.0/codegen/override.pyc -share/pygobject/2.0/codegen/override.pyo -share/pygobject/2.0/codegen/reversewrapper.py -share/pygobject/2.0/codegen/reversewrapper.pyc -share/pygobject/2.0/codegen/reversewrapper.pyo -share/pygobject/2.0/codegen/scanvirtuals.py -share/pygobject/2.0/codegen/scanvirtuals.pyc -share/pygobject/2.0/codegen/scmexpr.py -share/pygobject/2.0/codegen/scmexpr.pyc -share/pygobject/2.0/defs/gappinfo.override -share/pygobject/2.0/defs/gapplaunchcontext.override -share/pygobject/2.0/defs/gbufferedinputstream.override -share/pygobject/2.0/defs/gdatainputstream.override -share/pygobject/2.0/defs/gdrive.override -share/pygobject/2.0/defs/gfile.override -share/pygobject/2.0/defs/gfileattribute.override -share/pygobject/2.0/defs/gfileenumerator.override -share/pygobject/2.0/defs/gfileinfo.override -share/pygobject/2.0/defs/gfileinputstream.override -share/pygobject/2.0/defs/gfileiostream.override -share/pygobject/2.0/defs/gfileoutputstream.override -share/pygobject/2.0/defs/gicon.override -share/pygobject/2.0/defs/ginputstream.override -share/pygobject/2.0/defs/gio-types.defs -share/pygobject/2.0/defs/gio.defs -share/pygobject/2.0/defs/gio.override -share/pygobject/2.0/defs/giostream.override -share/pygobject/2.0/defs/gmemoryinputstream.override -share/pygobject/2.0/defs/gmemoryoutputstream.override -share/pygobject/2.0/defs/gmount.override -share/pygobject/2.0/defs/goutputstream.override -share/pygobject/2.0/defs/gresolver.override -share/pygobject/2.0/defs/gsocket.override -share/pygobject/2.0/defs/gvolume.override -share/pygobject/2.0/defs/gvolumemonitor.override -share/pygobject/2.0/defs/unix-types.defs -share/pygobject/2.0/defs/unix.defs -share/pygobject/2.0/defs/unix.override -share/pygobject/xsl/common.xsl -share/pygobject/xsl/devhelp.xsl -share/pygobject/xsl/fixxref.py -share/pygobject/xsl/html.xsl -share/pygobject/xsl/pdf-style.xsl -share/pygobject/xsl/pdf.xsl -share/pygobject/xsl/ref-html-style.xsl -@dirrm share/pygobject/xsl -@dirrm share/pygobject/2.0/defs -@dirrm share/pygobject/2.0/codegen -@dirrm share/pygobject/2.0 -@dirrm share/pygobject -@dirrm share/doc/pygobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/glib -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gio -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrmtry include/pygtk-2.0 diff --git a/devel/seed/Makefile b/devel/seed/Makefile deleted file mode 100644 index 5eb213383..000000000 --- a/devel/seed/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: seed -# Date created: 19 July 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/seed/Makefile,v 1.18 2010/03/29 04:29:13 avl Exp $ -# -# NOTE: It may be necessary to update ${FILESDIR}/Seed.js on each release. -# To do that, just replace imports.searchPaths with "." and ".." elements. -# - -PORTNAME= seed -PORTVERSION= 2.30.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GObject JavaScriptCore bridge - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-js-common.pc:${PORTSDIR}/devel/gnome-js-common -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - girepository-1.0.0:${PORTSDIR}/devel/gobject-introspection \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - mpfr.3:${PORTSDIR}/math/mpfr - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 intltool libxml2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--enable-gtk-doc=no - -MAN1= seed.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|== x|= x|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in -# @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ -# 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' -#.if defined(NOPORTEXAMPLES) -# @${REINPLACE_CMD} -e 's|examples||g' \ -# ${WRKSRC}/Makefile.in -#.endif -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ - ${WRKSRC}/Makefile.in -.endif - -pre-build: - cd ${WRKSRC}/extensions && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all - ${CP} ${WRKSRC}/extensions/Seed.js ${WRKSRC}/extensions/Seed.js.sav - ${CP} ${FILESDIR}/Seed.js ${WRKSRC}/extensions/Seed.js - -post-build: - ${CP} ${WRKSRC}/extensions/Seed.js.sav ${WRKSRC}/extensions/Seed.js - -.include <bsd.port.post.mk> diff --git a/devel/seed/distinfo b/devel/seed/distinfo deleted file mode 100644 index 6bee1233b..000000000 --- a/devel/seed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seed-2.30.0.tar.bz2) = dd09d22c6a06b4bbef7320bb6a715c0f -SHA256 (gnome2/seed-2.30.0.tar.bz2) = 3b5e7babd1e14793829c9d521319cbf2af9a66bea604c5dc80a9885558f00361 -SIZE (gnome2/seed-2.30.0.tar.bz2) = 770032 diff --git a/devel/seed/files/Seed.js b/devel/seed/files/Seed.js deleted file mode 100644 index 9edb12c87..000000000 --- a/devel/seed/files/Seed.js +++ /dev/null @@ -1,203 +0,0 @@ -GLib = imports.gi.GLib; - -Seed.sprintf = function () -{ - if (typeof arguments == "undefined") { return null; } - if (arguments.length < 1) { return null; } - if (typeof arguments[0] != "string") { return null; } - if (typeof RegExp == "undefined") { return null; } - - var string = arguments[0]; - var exp = new RegExp(/(%([%]|(\-)?(\+|\x20)?(0)?(\d+)?(\.(\d)?)?([bcdfosxX])))/g); - var matches = new Array(); - var strings = new Array(); - var convCount = 0; - var stringPosStart = 0; - var stringPosEnd = 0; - var matchPosEnd = 0; - var newString = ''; - var match = null; - - while (match = exp.exec(string)) { - if (match[9]) { convCount += 1; } - - stringPosStart = matchPosEnd; - stringPosEnd = exp.lastIndex - match[0].length; - strings[strings.length] = string.substring(stringPosStart, stringPosEnd); - - matchPosEnd = exp.lastIndex; - matches[matches.length] = { - match: match[0], - left: match[3] ? true : false, - sign: match[4] || '', - pad: match[5] || ' ', - min: match[6] || 0, - precision: match[8], - code: match[9] || '%', - negative: parseInt(arguments[convCount]) < 0 ? true : false, - argument: String(arguments[convCount]) - }; - } - strings[strings.length] = string.substring(matchPosEnd); - - if (matches.length == 0) { return string; } - if ((arguments.length - 1) < convCount) { return null; } - - var code = null; - var match = null; - var i = null; - - for (i=0; i<matches.length; i++) { - - if (matches[i].code == '%') { substitution = '%' } - else if (matches[i].code == 'b') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(2)); - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'c') { - matches[i].argument = String(String.fromCharCode(parseInt(Math.abs(parseInt(matches[i].argument))))); - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'd') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument))); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'f') { - matches[i].argument = String(Math.abs(parseFloat(matches[i].argument)).toFixed(matches[i].precision ? matches[i].precision : 6)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'o') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(8)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 's') { - matches[i].argument = matches[i].argument.substring(0, matches[i].precision ? matches[i].precision : matches[i].argument.length) - substitution = Seed.sprintf.convert(matches[i], true); - } - else if (matches[i].code == 'x') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); - substitution = Seed.sprintf.convert(matches[i]); - } - else if (matches[i].code == 'X') { - matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16)); - substitution = Seed.sprintf.convert(matches[i]).toUpperCase(); - } - else { - substitution = matches[i].match; - } - - newString += strings[i]; - newString += substitution; - - } - newString += strings[i]; - - return newString; - -}; - -Seed.sprintf.convert = function(match, nosign) -{ - if (nosign) { - match.sign = ''; - } else { - match.sign = match.negative ? '-' : match.sign; - } - var l = match.min - match.argument.length + 1 - match.sign.length; - var pad = new Array(l < 0 ? 0 : l).join(match.pad); - if (!match.left) { - if (match.pad == "0" || nosign) { - return match.sign + pad + match.argument; - } else { - return pad + match.sign + match.argument; - } - } else { - if (match.pad == "0" || nosign) { - return match.sign + match.argument + pad.replace(/0/g, ' '); - } else { - return match.sign + match.argument + pad; - } - } -}; - - -Seed.repl = function() -{ - try - { - if(readline) - { - // readline is loaded - } - } - catch (e) - { - try - { - readline = imports.readline; - } - catch (e) - { - print(e.name + " " + e.message); - return true; - } - } - - try - { - item = readline.readline("> "); - if (item == "continue") - return false; - print(eval(item)); - } - catch (e) - { - print(e.name + " " + e.message); - } - return true; -} - - -Seed.glib_repl = function() -{ - GLib.idle_add(Seed.repl, null); -} - -Seed.thread_repl = function() -{ - GLib.thread_create_full(function() { while(Seed.repl()){} }, - null, 0, true); -} - -Seed.printf = function () { print(Seed.sprintf.apply(this, arguments)) }; - -if(!imports.searchPath || (imports.searchPath.length == 0)) -{ - imports.searchPath = [ ".", - ".." ]; - - if(Seed.argv.length > 1) - { - __script_path__ = GLib.path_get_dirname(Seed.argv[1]); - - try - { - if(!GLib.path_is_absolute(__script_path__)) - { - __script_path__ = GLib.build_filenamev([GLib.get_current_dir(), - __script_path__]); - } - - __script_path__ = imports.os.realpath(__script_path__); - - if(__script_path__ && __script_path__ != "") - imports.searchPath.push(__script_path__); - } - catch(e) - { - print(imports.JSON.stringify(e)); - } - } - - imports.searchPath.push("."); -} diff --git a/devel/seed/files/patch-libseed_seed-importer.c b/devel/seed/files/patch-libseed_seed-importer.c deleted file mode 100644 index ffce27254..000000000 --- a/devel/seed/files/patch-libseed_seed-importer.c +++ /dev/null @@ -1,49 +0,0 @@ ---- libseed/seed-importer.c.orig 2009-12-31 11:42:51.000000000 +0100 -+++ libseed/seed-importer.c 2010-01-02 02:12:09.000000000 +0100 -@@ -19,6 +19,8 @@ - - #include <gio/gio.h> - #include <string.h> -+#include <stdlib.h> -+#include <unistd.h> - - #include "seed-private.h" - -@@ -636,8 +638,9 @@ seed_importer_handle_file (JSContextRef - JSValueRef js_file_dirname; - JSObjectRef global, c_global; - JSStringRef file_contents, file_name; -- gchar *contents, *walk, *file_path, *canonical, *absolute_path; -+ gchar *contents, *walk, *file_path, *canonical, *absolute_path, *normalp; - gchar *normalized_path; -+ gsize path_max; - - file_path = g_build_filename (dir, file, NULL); - canonical = seed_importer_canonicalize_path (file_path); -@@ -691,15 +694,24 @@ seed_importer_handle_file (JSContextRef - g_path_get_dirname (file_path), NULL); - } - -- normalized_path = realpath (absolute_path, NULL); -+#ifdef PATH_MAX -+ path_max = PATH_MAX; -+#else -+ path_max = pathconf (absolute_path, _PC_PATH_MAX); -+ if (path_max <= 0) -+ path_max = 4096; -+#endif -+ normalized_path = (gchar *) g_malloc (path_max); -+ normalp = realpath (absolute_path, normalized_path); - -- js_file_dirname = seed_value_from_string (ctx, normalized_path, NULL); -+ js_file_dirname = seed_value_from_string (ctx, normalp, NULL); - - seed_object_set_property (nctx, global, "__script_path__", js_file_dirname); - - g_hash_table_insert (file_imports, canonical, global); - g_free (file_path); - g_free (absolute_path); -+ g_free (normalized_path); - - JSEvaluateScript (nctx, file_contents, NULL, file_name, 0, exception); - diff --git a/devel/seed/files/patch-modules_gettext_seed-gettext.c b/devel/seed/files/patch-modules_gettext_seed-gettext.c deleted file mode 100644 index 71aa3b224..000000000 --- a/devel/seed/files/patch-modules_gettext_seed-gettext.c +++ /dev/null @@ -1,27 +0,0 @@ ---- modules/gettext/seed-gettext.c.orig 2009-12-31 05:42:51.000000000 -0500 -+++ modules/gettext/seed-gettext.c 2010-01-07 19:07:10.000000000 -0500 -@@ -312,12 +313,24 @@ seed_module_init(SeedEngine *local_eng) - DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY); - DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES); - DEFINE_ENUM_MEMBER(ns_ref, LC_ALL); -+#ifdef LC_PAPER - DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER); -+#endif -+#ifdef LC_NAME - DEFINE_ENUM_MEMBER(ns_ref, LC_NAME); -+#endif -+#ifdef LC_ADDRESS - DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS); -+#endif -+#ifdef LC_TELEPHONE - DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE); -+#endif -+#ifdef LC_MEASUREMENT - DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT); -+#endif -+#ifdef LC_IDENTIFICATION - DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION); -+#endif - DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE); - - return ns_ref; diff --git a/devel/seed/files/patch-modules_os_seed-os.c b/devel/seed/files/patch-modules_os_seed-os.c deleted file mode 100644 index 6d96d1478..000000000 --- a/devel/seed/files/patch-modules_os_seed-os.c +++ /dev/null @@ -1,95 +0,0 @@ ---- modules/os/seed-os.c.orig 2009-12-31 05:44:49.000000000 -0500 -+++ modules/os/seed-os.c 2010-01-07 19:01:05.000000000 -0500 -@@ -29,8 +29,15 @@ - - #include <sys/stat.h> - #include <sys/utsname.h> -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - - #include <sys/types.h> -+#include <sys/ioctl.h> -+#include <termios.h> -+#include <libutil.h> -+#include <unistd.h> - - #include <fcntl.h> - -@@ -54,18 +61,32 @@ seed_os_realpath (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+ SeedValue sv; - gchar *arg; -+ gchar *resolved_path; - gchar *ret; -+ gsize path_max; - - if (argument_count != 1) - { - EXPECTED_EXCEPTION("os.realpath", "1 argument"); - } - arg = seed_value_to_string (ctx, arguments[0], exception); -- ret = realpath(arg, NULL); -+#ifdef PATH_MAX -+ path_max = PATH_MAX; -+#else -+ path_max = pathconf (arg, _PC_PATH_MAX); -+ if (path_max <= 0) -+ path_max = 4096; -+#endif -+ resolved_path = (gchar *) g_malloc (path_max); -+ ret = realpath(arg, resolved_path); - g_free (arg); - -- return seed_value_from_string (ctx, ret, exception); -+ sv = seed_value_from_string (ctx, ret, exception); -+ g_free (resolved_path); -+ -+ return sv; - } - - SeedValue -@@ -559,7 +580,12 @@ seed_os_unsetenv (SeedContext ctx, - } - - arg = seed_value_to_string (ctx, arguments[0], exception); -+#if __FreeBSD_version < 700000 -+ ret = 0; -+ unsetenv (arg); -+#else - ret = unsetenv (arg); -+#endif - g_free (arg); - - return seed_value_from_int (ctx, ret, exception); -@@ -702,6 +728,7 @@ seed_os_fdatasync (SeedContext ctx, - const SeedValue arguments[], - SeedException * exception) - { -+#if !defined(__FreeBSD__) - gint fd; - - if (argument_count != 1) -@@ -711,6 +738,10 @@ seed_os_fdatasync (SeedContext ctx, - fd = seed_value_to_int (ctx, arguments[0], exception); - - return seed_value_from_int (ctx, fdatasync (fd), exception); -+#else -+ errno = ENOSYS; -+ return seed_value_from_int (ctx, -1, exception); -+#endif - } - - SeedValue -@@ -1112,7 +1144,9 @@ seed_module_init(SeedEngine * eng) - #if defined (O_DIRECT) - OS_DEFINE_QUICK_ENUM (O_DIRECT); - #endif -+#if defined (O_DIRECTORY) - OS_DEFINE_QUICK_ENUM (O_DIRECTORY); -+#endif - OS_DEFINE_QUICK_ENUM (O_NOFOLLOW); - #if defined (O_NOATIME) - OS_DEFINE_QUICK_ENUM (O_NOATIME); diff --git a/devel/seed/pkg-descr b/devel/seed/pkg-descr deleted file mode 100644 index ffc081bb3..000000000 --- a/devel/seed/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Seed is a library and interpreter, dynamically bridging (through -GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME -platform. Seed serves as something which enables you to write standalone -applications in JavaScript, or easily enable your application to be extensible -in JavaScript. - -WWW: http://live.gnome.org/Seed diff --git a/devel/seed/pkg-plist b/devel/seed/pkg-plist deleted file mode 100644 index b91412a68..000000000 --- a/devel/seed/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -bin/seed -include/seed/seed-debug.h -include/seed/seed-module.h -include/seed/seed.h -lib/libseed.a -lib/libseed.la -lib/libseed.so -lib/libseed.so.0 -lib/seed/libseed_cairo.a -lib/seed/libseed_cairo.la -lib/seed/libseed_cairo.so -lib/seed/libseed_canvas.a -lib/seed/libseed_canvas.la -lib/seed/libseed_canvas.so -lib/seed/libseed_dbusnative.a -lib/seed/libseed_dbusnative.la -lib/seed/libseed_dbusnative.so -lib/seed/libseed_example.a -lib/seed/libseed_example.la -lib/seed/libseed_example.so -lib/seed/libseed_ffi.a -lib/seed/libseed_ffi.la -lib/seed/libseed_ffi.so -lib/seed/libseed_gettext.a -lib/seed/libseed_gettext.la -lib/seed/libseed_gettext.so -lib/seed/libseed_gtkbuilder.a -lib/seed/libseed_gtkbuilder.la -lib/seed/libseed_gtkbuilder.so -lib/seed/libseed_libxml.a -lib/seed/libseed_libxml.la -lib/seed/libseed_libxml.so -lib/seed/libseed_mpfr.a -lib/seed/libseed_mpfr.la -lib/seed/libseed_mpfr.so -lib/seed/libseed_multiprocessing.a -lib/seed/libseed_multiprocessing.la -lib/seed/libseed_multiprocessing.so -lib/seed/libseed_os.a -lib/seed/libseed_os.la -lib/seed/libseed_os.so -lib/seed/libseed_readline.a -lib/seed/libseed_readline.la -lib/seed/libseed_readline.so -lib/seed/libseed_sandbox.a -lib/seed/libseed_sandbox.la -lib/seed/libseed_sandbox.so -lib/seed/libseed_sqlite.a -lib/seed/libseed_sqlite.la -lib/seed/libseed_sqlite.so -libdata/pkgconfig/seed.pc -%%DATADIR%%/dbus.js -%%DATADIR%%/extensions/Clutter.js -%%DATADIR%%/extensions/GObject.js -%%DATADIR%%/extensions/Gio.js -%%DATADIR%%/extensions/Gst.js -%%DATADIR%%/extensions/Gtk.js -%%DATADIR%%/extensions/Seed.js -%%DATADIR%%/extensions/xml.js -%%DATADIR%%/lang.js -%%DATADIR%%/repl.js -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/mapping/enum-mapping.png -%%PORTDOCS%%%%DOCSDIR%%/mapping/mapping.html -%%PORTDOCS%%%%DOCSDIR%%/modules/canvas.html -%%PORTDOCS%%%%DOCSDIR%%/modules/gtkbuilder/html/gtkbuilder-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/multiprocessing.html -%%PORTDOCS%%%%DOCSDIR%%/modules/readline/html/readline-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/sandbox/html/sandbox-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/modules/sqlite/html/sqlite-funcs.xml -%%PORTDOCS%%%%DOCSDIR%%/runtime.html -%%PORTDOCS%%%%DOCSDIR%%/sh.css -%%PORTDOCS%%%%DOCSDIR%%/sh.js -%%PORTDOCS%%%%DOCSDIR%%/sh_js.js -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.js -%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/4.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.svg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/tutorial.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/mapping -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/seed -@dirrm lib/seed -@dirrm %%DATADIR%%/extensions -@dirrm %%DATADIR%% diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile deleted file mode 100644 index e339ebf5e..000000000 --- a/editors/gedit-plugins/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: gedit-plugins -# Date created: 19 September 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.42 2010/01/17 13:26:49 kwm Exp $ -# - -PORTNAME= gedit-plugins -PORTVERSION= 2.30.0 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plugins for GEdit 2 - -BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ - gucharmap:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ - gucharmap:${PORTSDIR}/deskutils/gucharmap - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gnomeprefix intlhack gnomevfs2 -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas \ - gedit-drawspaces.schemas - -OPTIONS= PYTHON "Build plugins that depend on python" off - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" || defined(WITH_PYTHON) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ - ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ - ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo deleted file mode 100644 index 1862e2f04..000000000 --- a/editors/gedit-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-plugins-2.30.0.tar.bz2) = f1200605247b3ece1212c363f0b04c1d -SHA256 (gnome2/gedit-plugins-2.30.0.tar.bz2) = 8a177f2455ee5c58bc4a19df013d5698b14ae6a3f31ed48347904cf467a79509 -SIZE (gnome2/gedit-plugins-2.30.0.tar.bz2) = 598898 diff --git a/editors/gedit-plugins/pkg-descr b/editors/gedit-plugins/pkg-descr deleted file mode 100644 index f4eabb23d..000000000 --- a/editors/gedit-plugins/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Various additional plug-ins for GEdit 2. diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist deleted file mode 100644 index b4f253afe..000000000 --- a/editors/gedit-plugins/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -lib/gedit-2/plugins/bookmarks.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.py -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyc -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyo -lib/gedit-2/plugins/charmap.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/codecomment.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/codecomment.py -%%PYTHON%%lib/gedit-2/plugins/codecomment.pyc -%%PYTHON%%lib/gedit-2/plugins/codecomment.pyo -%%PYTHON%%lib/gedit-2/plugins/colorpicker.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/colorpicker.py -%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyc -%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyo -%%PYTHON%%lib/gedit-2/plugins/commander.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/commander/__init__.py -%%PYTHON%%lib/gedit-2/plugins/commander/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/__init__.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/accel_group.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/accel_group.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/accel_group.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/completion.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/completion.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/completion.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/exceptions.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/exceptions.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/exceptions.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/method.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/method.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/method.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/module.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/module.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/module.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/result.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/result.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/result.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/commands/rollbackimporter.py -%%PYTHON%%lib/gedit-2/plugins/commander/commands/rollbackimporter.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/commands/rollbackimporter.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/entry.py -%%PYTHON%%lib/gedit-2/plugins/commander/entry.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/entry.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/history.py -%%PYTHON%%lib/gedit-2/plugins/commander/history.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/history.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/info.py -%%PYTHON%%lib/gedit-2/plugins/commander/info.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/info.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/transparentwindow.py -%%PYTHON%%lib/gedit-2/plugins/commander/transparentwindow.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/transparentwindow.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/utils.py -%%PYTHON%%lib/gedit-2/plugins/commander/utils.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/utils.pyo -%%PYTHON%%lib/gedit-2/plugins/commander/windowhelper.py -%%PYTHON%%lib/gedit-2/plugins/commander/windowhelper.pyc -%%PYTHON%%lib/gedit-2/plugins/commander/windowhelper.pyo -lib/gedit-2/plugins/drawspaces.gedit-plugin -lib/gedit-2/plugins/gpdefs.py -lib/gedit-2/plugins/gpdefs.pyc -lib/gedit-2/plugins/gpdefs.pyo -%%PYTHON%%lib/gedit-2/plugins/joinlines.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/joinlines.py -%%PYTHON%%lib/gedit-2/plugins/joinlines.pyc -%%PYTHON%%lib/gedit-2/plugins/joinlines.pyo -lib/gedit-2/plugins/libbookmarks.a -lib/gedit-2/plugins/libbookmarks.la -lib/gedit-2/plugins/libbookmarks.so -lib/gedit-2/plugins/libcharmap.a -lib/gedit-2/plugins/libcharmap.la -lib/gedit-2/plugins/libcharmap.so -lib/gedit-2/plugins/libdrawspaces.a -lib/gedit-2/plugins/libdrawspaces.la -lib/gedit-2/plugins/libdrawspaces.so -lib/gedit-2/plugins/libshowtabbar.a -lib/gedit-2/plugins/libshowtabbar.la -lib/gedit-2/plugins/libshowtabbar.so -lib/gedit-2/plugins/libwordcompletion.a -lib/gedit-2/plugins/libwordcompletion.la -lib/gedit-2/plugins/libwordcompletion.so -%%PYTHON%%lib/gedit-2/plugins/multiedit.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/multiedit/constants.py -%%PYTHON%%lib/gedit-2/plugins/multiedit/constants.pyc -%%PYTHON%%lib/gedit-2/plugins/multiedit/constants.pyo -%%PYTHON%%lib/gedit-2/plugins/multiedit/documenthelper.py -%%PYTHON%%lib/gedit-2/plugins/multiedit/documenthelper.pyc -%%PYTHON%%lib/gedit-2/plugins/multiedit/documenthelper.pyo -%%PYTHON%%lib/gedit-2/plugins/multiedit/__init__.py -%%PYTHON%%lib/gedit-2/plugins/multiedit/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/multiedit/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/multiedit/signals.py -%%PYTHON%%lib/gedit-2/plugins/multiedit/signals.pyc -%%PYTHON%%lib/gedit-2/plugins/multiedit/signals.pyo -%%PYTHON%%lib/gedit-2/plugins/multiedit/windowhelper.py -%%PYTHON%%lib/gedit-2/plugins/multiedit/windowhelper.pyc -%%PYTHON%%lib/gedit-2/plugins/multiedit/windowhelper.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyo -lib/gedit-2/plugins/showtabbar.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/smartspaces.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/smartspaces.py -%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyc -%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyo -%%PYTHON%%lib/gedit-2/plugins/terminal.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/terminal.py -%%PYTHON%%lib/gedit-2/plugins/terminal.pyc -%%PYTHON%%lib/gedit-2/plugins/terminal.pyo -lib/gedit-2/plugins/wordcompletion.gedit-plugin -share/gedit-2/plugins/bookmarks/bookmark.png -%%PYTHON%%share/gedit-2/plugins/commander/modules/align.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/align.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/align.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/bookmark.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/bookmark.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/bookmark.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/doc.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/doc.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/doc.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/edit.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/edit.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/edit.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/__init__.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/__init__.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/__init__.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/finder.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/finder.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/finder.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/regex.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/regex.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/regex.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/test.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/test.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/find/test.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/format.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/format.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/format.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/goto.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/goto.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/goto.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/help.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/help.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/help.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/move.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/move.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/move.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/reload.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/reload.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/reload.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/set.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/set.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/set.pyo -%%PYTHON%%share/gedit-2/plugins/commander/modules/shell.py -%%PYTHON%%share/gedit-2/plugins/commander/modules/shell.pyc -%%PYTHON%%share/gedit-2/plugins/commander/modules/shell.pyo -share/gedit-2/plugins/drawspaces/drawspaces.ui -%%PYTHON%%share/gedit-2/plugins/sessionsaver/sessionsaver.ui -share/locale/ar/LC_MESSAGES/gedit-plugins.mo -share/locale/as/LC_MESSAGES/gedit-plugins.mo -share/locale/az/LC_MESSAGES/gedit-plugins.mo -share/locale/be/LC_MESSAGES/gedit-plugins.mo -share/locale/be@latin/LC_MESSAGES/gedit-plugins.mo -share/locale/bg/LC_MESSAGES/gedit-plugins.mo -share/locale/bn_IN/LC_MESSAGES/gedit-plugins.mo -share/locale/ca/LC_MESSAGES/gedit-plugins.mo -share/locale/cs/LC_MESSAGES/gedit-plugins.mo -share/locale/da/LC_MESSAGES/gedit-plugins.mo -share/locale/de/LC_MESSAGES/gedit-plugins.mo -share/locale/dz/LC_MESSAGES/gedit-plugins.mo -share/locale/el/LC_MESSAGES/gedit-plugins.mo -share/locale/en_CA/LC_MESSAGES/gedit-plugins.mo -share/locale/en_GB/LC_MESSAGES/gedit-plugins.mo -share/locale/es/LC_MESSAGES/gedit-plugins.mo -share/locale/et/LC_MESSAGES/gedit-plugins.mo -share/locale/eu/LC_MESSAGES/gedit-plugins.mo -share/locale/fi/LC_MESSAGES/gedit-plugins.mo -share/locale/fr/LC_MESSAGES/gedit-plugins.mo -share/locale/ga/LC_MESSAGES/gedit-plugins.mo -share/locale/gl/LC_MESSAGES/gedit-plugins.mo -share/locale/gu/LC_MESSAGES/gedit-plugins.mo -share/locale/he/LC_MESSAGES/gedit-plugins.mo -share/locale/hi/LC_MESSAGES/gedit-plugins.mo -share/locale/hr/LC_MESSAGES/gedit-plugins.mo -share/locale/hu/LC_MESSAGES/gedit-plugins.mo -share/locale/it/LC_MESSAGES/gedit-plugins.mo -share/locale/ja/LC_MESSAGES/gedit-plugins.mo -share/locale/kn/LC_MESSAGES/gedit-plugins.mo -share/locale/ko/LC_MESSAGES/gedit-plugins.mo -share/locale/lt/LC_MESSAGES/gedit-plugins.mo -share/locale/lv/LC_MESSAGES/gedit-plugins.mo -share/locale/mk/LC_MESSAGES/gedit-plugins.mo -share/locale/ml/LC_MESSAGES/gedit-plugins.mo -share/locale/mn/LC_MESSAGES/gedit-plugins.mo -share/locale/mr/LC_MESSAGES/gedit-plugins.mo -share/locale/ms/LC_MESSAGES/gedit-plugins.mo -share/locale/nb/LC_MESSAGES/gedit-plugins.mo -share/locale/ne/LC_MESSAGES/gedit-plugins.mo -share/locale/nl/LC_MESSAGES/gedit-plugins.mo -share/locale/nn/LC_MESSAGES/gedit-plugins.mo -share/locale/oc/LC_MESSAGES/gedit-plugins.mo -share/locale/or/LC_MESSAGES/gedit-plugins.mo -share/locale/pa/LC_MESSAGES/gedit-plugins.mo -share/locale/pl/LC_MESSAGES/gedit-plugins.mo -share/locale/pt/LC_MESSAGES/gedit-plugins.mo -share/locale/pt_BR/LC_MESSAGES/gedit-plugins.mo -share/locale/ro/LC_MESSAGES/gedit-plugins.mo -share/locale/ru/LC_MESSAGES/gedit-plugins.mo -share/locale/rw/LC_MESSAGES/gedit-plugins.mo -share/locale/sk/LC_MESSAGES/gedit-plugins.mo -share/locale/sl/LC_MESSAGES/gedit-plugins.mo -share/locale/sq/LC_MESSAGES/gedit-plugins.mo -share/locale/sr/LC_MESSAGES/gedit-plugins.mo -share/locale/sr@Latn/LC_MESSAGES/gedit-plugins.mo -share/locale/sv/LC_MESSAGES/gedit-plugins.mo -share/locale/ta/LC_MESSAGES/gedit-plugins.mo -share/locale/te/LC_MESSAGES/gedit-plugins.mo -share/locale/th/LC_MESSAGES/gedit-plugins.mo -share/locale/tr/LC_MESSAGES/gedit-plugins.mo -share/locale/uk/LC_MESSAGES/gedit-plugins.mo -share/locale/vi/LC_MESSAGES/gedit-plugins.mo -share/locale/wa/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_CN/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_HK/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo -%%PYTHON%%@dirrm lib/gedit-2/plugins/multiedit -%%PYTHON%%@dirrm lib/gedit-2/plugins/sessionsaver -%%PYTHON%%@dirrm lib/gedit-2/plugins/commander/commands -%%PYTHON%%@dirrm lib/gedit-2/plugins/commander -%%PYTHON%%@dirrm share/gedit-2/plugins/sessionsaver -@dirrm share/gedit-2/plugins/drawspaces -%%PYTHON%%@dirrm share/gedit-2/plugins/commander/modules/find -%%PYTHON%%@dirrm share/gedit-2/plugins/commander/modules -%%PYTHON%%@dirrm share/gedit-2/plugins/commander -@dirrm share/gedit-2/plugins/bookmarks -@dirrmtry share/gedit-2/plugins -@dirrmtry share/gedit-2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile deleted file mode 100644 index c8724c8b9..000000000 --- a/editors/gedit/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.119 2010/04/19 13:53:56 kwm Exp $ -# - -PORTNAME= gedit -PORTVERSION= 2.30.2 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small but powerful text editor for GNOME 2 Desktop Environment - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_XORG= sm -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ - desktopfileutils gnomedocutils ltasneededhack -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.20" - -MAN1= gedit.1 -GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -#pre-build: -# ${MKDIR} ${WRKSRC}/bindings/python/.deps -#.for ff in gedit_la-gedit.Plo gedit_la-geditcommands.Plo gedit_la-geditutils.Plo -# ${TOUCH} ${WRKSRC}/bindings/python/.deps/${ff} -#.endfor - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo deleted file mode 100644 index 7a30af2fc..000000000 --- a/editors/gedit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-2.30.2.tar.bz2) = 00ccd2fdba5c5e1d3bc54da5377f0277 -SHA256 (gnome2/gedit-2.30.2.tar.bz2) = bcaa3ececd38293524b12f793bc939268531ce7a2b7f49212362098cf36b1bd5 -SIZE (gnome2/gedit-2.30.2.tar.bz2) = 4715261 diff --git a/editors/gedit/pkg-descr b/editors/gedit/pkg-descr deleted file mode 100644 index 29135d79f..000000000 --- a/editors/gedit/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gEdit is a Gtk+-2 text editor. Its features include: - - * Complete integration with the GNOME Environment, including GnomeMDI - * Global Search and Replace - * Dynamically loaded fonts - * Splitscreen Mode - * Printing support - * Configurable Plugins system - * Unlimited Undo/Redo - -WWW: http://www.gnome.org/projects/gedit/ diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist deleted file mode 100644 index e04a0f58c..000000000 --- a/editors/gedit/pkg-plist +++ /dev/null @@ -1,685 +0,0 @@ -bin/gedit -bin/gnome-text-editor -include/gedit-%%VERSION%%/gedit/gedit-app.h -include/gedit-%%VERSION%%/gedit/gedit-commands.h -include/gedit-%%VERSION%%/gedit/gedit-debug.h -include/gedit-%%VERSION%%/gedit/gedit-document.h -include/gedit-%%VERSION%%/gedit/gedit-encodings-combo-box.h -include/gedit-%%VERSION%%/gedit/gedit-encodings.h -include/gedit-%%VERSION%%/gedit/gedit-file-chooser-dialog.h -include/gedit-%%VERSION%%/gedit/gedit-help.h -include/gedit-%%VERSION%%/gedit/gedit-message-bus.h -include/gedit-%%VERSION%%/gedit/gedit-message-type.h -include/gedit-%%VERSION%%/gedit/gedit-message.h -include/gedit-%%VERSION%%/gedit/gedit-notebook.h -include/gedit-%%VERSION%%/gedit/gedit-panel.h -include/gedit-%%VERSION%%/gedit/gedit-plugin.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h -include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h -include/gedit-%%VERSION%%/gedit/gedit-statusbar.h -include/gedit-%%VERSION%%/gedit/gedit-status-combo-box.h -include/gedit-%%VERSION%%/gedit/gedit-tab.h -include/gedit-%%VERSION%%/gedit/gedit-utils.h -include/gedit-%%VERSION%%/gedit/gedit-view.h -include/gedit-%%VERSION%%/gedit/gedit-window.h -lib/gedit-2/plugin-loaders/libcloader.a -lib/gedit-2/plugin-loaders/libcloader.la -lib/gedit-2/plugin-loaders/libcloader.so -%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.a -%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.la -%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.so -lib/gedit-2/plugins/changecase.gedit-plugin -lib/gedit-2/plugins/docinfo.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/externaltools.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/filelookup.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/filelookup.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/filelookup.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/linkparsing.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/linkparsing.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/linkparsing.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyo -lib/gedit-2/plugins/filebrowser.gedit-plugin -lib/gedit-2/plugins/libchangecase.a -lib/gedit-2/plugins/libchangecase.la -lib/gedit-2/plugins/libchangecase.so -lib/gedit-2/plugins/libdocinfo.a -lib/gedit-2/plugins/libdocinfo.la -lib/gedit-2/plugins/libdocinfo.so -lib/gedit-2/plugins/libfilebrowser.a -lib/gedit-2/plugins/libfilebrowser.la -lib/gedit-2/plugins/libfilebrowser.so -lib/gedit-2/plugins/libmodelines.a -lib/gedit-2/plugins/libmodelines.la -lib/gedit-2/plugins/libmodelines.so -lib/gedit-2/plugins/libsort.a -lib/gedit-2/plugins/libsort.la -lib/gedit-2/plugins/libsort.so -lib/gedit-2/plugins/libspell.a -lib/gedit-2/plugins/libspell.la -lib/gedit-2/plugins/libspell.so -lib/gedit-2/plugins/libtaglist.a -lib/gedit-2/plugins/libtaglist.la -lib/gedit-2/plugins/libtaglist.so -lib/gedit-2/plugins/libtime.a -lib/gedit-2/plugins/libtime.la -lib/gedit-2/plugins/libtime.so -lib/gedit-2/plugins/modelines.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyo -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/popup.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/virtualdirs.pyo -%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.py -%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.pyc -%%PYTHON%%lib/gedit-2/plugins/quickopen/windowhelper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/snippets/Completion.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Completion.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Completion.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/LanguageManager.py -%%PYTHON%%lib/gedit-2/plugins/snippets/LanguageManager.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/LanguageManager.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.py -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.py -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyo -lib/gedit-2/plugins/sort.gedit-plugin -lib/gedit-2/plugins/spell.gedit-plugin -lib/gedit-2/plugins/taglist.gedit-plugin -lib/gedit-2/plugins/time.gedit-plugin -libdata/pkgconfig/gedit-%%VERSION%%.pc -libexec/gedit-2/gedit-bugreport.sh -share/applications/gedit.desktop -%%DOCSDIR%%/GeditMessage.html -%%DOCSDIR%%/GeditMessageBus.html -%%DOCSDIR%%/GeditPlugin.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/gedit-GeditMessageType.html -%%DOCSDIR%%/gedit-GeditPrintJob.html -%%DOCSDIR%%/gedit-gedit-app.html -%%DOCSDIR%%/gedit-gedit-convert.html -%%DOCSDIR%%/gedit-gedit-debug.html -%%DOCSDIR%%/gedit-gedit-document.html -%%DOCSDIR%%/gedit-gedit-encodings.html -%%DOCSDIR%%/gedit-gedit-encodings-option-menu.html -%%DOCSDIR%%/gedit-gedit-file-chooser-dialog.html -%%DOCSDIR%%/gedit-gedit-help.html -%%DOCSDIR%%/gedit-gedit-metadata-manager.html -%%DOCSDIR%%/gedit-gedit-notebook.html -%%DOCSDIR%%/gedit-gedit-panel.html -%%DOCSDIR%%/gedit-gedit-prefs-manager-app.html -%%DOCSDIR%%/gedit-gedit-prefs-manager.html -%%DOCSDIR%%/gedit-gedit-print-job-preview.html -%%DOCSDIR%%/gedit-gedit-progress-message-area.html -%%DOCSDIR%%/gedit-gedit-statusbar.html -%%DOCSDIR%%/gedit-gedit-tab.html -%%DOCSDIR%%/gedit-gedit-utils.html -%%DOCSDIR%%/gedit-gedit-view.html -%%DOCSDIR%%/gedit-gedit-window.html -%%DOCSDIR%%/gedit.devhelp -%%DOCSDIR%%/gedit.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gedit-2/icons/gedit-plugin.png -share/gedit-2/logo/gedit-logo.png -@exec mkdir -p %D/share/gedit-2/plugins/changecase -share/gedit-2/plugins/docinfo/docinfo.ui -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/build -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/open-terminal-here -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/remove-trailing-spaces -%%PYTHON%%share/gedit-2/plugins/externaltools/tools/run-command -%%PYTHON%%share/gedit-2/plugins/externaltools/ui/tools.ui -%%PYTHON%%share/gedit-2/plugins/externaltools/ui/outputpanel.ui -share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml -share/gedit-2/plugins/modelines/language-mappings -%%PYTHON%%share/gedit-2/plugins/pythonconsole/ui/config.ui -%%PYTHON%%share/gedit-2/plugins/snippets/c.xml -%%PYTHON%%share/gedit-2/plugins/snippets/chdr.xml -%%PYTHON%%share/gedit-2/plugins/snippets/cpp.xml -%%PYTHON%%share/gedit-2/plugins/snippets/css.xml -%%PYTHON%%share/gedit-2/plugins/snippets/docbook.xml -%%PYTHON%%share/gedit-2/plugins/snippets/fortran.xml -%%PYTHON%%share/gedit-2/plugins/snippets/global.xml -%%PYTHON%%share/gedit-2/plugins/snippets/haskell.xml -%%PYTHON%%share/gedit-2/plugins/snippets/html.xml -%%PYTHON%%share/gedit-2/plugins/snippets/idl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/java.xml -%%PYTHON%%share/gedit-2/plugins/snippets/javascript.xml -%%PYTHON%%share/gedit-2/plugins/snippets/lang/snippets.lang -%%PYTHON%%share/gedit-2/plugins/snippets/latex.xml -%%PYTHON%%share/gedit-2/plugins/snippets/perl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/php.xml -%%PYTHON%%share/gedit-2/plugins/snippets/python.xml -%%PYTHON%%share/gedit-2/plugins/snippets/ruby.xml -%%PYTHON%%share/gedit-2/plugins/snippets/sh.xml -%%PYTHON%%share/gedit-2/plugins/snippets/snippets.xml -%%PYTHON%%share/gedit-2/plugins/snippets/tcl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/ui/snippets.ui -%%PYTHON%%share/gedit-2/plugins/snippets/xml.xml -%%PYTHON%%share/gedit-2/plugins/snippets/xslt.xml -share/gedit-2/plugins/sort/sort.ui -share/gedit-2/plugins/spell/languages-dialog.ui -share/gedit-2/plugins/spell/spell-checker.ui -share/gedit-2/plugins/taglist/HTML.tags.gz -share/gedit-2/plugins/taglist/Latex.tags.gz -share/gedit-2/plugins/taglist/XSLT.tags.gz -share/gedit-2/plugins/taglist/XUL.tags.gz -share/gedit-2/plugins/time/gedit-time-dialog.ui -share/gedit-2/plugins/time/gedit-time-setup-dialog.ui -share/gedit-2/ui/gedit-encodings-dialog.ui -share/gedit-2/ui/gedit-preferences-dialog.ui -share/gedit-2/ui/gedit-print-preferences.ui -share/gedit-2/ui/gedit-search-dialog.ui -share/gedit-2/ui/gedit-ui.xml -share/gnome/help/gedit/C/figures/gedit_format_bold.png -share/gnome/help/gedit/C/figures/gedit_format_italic.png -share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/C/figures/gedit_format_underline.png -share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/C/figures/gedit_window.png -share/gnome/help/gedit/C/gedit.xml -share/gnome/help/gedit/C/legal.xml -share/gnome/help/gedit/ar/figures/gedit_format_bold.png -share/gnome/help/gedit/ar/figures/gedit_format_italic.png -share/gnome/help/gedit/ar/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ar/figures/gedit_format_underline.png -share/gnome/help/gedit/ar/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ar/figures/gedit_window.png -share/gnome/help/gedit/ar/gedit.xml -share/gnome/help/gedit/ar/legal.xml -share/gnome/help/gedit/bg/figures/gedit_format_bold.png -share/gnome/help/gedit/bg/figures/gedit_format_italic.png -share/gnome/help/gedit/bg/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/bg/figures/gedit_format_underline.png -share/gnome/help/gedit/bg/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/bg/figures/gedit_window.png -share/gnome/help/gedit/bg/gedit.xml -share/gnome/help/gedit/bg/legal.xml -share/gnome/help/gedit/ca/figures/gedit_format_bold.png -share/gnome/help/gedit/ca/figures/gedit_format_italic.png -share/gnome/help/gedit/ca/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ca/figures/gedit_format_underline.png -share/gnome/help/gedit/ca/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ca/figures/gedit_window.png -share/gnome/help/gedit/ca/gedit.xml -share/gnome/help/gedit/ca/legal.xml -share/gnome/help/gedit/cs/figures/gedit_format_bold.png -share/gnome/help/gedit/cs/figures/gedit_format_italic.png -share/gnome/help/gedit/cs/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/cs/figures/gedit_format_underline.png -share/gnome/help/gedit/cs/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/cs/figures/gedit_window.png -share/gnome/help/gedit/cs/gedit.xml -share/gnome/help/gedit/cs/legal.xml -share/gnome/help/gedit/da/figures/gedit_format_bold.png -share/gnome/help/gedit/da/figures/gedit_format_italic.png -share/gnome/help/gedit/da/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/da/figures/gedit_format_underline.png -share/gnome/help/gedit/da/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/da/figures/gedit_window.png -share/gnome/help/gedit/da/gedit.xml -share/gnome/help/gedit/da/legal.xml -share/gnome/help/gedit/de/figures/gedit_format_bold.png -share/gnome/help/gedit/de/figures/gedit_format_italic.png -share/gnome/help/gedit/de/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/de/figures/gedit_format_underline.png -share/gnome/help/gedit/de/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/de/figures/gedit_window.png -share/gnome/help/gedit/de/gedit.xml -share/gnome/help/gedit/de/legal.xml -share/gnome/help/gedit/el/figures/gedit_format_bold.png -share/gnome/help/gedit/el/figures/gedit_format_italic.png -share/gnome/help/gedit/el/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/el/figures/gedit_format_underline.png -share/gnome/help/gedit/el/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/el/figures/gedit_window.png -share/gnome/help/gedit/el/gedit.xml -share/gnome/help/gedit/el/legal.xml -share/gnome/help/gedit/es/figures/gedit_format_bold.png -share/gnome/help/gedit/es/figures/gedit_format_italic.png -share/gnome/help/gedit/es/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/es/figures/gedit_format_underline.png -share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/es/figures/gedit_window.png -share/gnome/help/gedit/es/gedit.xml -share/gnome/help/gedit/es/legal.xml -share/gnome/help/gedit/fi/figures/gedit_format_bold.png -share/gnome/help/gedit/fi/figures/gedit_format_italic.png -share/gnome/help/gedit/fi/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/fi/figures/gedit_format_underline.png -share/gnome/help/gedit/fi/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/fi/figures/gedit_window.png -share/gnome/help/gedit/fi/gedit.xml -share/gnome/help/gedit/fi/legal.xml -share/gnome/help/gedit/fr/figures/gedit_format_bold.png -share/gnome/help/gedit/fr/figures/gedit_format_italic.png -share/gnome/help/gedit/fr/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/fr/figures/gedit_format_underline.png -share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/fr/figures/gedit_window.png -share/gnome/help/gedit/fr/gedit.xml -share/gnome/help/gedit/fr/legal.xml -share/gnome/help/gedit/hu/figures/gedit_format_bold.png -share/gnome/help/gedit/hu/figures/gedit_format_italic.png -share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/hu/figures/gedit_format_underline.png -share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/hu/figures/gedit_window.png -share/gnome/help/gedit/hu/gedit.xml -share/gnome/help/gedit/hu/legal.xml -share/gnome/help/gedit/it/figures/gedit_format_bold.png -share/gnome/help/gedit/it/figures/gedit_format_italic.png -share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/it/figures/gedit_format_underline.png -share/gnome/help/gedit/it/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/it/figures/gedit_window.png -share/gnome/help/gedit/it/gedit.xml -share/gnome/help/gedit/it/legal.xml -share/gnome/help/gedit/ja/figures/gedit_format_bold.png -share/gnome/help/gedit/ja/figures/gedit_format_italic.png -share/gnome/help/gedit/ja/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ja/figures/gedit_format_underline.png -share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ja/figures/gedit_window.png -share/gnome/help/gedit/ja/gedit.xml -share/gnome/help/gedit/ja/legal.xml -share/gnome/help/gedit/ko/figures/gedit_format_bold.png -share/gnome/help/gedit/ko/figures/gedit_format_italic.png -share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ko/figures/gedit_format_underline.png -share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ko/figures/gedit_window.png -share/gnome/help/gedit/ko/gedit.xml -share/gnome/help/gedit/ko/legal.xml -share/gnome/help/gedit/oc/figures/gedit_format_bold.png -share/gnome/help/gedit/oc/figures/gedit_format_italic.png -share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/oc/figures/gedit_format_underline.png -share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/oc/figures/gedit_window.png -share/gnome/help/gedit/oc/gedit.xml -share/gnome/help/gedit/oc/legal.xml -share/gnome/help/gedit/pt_BR/figures/gedit_format_bold.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_italic.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_underline.png -share/gnome/help/gedit/pt_BR/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/pt_BR/figures/gedit_window.png -share/gnome/help/gedit/pt_BR/gedit.xml -share/gnome/help/gedit/pt_BR/legal.xml -share/gnome/help/gedit/ru/figures/gedit_format_bold.png -share/gnome/help/gedit/ru/figures/gedit_format_italic.png -share/gnome/help/gedit/ru/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ru/figures/gedit_format_underline.png -share/gnome/help/gedit/ru/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ru/figures/gedit_window.png -share/gnome/help/gedit/ru/gedit.xml -share/gnome/help/gedit/ru/legal.xml -share/gnome/help/gedit/sv/figures/gedit_format_bold.png -share/gnome/help/gedit/sv/figures/gedit_format_italic.png -share/gnome/help/gedit/sv/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/sv/figures/gedit_format_underline.png -share/gnome/help/gedit/sv/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/sv/figures/gedit_window.png -share/gnome/help/gedit/sv/gedit.xml -share/gnome/help/gedit/sv/legal.xml -share/gnome/help/gedit/th/figures/gedit_format_bold.png -share/gnome/help/gedit/th/figures/gedit_format_italic.png -share/gnome/help/gedit/th/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/th/figures/gedit_format_underline.png -share/gnome/help/gedit/th/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/th/figures/gedit_window.png -share/gnome/help/gedit/th/gedit.xml -share/gnome/help/gedit/th/legal.xml -share/gnome/help/gedit/uk/figures/gedit_format_bold.png -share/gnome/help/gedit/uk/figures/gedit_format_italic.png -share/gnome/help/gedit/uk/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/uk/figures/gedit_format_underline.png -share/gnome/help/gedit/uk/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/uk/figures/gedit_window.png -share/gnome/help/gedit/uk/gedit.xml -share/gnome/help/gedit/uk/legal.xml -share/gnome/help/gedit/zh_CN/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_CN/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_CN/figures/gedit_window.png -share/gnome/help/gedit/zh_CN/gedit.xml -share/gnome/help/gedit/zh_CN/legal.xml -share/gnome/help/gedit/zh_HK/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_HK/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_HK/figures/gedit_window.png -share/gnome/help/gedit/zh_HK/gedit.xml -share/gnome/help/gedit/zh_HK/legal.xml -share/gnome/help/gedit/zh_TW/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_TW/figures/gedit_window.png -share/gnome/help/gedit/zh_TW/gedit.xml -share/gnome/help/gedit/zh_TW/legal.xml -share/locale/af/LC_MESSAGES/gedit.mo -share/locale/am/LC_MESSAGES/gedit.mo -share/locale/ar/LC_MESSAGES/gedit.mo -share/locale/as/LC_MESSAGES/gedit.mo -share/locale/ast/LC_MESSAGES/gedit.mo -share/locale/az/LC_MESSAGES/gedit.mo -share/locale/be/LC_MESSAGES/gedit.mo -share/locale/be@latin/LC_MESSAGES/gedit.mo -share/locale/bg/LC_MESSAGES/gedit.mo -share/locale/bn/LC_MESSAGES/gedit.mo -share/locale/bn_IN/LC_MESSAGES/gedit.mo -share/locale/br/LC_MESSAGES/gedit.mo -share/locale/bs/LC_MESSAGES/gedit.mo -share/locale/ca/LC_MESSAGES/gedit.mo -share/locale/ca@valencia/LC_MESSAGES/gedit.mo -share/locale/crh/LC_MESSAGES/gedit.mo -share/locale/cs/LC_MESSAGES/gedit.mo -share/locale/cy/LC_MESSAGES/gedit.mo -share/locale/da/LC_MESSAGES/gedit.mo -share/locale/de/LC_MESSAGES/gedit.mo -share/locale/dz/LC_MESSAGES/gedit.mo -share/locale/el/LC_MESSAGES/gedit.mo -share/locale/en@shaw/LC_MESSAGES/gedit.mo -share/locale/en_CA/LC_MESSAGES/gedit.mo -share/locale/en_GB/LC_MESSAGES/gedit.mo -share/locale/eo/LC_MESSAGES/gedit.mo -share/locale/es/LC_MESSAGES/gedit.mo -share/locale/et/LC_MESSAGES/gedit.mo -share/locale/eu/LC_MESSAGES/gedit.mo -share/locale/fa/LC_MESSAGES/gedit.mo -share/locale/fi/LC_MESSAGES/gedit.mo -share/locale/fr/LC_MESSAGES/gedit.mo -share/locale/ga/LC_MESSAGES/gedit.mo -share/locale/gl/LC_MESSAGES/gedit.mo -share/locale/gu/LC_MESSAGES/gedit.mo -share/locale/he/LC_MESSAGES/gedit.mo -share/locale/hi/LC_MESSAGES/gedit.mo -share/locale/hr/LC_MESSAGES/gedit.mo -share/locale/hu/LC_MESSAGES/gedit.mo -share/locale/hy/LC_MESSAGES/gedit.mo -share/locale/id/LC_MESSAGES/gedit.mo -share/locale/is/LC_MESSAGES/gedit.mo -share/locale/it/LC_MESSAGES/gedit.mo -share/locale/ja/LC_MESSAGES/gedit.mo -share/locale/ka/LC_MESSAGES/gedit.mo -share/locale/kn/LC_MESSAGES/gedit.mo -share/locale/ko/LC_MESSAGES/gedit.mo -share/locale/ku/LC_MESSAGES/gedit.mo -share/locale/la/LC_MESSAGES/gedit.mo -share/locale/lt/LC_MESSAGES/gedit.mo -share/locale/lv/LC_MESSAGES/gedit.mo -share/locale/mai/LC_MESSAGES/gedit.mo -share/locale/mg/LC_MESSAGES/gedit.mo -share/locale/mi/LC_MESSAGES/gedit.mo -share/locale/mk/LC_MESSAGES/gedit.mo -share/locale/ml/LC_MESSAGES/gedit.mo -share/locale/mn/LC_MESSAGES/gedit.mo -share/locale/mr/LC_MESSAGES/gedit.mo -share/locale/ms/LC_MESSAGES/gedit.mo -share/locale/nb/LC_MESSAGES/gedit.mo -share/locale/nds/LC_MESSAGES/gedit.mo -share/locale/ne/LC_MESSAGES/gedit.mo -share/locale/nl/LC_MESSAGES/gedit.mo -share/locale/nn/LC_MESSAGES/gedit.mo -share/locale/oc/LC_MESSAGES/gedit.mo -share/locale/or/LC_MESSAGES/gedit.mo -share/locale/pa/LC_MESSAGES/gedit.mo -share/locale/pl/LC_MESSAGES/gedit.mo -share/locale/ps/LC_MESSAGES/gedit.mo -share/locale/pt/LC_MESSAGES/gedit.mo -share/locale/pt_BR/LC_MESSAGES/gedit.mo -share/locale/ro/LC_MESSAGES/gedit.mo -share/locale/ru/LC_MESSAGES/gedit.mo -share/locale/rw/LC_MESSAGES/gedit.mo -share/locale/si/LC_MESSAGES/gedit.mo -share/locale/sk/LC_MESSAGES/gedit.mo -share/locale/sl/LC_MESSAGES/gedit.mo -share/locale/sq/LC_MESSAGES/gedit.mo -share/locale/sr/LC_MESSAGES/gedit.mo -share/locale/sr@latin/LC_MESSAGES/gedit.mo -share/locale/sv/LC_MESSAGES/gedit.mo -share/locale/ta/LC_MESSAGES/gedit.mo -share/locale/te/LC_MESSAGES/gedit.mo -share/locale/th/LC_MESSAGES/gedit.mo -share/locale/tk/LC_MESSAGES/gedit.mo -share/locale/tr/LC_MESSAGES/gedit.mo -share/locale/uk/LC_MESSAGES/gedit.mo -share/locale/vi/LC_MESSAGES/gedit.mo -share/locale/wa/LC_MESSAGES/gedit.mo -share/locale/xh/LC_MESSAGES/gedit.mo -share/locale/zh_CN/LC_MESSAGES/gedit.mo -share/locale/zh_HK/LC_MESSAGES/gedit.mo -share/locale/zh_TW/LC_MESSAGES/gedit.mo -share/omf/gedit/gedit-C.omf -share/omf/gedit/gedit-ar.omf -share/omf/gedit/gedit-bg.omf -share/omf/gedit/gedit-ca.omf -share/omf/gedit/gedit-cs.omf -share/omf/gedit/gedit-da.omf -share/omf/gedit/gedit-de.omf -share/omf/gedit/gedit-el.omf -share/omf/gedit/gedit-es.omf -share/omf/gedit/gedit-fi.omf -share/omf/gedit/gedit-fr.omf -share/omf/gedit/gedit-hu.omf -share/omf/gedit/gedit-it.omf -share/omf/gedit/gedit-ja.omf -share/omf/gedit/gedit-ko.omf -share/omf/gedit/gedit-oc.omf -share/omf/gedit/gedit-pt_BR.omf -share/omf/gedit/gedit-ru.omf -share/omf/gedit/gedit-sv.omf -share/omf/gedit/gedit-th.omf -share/omf/gedit/gedit-uk.omf -share/omf/gedit/gedit-zh_CN.omf -share/omf/gedit/gedit-zh_HK.omf -share/omf/gedit/gedit-zh_TW.omf -@dirrm share/omf/gedit -@dirrm share/gnome/help/gedit/zh_TW/figures -@dirrm share/gnome/help/gedit/zh_TW -@dirrm share/gnome/help/gedit/zh_HK/figures -@dirrm share/gnome/help/gedit/zh_HK -@dirrm share/gnome/help/gedit/zh_CN/figures -@dirrm share/gnome/help/gedit/zh_CN -@dirrm share/gnome/help/gedit/uk/figures -@dirrm share/gnome/help/gedit/uk -@dirrm share/gnome/help/gedit/th/figures -@dirrm share/gnome/help/gedit/th -@dirrm share/gnome/help/gedit/sv/figures -@dirrm share/gnome/help/gedit/sv -@dirrm share/gnome/help/gedit/ru/figures -@dirrm share/gnome/help/gedit/ru -@dirrm share/gnome/help/gedit/pt_BR/figures -@dirrm share/gnome/help/gedit/pt_BR -@dirrm share/gnome/help/gedit/oc/figures -@dirrm share/gnome/help/gedit/oc -@dirrm share/gnome/help/gedit/ko/figures -@dirrm share/gnome/help/gedit/ko -@dirrm share/gnome/help/gedit/ja/figures -@dirrm share/gnome/help/gedit/ja -@dirrm share/gnome/help/gedit/it/figures -@dirrm share/gnome/help/gedit/it -@dirrm share/gnome/help/gedit/hu/figures -@dirrm share/gnome/help/gedit/hu -@dirrm share/gnome/help/gedit/fr/figures -@dirrm share/gnome/help/gedit/fr -@dirrm share/gnome/help/gedit/fi/figures -@dirrm share/gnome/help/gedit/fi -@dirrm share/gnome/help/gedit/es/figures -@dirrm share/gnome/help/gedit/es -@dirrm share/gnome/help/gedit/el/figures -@dirrm share/gnome/help/gedit/el -@dirrm share/gnome/help/gedit/de/figures -@dirrm share/gnome/help/gedit/de -@dirrm share/gnome/help/gedit/da/figures -@dirrm share/gnome/help/gedit/da -@dirrm share/gnome/help/gedit/cs/figures -@dirrm share/gnome/help/gedit/cs -@dirrm share/gnome/help/gedit/ca/figures -@dirrm share/gnome/help/gedit/ca -@dirrm share/gnome/help/gedit/bg/figures -@dirrm share/gnome/help/gedit/bg -@dirrm share/gnome/help/gedit/ar/figures -@dirrm share/gnome/help/gedit/ar -@dirrm share/gnome/help/gedit/C/figures -@dirrm share/gnome/help/gedit/C -@dirrm share/gnome/help/gedit -@dirrm share/gedit-2/ui -@dirrm share/gedit-2/plugins/time -@dirrm share/gedit-2/plugins/taglist -@dirrm share/gedit-2/plugins/spell -@dirrm share/gedit-2/plugins/sort -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/ui -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets -%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole/ui -%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole -@dirrm share/gedit-2/plugins/modelines -@dirrm share/gedit-2/plugins/filebrowser -%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/ui -%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/tools -%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools -@dirrm share/gedit-2/plugins/docinfo -@dirrm share/gedit-2/plugins/changecase -@dirrm share/gedit-2/plugins -@dirrm share/gedit-2/logo -@dirrm share/gedit-2/icons -@dirrm share/gedit-2 -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry libexec/gedit-2 -%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets -%%PYTHON%%@dirrm lib/gedit-2/plugins/quickopen -%%PYTHON%%@dirrm lib/gedit-2/plugins/pythonconsole -%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools -@dirrmtry lib/gedit-2/plugins -@dirrmtry lib/gedit-2/plugin-loaders -@dirrmtry lib/gedit-2 -@dirrm include/gedit-%%VERSION%%/gedit -@dirrm include/gedit-%%VERSION%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile deleted file mode 100644 index af6d2026b..000000000 --- a/games/gnome-games-extra-data/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnomegames2-extra-data -# Date created: 16 August 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-games-extra-data -PORTVERSION= 2.30.0 -CATEGORIES= games gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Themes and artwork for the gnome-games package - -RUN_DEPENDS= ${LOCALBASE}/bin/lightsoff:${PORTSDIR}/games/gnome-games - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/games/gnome-games-extra-data/distinfo b/games/gnome-games-extra-data/distinfo deleted file mode 100644 index daa8d25fa..000000000 --- a/games/gnome-games-extra-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-extra-data-2.30.0.tar.bz2) = dab5e24779b77bf9f9b1b422460a9a97 -SHA256 (gnome2/gnome-games-extra-data-2.30.0.tar.bz2) = c997ae69a8cadf31c177991ab2b196cc006eac349273d68ebfc77d09bd270f73 -SIZE (gnome2/gnome-games-extra-data-2.30.0.tar.bz2) = 3608871 diff --git a/games/gnome-games-extra-data/pkg-descr b/games/gnome-games-extra-data/pkg-descr deleted file mode 100644 index 992c00ea9..000000000 --- a/games/gnome-games-extra-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains extra data files for the gnome-games package. At -the moment this is almost entirely extra themes and artwork for the -games. diff --git a/games/gnome-games-extra-data/pkg-plist b/games/gnome-games-extra-data/pkg-plist deleted file mode 100644 index 936dd7dd9..000000000 --- a/games/gnome-games-extra-data/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -share/gnome-games-common/cards/anglo.svg -share/gnome-games-common/cards/anglo_bitmap.svg -share/gnome-games-common/cards/bellot.svg -share/gnome-games-common/cards/bonded.svg -share/gnome-games-common/cards/dondorf.svg -share/gnome-games-common/cards/gnomangelo.svg -share/gnome-games-common/cards/ornamental.svg -share/gnome-games-common/cards/paris.svg -share/gnome-games-common/cards/tango.svg -share/gnome-games/glines/pixmaps/classic.png -share/gnome-games/glines/pixmaps/dots.png -share/gnome-games/glines/pixmaps/gumball.png -share/gnome-games/glines/pixmaps/pulse.png -share/gnome-games/gnobots2/themes/cows.png -share/gnome-games/gnobots2/themes/eggs.png -share/gnome-games/gnobots2/themes/mice.png -share/gnome-games/iagno/pixmaps/blend.png -share/gnome-games/iagno/pixmaps/flipblend.png -share/gnome-games/iagno/pixmaps/metal.png -share/gnome-games/iagno/pixmaps/metal2.png -share/gnome-games/iagno/pixmaps/shrink.png -share/gnome-games/iagno/pixmaps/sunmoon.png -share/gnome-games/mahjongg/pixmaps/default.png -share/gnome-games/mahjongg/pixmaps/default2.png -share/gnome-games/mahjongg/pixmaps/greek-letters.png -share/gnome-games/mahjongg/pixmaps/maya.png -share/gnome-games/mahjongg/pixmaps/seta.png diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile deleted file mode 100644 index 9cc76cafa..000000000 --- a/games/gnome-games/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: gnomegames2 -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.217 2010/04/03 11:48:24 kwm Exp $ -# - -PORTNAME= gnome-games -PORTVERSION= 2.30.1 -CATEGORIES= games gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The game applications package for the GNOME 2 Desktop Environment - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \ - ggzmod.5:${PORTSDIR}/games/ggz-client-libs -RUN_DEPENDS= seed:${PORTSDIR}/devel/seed \ - ${LOCALBASE}/share/gir-1.0/GConf-2.0.gir:${PORTSDIR}/devel/gir-repository-gconf2 - -USE_BZIP2= yes -USE_PYTHON= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack \ - librsvg2 desktopfileutils pygnomedesktop gnomedocutils -USE_GSTREAMER= vorbis ogg -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-sound=gstreamer \ - --disable-tests -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= aisleriot.schemas glchess.schemas glines.schemas \ - gnect.schemas gnibbles.schemas gnobots2.schemas \ - gnome-sudoku.schemas gnomine.schemas gnotravex.schemas \ - gnotski.schemas gtali.schemas iagno.schemas lightsoff.schemas \ - mahjongg.schemas quadrapassel.schemas swell-foop.schemas - -CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* - -#DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \ -# gnibbles/gnibbles-client.dsc - -MAN6= glchess.6 glines.6 gnect.6 gnibbles.6 gnobots2.6 \ - gnome-sudoku.6 gnomine.6 gnotravex.6 gnotski.6 \ - gtali.6 iagno.6 mahjongg.6 quadrapassel.6 sol.6 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \ - ${WRKSRC}/glchess/src/lib/defaults.py.in - -post-install: - ${MKDIR} ${PREFIX}/share/ggz/gnome-games -#.for dsc in ${DSC_FILES} -# ${INSTALL_DATA} ${WRKSRC}/${dsc} ${PREFIX}/share/ggz/gnome-games/${dsc:T} -#.endfor - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo deleted file mode 100644 index 10dab5d62..000000000 --- a/games/gnome-games/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-2.30.1.tar.bz2) = d3cbdc3531c9a23d55add25d5b7d4d5e -SHA256 (gnome2/gnome-games-2.30.1.tar.bz2) = 9adc8067bbf02e0dc0ccd5a1fe98d95b88f96e378e2d577543befc3ed6302da1 -SIZE (gnome2/gnome-games-2.30.1.tar.bz2) = 27625895 diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr deleted file mode 100644 index 0323c9ff4..000000000 --- a/games/gnome-games/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GNOME Desktop Environment's games application package includes -card games (including a solitaire package which knows 69 distinct solitaire -variations); knockoffs of Minesweeper, Tetris, mahjongg, and Nibbles; action -games; puzzle games; and even more card games. - -This package uses the GNOME 2 libraries. - -WWW: http://www.gnome.org/projects/gnome-games/ diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install deleted file mode 100644 index 2bc591589..000000000 --- a/games/gnome-games/pkg-install +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - mkdir -p ${PKG_PREFIX}/share/games - SCORES="glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.19.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.Colors.scores gtali.Regular.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores swell-foop.Large.scores swell-foop.Medium.scores swell-foop.Small.scores quadrapassel.scores" - for i in ${SCORES}; do - if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then - touch -f ${PKG_PREFIX}/share/games/${i} - chown games:games ${PKG_PREFIX}/share/games/${i} - chmod 0666 ${PKG_PREFIX}/share/games/${i} - fi - done - ;; -esac diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist deleted file mode 100644 index 7b1f1c069..000000000 --- a/games/gnome-games/pkg-plist +++ /dev/null @@ -1,3108 +0,0 @@ -bin/glchess -bin/glines -bin/gnect -bin/gnibbles -bin/gnobots2 -bin/gnome-gnuchess -bin/gnome-sudoku -bin/gnomine -bin/gnotravex -bin/gnotski -bin/gtali -bin/iagno -bin/lightsoff -bin/mahjongg -bin/quadrapassel -bin/sol -bin/swell-foop -@unexec [ -s %D/share/games/glines.Large.scores ] || rm -f %D/share/games/glines.Large.scores -@unexec [ -s %D/share/games/glines.Medium.scores ] || rm -f %D/share/games/glines.Medium.scores -@unexec [ -s %D/share/games/glines.Small.scores ] || rm -f %D/share/games/glines.Small.scores -@unexec [ -s %D/share/games/gnibbles.1.0.scores ] || rm -f %D/share/games/gnibbles.1.0.scores -@unexec [ -s %D/share/games/gnibbles.1.1.scores ] || rm -f %D/share/games/gnibbles.1.1.scores -@unexec [ -s %D/share/games/gnibbles.2.0.scores ] || rm -f %D/share/games/gnibbles.2.0.scores -@unexec [ -s %D/share/games/gnibbles.2.1.scores ] || rm -f %D/share/games/gnibbles.2.1.scores -@unexec [ -s %D/share/games/gnibbles.3.0.scores ] || rm -f %D/share/games/gnibbles.3.0.scores -@unexec [ -s %D/share/games/gnibbles.3.1.scores ] || rm -f %D/share/games/gnibbles.3.1.scores -@unexec [ -s %D/share/games/gnibbles.4.0.scores ] || rm -f %D/share/games/gnibbles.4.0.scores -@unexec [ -s %D/share/games/gnibbles.4.1.scores ] || rm -f %D/share/games/gnibbles.4.1.scores -@unexec [ -s %D/share/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/games/gnobots2.classic_robots-safe.scores -@unexec [ -s %D/share/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/games/gnobots2.classic_robots-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.classic_robots.scores ] || rm -f %D/share/games/gnobots2.classic_robots.scores -@unexec [ -s %D/share/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/games/gnobots2.nightmare-safe.scores -@unexec [ -s %D/share/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/games/gnobots2.nightmare-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.nightmare.scores ] || rm -f %D/share/games/gnobots2.nightmare.scores -@unexec [ -s %D/share/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/games/gnobots2.robots2-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots2-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2.scores ] || rm -f %D/share/games/gnobots2.robots2.scores -@unexec [ -s %D/share/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/games/gnobots2.robots2_easy-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots2_easy-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/games/gnobots2.robots2_easy.scores -@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport-super-safe.scores -@unexec [ -s %D/share/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/games/gnobots2.robots_with_safe_teleport.scores -@unexec [ -s %D/share/games/gnomine.Custom.scores ] || rm -f %D/share/games/gnomine.Custom.scores -@unexec [ -s %D/share/games/gnomine.Large.scores ] || rm -f %D/share/games/gnomine.Large.scores -@unexec [ -s %D/share/games/gnomine.Medium.scores ] || rm -f %D/share/games/gnomine.Medium.scores -@unexec [ -s %D/share/games/gnomine.Small.scores ] || rm -f %D/share/games/gnomine.Small.scores -@unexec [ -s %D/share/games/gnotravex.2x2.scores ] || rm -f %D/share/games/gnotravex.2x2.scores -@unexec [ -s %D/share/games/gnotravex.3x3.scores ] || rm -f %D/share/games/gnotravex.3x3.scores -@unexec [ -s %D/share/games/gnotravex.4x4.scores ] || rm -f %D/share/games/gnotravex.4x4.scores -@unexec [ -s %D/share/games/gnotravex.5x5.scores ] || rm -f %D/share/games/gnotravex.5x5.scores -@unexec [ -s %D/share/games/gnotravex.6x6.scores ] || rm -f %D/share/games/gnotravex.6x6.scores -@unexec [ -s %D/share/games/gnotski.1.scores ] || rm -f %D/share/games/gnotski.1.scores -@unexec [ -s %D/share/games/gnotski.10.scores ] || rm -f %D/share/games/gnotski.10.scores -@unexec [ -s %D/share/games/gnotski.11.scores ] || rm -f %D/share/games/gnotski.11.scores -@unexec [ -s %D/share/games/gnotski.12.scores ] || rm -f %D/share/games/gnotski.12.scores -@unexec [ -s %D/share/games/gnotski.13.scores ] || rm -f %D/share/games/gnotski.13.scores -@unexec [ -s %D/share/games/gnotski.14.scores ] || rm -f %D/share/games/gnotski.14.scores -@unexec [ -s %D/share/games/gnotski.15.scores ] || rm -f %D/share/games/gnotski.15.scores -@unexec [ -s %D/share/games/gnotski.16.scores ] || rm -f %D/share/games/gnotski.16.scores -@unexec [ -s %D/share/games/gnotski.17.scores ] || rm -f %D/share/games/gnotski.17.scores -@unexec [ -s %D/share/games/gnotski.18.scores ] || rm -f %D/share/games/gnotski.18.scores -@unexec [ -s %D/share/games/gnotski.19.scores ] || rm -f %D/share/games/gnotski.19.scores -@unexec [ -s %D/share/games/gnotski.2.scores ] || rm -f %D/share/games/gnotski.2.scores -@unexec [ -s %D/share/games/gnotski.20.scores ] || rm -f %D/share/games/gnotski.20.scores -@unexec [ -s %D/share/games/gnotski.21.scores ] || rm -f %D/share/games/gnotski.21.scores -@unexec [ -s %D/share/games/gnotski.22.scores ] || rm -f %D/share/games/gnotski.22.scores -@unexec [ -s %D/share/games/gnotski.23.scores ] || rm -f %D/share/games/gnotski.23.scores -@unexec [ -s %D/share/games/gnotski.24.scores ] || rm -f %D/share/games/gnotski.24.scores -@unexec [ -s %D/share/games/gnotski.25.scores ] || rm -f %D/share/games/gnotski.25.scores -@unexec [ -s %D/share/games/gnotski.26.scores ] || rm -f %D/share/games/gnotski.26.scores -@unexec [ -s %D/share/games/gnotski.27.scores ] || rm -f %D/share/games/gnotski.27.scores -@unexec [ -s %D/share/games/gnotski.28.scores ] || rm -f %D/share/games/gnotski.28.scores -@unexec [ -s %D/share/games/gnotski.29.scores ] || rm -f %D/share/games/gnotski.29.scores -@unexec [ -s %D/share/games/gnotski.3.scores ] || rm -f %D/share/games/gnotski.3.scores -@unexec [ -s %D/share/games/gnotski.30.scores ] || rm -f %D/share/games/gnotski.30.scores -@unexec [ -s %D/share/games/gnotski.31.scores ] || rm -f %D/share/games/gnotski.31.scores -@unexec [ -s %D/share/games/gnotski.32.scores ] || rm -f %D/share/games/gnotski.32.scores -@unexec [ -s %D/share/games/gnotski.33.scores ] || rm -f %D/share/games/gnotski.33.scores -@unexec [ -s %D/share/games/gnotski.34.scores ] || rm -f %D/share/games/gnotski.34.scores -@unexec [ -s %D/share/games/gnotski.35.scores ] || rm -f %D/share/games/gnotski.35.scores -@unexec [ -s %D/share/games/gnotski.36.scores ] || rm -f %D/share/games/gnotski.36.scores -@unexec [ -s %D/share/games/gnotski.37.scores ] || rm -f %D/share/games/gnotski.37.scores -@unexec [ -s %D/share/games/gnotski.4.scores ] || rm -f %D/share/games/gnotski.4.scores -@unexec [ -s %D/share/games/gnotski.5.scores ] || rm -f %D/share/games/gnotski.5.scores -@unexec [ -s %D/share/games/gnotski.6.scores ] || rm -f %D/share/games/gnotski.6.scores -@unexec [ -s %D/share/games/gnotski.7.scores ] || rm -f %D/share/games/gnotski.7.scores -@unexec [ -s %D/share/games/gnotski.8.scores ] || rm -f %D/share/games/gnotski.8.scores -@unexec [ -s %D/share/games/gnotski.9.scores ] || rm -f %D/share/games/gnotski.9.scores -@unexec [ -s %D/share/games/gtali.Colors.scores ] || rm -f %D/share/games/gtali.Colors.scores -@unexec [ -s %D/share/games/gtali.Regular.scores ] || rm -f %D/share/games/gtali.Regular.scores -@unexec [ -s %D/share/games/mahjongg.bridges.scores ] || rm -f %D/share/games/mahjongg.bridges.scores -@unexec [ -s %D/share/games/mahjongg.cloud.scores ] || rm -f %D/share/games/mahjongg.cloud.scores -@unexec [ -s %D/share/games/mahjongg.confounding.scores ] || rm -f %D/share/games/mahjongg.confounding.scores -@unexec [ -s %D/share/games/mahjongg.difficult.scores ] || rm -f %D/share/games/mahjongg.difficult.scores -@unexec [ -s %D/share/games/mahjongg.dragon.scores ] || rm -f %D/share/games/mahjongg.dragon.scores -@unexec [ -s %D/share/games/mahjongg.easy.scores ] || rm -f %D/share/games/mahjongg.easy.scores -@unexec [ -s %D/share/games/mahjongg.pyramid.scores ] || rm -f %D/share/games/mahjongg.pyramid.scores -@unexec [ -s %D/share/games/mahjongg.tictactoe.scores ] || rm -f %D/share/games/mahjongg.tictactoe.scores -@unexec [ -s %D/share/games/mahjongg.ziggurat.scores ] || rm -f %D/share/games/mahjongg.ziggurat.scores -@unexec [ -s %D/share/games/quadrapassel.scores ] || rm -f %D/share/games/quadrapassel.scores -@unexec [ -s %D/share/games/sweel-foop.Large.scores ] || rm -f %D/share/games/swell-foop.Large.scores -@unexec [ -s %D/share/games/sweel-foop.Medium.scores ] || rm -f %D/share/games/swell-foop.Medium.scores -@unexec [ -s %D/share/games/sweel-foop.Small.scores ] || rm -f %D/share/games/swell-foop.Small.scores -lib/girepository-1.0/GnomeGamesSupport-1.0.typelib -lib/gnome-games/ar-cards-renderer -lib/gnome-games/libgames-support-gi.a -lib/gnome-games/libgames-support-gi.la -lib/gnome-games/libgames-support-gi.so -lib/gnome-games/libgames-support-gi.so.0 -%%PYTHON_SITELIBDIR%%/glchess/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/ai.py -%%PYTHON_SITELIBDIR%%/glchess/ai.pyc -%%PYTHON_SITELIBDIR%%/glchess/ai.pyo -%%PYTHON_SITELIBDIR%%/glchess/cecp.py -%%PYTHON_SITELIBDIR%%/glchess/cecp.pyc -%%PYTHON_SITELIBDIR%%/glchess/cecp.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/bitboard.py -%%PYTHON_SITELIBDIR%%/glchess/chess/bitboard.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/bitboard.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/board.py -%%PYTHON_SITELIBDIR%%/glchess/chess/board.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/board.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/client.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/client.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/client.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/server.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/server.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/server.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/style12.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/style12.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/style12.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/telnet.py -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/telnet.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/fics/telnet.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/lan.py -%%PYTHON_SITELIBDIR%%/glchess/chess/lan.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/lan.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.py -%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/pgn.pyo -%%PYTHON_SITELIBDIR%%/glchess/chess/san.py -%%PYTHON_SITELIBDIR%%/glchess/chess/san.pyc -%%PYTHON_SITELIBDIR%%/glchess/chess/san.pyo -%%PYTHON_SITELIBDIR%%/glchess/config.py -%%PYTHON_SITELIBDIR%%/glchess/config.pyc -%%PYTHON_SITELIBDIR%%/glchess/config.pyo -%%PYTHON_SITELIBDIR%%/glchess/defaults.py -%%PYTHON_SITELIBDIR%%/glchess/defaults.pyc -%%PYTHON_SITELIBDIR%%/glchess/defaults.pyo -%%PYTHON_SITELIBDIR%%/glchess/display.py -%%PYTHON_SITELIBDIR%%/glchess/display.pyc -%%PYTHON_SITELIBDIR%%/glchess/display.pyo -%%PYTHON_SITELIBDIR%%/glchess/game.py -%%PYTHON_SITELIBDIR%%/glchess/game.pyc -%%PYTHON_SITELIBDIR%%/glchess/game.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/chess.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/chess.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/chess.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/client.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/client.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/client.pyo -%%PYTHON_SITELIBDIR%%/glchess/ggz/protocol.py -%%PYTHON_SITELIBDIR%%/glchess/ggz/protocol.pyc -%%PYTHON_SITELIBDIR%%/glchess/ggz/protocol.pyo -%%PYTHON_SITELIBDIR%%/glchess/glchess.py -%%PYTHON_SITELIBDIR%%/glchess/glchess.pyc -%%PYTHON_SITELIBDIR%%/glchess/glchess.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/chessview.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/chessview.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/chessview.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/dialogs.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/gtkui.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/log.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/log.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/log.pyo -%%PYTHON_SITELIBDIR%%/glchess/gtkui/network.py -%%PYTHON_SITELIBDIR%%/glchess/gtkui/network.pyc -%%PYTHON_SITELIBDIR%%/glchess/gtkui/network.pyo -%%PYTHON_SITELIBDIR%%/glchess/history.py -%%PYTHON_SITELIBDIR%%/glchess/history.pyc -%%PYTHON_SITELIBDIR%%/glchess/history.pyo -%%PYTHON_SITELIBDIR%%/glchess/i18n.py -%%PYTHON_SITELIBDIR%%/glchess/i18n.pyc -%%PYTHON_SITELIBDIR%%/glchess/i18n.pyo -%%PYTHON_SITELIBDIR%%/glchess/main.py -%%PYTHON_SITELIBDIR%%/glchess/main.pyc -%%PYTHON_SITELIBDIR%%/glchess/main.pyo -%%PYTHON_SITELIBDIR%%/glchess/network.py -%%PYTHON_SITELIBDIR%%/glchess/network.pyc -%%PYTHON_SITELIBDIR%%/glchess/network.pyo -%%PYTHON_SITELIBDIR%%/glchess/player.py -%%PYTHON_SITELIBDIR%%/glchess/player.pyc -%%PYTHON_SITELIBDIR%%/glchess/player.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.py -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/cairo/pieces.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/human.py -%%PYTHON_SITELIBDIR%%/glchess/scene/human.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/human.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/models.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/models.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/models.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/opengl.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/png.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/texture.pyo -%%PYTHON_SITELIBDIR%%/glchess/uci.py -%%PYTHON_SITELIBDIR%%/glchess/uci.pyc -%%PYTHON_SITELIBDIR%%/glchess/uci.pyo -%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.py -%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/glchess/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/glchess/ui/ui.py -%%PYTHON_SITELIBDIR%%/glchess/ui/ui.pyc -%%PYTHON_SITELIBDIR%%/glchess/ui/ui.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/colors.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dancer.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dancer.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dancer.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/number_box.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/number_box.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/number_box.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/main.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/main.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/main.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_thumber.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_thumber.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_thumber.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyo -share/applications/freecell.desktop -share/applications/glchess.desktop -share/applications/glines.desktop -share/applications/gnect.desktop -share/applications/gnibbles.desktop -share/applications/gnobots2.desktop -share/applications/gnome-sudoku.desktop -share/applications/gnomine.desktop -share/applications/gnotravex.desktop -share/applications/gnotski.desktop -share/applications/gtali.desktop -share/applications/iagno.desktop -share/applications/lightsoff.desktop -share/applications/mahjongg.desktop -share/applications/quadrapassel.desktop -share/applications/sol.desktop -share/applications/swell-foop.desktop -share/gir-1.0/GnomeGamesSupport-1.0.gir -share/glchess/ai.xml -share/glchess/chess_view.ui -share/glchess/glchess.ui -share/glchess/load_game.ui -share/glchess/log.ui -share/glchess/network_game.ui -share/glchess/network_new_server.ui -share/glchess/new_game.ui -share/glchess/preferences.ui -share/glchess/save_game.ui -share/glchess/textures/board.png -share/glchess/textures/piece.png -share/gnome-games-common/cards/gnomangelo_bitmap.svg -%%DATADIR%%/aisleriot/games/accordion.scm -%%DATADIR%%/aisleriot/games/agnes.scm -%%DATADIR%%/aisleriot/games/athena.scm -%%DATADIR%%/aisleriot/games/auld_lang_syne.scm -%%DATADIR%%/aisleriot/games/backbone.scm -%%DATADIR%%/aisleriot/games/bakers_dozen.scm -%%DATADIR%%/aisleriot/games/bakers_game.scm -%%DATADIR%%/aisleriot/games/bear_river.scm -%%DATADIR%%/aisleriot/games/beleaguered_castle.scm -%%DATADIR%%/aisleriot/games/block_ten.scm -%%DATADIR%%/aisleriot/games/bristol.scm -%%DATADIR%%/aisleriot/games/camelot.scm -%%DATADIR%%/aisleriot/games/canfield.scm -%%DATADIR%%/aisleriot/games/carpet.scm -%%DATADIR%%/aisleriot/games/chessboard.scm -%%DATADIR%%/aisleriot/games/clock.scm -%%DATADIR%%/aisleriot/games/cover.scm -%%DATADIR%%/aisleriot/games/cruel.scm -%%DATADIR%%/aisleriot/games/diamond_mine.scm -%%DATADIR%%/aisleriot/games/doublets.scm -%%DATADIR%%/aisleriot/games/eagle_wing.scm -%%DATADIR%%/aisleriot/games/easthaven.scm -%%DATADIR%%/aisleriot/games/eight_off.scm -%%DATADIR%%/aisleriot/games/elevator.scm -%%DATADIR%%/aisleriot/games/escalator.scm -%%DATADIR%%/aisleriot/games/first_law.scm -%%DATADIR%%/aisleriot/games/fortress.scm -%%DATADIR%%/aisleriot/games/fortunes.scm -%%DATADIR%%/aisleriot/games/forty_thieves.scm -%%DATADIR%%/aisleriot/games/fourteen.scm -%%DATADIR%%/aisleriot/games/freecell.scm -%%DATADIR%%/aisleriot/games/gaps.scm -%%DATADIR%%/aisleriot/games/gay_gordons.scm -%%DATADIR%%/aisleriot/games/giant.scm -%%DATADIR%%/aisleriot/games/glenwood.scm -%%DATADIR%%/aisleriot/games/gold_mine.scm -%%DATADIR%%/aisleriot/games/golf.scm -%%DATADIR%%/aisleriot/games/gypsy.scm -%%DATADIR%%/aisleriot/games/helsinki.scm -%%DATADIR%%/aisleriot/games/hopscotch.scm -%%DATADIR%%/aisleriot/games/isabel.scm -%%DATADIR%%/aisleriot/games/jamestown.scm -%%DATADIR%%/aisleriot/games/jumbo.scm -%%DATADIR%%/aisleriot/games/kansas.scm -%%DATADIR%%/aisleriot/games/king_albert.scm -%%DATADIR%%/aisleriot/games/kings_audience.scm -%%DATADIR%%/aisleriot/games/klondike.scm -%%DATADIR%%/aisleriot/games/labyrinth.scm -%%DATADIR%%/aisleriot/games/lady_jane.scm -%%DATADIR%%/aisleriot/games/maze.scm -%%DATADIR%%/aisleriot/games/monte_carlo.scm -%%DATADIR%%/aisleriot/games/napoleons_tomb.scm -%%DATADIR%%/aisleriot/games/neighbor.scm -%%DATADIR%%/aisleriot/games/odessa.scm -%%DATADIR%%/aisleriot/games/osmosis.scm -%%DATADIR%%/aisleriot/games/peek.scm -%%DATADIR%%/aisleriot/games/pileon.scm -%%DATADIR%%/aisleriot/games/plait.scm -%%DATADIR%%/aisleriot/games/poker.scm -%%DATADIR%%/aisleriot/games/quatorze.scm -%%DATADIR%%/aisleriot/games/royal_east.scm -%%DATADIR%%/aisleriot/games/saratoga.scm -%%DATADIR%%/aisleriot/games/scorpion.scm -%%DATADIR%%/aisleriot/games/scuffle.scm -%%DATADIR%%/aisleriot/games/seahaven.scm -%%DATADIR%%/aisleriot/games/sir_tommy.scm -%%DATADIR%%/aisleriot/games/sol.scm -%%DATADIR%%/aisleriot/games/spider.scm -%%DATADIR%%/aisleriot/games/spider_three_decks.scm -%%DATADIR%%/aisleriot/games/spiderette.scm -%%DATADIR%%/aisleriot/games/straight_up.scm -%%DATADIR%%/aisleriot/games/streets_and_alleys.scm -%%DATADIR%%/aisleriot/games/ten_across.scm -%%DATADIR%%/aisleriot/games/terrace.scm -%%DATADIR%%/aisleriot/games/thieves.scm -%%DATADIR%%/aisleriot/games/thirteen.scm -%%DATADIR%%/aisleriot/games/thumb_and_pouch.scm -%%DATADIR%%/aisleriot/games/treize.scm -%%DATADIR%%/aisleriot/games/triple_peaks.scm -%%DATADIR%%/aisleriot/games/union_square.scm -%%DATADIR%%/aisleriot/games/valentine.scm -%%DATADIR%%/aisleriot/games/westhaven.scm -%%DATADIR%%/aisleriot/games/whitehead.scm -%%DATADIR%%/aisleriot/games/will_o_the_wisp.scm -%%DATADIR%%/aisleriot/games/yield.scm -%%DATADIR%%/aisleriot/games/yukon.scm -%%DATADIR%%/aisleriot/games/zebra.scm -%%DATADIR%%/glines/pixmaps/balls.svg -%%DATADIR%%/glines/pixmaps/shapes.svg -%%DATADIR%%/gnect/pixmaps/bg_grotty.jpg -%%DATADIR%%/gnect/pixmaps/bg_nightfall.jpg -%%DATADIR%%/gnect/pixmaps/bg_toplight.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_catseyes.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_glassy.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_hcinverse.svg -%%DATADIR%%/gnect/pixmaps/tileset_50x50_hcontrast.svg -%%DATADIR%%/gnect/pixmaps/tileset_50x50_square.png -%%DATADIR%%/gnect/pixmaps/tileset_50x50_sunspot.svg -%%DATADIR%%/gnect/white_ob.cn4.gz -%%DATADIR%%/gnibbles/games/level001.gnl -%%DATADIR%%/gnibbles/games/level002.gnl -%%DATADIR%%/gnibbles/games/level003.gnl -%%DATADIR%%/gnibbles/games/level004.gnl -%%DATADIR%%/gnibbles/games/level005.gnl -%%DATADIR%%/gnibbles/games/level006.gnl -%%DATADIR%%/gnibbles/games/level007.gnl -%%DATADIR%%/gnibbles/games/level008.gnl -%%DATADIR%%/gnibbles/games/level009.gnl -%%DATADIR%%/gnibbles/games/level010.gnl -%%DATADIR%%/gnibbles/games/level011.gnl -%%DATADIR%%/gnibbles/games/level012.gnl -%%DATADIR%%/gnibbles/games/level013.gnl -%%DATADIR%%/gnibbles/games/level014.gnl -%%DATADIR%%/gnibbles/games/level015.gnl -%%DATADIR%%/gnibbles/games/level016.gnl -%%DATADIR%%/gnibbles/games/level017.gnl -%%DATADIR%%/gnibbles/games/level018.gnl -%%DATADIR%%/gnibbles/games/level019.gnl -%%DATADIR%%/gnibbles/games/level020.gnl -%%DATADIR%%/gnibbles/games/level021.gnl -%%DATADIR%%/gnibbles/games/level022.gnl -%%DATADIR%%/gnibbles/games/level023.gnl -%%DATADIR%%/gnibbles/games/level024.gnl -%%DATADIR%%/gnibbles/games/level025.gnl -%%DATADIR%%/gnibbles/games/level026.gnl -%%DATADIR%%/gnibbles/pixmaps/blank.svg -%%DATADIR%%/gnibbles/pixmaps/bonus1.svg -%%DATADIR%%/gnibbles/pixmaps/bonus2.svg -%%DATADIR%%/gnibbles/pixmaps/bonus3.svg -%%DATADIR%%/gnibbles/pixmaps/bonus4.svg -%%DATADIR%%/gnibbles/pixmaps/bonus5.svg -%%DATADIR%%/gnibbles/pixmaps/diamond.svg -%%DATADIR%%/gnibbles/pixmaps/gnibbles-logo.svg -%%DATADIR%%/gnibbles/pixmaps/life.svg -%%DATADIR%%/gnibbles/pixmaps/questionmark.svg -%%DATADIR%%/gnibbles/pixmaps/snake-blue.svg -%%DATADIR%%/gnibbles/pixmaps/snake-cyan.svg -%%DATADIR%%/gnibbles/pixmaps/snake-green.svg -%%DATADIR%%/gnibbles/pixmaps/snake-grey.svg -%%DATADIR%%/gnibbles/pixmaps/snake-magenta.svg -%%DATADIR%%/gnibbles/pixmaps/snake-red.svg -%%DATADIR%%/gnibbles/pixmaps/snake-yellow.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-bottom-left.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-bottom-right.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-top-left.svg -%%DATADIR%%/gnibbles/pixmaps/wall-corner-top-right.svg -%%DATADIR%%/gnibbles/pixmaps/wall-cross.svg -%%DATADIR%%/gnibbles/pixmaps/wall-empty.svg -%%DATADIR%%/gnibbles/pixmaps/wall-small-empty.svg -%%DATADIR%%/gnibbles/pixmaps/wall-straight-side.svg -%%DATADIR%%/gnibbles/pixmaps/wall-straight-up.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-down.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-left.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-right.svg -%%DATADIR%%/gnibbles/pixmaps/wall-tee-up.svg -%%DATADIR%%/gnobots2/games/classic_robots.cfg -%%DATADIR%%/gnobots2/games/nightmare.cfg -%%DATADIR%%/gnobots2/games/robots2.cfg -%%DATADIR%%/gnobots2/games/robots2_easy.cfg -%%DATADIR%%/gnobots2/games/robots_with_safe_teleport.cfg -%%DATADIR%%/gnobots2/pixmaps/aieee.png -%%DATADIR%%/gnobots2/pixmaps/splat.png -%%DATADIR%%/gnobots2/themes/ufo.svg -%%DATADIR%%/gnobots2/themes/boo.svg -%%DATADIR%%/gnobots2/themes/gnomes.png -%%DATADIR%%/gnobots2/themes/robots.svg -%%DATADIR%%/gnobots2/pixmaps/yahoo.png -%%DATADIR%%/gnomine/pixmaps/bang.svg -%%DATADIR%%/gnomine/pixmaps/face-cool.svg -%%DATADIR%%/gnomine/pixmaps/face-sad.svg -%%DATADIR%%/gnomine/pixmaps/face-smile.svg -%%DATADIR%%/gnomine/pixmaps/face-win.svg -%%DATADIR%%/gnomine/pixmaps/face-worried.svg -%%DATADIR%%/gnomine/pixmaps/flag-question.svg -%%DATADIR%%/gnomine/pixmaps/flag.svg -%%DATADIR%%/gnomine/pixmaps/mine.svg -%%DATADIR%%/gnomine/pixmaps/warning.svg -%%DATADIR%%/gnotski/pixmaps/gnotski.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-1.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-2.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-3.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-4.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-5.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-6.svg -%%DATADIR%%/gtali/pixmaps/gnome-dice-none.svg -%%DATADIR%%/gtali/pixmaps/kismet-none.svg -%%DATADIR%%/gtali/pixmaps/kismet1.svg -%%DATADIR%%/gtali/pixmaps/kismet2.svg -%%DATADIR%%/gtali/pixmaps/kismet3.svg -%%DATADIR%%/gtali/pixmaps/kismet4.svg -%%DATADIR%%/gtali/pixmaps/kismet5.svg -%%DATADIR%%/gtali/pixmaps/kismet6.svg -%%DATADIR%%/iagno/pixmaps/classic.png -%%DATADIR%%/iagno/pixmaps/small.png -%%DATADIR%%/iagno/pixmaps/woodtrim.png -%%DATADIR%%/icons/hicolor/16x16/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/22x22/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/24x24/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/24x24/actions/teleport-random.png -%%DATADIR%%/icons/hicolor/24x24/actions/teleport.png -%%DATADIR%%/icons/hicolor/32x32/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/48x48/actions/cards-deal.png -%%DATADIR%%/icons/hicolor/scalable/actions/cards-deal.svg -%%DATADIR%%/lightsoff/About.js -%%DATADIR%%/lightsoff/Arrow.js -%%DATADIR%%/lightsoff/Board.js -%%DATADIR%%/lightsoff/Game.js -%%DATADIR%%/lightsoff/LED.js -%%DATADIR%%/lightsoff/Light.js -%%DATADIR%%/lightsoff/Path.js -%%DATADIR%%/lightsoff/Settings.js -%%DATADIR%%/lightsoff/ThemeLoader.js -%%DATADIR%%/lightsoff/lightsoff.ui -%%DATADIR%%/lightsoff/main.js -%%DATADIR%%/lightsoff/settings.ui -%%DATADIR%%/lightsoff/themes/tango/arrow.svg -%%DATADIR%%/lightsoff/themes/tango/backing.svg -%%DATADIR%%/lightsoff/themes/tango/highlight.svg -%%DATADIR%%/lightsoff/themes/tango/led-back.svg -%%DATADIR%%/lightsoff/themes/tango/off.svg -%%DATADIR%%/lightsoff/themes/tango/on.svg -%%DATADIR%%/lightsoff/themes/tango/theme.js -%%DATADIR%%/lightsoff/themes/up/arrow.svg -%%DATADIR%%/lightsoff/themes/up/backing.svg -%%DATADIR%%/lightsoff/themes/up/highlight.svg -%%DATADIR%%/lightsoff/themes/up/led-back.svg -%%DATADIR%%/lightsoff/themes/up/off.svg -%%DATADIR%%/lightsoff/themes/up/on.svg -%%DATADIR%%/lightsoff/themes/up/theme.js -%%DATADIR%%/mahjongg/games/mahjongg.map -%%DATADIR%%/mahjongg/pixmaps/postmodern.svg -%%DATADIR%%/mahjongg/pixmaps/smooth.png -%%DATADIR%%/pixmaps/baize.png -%%DATADIR%%/pixmaps/slot.svg -%%DATADIR%%/quadrapassel/pixmaps/7blocks-gw.png -%%DATADIR%%/quadrapassel/pixmaps/7blocks-tig.png -%%DATADIR%%/quadrapassel/pixmaps/quadrapassel.svg -%%DATADIR%%/sounds/appear.ogg -%%DATADIR%%/sounds/bad.ogg -%%DATADIR%%/sounds/bonus.ogg -%%DATADIR%%/sounds/click.ogg -%%DATADIR%%/sounds/crash.ogg -%%DATADIR%%/sounds/die.ogg -%%DATADIR%%/sounds/flip-piece.ogg -%%DATADIR%%/sounds/gameover.ogg -%%DATADIR%%/sounds/gnometris.ogg -%%DATADIR%%/sounds/gobble.ogg -%%DATADIR%%/sounds/land.ogg -%%DATADIR%%/sounds/laughter.ogg -%%DATADIR%%/sounds/life.ogg -%%DATADIR%%/sounds/lines1.ogg -%%DATADIR%%/sounds/lines2.ogg -%%DATADIR%%/sounds/lines3.ogg -%%DATADIR%%/sounds/pop.ogg -%%DATADIR%%/sounds/reverse.ogg -%%DATADIR%%/sounds/slide.ogg -%%DATADIR%%/sounds/splat.ogg -%%DATADIR%%/sounds/teleport.ogg -%%DATADIR%%/sounds/turn.ogg -%%DATADIR%%/sounds/victory.ogg -%%DATADIR%%/sounds/yahoo.ogg -%%DATADIR%%/swell-foop/About.js -%%DATADIR%%/swell-foop/Board.js -%%DATADIR%%/swell-foop/Light.js -%%DATADIR%%/swell-foop/Path.js -%%DATADIR%%/swell-foop/Score.js -%%DATADIR%%/swell-foop/Settings.js -%%DATADIR%%/swell-foop/ThemeLoader.js -%%DATADIR%%/swell-foop/main.js -%%DATADIR%%/swell-foop/settings.ui -%%DATADIR%%/swell-foop/swell-foop.ui -%%DATADIR%%/swell-foop/themes/tango/bkg.svg -%%DATADIR%%/swell-foop/themes/tango/blue.svg -%%DATADIR%%/swell-foop/themes/tango/green.svg -%%DATADIR%%/swell-foop/themes/tango/red.svg -%%DATADIR%%/swell-foop/themes/tango/theme.js -%%DATADIR%%/swell-foop/themes/tango/yellow.svg -%%DATADIR%%/swell-foop/themes/test/bkg.svg -%%DATADIR%%/swell-foop/themes/test/blue.svg -%%DATADIR%%/swell-foop/themes/test/green.svg -%%DATADIR%%/swell-foop/themes/test/red.svg -%%DATADIR%%/swell-foop/themes/test/theme.js -%%DATADIR%%/swell-foop/themes/test/yellow.svg -share/gnome-sudoku/images/footprints.png -share/gnome-sudoku/print_games.ui -share/gnome-sudoku/puzzle_generator.ui -share/gnome-sudoku/puzzles/easy -share/gnome-sudoku/puzzles/hard -share/gnome-sudoku/puzzles/medium -share/gnome-sudoku/puzzles/very_hard -share/gnome-sudoku/select_game.ui -share/gnome-sudoku/tracker.ui -share/gnome/help/aisleriot/C/accordion.xml -share/gnome/help/aisleriot/C/agnes.xml -share/gnome/help/aisleriot/C/aisleriot.xml -share/gnome/help/aisleriot/C/athena.xml -share/gnome/help/aisleriot/C/auld_lang_syne.xml -share/gnome/help/aisleriot/C/backbone.xml -share/gnome/help/aisleriot/C/bear_river.xml -share/gnome/help/aisleriot/C/bakers_dozen.xml -share/gnome/help/aisleriot/C/bakers_game.xml -share/gnome/help/aisleriot/C/beleaguered_castle.xml -share/gnome/help/aisleriot/C/block_ten.xml -share/gnome/help/aisleriot/C/bristol.xml -share/gnome/help/aisleriot/C/camelot.xml -share/gnome/help/aisleriot/C/canfield.xml -share/gnome/help/aisleriot/C/carpet.xml -share/gnome/help/aisleriot/C/chessboard.xml -share/gnome/help/aisleriot/C/clock.xml -share/gnome/help/aisleriot/C/cover.xml -share/gnome/help/aisleriot/C/cruel.xml -share/gnome/help/aisleriot/C/definitions.xml -share/gnome/help/aisleriot/C/diamond_mine.xml -share/gnome/help/aisleriot/C/doublets.xml -share/gnome/help/aisleriot/C/eagle-wing.xml -share/gnome/help/aisleriot/C/easthaven.xml -share/gnome/help/aisleriot/C/eight_off.xml -share/gnome/help/aisleriot/C/elevator.xml -share/gnome/help/aisleriot/C/escalator.xml -share/gnome/help/aisleriot/C/figures/camelot-goal.png -share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.xml -share/gnome/help/aisleriot/C/fortress.xml -share/gnome/help/aisleriot/C/fortunes.xml -share/gnome/help/aisleriot/C/forty_thieves.xml -share/gnome/help/aisleriot/C/fourteen.xml -share/gnome/help/aisleriot/C/freecell.xml -share/gnome/help/aisleriot/C/gaps.xml -share/gnome/help/aisleriot/C/gay_gordons.xml -share/gnome/help/aisleriot/C/giant.xml -share/gnome/help/aisleriot/C/glenwood.xml -share/gnome/help/aisleriot/C/gold_mine.xml -share/gnome/help/aisleriot/C/golf.xml -share/gnome/help/aisleriot/C/gypsy.xml -share/gnome/help/aisleriot/C/helsinki.xml -share/gnome/help/aisleriot/C/hopscotch.xml -share/gnome/help/aisleriot/C/isabel.xml -share/gnome/help/aisleriot/C/jamestown.xml -share/gnome/help/aisleriot/C/jumbo.xml -share/gnome/help/aisleriot/C/kansas.xml -share/gnome/help/aisleriot/C/king_albert.xml -share/gnome/help/aisleriot/C/kings_audience.xml -share/gnome/help/aisleriot/C/klondike.xml -share/gnome/help/aisleriot/C/labyrinth.xml -share/gnome/help/aisleriot/C/lady_jane.xml -share/gnome/help/aisleriot/C/legal.xml -share/gnome/help/aisleriot/C/maze.xml -share/gnome/help/aisleriot/C/monte_carlo.xml -share/gnome/help/aisleriot/C/napoleons_tomb.xml -share/gnome/help/aisleriot/C/neighbor.xml -share/gnome/help/aisleriot/C/odessa.xml -share/gnome/help/aisleriot/C/osmosis.xml -share/gnome/help/aisleriot/C/peek.xml -share/gnome/help/aisleriot/C/pileon.xml -share/gnome/help/aisleriot/C/plait.xml -share/gnome/help/aisleriot/C/poker.xml -share/gnome/help/aisleriot/C/quatorze.xml -share/gnome/help/aisleriot/C/royal_east.xml -share/gnome/help/aisleriot/C/saratoga.xml -share/gnome/help/aisleriot/C/scorpion.xml -share/gnome/help/aisleriot/C/scuffle.xml -share/gnome/help/aisleriot/C/seahaven.xml -share/gnome/help/aisleriot/C/sir_tommy.xml -share/gnome/help/aisleriot/C/spider.xml -share/gnome/help/aisleriot/C/spider_three_decks.xml -share/gnome/help/aisleriot/C/spiderette.xml -share/gnome/help/aisleriot/C/straight_up.xml -share/gnome/help/aisleriot/C/streets_and_alleys.xml -share/gnome/help/aisleriot/C/ten_across.xml -share/gnome/help/aisleriot/C/terrace.xml -share/gnome/help/aisleriot/C/thieves.xml -share/gnome/help/aisleriot/C/thirteen.xml -share/gnome/help/aisleriot/C/thumb_and_pouch.xml -share/gnome/help/aisleriot/C/treize.xml -share/gnome/help/aisleriot/C/triple_peaks.xml -share/gnome/help/aisleriot/C/union_square.xml -share/gnome/help/aisleriot/C/valentine.xml -share/gnome/help/aisleriot/C/westhaven.xml -share/gnome/help/aisleriot/C/whitehead.xml -share/gnome/help/aisleriot/C/will_o_the_wisp.xml -share/gnome/help/aisleriot/C/yield.xml -share/gnome/help/aisleriot/C/yukon.xml -share/gnome/help/aisleriot/C/zebra.xml -share/gnome/help/aisleriot/ca/aisleriot.xml -share/gnome/help/aisleriot/ca/figures/camelot-goal.png -share/gnome/help/aisleriot/ca/figures/clock-rules.png -share/gnome/help/aisleriot/de/aisleriot.xml -share/gnome/help/aisleriot/de/figures/camelot-goal.png -share/gnome/help/aisleriot/de/figures/clock-rules.png -share/gnome/help/aisleriot/el/aisleriot.xml -share/gnome/help/aisleriot/el/figures/camelot-goal.png -share/gnome/help/aisleriot/el/figures/clock-rules.png -share/gnome/help/aisleriot/en_GB/aisleriot.xml -share/gnome/help/aisleriot/en_GB/figures/camelot-goal.png -share/gnome/help/aisleriot/en_GB/figures/clock-rules.png -share/gnome/help/aisleriot/es/aisleriot.xml -share/gnome/help/aisleriot/es/figures/camelot-goal.png -share/gnome/help/aisleriot/es/figures/clock-rules.png -share/gnome/help/aisleriot/eu/aisleriot.xml -share/gnome/help/aisleriot/eu/figures/camelot-goal.png -share/gnome/help/aisleriot/eu/figures/clock-rules.png -share/gnome/help/aisleriot/fr/aisleriot.xml -share/gnome/help/aisleriot/fr/figures/camelot-goal.png -share/gnome/help/aisleriot/fr/figures/clock-rules.png -share/gnome/help/aisleriot/oc/aisleriot.xml -share/gnome/help/aisleriot/oc/figures/camelot-goal.png -share/gnome/help/aisleriot/oc/figures/clock-rules.png -share/gnome/help/aisleriot/ru/aisleriot.xml -share/gnome/help/aisleriot/ru/figures/camelot-goal.png -share/gnome/help/aisleriot/ru/figures/clock-rules.png -share/gnome/help/aisleriot/sr/aisleriot.xml -share/gnome/help/aisleriot/sr/figures/camelot-goal.png -share/gnome/help/aisleriot/sr/figures/clock-rules.png -share/gnome/help/aisleriot/sr@latin/aisleriot.xml -share/gnome/help/aisleriot/sr@latin/figures/camelot-goal.png -share/gnome/help/aisleriot/sr@latin/figures/clock-rules.png -share/gnome/help/aisleriot/sv/aisleriot.xml -share/gnome/help/aisleriot/sv/figures/camelot-goal.png -share/gnome/help/aisleriot/sv/figures/clock-rules.png -share/gnome/help/glchess/C/figures/game.png -share/gnome/help/glchess/C/figures/new_game.png -share/gnome/help/glchess/C/figures/preferences_game.png -share/gnome/help/glchess/C/figures/preferences_view.png -share/gnome/help/glchess/C/glchess.xml -share/gnome/help/glchess/C/legal.xml -share/gnome/help/glchess/ca/figures/game.png -share/gnome/help/glchess/ca/figures/new_game.png -share/gnome/help/glchess/ca/figures/preferences_game.png -share/gnome/help/glchess/ca/figures/preferences_view.png -share/gnome/help/glchess/ca/glchess.xml -share/gnome/help/glchess/cs/figures/game.png -share/gnome/help/glchess/cs/figures/new_game.png -share/gnome/help/glchess/cs/figures/preferences_game.png -share/gnome/help/glchess/cs/figures/preferences_view.png -share/gnome/help/glchess/cs/glchess.xml -share/gnome/help/glchess/de/figures/game.png -share/gnome/help/glchess/de/figures/new_game.png -share/gnome/help/glchess/de/figures/preferences_game.png -share/gnome/help/glchess/de/figures/preferences_view.png -share/gnome/help/glchess/de/glchess.xml -share/gnome/help/glchess/el/figures/game.png -share/gnome/help/glchess/el/figures/new_game.png -share/gnome/help/glchess/el/figures/preferences_game.png -share/gnome/help/glchess/el/figures/preferences_view.png -share/gnome/help/glchess/el/glchess.xml -share/gnome/help/glchess/en_GB/figures/game.png -share/gnome/help/glchess/en_GB/figures/new_game.png -share/gnome/help/glchess/en_GB/figures/preferences_game.png -share/gnome/help/glchess/en_GB/figures/preferences_view.png -share/gnome/help/glchess/en_GB/glchess.xml -share/gnome/help/glchess/es/figures/game.png -share/gnome/help/glchess/es/figures/new_game.png -share/gnome/help/glchess/es/figures/preferences_game.png -share/gnome/help/glchess/es/figures/preferences_view.png -share/gnome/help/glchess/es/glchess.xml -share/gnome/help/glchess/eu/figures/game.png -share/gnome/help/glchess/eu/figures/new_game.png -share/gnome/help/glchess/eu/figures/preferences_game.png -share/gnome/help/glchess/eu/figures/preferences_view.png -share/gnome/help/glchess/eu/glchess.xml -share/gnome/help/glchess/fr/figures/game.png -share/gnome/help/glchess/fr/figures/new_game.png -share/gnome/help/glchess/fr/figures/preferences_game.png -share/gnome/help/glchess/fr/figures/preferences_view.png -share/gnome/help/glchess/fr/glchess.xml -share/gnome/help/glchess/oc/figures/game.png -share/gnome/help/glchess/oc/figures/new_game.png -share/gnome/help/glchess/oc/figures/preferences_game.png -share/gnome/help/glchess/oc/figures/preferences_view.png -share/gnome/help/glchess/oc/glchess.xml -share/gnome/help/glchess/pt_BR/figures/game.png -share/gnome/help/glchess/pt_BR/figures/new_game.png -share/gnome/help/glchess/pt_BR/figures/preferences_game.png -share/gnome/help/glchess/pt_BR/figures/preferences_view.png -share/gnome/help/glchess/pt_BR/glchess.xml -share/gnome/help/glchess/ru/figures/game.png -share/gnome/help/glchess/ru/figures/new_game.png -share/gnome/help/glchess/ru/figures/preferences_game.png -share/gnome/help/glchess/ru/figures/preferences_view.png -share/gnome/help/glchess/ru/glchess.xml -share/gnome/help/glchess/sr/figures/game.png -share/gnome/help/glchess/sr/figures/new_game.png -share/gnome/help/glchess/sr/figures/preferences_game.png -share/gnome/help/glchess/sr/figures/preferences_view.png -share/gnome/help/glchess/sr/glchess.xml -share/gnome/help/glchess/sr@latin/figures/game.png -share/gnome/help/glchess/sr@latin/figures/new_game.png -share/gnome/help/glchess/sr@latin/figures/preferences_game.png -share/gnome/help/glchess/sr@latin/figures/preferences_view.png -share/gnome/help/glchess/sr@latin/glchess.xml -share/gnome/help/glchess/sv/figures/game.png -share/gnome/help/glchess/sv/figures/new_game.png -share/gnome/help/glchess/sv/figures/preferences_game.png -share/gnome/help/glchess/sv/figures/preferences_view.png -share/gnome/help/glchess/sv/glchess.xml -share/gnome/help/glines/C/figures/glines-gameover.png -share/gnome/help/glines/C/figures/glines-startgame.png -share/gnome/help/glines/C/figures/preferences.png -share/gnome/help/glines/C/glines.xml -share/gnome/help/glines/C/legal.xml -share/gnome/help/glines/ca/figures/glines-gameover.png -share/gnome/help/glines/ca/figures/glines-startgame.png -share/gnome/help/glines/ca/figures/preferences.png -share/gnome/help/glines/ca/glines.xml -share/gnome/help/glines/cs/figures/glines-gameover.png -share/gnome/help/glines/cs/figures/glines-startgame.png -share/gnome/help/glines/cs/figures/preferences.png -share/gnome/help/glines/cs/glines.xml -share/gnome/help/glchess/da/figures/game.png -share/gnome/help/glchess/da/figures/new_game.png -share/gnome/help/glchess/da/figures/preferences_game.png -share/gnome/help/glchess/da/figures/preferences_view.png -share/gnome/help/glchess/da/glchess.xml -share/gnome/help/glines/de/figures/glines-gameover.png -share/gnome/help/glines/de/figures/glines-startgame.png -share/gnome/help/glines/de/figures/preferences.png -share/gnome/help/glines/de/glines.xml -share/gnome/help/glines/el/figures/glines-gameover.png -share/gnome/help/glines/el/figures/glines-startgame.png -share/gnome/help/glines/el/figures/preferences.png -share/gnome/help/glines/el/glines.xml -share/gnome/help/glines/en_GB/figures/glines-gameover.png -share/gnome/help/glines/en_GB/figures/glines-startgame.png -share/gnome/help/glines/en_GB/figures/preferences.png -share/gnome/help/glines/en_GB/glines.xml -share/gnome/help/glines/es/figures/glines-gameover.png -share/gnome/help/glines/es/figures/glines-startgame.png -share/gnome/help/glines/es/figures/preferences.png -share/gnome/help/glines/es/glines.xml -share/gnome/help/glines/eu/figures/glines-gameover.png -share/gnome/help/glines/eu/figures/glines-startgame.png -share/gnome/help/glines/eu/figures/preferences.png -share/gnome/help/glines/eu/glines.xml -share/gnome/help/glines/fr/figures/glines-gameover.png -share/gnome/help/glines/fr/figures/glines-startgame.png -share/gnome/help/glines/fr/figures/preferences.png -share/gnome/help/glines/fr/glines.xml -share/gnome/help/glines/it/figures/glines-gameover.png -share/gnome/help/glines/it/figures/glines-startgame.png -share/gnome/help/glines/it/figures/preferences.png -share/gnome/help/glines/it/glines.xml -share/gnome/help/glines/oc/figures/glines-gameover.png -share/gnome/help/glines/oc/figures/glines-startgame.png -share/gnome/help/glines/oc/figures/preferences.png -share/gnome/help/glines/oc/glines.xml -share/gnome/help/glines/ru/figures/glines-gameover.png -share/gnome/help/glines/ru/figures/glines-startgame.png -share/gnome/help/glines/ru/figures/preferences.png -share/gnome/help/glines/ru/glines.xml -share/gnome/help/glines/sr/figures/glines-gameover.png -share/gnome/help/glines/sr/figures/glines-startgame.png -share/gnome/help/glines/sr/figures/preferences.png -share/gnome/help/glines/sr/glines.xml -share/gnome/help/glines/sr@latin/figures/glines-gameover.png -share/gnome/help/glines/sr@latin/figures/glines-startgame.png -share/gnome/help/glines/sr@latin/figures/preferences.png -share/gnome/help/glines/sr@latin/glines.xml -share/gnome/help/glines/sv/figures/glines-gameover.png -share/gnome/help/glines/sv/figures/glines-startgame.png -share/gnome/help/glines/sv/figures/preferences.png -share/gnome/help/glines/sv/glines.xml -share/gnome/help/glines/tr/figures/glines-gameover.png -share/gnome/help/glines/tr/figures/glines-startgame.png -share/gnome/help/glines/tr/figures/preferences.png -share/gnome/help/glines/tr/glines.xml -share/gnome/help/gnect/C/figures/connect.png -share/gnome/help/gnect/C/figures/mainwindow.png -share/gnome/help/gnect/C/figures/tables.png -share/gnome/help/gnect/C/figures/tileset.png -share/gnome/help/gnect/C/gnect.xml -share/gnome/help/gnect/C/legal.xml -share/gnome/help/gnect/C/network-games.xml -share/gnome/help/gnect/ca/figures/connect.png -share/gnome/help/gnect/ca/figures/mainwindow.png -share/gnome/help/gnect/ca/figures/tables.png -share/gnome/help/gnect/ca/figures/tileset.png -share/gnome/help/gnect/ca/gnect.xml -share/gnome/help/gnect/cs/figures/connect.png -share/gnome/help/gnect/cs/figures/mainwindow.png -share/gnome/help/gnect/cs/figures/tables.png -share/gnome/help/gnect/cs/figures/tileset.png -share/gnome/help/gnect/cs/gnect.xml -share/gnome/help/gnect/da/figures/connect.png -share/gnome/help/gnect/da/figures/mainwindow.png -share/gnome/help/gnect/da/figures/tables.png -share/gnome/help/gnect/da/figures/tileset.png -share/gnome/help/gnect/da/gnect.xml -share/gnome/help/gnect/de/figures/connect.png -share/gnome/help/gnect/de/figures/mainwindow.png -share/gnome/help/gnect/de/figures/tables.png -share/gnome/help/gnect/de/figures/tileset.png -share/gnome/help/gnect/de/gnect.xml -share/gnome/help/gnect/el/figures/connect.png -share/gnome/help/gnect/el/figures/mainwindow.png -share/gnome/help/gnect/el/figures/tables.png -share/gnome/help/gnect/el/figures/tileset.png -share/gnome/help/gnect/el/gnect.xml -share/gnome/help/gnect/en_GB/figures/connect.png -share/gnome/help/gnect/en_GB/figures/mainwindow.png -share/gnome/help/gnect/en_GB/figures/tables.png -share/gnome/help/gnect/en_GB/figures/tileset.png -share/gnome/help/gnect/en_GB/gnect.xml -share/gnome/help/gnect/es/figures/connect.png -share/gnome/help/gnect/es/figures/mainwindow.png -share/gnome/help/gnect/es/figures/tables.png -share/gnome/help/gnect/es/figures/tileset.png -share/gnome/help/gnect/es/gnect.xml -share/gnome/help/gnect/eu/figures/connect.png -share/gnome/help/gnect/eu/figures/mainwindow.png -share/gnome/help/gnect/eu/figures/tables.png -share/gnome/help/gnect/eu/figures/tileset.png -share/gnome/help/gnect/eu/gnect.xml -share/gnome/help/gnect/fi/figures/connect.png -share/gnome/help/gnect/fi/figures/mainwindow.png -share/gnome/help/gnect/fi/figures/tables.png -share/gnome/help/gnect/fi/figures/tileset.png -share/gnome/help/gnect/fi/gnect.xml -share/gnome/help/gnect/fr/figures/connect.png -share/gnome/help/gnect/fr/figures/mainwindow.png -share/gnome/help/gnect/fr/figures/tables.png -share/gnome/help/gnect/fr/figures/tileset.png -share/gnome/help/gnect/fr/gnect.xml -share/gnome/help/gnect/it/figures/connect.png -share/gnome/help/gnect/it/figures/mainwindow.png -share/gnome/help/gnect/it/figures/tables.png -share/gnome/help/gnect/it/figures/tileset.png -share/gnome/help/gnect/it/gnect.xml -share/gnome/help/gnect/oc/figures/connect.png -share/gnome/help/gnect/oc/figures/mainwindow.png -share/gnome/help/gnect/oc/figures/tables.png -share/gnome/help/gnect/oc/figures/tileset.png -share/gnome/help/gnect/oc/gnect.xml -share/gnome/help/gnect/sr/figures/connect.png -share/gnome/help/gnect/sr/figures/mainwindow.png -share/gnome/help/gnect/sr/figures/tables.png -share/gnome/help/gnect/sr/figures/tileset.png -share/gnome/help/gnect/sr/gnect.xml -share/gnome/help/gnect/sr@latin/figures/connect.png -share/gnome/help/gnect/sr@latin/figures/mainwindow.png -share/gnome/help/gnect/sr@latin/figures/tables.png -share/gnome/help/gnect/sr@latin/figures/tileset.png -share/gnome/help/gnect/sr@latin/gnect.xml -share/gnome/help/gnect/sv/figures/connect.png -share/gnome/help/gnect/sv/figures/mainwindow.png -share/gnome/help/gnect/sv/figures/tables.png -share/gnome/help/gnect/sv/figures/tileset.png -share/gnome/help/gnect/sv/gnect.xml -share/gnome/help/gnibbles/C/figures/connect.png -share/gnome/help/gnibbles/C/figures/game.png -share/gnome/help/gnibbles/C/figures/intro.png -share/gnome/help/gnibbles/C/figures/playing.png -share/gnome/help/gnibbles/C/figures/tables.png -share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.xml -share/gnome/help/gnibbles/C/legal.xml -share/gnome/help/gnibbles/C/network-games.xml -share/gnome/help/gnibbles/ca/figures/connect.png -share/gnome/help/gnibbles/ca/figures/game.png -share/gnome/help/gnibbles/ca/figures/intro.png -share/gnome/help/gnibbles/ca/figures/playing.png -share/gnome/help/gnibbles/ca/figures/tables.png -share/gnome/help/gnibbles/ca/figures/worm_op.png -share/gnome/help/gnibbles/ca/gnibbles.xml -share/gnome/help/gnibbles/cs/figures/connect.png -share/gnome/help/gnibbles/cs/figures/game.png -share/gnome/help/gnibbles/cs/figures/intro.png -share/gnome/help/gnibbles/cs/figures/playing.png -share/gnome/help/gnibbles/cs/figures/tables.png -share/gnome/help/gnibbles/cs/figures/worm_op.png -share/gnome/help/gnibbles/cs/gnibbles.xml -share/gnome/help/gnibbles/de/figures/connect.png -share/gnome/help/gnibbles/de/figures/game.png -share/gnome/help/gnibbles/de/figures/intro.png -share/gnome/help/gnibbles/de/figures/playing.png -share/gnome/help/gnibbles/de/figures/tables.png -share/gnome/help/gnibbles/de/figures/worm_op.png -share/gnome/help/gnibbles/de/gnibbles.xml -share/gnome/help/gnibbles/el/figures/connect.png -share/gnome/help/gnibbles/el/figures/game.png -share/gnome/help/gnibbles/el/figures/intro.png -share/gnome/help/gnibbles/el/figures/playing.png -share/gnome/help/gnibbles/el/figures/tables.png -share/gnome/help/gnibbles/el/figures/worm_op.png -share/gnome/help/gnibbles/el/gnibbles.xml -share/gnome/help/gnibbles/en_GB/figures/connect.png -share/gnome/help/gnibbles/en_GB/figures/game.png -share/gnome/help/gnibbles/en_GB/figures/intro.png -share/gnome/help/gnibbles/en_GB/figures/playing.png -share/gnome/help/gnibbles/en_GB/figures/tables.png -share/gnome/help/gnibbles/en_GB/figures/worm_op.png -share/gnome/help/gnibbles/en_GB/gnibbles.xml -share/gnome/help/gnibbles/es/figures/connect.png -share/gnome/help/gnibbles/es/figures/game.png -share/gnome/help/gnibbles/es/figures/intro.png -share/gnome/help/gnibbles/es/figures/playing.png -share/gnome/help/gnibbles/es/figures/tables.png -share/gnome/help/gnibbles/es/figures/worm_op.png -share/gnome/help/gnibbles/es/gnibbles.xml -share/gnome/help/gnibbles/eu/figures/connect.png -share/gnome/help/gnibbles/eu/figures/game.png -share/gnome/help/gnibbles/eu/figures/intro.png -share/gnome/help/gnibbles/eu/figures/playing.png -share/gnome/help/gnibbles/eu/figures/tables.png -share/gnome/help/gnibbles/eu/figures/worm_op.png -share/gnome/help/gnibbles/eu/gnibbles.xml -share/gnome/help/gnibbles/fr/figures/connect.png -share/gnome/help/gnibbles/fr/figures/game.png -share/gnome/help/gnibbles/fr/figures/intro.png -share/gnome/help/gnibbles/fr/figures/playing.png -share/gnome/help/gnibbles/fr/figures/tables.png -share/gnome/help/gnibbles/fr/figures/worm_op.png -share/gnome/help/gnibbles/fr/gnibbles.xml -share/gnome/help/gnibbles/it/figures/connect.png -share/gnome/help/gnibbles/it/figures/game.png -share/gnome/help/gnibbles/it/figures/intro.png -share/gnome/help/gnibbles/it/figures/playing.png -share/gnome/help/gnibbles/it/figures/tables.png -share/gnome/help/gnibbles/it/figures/worm_op.png -share/gnome/help/gnibbles/it/gnibbles.xml -share/gnome/help/gnibbles/oc/figures/connect.png -share/gnome/help/gnibbles/oc/figures/game.png -share/gnome/help/gnibbles/oc/figures/intro.png -share/gnome/help/gnibbles/oc/figures/playing.png -share/gnome/help/gnibbles/oc/figures/tables.png -share/gnome/help/gnibbles/oc/figures/worm_op.png -share/gnome/help/gnibbles/oc/gnibbles.xml -share/gnome/help/gnibbles/sr/figures/connect.png -share/gnome/help/gnibbles/sr/figures/game.png -share/gnome/help/gnibbles/sr/figures/intro.png -share/gnome/help/gnibbles/sr/figures/playing.png -share/gnome/help/gnibbles/sr/figures/tables.png -share/gnome/help/gnibbles/sr/figures/worm_op.png -share/gnome/help/gnibbles/sr/gnibbles.xml -share/gnome/help/gnibbles/sr@latin/figures/connect.png -share/gnome/help/gnibbles/sr@latin/figures/game.png -share/gnome/help/gnibbles/sr@latin/figures/intro.png -share/gnome/help/gnibbles/sr@latin/figures/playing.png -share/gnome/help/gnibbles/sr@latin/figures/tables.png -share/gnome/help/gnibbles/sr@latin/figures/worm_op.png -share/gnome/help/gnibbles/sr@latin/gnibbles.xml -share/gnome/help/gnibbles/sv/figures/connect.png -share/gnome/help/gnibbles/sv/figures/game.png -share/gnome/help/gnibbles/sv/figures/intro.png -share/gnome/help/gnibbles/sv/figures/playing.png -share/gnome/help/gnibbles/sv/figures/tables.png -share/gnome/help/gnibbles/sv/figures/worm_op.png -share/gnome/help/gnibbles/sv/gnibbles.xml -share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.xml -share/gnome/help/gnobots2/C/legal.xml -share/gnome/help/gnobots2/ca/figures/gnobots2-main.png -share/gnome/help/gnobots2/ca/gnobots2.xml -share/gnome/help/gnobots2/cs/figures/gnobots2-main.png -share/gnome/help/gnobots2/cs/gnobots2.xml -share/gnome/help/gnobots2/da/figures/gnobots2-main.png -share/gnome/help/gnobots2/da/gnobots2.xml -share/gnome/help/gnobots2/de/figures/gnobots2-main.png -share/gnome/help/gnobots2/de/gnobots2.xml -share/gnome/help/gnobots2/el/figures/gnobots2-main.png -share/gnome/help/gnobots2/el/gnobots2.xml -share/gnome/help/gnobots2/en_GB/figures/gnobots2-main.png -share/gnome/help/gnobots2/en_GB/gnobots2.xml -share/gnome/help/gnobots2/es/figures/gnobots2-main.png -share/gnome/help/gnobots2/es/gnobots2.xml -share/gnome/help/gnobots2/eu/figures/gnobots2-main.png -share/gnome/help/gnobots2/eu/gnobots2.xml -share/gnome/help/gnobots2/fr/figures/gnobots2-main.png -share/gnome/help/gnobots2/fr/gnobots2.xml -share/gnome/help/gnobots2/it/figures/gnobots2-main.png -share/gnome/help/gnobots2/it/gnobots2.xml -share/gnome/help/gnobots2/oc/figures/gnobots2-main.png -share/gnome/help/gnobots2/oc/gnobots2.xml -share/gnome/help/gnobots2/sr/figures/gnobots2-main.png -share/gnome/help/gnobots2/sr/gnobots2.xml -share/gnome/help/gnobots2/sr@latin/figures/gnobots2-main.png -share/gnome/help/gnobots2/sr@latin/gnobots2.xml -share/gnome/help/gnobots2/sv/figures/gnobots2-main.png -share/gnome/help/gnobots2/sv/gnobots2.xml -share/gnome/help/gnome-sudoku/C/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/C/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/C/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/C/figures/highlighting.png -share/gnome/help/gnome-sudoku/C/figures/hints.png -share/gnome/help/gnome-sudoku/C/figures/resuming.png -share/gnome/help/gnome-sudoku/C/figures/starting.png -share/gnome/help/gnome-sudoku/C/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/C/legal.xml -share/gnome/help/gnome-sudoku/ca/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/ca/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/ca/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/ca/figures/highlighting.png -share/gnome/help/gnome-sudoku/ca/figures/hints.png -share/gnome/help/gnome-sudoku/ca/figures/resuming.png -share/gnome/help/gnome-sudoku/ca/figures/starting.png -share/gnome/help/gnome-sudoku/ca/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/cs/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/cs/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/cs/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/cs/figures/highlighting.png -share/gnome/help/gnome-sudoku/cs/figures/hints.png -share/gnome/help/gnome-sudoku/cs/figures/resuming.png -share/gnome/help/gnome-sudoku/cs/figures/starting.png -share/gnome/help/gnome-sudoku/cs/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/da/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/da/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/da/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/da/figures/highlighting.png -share/gnome/help/gnome-sudoku/da/figures/hints.png -share/gnome/help/gnome-sudoku/da/figures/resuming.png -share/gnome/help/gnome-sudoku/da/figures/starting.png -share/gnome/help/gnome-sudoku/da/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/de/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/de/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/de/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/de/figures/highlighting.png -share/gnome/help/gnome-sudoku/de/figures/hints.png -share/gnome/help/gnome-sudoku/de/figures/resuming.png -share/gnome/help/gnome-sudoku/de/figures/starting.png -share/gnome/help/gnome-sudoku/de/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/el/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/el/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/el/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/el/figures/highlighting.png -share/gnome/help/gnome-sudoku/el/figures/hints.png -share/gnome/help/gnome-sudoku/el/figures/resuming.png -share/gnome/help/gnome-sudoku/el/figures/starting.png -share/gnome/help/gnome-sudoku/el/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/en_GB/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/en_GB/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/en_GB/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/en_GB/figures/highlighting.png -share/gnome/help/gnome-sudoku/en_GB/figures/hints.png -share/gnome/help/gnome-sudoku/en_GB/figures/resuming.png -share/gnome/help/gnome-sudoku/en_GB/figures/starting.png -share/gnome/help/gnome-sudoku/en_GB/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/es/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/es/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/es/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/es/figures/highlighting.png -share/gnome/help/gnome-sudoku/es/figures/hints.png -share/gnome/help/gnome-sudoku/es/figures/resuming.png -share/gnome/help/gnome-sudoku/es/figures/starting.png -share/gnome/help/gnome-sudoku/es/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/eu/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/eu/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/eu/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/eu/figures/highlighting.png -share/gnome/help/gnome-sudoku/eu/figures/hints.png -share/gnome/help/gnome-sudoku/eu/figures/resuming.png -share/gnome/help/gnome-sudoku/eu/figures/starting.png -share/gnome/help/gnome-sudoku/eu/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/fr/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/fr/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/fr/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/fr/figures/highlighting.png -share/gnome/help/gnome-sudoku/fr/figures/hints.png -share/gnome/help/gnome-sudoku/fr/figures/resuming.png -share/gnome/help/gnome-sudoku/fr/figures/starting.png -share/gnome/help/gnome-sudoku/fr/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/it/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/it/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/it/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/it/figures/highlighting.png -share/gnome/help/gnome-sudoku/it/figures/hints.png -share/gnome/help/gnome-sudoku/it/figures/resuming.png -share/gnome/help/gnome-sudoku/it/figures/starting.png -share/gnome/help/gnome-sudoku/it/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/oc/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/oc/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/oc/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/oc/figures/highlighting.png -share/gnome/help/gnome-sudoku/oc/figures/hints.png -share/gnome/help/gnome-sudoku/oc/figures/resuming.png -share/gnome/help/gnome-sudoku/oc/figures/starting.png -share/gnome/help/gnome-sudoku/oc/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/pt_BR/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/pt_BR/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/pt_BR/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/pt_BR/figures/highlighting.png -share/gnome/help/gnome-sudoku/pt_BR/figures/hints.png -share/gnome/help/gnome-sudoku/pt_BR/figures/resuming.png -share/gnome/help/gnome-sudoku/pt_BR/figures/starting.png -share/gnome/help/gnome-sudoku/pt_BR/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/ru/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/ru/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/ru/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/ru/figures/highlighting.png -share/gnome/help/gnome-sudoku/ru/figures/hints.png -share/gnome/help/gnome-sudoku/ru/figures/resuming.png -share/gnome/help/gnome-sudoku/ru/figures/starting.png -share/gnome/help/gnome-sudoku/ru/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/sr/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/sr/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/sr/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/sr/figures/highlighting.png -share/gnome/help/gnome-sudoku/sr/figures/hints.png -share/gnome/help/gnome-sudoku/sr/figures/resuming.png -share/gnome/help/gnome-sudoku/sr/figures/starting.png -share/gnome/help/gnome-sudoku/sr/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/sr@latin/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/sr@latin/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/sr@latin/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/sr@latin/figures/highlighting.png -share/gnome/help/gnome-sudoku/sr@latin/figures/hints.png -share/gnome/help/gnome-sudoku/sr@latin/figures/resuming.png -share/gnome/help/gnome-sudoku/sr@latin/figures/starting.png -share/gnome/help/gnome-sudoku/sr@latin/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/sv/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/sv/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/sv/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/sv/figures/highlighting.png -share/gnome/help/gnome-sudoku/sv/figures/hints.png -share/gnome/help/gnome-sudoku/sv/figures/resuming.png -share/gnome/help/gnome-sudoku/sv/figures/starting.png -share/gnome/help/gnome-sudoku/sv/gnome-sudoku.xml -share/gnome/help/gnome-sudoku/zh_CN/figures/Print_Sudokus.png -share/gnome/help/gnome-sudoku/zh_CN/figures/always_show_hint.png -share/gnome/help/gnome-sudoku/zh_CN/figures/error_highlighting.png -share/gnome/help/gnome-sudoku/zh_CN/figures/highlighting.png -share/gnome/help/gnome-sudoku/zh_CN/figures/hints.png -share/gnome/help/gnome-sudoku/zh_CN/figures/resuming.png -share/gnome/help/gnome-sudoku/zh_CN/figures/starting.png -share/gnome/help/gnome-sudoku/zh_CN/gnome-sudoku.xml -share/gnome/help/gnomine/C/figures/easy-hints-1.png -share/gnome/help/gnomine/C/figures/easy-hints-2.png -share/gnome/help/gnomine/C/figures/easy-hints-3.png -share/gnome/help/gnomine/C/figures/faces.png -share/gnome/help/gnomine/C/figures/flags.png -share/gnome/help/gnomine/C/figures/hard-hints-1.png -share/gnome/help/gnomine/C/figures/hard-hints-2.png -share/gnome/help/gnomine/C/figures/hard-hints-3.png -share/gnome/help/gnomine/C/figures/highscores.png -share/gnome/help/gnomine/C/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/C/figures/main-window.png -share/gnome/help/gnomine/C/figures/preferences.png -share/gnome/help/gnomine/C/figures/statusbar.png -share/gnome/help/gnomine/C/gnomine.xml -share/gnome/help/gnomine/C/legal.xml -share/gnome/help/gnomine/ca/figures/easy-hints-1.png -share/gnome/help/gnomine/ca/figures/easy-hints-2.png -share/gnome/help/gnomine/ca/figures/easy-hints-3.png -share/gnome/help/gnomine/ca/figures/faces.png -share/gnome/help/gnomine/ca/figures/flags.png -share/gnome/help/gnomine/ca/figures/hard-hints-1.png -share/gnome/help/gnomine/ca/figures/hard-hints-2.png -share/gnome/help/gnomine/ca/figures/hard-hints-3.png -share/gnome/help/gnomine/ca/figures/highscores.png -share/gnome/help/gnomine/ca/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/ca/figures/main-window.png -share/gnome/help/gnomine/ca/figures/preferences.png -share/gnome/help/gnomine/ca/figures/statusbar.png -share/gnome/help/gnomine/ca/gnomine.xml -share/gnome/help/gnomine/cs/figures/easy-hints-1.png -share/gnome/help/gnomine/cs/figures/easy-hints-2.png -share/gnome/help/gnomine/cs/figures/easy-hints-3.png -share/gnome/help/gnomine/cs/figures/faces.png -share/gnome/help/gnomine/cs/figures/flags.png -share/gnome/help/gnomine/cs/figures/hard-hints-1.png -share/gnome/help/gnomine/cs/figures/hard-hints-2.png -share/gnome/help/gnomine/cs/figures/hard-hints-3.png -share/gnome/help/gnomine/cs/figures/highscores.png -share/gnome/help/gnomine/cs/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/cs/figures/main-window.png -share/gnome/help/gnomine/cs/figures/preferences.png -share/gnome/help/gnomine/cs/figures/statusbar.png -share/gnome/help/gnomine/cs/gnomine.xml -share/gnome/help/gnomine/da/figures/easy-hints-1.png -share/gnome/help/gnomine/da/figures/easy-hints-2.png -share/gnome/help/gnomine/da/figures/easy-hints-3.png -share/gnome/help/gnomine/da/figures/faces.png -share/gnome/help/gnomine/da/figures/flags.png -share/gnome/help/gnomine/da/figures/hard-hints-1.png -share/gnome/help/gnomine/da/figures/hard-hints-2.png -share/gnome/help/gnomine/da/figures/hard-hints-3.png -share/gnome/help/gnomine/da/figures/highscores.png -share/gnome/help/gnomine/da/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/da/figures/main-window.png -share/gnome/help/gnomine/da/figures/preferences.png -share/gnome/help/gnomine/da/figures/statusbar.png -share/gnome/help/gnomine/da/gnomine.xml -share/gnome/help/gnomine/de/figures/easy-hints-1.png -share/gnome/help/gnomine/de/figures/easy-hints-2.png -share/gnome/help/gnomine/de/figures/easy-hints-3.png -share/gnome/help/gnomine/de/figures/faces.png -share/gnome/help/gnomine/de/figures/flags.png -share/gnome/help/gnomine/de/figures/hard-hints-1.png -share/gnome/help/gnomine/de/figures/hard-hints-2.png -share/gnome/help/gnomine/de/figures/hard-hints-3.png -share/gnome/help/gnomine/de/figures/highscores.png -share/gnome/help/gnomine/de/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/de/figures/main-window.png -share/gnome/help/gnomine/de/figures/preferences.png -share/gnome/help/gnomine/de/figures/statusbar.png -share/gnome/help/gnomine/de/gnomine.xml -share/gnome/help/gnomine/el/figures/easy-hints-1.png -share/gnome/help/gnomine/el/figures/easy-hints-2.png -share/gnome/help/gnomine/el/figures/easy-hints-3.png -share/gnome/help/gnomine/el/figures/faces.png -share/gnome/help/gnomine/el/figures/flags.png -share/gnome/help/gnomine/el/figures/hard-hints-1.png -share/gnome/help/gnomine/el/figures/hard-hints-2.png -share/gnome/help/gnomine/el/figures/hard-hints-3.png -share/gnome/help/gnomine/el/figures/highscores.png -share/gnome/help/gnomine/el/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/el/figures/main-window.png -share/gnome/help/gnomine/el/figures/preferences.png -share/gnome/help/gnomine/el/figures/statusbar.png -share/gnome/help/gnomine/el/gnomine.xml -share/gnome/help/gnomine/en_GB/figures/easy-hints-1.png -share/gnome/help/gnomine/en_GB/figures/easy-hints-2.png -share/gnome/help/gnomine/en_GB/figures/easy-hints-3.png -share/gnome/help/gnomine/en_GB/figures/faces.png -share/gnome/help/gnomine/en_GB/figures/flags.png -share/gnome/help/gnomine/en_GB/figures/hard-hints-1.png -share/gnome/help/gnomine/en_GB/figures/hard-hints-2.png -share/gnome/help/gnomine/en_GB/figures/hard-hints-3.png -share/gnome/help/gnomine/en_GB/figures/highscores.png -share/gnome/help/gnomine/en_GB/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/en_GB/figures/main-window.png -share/gnome/help/gnomine/en_GB/figures/preferences.png -share/gnome/help/gnomine/en_GB/figures/statusbar.png -share/gnome/help/gnomine/en_GB/gnomine.xml -share/gnome/help/gnomine/es/figures/easy-hints-1.png -share/gnome/help/gnomine/es/figures/easy-hints-2.png -share/gnome/help/gnomine/es/figures/easy-hints-3.png -share/gnome/help/gnomine/es/figures/faces.png -share/gnome/help/gnomine/es/figures/flags.png -share/gnome/help/gnomine/es/figures/hard-hints-1.png -share/gnome/help/gnomine/es/figures/hard-hints-2.png -share/gnome/help/gnomine/es/figures/hard-hints-3.png -share/gnome/help/gnomine/es/figures/highscores.png -share/gnome/help/gnomine/es/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/es/figures/main-window.png -share/gnome/help/gnomine/es/figures/preferences.png -share/gnome/help/gnomine/es/figures/statusbar.png -share/gnome/help/gnomine/es/gnomine.xml -share/gnome/help/gnomine/eu/figures/easy-hints-1.png -share/gnome/help/gnomine/eu/figures/easy-hints-2.png -share/gnome/help/gnomine/eu/figures/easy-hints-3.png -share/gnome/help/gnomine/eu/figures/faces.png -share/gnome/help/gnomine/eu/figures/flags.png -share/gnome/help/gnomine/eu/figures/hard-hints-1.png -share/gnome/help/gnomine/eu/figures/hard-hints-2.png -share/gnome/help/gnomine/eu/figures/hard-hints-3.png -share/gnome/help/gnomine/eu/figures/highscores.png -share/gnome/help/gnomine/eu/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/eu/figures/main-window.png -share/gnome/help/gnomine/eu/figures/preferences.png -share/gnome/help/gnomine/eu/figures/statusbar.png -share/gnome/help/gnomine/eu/gnomine.xml -share/gnome/help/gnomine/fr/figures/easy-hints-1.png -share/gnome/help/gnomine/fr/figures/easy-hints-2.png -share/gnome/help/gnomine/fr/figures/easy-hints-3.png -share/gnome/help/gnomine/fr/figures/faces.png -share/gnome/help/gnomine/fr/figures/flags.png -share/gnome/help/gnomine/fr/figures/hard-hints-1.png -share/gnome/help/gnomine/fr/figures/hard-hints-2.png -share/gnome/help/gnomine/fr/figures/hard-hints-3.png -share/gnome/help/gnomine/fr/figures/highscores.png -share/gnome/help/gnomine/fr/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/fr/figures/main-window.png -share/gnome/help/gnomine/fr/figures/preferences.png -share/gnome/help/gnomine/fr/figures/statusbar.png -share/gnome/help/gnomine/fr/gnomine.xml -share/gnome/help/gnomine/it/figures/easy-hints-1.png -share/gnome/help/gnomine/it/figures/easy-hints-2.png -share/gnome/help/gnomine/it/figures/easy-hints-3.png -share/gnome/help/gnomine/it/figures/faces.png -share/gnome/help/gnomine/it/figures/flags.png -share/gnome/help/gnomine/it/figures/hard-hints-1.png -share/gnome/help/gnomine/it/figures/hard-hints-2.png -share/gnome/help/gnomine/it/figures/hard-hints-3.png -share/gnome/help/gnomine/it/figures/highscores.png -share/gnome/help/gnomine/it/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/it/figures/main-window.png -share/gnome/help/gnomine/it/figures/preferences.png -share/gnome/help/gnomine/it/figures/statusbar.png -share/gnome/help/gnomine/it/gnomine.xml -share/gnome/help/gnomine/oc/figures/easy-hints-1.png -share/gnome/help/gnomine/oc/figures/easy-hints-2.png -share/gnome/help/gnomine/oc/figures/easy-hints-3.png -share/gnome/help/gnomine/oc/figures/faces.png -share/gnome/help/gnomine/oc/figures/flags.png -share/gnome/help/gnomine/oc/figures/hard-hints-1.png -share/gnome/help/gnomine/oc/figures/hard-hints-2.png -share/gnome/help/gnomine/oc/figures/hard-hints-3.png -share/gnome/help/gnomine/oc/figures/highscores.png -share/gnome/help/gnomine/oc/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/oc/figures/main-window.png -share/gnome/help/gnomine/oc/figures/preferences.png -share/gnome/help/gnomine/oc/figures/statusbar.png -share/gnome/help/gnomine/oc/gnomine.xml -share/gnome/help/gnomine/sr/figures/easy-hints-1.png -share/gnome/help/gnomine/sr/figures/easy-hints-2.png -share/gnome/help/gnomine/sr/figures/easy-hints-3.png -share/gnome/help/gnomine/sr/figures/faces.png -share/gnome/help/gnomine/sr/figures/flags.png -share/gnome/help/gnomine/sr/figures/hard-hints-1.png -share/gnome/help/gnomine/sr/figures/hard-hints-2.png -share/gnome/help/gnomine/sr/figures/hard-hints-3.png -share/gnome/help/gnomine/sr/figures/highscores.png -share/gnome/help/gnomine/sr/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/sr/figures/main-window.png -share/gnome/help/gnomine/sr/figures/preferences.png -share/gnome/help/gnomine/sr/figures/statusbar.png -share/gnome/help/gnomine/sr/gnomine.xml -share/gnome/help/gnomine/sr@latin/figures/easy-hints-1.png -share/gnome/help/gnomine/sr@latin/figures/easy-hints-2.png -share/gnome/help/gnomine/sr@latin/figures/easy-hints-3.png -share/gnome/help/gnomine/sr@latin/figures/faces.png -share/gnome/help/gnomine/sr@latin/figures/flags.png -share/gnome/help/gnomine/sr@latin/figures/hard-hints-1.png -share/gnome/help/gnomine/sr@latin/figures/hard-hints-2.png -share/gnome/help/gnomine/sr@latin/figures/hard-hints-3.png -share/gnome/help/gnomine/sr@latin/figures/highscores.png -share/gnome/help/gnomine/sr@latin/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/sr@latin/figures/main-window.png -share/gnome/help/gnomine/sr@latin/figures/preferences.png -share/gnome/help/gnomine/sr@latin/figures/statusbar.png -share/gnome/help/gnomine/sr@latin/gnomine.xml -share/gnome/help/gnomine/sv/figures/easy-hints-1.png -share/gnome/help/gnomine/sv/figures/easy-hints-2.png -share/gnome/help/gnomine/sv/figures/easy-hints-3.png -share/gnome/help/gnomine/sv/figures/faces.png -share/gnome/help/gnomine/sv/figures/flags.png -share/gnome/help/gnomine/sv/figures/hard-hints-1.png -share/gnome/help/gnomine/sv/figures/hard-hints-2.png -share/gnome/help/gnomine/sv/figures/hard-hints-3.png -share/gnome/help/gnomine/sv/figures/highscores.png -share/gnome/help/gnomine/sv/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/sv/figures/main-window.png -share/gnome/help/gnomine/sv/figures/preferences.png -share/gnome/help/gnomine/sv/figures/statusbar.png -share/gnome/help/gnomine/zh_CN/figures/easy-hints-1.png -share/gnome/help/gnomine/zh_CN/figures/easy-hints-2.png -share/gnome/help/gnomine/zh_CN/figures/easy-hints-3.png -share/gnome/help/gnomine/zh_CN/figures/faces.png -share/gnome/help/gnomine/zh_CN/figures/flags.png -share/gnome/help/gnomine/zh_CN/figures/hard-hints-1.png -share/gnome/help/gnomine/zh_CN/figures/hard-hints-2.png -share/gnome/help/gnomine/zh_CN/figures/hard-hints-3.png -share/gnome/help/gnomine/zh_CN/figures/highscores.png -share/gnome/help/gnomine/zh_CN/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/zh_CN/figures/main-window.png -share/gnome/help/gnomine/zh_CN/figures/preferences.png -share/gnome/help/gnomine/zh_CN/figures/statusbar.png -share/gnome/help/gnomine/zh_CN/gnomine.xml -share/gnome/help/gnomine/sv/gnomine.xml -share/gnome/help/gnotravex/C/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/C/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/C/gameplay.page -share/gnome/help/gnotravex/C/hint.page -share/gnome/help/gnotravex/C/index.page -share/gnome/help/gnotravex/C/license.page -share/gnome/help/gnotravex/C/move.page -share/gnome/help/gnotravex/C/multiplayer.page -share/gnome/help/gnotravex/C/shortcut.page -share/gnome/help/gnotravex/C/size.page -share/gnome/help/gnotravex/C/usage.page -share/gnome/help/gnotravex/C/winning.page -share/gnome/help/gnotravex/ca/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/ca/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/ca/gameplay.page -share/gnome/help/gnotravex/ca/hint.page -share/gnome/help/gnotravex/ca/index.page -share/gnome/help/gnotravex/ca/license.page -share/gnome/help/gnotravex/ca/move.page -share/gnome/help/gnotravex/ca/multiplayer.page -share/gnome/help/gnotravex/ca/shortcut.page -share/gnome/help/gnotravex/ca/size.page -share/gnome/help/gnotravex/ca/usage.page -share/gnome/help/gnotravex/ca/winning.page -share/gnome/help/gnotravex/cs/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/cs/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/cs/gameplay.page -share/gnome/help/gnotravex/cs/hint.page -share/gnome/help/gnotravex/cs/index.page -share/gnome/help/gnotravex/cs/license.page -share/gnome/help/gnotravex/cs/move.page -share/gnome/help/gnotravex/cs/multiplayer.page -share/gnome/help/gnotravex/cs/shortcut.page -share/gnome/help/gnotravex/cs/size.page -share/gnome/help/gnotravex/cs/usage.page -share/gnome/help/gnotravex/cs/winning.page -share/gnome/help/gnotravex/da/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/da/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/da/gameplay.page -share/gnome/help/gnotravex/da/hint.page -share/gnome/help/gnotravex/da/index.page -share/gnome/help/gnotravex/da/license.page -share/gnome/help/gnotravex/da/move.page -share/gnome/help/gnotravex/da/multiplayer.page -share/gnome/help/gnotravex/da/shortcut.page -share/gnome/help/gnotravex/da/size.page -share/gnome/help/gnotravex/da/usage.page -share/gnome/help/gnotravex/da/winning.page -share/gnome/help/gnotravex/de/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/de/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/de/gameplay.page -share/gnome/help/gnotravex/de/hint.page -share/gnome/help/gnotravex/de/index.page -share/gnome/help/gnotravex/de/license.page -share/gnome/help/gnotravex/de/move.page -share/gnome/help/gnotravex/de/multiplayer.page -share/gnome/help/gnotravex/de/shortcut.page -share/gnome/help/gnotravex/de/size.page -share/gnome/help/gnotravex/de/usage.page -share/gnome/help/gnotravex/de/winning.page -share/gnome/help/gnotravex/el/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/el/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/el/gameplay.page -share/gnome/help/gnotravex/el/hint.page -share/gnome/help/gnotravex/el/index.page -share/gnome/help/gnotravex/el/license.page -share/gnome/help/gnotravex/el/move.page -share/gnome/help/gnotravex/el/multiplayer.page -share/gnome/help/gnotravex/el/shortcut.page -share/gnome/help/gnotravex/el/size.page -share/gnome/help/gnotravex/el/usage.page -share/gnome/help/gnotravex/el/winning.page -share/gnome/help/gnotravex/en_GB/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/en_GB/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/en_GB/gameplay.page -share/gnome/help/gnotravex/en_GB/hint.page -share/gnome/help/gnotravex/en_GB/index.page -share/gnome/help/gnotravex/en_GB/license.page -share/gnome/help/gnotravex/en_GB/move.page -share/gnome/help/gnotravex/en_GB/multiplayer.page -share/gnome/help/gnotravex/en_GB/shortcut.page -share/gnome/help/gnotravex/en_GB/size.page -share/gnome/help/gnotravex/en_GB/usage.page -share/gnome/help/gnotravex/en_GB/winning.page -share/gnome/help/gnotravex/es/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/es/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/es/gameplay.page -share/gnome/help/gnotravex/es/hint.page -share/gnome/help/gnotravex/es/index.page -share/gnome/help/gnotravex/es/license.page -share/gnome/help/gnotravex/es/move.page -share/gnome/help/gnotravex/es/multiplayer.page -share/gnome/help/gnotravex/es/shortcut.page -share/gnome/help/gnotravex/es/size.page -share/gnome/help/gnotravex/es/usage.page -share/gnome/help/gnotravex/es/winning.page -share/gnome/help/gnotravex/eu/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/eu/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/eu/gameplay.page -share/gnome/help/gnotravex/eu/hint.page -share/gnome/help/gnotravex/eu/index.page -share/gnome/help/gnotravex/eu/license.page -share/gnome/help/gnotravex/eu/move.page -share/gnome/help/gnotravex/eu/multiplayer.page -share/gnome/help/gnotravex/eu/shortcut.page -share/gnome/help/gnotravex/eu/size.page -share/gnome/help/gnotravex/eu/usage.page -share/gnome/help/gnotravex/eu/winning.page -share/gnome/help/gnotravex/fr/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/fr/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/fr/gameplay.page -share/gnome/help/gnotravex/fr/hint.page -share/gnome/help/gnotravex/fr/index.page -share/gnome/help/gnotravex/fr/license.page -share/gnome/help/gnotravex/fr/move.page -share/gnome/help/gnotravex/fr/multiplayer.page -share/gnome/help/gnotravex/fr/shortcut.page -share/gnome/help/gnotravex/fr/size.page -share/gnome/help/gnotravex/fr/usage.page -share/gnome/help/gnotravex/fr/winning.page -share/gnome/help/gnotravex/it/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/it/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/it/gameplay.page -share/gnome/help/gnotravex/it/hint.page -share/gnome/help/gnotravex/it/index.page -share/gnome/help/gnotravex/it/license.page -share/gnome/help/gnotravex/it/move.page -share/gnome/help/gnotravex/it/multiplayer.page -share/gnome/help/gnotravex/it/shortcut.page -share/gnome/help/gnotravex/it/size.page -share/gnome/help/gnotravex/it/usage.page -share/gnome/help/gnotravex/it/winning.page -share/gnome/help/gnotravex/oc/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/oc/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/oc/gameplay.page -share/gnome/help/gnotravex/oc/hint.page -share/gnome/help/gnotravex/oc/index.page -share/gnome/help/gnotravex/oc/license.page -share/gnome/help/gnotravex/oc/move.page -share/gnome/help/gnotravex/oc/multiplayer.page -share/gnome/help/gnotravex/oc/shortcut.page -share/gnome/help/gnotravex/oc/size.page -share/gnome/help/gnotravex/oc/usage.page -share/gnome/help/gnotravex/oc/winning.page -share/gnome/help/gnotravex/ru/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/ru/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/ru/gameplay.page -share/gnome/help/gnotravex/ru/hint.page -share/gnome/help/gnotravex/ru/index.page -share/gnome/help/gnotravex/ru/license.page -share/gnome/help/gnotravex/ru/move.page -share/gnome/help/gnotravex/ru/multiplayer.page -share/gnome/help/gnotravex/ru/shortcut.page -share/gnome/help/gnotravex/ru/size.page -share/gnome/help/gnotravex/ru/usage.page -share/gnome/help/gnotravex/ru/winning.page -share/gnome/help/gnotravex/sl/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/sl/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/sl/gameplay.page -share/gnome/help/gnotravex/sl/hint.page -share/gnome/help/gnotravex/sl/index.page -share/gnome/help/gnotravex/sl/license.page -share/gnome/help/gnotravex/sl/move.page -share/gnome/help/gnotravex/sl/multiplayer.page -share/gnome/help/gnotravex/sl/shortcut.page -share/gnome/help/gnotravex/sl/size.page -share/gnome/help/gnotravex/sl/usage.page -share/gnome/help/gnotravex/sl/winning.page -share/gnome/help/gnotravex/sr/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/sr/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/sr/gameplay.page -share/gnome/help/gnotravex/sr/hint.page -share/gnome/help/gnotravex/sr/index.page -share/gnome/help/gnotravex/sr/license.page -share/gnome/help/gnotravex/sr/move.page -share/gnome/help/gnotravex/sr/multiplayer.page -share/gnome/help/gnotravex/sr/shortcut.page -share/gnome/help/gnotravex/sr/size.page -share/gnome/help/gnotravex/sr/usage.page -share/gnome/help/gnotravex/sr/winning.page -share/gnome/help/gnotravex/sr@latin/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/sr@latin/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/sr@latin/gameplay.page -share/gnome/help/gnotravex/sr@latin/hint.page -share/gnome/help/gnotravex/sr@latin/index.page -share/gnome/help/gnotravex/sr@latin/license.page -share/gnome/help/gnotravex/sr@latin/move.page -share/gnome/help/gnotravex/sr@latin/multiplayer.page -share/gnome/help/gnotravex/sr@latin/shortcut.page -share/gnome/help/gnotravex/sr@latin/size.page -share/gnome/help/gnotravex/sr@latin/usage.page -share/gnome/help/gnotravex/sr@latin/winning.page -share/gnome/help/gnotravex/sv/figures/gnotravex-main-window.png -share/gnome/help/gnotravex/sv/figures/gnotravex-video.ogv -share/gnome/help/gnotravex/sv/gameplay.page -share/gnome/help/gnotravex/sv/hint.page -share/gnome/help/gnotravex/sv/index.page -share/gnome/help/gnotravex/sv/license.page -share/gnome/help/gnotravex/sv/move.page -share/gnome/help/gnotravex/sv/multiplayer.page -share/gnome/help/gnotravex/sv/shortcut.page -share/gnome/help/gnotravex/sv/size.page -share/gnome/help/gnotravex/sv/usage.page -share/gnome/help/gnotravex/sv/winning.page -share/gnome/help/gnotski/C/figures/gnotski_start_window.png -share/gnome/help/gnotski/C/figures/gnotski_win.png -share/gnome/help/gnotski/C/gnotski.xml -share/gnome/help/gnotski/C/legal.xml -share/gnome/help/gnotski/ca/figures/gnotski_start_window.png -share/gnome/help/gnotski/ca/figures/gnotski_win.png -share/gnome/help/gnotski/ca/gnotski.xml -share/gnome/help/gnotski/cs/figures/gnotski_start_window.png -share/gnome/help/gnotski/cs/figures/gnotski_win.png -share/gnome/help/gnotski/cs/gnotski.xml -share/gnome/help/gnotski/de/figures/gnotski_start_window.png -share/gnome/help/gnotski/de/figures/gnotski_win.png -share/gnome/help/gnotski/de/gnotski.xml -share/gnome/help/gnotski/el/figures/gnotski_start_window.png -share/gnome/help/gnotski/el/figures/gnotski_win.png -share/gnome/help/gnotski/el/gnotski.xml -share/gnome/help/gnotski/en_GB/figures/gnotski_start_window.png -share/gnome/help/gnotski/en_GB/figures/gnotski_win.png -share/gnome/help/gnotski/en_GB/gnotski.xml -share/gnome/help/gnotski/es/figures/gnotski_start_window.png -share/gnome/help/gnotski/es/figures/gnotski_win.png -share/gnome/help/gnotski/es/gnotski.xml -share/gnome/help/gnotski/eu/figures/gnotski_start_window.png -share/gnome/help/gnotski/eu/figures/gnotski_win.png -share/gnome/help/gnotski/eu/gnotski.xml -share/gnome/help/gnotski/fr/figures/gnotski_start_window.png -share/gnome/help/gnotski/fr/figures/gnotski_win.png -share/gnome/help/gnotski/fr/gnotski.xml -share/gnome/help/gnotski/it/figures/gnotski_start_window.png -share/gnome/help/gnotski/it/figures/gnotski_win.png -share/gnome/help/gnotski/it/gnotski.xml -share/gnome/help/gnotski/oc/figures/gnotski_start_window.png -share/gnome/help/gnotski/oc/figures/gnotski_win.png -share/gnome/help/gnotski/oc/gnotski.xml -share/gnome/help/gnotski/sr/figures/gnotski_start_window.png -share/gnome/help/gnotski/sr/figures/gnotski_win.png -share/gnome/help/gnotski/sr/gnotski.xml -share/gnome/help/gnotski/sr@latin/figures/gnotski_start_window.png -share/gnome/help/gnotski/sr@latin/figures/gnotski_win.png -share/gnome/help/gnotski/sr@latin/gnotski.xml -share/gnome/help/gnotski/sv/figures/gnotski_start_window.png -share/gnome/help/gnotski/sv/figures/gnotski_win.png -share/gnome/help/gnotski/sv/gnotski.xml -share/gnome/help/gtali/C/figures/mainwindow.png -share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.xml -share/gnome/help/gtali/C/legal.xml -share/gnome/help/gtali/ca/figures/mainwindow.png -share/gnome/help/gtali/ca/figures/preferences.png -share/gnome/help/gtali/ca/gtali.xml -share/gnome/help/gtali/cs/figures/mainwindow.png -share/gnome/help/gtali/cs/figures/preferences.png -share/gnome/help/gtali/cs/gtali.xml -share/gnome/help/gtali/da/figures/mainwindow.png -share/gnome/help/gtali/da/figures/preferences.png -share/gnome/help/gtali/da/gtali.xml -share/gnome/help/gtali/de/figures/mainwindow.png -share/gnome/help/gtali/de/figures/preferences.png -share/gnome/help/gtali/de/gtali.xml -share/gnome/help/gtali/el/figures/mainwindow.png -share/gnome/help/gtali/el/figures/preferences.png -share/gnome/help/gtali/el/gtali.xml -share/gnome/help/gtali/en_GB/figures/mainwindow.png -share/gnome/help/gtali/en_GB/figures/preferences.png -share/gnome/help/gtali/en_GB/gtali.xml -share/gnome/help/gtali/es/figures/mainwindow.png -share/gnome/help/gtali/es/figures/preferences.png -share/gnome/help/gtali/es/gtali.xml -share/gnome/help/gtali/eu/figures/mainwindow.png -share/gnome/help/gtali/eu/figures/preferences.png -share/gnome/help/gtali/eu/gtali.xml -share/gnome/help/gtali/fr/figures/mainwindow.png -share/gnome/help/gtali/fr/figures/preferences.png -share/gnome/help/gtali/fr/gtali.xml -share/gnome/help/gtali/it/figures/mainwindow.png -share/gnome/help/gtali/it/figures/preferences.png -share/gnome/help/gtali/it/gtali.xml -share/gnome/help/gtali/oc/figures/mainwindow.png -share/gnome/help/gtali/oc/figures/preferences.png -share/gnome/help/gtali/oc/gtali.xml -share/gnome/help/gtali/pt_BR/figures/mainwindow.png -share/gnome/help/gtali/pt_BR/figures/preferences.png -share/gnome/help/gtali/pt_BR/gtali.xml -share/gnome/help/gtali/sr/figures/mainwindow.png -share/gnome/help/gtali/sr/figures/preferences.png -share/gnome/help/gtali/sr/gtali.xml -share/gnome/help/gtali/sr@latin/figures/mainwindow.png -share/gnome/help/gtali/sr@latin/figures/preferences.png -share/gnome/help/gtali/sr@latin/gtali.xml -share/gnome/help/gtali/sv/figures/mainwindow.png -share/gnome/help/gtali/sv/figures/preferences.png -share/gnome/help/gtali/sv/gtali.xml -share/gnome/help/iagno/C/figures/ANIMATION.png -share/gnome/help/iagno/C/figures/BLOCK.png -share/gnome/help/iagno/C/figures/FIRST.png -share/gnome/help/iagno/C/figures/PLAYER.png -share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/figures/connect.png -share/gnome/help/iagno/C/figures/tables.png -share/gnome/help/iagno/C/iagno.xml -share/gnome/help/iagno/C/legal.xml -share/gnome/help/iagno/C/network-games.xml -share/gnome/help/iagno/ca/figures/ANIMATION.png -share/gnome/help/iagno/ca/figures/BLOCK.png -share/gnome/help/iagno/ca/figures/FIRST.png -share/gnome/help/iagno/ca/figures/PLAYER.png -share/gnome/help/iagno/ca/figures/START.png -share/gnome/help/iagno/ca/figures/connect.png -share/gnome/help/iagno/ca/figures/tables.png -share/gnome/help/iagno/ca/iagno.xml -share/gnome/help/iagno/cs/figures/ANIMATION.png -share/gnome/help/iagno/cs/figures/BLOCK.png -share/gnome/help/iagno/cs/figures/FIRST.png -share/gnome/help/iagno/cs/figures/PLAYER.png -share/gnome/help/iagno/cs/figures/START.png -share/gnome/help/iagno/cs/figures/connect.png -share/gnome/help/iagno/cs/figures/tables.png -share/gnome/help/iagno/cs/iagno.xml -share/gnome/help/iagno/de/figures/ANIMATION.png -share/gnome/help/iagno/de/figures/BLOCK.png -share/gnome/help/iagno/de/figures/FIRST.png -share/gnome/help/iagno/de/figures/PLAYER.png -share/gnome/help/iagno/de/figures/START.png -share/gnome/help/iagno/de/figures/connect.png -share/gnome/help/iagno/de/figures/tables.png -share/gnome/help/iagno/de/iagno.xml -share/gnome/help/iagno/el/figures/ANIMATION.png -share/gnome/help/iagno/el/figures/BLOCK.png -share/gnome/help/iagno/el/figures/FIRST.png -share/gnome/help/iagno/el/figures/PLAYER.png -share/gnome/help/iagno/el/figures/START.png -share/gnome/help/iagno/el/figures/connect.png -share/gnome/help/iagno/el/figures/tables.png -share/gnome/help/iagno/el/iagno.xml -share/gnome/help/iagno/en_GB/figures/ANIMATION.png -share/gnome/help/iagno/en_GB/figures/BLOCK.png -share/gnome/help/iagno/en_GB/figures/FIRST.png -share/gnome/help/iagno/en_GB/figures/PLAYER.png -share/gnome/help/iagno/en_GB/figures/START.png -share/gnome/help/iagno/en_GB/figures/connect.png -share/gnome/help/iagno/en_GB/figures/tables.png -share/gnome/help/iagno/en_GB/iagno.xml -share/gnome/help/iagno/es/figures/ANIMATION.png -share/gnome/help/iagno/es/figures/BLOCK.png -share/gnome/help/iagno/es/figures/FIRST.png -share/gnome/help/iagno/es/figures/PLAYER.png -share/gnome/help/iagno/es/figures/START.png -share/gnome/help/iagno/es/figures/connect.png -share/gnome/help/iagno/es/figures/tables.png -share/gnome/help/iagno/es/iagno.xml -share/gnome/help/iagno/eu/figures/ANIMATION.png -share/gnome/help/iagno/eu/figures/BLOCK.png -share/gnome/help/iagno/eu/figures/FIRST.png -share/gnome/help/iagno/eu/figures/PLAYER.png -share/gnome/help/iagno/eu/figures/START.png -share/gnome/help/iagno/eu/figures/connect.png -share/gnome/help/iagno/eu/figures/tables.png -share/gnome/help/iagno/eu/iagno.xml -share/gnome/help/iagno/fr/figures/ANIMATION.png -share/gnome/help/iagno/fr/figures/BLOCK.png -share/gnome/help/iagno/fr/figures/FIRST.png -share/gnome/help/iagno/fr/figures/PLAYER.png -share/gnome/help/iagno/fr/figures/START.png -share/gnome/help/iagno/fr/figures/connect.png -share/gnome/help/iagno/fr/figures/tables.png -share/gnome/help/iagno/fr/iagno.xml -share/gnome/help/iagno/it/figures/ANIMATION.png -share/gnome/help/iagno/it/figures/BLOCK.png -share/gnome/help/iagno/it/figures/FIRST.png -share/gnome/help/iagno/it/figures/PLAYER.png -share/gnome/help/iagno/it/figures/START.png -share/gnome/help/iagno/it/figures/connect.png -share/gnome/help/iagno/it/figures/tables.png -share/gnome/help/iagno/it/iagno.xml -share/gnome/help/iagno/oc/figures/ANIMATION.png -share/gnome/help/iagno/oc/figures/BLOCK.png -share/gnome/help/iagno/oc/figures/FIRST.png -share/gnome/help/iagno/oc/figures/PLAYER.png -share/gnome/help/iagno/oc/figures/START.png -share/gnome/help/iagno/oc/figures/connect.png -share/gnome/help/iagno/oc/figures/tables.png -share/gnome/help/iagno/oc/iagno.xml -share/gnome/help/iagno/pt_BR/figures/ANIMATION.png -share/gnome/help/iagno/pt_BR/figures/BLOCK.png -share/gnome/help/iagno/pt_BR/figures/FIRST.png -share/gnome/help/iagno/pt_BR/figures/PLAYER.png -share/gnome/help/iagno/pt_BR/figures/START.png -share/gnome/help/iagno/pt_BR/figures/connect.png -share/gnome/help/iagno/pt_BR/figures/tables.png -share/gnome/help/iagno/pt_BR/iagno.xml -share/gnome/help/iagno/sr/figures/ANIMATION.png -share/gnome/help/iagno/sr/figures/BLOCK.png -share/gnome/help/iagno/sr/figures/FIRST.png -share/gnome/help/iagno/sr/figures/PLAYER.png -share/gnome/help/iagno/sr/figures/START.png -share/gnome/help/iagno/sr/figures/connect.png -share/gnome/help/iagno/sr/figures/tables.png -share/gnome/help/iagno/sr/iagno.xml -share/gnome/help/iagno/sr@latin/figures/ANIMATION.png -share/gnome/help/iagno/sr@latin/figures/BLOCK.png -share/gnome/help/iagno/sr@latin/figures/FIRST.png -share/gnome/help/iagno/sr@latin/figures/PLAYER.png -share/gnome/help/iagno/sr@latin/figures/START.png -share/gnome/help/iagno/sr@latin/figures/connect.png -share/gnome/help/iagno/sr@latin/figures/tables.png -share/gnome/help/iagno/sr@latin/iagno.xml -share/gnome/help/iagno/sv/figures/ANIMATION.png -share/gnome/help/iagno/sv/figures/BLOCK.png -share/gnome/help/iagno/sv/figures/FIRST.png -share/gnome/help/iagno/sv/figures/PLAYER.png -share/gnome/help/iagno/sv/figures/START.png -share/gnome/help/iagno/sv/figures/connect.png -share/gnome/help/iagno/sv/figures/tables.png -share/gnome/help/iagno/sv/iagno.xml -share/gnome/help/lightsoff/C/legal.xml -share/gnome/help/lightsoff/C/lightsoff.xml -share/gnome/help/lightsoff/de/lightsoff.xml -share/gnome/help/lightsoff/el/lightsoff.xml -share/gnome/help/lightsoff/es/lightsoff.xml -share/gnome/help/lightsoff/fr/lightsoff.xml -share/gnome/help/mahjongg/C/figures/mahjongg.png -share/gnome/help/mahjongg/C/figures/no-move.png -share/gnome/help/mahjongg/C/figures/preferences.png -share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/legal.xml -share/gnome/help/mahjongg/C/mahjongg.xml -share/gnome/help/mahjongg/ca/figures/mahjongg.png -share/gnome/help/mahjongg/ca/figures/no-move.png -share/gnome/help/mahjongg/ca/figures/preferences.png -share/gnome/help/mahjongg/ca/figures/toolbar.png -share/gnome/help/mahjongg/ca/mahjongg.xml -share/gnome/help/mahjongg/cs/figures/mahjongg.png -share/gnome/help/mahjongg/cs/figures/no-move.png -share/gnome/help/mahjongg/cs/figures/preferences.png -share/gnome/help/mahjongg/cs/figures/toolbar.png -share/gnome/help/mahjongg/cs/mahjongg.xml -share/gnome/help/mahjongg/da/figures/mahjongg.png -share/gnome/help/mahjongg/da/figures/no-move.png -share/gnome/help/mahjongg/da/figures/preferences.png -share/gnome/help/mahjongg/da/figures/toolbar.png -share/gnome/help/mahjongg/da/mahjongg.xml -share/gnome/help/mahjongg/de/figures/mahjongg.png -share/gnome/help/mahjongg/de/figures/no-move.png -share/gnome/help/mahjongg/de/figures/preferences.png -share/gnome/help/mahjongg/de/figures/toolbar.png -share/gnome/help/mahjongg/de/mahjongg.xml -share/gnome/help/mahjongg/el/figures/mahjongg.png -share/gnome/help/mahjongg/el/figures/no-move.png -share/gnome/help/mahjongg/el/figures/preferences.png -share/gnome/help/mahjongg/el/figures/toolbar.png -share/gnome/help/mahjongg/el/mahjongg.xml -share/gnome/help/mahjongg/en_GB/figures/mahjongg.png -share/gnome/help/mahjongg/en_GB/figures/no-move.png -share/gnome/help/mahjongg/en_GB/figures/preferences.png -share/gnome/help/mahjongg/en_GB/figures/toolbar.png -share/gnome/help/mahjongg/en_GB/mahjongg.xml -share/gnome/help/mahjongg/es/figures/mahjongg.png -share/gnome/help/mahjongg/es/figures/no-move.png -share/gnome/help/mahjongg/es/figures/preferences.png -share/gnome/help/mahjongg/es/figures/toolbar.png -share/gnome/help/mahjongg/es/mahjongg.xml -share/gnome/help/mahjongg/eu/figures/mahjongg.png -share/gnome/help/mahjongg/eu/figures/no-move.png -share/gnome/help/mahjongg/eu/figures/preferences.png -share/gnome/help/mahjongg/eu/figures/toolbar.png -share/gnome/help/mahjongg/eu/mahjongg.xml -share/gnome/help/mahjongg/fr/figures/mahjongg.png -share/gnome/help/mahjongg/fr/figures/no-move.png -share/gnome/help/mahjongg/fr/figures/preferences.png -share/gnome/help/mahjongg/fr/figures/toolbar.png -share/gnome/help/mahjongg/fr/mahjongg.xml -share/gnome/help/mahjongg/it/figures/mahjongg.png -share/gnome/help/mahjongg/it/figures/no-move.png -share/gnome/help/mahjongg/it/figures/preferences.png -share/gnome/help/mahjongg/it/figures/toolbar.png -share/gnome/help/mahjongg/it/mahjongg.xml -share/gnome/help/mahjongg/oc/figures/mahjongg.png -share/gnome/help/mahjongg/oc/figures/no-move.png -share/gnome/help/mahjongg/oc/figures/preferences.png -share/gnome/help/mahjongg/oc/figures/toolbar.png -share/gnome/help/mahjongg/oc/mahjongg.xml -share/gnome/help/mahjongg/sr/figures/mahjongg.png -share/gnome/help/mahjongg/sr/figures/no-move.png -share/gnome/help/mahjongg/sr/figures/preferences.png -share/gnome/help/mahjongg/sr/figures/toolbar.png -share/gnome/help/mahjongg/sr@latin/figures/mahjongg.png -share/gnome/help/mahjongg/sr@latin/figures/no-move.png -share/gnome/help/mahjongg/sr@latin/figures/preferences.png -share/gnome/help/mahjongg/sr@latin/figures/toolbar.png -share/gnome/help/mahjongg/sr@latin/mahjongg.xml -share/gnome/help/mahjongg/sr/mahjongg.xml -share/gnome/help/mahjongg/sv/figures/mahjongg.png -share/gnome/help/mahjongg/sv/figures/no-move.png -share/gnome/help/mahjongg/sv/figures/preferences.png -share/gnome/help/mahjongg/sv/figures/toolbar.png -share/gnome/help/mahjongg/sv/mahjongg.xml -share/gnome/help/quadrapassel/C/legal.xml -share/gnome/help/quadrapassel/C/quadrapassel.xml -share/gnome/help/quadrapassel/ca/quadrapassel.xml -share/gnome/help/quadrapassel/cs/quadrapassel.xml -share/gnome/help/quadrapassel/de/quadrapassel.xml -share/gnome/help/quadrapassel/el/quadrapassel.xml -share/gnome/help/quadrapassel/en_GB/quadrapassel.xml -share/gnome/help/quadrapassel/es/quadrapassel.xml -share/gnome/help/quadrapassel/eu/quadrapassel.xml -share/gnome/help/quadrapassel/fi/quadrapassel.xml -share/gnome/help/quadrapassel/fr/quadrapassel.xml -share/gnome/help/quadrapassel/it/quadrapassel.xml -share/gnome/help/quadrapassel/oc/quadrapassel.xml -share/gnome/help/quadrapassel/sr/quadrapassel.xml -share/gnome/help/quadrapassel/sr@latin/quadrapassel.xml -share/gnome/help/quadrapassel/sv/quadrapassel.xml -share/gnome/help/quadrapassel/zh_CN/quadrapassel.xml -share/gnome/help/swell-foop/C/figures/play1.png -share/gnome/help/swell-foop/C/figures/play2.png -share/gnome/help/swell-foop/C/figures/play3.png -share/gnome/help/swell-foop/C/figures/play4.png -share/gnome/help/swell-foop/C/figures/start-up.png -share/gnome/help/swell-foop/C/legal.xml -share/gnome/help/swell-foop/C/swell-foop.xml -share/gnome/help/swell-foop/ca/figures/play1.png -share/gnome/help/swell-foop/ca/figures/play2.png -share/gnome/help/swell-foop/ca/figures/play3.png -share/gnome/help/swell-foop/ca/figures/play4.png -share/gnome/help/swell-foop/ca/figures/start-up.png -share/gnome/help/swell-foop/ca/legal.xml -share/gnome/help/swell-foop/ca/swell-foop.xml -share/gnome/help/swell-foop/cs/figures/play1.png -share/gnome/help/swell-foop/cs/figures/play2.png -share/gnome/help/swell-foop/cs/figures/play3.png -share/gnome/help/swell-foop/cs/figures/play4.png -share/gnome/help/swell-foop/cs/figures/start-up.png -share/gnome/help/swell-foop/cs/legal.xml -share/gnome/help/swell-foop/cs/swell-foop.xml -share/gnome/help/swell-foop/de/figures/play1.png -share/gnome/help/swell-foop/de/figures/play2.png -share/gnome/help/swell-foop/de/figures/play3.png -share/gnome/help/swell-foop/de/figures/play4.png -share/gnome/help/swell-foop/de/figures/start-up.png -share/gnome/help/swell-foop/de/legal.xml -share/gnome/help/swell-foop/de/swell-foop.xml -share/gnome/help/swell-foop/el/figures/play1.png -share/gnome/help/swell-foop/el/figures/play2.png -share/gnome/help/swell-foop/el/figures/play3.png -share/gnome/help/swell-foop/el/figures/play4.png -share/gnome/help/swell-foop/el/figures/start-up.png -share/gnome/help/swell-foop/el/legal.xml -share/gnome/help/swell-foop/el/swell-foop.xml -share/gnome/help/swell-foop/en_GB/figures/play1.png -share/gnome/help/swell-foop/en_GB/figures/play2.png -share/gnome/help/swell-foop/en_GB/figures/play3.png -share/gnome/help/swell-foop/en_GB/figures/play4.png -share/gnome/help/swell-foop/en_GB/figures/start-up.png -share/gnome/help/swell-foop/en_GB/legal.xml -share/gnome/help/swell-foop/en_GB/swell-foop.xml -share/gnome/help/swell-foop/es/figures/play1.png -share/gnome/help/swell-foop/es/figures/play2.png -share/gnome/help/swell-foop/es/figures/play3.png -share/gnome/help/swell-foop/es/figures/play4.png -share/gnome/help/swell-foop/es/figures/start-up.png -share/gnome/help/swell-foop/es/legal.xml -share/gnome/help/swell-foop/es/swell-foop.xml -share/gnome/help/swell-foop/eu/figures/play1.png -share/gnome/help/swell-foop/eu/figures/play2.png -share/gnome/help/swell-foop/eu/figures/play3.png -share/gnome/help/swell-foop/eu/figures/play4.png -share/gnome/help/swell-foop/eu/figures/start-up.png -share/gnome/help/swell-foop/eu/legal.xml -share/gnome/help/swell-foop/eu/swell-foop.xml -share/gnome/help/swell-foop/fr/figures/play1.png -share/gnome/help/swell-foop/fr/figures/play2.png -share/gnome/help/swell-foop/fr/figures/play3.png -share/gnome/help/swell-foop/fr/figures/play4.png -share/gnome/help/swell-foop/fr/figures/start-up.png -share/gnome/help/swell-foop/fr/legal.xml -share/gnome/help/swell-foop/fr/swell-foop.xml -share/gnome/help/swell-foop/it/figures/play1.png -share/gnome/help/swell-foop/it/figures/play2.png -share/gnome/help/swell-foop/it/figures/play3.png -share/gnome/help/swell-foop/it/figures/play4.png -share/gnome/help/swell-foop/it/figures/start-up.png -share/gnome/help/swell-foop/it/legal.xml -share/gnome/help/swell-foop/it/swell-foop.xml -share/gnome/help/swell-foop/oc/figures/play1.png -share/gnome/help/swell-foop/oc/figures/play2.png -share/gnome/help/swell-foop/oc/figures/play3.png -share/gnome/help/swell-foop/oc/figures/play4.png -share/gnome/help/swell-foop/oc/figures/start-up.png -share/gnome/help/swell-foop/oc/legal.xml -share/gnome/help/swell-foop/oc/swell-foop.xml -share/gnome/help/swell-foop/ru/figures/play1.png -share/gnome/help/swell-foop/ru/figures/play2.png -share/gnome/help/swell-foop/ru/figures/play3.png -share/gnome/help/swell-foop/ru/figures/play4.png -share/gnome/help/swell-foop/ru/figures/start-up.png -share/gnome/help/swell-foop/ru/legal.xml -share/gnome/help/swell-foop/ru/swell-foop.xml -share/gnome/help/swell-foop/sr/figures/play1.png -share/gnome/help/swell-foop/sr/figures/play2.png -share/gnome/help/swell-foop/sr/figures/play3.png -share/gnome/help/swell-foop/sr/figures/play4.png -share/gnome/help/swell-foop/sr/figures/start-up.png -share/gnome/help/swell-foop/sr/legal.xml -share/gnome/help/swell-foop/sr/swell-foop.xml -share/gnome/help/swell-foop/sr@latin/figures/play1.png -share/gnome/help/swell-foop/sr@latin/figures/play2.png -share/gnome/help/swell-foop/sr@latin/figures/play3.png -share/gnome/help/swell-foop/sr@latin/figures/play4.png -share/gnome/help/swell-foop/sr@latin/figures/start-up.png -share/gnome/help/swell-foop/sr@latin/legal.xml -share/gnome/help/swell-foop/sr@latin/swell-foop.xml -share/gnome/help/swell-foop/sv/figures/play1.png -share/gnome/help/swell-foop/sv/figures/play2.png -share/gnome/help/swell-foop/sv/figures/play3.png -share/gnome/help/swell-foop/sv/figures/play4.png -share/gnome/help/swell-foop/sv/figures/start-up.png -share/gnome/help/swell-foop/sv/legal.xml -share/gnome/help/swell-foop/sv/swell-foop.xml -share/icons/hicolor/16x16/apps/gnome-aisleriot.png -share/icons/hicolor/16x16/apps/gnome-freecell.png -share/icons/hicolor/16x16/apps/gnome-glchess.png -share/icons/hicolor/16x16/apps/gnome-glines.png -share/icons/hicolor/16x16/apps/gnome-gnect.png -share/icons/hicolor/16x16/apps/gnome-gnibbles.png -share/icons/hicolor/16x16/apps/gnome-iagno.png -share/icons/hicolor/16x16/apps/gnome-klotski.png -share/icons/hicolor/16x16/apps/gnome-mahjongg.png -share/icons/hicolor/16x16/apps/gnome-mines.png -share/icons/hicolor/16x16/apps/gnome-quadrapassel.png -share/icons/hicolor/16x16/apps/gnome-robots.png -share/icons/hicolor/16x16/apps/gnome-sudoku.png -share/icons/hicolor/16x16/apps/gnome-swell-foop.png -share/icons/hicolor/16x16/apps/gnome-tali.png -share/icons/hicolor/16x16/apps/gnome-tetravex.png -share/icons/hicolor/22x22/apps/gnome-aisleriot.png -share/icons/hicolor/22x22/apps/gnome-freecell.png -share/icons/hicolor/22x22/apps/gnome-glchess.png -share/icons/hicolor/22x22/apps/gnome-glines.png -share/icons/hicolor/22x22/apps/gnome-gnect.png -share/icons/hicolor/22x22/apps/gnome-gnibbles.png -share/icons/hicolor/22x22/apps/gnome-iagno.png -share/icons/hicolor/22x22/apps/gnome-klotski.png -share/icons/hicolor/22x22/apps/gnome-mahjongg.png -share/icons/hicolor/22x22/apps/gnome-mines.png -share/icons/hicolor/22x22/apps/gnome-quadrapassel.png -share/icons/hicolor/22x22/apps/gnome-robots.png -share/icons/hicolor/22x22/apps/gnome-sudoku.png -share/icons/hicolor/22x22/apps/gnome-swell-foop.png -share/icons/hicolor/22x22/apps/gnome-tali.png -share/icons/hicolor/22x22/apps/gnome-tetravex.png -share/icons/hicolor/24x24/apps/gnome-aisleriot.png -share/icons/hicolor/24x24/apps/gnome-freecell.png -share/icons/hicolor/24x24/apps/gnome-glchess.png -share/icons/hicolor/24x24/apps/gnome-glines.png -share/icons/hicolor/24x24/apps/gnome-gnect.png -share/icons/hicolor/24x24/apps/gnome-gnibbles.png -share/icons/hicolor/24x24/apps/gnome-iagno.png -share/icons/hicolor/24x24/apps/gnome-klotski.png -share/icons/hicolor/24x24/apps/gnome-mahjongg.png -share/icons/hicolor/24x24/apps/gnome-mines.png -share/icons/hicolor/24x24/apps/gnome-quadrapassel.png -share/icons/hicolor/24x24/apps/gnome-robots.png -share/icons/hicolor/24x24/apps/gnome-sudoku.png -share/icons/hicolor/24x24/apps/gnome-swell-foop.png -share/icons/hicolor/24x24/apps/gnome-tali.png -share/icons/hicolor/24x24/apps/gnome-tetravex.png -share/icons/hicolor/32x32/apps/gnome-aisleriot.png -share/icons/hicolor/32x32/apps/gnome-freecell.png -share/icons/hicolor/32x32/apps/gnome-glchess.png -share/icons/hicolor/32x32/apps/gnome-glines.png -share/icons/hicolor/32x32/apps/gnome-gnect.png -share/icons/hicolor/32x32/apps/gnome-gnibbles.png -share/icons/hicolor/32x32/apps/gnome-iagno.png -share/icons/hicolor/32x32/apps/gnome-klotski.png -share/icons/hicolor/32x32/apps/gnome-mahjongg.png -share/icons/hicolor/32x32/apps/gnome-mines.png -share/icons/hicolor/32x32/apps/gnome-quadrapassel.png -share/icons/hicolor/32x32/apps/gnome-robots.png -share/icons/hicolor/32x32/apps/gnome-sudoku.png -share/icons/hicolor/32x32/apps/gnome-swell-foop.png -share/icons/hicolor/32x32/apps/gnome-tali.png -share/icons/hicolor/32x32/apps/gnome-tetravex.png -share/icons/hicolor/48x48/apps/gnome-aisleriot.png -share/icons/hicolor/48x48/apps/gnome-freecell.png -share/icons/hicolor/48x48/apps/gnome-glchess.png -share/icons/hicolor/48x48/apps/gnome-glines.png -share/icons/hicolor/48x48/apps/gnome-gnect.png -share/icons/hicolor/48x48/apps/gnome-gnibbles.png -share/icons/hicolor/48x48/apps/gnome-iagno.png -share/icons/hicolor/48x48/apps/gnome-klotski.png -share/icons/hicolor/48x48/apps/gnome-mahjongg.png -share/icons/hicolor/48x48/apps/gnome-mines.png -share/icons/hicolor/48x48/apps/gnome-quadrapassel.png -share/icons/hicolor/48x48/apps/gnome-robots.png -share/icons/hicolor/48x48/apps/gnome-sudoku.png -share/icons/hicolor/48x48/apps/gnome-swell-foop.png -share/icons/hicolor/48x48/apps/gnome-tali.png -share/icons/hicolor/48x48/apps/gnome-tetravex.png -share/icons/hicolor/scalable/apps/gnome-aisleriot.svg -share/icons/hicolor/scalable/apps/gnome-freecell.svg -share/icons/hicolor/scalable/apps/gnome-glchess.svg -share/icons/hicolor/scalable/apps/gnome-glines.svg -share/icons/hicolor/scalable/apps/gnome-gnect.svg -share/icons/hicolor/scalable/apps/gnome-gnibbles.svg -share/icons/hicolor/scalable/apps/gnome-iagno.svg -share/icons/hicolor/scalable/apps/gnome-klotski.svg -share/icons/hicolor/scalable/apps/gnome-lightsoff.svg -share/icons/hicolor/scalable/apps/gnome-mahjongg.svg -share/icons/hicolor/scalable/apps/gnome-mines.svg -share/icons/hicolor/scalable/apps/gnome-quadrapassel.svg -share/icons/hicolor/scalable/apps/gnome-robots.svg -share/icons/hicolor/scalable/apps/gnome-sudoku.svg -share/icons/hicolor/scalable/apps/gnome-swell-foop.svg -share/icons/hicolor/scalable/apps/gnome-tali.svg -share/icons/hicolor/scalable/apps/gnome-tetravex.svg -share/locale/af/LC_MESSAGES/gnome-games.mo -share/locale/am/LC_MESSAGES/gnome-games.mo -share/locale/ar/LC_MESSAGES/gnome-games.mo -share/locale/as/LC_MESSAGES/gnome-games.mo -share/locale/ast/LC_MESSAGES/gnome-games.mo -share/locale/az/LC_MESSAGES/gnome-games.mo -share/locale/be/LC_MESSAGES/gnome-games.mo -share/locale/bg/LC_MESSAGES/gnome-games.mo -share/locale/bn/LC_MESSAGES/gnome-games.mo -share/locale/bn_IN/LC_MESSAGES/gnome-games.mo -share/locale/br/LC_MESSAGES/gnome-games.mo -share/locale/ca/LC_MESSAGES/gnome-games.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-games.mo -share/locale/cs/LC_MESSAGES/gnome-games.mo -share/locale/cy/LC_MESSAGES/gnome-games.mo -share/locale/da/LC_MESSAGES/gnome-games.mo -share/locale/de/LC_MESSAGES/gnome-games.mo -share/locale/dz/LC_MESSAGES/gnome-games.mo -share/locale/el/LC_MESSAGES/gnome-games.mo -share/locale/en_CA/LC_MESSAGES/gnome-games.mo -share/locale/en_GB/LC_MESSAGES/gnome-games.mo -share/locale/en@shaw/LC_MESSAGES/gnome-games.mo -share/locale/es/LC_MESSAGES/gnome-games.mo -share/locale/et/LC_MESSAGES/gnome-games.mo -share/locale/eu/LC_MESSAGES/gnome-games.mo -share/locale/fa/LC_MESSAGES/gnome-games.mo -share/locale/fi/LC_MESSAGES/gnome-games.mo -share/locale/fr/LC_MESSAGES/gnome-games.mo -share/locale/ga/LC_MESSAGES/gnome-games.mo -share/locale/gl/LC_MESSAGES/gnome-games.mo -share/locale/gu/LC_MESSAGES/gnome-games.mo -share/locale/he/LC_MESSAGES/gnome-games.mo -share/locale/hi/LC_MESSAGES/gnome-games.mo -share/locale/hr/LC_MESSAGES/gnome-games.mo -share/locale/hu/LC_MESSAGES/gnome-games.mo -share/locale/id/LC_MESSAGES/gnome-games.mo -share/locale/is/LC_MESSAGES/gnome-games.mo -share/locale/it/LC_MESSAGES/gnome-games.mo -share/locale/ja/LC_MESSAGES/gnome-games.mo -share/locale/ka/LC_MESSAGES/gnome-games.mo -share/locale/kn/LC_MESSAGES/gnome-games.mo -share/locale/ko/LC_MESSAGES/gnome-games.mo -share/locale/ku/LC_MESSAGES/gnome-games.mo -share/locale/lt/LC_MESSAGES/gnome-games.mo -share/locale/lv/LC_MESSAGES/gnome-games.mo -share/locale/mai/LC_MESSAGES/gnome-games.mo -share/locale/mk/LC_MESSAGES/gnome-games.mo -share/locale/ml/LC_MESSAGES/gnome-games.mo -share/locale/mn/LC_MESSAGES/gnome-games.mo -share/locale/mr/LC_MESSAGES/gnome-games.mo -share/locale/ms/LC_MESSAGES/gnome-games.mo -share/locale/nb/LC_MESSAGES/gnome-games.mo -share/locale/ne/LC_MESSAGES/gnome-games.mo -share/locale/nl/LC_MESSAGES/gnome-games.mo -share/locale/nn/LC_MESSAGES/gnome-games.mo -share/locale/oc/LC_MESSAGES/gnome-games.mo -share/locale/or/LC_MESSAGES/gnome-games.mo -share/locale/pa/LC_MESSAGES/gnome-games.mo -share/locale/pl/LC_MESSAGES/gnome-games.mo -share/locale/pt/LC_MESSAGES/gnome-games.mo -share/locale/pt_BR/LC_MESSAGES/gnome-games.mo -share/locale/ro/LC_MESSAGES/gnome-games.mo -share/locale/ru/LC_MESSAGES/gnome-games.mo -share/locale/rw/LC_MESSAGES/gnome-games.mo -share/locale/si/LC_MESSAGES/gnome-games.mo -share/locale/sk/LC_MESSAGES/gnome-games.mo -share/locale/sl/LC_MESSAGES/gnome-games.mo -share/locale/sq/LC_MESSAGES/gnome-games.mo -share/locale/sr/LC_MESSAGES/gnome-games.mo -share/locale/sr@latin/LC_MESSAGES/gnome-games.mo -share/locale/sv/LC_MESSAGES/gnome-games.mo -share/locale/ta/LC_MESSAGES/gnome-games.mo -share/locale/te/LC_MESSAGES/gnome-games.mo -share/locale/th/LC_MESSAGES/gnome-games.mo -share/locale/tr/LC_MESSAGES/gnome-games.mo -share/locale/uk/LC_MESSAGES/gnome-games.mo -share/locale/vi/LC_MESSAGES/gnome-games.mo -share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/xh/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN/LC_MESSAGES/gnome-games.mo -share/locale/zh_HK/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW/LC_MESSAGES/gnome-games.mo -share/omf/aisleriot/aisleriot-C.omf -share/omf/aisleriot/aisleriot-ca.omf -share/omf/aisleriot/aisleriot-de.omf -share/omf/aisleriot/aisleriot-el.omf -share/omf/aisleriot/aisleriot-en_GB.omf -share/omf/aisleriot/aisleriot-es.omf -share/omf/aisleriot/aisleriot-eu.omf -share/omf/aisleriot/aisleriot-fr.omf -share/omf/aisleriot/aisleriot-oc.omf -share/omf/aisleriot/aisleriot-ru.omf -share/omf/aisleriot/aisleriot-sr.omf -share/omf/aisleriot/aisleriot-sr@latin.omf -share/omf/aisleriot/aisleriot-sv.omf -share/omf/glchess/glchess-C.omf -share/omf/glchess/glchess-ca.omf -share/omf/glchess/glchess-cs.omf -share/omf/glchess/glchess-da.omf -share/omf/glchess/glchess-de.omf -share/omf/glchess/glchess-el.omf -share/omf/glchess/glchess-en_GB.omf -share/omf/glchess/glchess-es.omf -share/omf/glchess/glchess-eu.omf -share/omf/glchess/glchess-fr.omf -share/omf/glchess/glchess-oc.omf -share/omf/glchess/glchess-pt_BR.omf -share/omf/glchess/glchess-ru.omf -share/omf/glchess/glchess-sr.omf -share/omf/glchess/glchess-sr@latin.omf -share/omf/glchess/glchess-sv.omf -share/omf/glines/glines-C.omf -share/omf/glines/glines-ca.omf -share/omf/glines/glines-cs.omf -share/omf/glines/glines-de.omf -share/omf/glines/glines-el.omf -share/omf/glines/glines-en_GB.omf -share/omf/glines/glines-es.omf -share/omf/glines/glines-eu.omf -share/omf/glines/glines-fr.omf -share/omf/glines/glines-it.omf -share/omf/glines/glines-oc.omf -share/omf/glines/glines-ru.omf -share/omf/glines/glines-sr.omf -share/omf/glines/glines-sr@latin.omf -share/omf/glines/glines-sv.omf -share/omf/glines/glines-tr.omf -share/omf/gnect/gnect-C.omf -share/omf/gnect/gnect-ca.omf -share/omf/gnect/gnect-cs.omf -share/omf/gnect/gnect-da.omf -share/omf/gnect/gnect-de.omf -share/omf/gnect/gnect-el.omf -share/omf/gnect/gnect-en_GB.omf -share/omf/gnect/gnect-es.omf -share/omf/gnect/gnect-eu.omf -share/omf/gnect/gnect-fi.omf -share/omf/gnect/gnect-fr.omf -share/omf/gnect/gnect-it.omf -share/omf/gnect/gnect-oc.omf -share/omf/gnect/gnect-sr.omf -share/omf/gnect/gnect-sr@latin.omf -share/omf/gnect/gnect-sv.omf -share/omf/gnibbles/gnibbles-C.omf -share/omf/gnibbles/gnibbles-ca.omf -share/omf/gnibbles/gnibbles-cs.omf -share/omf/gnibbles/gnibbles-de.omf -share/omf/gnibbles/gnibbles-el.omf -share/omf/gnibbles/gnibbles-en_GB.omf -share/omf/gnibbles/gnibbles-es.omf -share/omf/gnibbles/gnibbles-eu.omf -share/omf/gnibbles/gnibbles-fr.omf -share/omf/gnibbles/gnibbles-it.omf -share/omf/gnibbles/gnibbles-oc.omf -share/omf/gnibbles/gnibbles-sr.omf -share/omf/gnibbles/gnibbles-sr@latin.omf -share/omf/gnibbles/gnibbles-sv.omf -share/omf/gnobots2/gnobots2-C.omf -share/omf/gnobots2/gnobots2-ca.omf -share/omf/gnobots2/gnobots2-cs.omf -share/omf/gnobots2/gnobots2-da.omf -share/omf/gnobots2/gnobots2-de.omf -share/omf/gnobots2/gnobots2-el.omf -share/omf/gnobots2/gnobots2-en_GB.omf -share/omf/gnobots2/gnobots2-es.omf -share/omf/gnobots2/gnobots2-eu.omf -share/omf/gnobots2/gnobots2-fr.omf -share/omf/gnobots2/gnobots2-it.omf -share/omf/gnobots2/gnobots2-oc.omf -share/omf/gnobots2/gnobots2-sr.omf -share/omf/gnobots2/gnobots2-sr@latin.omf -share/omf/gnobots2/gnobots2-sv.omf -share/omf/gnome-sudoku/gnome-sudoku-C.omf -share/omf/gnome-sudoku/gnome-sudoku-ca.omf -share/omf/gnome-sudoku/gnome-sudoku-cs.omf -share/omf/gnome-sudoku/gnome-sudoku-da.omf -share/omf/gnome-sudoku/gnome-sudoku-de.omf -share/omf/gnome-sudoku/gnome-sudoku-el.omf -share/omf/gnome-sudoku/gnome-sudoku-en_GB.omf -share/omf/gnome-sudoku/gnome-sudoku-es.omf -share/omf/gnome-sudoku/gnome-sudoku-eu.omf -share/omf/gnome-sudoku/gnome-sudoku-fr.omf -share/omf/gnome-sudoku/gnome-sudoku-it.omf -share/omf/gnome-sudoku/gnome-sudoku-oc.omf -share/omf/gnome-sudoku/gnome-sudoku-pt_BR.omf -share/omf/gnome-sudoku/gnome-sudoku-ru.omf -share/omf/gnome-sudoku/gnome-sudoku-sr.omf -share/omf/gnome-sudoku/gnome-sudoku-sr@latin.omf -share/omf/gnome-sudoku/gnome-sudoku-sv.omf -share/omf/gnome-sudoku/gnome-sudoku-zh_CN.omf -share/omf/gnomine/gnomine-C.omf -share/omf/gnomine/gnomine-ca.omf -share/omf/gnomine/gnomine-cs.omf -share/omf/gnomine/gnomine-da.omf -share/omf/gnomine/gnomine-de.omf -share/omf/gnomine/gnomine-el.omf -share/omf/gnomine/gnomine-en_GB.omf -share/omf/gnomine/gnomine-es.omf -share/omf/gnomine/gnomine-eu.omf -share/omf/gnomine/gnomine-fr.omf -share/omf/gnomine/gnomine-it.omf -share/omf/gnomine/gnomine-oc.omf -share/omf/gnomine/gnomine-sr.omf -share/omf/gnomine/gnomine-sr@latin.omf -share/omf/gnomine/gnomine-sv.omf -share/omf/gnomine/gnomine-zh_CN.omf -share/omf/gnotski/gnotski-C.omf -share/omf/gnotski/gnotski-ca.omf -share/omf/gnotski/gnotski-cs.omf -share/omf/gnotski/gnotski-de.omf -share/omf/gnotski/gnotski-el.omf -share/omf/gnotski/gnotski-en_GB.omf -share/omf/gnotski/gnotski-es.omf -share/omf/gnotski/gnotski-eu.omf -share/omf/gnotski/gnotski-fr.omf -share/omf/gnotski/gnotski-it.omf -share/omf/gnotski/gnotski-oc.omf -share/omf/gnotski/gnotski-sr.omf -share/omf/gnotski/gnotski-sr@latin.omf -share/omf/gnotski/gnotski-sv.omf -share/omf/gtali/gtali-C.omf -share/omf/gtali/gtali-ca.omf -share/omf/gtali/gtali-cs.omf -share/omf/gtali/gtali-da.omf -share/omf/gtali/gtali-de.omf -share/omf/gtali/gtali-el.omf -share/omf/gtali/gtali-en_GB.omf -share/omf/gtali/gtali-es.omf -share/omf/gtali/gtali-eu.omf -share/omf/gtali/gtali-fr.omf -share/omf/gtali/gtali-it.omf -share/omf/gtali/gtali-oc.omf -share/omf/gtali/gtali-pt_BR.omf -share/omf/gtali/gtali-sr.omf -share/omf/gtali/gtali-sr@latin.omf -share/omf/gtali/gtali-sv.omf -share/omf/iagno/iagno-C.omf -share/omf/iagno/iagno-ca.omf -share/omf/iagno/iagno-cs.omf -share/omf/iagno/iagno-de.omf -share/omf/iagno/iagno-el.omf -share/omf/iagno/iagno-en_GB.omf -share/omf/iagno/iagno-es.omf -share/omf/iagno/iagno-eu.omf -share/omf/iagno/iagno-fr.omf -share/omf/iagno/iagno-it.omf -share/omf/iagno/iagno-oc.omf -share/omf/iagno/iagno-pt_BR.omf -share/omf/iagno/iagno-sr.omf -share/omf/iagno/iagno-sr@latin.omf -share/omf/iagno/iagno-sv.omf -share/omf/lightsoff/lightsoff-C.omf -share/omf/lightsoff/lightsoff-de.omf -share/omf/lightsoff/lightsoff-el.omf -share/omf/lightsoff/lightsoff-es.omf -share/omf/lightsoff/lightsoff-fr.omf -share/omf/mahjongg/mahjongg-C.omf -share/omf/mahjongg/mahjongg-ca.omf -share/omf/mahjongg/mahjongg-cs.omf -share/omf/mahjongg/mahjongg-da.omf -share/omf/mahjongg/mahjongg-de.omf -share/omf/mahjongg/mahjongg-el.omf -share/omf/mahjongg/mahjongg-en_GB.omf -share/omf/mahjongg/mahjongg-es.omf -share/omf/mahjongg/mahjongg-eu.omf -share/omf/mahjongg/mahjongg-fr.omf -share/omf/mahjongg/mahjongg-it.omf -share/omf/mahjongg/mahjongg-oc.omf -share/omf/mahjongg/mahjongg-sr.omf -share/omf/mahjongg/mahjongg-sr@latin.omf -share/omf/mahjongg/mahjongg-sv.omf -share/omf/quadrapassel/quadrapassel-C.omf -share/omf/quadrapassel/quadrapassel-ca.omf -share/omf/quadrapassel/quadrapassel-cs.omf -share/omf/quadrapassel/quadrapassel-de.omf -share/omf/quadrapassel/quadrapassel-el.omf -share/omf/quadrapassel/quadrapassel-en_GB.omf -share/omf/quadrapassel/quadrapassel-es.omf -share/omf/quadrapassel/quadrapassel-eu.omf -share/omf/quadrapassel/quadrapassel-fi.omf -share/omf/quadrapassel/quadrapassel-fr.omf -share/omf/quadrapassel/quadrapassel-it.omf -share/omf/quadrapassel/quadrapassel-oc.omf -share/omf/quadrapassel/quadrapassel-sr.omf -share/omf/quadrapassel/quadrapassel-sr@latin.omf -share/omf/quadrapassel/quadrapassel-sv.omf -share/omf/quadrapassel/quadrapassel-zh_CN.omf -share/omf/swell-foop/swell-foop-C.omf -share/omf/swell-foop/swell-foop-ca.omf -share/omf/swell-foop/swell-foop-cs.omf -share/omf/swell-foop/swell-foop-de.omf -share/omf/swell-foop/swell-foop-el.omf -share/omf/swell-foop/swell-foop-en_GB.omf -share/omf/swell-foop/swell-foop-es.omf -share/omf/swell-foop/swell-foop-eu.omf -share/omf/swell-foop/swell-foop-fr.omf -share/omf/swell-foop/swell-foop-it.omf -share/omf/swell-foop/swell-foop-oc.omf -share/omf/swell-foop/swell-foop-ru.omf -share/omf/swell-foop/swell-foop-sr.omf -share/omf/swell-foop/swell-foop-sr@latin.omf -share/omf/swell-foop/swell-foop-sv.omf -@dirrm share/omf/swell-foop -@dirrm share/omf/quadrapassel -@dirrm share/omf/mahjongg -@dirrm share/omf/lightsoff -@dirrm share/omf/iagno -@dirrm share/omf/gtali -@dirrm share/omf/gnotski -@dirrm share/omf/gnomine -@dirrm share/omf/gnome-sudoku -@dirrm share/omf/gnobots2 -@dirrm share/omf/gnibbles -@dirrm share/omf/gnect -@dirrm share/omf/glines -@dirrm share/omf/glchess -@dirrm share/omf/aisleriot -@dirrm share/gnome/help/swell-foop/sv/figures -@dirrm share/gnome/help/swell-foop/sv -@dirrm share/gnome/help/swell-foop/sr@latin/figures -@dirrm share/gnome/help/swell-foop/sr@latin -@dirrm share/gnome/help/swell-foop/sr/figures -@dirrm share/gnome/help/swell-foop/sr -@dirrm share/gnome/help/swell-foop/ru/figures -@dirrm share/gnome/help/swell-foop/ru -@dirrm share/gnome/help/swell-foop/oc/figures -@dirrm share/gnome/help/swell-foop/oc -@dirrm share/gnome/help/swell-foop/it/figures -@dirrm share/gnome/help/swell-foop/it -@dirrm share/gnome/help/swell-foop/fr/figures -@dirrm share/gnome/help/swell-foop/fr -@dirrm share/gnome/help/swell-foop/eu/figures -@dirrm share/gnome/help/swell-foop/eu -@dirrm share/gnome/help/swell-foop/es/figures -@dirrm share/gnome/help/swell-foop/es -@dirrm share/gnome/help/swell-foop/en_GB/figures -@dirrm share/gnome/help/swell-foop/en_GB -@dirrm share/gnome/help/swell-foop/el/figures -@dirrm share/gnome/help/swell-foop/el -@dirrm share/gnome/help/swell-foop/de/figures -@dirrm share/gnome/help/swell-foop/de -@dirrm share/gnome/help/swell-foop/cs/figures -@dirrm share/gnome/help/swell-foop/cs -@dirrm share/gnome/help/swell-foop/ca/figures -@dirrm share/gnome/help/swell-foop/ca -@dirrm share/gnome/help/swell-foop/C/figures -@dirrm share/gnome/help/swell-foop/C -@dirrm share/gnome/help/swell-foop -@dirrm share/gnome/help/quadrapassel/zh_CN -@dirrm share/gnome/help/quadrapassel/sv -@dirrm share/gnome/help/quadrapassel/sr@latin -@dirrm share/gnome/help/quadrapassel/sr -@dirrm share/gnome/help/quadrapassel/oc -@dirrm share/gnome/help/quadrapassel/it -@dirrm share/gnome/help/quadrapassel/fr -@dirrm share/gnome/help/quadrapassel/fi -@dirrm share/gnome/help/quadrapassel/eu -@dirrm share/gnome/help/quadrapassel/es -@dirrm share/gnome/help/quadrapassel/en_GB -@dirrm share/gnome/help/quadrapassel/el -@dirrm share/gnome/help/quadrapassel/de -@dirrm share/gnome/help/quadrapassel/cs -@dirrm share/gnome/help/quadrapassel/ca -@dirrm share/gnome/help/quadrapassel/C -@dirrm share/gnome/help/quadrapassel -@dirrm share/gnome/help/mahjongg/sv/figures -@dirrm share/gnome/help/mahjongg/sv -@dirrm share/gnome/help/mahjongg/sr@latin/figures -@dirrm share/gnome/help/mahjongg/sr@latin -@dirrm share/gnome/help/mahjongg/sr/figures -@dirrm share/gnome/help/mahjongg/sr -@dirrm share/gnome/help/mahjongg/oc/figures -@dirrm share/gnome/help/mahjongg/oc -@dirrm share/gnome/help/mahjongg/it/figures -@dirrm share/gnome/help/mahjongg/it -@dirrm share/gnome/help/mahjongg/fr/figures -@dirrm share/gnome/help/mahjongg/fr -@dirrm share/gnome/help/mahjongg/eu/figures -@dirrm share/gnome/help/mahjongg/eu -@dirrm share/gnome/help/mahjongg/es/figures -@dirrm share/gnome/help/mahjongg/es -@dirrm share/gnome/help/mahjongg/en_GB/figures -@dirrm share/gnome/help/mahjongg/en_GB -@dirrm share/gnome/help/mahjongg/el/figures -@dirrm share/gnome/help/mahjongg/el -@dirrm share/gnome/help/mahjongg/de/figures -@dirrm share/gnome/help/mahjongg/de -@dirrm share/gnome/help/mahjongg/da/figures -@dirrm share/gnome/help/mahjongg/da -@dirrm share/gnome/help/mahjongg/cs/figures -@dirrm share/gnome/help/mahjongg/cs -@dirrm share/gnome/help/mahjongg/ca/figures -@dirrm share/gnome/help/mahjongg/ca -@dirrm share/gnome/help/mahjongg/C/figures -@dirrm share/gnome/help/mahjongg/C -@dirrm share/gnome/help/mahjongg -@dirrm share/gnome/help/lightsoff/fr -@dirrm share/gnome/help/lightsoff/es -@dirrm share/gnome/help/lightsoff/el -@dirrm share/gnome/help/lightsoff/de -@dirrm share/gnome/help/lightsoff/C -@dirrm share/gnome/help/lightsoff -@dirrm share/gnome/help/iagno/sv/figures -@dirrm share/gnome/help/iagno/sv -@dirrm share/gnome/help/iagno/sr@latin/figures -@dirrm share/gnome/help/iagno/sr@latin -@dirrm share/gnome/help/iagno/sr/figures -@dirrm share/gnome/help/iagno/sr -@dirrm share/gnome/help/iagno/pt_BR/figures -@dirrm share/gnome/help/iagno/pt_BR -@dirrm share/gnome/help/iagno/oc/figures -@dirrm share/gnome/help/iagno/oc -@dirrm share/gnome/help/iagno/it/figures -@dirrm share/gnome/help/iagno/it -@dirrm share/gnome/help/iagno/fr/figures -@dirrm share/gnome/help/iagno/fr -@dirrm share/gnome/help/iagno/eu/figures -@dirrm share/gnome/help/iagno/eu -@dirrm share/gnome/help/iagno/es/figures -@dirrm share/gnome/help/iagno/es -@dirrm share/gnome/help/iagno/en_GB/figures -@dirrm share/gnome/help/iagno/en_GB -@dirrm share/gnome/help/iagno/el/figures -@dirrm share/gnome/help/iagno/el -@dirrm share/gnome/help/iagno/de/figures -@dirrm share/gnome/help/iagno/de -@dirrm share/gnome/help/iagno/cs/figures -@dirrm share/gnome/help/iagno/cs -@dirrm share/gnome/help/iagno/ca/figures -@dirrm share/gnome/help/iagno/ca -@dirrm share/gnome/help/iagno/C/figures -@dirrm share/gnome/help/iagno/C -@dirrm share/gnome/help/iagno -@dirrm share/gnome/help/gtali/sv/figures -@dirrm share/gnome/help/gtali/sv -@dirrm share/gnome/help/gtali/sr@latin/figures -@dirrm share/gnome/help/gtali/sr@latin -@dirrm share/gnome/help/gtali/sr/figures -@dirrm share/gnome/help/gtali/sr -@dirrm share/gnome/help/gtali/pt_BR/figures -@dirrm share/gnome/help/gtali/pt_BR -@dirrm share/gnome/help/gtali/oc/figures -@dirrm share/gnome/help/gtali/oc -@dirrm share/gnome/help/gtali/it/figures -@dirrm share/gnome/help/gtali/it -@dirrm share/gnome/help/gtali/fr/figures -@dirrm share/gnome/help/gtali/fr -@dirrm share/gnome/help/gtali/eu/figures -@dirrm share/gnome/help/gtali/eu -@dirrm share/gnome/help/gtali/es/figures -@dirrm share/gnome/help/gtali/es -@dirrm share/gnome/help/gtali/en_GB/figures -@dirrm share/gnome/help/gtali/en_GB -@dirrm share/gnome/help/gtali/el/figures -@dirrm share/gnome/help/gtali/el -@dirrm share/gnome/help/gtali/de/figures -@dirrm share/gnome/help/gtali/de -@dirrm share/gnome/help/gtali/da/figures -@dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/cs/figures -@dirrm share/gnome/help/gtali/cs -@dirrm share/gnome/help/gtali/ca/figures -@dirrm share/gnome/help/gtali/ca -@dirrm share/gnome/help/gtali/C/figures -@dirrm share/gnome/help/gtali/C -@dirrm share/gnome/help/gtali -@dirrm share/gnome/help/gnotski/sv/figures -@dirrm share/gnome/help/gnotski/sv -@dirrm share/gnome/help/gnotski/sr@latin/figures -@dirrm share/gnome/help/gnotski/sr@latin -@dirrm share/gnome/help/gnotski/sr/figures -@dirrm share/gnome/help/gnotski/sr -@dirrm share/gnome/help/gnotski/oc/figures -@dirrm share/gnome/help/gnotski/oc -@dirrm share/gnome/help/gnotski/it/figures -@dirrm share/gnome/help/gnotski/it -@dirrm share/gnome/help/gnotski/fr/figures -@dirrm share/gnome/help/gnotski/fr -@dirrm share/gnome/help/gnotski/eu/figures -@dirrm share/gnome/help/gnotski/eu -@dirrm share/gnome/help/gnotski/es/figures -@dirrm share/gnome/help/gnotski/es -@dirrm share/gnome/help/gnotski/en_GB/figures -@dirrm share/gnome/help/gnotski/en_GB -@dirrm share/gnome/help/gnotski/el/figures -@dirrm share/gnome/help/gnotski/el -@dirrm share/gnome/help/gnotski/de/figures -@dirrm share/gnome/help/gnotski/de -@dirrm share/gnome/help/gnotski/cs/figures -@dirrm share/gnome/help/gnotski/cs -@dirrm share/gnome/help/gnotski/ca/figures -@dirrm share/gnome/help/gnotski/ca -@dirrm share/gnome/help/gnotski/C/figures -@dirrm share/gnome/help/gnotski/C -@dirrm share/gnome/help/gnotski -@dirrm share/gnome/help/gnotravex/sv/figures -@dirrm share/gnome/help/gnotravex/sv -@dirrm share/gnome/help/gnotravex/sr@latin/figures -@dirrm share/gnome/help/gnotravex/sr@latin -@dirrm share/gnome/help/gnotravex/sr/figures -@dirrm share/gnome/help/gnotravex/sr -@dirrm share/gnome/help/gnotravex/sl/figures -@dirrm share/gnome/help/gnotravex/sl -@dirrm share/gnome/help/gnotravex/ru/figures -@dirrm share/gnome/help/gnotravex/ru -@dirrm share/gnome/help/gnotravex/oc/figures -@dirrm share/gnome/help/gnotravex/oc -@dirrm share/gnome/help/gnotravex/it/figures -@dirrm share/gnome/help/gnotravex/it -@dirrm share/gnome/help/gnotravex/fr/figures -@dirrm share/gnome/help/gnotravex/fr -@dirrm share/gnome/help/gnotravex/eu/figures -@dirrm share/gnome/help/gnotravex/eu -@dirrm share/gnome/help/gnotravex/es/figures -@dirrm share/gnome/help/gnotravex/es -@dirrm share/gnome/help/gnotravex/en_GB/figures -@dirrm share/gnome/help/gnotravex/en_GB -@dirrm share/gnome/help/gnotravex/el/figures -@dirrm share/gnome/help/gnotravex/el -@dirrm share/gnome/help/gnotravex/de/figures -@dirrm share/gnome/help/gnotravex/de -@dirrm share/gnome/help/gnotravex/da/figures -@dirrm share/gnome/help/gnotravex/da -@dirrm share/gnome/help/gnotravex/cs/figures -@dirrm share/gnome/help/gnotravex/cs -@dirrm share/gnome/help/gnotravex/ca/figures -@dirrm share/gnome/help/gnotravex/ca -@dirrm share/gnome/help/gnotravex/C/figures -@dirrm share/gnome/help/gnotravex/C -@dirrm share/gnome/help/gnotravex -@dirrm share/gnome/help/gnomine/zh_CN/figures -@dirrm share/gnome/help/gnomine/zh_CN -@dirrm share/gnome/help/gnomine/sv/figures -@dirrm share/gnome/help/gnomine/sv -@dirrm share/gnome/help/gnomine/sr@latin/figures -@dirrm share/gnome/help/gnomine/sr@latin -@dirrm share/gnome/help/gnomine/sr/figures -@dirrm share/gnome/help/gnomine/sr -@dirrm share/gnome/help/gnomine/oc/figures -@dirrm share/gnome/help/gnomine/oc -@dirrm share/gnome/help/gnomine/it/figures -@dirrm share/gnome/help/gnomine/it -@dirrm share/gnome/help/gnomine/fr/figures -@dirrm share/gnome/help/gnomine/fr -@dirrm share/gnome/help/gnomine/eu/figures -@dirrm share/gnome/help/gnomine/eu -@dirrm share/gnome/help/gnomine/es/figures -@dirrm share/gnome/help/gnomine/es -@dirrm share/gnome/help/gnomine/en_GB/figures -@dirrm share/gnome/help/gnomine/en_GB -@dirrm share/gnome/help/gnomine/el/figures -@dirrm share/gnome/help/gnomine/el -@dirrm share/gnome/help/gnomine/de/figures -@dirrm share/gnome/help/gnomine/de -@dirrm share/gnome/help/gnomine/da/figures -@dirrm share/gnome/help/gnomine/da -@dirrm share/gnome/help/gnomine/cs/figures -@dirrm share/gnome/help/gnomine/cs -@dirrm share/gnome/help/gnomine/ca/figures -@dirrm share/gnome/help/gnomine/ca -@dirrm share/gnome/help/gnomine/C/figures -@dirrm share/gnome/help/gnomine/C -@dirrm share/gnome/help/gnomine -@dirrm share/gnome/help/gnome-sudoku/zh_CN/figures -@dirrm share/gnome/help/gnome-sudoku/zh_CN -@dirrm share/gnome/help/gnome-sudoku/sv/figures -@dirrm share/gnome/help/gnome-sudoku/sv -@dirrm share/gnome/help/gnome-sudoku/sr@latin/figures -@dirrm share/gnome/help/gnome-sudoku/sr@latin -@dirrm share/gnome/help/gnome-sudoku/sr/figures -@dirrm share/gnome/help/gnome-sudoku/sr -@dirrm share/gnome/help/gnome-sudoku/ru/figures -@dirrm share/gnome/help/gnome-sudoku/ru -@dirrm share/gnome/help/gnome-sudoku/pt_BR/figures -@dirrm share/gnome/help/gnome-sudoku/pt_BR -@dirrm share/gnome/help/gnome-sudoku/oc/figures -@dirrm share/gnome/help/gnome-sudoku/oc -@dirrm share/gnome/help/gnome-sudoku/it/figures -@dirrm share/gnome/help/gnome-sudoku/it -@dirrm share/gnome/help/gnome-sudoku/fr/figures -@dirrm share/gnome/help/gnome-sudoku/fr -@dirrm share/gnome/help/gnome-sudoku/eu/figures -@dirrm share/gnome/help/gnome-sudoku/eu -@dirrm share/gnome/help/gnome-sudoku/es/figures -@dirrm share/gnome/help/gnome-sudoku/es -@dirrm share/gnome/help/gnome-sudoku/en_GB/figures -@dirrm share/gnome/help/gnome-sudoku/en_GB -@dirrm share/gnome/help/gnome-sudoku/el/figures -@dirrm share/gnome/help/gnome-sudoku/el -@dirrm share/gnome/help/gnome-sudoku/de/figures -@dirrm share/gnome/help/gnome-sudoku/de -@dirrm share/gnome/help/gnome-sudoku/da/figures -@dirrm share/gnome/help/gnome-sudoku/da -@dirrm share/gnome/help/gnome-sudoku/cs/figures -@dirrm share/gnome/help/gnome-sudoku/cs -@dirrm share/gnome/help/gnome-sudoku/ca/figures -@dirrm share/gnome/help/gnome-sudoku/ca -@dirrm share/gnome/help/gnome-sudoku/C/figures -@dirrm share/gnome/help/gnome-sudoku/C -@dirrm share/gnome/help/gnome-sudoku -@dirrm share/gnome/help/gnobots2/sv/figures -@dirrm share/gnome/help/gnobots2/sv -@dirrm share/gnome/help/gnobots2/sr@latin/figures -@dirrm share/gnome/help/gnobots2/sr@latin -@dirrm share/gnome/help/gnobots2/sr/figures -@dirrm share/gnome/help/gnobots2/sr -@dirrm share/gnome/help/gnobots2/oc/figures -@dirrm share/gnome/help/gnobots2/oc -@dirrm share/gnome/help/gnobots2/it/figures -@dirrm share/gnome/help/gnobots2/it -@dirrm share/gnome/help/gnobots2/fr/figures -@dirrm share/gnome/help/gnobots2/fr -@dirrm share/gnome/help/gnobots2/eu/figures -@dirrm share/gnome/help/gnobots2/eu -@dirrm share/gnome/help/gnobots2/es/figures -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/en_GB/figures -@dirrm share/gnome/help/gnobots2/en_GB -@dirrm share/gnome/help/gnobots2/el/figures -@dirrm share/gnome/help/gnobots2/el -@dirrm share/gnome/help/gnobots2/de/figures -@dirrm share/gnome/help/gnobots2/de -@dirrm share/gnome/help/gnobots2/da/figures -@dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/cs/figures -@dirrm share/gnome/help/gnobots2/cs -@dirrm share/gnome/help/gnobots2/ca/figures -@dirrm share/gnome/help/gnobots2/ca -@dirrm share/gnome/help/gnobots2/C/figures -@dirrm share/gnome/help/gnobots2/C -@dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/sv/figures -@dirrm share/gnome/help/gnibbles/sv -@dirrm share/gnome/help/gnibbles/sr@latin/figures -@dirrm share/gnome/help/gnibbles/sr@latin -@dirrm share/gnome/help/gnibbles/sr/figures -@dirrm share/gnome/help/gnibbles/sr -@dirrm share/gnome/help/gnibbles/oc/figures -@dirrm share/gnome/help/gnibbles/oc -@dirrm share/gnome/help/gnibbles/it/figures -@dirrm share/gnome/help/gnibbles/it -@dirrm share/gnome/help/gnibbles/fr/figures -@dirrm share/gnome/help/gnibbles/fr -@dirrm share/gnome/help/gnibbles/eu/figures -@dirrm share/gnome/help/gnibbles/eu -@dirrm share/gnome/help/gnibbles/es/figures -@dirrm share/gnome/help/gnibbles/es -@dirrm share/gnome/help/gnibbles/en_GB/figures -@dirrm share/gnome/help/gnibbles/en_GB -@dirrm share/gnome/help/gnibbles/el/figures -@dirrm share/gnome/help/gnibbles/el -@dirrm share/gnome/help/gnibbles/de/figures -@dirrm share/gnome/help/gnibbles/de -@dirrm share/gnome/help/gnibbles/cs/figures -@dirrm share/gnome/help/gnibbles/cs -@dirrm share/gnome/help/gnibbles/ca/figures -@dirrm share/gnome/help/gnibbles/ca -@dirrm share/gnome/help/gnibbles/C/figures -@dirrm share/gnome/help/gnibbles/C -@dirrm share/gnome/help/gnibbles -@dirrm share/gnome/help/gnect/sv/figures -@dirrm share/gnome/help/gnect/sv -@dirrm share/gnome/help/gnect/sr@latin/figures -@dirrm share/gnome/help/gnect/sr@latin -@dirrm share/gnome/help/gnect/sr/figures -@dirrm share/gnome/help/gnect/sr -@dirrm share/gnome/help/gnect/oc/figures -@dirrm share/gnome/help/gnect/oc -@dirrm share/gnome/help/gnect/it/figures -@dirrm share/gnome/help/gnect/it -@dirrm share/gnome/help/gnect/fr/figures -@dirrm share/gnome/help/gnect/fr -@dirrm share/gnome/help/gnect/fi/figures -@dirrm share/gnome/help/gnect/fi -@dirrm share/gnome/help/gnect/eu/figures -@dirrm share/gnome/help/gnect/eu -@dirrm share/gnome/help/gnect/es/figures -@dirrm share/gnome/help/gnect/es -@dirrm share/gnome/help/gnect/en_GB/figures -@dirrm share/gnome/help/gnect/en_GB -@dirrm share/gnome/help/gnect/el/figures -@dirrm share/gnome/help/gnect/el -@dirrm share/gnome/help/gnect/de/figures -@dirrm share/gnome/help/gnect/de -@dirrm share/gnome/help/gnect/da/figures -@dirrm share/gnome/help/gnect/da -@dirrm share/gnome/help/gnect/cs/figures -@dirrm share/gnome/help/gnect/cs -@dirrm share/gnome/help/gnect/ca/figures -@dirrm share/gnome/help/gnect/ca -@dirrm share/gnome/help/gnect/C/figures -@dirrm share/gnome/help/gnect/C -@dirrm share/gnome/help/gnect -@dirrm share/gnome/help/glines/tr/figures -@dirrm share/gnome/help/glines/tr -@dirrm share/gnome/help/glines/sv/figures -@dirrm share/gnome/help/glines/sv -@dirrm share/gnome/help/glines/sr@latin/figures -@dirrm share/gnome/help/glines/sr@latin -@dirrm share/gnome/help/glines/sr/figures -@dirrm share/gnome/help/glines/sr -@dirrm share/gnome/help/glines/ru/figures -@dirrm share/gnome/help/glines/ru -@dirrm share/gnome/help/glines/oc/figures -@dirrm share/gnome/help/glines/oc -@dirrm share/gnome/help/glines/it/figures -@dirrm share/gnome/help/glines/it -@dirrm share/gnome/help/glines/fr/figures -@dirrm share/gnome/help/glines/fr -@dirrm share/gnome/help/glines/eu/figures -@dirrm share/gnome/help/glines/eu -@dirrm share/gnome/help/glines/es/figures -@dirrm share/gnome/help/glines/es -@dirrm share/gnome/help/glines/en_GB/figures -@dirrm share/gnome/help/glines/en_GB -@dirrm share/gnome/help/glines/el/figures -@dirrm share/gnome/help/glines/el -@dirrm share/gnome/help/glines/de/figures -@dirrm share/gnome/help/glines/de -@dirrm share/gnome/help/glines/cs/figures -@dirrm share/gnome/help/glines/cs -@dirrm share/gnome/help/glines/ca/figures -@dirrm share/gnome/help/glines/ca -@dirrm share/gnome/help/glines/C/figures -@dirrm share/gnome/help/glines/C -@dirrm share/gnome/help/glines -@dirrm share/gnome/help/glchess/sv/figures -@dirrm share/gnome/help/glchess/sv -@dirrm share/gnome/help/glchess/sr@latin/figures -@dirrm share/gnome/help/glchess/sr@latin -@dirrm share/gnome/help/glchess/sr/figures -@dirrm share/gnome/help/glchess/sr -@dirrm share/gnome/help/glchess/ru/figures -@dirrm share/gnome/help/glchess/ru -@dirrm share/gnome/help/glchess/pt_BR/figures -@dirrm share/gnome/help/glchess/pt_BR -@dirrm share/gnome/help/glchess/oc/figures -@dirrm share/gnome/help/glchess/oc -@dirrm share/gnome/help/glchess/fr/figures -@dirrm share/gnome/help/glchess/fr -@dirrm share/gnome/help/glchess/eu/figures -@dirrm share/gnome/help/glchess/eu -@dirrm share/gnome/help/glchess/es/figures -@dirrm share/gnome/help/glchess/es -@dirrm share/gnome/help/glchess/en_GB/figures -@dirrm share/gnome/help/glchess/en_GB -@dirrm share/gnome/help/glchess/el/figures -@dirrm share/gnome/help/glchess/el -@dirrm share/gnome/help/glchess/de/figures -@dirrm share/gnome/help/glchess/de -@dirrm share/gnome/help/glchess/da/figures -@dirrm share/gnome/help/glchess/da -@dirrm share/gnome/help/glchess/cs/figures -@dirrm share/gnome/help/glchess/cs -@dirrm share/gnome/help/glchess/ca/figures -@dirrm share/gnome/help/glchess/ca -@dirrm share/gnome/help/glchess/C/figures -@dirrm share/gnome/help/glchess/C -@dirrm share/gnome/help/glchess -@dirrm share/gnome/help/aisleriot/sv/figures -@dirrm share/gnome/help/aisleriot/sv -@dirrm share/gnome/help/aisleriot/sr@latin/figures -@dirrm share/gnome/help/aisleriot/sr@latin -@dirrm share/gnome/help/aisleriot/sr/figures -@dirrm share/gnome/help/aisleriot/sr -@dirrm share/gnome/help/aisleriot/ru/figures -@dirrm share/gnome/help/aisleriot/ru -@dirrm share/gnome/help/aisleriot/oc/figures -@dirrm share/gnome/help/aisleriot/oc -@dirrm share/gnome/help/aisleriot/fr/figures -@dirrm share/gnome/help/aisleriot/fr -@dirrm share/gnome/help/aisleriot/eu/figures -@dirrm share/gnome/help/aisleriot/eu -@dirrm share/gnome/help/aisleriot/es/figures -@dirrm share/gnome/help/aisleriot/es -@dirrm share/gnome/help/aisleriot/en_GB/figures -@dirrm share/gnome/help/aisleriot/en_GB -@dirrm share/gnome/help/aisleriot/el/figures -@dirrm share/gnome/help/aisleriot/el -@dirrm share/gnome/help/aisleriot/de/figures -@dirrm share/gnome/help/aisleriot/de -@dirrm share/gnome/help/aisleriot/ca/figures -@dirrm share/gnome/help/aisleriot/ca -@dirrm share/gnome/help/aisleriot/C/figures -@dirrm share/gnome/help/aisleriot/C -@dirrm share/gnome/help/aisleriot -@dirrm share/gnome-sudoku/puzzles -@dirrm share/gnome-sudoku/images -@dirrm share/gnome-sudoku -@dirrm %%DATADIR%%/swell-foop/themes/test -@dirrm %%DATADIR%%/swell-foop/themes/tango -@dirrm %%DATADIR%%/swell-foop/themes -@dirrm %%DATADIR%%/swell-foop -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/quadrapassel/pixmaps -@dirrm %%DATADIR%%/quadrapassel -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/mahjongg/pixmaps -@dirrm %%DATADIR%%/mahjongg/games -@dirrm %%DATADIR%%/mahjongg -@dirrm %%DATADIR%%/lightsoff/themes/up -@dirrm %%DATADIR%%/lightsoff/themes/tango -@dirrm %%DATADIR%%/lightsoff/themes -@dirrm %%DATADIR%%/lightsoff -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/iagno/pixmaps -@dirrm %%DATADIR%%/iagno -@dirrm %%DATADIR%%/gtali/pixmaps -@dirrm %%DATADIR%%/gtali -@dirrm %%DATADIR%%/gnotski/pixmaps -@dirrm %%DATADIR%%/gnotski -@dirrm %%DATADIR%%/gnomine/pixmaps -@dirrm %%DATADIR%%/gnomine -@dirrm %%DATADIR%%/gnobots2/themes -@dirrm %%DATADIR%%/gnobots2/pixmaps -@dirrm %%DATADIR%%/gnobots2/games -@dirrm %%DATADIR%%/gnobots2 -@dirrm %%DATADIR%%/gnibbles/pixmaps -@dirrm %%DATADIR%%/gnibbles/games -@dirrm %%DATADIR%%/gnibbles -@dirrm %%DATADIR%%/gnect/pixmaps -@dirrm %%DATADIR%%/gnect -@dirrm %%DATADIR%%/glines/pixmaps -@dirrm %%DATADIR%%/glines -@dirrm %%DATADIR%%/aisleriot/games -@dirrm %%DATADIR%%/aisleriot -@dirrm %%DATADIR%% -@dirrm share/gnome-games-common/cards -@dirrm share/gnome-games-common -@dirrm share/glchess/textures -@dirrm share/glchess -@dirrmtry share/ggz/gnome-games -@dirrmtry share/ggz -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies -@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku -@dirrm %%PYTHON_SITELIBDIR%%/glchess/ui -@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene/opengl -@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene/cairo -@dirrm %%PYTHON_SITELIBDIR%%/glchess/scene -@dirrm %%PYTHON_SITELIBDIR%%/glchess/gtkui -@dirrm %%PYTHON_SITELIBDIR%%/glchess/ggz -@dirrm %%PYTHON_SITELIBDIR%%/glchess/chess/fics -@dirrm %%PYTHON_SITELIBDIR%%/glchess/chess -@dirrm %%PYTHON_SITELIBDIR%%/glchess -@dirrm lib/gnome-games -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index bccd2703b..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.92 2010/03/28 10:31:59 kwm Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.8.10 -PORTREVISION?= 1 -PORTEPOCH?= 1 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ -#MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.6:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.9:${PORTSDIR}/x11/pixman - -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --enable-pdf \ - --enable-ps -USE_GNOME= gnomehack ltverhack referencehack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" \ - png_REQUIRES="libpng" - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xrender -PLIST_SUB+= X11="" -.endif - -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off \ - XCB "Enable XCB (X C-language Binding) Support" On - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -CONFIGURE_ARGS+= --enable-glitz -PLIST_SUB+= GLITZ="" -.else -CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= GLITZ="@comment " -.endif - -.ifdef(WITH_XCB) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -CONFIGURE_ARGS+= --enable-xcb -PLIST_SUB+= XCB="" -.else -CONFIGURE_ARGS+= --disable-xcb -PLIST_SUB+= XCB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/test/Makefile.in - @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ - ${WRKSRC}/src/*.pc.in - @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ - s|@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = test||' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> - -.endif diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo deleted file mode 100644 index 4d008ca43..000000000 --- a/graphics/cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cairo-1.8.10.tar.gz) = b60a82f405f9400bbfdcf850b1728d25 -SHA256 (cairo-1.8.10.tar.gz) = 572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439 -SIZE (cairo-1.8.10.tar.gz) = 7102657 diff --git a/graphics/cairo/files/patch-src_cairoint.h b/graphics/cairo/files/patch-src_cairoint.h deleted file mode 100644 index a9b3ce480..000000000 --- a/graphics/cairo/files/patch-src_cairoint.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/cairoint.h.orig Sun Oct 15 18:02:35 2006 -+++ src/cairoint.h Sun Oct 15 18:10:11 2006 -@@ -50,6 +50,11 @@ - #include "config.h" - #endif - -+#ifndef INT16_MAX -+#define INT16_MAX 0x7fff -+#define INT16_MIN (-0x7fff-1) -+#endif -+ - #include <assert.h> - #include <stdlib.h> - #include <string.h> diff --git a/graphics/cairo/pkg-descr b/graphics/cairo/pkg-descr deleted file mode 100644 index 4fd137a19..000000000 --- a/graphics/cairo/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to -the PDF 1.4 imaging model. Cairo provides operations including stroking -and filling Bezier cubic splines, transforming and compositing translucent -images, and antialiased text rendering. - -WWW: http://www.cairographics.org diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist deleted file mode 100644 index ec0206e6a..000000000 --- a/graphics/cairo/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -include/cairo/cairo-deprecated.h -include/cairo/cairo-features.h -include/cairo/cairo-ft.h -%%GLITZ%%include/cairo/cairo-glitz.h -include/cairo/cairo-pdf.h -include/cairo/cairo-ps.h -include/cairo/cairo-svg.h -include/cairo/cairo-version.h -%%XCB%%include/cairo/cairo-xcb-xrender.h -%%XCB%%include/cairo/cairo-xcb.h -%%X11%%include/cairo/cairo-xlib-xrender.h -%%X11%%include/cairo/cairo-xlib.h -include/cairo/cairo.h -lib/libcairo.a -lib/libcairo.la -lib/libcairo.so -lib/libcairo.so.2 -libdata/pkgconfig/cairo.pc -libdata/pkgconfig/cairo-ft.pc -%%GLITZ%%libdata/pkgconfig/cairo-glitz.pc -libdata/pkgconfig/cairo-pdf.pc -libdata/pkgconfig/cairo-png.pc -libdata/pkgconfig/cairo-ps.pc -libdata/pkgconfig/cairo-svg.pc -%%XCB%%libdata/pkgconfig/cairo-xcb.pc -%%X11%%libdata/pkgconfig/cairo-xlib.pc -%%X11%%libdata/pkgconfig/cairo-xlib-xrender.pc -@dirrm include/cairo diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile deleted file mode 100644 index b872a0e40..000000000 --- a/graphics/clutter-gtk/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: clutter-gtk -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gtk -PORTVERSION= 0.10.4 -PORTREVISION= 0 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK+ Integration library for Clutter - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|clutter-x11-0.9|clutter-x11-1.0|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo deleted file mode 100644 index 6447d72ff..000000000 --- a/graphics/clutter-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gtk-0.10.4.tar.bz2) = fd015e8080e1212dacc95d0e3d776d0d -SHA256 (clutter-gtk-0.10.4.tar.bz2) = 0134a8de202c518e231f340f5f2f3e988350105de9fadd0e849f08d95ac1b912 -SIZE (clutter-gtk-0.10.4.tar.bz2) = 307429 diff --git a/graphics/clutter-gtk/pkg-descr b/graphics/clutter-gtk/pkg-descr deleted file mode 100644 index cf83a5ac9..000000000 --- a/graphics/clutter-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ -applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the -default ClutterStage into any GtkContainer. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-gtk/pkg-plist b/graphics/clutter-gtk/pkg-plist deleted file mode 100644 index 4652f55cd..000000000 --- a/graphics/clutter-gtk/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -include/clutter-1.0/clutter-gtk/clutter-gtk.h -include/clutter-1.0/clutter-gtk/gtk-clutter-embed.h -include/clutter-1.0/clutter-gtk/gtk-clutter-scrollable.h -include/clutter-1.0/clutter-gtk/gtk-clutter-util.h -include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h -include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h -lib/girepository-1.0/GtkClutter-0.10.typelib -lib/libclutter-gtk-0.10.a -lib/libclutter-gtk-0.10.la -lib/libclutter-gtk-0.10.so -lib/libclutter-gtk-0.10.so.0 -libdata/pkgconfig/clutter-gtk-0.10.pc -%%DOCSDIR%%/GtkClutterEmbed.html -%%DOCSDIR%%/GtkClutterScrollable.html -%%DOCSDIR%%/GtkClutterViewport.html -%%DOCSDIR%%/GtkClutterZoomable.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/clutter-gtk-Utility-Functions.html -%%DOCSDIR%%/clutter-gtk.devhelp -%%DOCSDIR%%/clutter-gtk.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/GtkClutter-0.10.gir -@dirrm %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-gtk -@dirrm include/clutter-1.0 diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile deleted file mode 100644 index 1a548efce..000000000 --- a/graphics/clutter/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: clutter -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter -PORTVERSION= 1.2.6 -CATEGORIES= graphics -MASTER_SITES= GNOME \ - http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OpenGL based interactive canvas library - -USE_GMAKE= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix -USE_GL= gl -USE_XORG= glproto x11 xfixes xdamage xcomposite xi -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-x --with-json=internal -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo deleted file mode 100644 index 0728fe3e5..000000000 --- a/graphics/clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-1.2.6.tar.bz2) = eba5af33e966d9c9b0caab7d9e019f0d -SHA256 (clutter-1.2.6.tar.bz2) = aafb7ee0c7132d42338e8041077fbb1a8be321c59b32218a5b3418305b815d0d -SIZE (clutter-1.2.6.tar.bz2) = 2372773 diff --git a/graphics/clutter/pkg-descr b/graphics/clutter/pkg-descr deleted file mode 100644 index 593f4afbc..000000000 --- a/graphics/clutter/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Clutter it an open source software library for creating fast, visually -rich and animated graphical user interfaces. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist deleted file mode 100644 index 1fc504a35..000000000 --- a/graphics/clutter/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -include/clutter-1.0/clutter/clutter-actor.h -include/clutter-1.0/clutter/clutter-alpha.h -include/clutter-1.0/clutter/clutter-animatable.h -include/clutter-1.0/clutter/clutter-animation.h -include/clutter-1.0/clutter/clutter-animator.h -include/clutter-1.0/clutter/clutter-backend.h -include/clutter-1.0/clutter/clutter-behaviour-depth.h -include/clutter-1.0/clutter/clutter-behaviour-ellipse.h -include/clutter-1.0/clutter/clutter-behaviour-opacity.h -include/clutter-1.0/clutter/clutter-behaviour-path.h -include/clutter-1.0/clutter/clutter-behaviour-rotate.h -include/clutter-1.0/clutter/clutter-behaviour-scale.h -include/clutter-1.0/clutter/clutter-behaviour.h -include/clutter-1.0/clutter/clutter-bin-layout.h -include/clutter-1.0/clutter/clutter-binding-pool.h -include/clutter-1.0/clutter/clutter-box-layout.h -include/clutter-1.0/clutter/clutter-box.h -include/clutter-1.0/clutter/clutter-cairo-texture.h -include/clutter-1.0/clutter/clutter-child-meta.h -include/clutter-1.0/clutter/clutter-clone.h -include/clutter-1.0/clutter/clutter-color.h -include/clutter-1.0/clutter/clutter-container.h -include/clutter-1.0/clutter/clutter-deprecated.h -include/clutter-1.0/clutter/clutter-device-manager.h -include/clutter-1.0/clutter/clutter-enum-types.h -include/clutter-1.0/clutter/clutter-event.h -include/clutter-1.0/clutter/clutter-feature.h -include/clutter-1.0/clutter/clutter-fixed-layout.h -include/clutter-1.0/clutter/clutter-fixed.h -include/clutter-1.0/clutter/clutter-flow-layout.h -include/clutter-1.0/clutter/clutter-frame-source.h -include/clutter-1.0/clutter/clutter-group.h -include/clutter-1.0/clutter/clutter-input-device.h -include/clutter-1.0/clutter/clutter-interval.h -include/clutter-1.0/clutter/clutter-json.h -include/clutter-1.0/clutter/clutter-keysyms.h -include/clutter-1.0/clutter/clutter-layout-manager.h -include/clutter-1.0/clutter/clutter-layout-meta.h -include/clutter-1.0/clutter/clutter-list-model.h -include/clutter-1.0/clutter/clutter-main.h -include/clutter-1.0/clutter/clutter-media.h -include/clutter-1.0/clutter/clutter-model.h -include/clutter-1.0/clutter/clutter-path.h -include/clutter-1.0/clutter/clutter-rectangle.h -include/clutter-1.0/clutter/clutter-score.h -include/clutter-1.0/clutter/clutter-script.h -include/clutter-1.0/clutter/clutter-scriptable.h -include/clutter-1.0/clutter/clutter-shader-types.h -include/clutter-1.0/clutter/clutter-shader.h -include/clutter-1.0/clutter/clutter-stage-manager.h -include/clutter-1.0/clutter/clutter-stage-window.h -include/clutter-1.0/clutter/clutter-stage.h -include/clutter-1.0/clutter/clutter-text.h -include/clutter-1.0/clutter/clutter-texture.h -include/clutter-1.0/clutter/clutter-timeline.h -include/clutter-1.0/clutter/clutter-timeout-pool.h -include/clutter-1.0/clutter/clutter-types.h -include/clutter-1.0/clutter/clutter-units.h -include/clutter-1.0/clutter/clutter-util.h -include/clutter-1.0/clutter/clutter-version.h -include/clutter-1.0/clutter/clutter.h -include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h -include/clutter-1.0/clutter/glx/clutter-glx.h -include/clutter-1.0/clutter/json/json-generator.h -include/clutter-1.0/clutter/json/json-glib.h -include/clutter-1.0/clutter/json/json-marshal.h -include/clutter-1.0/clutter/json/json-parser.h -include/clutter-1.0/clutter/json/json-types.h -include/clutter-1.0/clutter/x11/clutter-x11-enum-types.h -include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h -include/clutter-1.0/clutter/x11/clutter-x11.h -include/clutter-1.0/cogl/cogl-bitmap.h -include/clutter-1.0/cogl/cogl-buffer.h -include/clutter-1.0/cogl/cogl-color.h -include/clutter-1.0/cogl/cogl-debug.h -include/clutter-1.0/cogl/cogl-defines.h -include/clutter-1.0/cogl/cogl-deprecated.h -include/clutter-1.0/cogl/cogl-enum-types.h -include/clutter-1.0/cogl/cogl-fixed.h -include/clutter-1.0/cogl/cogl-material.h -include/clutter-1.0/cogl/cogl-matrix.h -include/clutter-1.0/cogl/cogl-offscreen.h -include/clutter-1.0/cogl/cogl-pango.h -include/clutter-1.0/cogl/cogl-path.h -include/clutter-1.0/cogl/cogl-pixel-buffer.h -include/clutter-1.0/cogl/cogl-primitives.h -include/clutter-1.0/cogl/cogl-shader.h -include/clutter-1.0/cogl/cogl-texture.h -include/clutter-1.0/cogl/cogl-types.h -include/clutter-1.0/cogl/cogl-vertex-buffer.h -include/clutter-1.0/cogl/cogl.h -lib/girepository-1.0/Clutter-1.0.typelib -lib/girepository-1.0/Cogl-1.0.typelib -lib/girepository-1.0/ClutterJson-1.0.typelib -lib/libclutter-glx-1.0.a -lib/libclutter-glx-1.0.la -lib/libclutter-glx-1.0.so -lib/libclutter-glx-1.0.so.0 -libdata/pkgconfig/clutter-1.0.pc -libdata/pkgconfig/clutter-glx-1.0.pc -libdata/pkgconfig/clutter-x11-1.0.pc -libdata/pkgconfig/cogl-1.0.pc -libdata/pkgconfig/cogl-gl-1.0.pc -%%DOCSDIR%%/ClutterActor.html -%%DOCSDIR%%/ClutterAlpha.html -%%DOCSDIR%%/ClutterAnimatable.html -%%DOCSDIR%%/ClutterAnimator.html -%%DOCSDIR%%/ClutterBehaviour.html -%%DOCSDIR%%/ClutterBehaviourDepth.html -%%DOCSDIR%%/ClutterBehaviourEllipse.html -%%DOCSDIR%%/ClutterBehaviourOpacity.html -%%DOCSDIR%%/ClutterBehaviourPath.html -%%DOCSDIR%%/ClutterBehaviourRotate.html -%%DOCSDIR%%/ClutterBehaviourScale.html -%%DOCSDIR%%/ClutterBinLayout.html -%%DOCSDIR%%/ClutterBox.html -%%DOCSDIR%%/ClutterBoxLayout.html -%%DOCSDIR%%/ClutterCairoTexture.html -%%DOCSDIR%%/ClutterChildMeta.html -%%DOCSDIR%%/ClutterClone.html -%%DOCSDIR%%/ClutterContainer.html -%%DOCSDIR%%/ClutterDeviceManager.html -%%DOCSDIR%%/ClutterFixedLayout.html -%%DOCSDIR%%/ClutterFlowLayout.html -%%DOCSDIR%%/ClutterGroup.html -%%DOCSDIR%%/ClutterInputDevice.html -%%DOCSDIR%%/ClutterLayoutManager.html -%%DOCSDIR%%/ClutterLayoutMeta.html -%%DOCSDIR%%/ClutterListModel.html -%%DOCSDIR%%/ClutterMedia.html -%%DOCSDIR%%/ClutterModel.html -%%DOCSDIR%%/ClutterModelIter.html -%%DOCSDIR%%/ClutterPath.html -%%DOCSDIR%%/ClutterRectangle.html -%%DOCSDIR%%/ClutterScore.html -%%DOCSDIR%%/ClutterScript.html -%%DOCSDIR%%/ClutterScriptable.html -%%DOCSDIR%%/ClutterStage.html -%%DOCSDIR%%/ClutterText.html -%%DOCSDIR%%/ClutterTexture.html -%%DOCSDIR%%/ClutterTimeline.html -%%DOCSDIR%%/actor-box.png -%%DOCSDIR%%/additionaldocs.html -%%DOCSDIR%%/animator-key-frames.png -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/bin-layout.png -%%DOCSDIR%%/box-layout.png -%%DOCSDIR%%/building-clutter.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/ch09.html -%%DOCSDIR%%/ch10.html -%%DOCSDIR%%/clutter-ClutterBackend.html -%%DOCSDIR%%/clutter-Colors.html -%%DOCSDIR%%/clutter-EGL-Specific-Support.html -%%DOCSDIR%%/clutter-EGLX-Specific-Support.html -%%DOCSDIR%%/clutter-Events.html -%%DOCSDIR%%/clutter-Features.html -%%DOCSDIR%%/clutter-GLX-Specific-Support.html -%%DOCSDIR%%/clutter-General.html -%%DOCSDIR%%/clutter-Implicit-Animations.html -%%DOCSDIR%%/clutter-Key-Bindings.html -%%DOCSDIR%%/clutter-Shaders.html -%%DOCSDIR%%/clutter-Stage-Manager.html -%%DOCSDIR%%/clutter-Unit-conversion.html -%%DOCSDIR%%/clutter-Utilities.html -%%DOCSDIR%%/clutter-Value-intervals.html -%%DOCSDIR%%/clutter-Versioning-Macros.html -%%DOCSDIR%%/clutter-Win32-Specific-Support.html -%%DOCSDIR%%/clutter-X11-Specific-Support.html -%%DOCSDIR%%/clutter-animation-behaviours.html -%%DOCSDIR%%/clutter-animation-conclusion.html -%%DOCSDIR%%/clutter-animation-implicit.html -%%DOCSDIR%%/clutter-animation-timelines.html -%%DOCSDIR%%/clutter-animations.html -%%DOCSDIR%%/clutter-overview.html -%%DOCSDIR%%/clutter-subclassing-ClutterActor.html -%%DOCSDIR%%/clutter.devhelp -%%DOCSDIR%%/clutter.devhelp2 -%%DOCSDIR%%/clutteranimation.html -%%DOCSDIR%%/clutterbackends.html -%%DOCSDIR%%/clutterbase.html -%%DOCSDIR%%/clutterglossary.html -%%DOCSDIR%%/clutterobjecthierarchy.html -%%DOCSDIR%%/clutterobjectindex.html -%%DOCSDIR%%/clutterobjects.html -%%DOCSDIR%%/cluttertools.html -%%DOCSDIR%%/creating-your-own-behaviours.html -%%DOCSDIR%%/easing-modes.png -%%DOCSDIR%%/event-flow.png -%%DOCSDIR%%/flow-layout-horizontal.png -%%DOCSDIR%%/flow-layout-vertical.png -%%DOCSDIR%%/go01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/iterating-paths.html -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/ix07.html -%%DOCSDIR%%/ix08.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/migrating-ClutterEffect.html -%%DOCSDIR%%/migrating-ClutterPath.html -%%DOCSDIR%%/migration.html -%%DOCSDIR%%/path-alpha-func.png -%%DOCSDIR%%/pt10.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/running-clutter.html -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/using-cairo.html -share/doc/cogl/ch01.html -share/doc/cogl/ch02.html -share/doc/cogl/cogl-Blend-Strings.html -share/doc/cogl/cogl-Buffers.html -share/doc/cogl/cogl-Clipping.html -share/doc/cogl/cogl-Color-Type.html -share/doc/cogl/cogl-Fixed-Point-API.html -share/doc/cogl/cogl-General-API.html -share/doc/cogl/cogl-Materials.html -share/doc/cogl/cogl-Matrices.html -share/doc/cogl/cogl-Offscreen-Buffers.html -share/doc/cogl/cogl-Primitives.html -share/doc/cogl/cogl-Shaders-and-Programmable-Pipeline.html -share/doc/cogl/cogl-Textures.html -share/doc/cogl/cogl-Vertex-Buffers.html -share/doc/cogl/cogl.devhelp -share/doc/cogl/cogl.devhelp2 -share/doc/cogl/home.png -share/doc/cogl/index.html -share/doc/cogl/index.sgml -share/doc/cogl/ix01.html -share/doc/cogl/ix02.html -share/doc/cogl/ix03.html -share/doc/cogl/ix04.html -share/doc/cogl/ix05.html -share/doc/cogl/left.png -share/doc/cogl/license.html -share/doc/cogl/right.png -share/doc/cogl/style.css -share/doc/cogl/up.png -share/gir-1.0/Clutter-1.0.gir -share/gir-1.0/ClutterJson-1.0.gir -share/gir-1.0/Cogl-1.0.gir -@dirrm share/doc/cogl -@dirrm %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter/x11 -@dirrm include/clutter-1.0/clutter/json -@dirrm include/clutter-1.0/clutter/glx -@dirrm include/clutter-1.0/clutter -@dirrm include/clutter-1.0/cogl -@dirrm include/clutter-1.0 diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile deleted file mode 100644 index 6bc009b12..000000000 --- a/graphics/eog-plugins/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: eog-plugins -# Date created: 28 August 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/eog-plugins/Makefile,v 1.11 2010/02/23 23:20:53 ahze Exp $ -# - -PORTNAME= eog-plugins -PORTVERSION= 2.30.0 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plug-ins for the Eye of GNOME image viewer application - -BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog -LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata -RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 -WANT_GNOME= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_CHAMPLAIN) || \ - (exists(${LOCALBASE}/lib/libchamplain-0.4.so)) || defined(WITH_CHAMPLIAN) -LIB_DEPENDS+= champlain-0.4.1:${PORTSDIR}/graphics/libchamplain -PLIST_SUB+= CHAMPLAIN="" -.else -PLUST_SUB+= CHAMPLAIN="@comment " -.endif - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -.else -PLIST_SUB+= EXIF="@comment " -.endif - -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/eog-plugins/distinfo b/graphics/eog-plugins/distinfo deleted file mode 100644 index 1e4bf4a77..000000000 --- a/graphics/eog-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-plugins-2.30.0.tar.bz2) = c5ae61e03169cefd0220a3a2642065fa -SHA256 (gnome2/eog-plugins-2.30.0.tar.bz2) = dfc6fdcefc128e6bc84b00acdf0b124cfd5b814aef62ce1320d505805743c1cb -SIZE (gnome2/eog-plugins-2.30.0.tar.bz2) = 337547 diff --git a/graphics/eog-plugins/pkg-descr b/graphics/eog-plugins/pkg-descr deleted file mode 100644 index 7eed446bb..000000000 --- a/graphics/eog-plugins/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -EoG-plugins is a collection of plugins for use with the Eye of GNOME Image -Viewer. diff --git a/graphics/eog-plugins/pkg-plist b/graphics/eog-plugins/pkg-plist deleted file mode 100644 index 1d703d355..000000000 --- a/graphics/eog-plugins/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -%%PYTHON%%lib/eog/plugins/console.py -%%PYTHON%%lib/eog/plugins/console.pyc -%%PYTHON%%lib/eog/plugins/console.pyo -%%EXIF%%lib/eog/plugins/exif-display.eog-plugin -%%EXIF%%lib/eog/plugins/exif-display/exif-display-config.ui -%%EXIF%%lib/eog/plugins/exif-display/exif-display.ui -lib/eog/plugins/fit-to-width.eog-plugin -%%EXIF%%lib/eog/plugins/libexif-display.la -%%EXIF%%lib/eog/plugins/libexif-display.so -lib/eog/plugins/libfit-to-width.la -lib/eog/plugins/libfit-to-width.so -%%CHAMPLAIN%%lib/eog/plugins/libmap.la -%%CHAMPLAIN%%lib/eog/plugins/libmap.so -lib/eog/plugins/libpostasa.la -lib/eog/plugins/libpostasa.so -lib/eog/plugins/libsend-by-mail.la -lib/eog/plugins/libsend-by-mail.so -%%CHAMPLAIN%%lib/eog/plugins/map.eog-plugin -lib/eog/plugins/postasa.eog-plugin -lib/eog/plugins/postasa/postasa-config.xml -lib/eog/plugins/postasa/postasa-uploads.xml -%%PYTHON%%lib/eog/plugins/pythonconsole.eog-plugin -%%PYTHON%%lib/eog/plugins/pythonconsole.py -%%PYTHON%%lib/eog/plugins/pythonconsole.pyc -%%PYTHON%%lib/eog/plugins/pythonconsole.pyo -lib/eog/plugins/send-by-mail.eog-plugin -%%PYTHON%%lib/eog/plugins/slideshowshuffle.eog-plugin -%%PYTHON%%lib/eog/plugins/slideshowshuffle.py -%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyc -%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyo -share/locale/ar/LC_MESSAGES/eog-plugins.mo -share/locale/as/LC_MESSAGES/eog-plugins.mo -share/locale/be@latin/LC_MESSAGES/eog-plugins.mo -share/locale/bg/LC_MESSAGES/eog-plugins.mo -share/locale/bn_IN/LC_MESSAGES/eog-plugins.mo -share/locale/ca/LC_MESSAGES/eog-plugins.mo -share/locale/cs/LC_MESSAGES/eog-plugins.mo -share/locale/da/LC_MESSAGES/eog-plugins.mo -share/locale/de/LC_MESSAGES/eog-plugins.mo -share/locale/el/LC_MESSAGES/eog-plugins.mo -share/locale/en_GB/LC_MESSAGES/eog-plugins.mo -share/locale/es/LC_MESSAGES/eog-plugins.mo -share/locale/eu/LC_MESSAGES/eog-plugins.mo -share/locale/fi/LC_MESSAGES/eog-plugins.mo -share/locale/fr/LC_MESSAGES/eog-plugins.mo -share/locale/gl/LC_MESSAGES/eog-plugins.mo -share/locale/gu/LC_MESSAGES/eog-plugins.mo -share/locale/hu/LC_MESSAGES/eog-plugins.mo -share/locale/it/LC_MESSAGES/eog-plugins.mo -share/locale/ja/LC_MESSAGES/eog-plugins.mo -share/locale/kn/LC_MESSAGES/eog-plugins.mo -share/locale/lt/LC_MESSAGES/eog-plugins.mo -share/locale/mk/LC_MESSAGES/eog-plugins.mo -share/locale/ml/LC_MESSAGES/eog-plugins.mo -share/locale/mr/LC_MESSAGES/eog-plugins.mo -share/locale/nb/LC_MESSAGES/eog-plugins.mo -share/locale/or/LC_MESSAGES/eog-plugins.mo -share/locale/pa/LC_MESSAGES/eog-plugins.mo -share/locale/pl/LC_MESSAGES/eog-plugins.mo -share/locale/pt/LC_MESSAGES/eog-plugins.mo -share/locale/pt_BR/LC_MESSAGES/eog-plugins.mo -share/locale/sl/LC_MESSAGES/eog-plugins.mo -share/locale/sq/LC_MESSAGES/eog-plugins.mo -share/locale/sv/LC_MESSAGES/eog-plugins.mo -share/locale/ta/LC_MESSAGES/eog-plugins.mo -share/locale/te/LC_MESSAGES/eog-plugins.mo -share/locale/vi/LC_MESSAGES/eog-plugins.mo -share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo -share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo -share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo -@dirrm lib/eog/plugins/postasa -%%EXIF%%@dirrm lib/eog/plugins/exif-display -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile deleted file mode 100644 index 134b5cb38..000000000 --- a/graphics/eog/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: eog2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.112 2010/04/02 07:41:28 avl Exp $ -# - -PORTNAME= eog -PORTVERSION= 2.30.1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ - gnomedesktop -WANT_GNOME= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= eog.schemas - -.include <bsd.port.pre.mk> - -_WITH_EXIF= no -_WITH_EXEMPI= no - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -_WITH_EXIF= yes -.else -PLIST_SUB+= EXIF="@comment " -.endif - -.if !defined(WITHOUT_EXEMPI) || (exists(${LOCALBASE}/lib/libexempi.so)) || \ - defined(WITH_EXEMPI) -LIB_DEPENDS+= exempi.3:${PORTSDIR}/textproc/exempi -_WITH_EXEMPI= yes -.endif - -.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" -PLIST_SUB+= EXIFEXEMPI="" -.else -PLIST_SUB+= EXIFEXEMPI="@comment " -.endif - -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -.else -CONFIGURE_ARGS+=--disable-python -.endif - -post-install: - @-update-desktop-database > /dev/null - -.include <bsd.port.post.mk> diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo deleted file mode 100644 index 502a75ac1..000000000 --- a/graphics/eog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-2.30.1.tar.bz2) = b9ea1f6e28c3f1890792d847f23ee82f -SHA256 (gnome2/eog-2.30.1.tar.bz2) = d245d96d791c88197dda1f667c196cb4134f9ce88596e696d5fbcddb6747ecf6 -SIZE (gnome2/eog-2.30.1.tar.bz2) = 2691413 diff --git a/graphics/eog/pkg-descr b/graphics/eog/pkg-descr deleted file mode 100644 index 920f1863a..000000000 --- a/graphics/eog/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Eye of Gnome, a GNOME 2 image viewer and cataloging -application. It provides inline image viewing support for -nautilus. - -WWW: http://www.gnome.org/gnome-office/eog.shtml diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist deleted file mode 100644 index 664949501..000000000 --- a/graphics/eog/pkg-plist +++ /dev/null @@ -1,459 +0,0 @@ -bin/eog -include/eog-2.20/eog/eog-application.h -include/eog-2.20/eog/eog-debug.h -include/eog-2.20/eog/eog-dialog.h -include/eog-2.20/eog/eog-enums.h -include/eog-2.20/eog/eog-error-message-area.h -%%EXIFEXEMPI%%include/eog-2.20/eog/eog-exif-details.h -%%EXIF%%include/eog-2.20/eog/eog-exif-util.h -include/eog-2.20/eog/eog-file-chooser.h -include/eog-2.20/eog/eog-image-save-info.h -include/eog-2.20/eog/eog-image.h -include/eog-2.20/eog/eog-job-queue.h -include/eog-2.20/eog/eog-jobs.h -include/eog-2.20/eog/eog-list-store.h -include/eog-2.20/eog/eog-plugin.h -include/eog-2.20/eog/eog-properties-dialog.h -include/eog-2.20/eog/eog-scroll-view.h -include/eog-2.20/eog/eog-sidebar.h -include/eog-2.20/eog/eog-statusbar.h -include/eog-2.20/eog/eog-thumb-nav.h -include/eog-2.20/eog/eog-thumb-view.h -include/eog-2.20/eog/eog-thumbnail.h -include/eog-2.20/eog/eog-transform.h -include/eog-2.20/eog/eog-window.h -lib/eog/plugins/fullscreen.eog-plugin -lib/eog/plugins/libfullscreen.la -lib/eog/plugins/libfullscreen.so -lib/eog/plugins/libreload.la -lib/eog/plugins/libreload.so -lib/eog/plugins/libstatusbar-date.la -lib/eog/plugins/libstatusbar-date.so -lib/eog/plugins/reload.eog-plugin -lib/eog/plugins/statusbar-date.eog-plugin -libdata/pkgconfig/eog.pc -share/applications/eog.desktop -%%DOCSDIR%%/EogDialog.html -%%DOCSDIR%%/EogExifDetails.html -%%DOCSDIR%%/EogFileChooser.html -%%DOCSDIR%%/EogImageSaveInfo.html -%%DOCSDIR%%/EogMetadataReaderJpg.html -%%DOCSDIR%%/EogMetadataReaderPng.html -%%DOCSDIR%%/EogPluginManager.html -%%DOCSDIR%%/EogPreferencesDialog.html -%%DOCSDIR%%/EogPrintImageSetup.html -%%DOCSDIR%%/EogPrintPreview.html -%%DOCSDIR%%/EogScrollView.html -%%DOCSDIR%%/EogSidebar.html -%%DOCSDIR%%/EogStatusbar.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/eog-eog-application.html -%%DOCSDIR%%/eog-eog-config-keys.html -%%DOCSDIR%%/eog-eog-debug.html -%%DOCSDIR%%/eog-eog-error-message-area.html -%%DOCSDIR%%/eog-eog-exif-util.html -%%DOCSDIR%%/eog-eog-image.html -%%DOCSDIR%%/eog-eog-jobs.html -%%DOCSDIR%%/eog-eog-job-queue.html -%%DOCSDIR%%/eog-eog-list-store.html -%%DOCSDIR%%/eog-eog-metadata-reader.html -%%DOCSDIR%%/eog-eog-pixbuf-util.html -%%DOCSDIR%%/eog-eog-plugin.html -%%DOCSDIR%%/eog-eog-plugin-engine.html -%%DOCSDIR%%/eog-eog-print.html -%%DOCSDIR%%/eog-eog-properties-dialog.html -%%DOCSDIR%%/eog-eog-save-as-dialog-helper.html -%%DOCSDIR%%/eog-eog-session.html -%%DOCSDIR%%/eog-eog-thumb-nav.html -%%DOCSDIR%%/eog-eog-thumb-view.html -%%DOCSDIR%%/eog-eog-thumbnail.html -%%DOCSDIR%%/eog-eog-transform.html -%%DOCSDIR%%/eog-eog-uri-converter.html -%%DOCSDIR%%/eog-eog-util.html -%%DOCSDIR%%/eog-uta.html -%%DOCSDIR%%/eog-eog-window.html -%%DOCSDIR%%/eog-zoom.html -%%DOCSDIR%%/eog.devhelp -%%DOCSDIR%%/eog.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/eog-image-properties-dialog.ui -%%DATADIR%%/eog-multiple-save-as-dialog.ui -%%DATADIR%%/eog-preferences-dialog.ui -%%DATADIR%%/eog-toolbar.xml -%%DATADIR%%/eog-ui.xml -%%DATADIR%%/gtkrc -%%DATADIR%%/icons/hicolor/16x16/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/16x16/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/16x16/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/22x22/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/24x24/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/24x24/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/32x32/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/48x48/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/scalable/actions/eog-image-collection.svg -%%DATADIR%%/icons/hicolor/scalable/actions/eog-plugin.svg -%%DATADIR%%/icons/hicolor/scalable/actions/slideshow-play.svg -%%DATADIR%%/pixmaps/thumbnail-frame.png -share/gnome/help/eog/C/eog.xml -share/gnome/help/eog/C/figures/eog_save_as_window.png -share/gnome/help/eog/C/figures/eog_start_window.png -share/gnome/help/eog/C/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/C/legal.xml -share/gnome/help/eog/ar/eog.xml -share/gnome/help/eog/ar/figures/eog_save_as_window.png -share/gnome/help/eog/ar/figures/eog_start_window.png -share/gnome/help/eog/ar/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ca/eog.xml -share/gnome/help/eog/ca/figures/eog_save_as_window.png -share/gnome/help/eog/ca/figures/eog_start_window.png -share/gnome/help/eog/ca/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/cs/eog.xml -share/gnome/help/eog/cs/figures/eog_save_as_window.png -share/gnome/help/eog/cs/figures/eog_start_window.png -share/gnome/help/eog/cs/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/da/eog.xml -share/gnome/help/eog/da/figures/eog_save_as_window.png -share/gnome/help/eog/da/figures/eog_start_window.png -share/gnome/help/eog/da/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/de/eog.xml -share/gnome/help/eog/de/figures/eog_save_as_window.png -share/gnome/help/eog/de/figures/eog_start_window.png -share/gnome/help/eog/de/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/el/eog.xml -share/gnome/help/eog/el/figures/eog_save_as_window.png -share/gnome/help/eog/el/figures/eog_start_window.png -share/gnome/help/eog/el/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/en_GB/eog.xml -share/gnome/help/eog/en_GB/figures/eog_save_as_window.png -share/gnome/help/eog/en_GB/figures/eog_start_window.png -share/gnome/help/eog/en_GB/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/es/eog.xml -share/gnome/help/eog/es/figures/eog_save_as_window.png -share/gnome/help/eog/es/figures/eog_start_window.png -share/gnome/help/eog/es/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/eu/eog.xml -share/gnome/help/eog/eu/figures/eog_save_as_window.png -share/gnome/help/eog/eu/figures/eog_start_window.png -share/gnome/help/eog/eu/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/fr/eog.xml -share/gnome/help/eog/fr/figures/eog_save_as_window.png -share/gnome/help/eog/fr/figures/eog_start_window.png -share/gnome/help/eog/fr/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/it/eog.xml -share/gnome/help/eog/it/figures/eog_save_as_window.png -share/gnome/help/eog/it/figures/eog_start_window.png -share/gnome/help/eog/it/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ja/eog.xml -share/gnome/help/eog/ja/figures/eog_save_as_window.png -share/gnome/help/eog/ja/figures/eog_start_window.png -share/gnome/help/eog/ja/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ko/eog.xml -share/gnome/help/eog/ko/figures/eog_save_as_window.png -share/gnome/help/eog/ko/figures/eog_start_window.png -share/gnome/help/eog/ko/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/oc/eog.xml -share/gnome/help/eog/oc/figures/eog_save_as_window.png -share/gnome/help/eog/oc/figures/eog_start_window.png -share/gnome/help/eog/oc/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pa/eog.xml -share/gnome/help/eog/pa/figures/eog_save_as_window.png -share/gnome/help/eog/pa/figures/eog_start_window.png -share/gnome/help/eog/pa/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pl/eog.xml -share/gnome/help/eog/pl/figures/eog_save_as_window.png -share/gnome/help/eog/pl/figures/eog_start_window.png -share/gnome/help/eog/pl/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pt_BR/eog.xml -share/gnome/help/eog/pt_BR/figures/eog_save_as_window.png -share/gnome/help/eog/pt_BR/figures/eog_start_window.png -share/gnome/help/eog/pt_BR/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ru/eog.xml -share/gnome/help/eog/ru/figures/eog_save_as_window.png -share/gnome/help/eog/ru/figures/eog_start_window.png -share/gnome/help/eog/ru/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/sv/eog.xml -share/gnome/help/eog/sv/figures/eog_save_as_window.png -share/gnome/help/eog/sv/figures/eog_start_window.png -share/gnome/help/eog/sv/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/th/eog.xml -share/gnome/help/eog/th/figures/eog_save_as_window.png -share/gnome/help/eog/th/figures/eog_start_window.png -share/gnome/help/eog/th/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/uk/eog.xml -share/gnome/help/eog/uk/figures/eog_save_as_window.png -share/gnome/help/eog/uk/figures/eog_start_window.png -share/gnome/help/eog/uk/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/zh_CN/eog.xml -share/gnome/help/eog/zh_CN/figures/eog_save_as_window.png -share/gnome/help/eog/zh_CN/figures/eog_start_window.png -share/gnome/help/eog/zh_CN/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/zh_TW/eog.xml -share/gnome/help/eog/zh_TW/figures/eog_save_as_window.png -share/gnome/help/eog/zh_TW/figures/eog_start_window.png -share/gnome/help/eog/zh_TW/figures/eog_toolbar_editor_window.png -share/icons/hicolor/16x16/apps/eog.png -share/icons/hicolor/22x22/apps/eog.png -share/icons/hicolor/24x24/apps/eog.png -share/icons/hicolor/32x32/apps/eog.png -share/icons/hicolor/scalable/apps/eog.svg -share/locale/af/LC_MESSAGES/eog.mo -share/locale/am/LC_MESSAGES/eog.mo -share/locale/ar/LC_MESSAGES/eog.mo -share/locale/as/LC_MESSAGES/eog.mo -share/locale/ast/LC_MESSAGES/eog.mo -share/locale/az/LC_MESSAGES/eog.mo -share/locale/be/LC_MESSAGES/eog.mo -share/locale/be@latin/LC_MESSAGES/eog.mo -share/locale/bg/LC_MESSAGES/eog.mo -share/locale/bn/LC_MESSAGES/eog.mo -share/locale/bn_IN/LC_MESSAGES/eog.mo -share/locale/br/LC_MESSAGES/eog.mo -share/locale/bs/LC_MESSAGES/eog.mo -share/locale/ca/LC_MESSAGES/eog.mo -share/locale/ca@valencia/LC_MESSAGES/eog.mo -share/locale/cs/LC_MESSAGES/eog.mo -share/locale/cy/LC_MESSAGES/eog.mo -share/locale/da/LC_MESSAGES/eog.mo -share/locale/de/LC_MESSAGES/eog.mo -share/locale/dz/LC_MESSAGES/eog.mo -share/locale/el/LC_MESSAGES/eog.mo -share/locale/en@shaw/LC_MESSAGES/eog.mo -share/locale/en_CA/LC_MESSAGES/eog.mo -share/locale/en_GB/LC_MESSAGES/eog.mo -share/locale/es/LC_MESSAGES/eog.mo -share/locale/et/LC_MESSAGES/eog.mo -share/locale/eu/LC_MESSAGES/eog.mo -share/locale/fa/LC_MESSAGES/eog.mo -share/locale/fi/LC_MESSAGES/eog.mo -share/locale/fr/LC_MESSAGES/eog.mo -share/locale/fur/LC_MESSAGES/eog.mo -share/locale/ga/LC_MESSAGES/eog.mo -share/locale/gl/LC_MESSAGES/eog.mo -share/locale/gu/LC_MESSAGES/eog.mo -share/locale/he/LC_MESSAGES/eog.mo -share/locale/hi/LC_MESSAGES/eog.mo -share/locale/hr/LC_MESSAGES/eog.mo -share/locale/hu/LC_MESSAGES/eog.mo -share/locale/id/LC_MESSAGES/eog.mo -share/locale/is/LC_MESSAGES/eog.mo -share/locale/it/LC_MESSAGES/eog.mo -share/locale/ja/LC_MESSAGES/eog.mo -share/locale/ka/LC_MESSAGES/eog.mo -share/locale/kn/LC_MESSAGES/eog.mo -share/locale/ko/LC_MESSAGES/eog.mo -share/locale/ks/LC_MESSAGES/eog.mo -share/locale/ku/LC_MESSAGES/eog.mo -share/locale/lt/LC_MESSAGES/eog.mo -share/locale/lv/LC_MESSAGES/eog.mo -share/locale/mai/LC_MESSAGES/eog.mo -share/locale/mg/LC_MESSAGES/eog.mo -share/locale/mk/LC_MESSAGES/eog.mo -share/locale/ml/LC_MESSAGES/eog.mo -share/locale/mn/LC_MESSAGES/eog.mo -share/locale/mr/LC_MESSAGES/eog.mo -share/locale/ms/LC_MESSAGES/eog.mo -share/locale/nb/LC_MESSAGES/eog.mo -share/locale/nds/LC_MESSAGES/eog.mo -share/locale/ne/LC_MESSAGES/eog.mo -share/locale/nl/LC_MESSAGES/eog.mo -share/locale/nn/LC_MESSAGES/eog.mo -share/locale/nso/LC_MESSAGES/eog.mo -share/locale/oc/LC_MESSAGES/eog.mo -share/locale/or/LC_MESSAGES/eog.mo -share/locale/pa/LC_MESSAGES/eog.mo -share/locale/pl/LC_MESSAGES/eog.mo -share/locale/ps/LC_MESSAGES/eog.mo -share/locale/pt/LC_MESSAGES/eog.mo -share/locale/pt_BR/LC_MESSAGES/eog.mo -share/locale/ro/LC_MESSAGES/eog.mo -share/locale/ru/LC_MESSAGES/eog.mo -share/locale/rw/LC_MESSAGES/eog.mo -share/locale/si/LC_MESSAGES/eog.mo -share/locale/sk/LC_MESSAGES/eog.mo -share/locale/sl/LC_MESSAGES/eog.mo -share/locale/sq/LC_MESSAGES/eog.mo -share/locale/sr/LC_MESSAGES/eog.mo -share/locale/sr@latin/LC_MESSAGES/eog.mo -share/locale/sv/LC_MESSAGES/eog.mo -share/locale/ta/LC_MESSAGES/eog.mo -share/locale/te/LC_MESSAGES/eog.mo -share/locale/th/LC_MESSAGES/eog.mo -share/locale/tk/LC_MESSAGES/eog.mo -share/locale/tr/LC_MESSAGES/eog.mo -share/locale/ug/LC_MESSAGES/eog.mo -share/locale/uk/LC_MESSAGES/eog.mo -share/locale/uz/LC_MESSAGES/eog.mo -share/locale/uz@cyrillic/LC_MESSAGES/eog.mo -share/locale/vi/LC_MESSAGES/eog.mo -share/locale/wa/LC_MESSAGES/eog.mo -share/locale/xh/LC_MESSAGES/eog.mo -share/locale/zh_CN/LC_MESSAGES/eog.mo -share/locale/zh_HK/LC_MESSAGES/eog.mo -share/locale/zh_TW/LC_MESSAGES/eog.mo -share/locale/zu/LC_MESSAGES/eog.mo -share/omf/eog/eog-C.omf -share/omf/eog/eog-ar.omf -share/omf/eog/eog-ca.omf -share/omf/eog/eog-cs.omf -share/omf/eog/eog-da.omf -share/omf/eog/eog-de.omf -share/omf/eog/eog-el.omf -share/omf/eog/eog-en_GB.omf -share/omf/eog/eog-es.omf -share/omf/eog/eog-eu.omf -share/omf/eog/eog-fr.omf -share/omf/eog/eog-it.omf -share/omf/eog/eog-ja.omf -share/omf/eog/eog-ko.omf -share/omf/eog/eog-oc.omf -share/omf/eog/eog-pa.omf -share/omf/eog/eog-pl.omf -share/omf/eog/eog-pt_BR.omf -share/omf/eog/eog-ru.omf -share/omf/eog/eog-sv.omf -share/omf/eog/eog-th.omf -share/omf/eog/eog-uk.omf -share/omf/eog/eog-zh_CN.omf -share/omf/eog/eog-zh_TW.omf -@dirrm share/omf/eog -@dirrm share/gnome/help/eog/zh_TW/figures -@dirrm share/gnome/help/eog/zh_TW -@dirrm share/gnome/help/eog/zh_CN/figures -@dirrm share/gnome/help/eog/zh_CN -@dirrm share/gnome/help/eog/uk/figures -@dirrm share/gnome/help/eog/uk -@dirrm share/gnome/help/eog/th/figures -@dirrm share/gnome/help/eog/th -@dirrm share/gnome/help/eog/sv/figures -@dirrm share/gnome/help/eog/sv -@dirrm share/gnome/help/eog/ru/figures -@dirrm share/gnome/help/eog/ru -@dirrm share/gnome/help/eog/pt_BR/figures -@dirrm share/gnome/help/eog/pt_BR -@dirrm share/gnome/help/eog/pl/figures -@dirrm share/gnome/help/eog/pl -@dirrm share/gnome/help/eog/pa/figures -@dirrm share/gnome/help/eog/pa -@dirrm share/gnome/help/eog/oc/figures -@dirrm share/gnome/help/eog/oc -@dirrm share/gnome/help/eog/ko/figures -@dirrm share/gnome/help/eog/ko -@dirrm share/gnome/help/eog/ja/figures -@dirrm share/gnome/help/eog/ja -@dirrm share/gnome/help/eog/it/figures -@dirrm share/gnome/help/eog/it -@dirrm share/gnome/help/eog/fr/figures -@dirrm share/gnome/help/eog/fr -@dirrm share/gnome/help/eog/eu/figures -@dirrm share/gnome/help/eog/eu -@dirrm share/gnome/help/eog/es/figures -@dirrm share/gnome/help/eog/es -@dirrm share/gnome/help/eog/en_GB/figures -@dirrm share/gnome/help/eog/en_GB -@dirrm share/gnome/help/eog/el/figures -@dirrm share/gnome/help/eog/el -@dirrm share/gnome/help/eog/de/figures -@dirrm share/gnome/help/eog/de -@dirrm share/gnome/help/eog/da/figures -@dirrm share/gnome/help/eog/da -@dirrm share/gnome/help/eog/cs/figures -@dirrm share/gnome/help/eog/cs -@dirrm share/gnome/help/eog/ca/figures -@dirrm share/gnome/help/eog/ca -@dirrm share/gnome/help/eog/ar/figures -@dirrm share/gnome/help/eog/ar -@dirrm share/gnome/help/eog/C/figures -@dirrm share/gnome/help/eog/C -@dirrm share/gnome/help/eog -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/eog/plugins -@dirrm lib/eog -@dirrm include/eog-2.20/eog -@dirrm include/eog-2.20 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile deleted file mode 100644 index 6b63c8cc7..000000000 --- a/graphics/evince/Makefile +++ /dev/null @@ -1,126 +0,0 @@ -# New ports collection makefile for: evince -# Date created: 09 January 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.136 2010/03/31 06:19:23 avl Exp $ -# - -PORTNAME= evince -PORTVERSION= 2.30.1 -CATEGORIES= graphics print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 multi-format document viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ - spectre.1:${PORTSDIR}/print/libspectre -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ - gnomedocutils ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= evince.schemas \ - evince-thumbnailer.schemas \ - evince-thumbnailer-ps.schemas - -MAN1= evince.1 - -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - DBUS "Enable D-BUS support" on \ - COMICS "Enable comic book archives support" on \ - IMPRESS "Enable Impress presentations support" off \ - DJVU "Enable DJVU support" off - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so) -WITH_DBUS= yes -.endif - -.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a) -BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base - -CONFIGURE_ARGS+= --enable-dvi -GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas -PLIST_SUB+= DVI="" -. if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - -CONFIGURE_ARGS+= --enable-t1lib -. endif -.else -PLIST_SUB+= DVI="@comment " -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -USE_GNOME+= libglade2 -CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " -.endif - -.if defined(WITH_IMPRESS) -CONFIGURE_ARGS+= --enable-impress -PLIST_SUB+= IMPRESS="" -.else -CONFIGURE_ARGS+= --disable-impress -PLIST_SUB+= IMPRESS="@comment " -.endif - -.if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 -CONFIGURE_ARGS+= --enable-djvu -GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas -PLIST_SUB+= DJVU="" -.else -CONFIGURE_ARGS+= --disable-djvu -PLIST_SUB+= DJVU="@comment " -.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.endif - -.if !defined(WITHOUT_COMICS) -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -CONFIGURE_ARGS+= --enable-comics -GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas -PLIST_SUB+= COMICS="" -.else -CONFIGURE_ARGS+= --disable-comics -PLIST_SUB+= COMICS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \ - ${WRKSRC}/help/reference/libdocument/Makefile.in \ - ${WRKSRC}/help/reference/libview/Makefile.in - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo deleted file mode 100644 index 48317462f..000000000 --- a/graphics/evince/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evince-2.30.1.tar.bz2) = 84eb6c8bb460edd382025fdd29c3bc64 -SHA256 (gnome2/evince-2.30.1.tar.bz2) = ab6b957ab422341f023baa8ee4061bc5719389f92d6745874d239cd1e737f225 -SIZE (gnome2/evince-2.30.1.tar.bz2) = 2177738 diff --git a/graphics/evince/pkg-descr b/graphics/evince/pkg-descr deleted file mode 100644 index 800f6fcd3..000000000 --- a/graphics/evince/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Evince is a document viewer for multiple document formats including PDF and -Postscript. The goal of evince is to replace document viewers such as ggv and -gpdf with a single, simple application. - -WWW: http://www.gnome.org/projects/evince/ diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist deleted file mode 100644 index c5fcd8580..000000000 --- a/graphics/evince/pkg-plist +++ /dev/null @@ -1,524 +0,0 @@ -bin/evince -bin/evince-previewer -bin/evince-thumbnailer -include/evince/2.30/evince-document.h -include/evince/2.30/evince-view.h -include/evince/2.30/libdocument/ev-annotation.h -include/evince/2.30/libdocument/ev-async-renderer.h -include/evince/2.30/libdocument/ev-attachment.h -include/evince/2.30/libdocument/ev-backends-manager.h -include/evince/2.30/libdocument/ev-document-annotations.h -include/evince/2.30/libdocument/ev-document-attachments.h -include/evince/2.30/libdocument/ev-document-factory.h -include/evince/2.30/libdocument/ev-document-find.h -include/evince/2.30/libdocument/ev-document-fonts.h -include/evince/2.30/libdocument/ev-document-forms.h -include/evince/2.30/libdocument/ev-document-images.h -include/evince/2.30/libdocument/ev-document-info.h -include/evince/2.30/libdocument/ev-document-layers.h -include/evince/2.30/libdocument/ev-document-links.h -include/evince/2.30/libdocument/ev-document-misc.h -include/evince/2.30/libdocument/ev-document-print.h -include/evince/2.30/libdocument/ev-document-security.h -include/evince/2.30/libdocument/ev-document-thumbnails.h -include/evince/2.30/libdocument/ev-document-transition.h -include/evince/2.30/libdocument/ev-document-type-builtins.h -include/evince/2.30/libdocument/ev-document.h -include/evince/2.30/libdocument/ev-file-exporter.h -include/evince/2.30/libdocument/ev-file-helpers.h -include/evince/2.30/libdocument/ev-form-field.h -include/evince/2.30/libdocument/ev-image.h -include/evince/2.30/libdocument/ev-init.h -include/evince/2.30/libdocument/ev-layer.h -include/evince/2.30/libdocument/ev-link-action.h -include/evince/2.30/libdocument/ev-link-dest.h -include/evince/2.30/libdocument/ev-link.h -include/evince/2.30/libdocument/ev-mapping.h -include/evince/2.30/libdocument/ev-page.h -include/evince/2.30/libdocument/ev-render-context.h -include/evince/2.30/libdocument/ev-selection.h -include/evince/2.30/libdocument/ev-transition-effect.h -include/evince/2.30/libdocument/ev-version.h -include/evince/2.30/libview/ev-document-model.h -include/evince/2.30/libview/ev-job-scheduler.h -include/evince/2.30/libview/ev-jobs.h -include/evince/2.30/libview/ev-print-operation.h -include/evince/2.30/libview/ev-stock-icons.h -include/evince/2.30/libview/ev-view-presentation.h -include/evince/2.30/libview/ev-view-type-builtins.h -include/evince/2.30/libview/ev-view.h -%%COMICS%%lib/evince/2/backends/comicsdocument.evince-backend -%%DJVU%%lib/evince/2/backends/djvudocument.evince-backend -%%DVI%%lib/evince/2/backends/dvidocument.evince-backend -%%IMPRESS%%lib/evince/2/backends/impressdocument.evince-backend -%%COMICS%%lib/evince/2/backends/libcomicsdocument.a -%%COMICS%%lib/evince/2/backends/libcomicsdocument.la -%%COMICS%%lib/evince/2/backends/libcomicsdocument.so -%%DJVU%%lib/evince/2/backends/libdjvudocument.a -%%DJVU%%lib/evince/2/backends/libdjvudocument.la -%%DJVU%%lib/evince/2/backends/libdjvudocument.so -%%DVI%%lib/evince/2/backends/libdvidocument.a -%%DVI%%lib/evince/2/backends/libdvidocument.la -%%DVI%%lib/evince/2/backends/libdvidocument.so -%%IMPRESS%%lib/evince/2/backends/libimpressdocument.a -%%IMPRESS%%lib/evince/2/backends/libimpressdocument.la -%%IMPRESS%%lib/evince/2/backends/libimpressdocument.so -lib/evince/2/backends/libpdfdocument.a -lib/evince/2/backends/libpdfdocument.la -lib/evince/2/backends/libpdfdocument.so -lib/evince/2/backends/libpsdocument.a -lib/evince/2/backends/libpsdocument.la -lib/evince/2/backends/libpsdocument.so -lib/evince/2/backends/libtiffdocument.a -lib/evince/2/backends/libtiffdocument.la -lib/evince/2/backends/libtiffdocument.so -lib/evince/2/backends/pdfdocument.evince-backend -lib/evince/2/backends/psdocument.evince-backend -lib/evince/2/backends/tiffdocument.evince-backend -lib/libevdocument.a -lib/libevdocument.la -lib/libevdocument.so -lib/libevdocument.so.2 -lib/libevview.a -lib/libevview.la -lib/libevview.so -lib/libevview.so.2 -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.so -libdata/pkgconfig/evince-document-2.30.pc -libdata/pkgconfig/evince-view-2.30.pc -libexec/evince-convert-metadata -libexec/evinced -share/applications/evince.desktop -share/dbus-1/services/org.gnome.evince.Daemon.service -%%DOCSDIR%%/EggFindBar.html -%%DOCSDIR%%/EvFileMonitor.html -%%DOCSDIR%%/EvHistory.html -%%DOCSDIR%%/EvMessageArea.html -%%DOCSDIR%%/EvNavigationAction.html -%%DOCSDIR%%/EvNavigationActionWidget.html -%%DOCSDIR%%/EvOpenRecentAction.html -%%DOCSDIR%%/EvPageAction.html -%%DOCSDIR%%/EvPageActionWidget.html -%%DOCSDIR%%/EvPasswordView.html -%%DOCSDIR%%/EvProgressMessageArea.html -%%DOCSDIR%%/EvSidebar.html -%%DOCSDIR%%/EvSidebarAttachments.html -%%DOCSDIR%%/EvSidebarLayers.html -%%DOCSDIR%%/EvSidebarLinks.html -%%DOCSDIR%%/EvSidebarPage.html -%%DOCSDIR%%/EvSidebarThumbnails.html -%%DOCSDIR%%/EvWindow.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/evince-ev-application.html -%%DOCSDIR%%/evince-ev-keyring.html -%%DOCSDIR%%/evince-ev-media-player-keys.html -%%DOCSDIR%%/evince-ev-metadata.html -%%DOCSDIR%%/evince-ev-properties-dialog.html -%%DOCSDIR%%/evince-ev-properties-fonts.html -%%DOCSDIR%%/evince-ev-properties-license.html -%%DOCSDIR%%/evince-ev-utils.html -%%DOCSDIR%%/evince-ev-window-title.html -%%DOCSDIR%%/evince-frontend.html -%%DOCSDIR%%/evince.devhelp -%%DOCSDIR%%/evince.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/licence.html -%%DOCSDIR%%/object-tree.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/doc/libevdocument/EvAnnotation.html -share/doc/libevdocument/EvAsyncRenderer.html -share/doc/libevdocument/EvAttachment.html -share/doc/libevdocument/EvDocument.html -share/doc/libevdocument/EvDocumentAnnotations.html -share/doc/libevdocument/EvDocumentAttachments.html -share/doc/libevdocument/EvDocumentFind.html -share/doc/libevdocument/EvDocumentFonts.html -share/doc/libevdocument/EvDocumentForms.html -share/doc/libevdocument/EvDocumentImages.html -share/doc/libevdocument/EvDocumentLayers.html -share/doc/libevdocument/EvDocumentLinks.html -share/doc/libevdocument/EvDocumentPrint.html -share/doc/libevdocument/EvDocumentSecurity.html -share/doc/libevdocument/EvDocumentThumbnails.html -share/doc/libevdocument/EvDocumentTransition.html -share/doc/libevdocument/EvFileExporter.html -share/doc/libevdocument/EvFormField.html -share/doc/libevdocument/EvImage.html -share/doc/libevdocument/EvLayer.html -share/doc/libevdocument/EvPage.html -share/doc/libevdocument/EvRenderContext.html -share/doc/libevdocument/EvSelection.html -share/doc/libevdocument/api-index-full.html -share/doc/libevdocument/document-data.html -share/doc/libevdocument/document-helpers.html -share/doc/libevdocument/document-interfaces.html -share/doc/libevdocument/home.png -share/doc/libevdocument/index.html -share/doc/libevdocument/index.sgml -share/doc/libevdocument/left.png -share/doc/libevdocument/libevdocument-EvDocumentInfo.html -share/doc/libevdocument/libevdocument-EvDocumentMisc.html -share/doc/libevdocument/libevdocument-Version-checks.html -share/doc/libevdocument/libevdocument-ev-backends-manager.html -share/doc/libevdocument/libevdocument-ev-document-factory.html -share/doc/libevdocument/libevdocument-ev-file-helpers.html -share/doc/libevdocument/libevdocument-ev-init.html -share/doc/libevdocument/libevdocument-ev-link-action.html -share/doc/libevdocument/libevdocument-ev-link-dest.html -share/doc/libevdocument/libevdocument-ev-link.html -share/doc/libevdocument/libevdocument-ev-mapping.html -share/doc/libevdocument/libevdocument-ev-transition-effect.html -share/doc/libevdocument/libevdocument.devhelp -share/doc/libevdocument/libevdocument.devhelp2 -share/doc/libevdocument/licence.html -share/doc/libevdocument/object-tree.html -share/doc/libevdocument/right.png -share/doc/libevdocument/style.css -share/doc/libevdocument/up.png -share/doc/libevview/EvJob.html -share/doc/libevview/api-index-full.html -share/doc/libevview/home.png -share/doc/libevview/index.html -share/doc/libevview/index.sgml -share/doc/libevview/left.png -share/doc/libevview/libevview-ev-annotation-window.html -share/doc/libevview/libevview-ev-document-model.html -share/doc/libevview/libevview-ev-job-scheduler.html -share/doc/libevview/libevview-ev-page-cache.html -share/doc/libevview/libevview-ev-print-operation.html -share/doc/libevview/libevview-ev-stock-icons.html -share/doc/libevview/libevview-ev-view-cursor.html -share/doc/libevview/libevview-ev-view-presentation.html -share/doc/libevview/libevview-ev-view-type-builtins.html -share/doc/libevview/libevview-ev-view.html -share/doc/libevview/libevview.devhelp -share/doc/libevview/libevview.devhelp2 -share/doc/libevview/licence.html -share/doc/libevview/object-tree.html -share/doc/libevview/right.png -share/doc/libevview/style.css -share/doc/libevview/up.png -share/doc/libevview/view-view.html -%%DATADIR%%/evince-previewer-ui.xml -%%DATADIR%%/evince-toolbar.xml -%%DATADIR%%/evince-ui.xml -%%DATADIR%%/hand-open.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png -%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/22x22/actions/eye.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png -%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png -%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/48x48/actions/close.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg -%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg -share/gnome/help/evince/C/evince.xml -share/gnome/help/evince/C/figures/evince_start_window.png -share/gnome/help/evince/C/legal.xml -share/gnome/help/evince/bg/evince.xml -share/gnome/help/evince/bg/figures/evince_start_window.png -share/gnome/help/evince/ca/evince.xml -share/gnome/help/evince/ca/figures/evince_start_window.png -share/gnome/help/evince/cs/evince.xml -share/gnome/help/evince/cs/figures/evince_start_window.png -share/gnome/help/evince/de/evince.xml -share/gnome/help/evince/de/figures/evince_start_window.png -share/gnome/help/evince/el/evince.xml -share/gnome/help/evince/el/figures/evince_start_window.png -share/gnome/help/evince/en_GB/evince.xml -share/gnome/help/evince/en_GB/figures/evince_start_window.png -share/gnome/help/evince/es/evince.xml -share/gnome/help/evince/es/figures/evince_start_window.png -share/gnome/help/evince/eu/evince.xml -share/gnome/help/evince/eu/figures/evince_start_window.png -share/gnome/help/evince/fi/evince.xml -share/gnome/help/evince/fi/figures/evince_start_window.png -share/gnome/help/evince/fr/evince.xml -share/gnome/help/evince/fr/figures/evince_start_window.png -share/gnome/help/evince/it/evince.xml -share/gnome/help/evince/it/figures/evince_start_window.png -share/gnome/help/evince/ja/evince.xml -share/gnome/help/evince/ja/figures/evince_start_window.png -share/gnome/help/evince/nl/evince.xml -share/gnome/help/evince/nl/figures/evince_start_window.png -share/gnome/help/evince/oc/evince.xml -share/gnome/help/evince/oc/figures/evince_start_window.png -share/gnome/help/evince/pt_BR/evince.xml -share/gnome/help/evince/pt_BR/figures/evince_start_window.png -share/gnome/help/evince/ru/evince.xml -share/gnome/help/evince/ru/figures/evince_start_window.png -share/gnome/help/evince/sr/evince.xml -share/gnome/help/evince/sr/figures/evince_start_window.png -share/gnome/help/evince/sv/evince.xml -share/gnome/help/evince/sv/figures/evince_start_window.png -share/gnome/help/evince/uk/evince.xml -share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/help/evince/vi/evince.xml -share/gnome/help/evince/vi/figures/evince_start_window.png -share/gnome/help/evince/zh_CN/evince.xml -share/gnome/help/evince/zh_CN/figures/evince_start_window.png -share/icons/hicolor/16x16/apps/evince.png -share/icons/hicolor/22x22/apps/evince.png -share/icons/hicolor/24x24/apps/evince.png -share/icons/hicolor/48x48/apps/evince.png -share/icons/hicolor/scalable/apps/evince.svg -share/locale/af/LC_MESSAGES/evince.mo -share/locale/ar/LC_MESSAGES/evince.mo -share/locale/as/LC_MESSAGES/evince.mo -share/locale/ast/LC_MESSAGES/evince.mo -share/locale/be/LC_MESSAGES/evince.mo -share/locale/be@latin/LC_MESSAGES/evince.mo -share/locale/bg/LC_MESSAGES/evince.mo -share/locale/bn/LC_MESSAGES/evince.mo -share/locale/bn_IN/LC_MESSAGES/evince.mo -share/locale/br/LC_MESSAGES/evince.mo -share/locale/ca/LC_MESSAGES/evince.mo -share/locale/ca@valencia/LC_MESSAGES/evince.mo -share/locale/cs/LC_MESSAGES/evince.mo -share/locale/cy/LC_MESSAGES/evince.mo -share/locale/da/LC_MESSAGES/evince.mo -share/locale/de/LC_MESSAGES/evince.mo -share/locale/dz/LC_MESSAGES/evince.mo -share/locale/el/LC_MESSAGES/evince.mo -share/locale/en@shaw/LC_MESSAGES/evince.mo -share/locale/en_CA/LC_MESSAGES/evince.mo -share/locale/en_GB/LC_MESSAGES/evince.mo -share/locale/es/LC_MESSAGES/evince.mo -share/locale/et/LC_MESSAGES/evince.mo -share/locale/eu/LC_MESSAGES/evince.mo -share/locale/fa/LC_MESSAGES/evince.mo -share/locale/fi/LC_MESSAGES/evince.mo -share/locale/fr/LC_MESSAGES/evince.mo -share/locale/ga/LC_MESSAGES/evince.mo -share/locale/gl/LC_MESSAGES/evince.mo -share/locale/gu/LC_MESSAGES/evince.mo -share/locale/he/LC_MESSAGES/evince.mo -share/locale/hi/LC_MESSAGES/evince.mo -share/locale/hu/LC_MESSAGES/evince.mo -share/locale/id/LC_MESSAGES/evince.mo -share/locale/it/LC_MESSAGES/evince.mo -share/locale/ja/LC_MESSAGES/evince.mo -share/locale/ka/LC_MESSAGES/evince.mo -share/locale/kn/LC_MESSAGES/evince.mo -share/locale/ko/LC_MESSAGES/evince.mo -share/locale/ks/LC_MESSAGES/evince.mo -share/locale/ku/LC_MESSAGES/evince.mo -share/locale/lt/LC_MESSAGES/evince.mo -share/locale/lv/LC_MESSAGES/evince.mo -share/locale/mai/LC_MESSAGES/evince.mo -share/locale/mg/LC_MESSAGES/evince.mo -share/locale/mk/LC_MESSAGES/evince.mo -share/locale/ml/LC_MESSAGES/evince.mo -share/locale/mn/LC_MESSAGES/evince.mo -share/locale/mr/LC_MESSAGES/evince.mo -share/locale/ms/LC_MESSAGES/evince.mo -share/locale/nb/LC_MESSAGES/evince.mo -share/locale/nds/LC_MESSAGES/evince.mo -share/locale/ne/LC_MESSAGES/evince.mo -share/locale/nl/LC_MESSAGES/evince.mo -share/locale/nn/LC_MESSAGES/evince.mo -share/locale/oc/LC_MESSAGES/evince.mo -share/locale/or/LC_MESSAGES/evince.mo -share/locale/pa/LC_MESSAGES/evince.mo -share/locale/pl/LC_MESSAGES/evince.mo -share/locale/ps/LC_MESSAGES/evince.mo -share/locale/pt/LC_MESSAGES/evince.mo -share/locale/pt_BR/LC_MESSAGES/evince.mo -share/locale/ro/LC_MESSAGES/evince.mo -share/locale/ru/LC_MESSAGES/evince.mo -share/locale/rw/LC_MESSAGES/evince.mo -share/locale/si/LC_MESSAGES/evince.mo -share/locale/sk/LC_MESSAGES/evince.mo -share/locale/sl/LC_MESSAGES/evince.mo -share/locale/sq/LC_MESSAGES/evince.mo -share/locale/sr/LC_MESSAGES/evince.mo -share/locale/sr@latin/LC_MESSAGES/evince.mo -share/locale/sv/LC_MESSAGES/evince.mo -share/locale/ta/LC_MESSAGES/evince.mo -share/locale/te/LC_MESSAGES/evince.mo -share/locale/th/LC_MESSAGES/evince.mo -share/locale/tr/LC_MESSAGES/evince.mo -share/locale/uk/LC_MESSAGES/evince.mo -share/locale/vi/LC_MESSAGES/evince.mo -share/locale/wa/LC_MESSAGES/evince.mo -share/locale/zh_CN/LC_MESSAGES/evince.mo -share/locale/zh_HK/LC_MESSAGES/evince.mo -share/locale/zh_TW/LC_MESSAGES/evince.mo -share/omf/evince/evince-C.omf -share/omf/evince/evince-bg.omf -share/omf/evince/evince-ca.omf -share/omf/evince/evince-cs.omf -share/omf/evince/evince-de.omf -share/omf/evince/evince-el.omf -share/omf/evince/evince-en_GB.omf -share/omf/evince/evince-es.omf -share/omf/evince/evince-eu.omf -share/omf/evince/evince-fi.omf -share/omf/evince/evince-fr.omf -share/omf/evince/evince-it.omf -share/omf/evince/evince-ja.omf -share/omf/evince/evince-nl.omf -share/omf/evince/evince-oc.omf -share/omf/evince/evince-pt_BR.omf -share/omf/evince/evince-ru.omf -share/omf/evince/evince-sr.omf -share/omf/evince/evince-sv.omf -share/omf/evince/evince-uk.omf -share/omf/evince/evince-vi.omf -share/omf/evince/evince-zh_CN.omf -@dirrm share/omf/evince -@dirrm share/gnome/help/evince/zh_CN/figures -@dirrm share/gnome/help/evince/zh_CN -@dirrm share/gnome/help/evince/vi/figures -@dirrm share/gnome/help/evince/vi -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@dirrm share/gnome/help/evince/sv/figures -@dirrm share/gnome/help/evince/sv -@dirrm share/gnome/help/evince/sr/figures -@dirrm share/gnome/help/evince/sr -@dirrm share/gnome/help/evince/ru/figures -@dirrm share/gnome/help/evince/ru -@dirrm share/gnome/help/evince/pt_BR/figures -@dirrm share/gnome/help/evince/pt_BR -@dirrm share/gnome/help/evince/oc/figures -@dirrm share/gnome/help/evince/oc -@dirrm share/gnome/help/evince/nl/figures -@dirrm share/gnome/help/evince/nl -@dirrm share/gnome/help/evince/ja/figures -@dirrm share/gnome/help/evince/ja -@dirrm share/gnome/help/evince/it/figures -@dirrm share/gnome/help/evince/it -@dirrm share/gnome/help/evince/fr/figures -@dirrm share/gnome/help/evince/fr -@dirrm share/gnome/help/evince/fi/figures -@dirrm share/gnome/help/evince/fi -@dirrm share/gnome/help/evince/eu/figures -@dirrm share/gnome/help/evince/eu -@dirrm share/gnome/help/evince/es/figures -@dirrm share/gnome/help/evince/es -@dirrm share/gnome/help/evince/en_GB/figures -@dirrm share/gnome/help/evince/en_GB -@dirrm share/gnome/help/evince/el/figures -@dirrm share/gnome/help/evince/el -@dirrm share/gnome/help/evince/de/figures -@dirrm share/gnome/help/evince/de -@dirrm share/gnome/help/evince/cs/figures -@dirrm share/gnome/help/evince/cs -@dirrm share/gnome/help/evince/ca/figures -@dirrm share/gnome/help/evince/ca -@dirrm share/gnome/help/evince/bg/figures -@dirrm share/gnome/help/evince/bg -@dirrm share/gnome/help/evince/C/figures -@dirrm share/gnome/help/evince/C -@dirrm share/gnome/help/evince -@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/doc/libevview -@dirrm share/doc/libevdocument -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/evince/2/backends -@dirrm lib/evince/2 -@dirrm lib/evince -@dirrm include/evince/2.30/libview -@dirrm include/evince/2.30/libdocument -@dirrm include/evince/2.30 -@dirrm include/evince -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile deleted file mode 100644 index 3c5ea5c53..000000000 --- a/graphics/libart_lgpl/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libart_lgpl2 -# Date created: 8 July 2001 -# Whom: Hye-Shik Chang <perky@python.or.kr> -# -# $FreeBSD$ -# - -PORTNAME= libart_lgpl -PORTVERSION= 2.3.21 -PORTEPOCH= 1 -CATEGORIES= graphics -MASTER_SITES= GNOME -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for high-performance 2D graphics - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack gnometarget pkgconfig -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes - -CONFLICTS= libart-[0-9]* - -.include <bsd.port.mk> diff --git a/graphics/libart_lgpl/distinfo b/graphics/libart_lgpl/distinfo deleted file mode 100644 index 4d72346a4..000000000 --- a/graphics/libart_lgpl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libart_lgpl-2.3.21.tar.bz2) = 08559ff3c67fd95d57b0c5e91a6b4302 -SHA256 (gnome2/libart_lgpl-2.3.21.tar.bz2) = fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa -SIZE (gnome2/libart_lgpl-2.3.21.tar.bz2) = 329102 diff --git a/graphics/libart_lgpl/pkg-descr b/graphics/libart_lgpl/pkg-descr deleted file mode 100644 index 8d677494f..000000000 --- a/graphics/libart_lgpl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Libart is a library of functions for 2D graphics supporting -a superset of the PostScript imaging model, designed to be -integrated with graphics, artwork, and illustration programs. -It is written in optimized C, and is fully compatible with -C++. With a small footprint of 10,000 lines of code, it is -especially suitable for embedded applications. - -WWW: http://www.levien.com/libart/ diff --git a/graphics/libart_lgpl/pkg-plist b/graphics/libart_lgpl/pkg-plist deleted file mode 100644 index 431c48163..000000000 --- a/graphics/libart_lgpl/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/libart2-config -include/libart-2.0/libart_lgpl/art_affine.h -include/libart-2.0/libart_lgpl/art_alphagamma.h -include/libart-2.0/libart_lgpl/art_bpath.h -include/libart-2.0/libart_lgpl/art_config.h -include/libart-2.0/libart_lgpl/art_filterlevel.h -include/libart-2.0/libart_lgpl/art_gray_svp.h -include/libart-2.0/libart_lgpl/art_misc.h -include/libart-2.0/libart_lgpl/art_pathcode.h -include/libart-2.0/libart_lgpl/art_pixbuf.h -include/libart-2.0/libart_lgpl/art_point.h -include/libart-2.0/libart_lgpl/art_rect.h -include/libart-2.0/libart_lgpl/art_rect_svp.h -include/libart-2.0/libart_lgpl/art_rect_uta.h -include/libart-2.0/libart_lgpl/art_render.h -include/libart-2.0/libart_lgpl/art_render_gradient.h -include/libart-2.0/libart_lgpl/art_render_mask.h -include/libart-2.0/libart_lgpl/art_render_svp.h -include/libart-2.0/libart_lgpl/art_rgb.h -include/libart-2.0/libart_lgpl/art_rgb_a_affine.h -include/libart-2.0/libart_lgpl/art_rgb_affine.h -include/libart-2.0/libart_lgpl/art_rgb_bitmap_affine.h -include/libart-2.0/libart_lgpl/art_rgb_pixbuf_affine.h -include/libart-2.0/libart_lgpl/art_rgb_rgba_affine.h -include/libart-2.0/libart_lgpl/art_rgb_svp.h -include/libart-2.0/libart_lgpl/art_rgba.h -include/libart-2.0/libart_lgpl/art_svp.h -include/libart-2.0/libart_lgpl/art_svp_intersect.h -include/libart-2.0/libart_lgpl/art_svp_ops.h -include/libart-2.0/libart_lgpl/art_svp_point.h -include/libart-2.0/libart_lgpl/art_svp_render_aa.h -include/libart-2.0/libart_lgpl/art_svp_vpath.h -include/libart-2.0/libart_lgpl/art_svp_vpath_stroke.h -include/libart-2.0/libart_lgpl/art_svp_wind.h -include/libart-2.0/libart_lgpl/art_uta.h -include/libart-2.0/libart_lgpl/art_uta_ops.h -include/libart-2.0/libart_lgpl/art_uta_rect.h -include/libart-2.0/libart_lgpl/art_uta_svp.h -include/libart-2.0/libart_lgpl/art_uta_vpath.h -include/libart-2.0/libart_lgpl/art_vpath.h -include/libart-2.0/libart_lgpl/art_vpath_bpath.h -include/libart-2.0/libart_lgpl/art_vpath_dash.h -include/libart-2.0/libart_lgpl/art_vpath_svp.h -include/libart-2.0/libart_lgpl/libart-features.h -include/libart-2.0/libart_lgpl/libart.h -lib/libart_lgpl_2.a -lib/libart_lgpl_2.la -lib/libart_lgpl_2.so -lib/libart_lgpl_2.so.5 -libdata/pkgconfig/libart-2.0.pc -@dirrm include/libart-2.0/libart_lgpl -@dirrm include/libart-2.0 diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile deleted file mode 100644 index d88af9eab..000000000 --- a/graphics/libchamplain/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: libchamplain -# Date Created: 04 Aug 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/libchamplain/Makefile,v 1.16 2010/02/15 10:51:34 kwm Exp $ -# - -PORTNAME= libchamplain -PORTVERSION= 0.4.5 -CATEGORIES= graphics -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -# clutter-sharp need to get released. -CONFIGURE_ARGS+=--enable-managed=no - -PLIST_SUB= VERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= yes -PYCLUTTER_GTK= ${LOCALBASE}/libdata/pkgconfig/pyclutter-gtk-0.10.pc -BUILD_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk -RUN_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk -CONFIGURE_ARGS+= --enable-python=yes -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+= --enable-python=no -PLIST_SUB+= PYTHON="@comment " -.endif - -.pre-everything: - @${ECHO_CMD} "" - @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings" - @${ECHO_CMD} "" - -post-patch: - @${REINPLACE_CMD} -e 's|pyclutter-gtk-0.9|pyclutter-gtk-0.10|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/libchamplain/distinfo b/graphics/libchamplain/distinfo deleted file mode 100644 index e14508f8a..000000000 --- a/graphics/libchamplain/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libchamplain-0.4.5.tar.bz2) = e9bdecaadb9196694a299951389ec935 -SHA256 (libchamplain-0.4.5.tar.bz2) = bb7923ac76e63d9fb2e096c323d6b1502cd523f402d22e369ee9e4e31e6ab10d -SIZE (libchamplain-0.4.5.tar.bz2) = 540497 diff --git a/graphics/libchamplain/pkg-descr b/graphics/libchamplain/pkg-descr deleted file mode 100644 index c93152a7d..000000000 --- a/graphics/libchamplain/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Libchamplain is a C library providing a ClutterActor to display maps. It also -provides a Gtk+ widget to display maps in Gtk+ applications. Mono, Python and -Perl bindings are available. - -It supports numerous free map sources such as OpenStreetMap [1], -OpenAerialMap [2] and Maps for free [3]. -[1] http://www.openstreetmap.org/ [2] http://www.openaerialmap.org/ -[3] http://www.maps-for-free.com/ - -WWW: http://projects.gnome.org/libchamplain/ diff --git a/graphics/libchamplain/pkg-plist b/graphics/libchamplain/pkg-plist deleted file mode 100644 index 1ecbf217c..000000000 --- a/graphics/libchamplain/pkg-plist +++ /dev/null @@ -1,93 +0,0 @@ -include/libchamplain-%%VERSION%%/champlain/champlain-base-marker.h -include/libchamplain-%%VERSION%%/champlain/champlain-cache.h -include/libchamplain-%%VERSION%%/champlain/champlain-defines.h -include/libchamplain-%%VERSION%%/champlain/champlain-enum-types.h -include/libchamplain-%%VERSION%%/champlain/champlain-layer.h -include/libchamplain-%%VERSION%%/champlain/champlain-map-source-desc.h -include/libchamplain-%%VERSION%%/champlain/champlain-map-source-factory.h -include/libchamplain-%%VERSION%%/champlain/champlain-map-source.h -include/libchamplain-%%VERSION%%/champlain/champlain-marker.h -include/libchamplain-%%VERSION%%/champlain/champlain-network-map-source.h -include/libchamplain-%%VERSION%%/champlain/champlain-point.h -include/libchamplain-%%VERSION%%/champlain/champlain-polygon.h -include/libchamplain-%%VERSION%%/champlain/champlain-selection-layer.h -include/libchamplain-%%VERSION%%/champlain/champlain-tile.h -include/libchamplain-%%VERSION%%/champlain/champlain-version.h -include/libchamplain-%%VERSION%%/champlain/champlain-view.h -include/libchamplain-%%VERSION%%/champlain/champlain-zoom-level.h -include/libchamplain-%%VERSION%%/champlain/champlain.h -include/libchamplain-gtk-%%VERSION%%/champlain-gtk/champlain-gtk.h -include/libchamplain-gtk-%%VERSION%%/champlain-gtk/gtk-champlain-embed.h -lib/girepository-1.0/Champlain-%%VERSION%%.typelib -lib/girepository-1.0/GtkChamplain-%%VERSION%%.typelib -lib/libchamplain-%%VERSION%%.a -lib/libchamplain-%%VERSION%%.la -lib/libchamplain-%%VERSION%%.so -lib/libchamplain-%%VERSION%%.so.1 -lib/libchamplain-gtk-%%VERSION%%.a -lib/libchamplain-gtk-%%VERSION%%.la -lib/libchamplain-gtk-%%VERSION%%.so -lib/libchamplain-gtk-%%VERSION%%.so.1 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.so -libdata/pkgconfig/champlain-%%VERSION%%.pc -libdata/pkgconfig/champlain-gtk-%%VERSION%%.pc -share/gir-1.0/Champlain-%%VERSION%%.gir -share/gir-1.0/GtkChamplain-%%VERSION%%.gir -share/gtk-doc/html/libchamplain-gtk/GtkChamplainEmbed.html -share/gtk-doc/html/libchamplain-gtk/ch01.html -share/gtk-doc/html/libchamplain-gtk/home.png -share/gtk-doc/html/libchamplain-gtk/index.html -share/gtk-doc/html/libchamplain-gtk/index.sgml -share/gtk-doc/html/libchamplain-gtk/left.png -share/gtk-doc/html/libchamplain-gtk/libchamplain-gtk.devhelp -share/gtk-doc/html/libchamplain-gtk/libchamplain-gtk.devhelp2 -share/gtk-doc/html/libchamplain-gtk/right.png -share/gtk-doc/html/libchamplain-gtk/style.css -share/gtk-doc/html/libchamplain-gtk/up.png -share/gtk-doc/html/libchamplain/ChamplainBaseMarker.html -share/gtk-doc/html/libchamplain/ChamplainCache.html -share/gtk-doc/html/libchamplain/ChamplainLayer.html -share/gtk-doc/html/libchamplain/ChamplainMapSource.html -share/gtk-doc/html/libchamplain/ChamplainMapSourceFactory.html -share/gtk-doc/html/libchamplain/ChamplainMarker.html -share/gtk-doc/html/libchamplain/ChamplainNetworkMapSource.html -share/gtk-doc/html/libchamplain/ChamplainPolygon.html -share/gtk-doc/html/libchamplain/ChamplainSelectionLayer.html -share/gtk-doc/html/libchamplain/ChamplainTile.html -share/gtk-doc/html/libchamplain/ChamplainView.html -share/gtk-doc/html/libchamplain/ch01.html -share/gtk-doc/html/libchamplain/ch02.html -share/gtk-doc/html/libchamplain/ch03.html -share/gtk-doc/html/libchamplain/home.png -share/gtk-doc/html/libchamplain/index.html -share/gtk-doc/html/libchamplain/index.sgml -share/gtk-doc/html/libchamplain/ix01.html -share/gtk-doc/html/libchamplain/ix02.html -share/gtk-doc/html/libchamplain/ix03.html -share/gtk-doc/html/libchamplain/ix04.html -share/gtk-doc/html/libchamplain/ix05.html -share/gtk-doc/html/libchamplain/ix06.html -share/gtk-doc/html/libchamplain/ix07.html -share/gtk-doc/html/libchamplain/ix08.html -share/gtk-doc/html/libchamplain/left.png -share/gtk-doc/html/libchamplain/libchamplain-Champlain.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainPoint.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainVersion.html -share/gtk-doc/html/libchamplain/libchamplain.devhelp -share/gtk-doc/html/libchamplain/libchamplain.devhelp2 -share/gtk-doc/html/libchamplain/right.png -share/gtk-doc/html/libchamplain/style.css -share/gtk-doc/html/libchamplain/up.png -@dirrm share/gtk-doc/html/libchamplain -@dirrm share/gtk-doc/html/libchamplain-gtk -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libchamplain-gtk-%%VERSION%%/champlain-gtk -@dirrm include/libchamplain-gtk-%%VERSION%% -@dirrm include/libchamplain-%%VERSION%%/champlain -@dirrm include/libchamplain-%%VERSION%% diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile deleted file mode 100644 index 12f705c2f..000000000 --- a/graphics/libgnomecanvas/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomecanvas -# Date created: 18 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomecanvas -PORTVERSION= 2.30.1 -PORTREVISION?= 0 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphics library for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --enable-glade \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo deleted file mode 100644 index aecc39580..000000000 --- a/graphics/libgnomecanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomecanvas-2.30.1.tar.bz2) = 362ab7b81024b3c3b4a712e7df01b169 -SHA256 (gnome2/libgnomecanvas-2.30.1.tar.bz2) = 291a436cba73550fc1cc93a2bc99353daa18c0a9fec4cfcff47d9ec38d643166 -SIZE (gnome2/libgnomecanvas-2.30.1.tar.bz2) = 583190 diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c deleted file mode 100644 index 75c1fd41d..000000000 --- a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005 -+++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005 -@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha - { - GnomeCanvasShapePrivGdk * gdk; - -- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); -+ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/ - - gdk = shape->priv->gdk; - diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr deleted file mode 100644 index a3d2ae327..000000000 --- a/graphics/libgnomecanvas/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The GNOMECanvas library allows images to be used directly within -GUIs. diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist deleted file mode 100644 index 4c5bb228a..000000000 --- a/graphics/libgnomecanvas/pkg-plist +++ /dev/null @@ -1,155 +0,0 @@ -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h -include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h -lib/libglade/2.0/libcanvas.a -lib/libglade/2.0/libcanvas.la -lib/libglade/2.0/libcanvas.so -lib/libgnomecanvas-2.a -lib/libgnomecanvas-2.la -lib/libgnomecanvas-2.so -lib/libgnomecanvas-2.so.0 -libdata/pkgconfig/libgnomecanvas-2.0.pc -share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/as/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ast/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/br/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/crh/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/dz/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ka/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mai/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mg/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/oc/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/or/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/te/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/th/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo -@dirrm include/libgnomecanvas-2.0/libgnomecanvas -@dirrm include/libgnomecanvas-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile deleted file mode 100644 index adda24f8e..000000000 --- a/graphics/librsvg2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: librsvg2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.130 2010/03/30 12:37:03 kwm Exp $ -# - -PORTNAME= librsvg2 -PORTVERSION= 2.26.3 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= librsvg-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for parsing and rendering SVG vector-graphic files - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-svgz \ - --with-croco \ - --enable-gtk-theme - -CROCO_VERSION= 0.6 - -MAN1= rsvg.1 - -.include <bsd.port.mk> diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo deleted file mode 100644 index b81219c6e..000000000 --- a/graphics/librsvg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/librsvg-2.26.3.tar.bz2) = 8df68c2c02cdf2a96a92b43bf737bf9c -SHA256 (gnome2/librsvg-2.26.3.tar.bz2) = c0005f9471b4bd3ba4873d165d8e481ee6b1d124dda4efc6bdc24b7da024b7e5 -SIZE (gnome2/librsvg-2.26.3.tar.bz2) = 511876 diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr deleted file mode 100644 index 9e39343a5..000000000 --- a/graphics/librsvg2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The librsvg library is a lightweight library for parsing and rendering -vector-graphic files in SVG format (like the ones made by sodipodi). It also -includes functions that render anti-aliased fonts using freetype, including -caching of glyphs. It is used by Nautilus for drawing vector icons and -anti-aliased text. - -WWW: http://librsvg.sourceforge.net/ diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist deleted file mode 100644 index 52425f347..000000000 --- a/graphics/librsvg2/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/rsvg -bin/rsvg-convert -bin/rsvg-view -include/librsvg-2/librsvg/librsvg-enum-types.h -include/librsvg-2/librsvg/librsvg-features.h -include/librsvg-2/librsvg/rsvg-cairo.h -include/librsvg-2/librsvg/rsvg.h -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.a -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.la -lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.so -lib/librsvg-2.a -lib/librsvg-2.la -lib/librsvg-2.so -lib/librsvg-2.so.2 -libdata/pkgconfig/librsvg-2.0.pc -share/doc/rsvg/home.png -share/doc/rsvg/index.html -share/doc/rsvg/index.sgml -share/doc/rsvg/ix01.html -share/doc/rsvg/left.png -share/doc/rsvg/pt02.html -share/doc/rsvg/pt03.html -share/doc/rsvg/pt04.html -share/doc/rsvg/right.png -share/doc/rsvg/rsvg-Cairo.html -share/doc/rsvg/rsvg-Core-API.html -share/doc/rsvg/rsvg-GdkPixbuf.html -share/doc/rsvg/rsvg.devhelp -share/doc/rsvg/rsvg.devhelp2 -share/doc/rsvg/rsvg.html -share/doc/rsvg/style.css -share/doc/rsvg/up.png -share/pixmaps/svg-viewer.svg -@dirrm share/doc/rsvg -@dirrm include/librsvg-2/librsvg -@dirrm include/librsvg-2 -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile deleted file mode 100644 index 4160ef7f8..000000000 --- a/graphics/poppler-gtk/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: poppler-gtk -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -gtk - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= gtk -PLIST= ${.CURDIR}/pkg-plist - -pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} libpoppler-cairo.la - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-gtk/pkg-plist b/graphics/poppler-gtk/pkg-plist deleted file mode 100644 index 6bb080493..000000000 --- a/graphics/poppler-gtk/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -include/poppler/glib/poppler-action.h -include/poppler/glib/poppler-annot.h -include/poppler/glib/poppler-attachment.h -include/poppler/glib/poppler-date.h -include/poppler/glib/poppler-document.h -include/poppler/glib/poppler-enums.h -include/poppler/glib/poppler-features.h -include/poppler/glib/poppler-form-field.h -include/poppler/glib/poppler-layer.h -include/poppler/glib/poppler-page.h -include/poppler/glib/poppler.h -lib/libpoppler-glib.a -lib/libpoppler-glib.la -lib/libpoppler-glib.so -lib/libpoppler-glib.so.4 -libdata/pkgconfig/poppler-glib.pc -%%DOCSDIR%%/poppler/ch01.html -%%DOCSDIR%%/poppler/home.png -%%DOCSDIR%%/poppler/index.html -%%DOCSDIR%%/poppler/index.sgml -%%DOCSDIR%%/poppler/left.png -%%DOCSDIR%%/poppler/poppler-poppler-action.html -%%DOCSDIR%%/poppler/poppler-poppler-annot.html -%%DOCSDIR%%/poppler/poppler-poppler-attachment.html -%%DOCSDIR%%/poppler/poppler-poppler-document.html -%%DOCSDIR%%/poppler/poppler-poppler-enums.html -%%DOCSDIR%%/poppler/poppler-poppler-features.html -%%DOCSDIR%%/poppler/poppler-poppler-form-field.html -%%DOCSDIR%%/poppler/poppler-poppler-layer.html -%%DOCSDIR%%/poppler/poppler-poppler-page.html -%%DOCSDIR%%/poppler/poppler-poppler.html -%%DOCSDIR%%/poppler/poppler.devhelp -%%DOCSDIR%%/poppler/poppler.devhelp2 -%%DOCSDIR%%/poppler/right.png -%%DOCSDIR%%/poppler/style.css -%%DOCSDIR%%/poppler/up.png -@dirrmtry %%DOCSDIR%%/poppler -@dirrmtry %%DOCSDIR%% -@dirrm include/poppler/glib diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile deleted file mode 100644 index 6e8cc345b..000000000 --- a/graphics/poppler-qt/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-qt -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist deleted file mode 100644 index 77f6db2e2..000000000 --- a/graphics/poppler-qt/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/poppler/qt3/poppler-link-qt3.h -include/poppler/qt3/poppler-page-transition.h -include/poppler/qt3/poppler-qt.h -lib/libpoppler-qt.a -lib/libpoppler-qt.la -lib/libpoppler-qt.so -lib/libpoppler-qt.so.2 -libdata/pkgconfig/poppler-qt.pc -@dirrm include/poppler/qt3 diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile deleted file mode 100644 index 85185a145..000000000 --- a/graphics/poppler-qt4/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-qt4 -# Date created: June 26, 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt4 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt4 bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt4 -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt4/pkg-plist b/graphics/poppler-qt4/pkg-plist deleted file mode 100644 index d20d75d3e..000000000 --- a/graphics/poppler-qt4/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/poppler/qt4/poppler-annotation.h -include/poppler/qt4/poppler-export.h -include/poppler/qt4/poppler-form.h -include/poppler/qt4/poppler-link.h -include/poppler/qt4/poppler-optcontent.h -include/poppler/qt4/poppler-page-transition.h -include/poppler/qt4/poppler-page-transition-private.h -include/poppler/qt4/poppler-qt4.h -lib/libpoppler-qt4.a -lib/libpoppler-qt4.la -lib/libpoppler-qt4.so -lib/libpoppler-qt4.so.3 -libdata/pkgconfig/poppler-qt4.pc -@dirrm include/poppler/qt4 diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile deleted file mode 100644 index aa087e116..000000000 --- a/graphics/poppler/Makefile +++ /dev/null @@ -1,135 +0,0 @@ -# New ports collection makefile for: poppler -# Date created: 03 March 2005 -# Whom: marcus@FreeBSD.org -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= poppler -PORTVERSION= 0.12.4 -PORTREVISION?= 0 -CATEGORIES= graphics print -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A PDF rendering library - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - lcms.1:${PORTSDIR}/graphics/lcms -RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-zlib \ - --enable-xpdf-headers \ - --with-html-dir=${DOCSDIR} -CPPFLAGS=-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 ${PTHREAD_CFLAGS} -LDFLAGS=-L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" - -.if !defined(SLAVEPORT) -OPTIONS= CAIRO "Enable cairo output backend" on \ - OPENJPEG "Enable JPEG 2000 support" on -.endif - -.include <bsd.port.pre.mk> - -.if defined(SLAVEPORT) -LIB_DEPENDS+= poppler.5:${PORTSDIR}/graphics/poppler - -.if ${SLAVEPORT}=="gtk" -CONFIGURE_ARGS+=--enable-poppler-glib -USE_GNOME+= gtk20 -BUILD_WRKSRC= ${WRKSRC}/glib -INSTALL_WRKSRC= ${WRKSRC}/glib -.else -CONFIGURE_ARGS+=--disable-poppler-glib \ - --disable-gdk \ - --disable-gtk-test -.endif - -.if ${SLAVEPORT}=="qt" -CONFIGURE_ARGS+=--enable-poppler-qt -USE_QT_VER+= 3 -BUILD_WRKSRC= ${WRKSRC}/qt -INSTALL_WRKSRC= ${WRKSRC}/qt -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.else -CONFIGURE_ARGS+=--disable-poppler-qt -.endif - -.if ${SLAVEPORT}=="qt4" -CONFIGURE_ARGS+=--enable-poppler-qt4 -USE_QT_VER+= 4 -QT_COMPONENTS= gui corelib xml qtestlib moc_build -# It requires poppler/splash to be built unless you disable splash backend -# support to allow you use BUILD_WRKSRC here. It seems that splash backend -# can read more PDF files than without, tested with demos's poppler_qt4viewer. -#BUILD_WRKSRC= ${WRKSRC}/qt4 -INSTALL_WRKSRC= ${WRKSRC}/qt4 -.include "${PORTSDIR}/Mk/bsd.qt.mk" -.else -CONFIGURE_ARGS+=--disable-poppler-qt4 -.endif - -.if ${SLAVEPORT}=="utils" -CONFIGURE_ARGS+=--enable-utils -CONFLICTS= xpdf-[0-9]* -BUILD_WRKSRC= ${WRKSRC}/utils -INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ - pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 -.else -CONFIGURE_ARGS+=--disable-utils -.endif - -.else -CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \ - --disable-poppler-qt4 --disable-utils --disable-gdk \ - --disable-gtk-test - -.if defined(WITHOUT_CAIRO) -CONFIGURE_ARGS+=--disable-cairo-output -PLIST_SUB+= CAIRO="@comment " -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -PLIST_SUB+= CAIRO="" -.endif - -.if defined(WITHOUT_OPENJPEG) -CONFIGURE_ARGS+=--disable-libopenjpeg -.else -CONFIGURE_ARGS+=--enable-libopenjpeg -LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg -.endif -.endif - -post-patch: -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" - @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \ - s|/usr/local/qt/lib|${LOCALBASE}/lib|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$QTDIR|${QT_PREFIX}|' ${WRKSRC}/configure -.endif -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4" - @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ - ${WRKSRC}/configure -.endif - -post-install: -.if defined(SLAVEPORT) -.if ${SLAVEPORT}=="gtk" - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt4" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo deleted file mode 100644 index fe24669ee..000000000 --- a/graphics/poppler/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (poppler-0.12.4.tar.gz) = 4155346f9369b192569ce9184ff73e43 -SHA256 (poppler-0.12.4.tar.gz) = 2afa2a54bd4ccb09e92f82b64bcafa95d39a404a3b3db9d6a5fcad0e0229857a -SIZE (poppler-0.12.4.tar.gz) = 1674400 diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in deleted file mode 100644 index 94d7703cd..000000000 --- a/graphics/poppler/files/patch-glib_Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- glib/Makefile.in.orig 2008-03-24 09:03:54.000000000 -0400 -+++ glib/Makefile.in 2008-03-24 09:04:38.000000000 -0400 -@@ -66,7 +66,6 @@ - @BUILD_CAIRO_OUTPUT_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler-cairo.la \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_1) - libpoppler_glib_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) - am__objects_1 = poppler-enums.lo -@@ -80,7 +79,6 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.$(OBJEXT) - test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) - @BUILD_WITH_GDK_TRUE@test_poppler_glib_DEPENDENCIES = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ - @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ -@@ -295,7 +293,7 @@ - @BUILD_CAIRO_OUTPUT_TRUE@ $(top_builddir)/poppler/libpoppler-cairo.la \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(CAIRO_LIBS) - --SUBDIRS = . reference demo -+SUBDIRS = . reference - INCLUDES = \ - -DG_LOG_DOMAIN=\"Poppler\" \ - -I$(top_srcdir) \ -@@ -336,7 +334,7 @@ - poppler-private.h - - libpoppler_glib_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(POPPLER_GLIB_LIBS) \ - $(GDK_LIBS) \ - $(FREETYPE_LIBS) \ -@@ -348,7 +346,7 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.cc - - @BUILD_WITH_GDK_TRUE@test_poppler_glib_LDADD = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ -+@BUILD_WITH_GDK_TRUE@ -lpoppler \ - @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la \ - @BUILD_WITH_GDK_TRUE@ $(POPPLER_GLIB_LIBS) \ - @BUILD_WITH_GDK_TRUE@ $(GDK_LIBS) \ diff --git a/graphics/poppler/files/patch-poppler_Page.cc b/graphics/poppler/files/patch-poppler_Page.cc deleted file mode 100644 index 1d0f63298..000000000 --- a/graphics/poppler/files/patch-poppler_Page.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- poppler/Page.cc.orig 2008-07-09 17:53:56.000000000 +0200 -+++ poppler/Page.cc 2008-07-09 17:54:49.000000000 +0200 -@@ -230,7 +230,7 @@ - - Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) { - Object tmp; -- -+ pageWidgets = NULL; - ok = gTrue; - xref = xrefA; - num = numA; diff --git a/graphics/poppler/files/patch-qt4_Makefile.in b/graphics/poppler/files/patch-qt4_Makefile.in deleted file mode 100644 index ffb4777b4..000000000 --- a/graphics/poppler/files/patch-qt4_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- qt4/Makefile.in.orig 2008-03-24 08:30:49.000000000 -0400 -+++ qt4/Makefile.in 2008-03-24 08:30:34.000000000 -0400 -@@ -223,7 +223,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - win32_libs = @win32_libs@ --SUBDIRS = src tests demos -+SUBDIRS = src - all: all-recursive - - .SUFFIXES: diff --git a/graphics/poppler/files/patch-qt4_src_Makefile.in b/graphics/poppler/files/patch-qt4_src_Makefile.in deleted file mode 100644 index e9f0ee2e3..000000000 --- a/graphics/poppler/files/patch-qt4_src_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- qt4/src/Makefile.in.orig 2008-07-02 14:06:32.000000000 -0500 -+++ qt4/src/Makefile.in 2008-07-02 14:07:35.000000000 -0500 -@@ -62,7 +62,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libpoppler_qt4_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__append_1) - am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \ - poppler-fontinfo.lo poppler-embeddedfile.lo poppler-textbox.lo \ -@@ -303,7 +302,7 @@ - poppler-export.h \ - poppler-private.h - --libpoppler_qt4_la_LIBADD = $(top_builddir)/poppler/libpoppler.la \ -+libpoppler_qt4_la_LIBADD = -lpoppler \ - $(FONTCONFIG_LIBS) $(POPPLER_QT4_LIBS) $(am__append_1) - libpoppler_qt4_la_LDFLAGS = -version-info 3:0:0 - all: all-am diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in deleted file mode 100644 index d872262ea..000000000 --- a/graphics/poppler/files/patch-qt_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- qt/Makefile.in.orig 2008-03-27 08:17:35.000000000 -0400 -+++ qt/Makefile.in 2008-03-27 08:18:20.000000000 -0400 -@@ -59,8 +59,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ - poppler-link.lo poppler-page.lo poppler-page-transition.lo -@@ -71,7 +70,7 @@ - PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT) - test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS) --test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+test_poppler_qt_DEPENDENCIES = \ - libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -273,7 +272,7 @@ - poppler-private.h - - libpoppler_qt_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) \ - $(FONTCONFIG_LIBS) -@@ -283,7 +282,7 @@ - test-poppler-qt.cpp - - test_poppler_qt_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - libpoppler-qt.la \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) diff --git a/graphics/poppler/files/patch-utils_Makefile.in b/graphics/poppler/files/patch-utils_Makefile.in deleted file mode 100644 index 4a621ba6e..000000000 --- a/graphics/poppler/files/patch-utils_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- utils/Makefile.in.orig 2009-10-22 20:33:17.000000000 +0200 -+++ utils/Makefile.in 2009-10-22 20:33:49.000000000 +0200 -@@ -64,7 +64,7 @@ am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) - pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) - pdffonts_LDADD = $(LDADD) - am__DEPENDENCIES_1 = --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdffonts_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -@@ -73,19 +73,19 @@ am_pdfimages_OBJECTS = pdfimages.$(OBJEX - $(am__objects_1) - pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) - pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfimages_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) - pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfinfo_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoabw_SOURCES_DIST = pdftoabw.cc parseargs.c parseargs.h - @BUILD_ABIWORD_OUTPUT_TRUE@am_pdftoabw_OBJECTS = pdftoabw.$(OBJEXT) \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__objects_1) - pdftoabw_OBJECTS = $(am_pdftoabw_OBJECTS) --am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler.la \ -+am__DEPENDENCIES_2 = \ - $(am__DEPENDENCIES_1) - @BUILD_ABIWORD_OUTPUT_TRUE@pdftoabw_DEPENDENCIES = \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) \ -@@ -94,25 +94,25 @@ am_pdftohtml_OBJECTS = pdftohtml.$(OBJEX - HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1) - pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) - pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftohtml_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.c parseargs.h - @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \ - @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) - pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) - pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftoppm_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) - pdftops_OBJECTS = $(am_pdftops_OBJECTS) - pdftops_LDADD = $(LDADD) --pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftops_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) - pdftotext_LDADD = $(LDADD) --pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftotext_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -382,7 +382,7 @@ INCLUDES = \ - $(ABIWORD_CFLAGS) - - LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(UTILS_LIBS) \ - $(FONTCONFIG_LIBS) - diff --git a/graphics/poppler/pkg-descr b/graphics/poppler/pkg-descr deleted file mode 100644 index d10674940..000000000 --- a/graphics/poppler/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg -of Glyph and Cog, LLC. It provides PDF rendering functionality as a -shared library, and uses modern components from Freedesktop.org such as -fontconfig and cairo to take advantage of modern UNIX desktops. - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist deleted file mode 100644 index 5ccd2f4ab..000000000 --- a/graphics/poppler/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -include/poppler/Annot.h -include/poppler/Array.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h -include/poppler/CMap.h -include/poppler/Catalog.h -include/poppler/CharCodeToUnicode.h -include/poppler/CharTypes.h -include/poppler/CompactFontTables.h -include/poppler/DateInfo.h -include/poppler/Decrypt.h -include/poppler/Dict.h -include/poppler/Error.h -include/poppler/ErrorCodes.h -include/poppler/FileSpec.h -include/poppler/FontEncodingTables.h -include/poppler/FontInfo.h -include/poppler/Form.h -include/poppler/Function.h -include/poppler/Gfx.h -include/poppler/GfxFont.h -include/poppler/GfxState.h -include/poppler/GfxState_helpers.h -include/poppler/GlobalParams.h -include/poppler/JArithmeticDecoder.h -include/poppler/JBIG2Stream.h -include/poppler/Lexer.h -include/poppler/Link.h -include/poppler/Movie.h -include/poppler/NameToCharCode.h -include/poppler/NameToUnicodeTable.h -include/poppler/Object.h -include/poppler/OptionalContent.h -include/poppler/Outline.h -include/poppler/OutputDev.h -include/poppler/PDFDoc.h -include/poppler/PDFDocEncoding.h -include/poppler/PSOutputDev.h -include/poppler/PSTokenizer.h -include/poppler/Page.h -include/poppler/PageTransition.h -include/poppler/Parser.h -include/poppler/PopplerCache.h -include/poppler/PreScanOutputDev.h -include/poppler/ProfileData.h -include/poppler/SecurityHandler.h -include/poppler/Sound.h -include/poppler/SplashOutputDev.h -include/poppler/Stream-CCITT.h -include/poppler/Stream.h -include/poppler/TextOutputDev.h -include/poppler/UTF8.h -include/poppler/UnicodeCClassTables.h -include/poppler/UnicodeCompTables.h -include/poppler/UnicodeDecompTables.h -include/poppler/UnicodeMap.h -include/poppler/UnicodeMapTables.h -include/poppler/UnicodeTypeTable.h -include/poppler/XRef.h -include/poppler/XpdfPluginAPI.h -include/poppler/fofi/FoFiBase.h -include/poppler/fofi/FoFiEncodings.h -include/poppler/fofi/FoFiTrueType.h -include/poppler/fofi/FoFiType1.h -include/poppler/fofi/FoFiType1C.h -include/poppler/goo/FixedPoint.h -include/poppler/goo/GooHash.h -include/poppler/goo/GooList.h -include/poppler/goo/GooMutex.h -include/poppler/goo/GooString.h -include/poppler/goo/GooTimer.h -include/poppler/goo/GooVector.h -include/poppler/goo/PNGWriter.h -include/poppler/goo/gfile.h -include/poppler/goo/gmem.h -include/poppler/goo/gstrtod.h -include/poppler/goo/gtypes.h -include/poppler/poppler-config.h -include/poppler/splash/Splash.h -include/poppler/splash/SplashBitmap.h -include/poppler/splash/SplashClip.h -include/poppler/splash/SplashErrorCodes.h -include/poppler/splash/SplashFTFont.h -include/poppler/splash/SplashFTFontEngine.h -include/poppler/splash/SplashFTFontFile.h -include/poppler/splash/SplashFont.h -include/poppler/splash/SplashFontEngine.h -include/poppler/splash/SplashFontFile.h -include/poppler/splash/SplashFontFileID.h -include/poppler/splash/SplashGlyphBitmap.h -include/poppler/splash/SplashMath.h -include/poppler/splash/SplashPath.h -include/poppler/splash/SplashPattern.h -include/poppler/splash/SplashScreen.h -include/poppler/splash/SplashState.h -include/poppler/splash/SplashT1Font.h -include/poppler/splash/SplashT1FontEngine.h -include/poppler/splash/SplashT1FontFile.h -include/poppler/splash/SplashTypes.h -include/poppler/splash/SplashXPath.h -include/poppler/splash/SplashXPathScanner.h -lib/libpoppler.a -lib/libpoppler.la -lib/libpoppler.so -lib/libpoppler.so.5 -%%CAIRO%%libdata/pkgconfig/poppler-cairo.pc -libdata/pkgconfig/poppler-splash.pc -libdata/pkgconfig/poppler.pc -@dirrm include/poppler/splash -@dirrm include/poppler/goo -@dirrm include/poppler/fofi -@dirrm include/poppler diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile deleted file mode 100644 index 36b2bfb71..000000000 --- a/graphics/py-clutter-gtk/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: py-clutter-gtk -# Date created: 04 Sep 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= clutter -PORTVERSION= 0.10.0 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/pyclutter-gtk/${PORTVERSION:R}/ -#MASTER_SITES= LOCAL/kwm -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= gtk -DISTNAME= py${PORTNAME}-gtk-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python modules for Clutter-gtk toolkit - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter -LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk - -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack pygnome2 pygtk2 -USE_PYTHON= 2.5+ -CONFIGURE_ARGS= --disable-docs -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/py-clutter-gtk/distinfo b/graphics/py-clutter-gtk/distinfo deleted file mode 100644 index 465331716..000000000 --- a/graphics/py-clutter-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyclutter-gtk-0.10.0.tar.gz) = 317ea17b429db815af616a68632530a9 -SHA256 (pyclutter-gtk-0.10.0.tar.gz) = 0c47dde4db55dd4112cb4b7db4801624d754a95d2098d83d586eb6ad3240f38a -SIZE (pyclutter-gtk-0.10.0.tar.gz) = 314949 diff --git a/graphics/py-clutter-gtk/pkg-descr b/graphics/py-clutter-gtk/pkg-descr deleted file mode 100644 index 9fdb41a52..000000000 --- a/graphics/py-clutter-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for clutter-gtk - -WWW: http://www.clutter-project.org diff --git a/graphics/py-clutter-gtk/pkg-plist b/graphics/py-clutter-gtk/pkg-plist deleted file mode 100644 index 0d0dcf0a8..000000000 --- a/graphics/py-clutter-gtk/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.py -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.a -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.la -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.so -libdata/pkgconfig/pyclutter-gtk-0.10.pc -share/pyclutter/1.0/defs/cluttergtk.defs -share/pyclutter/1.0/defs/cluttergtk-types.defs -@dirrm %%PYTHON_SITELIBDIR%%/cluttergtk diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile deleted file mode 100644 index 25d382756..000000000 --- a/graphics/py-clutter/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: py-clutter -# Date created: 2008-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-clutter/Makefile,v 1.5 2010/02/15 10:22:20 kwm Exp $ -# - -PORTNAME= clutter -PORTVERSION= 1.0.0 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python modules for Clutter toolkit - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack pygnome2 pygtk2 -USE_PYTHON= 2.5+ -CONFIGURE_ARGS= --disable-docs -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/py-clutter/distinfo b/graphics/py-clutter/distinfo deleted file mode 100644 index c501d3442..000000000 --- a/graphics/py-clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyclutter-1.0.0.tar.bz2) = 1cfbb64eceef6828e47e9a64689ffa41 -SHA256 (pyclutter-1.0.0.tar.bz2) = 1c916bc9ab1c98803fecc23ac0276cc02e95a047aa42f7defe05dca81912b537 -SIZE (pyclutter-1.0.0.tar.bz2) = 422185 diff --git a/graphics/py-clutter/files/patch-clutter_cluttermodule.c b/graphics/py-clutter/files/patch-clutter_cluttermodule.c deleted file mode 100644 index 31d685664..000000000 --- a/graphics/py-clutter/files/patch-clutter_cluttermodule.c +++ /dev/null @@ -1,33 +0,0 @@ ---- clutter/cluttermodule.c.orig 2010-02-15 11:16:18.000000000 +0100 -+++ clutter/cluttermodule.c 2010-02-15 11:18:06.000000000 +0100 -@@ -148,19 +148,19 @@ pycogl_add_gl_constants (PyObject *modul - * should also be loading PyOpenGL, which exposes all the - * enumeration values - */ -- PyModule_AddObject (module, "NEVER", Py_BuildValue ("i", CGL_NEVER)); -- PyModule_AddObject (module, "LESS", Py_BuildValue ("i", CGL_LESS)); -- PyModule_AddObject (module, "LEQUAL", Py_BuildValue ("i", CGL_LEQUAL)); -- PyModule_AddObject (module, "EQUAL", Py_BuildValue ("i", CGL_EQUAL)); -- PyModule_AddObject (module, "NOTEQUAL", Py_BuildValue ("i", CGL_NOTEQUAL)); -- PyModule_AddObject (module, "GEQUAL", Py_BuildValue ("i", CGL_GEQUAL)); -- PyModule_AddObject (module, "GREATER", Py_BuildValue ("i", CGL_GREATER)); -- PyModule_AddObject (module, "ALWAYS", Py_BuildValue ("i", CGL_ALWAYS)); -+ PyModule_AddObject (module, "NEVER", Py_BuildValue ("i", GL_NEVER)); -+ PyModule_AddObject (module, "LESS", Py_BuildValue ("i", GL_LESS)); -+ PyModule_AddObject (module, "LEQUAL", Py_BuildValue ("i", GL_LEQUAL)); -+ PyModule_AddObject (module, "EQUAL", Py_BuildValue ("i", GL_EQUAL)); -+ PyModule_AddObject (module, "NOTEQUAL", Py_BuildValue ("i", GL_NOTEQUAL)); -+ PyModule_AddObject (module, "GEQUAL", Py_BuildValue ("i", GL_GEQUAL)); -+ PyModule_AddObject (module, "GREATER", Py_BuildValue ("i", GL_GREATER)); -+ PyModule_AddObject (module, "ALWAYS", Py_BuildValue ("i", GL_ALWAYS)); - -- PyModule_AddObject (module, "SRC_ALPHA", Py_BuildValue ("i", CGL_SRC_ALPHA)); -- PyModule_AddObject (module, "ONE_MINUS_SRC_ALPHA", Py_BuildValue ("i", CGL_ONE_MINUS_SRC_ALPHA)); -+ PyModule_AddObject (module, "SRC_ALPHA", Py_BuildValue ("i", GL_SRC_ALPHA)); -+ PyModule_AddObject (module, "ONE_MINUS_SRC_ALPHA", Py_BuildValue ("i", GL_ONE_MINUS_SRC_ALPHA)); - -- PyModule_AddObject (module, "OBJECT_COMPILE_STATUS", Py_BuildValue ("i", CGL_OBJECT_COMPILE_STATUS)); -+ PyModule_AddObject (module, "OBJECT_COMPILE_STATUS", Py_BuildValue ("i", GL_OBJECT_COMPILE_STATUS_ARB)); - - if (PyErr_Occurred ()) - PyErr_Print (); diff --git a/graphics/py-clutter/pkg-descr b/graphics/py-clutter/pkg-descr deleted file mode 100644 index e0eb4ffe1..000000000 --- a/graphics/py-clutter/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains the Python modules that allow you to use the -Clutter toolkit in Python programs. - -WWW: http://clutter-project.org/ diff --git a/graphics/py-clutter/pkg-plist b/graphics/py-clutter/pkg-plist deleted file mode 100644 index 954ad348d..000000000 --- a/graphics/py-clutter/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -include/pyclutter-1.0/pyclutter/pyclutter.h -%%PYTHON_SITELIBDIR%%/clutter/__init__.py -%%PYTHON_SITELIBDIR%%/clutter/__init__.pyc -%%PYTHON_SITELIBDIR%%/clutter/__init__.pyo -%%PYTHON_SITELIBDIR%%/clutter/_clutter.a -%%PYTHON_SITELIBDIR%%/clutter/_clutter.la -%%PYTHON_SITELIBDIR%%/clutter/_clutter.so -%%PYTHON_SITELIBDIR%%/clutter/deprecation.py -%%PYTHON_SITELIBDIR%%/clutter/deprecation.pyc -%%PYTHON_SITELIBDIR%%/clutter/deprecation.pyo -%%PYTHON_SITELIBDIR%%/clutter/keysyms.py -%%PYTHON_SITELIBDIR%%/clutter/keysyms.pyc -%%PYTHON_SITELIBDIR%%/clutter/keysyms.pyo -libdata/pkgconfig/pyclutter-1.0.pc -share/pyclutter/1.0/defs/clutter-base-types.defs -share/pyclutter/1.0/defs/clutter-base.defs -share/pyclutter/1.0/defs/clutter-types.defs -share/pyclutter/1.0/defs/clutter.defs -share/pyclutter/1.0/defs/cogl-base-types.defs -share/pyclutter/1.0/defs/cogl-base.defs -share/pyclutter/1.0/defs/cogl-types.defs -share/pyclutter/1.0/defs/cogl.defs -@dirrm share/pyclutter/1.0/defs -@dirrm share/pyclutter/1.0 -@dirrm share/pyclutter -@dirrm %%PYTHON_SITELIBDIR%%/clutter -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrm include/pyclutter-1.0/pyclutter -@dirrm include/pyclutter-1.0 diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile deleted file mode 100644 index d5e26687c..000000000 --- a/lang/gjs/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gjs -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/lang/gjs/Makefile,v 1.4 2010/02/25 15:44:04 kwm Exp $ -# - -PORTNAME= gjs -PORTVERSION= 0.6 -CATEGORIES= lang gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Javascript binding - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GECKO= libxul -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_PYTHON= build -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not link on 6.x -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ - ${WRKSRC}/scripts/make-tests - -.include <bsd.port.post.mk> diff --git a/lang/gjs/distinfo b/lang/gjs/distinfo deleted file mode 100644 index da2a1c0cd..000000000 --- a/lang/gjs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gjs-0.6.tar.bz2) = 0667ee25bc89eeea2fede223be82df81 -SHA256 (gnome2/gjs-0.6.tar.bz2) = 5c5a54bbb819bfaea1e0e76f0508467e8d5690360ab550e1284951d905a56e5d -SIZE (gnome2/gjs-0.6.tar.bz2) = 436575 diff --git a/lang/gjs/pkg-descr b/lang/gjs/pkg-descr deleted file mode 100644 index 5b4871abc..000000000 --- a/lang/gjs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -JavaScript bindings based on gobject-introspection. - -WWW: http://live.gnome.org/Gjs diff --git a/lang/gjs/pkg-plist b/lang/gjs/pkg-plist deleted file mode 100644 index dc7fbe65c..000000000 --- a/lang/gjs/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/gjs -bin/gjs-console -include/gjs-1.0/gjs-dbus/dbus-proxy.h -include/gjs-1.0/gjs-dbus/dbus.h -include/gjs-1.0/gjs/context.h -include/gjs-1.0/gjs/gi/arg.h -include/gjs-1.0/gjs/gi/boxed.h -include/gjs-1.0/gjs/gi/closure.h -include/gjs-1.0/gjs/gi/enumeration.h -include/gjs-1.0/gjs/gi/function.h -include/gjs-1.0/gjs/gi/keep-alive.h -include/gjs-1.0/gjs/gi/ns.h -include/gjs-1.0/gjs/gi/object.h -include/gjs-1.0/gjs/gi/param.h -include/gjs-1.0/gjs/gi/repo.h -include/gjs-1.0/gjs/gi/union.h -include/gjs-1.0/gjs/gi/value.h -include/gjs-1.0/gjs/gjs.h -include/gjs-1.0/gjs/importer.h -include/gjs-1.0/gjs/jsapi-util.h -include/gjs-1.0/gjs/mem.h -include/gjs-1.0/gjs/native.h -lib/gjs-1.0/cairoNative.a -lib/gjs-1.0/cairoNative.la -lib/gjs-1.0/cairoNative.so -lib/gjs-1.0/console.a -lib/gjs-1.0/console.la -lib/gjs-1.0/console.so -lib/gjs-1.0/dbusNative.a -lib/gjs-1.0/dbusNative.la -lib/gjs-1.0/dbusNative.so -lib/gjs-1.0/debugger.a -lib/gjs-1.0/debugger.la -lib/gjs-1.0/debugger.so -lib/gjs-1.0/gettextNative.a -lib/gjs-1.0/gettextNative.la -lib/gjs-1.0/gettextNative.so -lib/gjs-1.0/gi.a -lib/gjs-1.0/gi.la -lib/gjs-1.0/gi.so -lib/gjs-1.0/langNative.a -lib/gjs-1.0/langNative.la -lib/gjs-1.0/langNative.so -lib/gjs-1.0/mainloop.a -lib/gjs-1.0/mainloop.la -lib/gjs-1.0/mainloop.so -lib/libgjs-dbus.a -lib/libgjs-dbus.la -lib/libgjs-dbus.so -lib/libgjs-dbus.so.0 -lib/libgjs-gi.a -lib/libgjs-gi.la -lib/libgjs-gi.so -lib/libgjs-gi.so.0 -lib/libgjs.a -lib/libgjs.la -lib/libgjs.so -lib/libgjs.so.0 -libdata/pkgconfig/gjs-1.0.pc -libdata/pkgconfig/gjs-dbus-1.0.pc -libdata/pkgconfig/gjs-gi-1.0.pc -share/gjs-1.0/cairo.js -share/gjs-1.0/dbus.js -share/gjs-1.0/gettext.js -share/gjs-1.0/jsUnit.js -share/gjs-1.0/lang.js -share/gjs-1.0/signals.js -share/gjs-1.0/tweener/equations.js -share/gjs-1.0/tweener/tweenList.js -share/gjs-1.0/tweener/tweener.js -@dirrm share/gjs-1.0/tweener -@dirrm share/gjs-1.0 -@dirrm lib/gjs-1.0 -@dirrm include/gjs-1.0/gjs/gi -@dirrm include/gjs-1.0/gjs -@dirrm include/gjs-1.0/gjs-dbus -@dirrm include/gjs-1.0 diff --git a/lang/vala/Makefile b/lang/vala/Makefile deleted file mode 100644 index d5e49aced..000000000 --- a/lang/vala/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: vala -# Date created: 2007-07-09 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/lang/vala/Makefile,v 1.31 2010/04/01 11:42:08 kwm Exp $ -# - -PORTNAME= vala -PORTVERSION= 0.8.1 -CATEGORIES= lang gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Programming language and compiler that converts Vala code into C code - -OPTIONS= VAPIGEN "Enable VAPI generator" Off -USE_BZIP2= yes -USE_GNOME= glib20 gnomeprefix libxslt -GNU_CONFIGURE= yes -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}" LDFLAGS="-L${LOCALBASE}/lib" -USE_BISON= build -USE_LDCONFIG= yes - -MAN1= valac.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_VAPIGEN) -CONFIGURE_ARGS+=--enable-vapigen -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML -MAN1+= vala-gen-introspect.1 vapigen.1 -PLIST_SUB+= VAPIGEN="" -.else -CONFIGURE_ARGS+=--disable-vapigen -PLIST_SUB+= VAPIGEN="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> diff --git a/lang/vala/distinfo b/lang/vala/distinfo deleted file mode 100644 index 77354e2f0..000000000 --- a/lang/vala/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vala-0.8.1.tar.bz2) = 3e105d7f39e55925299a3e6e82c32de7 -SHA256 (vala-0.8.1.tar.bz2) = d805853ac87234ec0942e536e3381609eb9da596e32928996103b4342737ea85 -SIZE (vala-0.8.1.tar.bz2) = 2122657 diff --git a/lang/vala/files/patch-vapi_glib-2.0.vapi b/lang/vala/files/patch-vapi_glib-2.0.vapi deleted file mode 100644 index 2e9e9f848..000000000 --- a/lang/vala/files/patch-vapi_glib-2.0.vapi +++ /dev/null @@ -1,11 +0,0 @@ ---- vapi/glib-2.0.vapi.orig 2009-11-23 01:21:30.000000000 +0500 -+++ vapi/glib-2.0.vapi 2009-12-03 14:12:42.840631369 +0500 -@@ -2452,6 +2452,8 @@ - public static FileStream? open (string path, string mode); - [CCode (cname = "fdopen")] - public static FileStream? fdopen (int fildes, string mode); -+ [CCode (cname = "freopen", instance_pos = -1)] -+ public void reopen (string path, string mode); - [CCode (cname = "fprintf")] - [PrintfFormat ()] - public void printf (string format, ...); diff --git a/lang/vala/files/patch-vapi_libpq.vapi b/lang/vala/files/patch-vapi_libpq.vapi deleted file mode 100644 index 061585de0..000000000 --- a/lang/vala/files/patch-vapi_libpq.vapi +++ /dev/null @@ -1,11 +0,0 @@ ---- vapi/libpq.vapi.orig 2009-07-17 21:34:39.000000000 +0600 -+++ vapi/libpq.vapi 2009-11-23 01:18:21.000000000 +0500 -@@ -22,7 +22,7 @@ - - using GLib; - --[CCode (cprefix = "PQ", cheader_filename = "postgresql/libpq-fe.h")] -+[CCode (cprefix = "PQ", cheader_filename = "libpq-fe.h")] - namespace Postgres { - - [CCode (cname = "ConnStatusType", cprefix = "CONNECTION_")] diff --git a/lang/vala/pkg-descr b/lang/vala/pkg-descr deleted file mode 100644 index e5c2f9fc4..000000000 --- a/lang/vala/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Vala is a new programming language that aims to bring modern programming -language features to GNOME developers without imposing any additional -runtime requirements and without using a different ABI compared to -applications and libraries written in C. - -valac, the Vala compiler, is a self-hosting compiler that translates -Vala source code into C source and header files. It uses the GObject -type system to create classes and interfaces declared in the Vala source -code. It's also planned to generate GIDL files when gobject- -introspection is ready. - -WWW: http://live.gnome.org/Vala diff --git a/lang/vala/pkg-plist b/lang/vala/pkg-plist deleted file mode 100644 index 8a79ae32a..000000000 --- a/lang/vala/pkg-plist +++ /dev/null @@ -1,228 +0,0 @@ -%%VAPIGEN%%bin/vala-gen-introspect -bin/valac -%%VAPIGEN%%bin/vapicheck -%%VAPIGEN%%bin/vapigen -include/vala-1.0/vala.h -include/vala-1.0/valaccode.h -include/vala-1.0/valacodegen.h -include/vala-1.0/valagee.h -lib/libvala.la -lib/libvala.so -lib/libvala.so.0 -%%VAPIGEN%%lib/vala/gen-introspect -libdata/pkgconfig/vala-1.0.pc -share/devhelp/books/vala/attributes.html -share/devhelp/books/vala/classes.html -share/devhelp/books/vala/default.css -share/devhelp/books/vala/delegates.html -share/devhelp/books/vala/enums.html -share/devhelp/books/vala/exceptions.html -share/devhelp/books/vala/expressions.html -share/devhelp/books/vala/index.html -share/devhelp/books/vala/interfaces.html -share/devhelp/books/vala/methods.html -share/devhelp/books/vala/namespaces.html -share/devhelp/books/vala/overview.html -share/devhelp/books/vala/statements.html -share/devhelp/books/vala/structs.html -share/devhelp/books/vala/types.html -share/devhelp/books/vala/vala.devhelp2 -%%DATADIR%%/vapi/alsa.vapi -%%DATADIR%%/vapi/atk.vapi -%%DATADIR%%/vapi/avahi-gobject.deps -%%DATADIR%%/vapi/avahi-gobject.vapi -%%DATADIR%%/vapi/bzlib.vapi -%%DATADIR%%/vapi/cairo-xcb.deps -%%DATADIR%%/vapi/cairo-xcb.vapi -%%DATADIR%%/vapi/cairo.vapi -%%DATADIR%%/vapi/ccss-1.vapi -%%DATADIR%%/vapi/clutter-1.0.deps -%%DATADIR%%/vapi/clutter-1.0.vapi -%%DATADIR%%/vapi/clutter-gtk-0.10.deps -%%DATADIR%%/vapi/clutter-gtk-0.10.vapi -%%DATADIR%%/vapi/clutter-json-1.0.vapi -%%DATADIR%%/vapi/cogl-1.0.deps -%%DATADIR%%/vapi/cogl-1.0.vapi -%%DATADIR%%/vapi/clutter-gst-1.0.deps -%%DATADIR%%/vapi/clutter-gst-1.0.vapi -%%DATADIR%%/vapi/curses.vapi -%%DATADIR%%/vapi/dbus-glib-1.vapi -%%DATADIR%%/vapi/dconf.vapi -%%DATADIR%%/vapi/enchant.vapi -%%DATADIR%%/vapi/fuse.deps -%%DATADIR%%/vapi/fuse.vapi -%%DATADIR%%/vapi/gconf-2.0.vapi -%%DATADIR%%/vapi/gdk-2.0.deps -%%DATADIR%%/vapi/gdk-2.0.vapi -%%DATADIR%%/vapi/gdl-1.0.deps -%%DATADIR%%/vapi/gdl-1.0.vapi -%%DATADIR%%/vapi/gdk-pixbuf-2.0.deps -%%DATADIR%%/vapi/gdk-pixbuf-2.0.vapi -%%DATADIR%%/vapi/gdk-x11-2.0.deps -%%DATADIR%%/vapi/gdk-x11-2.0.vapi -%%DATADIR%%/vapi/gdu-gtk.deps -%%DATADIR%%/vapi/gdu-gtk.vapi -%%DATADIR%%/vapi/gdu.deps -%%DATADIR%%/vapi/gdu.vapi -%%DATADIR%%/vapi/gio-2.0.vapi -%%DATADIR%%/vapi/gio-unix-2.0.deps -%%DATADIR%%/vapi/gio-unix-2.0.vapi -%%DATADIR%%/vapi/glib-2.0.vapi -%%DATADIR%%/vapi/gmodule-2.0.vapi -%%DATADIR%%/vapi/gnet-2.0.deps -%%DATADIR%%/vapi/gnet-2.0.vapi -%%DATADIR%%/vapi/gnome-desktop-2.0.deps -%%DATADIR%%/vapi/gnome-desktop-2.0.vapi -%%DATADIR%%/vapi/gnome-keyring-1.vapi -%%DATADIR%%/vapi/gnome-vfs-2.0.vapi -%%DATADIR%%/vapi/gnutls.vapi -%%DATADIR%%/vapi/gobject-2.0.vapi -%%DATADIR%%/vapi/goocanvas.deps -%%DATADIR%%/vapi/goocanvas.vapi -%%DATADIR%%/vapi/gsl.vapi -%%DATADIR%%/vapi/gstreamer-0.10.deps -%%DATADIR%%/vapi/gstreamer-0.10.vapi -%%DATADIR%%/vapi/gstreamer-app-0.10.deps -%%DATADIR%%/vapi/gstreamer-app-0.10.vapi -%%DATADIR%%/vapi/gstreamer-audio-0.10.deps -%%DATADIR%%/vapi/gstreamer-audio-0.10.vapi -%%DATADIR%%/vapi/gstreamer-base-0.10.deps -%%DATADIR%%/vapi/gstreamer-base-0.10.vapi -%%DATADIR%%/vapi/gstreamer-cdda-0.10.deps -%%DATADIR%%/vapi/gstreamer-cdda-0.10.vapi -%%DATADIR%%/vapi/gstreamer-check-0.10.deps -%%DATADIR%%/vapi/gstreamer-check-0.10.vapi -%%DATADIR%%/vapi/gstreamer-controller-0.10.deps -%%DATADIR%%/vapi/gstreamer-controller-0.10.vapi -%%DATADIR%%/vapi/gstreamer-dataprotocol-0.10.deps -%%DATADIR%%/vapi/gstreamer-dataprotocol-0.10.vapi -%%DATADIR%%/vapi/gstreamer-fft-0.10.deps -%%DATADIR%%/vapi/gstreamer-fft-0.10.vapi -%%DATADIR%%/vapi/gstreamer-interfaces-0.10.deps -%%DATADIR%%/vapi/gstreamer-interfaces-0.10.vapi -%%DATADIR%%/vapi/gstreamer-net-0.10.deps -%%DATADIR%%/vapi/gstreamer-net-0.10.vapi -%%DATADIR%%/vapi/gstreamer-netbuffer-0.10.deps -%%DATADIR%%/vapi/gstreamer-netbuffer-0.10.vapi -%%DATADIR%%/vapi/gstreamer-pbutils-0.10.deps -%%DATADIR%%/vapi/gstreamer-pbutils-0.10.vapi -%%DATADIR%%/vapi/gstreamer-riff-0.10.deps -%%DATADIR%%/vapi/gstreamer-riff-0.10.vapi -%%DATADIR%%/vapi/gstreamer-rtp-0.10.deps -%%DATADIR%%/vapi/gstreamer-rtp-0.10.vapi -%%DATADIR%%/vapi/gstreamer-rtsp-0.10.deps -%%DATADIR%%/vapi/gstreamer-rtsp-0.10.vapi -%%DATADIR%%/vapi/gstreamer-sdp-0.10.deps -%%DATADIR%%/vapi/gstreamer-sdp-0.10.vapi -%%DATADIR%%/vapi/gstreamer-tag-0.10.deps -%%DATADIR%%/vapi/gstreamer-tag-0.10.vapi -%%DATADIR%%/vapi/gstreamer-video-0.10.deps -%%DATADIR%%/vapi/gstreamer-video-0.10.vapi -%%DATADIR%%/vapi/gtk+-2.0.deps -%%DATADIR%%/vapi/gtk+-2.0.vapi -%%DATADIR%%/vapi/gtkmozembed.deps -%%DATADIR%%/vapi/gtkmozembed.vapi -%%DATADIR%%/vapi/gtksourceview-2.0.deps -%%DATADIR%%/vapi/gtksourceview-2.0.vapi -%%DATADIR%%/vapi/gudev-1.0.deps -%%DATADIR%%/vapi/gudev-1.0.vapi -%%DATADIR%%/vapi/hal.deps -%%DATADIR%%/vapi/hal.vapi -%%DATADIR%%/vapi/hildon-1.deps -%%DATADIR%%/vapi/hildon-1.vapi -%%DATADIR%%/vapi/hildon-fm-2.deps -%%DATADIR%%/vapi/hildon-fm-2.vapi -%%DATADIR%%/vapi/json-glib-1.0.vapi -%%DATADIR%%/vapi/libarchive.deps -%%DATADIR%%/vapi/libarchive.vapi -%%DATADIR%%/vapi/libbonoboui-2.0.vapi -%%DATADIR%%/vapi/libdaemon.vapi -%%DATADIR%%/vapi/libepc-1.0.vapi -%%DATADIR%%/vapi/libftdi.deps -%%DATADIR%%/vapi/libftdi.vapi -%%DATADIR%%/vapi/libgda-4.0.deps -%%DATADIR%%/vapi/libgda-4.0.vapi -%%DATADIR%%/vapi/libgda-report-4.0.deps -%%DATADIR%%/vapi/libgda-report-4.0.vapi -%%DATADIR%%/vapi/libgdata.deps -%%DATADIR%%/vapi/libgdata.vapi -%%DATADIR%%/vapi/libglade-2.0.deps -%%DATADIR%%/vapi/libglade-2.0.vapi -%%DATADIR%%/vapi/libgnome-2.0.vapi -%%DATADIR%%/vapi/libgnome-menu.vapi -%%DATADIR%%/vapi/libgnomeui-2.0.deps -%%DATADIR%%/vapi/libgnomeui-2.0.vapi -%%DATADIR%%/vapi/libgsf-1.deps -%%DATADIR%%/vapi/libgsf-1.vapi -%%DATADIR%%/vapi/libgvc.vapi -%%DATADIR%%/vapi/libmagic.vapi -%%DATADIR%%/vapi/libnl-1.vapi -%%DATADIR%%/vapi/libnl-2.0.deps -%%DATADIR%%/vapi/libnl-2.0.vapi -%%DATADIR%%/vapi/libnotify.deps -%%DATADIR%%/vapi/libnotify.vapi -%%DATADIR%%/vapi/liboobs-1.vapi -%%DATADIR%%/vapi/libosso.vapi -%%DATADIR%%/vapi/libpanelapplet-2.0.deps -%%DATADIR%%/vapi/libpanelapplet-2.0.vapi -%%DATADIR%%/vapi/libpq.vapi -%%DATADIR%%/vapi/librsvg-2.0.deps -%%DATADIR%%/vapi/librsvg-2.0.vapi -%%DATADIR%%/vapi/libsexy.deps -%%DATADIR%%/vapi/libsexy.vapi -%%DATADIR%%/vapi/libsoup-2.2.vapi -%%DATADIR%%/vapi/libsoup-2.4.deps -%%DATADIR%%/vapi/libsoup-2.4.vapi -%%DATADIR%%/vapi/libusb-1.0.deps -%%DATADIR%%/vapi/libusb-1.0.vapi -%%DATADIR%%/vapi/libusb.vapi -%%DATADIR%%/vapi/libwnck-1.0.deps -%%DATADIR%%/vapi/libwnck-1.0.vapi -%%DATADIR%%/vapi/libxml-2.0.vapi -%%DATADIR%%/vapi/linux.deps -%%DATADIR%%/vapi/linux.vapi -%%DATADIR%%/vapi/loudmouth-1.0.vapi -%%DATADIR%%/vapi/lua.vapi -%%DATADIR%%/vapi/mysql.vapi -%%DATADIR%%/vapi/pango.deps -%%DATADIR%%/vapi/pango.vapi -%%DATADIR%%/vapi/pangocairo.deps -%%DATADIR%%/vapi/pangocairo.vapi -%%DATADIR%%/vapi/poppler-glib.deps -%%DATADIR%%/vapi/poppler-glib.vapi -%%DATADIR%%/vapi/posix.vapi -%%DATADIR%%/vapi/purple.deps -%%DATADIR%%/vapi/purple.vapi -%%DATADIR%%/vapi/raptor.vapi -%%DATADIR%%/vapi/rasqal.vapi -%%DATADIR%%/vapi/readline.vapi -%%DATADIR%%/vapi/rest.deps -%%DATADIR%%/vapi/rest.vapi -%%DATADIR%%/vapi/sdl-gfx.vapi -%%DATADIR%%/vapi/sdl-image.vapi -%%DATADIR%%/vapi/sdl-mixer.vapi -%%DATADIR%%/vapi/sdl-net.vapi -%%DATADIR%%/vapi/sdl-ttf.vapi -%%DATADIR%%/vapi/sdl.vapi -%%DATADIR%%/vapi/sqlite3.vapi -%%DATADIR%%/vapi/taglib_c.vapi -%%DATADIR%%/vapi/tiff.vapi -%%DATADIR%%/vapi/tracker-indexer-module-1.0.vapi -%%DATADIR%%/vapi/twitter-glib-1.0.deps -%%DATADIR%%/vapi/twitter-glib-1.0.vapi -%%DATADIR%%/vapi/unique-1.0.deps -%%DATADIR%%/vapi/unique-1.0.vapi -%%DATADIR%%/vapi/v4l2.vapi -%%DATADIR%%/vapi/vala-1.0.vapi -%%DATADIR%%/vapi/vte.deps -%%DATADIR%%/vapi/vte.vapi -%%DATADIR%%/vapi/webkit-1.0.deps -%%DATADIR%%/vapi/webkit-1.0.vapi -%%DATADIR%%/vapi/x11.vapi -%%DATADIR%%/vapi/xcb.vapi -%%DATADIR%%/vapi/zlib.vapi -@dirrm share/devhelp/books/vala -@dirrmtry share/devhelp/books -@dirrmtry share/devhelp -%%VAPIGEN%%@dirrm lib/vala -@dirrm include/vala-1.0 diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile deleted file mode 100644 index 253996413..000000000 --- a/mail/evolution-exchange/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: evolution-exchange -# Date created: 28 April, 2005 -# Whom: Adam Weinberger, based off kiesel's ximian-exchange port -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.157 2010/04/02 14:07:31 avl Exp $ -# - -PORTNAME= evolution-exchange -PORTVERSION= 2.30.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -USE_BDB= 41 -USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ - --with-static-ldap=no \ - --with-libdb=${LOCALBASE} - -EVO_VERSION= 2.30 -VERSION= 2.30 -PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ - EDS_VERSION="1.2" - -GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -.endif - -.if exists(${LOCALBASE}/include/mapi.h) -IGNORE= build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo deleted file mode 100644 index e487b8720..000000000 --- a/mail/evolution-exchange/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-exchange-2.30.1.tar.bz2) = 9225241ba14d1e2183fe21078c7ed03e -SHA256 (gnome2/evolution-exchange-2.30.1.tar.bz2) = f53904d90f058ef1bbe1c5d851590f3729d9b3489c80dad73edb46bbba2dae11 -SIZE (gnome2/evolution-exchange-2.30.1.tar.bz2) = 1330038 diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c deleted file mode 100644 index 5c7706bad..000000000 --- a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c +++ /dev/null @@ -1,24 +0,0 @@ ---- eplugin/exchange-operations.c.orig 2010-03-07 20:00:49.000000000 -0500 -+++ eplugin/exchange-operations.c 2010-03-13 17:47:23.000000000 -0500 -@@ -304,3 +304,21 @@ is_exchange_personal_folder (ExchangeAcc - } - return FALSE; - } -+ -+const char * g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-exchange/pkg-descr b/mail/evolution-exchange/pkg-descr deleted file mode 100644 index 03dc3b673..000000000 --- a/mail/evolution-exchange/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Evolution-exchange is a plugin for Evolution that adds Exchange client -capabilities to Evolution. - -With Evolution-Exchange installed, Evolution functions as an -Exchange client, enabling users to become full participants in company-wide -group scheduling and other collaborative tasks. Linux, Solaris and FreeBSD -users can access public folders, Global Address Lists, email, calendar, -task lists, and group scheduling information. - -- Alex Kiesel -kiesel@schlund.de diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist deleted file mode 100644 index 6b429296d..000000000 --- a/mail/evolution-exchange/pkg-plist +++ /dev/null @@ -1,187 +0,0 @@ -bin/exchange-connector-setup-%%VERSION%% -lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.a -lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.la -lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.so -lib/evolution/2.30/plugins/org-gnome-exchange-operations.eplug -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.so -%%DOCSDIR%%/E2kContext.html -%%DOCSDIR%%/E2kGlobalCatalog.html -%%DOCSDIR%%/E2kSecurityDescriptor.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/evolution-exchange-E2kAutoconfig.html -%%DOCSDIR%%/evolution-exchange-E2kContext-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation.html -%%DOCSDIR%%/evolution-exchange-E2kProperties.html -%%DOCSDIR%%/evolution-exchange-E2kRestriction-(vaporware).html -%%DOCSDIR%%/evolution-exchange-E2kResult-(private).html -%%DOCSDIR%%/evolution-exchange-E2kSid.html -%%DOCSDIR%%/evolution-exchange-E2kUserDialog.html -%%DOCSDIR%%/evolution-exchange-MAPI.html -%%DOCSDIR%%/evolution-exchange-e2k-action.html -%%DOCSDIR%%/evolution-exchange-e2k-freebusy.html -%%DOCSDIR%%/evolution-exchange-e2k-http-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-kerberos.html -%%DOCSDIR%%/evolution-exchange-e2k-restriction.html -%%DOCSDIR%%/evolution-exchange-e2k-result.html -%%DOCSDIR%%/evolution-exchange-e2k-rule.html -%%DOCSDIR%%/evolution-exchange-e2k-uri.html -%%DOCSDIR%%/evolution-exchange-e2k-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-xml-utils.html -%%DOCSDIR%%/evolution-exchange-test-utils.html -%%DOCSDIR%%/evolution-exchange-xntlm-des.html -%%DOCSDIR%%/evolution-exchange-xntlm-md4.html -%%DOCSDIR%%/evolution-exchange-xntlm.html -%%DOCSDIR%%/evolution-exchange.devhelp -%%DOCSDIR%%/evolution-exchange.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/ximian-connector-autoconfig.html -%%DOCSDIR%%/ximian-connector-bug-private.html -%%DOCSDIR%%/ximian-connector-bug-xml.html -%%DOCSDIR%%/ximian-connector-calendar.html -%%DOCSDIR%%/ximian-connector-delegation.html -%%DOCSDIR%%/ximian-connector-favorites.html -%%DOCSDIR%%/ximian-connector-fba.html -%%DOCSDIR%%/ximian-connector-freebusy.html -%%DOCSDIR%%/ximian-connector-mail-threading.html -%%DOCSDIR%%/ximian-connector-mail.html -%%DOCSDIR%%/ximian-connector-ntlm.html -%%DOCSDIR%%/ximian-connector-oof.html -%%DOCSDIR%%/ximian-connector-other-users.html -%%DOCSDIR%%/ximian-connector-permissions.html -%%DOCSDIR%%/ximian-connnector-booking.html -%%DATADIR%%/%%VERSION%%/images/connector-mini.png -%%DATADIR%%/%%VERSION%%/images/connector.png -%%DATADIR%%/%%VERSION%%/images/exchange-delegates-48.png -%%DATADIR%%/%%VERSION%%/images/exchange-oof-48.png -%%DATADIR%%/%%VERSION%%/ui/ximian-connector.xml -share/evolution/%%VERSION%%/errors/org-gnome-exchange-operations.error -share/locale/ar/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile deleted file mode 100644 index e5375e913..000000000 --- a/mail/evolution-mapi/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: evolution-mapi -# Date created: 24 Mar, 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-mapi/Makefile,v 1.13 2010/03/30 11:03:36 avl Exp $ -# - -PORTNAME= evolution-mapi -PORTVERSION= 0.30.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution -LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution - -PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= evolutiondataserver -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EVO_VERSION= 2.30 -EDS_VERSION= 1.2 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/src/libexchangemapi/Makefile.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-mapi/distinfo b/mail/evolution-mapi/distinfo deleted file mode 100644 index 5faa59ed4..000000000 --- a/mail/evolution-mapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-mapi-0.30.1.tar.bz2) = 73577721e07b2a7f15f9c6dfefe7d4e0 -SHA256 (gnome2/evolution-mapi-0.30.1.tar.bz2) = b435225156cb533469c359e9ee659d4bbc21a72860ed15f6faa6835d305c1e9b -SIZE (gnome2/evolution-mapi-0.30.1.tar.bz2) = 493037 diff --git a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c b/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c deleted file mode 100644 index b4123235e..000000000 --- a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500 -+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 17:49:17.000000000 -0500 -@@ -696,3 +696,21 @@ exchange_mapi_cal_commit (EPlugin *epl, - // Update the folder list in the plugin and ExchangeMAPIFolder - return; - } -+ -+const char *g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-mapi/pkg-descr b/mail/evolution-mapi/pkg-descr deleted file mode 100644 index 21610bb54..000000000 --- a/mail/evolution-mapi/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -WWW: http://www.go-evolution.org/MAPIProvider diff --git a/mail/evolution-mapi/pkg-plist b/mail/evolution-mapi/pkg-plist deleted file mode 100644 index 6c21313f1..000000000 --- a/mail/evolution-mapi/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-defs.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-folder.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-connection.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-tz-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-recur-utils.h -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.so -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.la -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.so -lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-exchange-mapi.eplug -lib/libexchangemapi-1.0.la -lib/libexchangemapi-1.0.so -lib/libexchangemapi-1.0.so.0 -share/locale/as/LC_MESSAGES/evolution-mapi.mo -share/locale/ast/LC_MESSAGES/evolution-mapi.mo -share/locale/bg/LC_MESSAGES/evolution-mapi.mo -share/locale/bn/LC_MESSAGES/evolution-mapi.mo -share/locale/bn_IN/LC_MESSAGES/evolution-mapi.mo -share/locale/ca/LC_MESSAGES/evolution-mapi.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-mapi.mo -share/locale/cs/LC_MESSAGES/evolution-mapi.mo -share/locale/da/LC_MESSAGES/evolution-mapi.mo -share/locale/de/LC_MESSAGES/evolution-mapi.mo -share/locale/el/LC_MESSAGES/evolution-mapi.mo -share/locale/en_GB/LC_MESSAGES/evolution-mapi.mo -share/locale/en@shaw/LC_MESSAGES/evolution-mapi.mo -share/locale/es/LC_MESSAGES/evolution-mapi.mo -share/locale/et/LC_MESSAGES/evolution-mapi.mo -share/locale/eu/LC_MESSAGES/evolution-mapi.mo -share/locale/fi/LC_MESSAGES/evolution-mapi.mo -share/locale/fr/LC_MESSAGES/evolution-mapi.mo -share/locale/gl/LC_MESSAGES/evolution-mapi.mo -share/locale/gu/LC_MESSAGES/evolution-mapi.mo -share/locale/he/LC_MESSAGES/evolution-mapi.mo -share/locale/hi/LC_MESSAGES/evolution-mapi.mo -share/locale/hu/LC_MESSAGES/evolution-mapi.mo -share/locale/it/LC_MESSAGES/evolution-mapi.mo -share/locale/ja/LC_MESSAGES/evolution-mapi.mo -share/locale/kn/LC_MESSAGES/evolution-mapi.mo -share/locale/ko/LC_MESSAGES/evolution-mapi.mo -share/locale/lt/LC_MESSAGES/evolution-mapi.mo -share/locale/lv/LC_MESSAGES/evolution-mapi.mo -share/locale/mai/LC_MESSAGES/evolution-mapi.mo -share/locale/ml/LC_MESSAGES/evolution-mapi.mo -share/locale/mr/LC_MESSAGES/evolution-mapi.mo -share/locale/ms/LC_MESSAGES/evolution-mapi.mo -share/locale/nb/LC_MESSAGES/evolution-mapi.mo -share/locale/nl/LC_MESSAGES/evolution-mapi.mo -share/locale/or/LC_MESSAGES/evolution-mapi.mo -share/locale/pa/LC_MESSAGES/evolution-mapi.mo -share/locale/pl/LC_MESSAGES/evolution-mapi.mo -share/locale/pt/LC_MESSAGES/evolution-mapi.mo -share/locale/pt_BR/LC_MESSAGES/evolution-mapi.mo -share/locale/ro/LC_MESSAGES/evolution-mapi.mo -share/locale/ru/LC_MESSAGES/evolution-mapi.mo -share/locale/si/LC_MESSAGES/evolution-mapi.mo -share/locale/sk/LC_MESSAGES/evolution-mapi.mo -share/locale/sl/LC_MESSAGES/evolution-mapi.mo -share/locale/sr/LC_MESSAGES/evolution-mapi.mo -share/locale/sr@latin/LC_MESSAGES/evolution-mapi.mo -share/locale/sv/LC_MESSAGES/evolution-mapi.mo -share/locale/ta/LC_MESSAGES/evolution-mapi.mo -share/locale/te/LC_MESSAGES/evolution-mapi.mo -share/locale/th/LC_MESSAGES/evolution-mapi.mo -share/locale/tr/LC_MESSAGES/evolution-mapi.mo -share/locale/uk/LC_MESSAGES/evolution-mapi.mo -share/locale/vi/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_CN/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_HK/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_TW/LC_MESSAGES/evolution-mapi.mo -libdata/pkgconfig/libexchangemapi-1.0.pc -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-mapi-to-ical -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-ical-to-mapi -@dirrm share/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrm include/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile deleted file mode 100644 index d990dd20d..000000000 --- a/mail/evolution/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.221 2010/04/11 16:50:29 marcus Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.30.1.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An integrated mail, calendar and address book distributed suite - -LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview -RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop \ - libgnomecanvas -USE_AUTOTOOLS= libtool:22 -USE_GSTREAMER= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% -CONFIGURE_ARGS= --enable-nss=yes \ - --enable-mono=no \ - --disable-nm \ - --with-sub-version=" FreeBSD GNOME Team Port" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ - apps-evolution-attachment-reminder.schemas \ - apps_evolution_calendar.schemas \ - apps_evolution_email_custom_header.schemas \ - apps-evolution-mail-notification.schemas \ - apps-evolution-mail-prompts-checkdefault.schemas \ - apps_evolution_shell.schemas \ - apps-evolution-template-placeholders.schemas \ - bogo-junk-plugin.schemas \ - evolution-mail.schemas - -EVO_VERSION= 2.30 -PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.12 - -OPTIONS= PILOT "Enable Palm Pilot sync support" off \ - LDAP "Enable LDAP support" on \ - CANBERRA "Enable canberra plugin" on \ - SPAMASSASSIN "Enable SpamAssassin spam filtering" off - -.include <bsd.port.pre.mk> - -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} -.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" - -.if defined(WITH_PILOT) -LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot -CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \ - --enable-pilot-conduits=yes -PLIST_SUB+= PILOT="" -.else -PLIST_SUB+= PILOT="@comment " -.endif - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-openldap=no -.endif - -.if defined(WITH_SPAMASSASSIN) -RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin -.endif - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if defined(WITH_CANBERRA) -LIB_DEPENDS+= canberra-gtk.0:${PORTSDIR}/audio/libcanberra -CONFIGURE_ARGS+=--enable-canberra=yes -PLIST_SUB+= CANBERRA="" -.else -CONFIGURE_ARGS+=--enable-canberra=no -PLIST_SUB+= CANBERRA="@comment " -.endif - -# needs newer libpst version 0.6.41 or higher -#.if defined (WITH_PST) -#CONFIGURE_ARGS+= --enable-pst-import -#BUILD_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#RUN_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#PLIST_SUB+= PST="" -#.else -CONFIGURE_ARGS+= --disable-pst-import -PLIST_SUB+= PST="@comment " -#.endif - -post-patch: - @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wl,--no-undefined||g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c - @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ - ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c - @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} - -.include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo deleted file mode 100644 index 7909a6015..000000000 --- a/mail/evolution/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-2.30.1.1.tar.bz2) = b5f1552d23e46dc043b2262e42c69eea -SHA256 (gnome2/evolution-2.30.1.1.tar.bz2) = 98cedb97e8fbd38d281140a01b0357f950e73431ea440f3932134e92790004f9 -SIZE (gnome2/evolution-2.30.1.1.tar.bz2) = 30619565 diff --git a/mail/evolution/files/fix-plugins.sh b/mail/evolution/files/fix-plugins.sh deleted file mode 100755 index 76216fa1a..000000000 --- a/mail/evolution/files/fix-plugins.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -plugin_srcs="addressbook-file/addressbook-file.c attachment-reminder/attachment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restore.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c calendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/calendar-weather.c contacts-map/contacts-map.c default-mailer/default-mailer.c default-source/default-source.c email-custom-header/email-custom-header.c external-editor/external-editor.c face/face.c google-account-setup/google-source.c groupwise-features/install-shared.c hula-account-setup/hula-account-setup.c image-inline/image-inline.c imap-features/imap-headers.c itip-formatter/itip-formatter.c mail-notification/mail-notification.c mail-to-task/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-calendar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c startup-wizard/startup-wizard.c subject-thread/subject-thread.c templates/templates.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-source.c" - -module_srcs="addressbook/evolution-module-addressbook.c calendar/evolution-module-calendar.c mail/evolution-module-mail.c plugin-lib/evolution-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/evolution-module-plugin-python.c" - -WRKSRC=$1 - -for i in ${plugin_srcs}; do - if [ ! -f ${WRKSRC}/plugins/${i} ]; then - echo "WARNING: Failed to find plugin source file ${WRKSRC}/plugins/${i}" - continue - fi - cp ${WRKSRC}/plugins/${i} ${WRKSRC}/plugins/${i}.bak - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/plugins/${i} - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i} - dir=$(dirname ${WRKSRC}/plugins/${i}) - if ! grep -q e_plugin_lib_enable ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "gint e_plugin_lib_enable (EPlugin *ep, gint enable);\n" >> ${WRKSRC}/plugins/${i} - printf "gint\ne_plugin_lib_enable (EPlugin *ep, gint enable) {\n\treturn 0;\n}\n" >> ${WRKSRC}/plugins/${i} - fi - if ! grep -q e_plugin_lib_get_configure_widget ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *\ne_plugin_lib_get_configure_widget (EPlugin *plugin) {\n\treturn NULL;\n}" >> ${WRKSRC}/plugins/${i} - fi -done - -for i in ${module_srcs}; do - if [ ! -f ${WRKSRC}/modules/${i} ]; then - echo "WARNING: Failed to find module source file ${WRKSRC}/modules/${i}" - continue - fi - cp ${WRKSRC}/modules/${i} ${WRKSRC}/modules/${i}.bak - dir=$(dirname ${WRKSRC}/modules/${i}) - if ! grep -q g_module_check_init ${dir}/*.c; then - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/modules/${i} - fi - if ! grep g_module_unload ${dir}/*.c; then - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/modules/${i} - fi -done - - diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index 3b9eb7094..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig 2009-12-26 20:42:20.000000000 +0100 -+++ configure 2009-12-26 20:49:17.000000000 +0100 -@@ -4329,7 +4329,7 @@ - -Wdeclaration-after-statement - -Werror-implicit-function-declaration - -Wformat-security -Winit-self -- -Wmissing-declarations -Wmissing-include-dirs -+ -Wmissing-declarations - -Wmissing-noreturn -Wnested-externs -Wpointer-arith - -Wredundant-decls -Wundef -Wwrite-strings" - flags_supported="" -@@ -16441,6 +16441,16 @@ - CHAMPLAIN_REQUIREMENT='' - GEOCLUE_REQUIREMENT='' - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ SOEXT='.so' -+ SA_JUNK_PLUGIN=sa-junk-plugin -+ BF_JUNK_PLUGIN=bogo-junk-plugin -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ ;; - *) - os_win32=no - NO_UNDEFINED='-no-undefined' -@@ -18544,6 +18554,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - diff --git a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c b/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c deleted file mode 100644 index 0df6bd970..000000000 --- a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c +++ /dev/null @@ -1,19 +0,0 @@ ---- modules/addressbook/evolution-module-addressbook.c.orig 2010-04-11 12:47:18.000000000 -0400 -+++ modules/addressbook/evolution-module-addressbook.c 2010-04-11 12:48:06.000000000 -0400 -@@ -47,3 +47,16 @@ G_MODULE_EXPORT void - e_module_unload (GTypeModule *type_module) - { - } -+ -+G_MODULE_EXPORT const gchar * -+g_module_check_init (GModule *module) -+{ -+ /* FIXME Until addressbook is split into a module library and a -+ * reusable shared library, prevent the module from -+ * being unloaded. Unloading the module resets all -+ * static variables, which screws up foo_get_type() -+ * functions among other things. */ -+ g_module_make_resident (module); -+ -+ return NULL; -+} diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr deleted file mode 100644 index 068e19e1a..000000000 --- a/mail/evolution/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Ximian Evolution[tm] is the premier personal and workgroup information -management solution for UNIX. Evolution seamlessly integrates email, -calendaring, meeting scheduling, contact management and online task lists -in one powerful, fast, and easy to use application. It also delivers a -comprehensive set of features that help keep work organized and projects -on track. The unique Ximian vFolders[tm] are virtual folders used to -create and save powerful contextual views of email messages. - -WWW: http://www.gnome.org/projects/evolution/ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist deleted file mode 100644 index 970e077c7..000000000 --- a/mail/evolution/pkg-plist +++ /dev/null @@ -1,2045 +0,0 @@ -bin/evolution -bin/evolution-alarm-notify -bin/evolution-settings -etc/xdg/autostart/evolution-alarm-notify.desktop -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h -include/evolution-%%VERSION%%/calendar/common/authentication.h -%%PILOT%%include/evolution-%%VERSION%%/calendar/conduits/common/libecalendar-common-conduit.h -include/evolution-%%VERSION%%/calendar/gui/cal-editor-utils.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view-factory.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/comp-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-prefs-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/calendar-setup.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cancel-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/changed-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/copy-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-error.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recurrence-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h -include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-event.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model-calendar.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-selector.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cell-date-edit-text.h -include/evolution-%%VERSION%%/calendar/gui/e-date-time-list.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-time-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-top-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-attendee.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-store.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel-item.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-types.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-utils.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-editable.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-renderer.h -include/evolution-%%VERSION%%/calendar/gui/e-timezone-entry.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-event-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view.h -include/evolution-%%VERSION%%/calendar/gui/gnome-cal.h -include/evolution-%%VERSION%%/calendar/gui/goto.h -include/evolution-%%VERSION%%/calendar/gui/itip-utils.h -include/evolution-%%VERSION%%/calendar/gui/misc.h -include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h -include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h -include/evolution-%%VERSION%%/composer/e-composer-actions.h -include/evolution-%%VERSION%%/composer/e-composer-autosave.h -include/evolution-%%VERSION%%/composer/e-composer-common.h -include/evolution-%%VERSION%%/composer/e-composer-from-header.h -include/evolution-%%VERSION%%/composer/e-composer-header-table.h -include/evolution-%%VERSION%%/composer/e-composer-header.h -include/evolution-%%VERSION%%/composer/e-composer-name-header.h -include/evolution-%%VERSION%%/composer/e-composer-post-header.h -include/evolution-%%VERSION%%/composer/e-composer-private.h -include/evolution-%%VERSION%%/composer/e-composer-text-header.h -include/evolution-%%VERSION%%/composer/e-msg-composer.h -include/evolution-%%VERSION%%/e-conduit/e-pilot-map.h -include/evolution-%%VERSION%%/e-conduit/e-pilot-util.h -include/evolution-%%VERSION%%/e-util/e-account-utils.h -include/evolution-%%VERSION%%/e-util/e-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-dialog.h -include/evolution-%%VERSION%%/e-util/e-alert.h -include/evolution-%%VERSION%%/e-util/e-bconf-map.h -include/evolution-%%VERSION%%/e-util/e-binding.h -include/evolution-%%VERSION%%/e-util/e-bit-array.h -include/evolution-%%VERSION%%/e-util/e-categories-config.h -include/evolution-%%VERSION%%/e-util/e-charset.h -include/evolution-%%VERSION%%/e-util/e-config.h -include/evolution-%%VERSION%%/e-util/e-datetime-format.h -include/evolution-%%VERSION%%/e-util/e-dialog-utils.h -include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h -include/evolution-%%VERSION%%/e-util/e-event.h -include/evolution-%%VERSION%%/e-util/e-extensible.h -include/evolution-%%VERSION%%/e-util/e-extension.h -include/evolution-%%VERSION%%/e-util/e-file-utils.h -include/evolution-%%VERSION%%/e-util/e-folder-map.h -include/evolution-%%VERSION%%/e-util/e-html-utils.h -include/evolution-%%VERSION%%/e-util/e-icon-factory.h -include/evolution-%%VERSION%%/e-util/e-io-activity.h -include/evolution-%%VERSION%%/e-util/e-import.h -include/evolution-%%VERSION%%/e-util/e-logger.h -include/evolution-%%VERSION%%/e-util/e-marshal.h -include/evolution-%%VERSION%%/e-util/e-mktemp.h -include/evolution-%%VERSION%%/e-util/e-module.h -include/evolution-%%VERSION%%/e-util/e-non-intrusive-error-dialog.h -include/evolution-%%VERSION%%/e-util/e-plugin-ui.h -include/evolution-%%VERSION%%/e-util/e-plugin-util.h -include/evolution-%%VERSION%%/e-util/e-plugin.h -include/evolution-%%VERSION%%/e-util/e-print.h -include/evolution-%%VERSION%%/e-util/e-profile-event.h -include/evolution-%%VERSION%%/e-util/e-selection.h -include/evolution-%%VERSION%%/e-util/e-signature-list.h -include/evolution-%%VERSION%%/e-util/e-signature-utils.h -include/evolution-%%VERSION%%/e-util/e-signature.h -include/evolution-%%VERSION%%/e-util/e-sorter-array.h -include/evolution-%%VERSION%%/e-util/e-sorter.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor.h -include/evolution-%%VERSION%%/e-util/e-timeout-activity.h -include/evolution-%%VERSION%%/e-util/e-ui-manager.h -include/evolution-%%VERSION%%/e-util/e-unicode.h -include/evolution-%%VERSION%%/e-util/e-util.h -include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/e-util/gconf-bridge.h -include/evolution-%%VERSION%%/em-format/em-format-quote.h -include/evolution-%%VERSION%%/em-format/em-format.h -include/evolution-%%VERSION%%/em-format/em-stripsig-filter.h -include/evolution-%%VERSION%%/filter/e-filter-code.h -include/evolution-%%VERSION%%/filter/e-filter-color.h -include/evolution-%%VERSION%%/filter/e-filter-datespec.h -include/evolution-%%VERSION%%/filter/e-filter-element.h -include/evolution-%%VERSION%%/filter/e-filter-file.h -include/evolution-%%VERSION%%/filter/e-filter-input.h -include/evolution-%%VERSION%%/filter/e-filter-int.h -include/evolution-%%VERSION%%/filter/e-filter-option.h -include/evolution-%%VERSION%%/filter/e-filter-part.h -include/evolution-%%VERSION%%/filter/e-filter-rule.h -include/evolution-%%VERSION%%/filter/e-rule-context.h -include/evolution-%%VERSION%%/filter/e-rule-editor.h -include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.h -include/evolution-%%VERSION%%/mail/e-mail-backend.h -include/evolution-%%VERSION%%/mail/e-mail-browser.h -include/evolution-%%VERSION%%/mail/e-mail-display.h -include/evolution-%%VERSION%%/mail/e-mail-label-action.h -include/evolution-%%VERSION%%/mail/e-mail-label-dialog.h -include/evolution-%%VERSION%%/mail/e-mail-label-list-store.h -include/evolution-%%VERSION%%/mail/e-mail-label-manager.h -include/evolution-%%VERSION%%/mail/e-mail-label-tree-view.h -include/evolution-%%VERSION%%/mail/e-mail-local.h -include/evolution-%%VERSION%%/mail/e-mail-migrate.h -include/evolution-%%VERSION%%/mail/e-mail-reader-utils.h -include/evolution-%%VERSION%%/mail/e-mail-reader.h -include/evolution-%%VERSION%%/mail/e-mail-sidebar.h -include/evolution-%%VERSION%%/mail/e-mail-store.h -include/evolution-%%VERSION%%/mail/e-mail-tag-editor.h -include/evolution-%%VERSION%%/mail/em-account-editor.h -include/evolution-%%VERSION%%/mail/em-composer-utils.h -include/evolution-%%VERSION%%/mail/em-config.h -include/evolution-%%VERSION%%/mail/em-event.h -include/evolution-%%VERSION%%/mail/em-filter-context.h -include/evolution-%%VERSION%%/mail/em-filter-editor.h -include/evolution-%%VERSION%%/mail/em-filter-folder-element.h -include/evolution-%%VERSION%%/mail/em-filter-rule.h -include/evolution-%%VERSION%%/mail/em-filter-source-element.h -include/evolution-%%VERSION%%/mail/em-folder-properties.h -include/evolution-%%VERSION%%/mail/em-folder-selection-button.h -include/evolution-%%VERSION%%/mail/em-folder-selector.h -include/evolution-%%VERSION%%/mail/em-folder-tree-model.h -include/evolution-%%VERSION%%/mail/em-folder-tree.h -include/evolution-%%VERSION%%/mail/em-folder-utils.h -include/evolution-%%VERSION%%/mail/em-format-hook.h -include/evolution-%%VERSION%%/mail/em-format-html-display.h -include/evolution-%%VERSION%%/mail/em-format-html-print.h -include/evolution-%%VERSION%%/mail/em-format-html.h -include/evolution-%%VERSION%%/mail/em-html-stream.h -include/evolution-%%VERSION%%/mail/em-inline-filter.h -include/evolution-%%VERSION%%/mail/em-junk.h -include/evolution-%%VERSION%%/mail/em-search-context.h -include/evolution-%%VERSION%%/mail/em-subscribe-editor.h -include/evolution-%%VERSION%%/mail/em-sync-stream.h -include/evolution-%%VERSION%%/mail/em-utils.h -include/evolution-%%VERSION%%/mail/em-vfolder-context.h -include/evolution-%%VERSION%%/mail/em-vfolder-editor.h -include/evolution-%%VERSION%%/mail/em-vfolder-rule.h -include/evolution-%%VERSION%%/mail/mail-autofilter.h -include/evolution-%%VERSION%%/mail/mail-config.h -include/evolution-%%VERSION%%/mail/mail-folder-cache.h -include/evolution-%%VERSION%%/mail/mail-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.h -include/evolution-%%VERSION%%/mail/mail-send-recv.h -include/evolution-%%VERSION%%/mail/mail-session.h -include/evolution-%%VERSION%%/mail/mail-tools.h -include/evolution-%%VERSION%%/mail/mail-vfolder.h -include/evolution-%%VERSION%%/mail/message-list.h -include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h -include/evolution-%%VERSION%%/menus/gal-define-views-model.h -include/evolution-%%VERSION%%/menus/gal-view-collection.h -include/evolution-%%VERSION%%/menus/gal-view-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory.h -include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h -include/evolution-%%VERSION%%/menus/gal-view-instance.h -include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h -include/evolution-%%VERSION%%/menus/gal-view.h -include/evolution-%%VERSION%%/misc/e-account-combo-box.h -include/evolution-%%VERSION%%/misc/e-account-manager.h -include/evolution-%%VERSION%%/misc/e-account-tree-view.h -include/evolution-%%VERSION%%/misc/e-action-combo-box.h -include/evolution-%%VERSION%%/misc/e-activity-proxy.h -include/evolution-%%VERSION%%/misc/e-attachment-button.h -include/evolution-%%VERSION%%/misc/e-attachment-dialog.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h -include/evolution-%%VERSION%%/misc/e-attachment-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h -include/evolution-%%VERSION%%/misc/e-attachment-paned.h -include/evolution-%%VERSION%%/misc/e-attachment-store.h -include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h -include/evolution-%%VERSION%%/misc/e-attachment-view.h -include/evolution-%%VERSION%%/misc/e-attachment.h -include/evolution-%%VERSION%%/misc/e-buffer-tagger.h -include/evolution-%%VERSION%%/misc/e-calendar-item.h -include/evolution-%%VERSION%%/misc/e-calendar.h -include/evolution-%%VERSION%%/misc/e-canvas-background.h -include/evolution-%%VERSION%%/misc/e-canvas-utils.h -include/evolution-%%VERSION%%/misc/e-canvas-vbox.h -include/evolution-%%VERSION%%/misc/e-canvas.h -include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h -include/evolution-%%VERSION%%/misc/e-charset-combo-box.h -include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h -include/evolution-%%VERSION%%/misc/e-dateedit.h -include/evolution-%%VERSION%%/misc/e-focus-tracker.h -include/evolution-%%VERSION%%/misc/e-hinted-entry.h -include/evolution-%%VERSION%%/misc/e-hsv-utils.h -include/evolution-%%VERSION%%/misc/e-image-chooser.h -include/evolution-%%VERSION%%/misc/e-import-assistant.h -include/evolution-%%VERSION%%/misc/e-map.h -include/evolution-%%VERSION%%/misc/e-menu-tool-action.h -include/evolution-%%VERSION%%/misc/e-menu-tool-button.h -include/evolution-%%VERSION%%/misc/e-online-button.h -include/evolution-%%VERSION%%/misc/e-paned.h -%%PILOT%%include/evolution-%%VERSION%%/misc/e-pilot-settings.h -include/evolution-%%VERSION%%/misc/e-popup-action.h -include/evolution-%%VERSION%%/misc/e-popup-menu.h -include/evolution-%%VERSION%%/misc/e-preferences-window.h -include/evolution-%%VERSION%%/misc/e-preview-pane.h -include/evolution-%%VERSION%%/misc/e-printable.h -include/evolution-%%VERSION%%/misc/e-search-bar.h -include/evolution-%%VERSION%%/misc/e-searching-tokenizer.h -include/evolution-%%VERSION%%/misc/e-selectable.h -include/evolution-%%VERSION%%/misc/e-selection-model-array.h -include/evolution-%%VERSION%%/misc/e-selection-model-simple.h -include/evolution-%%VERSION%%/misc/e-selection-model.h -include/evolution-%%VERSION%%/misc/e-send-options.h -include/evolution-%%VERSION%%/misc/e-signature-combo-box.h -include/evolution-%%VERSION%%/misc/e-signature-editor.h -include/evolution-%%VERSION%%/misc/e-signature-manager.h -include/evolution-%%VERSION%%/misc/e-signature-preview.h -include/evolution-%%VERSION%%/misc/e-signature-script-dialog.h -include/evolution-%%VERSION%%/misc/e-signature-tree-view.h -include/evolution-%%VERSION%%/misc/e-spinner.c -include/evolution-%%VERSION%%/misc/e-spinner.h -include/evolution-%%VERSION%%/misc/e-web-view.h -include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/misc/ea-calendar-cell.h -include/evolution-%%VERSION%%/misc/ea-calendar-item.h -include/evolution-%%VERSION%%/misc/ea-cell-table.h -include/evolution-%%VERSION%%/misc/ea-widgets.h -include/evolution-%%VERSION%%/shell/e-shell-backend.h -include/evolution-%%VERSION%%/shell/e-shell-common.h -include/evolution-%%VERSION%%/shell/e-shell-content.h -include/evolution-%%VERSION%%/shell/e-shell-searchbar.h -include/evolution-%%VERSION%%/shell/e-shell-settings.h -include/evolution-%%VERSION%%/shell/e-shell-sidebar.h -include/evolution-%%VERSION%%/shell/e-shell-switcher.h -include/evolution-%%VERSION%%/shell/e-shell-taskbar.h -include/evolution-%%VERSION%%/shell/e-shell-utils.h -include/evolution-%%VERSION%%/shell/e-shell-view.h -include/evolution-%%VERSION%%/shell/e-shell-window-actions.h -include/evolution-%%VERSION%%/shell/e-shell-window.h -include/evolution-%%VERSION%%/shell/e-shell.h -include/evolution-%%VERSION%%/shell/es-event.h -include/evolution-%%VERSION%%/table/e-cell-checkbox.h -include/evolution-%%VERSION%%/table/e-cell-combo.h -include/evolution-%%VERSION%%/table/e-cell-date.h -include/evolution-%%VERSION%%/table/e-cell-date-edit.h -include/evolution-%%VERSION%%/table/e-cell-hbox.h -include/evolution-%%VERSION%%/table/e-cell-number.h -include/evolution-%%VERSION%%/table/e-cell-pixbuf.h -include/evolution-%%VERSION%%/table/e-cell-popup.h -include/evolution-%%VERSION%%/table/e-cell-percent.h -include/evolution-%%VERSION%%/table/e-cell-size.h -include/evolution-%%VERSION%%/table/e-cell-text.h -include/evolution-%%VERSION%%/table/e-cell-toggle.h -include/evolution-%%VERSION%%/table/e-cell-tree.h -include/evolution-%%VERSION%%/table/e-cell-vbox.h -include/evolution-%%VERSION%%/table/e-cell.h -include/evolution-%%VERSION%%/table/e-table-click-to-add.h -include/evolution-%%VERSION%%/table/e-table-col-dnd.h -include/evolution-%%VERSION%%/table/e-table-col.h -include/evolution-%%VERSION%%/table/e-table-column-specification.h -include/evolution-%%VERSION%%/table/e-table-config.h -include/evolution-%%VERSION%%/table/e-table-defines.h -include/evolution-%%VERSION%%/table/e-table-extras.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h -include/evolution-%%VERSION%%/table/e-table-field-chooser.h -include/evolution-%%VERSION%%/table/e-table-group-container.h -include/evolution-%%VERSION%%/table/e-table-group-leaf.h -include/evolution-%%VERSION%%/table/e-table-group.h -include/evolution-%%VERSION%%/table/e-table-header-item.h -include/evolution-%%VERSION%%/table/e-table-header-utils.h -include/evolution-%%VERSION%%/table/e-table-header.h -include/evolution-%%VERSION%%/table/e-table-item.h -include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-table-memory-store.h -include/evolution-%%VERSION%%/table/e-table-memory.h -include/evolution-%%VERSION%%/table/e-table-model.h -include/evolution-%%VERSION%%/table/e-table-one.h -include/evolution-%%VERSION%%/table/e-table-search.h -include/evolution-%%VERSION%%/table/e-table-selection-model.h -include/evolution-%%VERSION%%/table/e-table-sort-info.h -include/evolution-%%VERSION%%/table/e-table-sorted-variable.h -include/evolution-%%VERSION%%/table/e-table-sorted.h -include/evolution-%%VERSION%%/table/e-table-sorter.h -include/evolution-%%VERSION%%/table/e-table-sorting-utils.h -include/evolution-%%VERSION%%/table/e-table-specification.h -include/evolution-%%VERSION%%/table/e-table-state.h -include/evolution-%%VERSION%%/table/e-table-subset-variable.h -include/evolution-%%VERSION%%/table/e-table-subset.h -include/evolution-%%VERSION%%/table/e-table-utils.h -include/evolution-%%VERSION%%/table/e-table-without.h -include/evolution-%%VERSION%%/table/e-table.h -include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-tree-memory.h -include/evolution-%%VERSION%%/table/e-tree-model.h -include/evolution-%%VERSION%%/table/e-tree-selection-model.h -include/evolution-%%VERSION%%/table/e-tree-sorted.h -include/evolution-%%VERSION%%/table/e-tree-table-adapter.h -include/evolution-%%VERSION%%/table/e-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-text.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-column-header.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree.h -include/evolution-%%VERSION%%/text/e-reflow-model.h -include/evolution-%%VERSION%%/text/e-reflow.h -include/evolution-%%VERSION%%/text/e-text-model-repos.h -include/evolution-%%VERSION%%/text/e-text-model.h -include/evolution-%%VERSION%%/text/e-text.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text-factory.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text.h -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_common_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_common_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_common_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.so -lib/evolution/%%VERSION%%/libeabutil.a -lib/evolution/%%VERSION%%/libeabutil.la -lib/evolution/%%VERSION%%/libeabutil.so -lib/evolution/%%VERSION%%/libeabutil.so.0 -lib/evolution/%%VERSION%%/libcomposer.a -lib/evolution/%%VERSION%%/libcomposer.la -lib/evolution/%%VERSION%%/libcomposer.so -lib/evolution/%%VERSION%%/libcomposer.so.0 -lib/evolution/%%VERSION%%/libeconduit.a -lib/evolution/%%VERSION%%/libeconduit.la -lib/evolution/%%VERSION%%/libeconduit.so -lib/evolution/%%VERSION%%/libeconduit.so.0 -lib/evolution/%%VERSION%%/libecontacteditor.a -lib/evolution/%%VERSION%%/libecontacteditor.la -lib/evolution/%%VERSION%%/libecontacteditor.so -lib/evolution/%%VERSION%%/libecontacteditor.so.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.a -lib/evolution/%%VERSION%%/libecontactlisteditor.la -lib/evolution/%%VERSION%%/libecontactlisteditor.so -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0 -lib/evolution/%%VERSION%%/libemformat.a -lib/evolution/%%VERSION%%/libemformat.la -lib/evolution/%%VERSION%%/libemformat.so -lib/evolution/%%VERSION%%/libemformat.so.0 -lib/evolution/%%VERSION%%/libemiscwidgets.a -lib/evolution/%%VERSION%%/libemiscwidgets.la -lib/evolution/%%VERSION%%/libemiscwidgets.so -lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libeshell.a -lib/evolution/%%VERSION%%/libeshell.la -lib/evolution/%%VERSION%%/libeshell.so -lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libessmime.a -lib/evolution/%%VERSION%%/libessmime.la -lib/evolution/%%VERSION%%/libessmime.so -lib/evolution/%%VERSION%%/libessmime.so.0 -lib/evolution/%%VERSION%%/libetable.a -lib/evolution/%%VERSION%%/libetable.la -lib/evolution/%%VERSION%%/libetable.so -lib/evolution/%%VERSION%%/libetable.so.0 -lib/evolution/%%VERSION%%/libetext.a -lib/evolution/%%VERSION%%/libetext.la -lib/evolution/%%VERSION%%/libetext.so -lib/evolution/%%VERSION%%/libetext.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.a -lib/evolution/%%VERSION%%/libetimezonedialog.la -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 -lib/evolution/%%VERSION%%/libeutil.a -lib/evolution/%%VERSION%%/libeutil.la -lib/evolution/%%VERSION%%/libeutil.so -lib/evolution/%%VERSION%%/libeutil.so.0 -lib/evolution/%%VERSION%%/libevolution-a11y.a -lib/evolution/%%VERSION%%/libevolution-a11y.la -lib/evolution/%%VERSION%%/libevolution-a11y.so -lib/evolution/%%VERSION%%/libevolution-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.a -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar.a -lib/evolution/%%VERSION%%/libevolution-calendar.la -lib/evolution/%%VERSION%%/libevolution-calendar.so -lib/evolution/%%VERSION%%/libevolution-calendar.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.a -lib/evolution/%%VERSION%%/libevolution-calendar-importers.la -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail.a -lib/evolution/%%VERSION%%/libevolution-mail.la -lib/evolution/%%VERSION%%/libevolution-mail.so -lib/evolution/%%VERSION%%/libevolution-mail.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.a -lib/evolution/%%VERSION%%/libevolution-mail-importers.la -lib/evolution/%%VERSION%%/libevolution-mail-importers.so -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-settings.a -lib/evolution/%%VERSION%%/libevolution-mail-settings.la -lib/evolution/%%VERSION%%/libevolution-mail-settings.so -lib/evolution/%%VERSION%%/libevolution-mail-settings.so.0 -lib/evolution/%%VERSION%%/libevolution-smime.a -lib/evolution/%%VERSION%%/libevolution-smime.la -lib/evolution/%%VERSION%%/libevolution-smime.so -lib/evolution/%%VERSION%%/libevolution-smime.so.0 -lib/evolution/%%VERSION%%/libfilter.a -lib/evolution/%%VERSION%%/libfilter.la -lib/evolution/%%VERSION%%/libfilter.so -lib/evolution/%%VERSION%%/libfilter.so.0 -lib/evolution/%%VERSION%%/libmenus.a -lib/evolution/%%VERSION%%/libmenus.la -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.a -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.la -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.so -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.a -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.la -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.so -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.a -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.la -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.so -lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-audio-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-bogo-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-default-mailer.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-caldav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-google.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-startup-wizard.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-webdav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-image-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug -libdata/pkgconfig/evolution-calendar.pc -libdata/pkgconfig/evolution-mail.pc -libdata/pkgconfig/evolution-plugin.pc -libdata/pkgconfig/evolution-shell.pc -libexec/evolution/%%VERSION%%/csv2vcard -libexec/evolution/%%VERSION%%/evolution-addressbook-clean -libexec/evolution/%%VERSION%%/evolution-addressbook-export -libexec/evolution/%%VERSION%%/evolution-backup -libexec/evolution/%%VERSION%%/killev -share/applications/evolution.desktop -share/applications/evolution-settings.desktop -share/doc/eshell/EShell.html -share/doc/eshell/EShellBackend.html -share/doc/eshell/EShellContent.html -share/doc/eshell/EShellSearchbar.html -share/doc/eshell/EShellSettings.html -share/doc/eshell/EShellSidebar.html -share/doc/eshell/EShellSwitcher.html -share/doc/eshell/EShellTaskbar.html -share/doc/eshell/EShellView.html -share/doc/eshell/EShellWindow.html -share/doc/eshell/ch01.html -share/doc/eshell/ch02.html -share/doc/eshell/ch03.html -share/doc/eshell/ch04.html -share/doc/eshell/eshell-Action-Groups.html -share/doc/eshell/eshell-Bit-Arrays-(Legacy).html -share/doc/eshell/eshell-Categories.html -share/doc/eshell/eshell-Container-for-Signatures.html -share/doc/eshell/eshell-Date-and-Time-Formatting.html -share/doc/eshell/eshell-Dialog-Utilities-(Legacy).html -share/doc/eshell/eshell-Error-Logging.html -share/doc/eshell/eshell-GConf-Bridge.html -share/doc/eshell/eshell-GObject-Property-Bindings.html -share/doc/eshell/eshell-Generic-Module-Loader.html -share/doc/eshell/eshell-Icon-Utilities-(Legacy).html -share/doc/eshell/eshell-Mail-Accounts.html -share/doc/eshell/eshell-Miscellaneous-Utilities.html -share/doc/eshell/eshell-More-Signature-Utilities.html -share/doc/eshell/eshell-Personalized-Signatures.html -share/doc/eshell/eshell-Printing.html -share/doc/eshell/eshell-Reading-and-Writing-XML.html -share/doc/eshell/eshell-Selections.html -share/doc/eshell/eshell-Shell-Actions.html -share/doc/eshell/eshell-Shell-Utilities.html -share/doc/eshell/eshell-Text-to-HTML-Conversion.html -share/doc/eshell/eshell-User-Alert-Handling.html -share/doc/eshell/eshell.devhelp -share/doc/eshell/eshell.devhelp2 -share/doc/eshell/home.png -share/doc/eshell/index.html -share/doc/eshell/index.sgml -share/doc/eshell/ix01.html -share/doc/eshell/left.png -share/doc/eshell/right.png -share/doc/eshell/style.css -share/doc/eshell/up.png -%%DATADIR%%/%%VERSION%%/addresstypes.xml -%%DATADIR%%/%%VERSION%%/caltypes.xml -%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/hu/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/it/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ko/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ro/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps -%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps -%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps -%%DATADIR%%/%%VERSION%%/errors/addressbook.error -%%DATADIR%%/%%VERSION%%/errors/calendar.error -%%DATADIR%%/%%VERSION%%/errors/e-system.error -%%DATADIR%%/%%VERSION%%/errors/filter.error -%%DATADIR%%/%%VERSION%%/errors/mail-composer.error -%%DATADIR%%/%%VERSION%%/errors/mail.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-default-mailer.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-process-meeting.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.error -%%DATADIR%%/%%VERSION%%/errors/shell.error -%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec -%%DATADIR%%/%%VERSION%%/filtertypes.xml -%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/ca/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/cs/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/hu/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_bell.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_view-details.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/wrapped.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-autocompletion.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-certificates.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-composer.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-day.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-list.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg -%%DATADIR%%/%%VERSION%%/images/minus.png -%%DATADIR%%/%%VERSION%%/images/plus.png -%%DATADIR%%/%%VERSION%%/images/world_map-960.png -%%DATADIR%%/%%VERSION%%/memotypes.xml -%%DATADIR%%/%%VERSION%%/searchtypes.xml -%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav -%%DATADIR%%/%%VERSION%%/tasktypes.xml -%%DATADIR%%/%%VERSION%%/ui/alarm-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-list-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-notify.ui -%%DATADIR%%/%%VERSION%%/ui/cal-prefs-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/contact-editor.ui -%%DATADIR%%/%%VERSION%%/ui/contact-list-editor.ui -%%DATADIR%%/%%VERSION%%/ui/e-delegate-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/e-itip-control.ui -%%DATADIR%%/%%VERSION%%/ui/e-send-options.ui -%%DATADIR%%/%%VERSION%%/ui/e-table-config.ui -%%DATADIR%%/%%VERSION%%/ui/e-timezone-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-commit-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/event-page.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-calendars.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-contacts.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-reader.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-memos.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-shell.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.ui -%%DATADIR%%/%%VERSION%%/ui/filter.ui -%%DATADIR%%/%%VERSION%%/ui/fullname.ui -%%DATADIR%%/%%VERSION%%/ui/gal-define-views.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-instance-save-as-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-new-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/goto-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/imap-headers.ui -%%DATADIR%%/%%VERSION%%/ui/junk-settings.ui -%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui -%%DATADIR%%/%%VERSION%%/ui/memo-page.ui -%%DATADIR%%/%%VERSION%%/ui/org-gnome-email-custom-header.ui -%%DATADIR%%/%%VERSION%%/ui/properties.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-add-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-listing.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-login-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/publish-calendar.ui -%%DATADIR%%/%%VERSION%%/ui/recurrence-page.ui -%%DATADIR%%/%%VERSION%%/ui/schedule-page.ui -%%DATADIR%%/%%VERSION%%/ui/smime-ui.ui -%%DATADIR%%/%%VERSION%%/ui/task-details-page.ui -%%DATADIR%%/%%VERSION%%/ui/task-page.ui -%%DATADIR%%/%%VERSION%%/vfoldertypes.xml -%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml -%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview -%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml -%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview -%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview -%%DATADIR%%/%%VERSION%%/views/mail/galview.xml -%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview -%%DATADIR%%/%%VERSION%%/views/memos/galview.xml -%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview -%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml -share/gnome/help/evolution/C/evolution.xml -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar_preference_display.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/C/figures/delgt-add.png -share/gnome/help/evolution/C/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/C/figures/evo_backup_warning.png -share/gnome/help/evolution/C/figures/evo_blink.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/C/figures/evo_calstatus_a.png -share/gnome/help/evolution/C/figures/evo_caltasks_a.png -share/gnome/help/evolution/C/figures/evo_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/C/figures/evo_dialog-info.png -share/gnome/help/evolution/C/figures/evo_dialog-warning.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_exchng_mapi.png -share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/C/figures/evo_gwreceive_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_junk_a.png -share/gnome/help/evolution/C/figures/evo_label_a.png -share/gnome/help/evolution/C/figures/evo_labels_a.png -share/gnome/help/evolution/C/figures/evo_mail_a.png -share/gnome/help/evolution/C/figures/evo_mail_callout_a.png -share/gnome/help/evolution/C/figures/evo_mail_notifier.png -share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/C/figures/evo_memo_a.png -share/gnome/help/evolution/C/figures/evo_mhreceive_a.png -share/gnome/help/evolution/C/figures/evo_newmail.png -share/gnome/help/evolution/C/figures/evo_newmess_a.png -share/gnome/help/evolution/C/figures/evo_offline.png -share/gnome/help/evolution/C/figures/evo_popreceive_a.png -share/gnome/help/evolution/C/figures/evo_proxyadd_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_send_option_a.png -share/gnome/help/evolution/C/figures/evo_send_setup_a.png -share/gnome/help/evolution/C/figures/evo_sendstatus_a.png -share/gnome/help/evolution/C/figures/evo_shd_memo_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/evolution_contact_preference.png -share/gnome/help/evolution/C/figures/evolution_mail_preference.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/folder_plus.png -share/gnome/help/evolution/C/figures/folder_size_mapi.png -share/gnome/help/evolution/C/figures/folder_size_preference.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/groupwise_resend.png -share/gnome/help/evolution/C/figures/groupwise_resend_retract.png -share/gnome/help/evolution/C/figures/local_ics_calendar.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/meeting.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/quick_add_a.png -share/gnome/help/evolution/C/figures/quick_reference.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar_preference_display.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/cs/figures/delgt-add.png -share/gnome/help/evolution/cs/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/cs/figures/evo_backup_warning.png -share/gnome/help/evolution/cs/figures/evo_blink.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/cs/figures/evo_calstatus_a.png -share/gnome/help/evolution/cs/figures/evo_caltasks_a.png -share/gnome/help/evolution/cs/figures/evo_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/cs/figures/evo_dialog-info.png -share/gnome/help/evolution/cs/figures/evo_dialog-warning.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_exchng_mapi.png -share/gnome/help/evolution/cs/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceive_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_junk_a.png -share/gnome/help/evolution/cs/figures/evo_label_a.png -share/gnome/help/evolution/cs/figures/evo_labels_a.png -share/gnome/help/evolution/cs/figures/evo_mail_a.png -share/gnome/help/evolution/cs/figures/evo_mail_callout_a.png -share/gnome/help/evolution/cs/figures/evo_mail_notifier.png -share/gnome/help/evolution/cs/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/cs/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/cs/figures/evo_memo_a.png -share/gnome/help/evolution/cs/figures/evo_mhreceive_a.png -share/gnome/help/evolution/cs/figures/evo_newmail.png -share/gnome/help/evolution/cs/figures/evo_newmess_a.png -share/gnome/help/evolution/cs/figures/evo_offline.png -share/gnome/help/evolution/cs/figures/evo_popreceive_a.png -share/gnome/help/evolution/cs/figures/evo_proxyadd_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_send_option_a.png -share/gnome/help/evolution/cs/figures/evo_send_setup_a.png -share/gnome/help/evolution/cs/figures/evo_sendstatus_a.png -share/gnome/help/evolution/cs/figures/evo_shd_memo_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/evolution_contact_preference.png -share/gnome/help/evolution/cs/figures/evolution_mail_preference.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/folder_plus.png -share/gnome/help/evolution/cs/figures/folder_size_mapi.png -share/gnome/help/evolution/cs/figures/folder_size_preference.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/groupwise_resend.png -share/gnome/help/evolution/cs/figures/groupwise_resend_retract.png -share/gnome/help/evolution/cs/figures/local_ics_calendar.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/meeting.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/quick_add_a.png -share/gnome/help/evolution/cs/figures/quick_reference.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar_preference_display.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/de/figures/delgt-add.png -share/gnome/help/evolution/de/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/de/figures/evo_backup_warning.png -share/gnome/help/evolution/de/figures/evo_blink.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/de/figures/evo_calstatus_a.png -share/gnome/help/evolution/de/figures/evo_caltasks_a.png -share/gnome/help/evolution/de/figures/evo_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/de/figures/evo_dialog-info.png -share/gnome/help/evolution/de/figures/evo_dialog-warning.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_exchng_mapi.png -share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/de/figures/evo_gwreceive_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_junk_a.png -share/gnome/help/evolution/de/figures/evo_label_a.png -share/gnome/help/evolution/de/figures/evo_labels_a.png -share/gnome/help/evolution/de/figures/evo_mail_a.png -share/gnome/help/evolution/de/figures/evo_mail_callout_a.png -share/gnome/help/evolution/de/figures/evo_mail_notifier.png -share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/de/figures/evo_memo_a.png -share/gnome/help/evolution/de/figures/evo_mhreceive_a.png -share/gnome/help/evolution/de/figures/evo_newmail.png -share/gnome/help/evolution/de/figures/evo_newmess_a.png -share/gnome/help/evolution/de/figures/evo_offline.png -share/gnome/help/evolution/de/figures/evo_popreceive_a.png -share/gnome/help/evolution/de/figures/evo_proxyadd_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_send_option_a.png -share/gnome/help/evolution/de/figures/evo_send_setup_a.png -share/gnome/help/evolution/de/figures/evo_sendstatus_a.png -share/gnome/help/evolution/de/figures/evo_shd_memo_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/evolution_contact_preference.png -share/gnome/help/evolution/de/figures/evolution_mail_preference.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/folder_plus.png -share/gnome/help/evolution/de/figures/folder_size_mapi.png -share/gnome/help/evolution/de/figures/folder_size_preference.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/groupwise_resend.png -share/gnome/help/evolution/de/figures/groupwise_resend_retract.png -share/gnome/help/evolution/de/figures/local_ics_calendar.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/meeting.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/quick_add_a.png -share/gnome/help/evolution/de/figures/quick_reference.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar_preference_display.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/el/figures/delgt-add.png -share/gnome/help/evolution/el/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/el/figures/evo_backup_warning.png -share/gnome/help/evolution/el/figures/evo_blink.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/el/figures/evo_calstatus_a.png -share/gnome/help/evolution/el/figures/evo_caltasks_a.png -share/gnome/help/evolution/el/figures/evo_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/el/figures/evo_dialog-info.png -share/gnome/help/evolution/el/figures/evo_dialog-warning.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_exchng_mapi.png -share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/el/figures/evo_gwreceive_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_junk_a.png -share/gnome/help/evolution/el/figures/evo_label_a.png -share/gnome/help/evolution/el/figures/evo_labels_a.png -share/gnome/help/evolution/el/figures/evo_mail_a.png -share/gnome/help/evolution/el/figures/evo_mail_callout_a.png -share/gnome/help/evolution/el/figures/evo_mail_notifier.png -share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/el/figures/evo_memo_a.png -share/gnome/help/evolution/el/figures/evo_mhreceive_a.png -share/gnome/help/evolution/el/figures/evo_newmail.png -share/gnome/help/evolution/el/figures/evo_newmess_a.png -share/gnome/help/evolution/el/figures/evo_offline.png -share/gnome/help/evolution/el/figures/evo_popreceive_a.png -share/gnome/help/evolution/el/figures/evo_proxyadd_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_send_option_a.png -share/gnome/help/evolution/el/figures/evo_send_setup_a.png -share/gnome/help/evolution/el/figures/evo_sendstatus_a.png -share/gnome/help/evolution/el/figures/evo_shd_memo_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/evolution_contact_preference.png -share/gnome/help/evolution/el/figures/evolution_mail_preference.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/folder_plus.png -share/gnome/help/evolution/el/figures/folder_size_mapi.png -share/gnome/help/evolution/el/figures/folder_size_preference.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/groupwise_resend.png -share/gnome/help/evolution/el/figures/groupwise_resend_retract.png -share/gnome/help/evolution/el/figures/local_ics_calendar.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/meeting.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/quick_add_a.png -share/gnome/help/evolution/el/figures/quick_reference.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar_preference_display.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/delgt-add.png -share/gnome/help/evolution/en_GB/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png -share/gnome/help/evolution/en_GB/figures/evo_blink.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_caltasks_a.png -share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-info.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-warning.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_exchng_mapi.png -share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_junk_a.png -share/gnome/help/evolution/en_GB/figures/evo_label_a.png -share/gnome/help/evolution/en_GB/figures/evo_labels_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_notifier.png -share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_newmail.png -share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png -share/gnome/help/evolution/en_GB/figures/evo_offline.png -share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_option_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_sendstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_shd_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/evolution_contact_preference.png -share/gnome/help/evolution/en_GB/figures/evolution_mail_preference.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/folder_plus.png -share/gnome/help/evolution/en_GB/figures/folder_size_mapi.png -share/gnome/help/evolution/en_GB/figures/folder_size_preference.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend_retract.png -share/gnome/help/evolution/en_GB/figures/local_ics_calendar.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/meeting.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/quick_add_a.png -share/gnome/help/evolution/en_GB/figures/quick_reference.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar_preference_display.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/es/figures/delgt-add.png -share/gnome/help/evolution/es/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/es/figures/evo_backup_warning.png -share/gnome/help/evolution/es/figures/evo_blink.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/es/figures/evo_calstatus_a.png -share/gnome/help/evolution/es/figures/evo_caltasks_a.png -share/gnome/help/evolution/es/figures/evo_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/es/figures/evo_dialog-info.png -share/gnome/help/evolution/es/figures/evo_dialog-warning.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_exchng_mapi.png -share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/es/figures/evo_gwreceive_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_junk_a.png -share/gnome/help/evolution/es/figures/evo_label_a.png -share/gnome/help/evolution/es/figures/evo_labels_a.png -share/gnome/help/evolution/es/figures/evo_mail_a.png -share/gnome/help/evolution/es/figures/evo_mail_callout_a.png -share/gnome/help/evolution/es/figures/evo_mail_notifier.png -share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/es/figures/evo_memo_a.png -share/gnome/help/evolution/es/figures/evo_mhreceive_a.png -share/gnome/help/evolution/es/figures/evo_newmail.png -share/gnome/help/evolution/es/figures/evo_newmess_a.png -share/gnome/help/evolution/es/figures/evo_offline.png -share/gnome/help/evolution/es/figures/evo_popreceive_a.png -share/gnome/help/evolution/es/figures/evo_proxyadd_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_send_option_a.png -share/gnome/help/evolution/es/figures/evo_send_setup_a.png -share/gnome/help/evolution/es/figures/evo_sendstatus_a.png -share/gnome/help/evolution/es/figures/evo_shd_memo_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/evolution_contact_preference.png -share/gnome/help/evolution/es/figures/evolution_mail_preference.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/folder_plus.png -share/gnome/help/evolution/es/figures/folder_size_mapi.png -share/gnome/help/evolution/es/figures/folder_size_preference.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/groupwise_resend.png -share/gnome/help/evolution/es/figures/groupwise_resend_retract.png -share/gnome/help/evolution/es/figures/local_ics_calendar.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/meeting.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/quick_add_a.png -share/gnome/help/evolution/es/figures/quick_reference.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/eu/evolution.xml -share/gnome/help/evolution/eu/figures/attach_reminder_a.png -share/gnome/help/evolution/eu/figures/calendar_preference_display.png -share/gnome/help/evolution/eu/figures/categories_a.png -share/gnome/help/evolution/eu/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/eu/figures/delgt-add.png -share/gnome/help/evolution/eu/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/eu/figures/evo_adv_search_a.png -share/gnome/help/evolution/eu/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/eu/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/eu/figures/evo_backup_warning.png -share/gnome/help/evolution/eu/figures/evo_blink.png -share/gnome/help/evolution/eu/figures/evo_cal_callout_a.png -share/gnome/help/evolution/eu/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/eu/figures/evo_calstatus_a.png -share/gnome/help/evolution/eu/figures/evo_caltasks_a.png -share/gnome/help/evolution/eu/figures/evo_contacteditor_a.png -share/gnome/help/evolution/eu/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/eu/figures/evo_dialog-info.png -share/gnome/help/evolution/eu/figures/evo_dialog-warning.png -share/gnome/help/evolution/eu/figures/evo_edit_search.png -share/gnome/help/evolution/eu/figures/evo_exchng_mapi.png -share/gnome/help/evolution/eu/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/eu/figures/evo_gwreceive_a.png -share/gnome/help/evolution/eu/figures/evo_gwstatustrack.png -share/gnome/help/evolution/eu/figures/evo_imapreceive_a.png -share/gnome/help/evolution/eu/figures/evo_junk_a.png -share/gnome/help/evolution/eu/figures/evo_label_a.png -share/gnome/help/evolution/eu/figures/evo_labels_a.png -share/gnome/help/evolution/eu/figures/evo_mail_a.png -share/gnome/help/evolution/eu/figures/evo_mail_callout_a.png -share/gnome/help/evolution/eu/figures/evo_mail_notifier.png -share/gnome/help/evolution/eu/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/eu/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/eu/figures/evo_memo_a.png -share/gnome/help/evolution/eu/figures/evo_mhreceive_a.png -share/gnome/help/evolution/eu/figures/evo_newmail.png -share/gnome/help/evolution/eu/figures/evo_newmess_a.png -share/gnome/help/evolution/eu/figures/evo_offline.png -share/gnome/help/evolution/eu/figures/evo_popreceive_a.png -share/gnome/help/evolution/eu/figures/evo_proxyadd_a.png -share/gnome/help/evolution/eu/figures/evo_rule_a.png -share/gnome/help/evolution/eu/figures/evo_send_option_a.png -share/gnome/help/evolution/eu/figures/evo_send_setup_a.png -share/gnome/help/evolution/eu/figures/evo_sendstatus_a.png -share/gnome/help/evolution/eu/figures/evo_shd_memo_a.png -share/gnome/help/evolution/eu/figures/evo_usereceive_a.png -share/gnome/help/evolution/eu/figures/evolution_contact_preference.png -share/gnome/help/evolution/eu/figures/evolution_mail_preference.png -share/gnome/help/evolution/eu/figures/exchng-rec-mails.png -share/gnome/help/evolution/eu/figures/exchng-rec-options.png -share/gnome/help/evolution/eu/figures/filter-new-fig.png -share/gnome/help/evolution/eu/figures/folder_plus.png -share/gnome/help/evolution/eu/figures/folder_size_mapi.png -share/gnome/help/evolution/eu/figures/folder_size_preference.png -share/gnome/help/evolution/eu/figures/google_cal_view.png -share/gnome/help/evolution/eu/figures/groupwise_resend.png -share/gnome/help/evolution/eu/figures/groupwise_resend_retract.png -share/gnome/help/evolution/eu/figures/local_ics_calendar.png -share/gnome/help/evolution/eu/figures/mailer_preferences.png -share/gnome/help/evolution/eu/figures/meeting.png -share/gnome/help/evolution/eu/figures/minus.png -share/gnome/help/evolution/eu/figures/plus.png -share/gnome/help/evolution/eu/figures/quick_add_a.png -share/gnome/help/evolution/eu/figures/quick_reference.png -share/gnome/help/evolution/eu/figures/stock_search.png -share/gnome/help/evolution/eu/figures/ver_view_a.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar_preference_display.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/fr/figures/delgt-add.png -share/gnome/help/evolution/fr/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/fr/figures/evo_backup_warning.png -share/gnome/help/evolution/fr/figures/evo_blink.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/fr/figures/evo_calstatus_a.png -share/gnome/help/evolution/fr/figures/evo_caltasks_a.png -share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/fr/figures/evo_dialog-info.png -share/gnome/help/evolution/fr/figures/evo_dialog-warning.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_exchng_mapi.png -share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_junk_a.png -share/gnome/help/evolution/fr/figures/evo_label_a.png -share/gnome/help/evolution/fr/figures/evo_labels_a.png -share/gnome/help/evolution/fr/figures/evo_mail_a.png -share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png -share/gnome/help/evolution/fr/figures/evo_mail_notifier.png -share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/fr/figures/evo_memo_a.png -share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png -share/gnome/help/evolution/fr/figures/evo_newmail.png -share/gnome/help/evolution/fr/figures/evo_newmess_a.png -share/gnome/help/evolution/fr/figures/evo_offline.png -share/gnome/help/evolution/fr/figures/evo_popreceive_a.png -share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_send_option_a.png -share/gnome/help/evolution/fr/figures/evo_send_setup_a.png -share/gnome/help/evolution/fr/figures/evo_sendstatus_a.png -share/gnome/help/evolution/fr/figures/evo_shd_memo_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/evolution_contact_preference.png -share/gnome/help/evolution/fr/figures/evolution_mail_preference.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/folder_plus.png -share/gnome/help/evolution/fr/figures/folder_size_mapi.png -share/gnome/help/evolution/fr/figures/folder_size_preference.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/groupwise_resend.png -share/gnome/help/evolution/fr/figures/groupwise_resend_retract.png -share/gnome/help/evolution/fr/figures/local_ics_calendar.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/meeting.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/quick_add_a.png -share/gnome/help/evolution/fr/figures/quick_reference.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar_preference_display.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/mk/figures/delgt-add.png -share/gnome/help/evolution/mk/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/mk/figures/evo_backup_warning.png -share/gnome/help/evolution/mk/figures/evo_blink.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/mk/figures/evo_calstatus_a.png -share/gnome/help/evolution/mk/figures/evo_caltasks_a.png -share/gnome/help/evolution/mk/figures/evo_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/mk/figures/evo_dialog-info.png -share/gnome/help/evolution/mk/figures/evo_dialog-warning.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_exchng_mapi.png -share/gnome/help/evolution/mk/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceive_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_junk_a.png -share/gnome/help/evolution/mk/figures/evo_label_a.png -share/gnome/help/evolution/mk/figures/evo_labels_a.png -share/gnome/help/evolution/mk/figures/evo_mail_a.png -share/gnome/help/evolution/mk/figures/evo_mail_callout_a.png -share/gnome/help/evolution/mk/figures/evo_mail_notifier.png -share/gnome/help/evolution/mk/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/mk/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/mk/figures/evo_memo_a.png -share/gnome/help/evolution/mk/figures/evo_mhreceive_a.png -share/gnome/help/evolution/mk/figures/evo_newmail.png -share/gnome/help/evolution/mk/figures/evo_newmess_a.png -share/gnome/help/evolution/mk/figures/evo_offline.png -share/gnome/help/evolution/mk/figures/evo_popreceive_a.png -share/gnome/help/evolution/mk/figures/evo_proxyadd_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_send_option_a.png -share/gnome/help/evolution/mk/figures/evo_send_setup_a.png -share/gnome/help/evolution/mk/figures/evo_sendstatus_a.png -share/gnome/help/evolution/mk/figures/evo_shd_memo_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/evolution_contact_preference.png -share/gnome/help/evolution/mk/figures/evolution_mail_preference.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/folder_plus.png -share/gnome/help/evolution/mk/figures/folder_size_mapi.png -share/gnome/help/evolution/mk/figures/folder_size_preference.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/groupwise_resend.png -share/gnome/help/evolution/mk/figures/groupwise_resend_retract.png -share/gnome/help/evolution/mk/figures/local_ics_calendar.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/meeting.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/quick_add_a.png -share/gnome/help/evolution/mk/figures/quick_reference.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar_preference_display.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/oc/figures/delgt-add.png -share/gnome/help/evolution/oc/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/oc/figures/evo_backup_warning.png -share/gnome/help/evolution/oc/figures/evo_blink.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/oc/figures/evo_calstatus_a.png -share/gnome/help/evolution/oc/figures/evo_caltasks_a.png -share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/oc/figures/evo_dialog-info.png -share/gnome/help/evolution/oc/figures/evo_dialog-warning.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_exchng_mapi.png -share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_junk_a.png -share/gnome/help/evolution/oc/figures/evo_label_a.png -share/gnome/help/evolution/oc/figures/evo_labels_a.png -share/gnome/help/evolution/oc/figures/evo_mail_a.png -share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png -share/gnome/help/evolution/oc/figures/evo_mail_notifier.png -share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/oc/figures/evo_memo_a.png -share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png -share/gnome/help/evolution/oc/figures/evo_newmail.png -share/gnome/help/evolution/oc/figures/evo_newmess_a.png -share/gnome/help/evolution/oc/figures/evo_offline.png -share/gnome/help/evolution/oc/figures/evo_popreceive_a.png -share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_send_option_a.png -share/gnome/help/evolution/oc/figures/evo_send_setup_a.png -share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png -share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/evolution_contact_preference.png -share/gnome/help/evolution/oc/figures/evolution_mail_preference.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/folder_plus.png -share/gnome/help/evolution/oc/figures/folder_size_mapi.png -share/gnome/help/evolution/oc/figures/folder_size_preference.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/groupwise_resend.png -share/gnome/help/evolution/oc/figures/groupwise_resend_retract.png -share/gnome/help/evolution/oc/figures/local_ics_calendar.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/meeting.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/quick_add_a.png -share/gnome/help/evolution/oc/figures/quick_reference.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar_preference_display.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/ru/figures/delgt-add.png -share/gnome/help/evolution/ru/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/ru/figures/evo_backup_warning.png -share/gnome/help/evolution/ru/figures/evo_blink.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/ru/figures/evo_calstatus_a.png -share/gnome/help/evolution/ru/figures/evo_caltasks_a.png -share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/ru/figures/evo_dialog-info.png -share/gnome/help/evolution/ru/figures/evo_dialog-warning.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_exchng_mapi.png -share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_junk_a.png -share/gnome/help/evolution/ru/figures/evo_label_a.png -share/gnome/help/evolution/ru/figures/evo_labels_a.png -share/gnome/help/evolution/ru/figures/evo_mail_a.png -share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png -share/gnome/help/evolution/ru/figures/evo_mail_notifier.png -share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/ru/figures/evo_memo_a.png -share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png -share/gnome/help/evolution/ru/figures/evo_newmail.png -share/gnome/help/evolution/ru/figures/evo_newmess_a.png -share/gnome/help/evolution/ru/figures/evo_offline.png -share/gnome/help/evolution/ru/figures/evo_popreceive_a.png -share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_send_option_a.png -share/gnome/help/evolution/ru/figures/evo_send_setup_a.png -share/gnome/help/evolution/ru/figures/evo_sendstatus_a.png -share/gnome/help/evolution/ru/figures/evo_shd_memo_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/evolution_contact_preference.png -share/gnome/help/evolution/ru/figures/evolution_mail_preference.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/folder_plus.png -share/gnome/help/evolution/ru/figures/folder_size_mapi.png -share/gnome/help/evolution/ru/figures/folder_size_preference.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/groupwise_resend.png -share/gnome/help/evolution/ru/figures/groupwise_resend_retract.png -share/gnome/help/evolution/ru/figures/local_ics_calendar.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/meeting.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/quick_add_a.png -share/gnome/help/evolution/ru/figures/quick_reference.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar_preference_display.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/sv/figures/delgt-add.png -share/gnome/help/evolution/sv/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/sv/figures/evo_backup_warning.png -share/gnome/help/evolution/sv/figures/evo_blink.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/sv/figures/evo_calstatus_a.png -share/gnome/help/evolution/sv/figures/evo_caltasks_a.png -share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/sv/figures/evo_dialog-info.png -share/gnome/help/evolution/sv/figures/evo_dialog-warning.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_exchng_mapi.png -share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_junk_a.png -share/gnome/help/evolution/sv/figures/evo_label_a.png -share/gnome/help/evolution/sv/figures/evo_labels_a.png -share/gnome/help/evolution/sv/figures/evo_mail_a.png -share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png -share/gnome/help/evolution/sv/figures/evo_mail_notifier.png -share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/sv/figures/evo_memo_a.png -share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png -share/gnome/help/evolution/sv/figures/evo_newmail.png -share/gnome/help/evolution/sv/figures/evo_newmess_a.png -share/gnome/help/evolution/sv/figures/evo_offline.png -share/gnome/help/evolution/sv/figures/evo_popreceive_a.png -share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_send_option_a.png -share/gnome/help/evolution/sv/figures/evo_send_setup_a.png -share/gnome/help/evolution/sv/figures/evo_sendstatus_a.png -share/gnome/help/evolution/sv/figures/evo_shd_memo_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/evolution_contact_preference.png -share/gnome/help/evolution/sv/figures/evolution_mail_preference.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/folder_plus.png -share/gnome/help/evolution/sv/figures/folder_size_mapi.png -share/gnome/help/evolution/sv/figures/folder_size_preference.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/groupwise_resend.png -share/gnome/help/evolution/sv/figures/groupwise_resend_retract.png -share/gnome/help/evolution/sv/figures/local_ics_calendar.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/meeting.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/quick_add_a.png -share/gnome/help/evolution/sv/figures/quick_reference.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -%%PILOT%%share/gnome-pilot/conduits/e-address.conduit -%%PILOT%%share/gnome-pilot/conduits/e-calendar.conduit -%%PILOT%%share/gnome-pilot/conduits/e-memo.conduit -%%PILOT%%share/gnome-pilot/conduits/e-todo.conduit -share/icons/hicolor/16x16/apps/evolution-mail.png -share/icons/hicolor/16x16/apps/evolution-memos.png -share/icons/hicolor/16x16/apps/evolution-tasks.png -share/icons/hicolor/16x16/apps/evolution.png -share/icons/hicolor/22x22/apps/evolution-mail.png -share/icons/hicolor/22x22/apps/evolution-memos.png -share/icons/hicolor/22x22/apps/evolution-tasks.png -share/icons/hicolor/22x22/apps/evolution.png -share/icons/hicolor/24x24/apps/evolution-mail.png -share/icons/hicolor/24x24/apps/evolution-memos.png -share/icons/hicolor/24x24/apps/evolution-tasks.png -share/icons/hicolor/24x24/apps/evolution.png -share/icons/hicolor/32x32/apps/evolution-mail.png -share/icons/hicolor/32x32/apps/evolution-memos.png -share/icons/hicolor/32x32/apps/evolution-tasks.png -share/icons/hicolor/32x32/apps/evolution.png -share/icons/hicolor/48x48/apps/evolution-mail.png -share/icons/hicolor/48x48/apps/evolution-memos.png -share/icons/hicolor/48x48/apps/evolution-tasks.png -share/icons/hicolor/48x48/apps/evolution.png -share/icons/hicolor/scalable/apps/evolution.svg -share/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/br/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nds/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ps/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo -share/mime-info/evolution.keys -share/mime-info/evolution.mime -share/omf/evolution/evolution-C.omf -share/omf/evolution/evolution-cs.omf -share/omf/evolution/evolution-de.omf -share/omf/evolution/evolution-el.omf -share/omf/evolution/evolution-en_GB.omf -share/omf/evolution/evolution-es.omf -share/omf/evolution/evolution-eu.omf -share/omf/evolution/evolution-fr.omf -share/omf/evolution/evolution-mk.omf -share/omf/evolution/evolution-oc.omf -share/omf/evolution/evolution-ru.omf -share/omf/evolution/evolution-sv.omf -@dirrm share/omf/evolution -@dirrm share/gnome/help/evolution/sv/figures -@dirrm share/gnome/help/evolution/sv -@dirrm share/gnome/help/evolution/ru/figures -@dirrm share/gnome/help/evolution/ru -@dirrm share/gnome/help/evolution/oc/figures -@dirrm share/gnome/help/evolution/oc -@dirrm share/gnome/help/evolution/mk/figures -@dirrm share/gnome/help/evolution/mk -@dirrm share/gnome/help/evolution/fr/figures -@dirrm share/gnome/help/evolution/fr -@dirrm share/gnome/help/evolution/eu/figures -@dirrm share/gnome/help/evolution/eu -@dirrm share/gnome/help/evolution/es/figures -@dirrm share/gnome/help/evolution/es -@dirrm share/gnome/help/evolution/en_GB/figures -@dirrm share/gnome/help/evolution/en_GB -@dirrm share/gnome/help/evolution/el/figures -@dirrm share/gnome/help/evolution/el -@dirrm share/gnome/help/evolution/de/figures -@dirrm share/gnome/help/evolution/de -@dirrm share/gnome/help/evolution/cs/figures -@dirrm share/gnome/help/evolution/cs -@dirrm share/gnome/help/evolution/C/figures -@dirrm share/gnome/help/evolution/C -@dirrm share/gnome/help/evolution -@dirrm %%DATADIR%%/%%VERSION%%/views/tasks -@dirrm %%DATADIR%%/%%VERSION%%/views/memos -@dirrm %%DATADIR%%/%%VERSION%%/views/mail -@dirrm %%DATADIR%%/%%VERSION%%/views/calendar -@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook -@dirrm %%DATADIR%%/%%VERSION%%/views -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/sounds -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor -@dirrm %%DATADIR%%/%%VERSION%%/icons -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref -@dirrm %%DATADIR%%/%%VERSION%%/help -@dirrm %%DATADIR%%/%%VERSION%%/etspec -@dirrm %%DATADIR%%/%%VERSION%%/errors -@dirrm %%DATADIR%%/%%VERSION%%/ecps -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sv -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ro -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pt -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pl -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/nl -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/mk -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/lt -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ko -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ja -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/it -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/hu -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fr -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fi -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/es -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/de -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/cs -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ca -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/C -@dirrm %%DATADIR%%/%%VERSION%%/default -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/eshell -@dirrmtry share/applications -@dirrm libexec/evolution/%%VERSION%% -@dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/plugins -@dirrm lib/evolution/%%VERSION%%/modules -%%PILOT%%@dirrm lib/evolution/%%VERSION%%/conduits -@dirrm lib/evolution/%%VERSION%% -@dirrm lib/evolution -@dirrm include/evolution-%%VERSION%%/text -@dirrm include/evolution-%%VERSION%%/table -@dirrm include/evolution-%%VERSION%%/shell -@dirrm include/evolution-%%VERSION%%/misc -@dirrm include/evolution-%%VERSION%%/menus -@dirrm include/evolution-%%VERSION%%/mail -@dirrm include/evolution-%%VERSION%%/filter -@dirrm include/evolution-%%VERSION%%/em-format -@dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/e-conduit -@dirrm include/evolution-%%VERSION%%/composer -@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs -@dirrm include/evolution-%%VERSION%%/calendar/gui -@dirrm include/evolution-%%VERSION%%/calendar/common -%%PILOT%%@dirrm include/evolution-%%VERSION%%/calendar/conduits/common -%%PILOT%%@dirrm include/evolution-%%VERSION%%/calendar/conduits -@dirrm include/evolution-%%VERSION%%/calendar -@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets -@dirrm include/evolution-%%VERSION%%/addressbook/gui -@dirrm include/evolution-%%VERSION%%/addressbook -@dirrm include/evolution-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile deleted file mode 100644 index 90f9a54e3..000000000 --- a/math/gcalctool/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gcalctool -# Date created: 12 Jun 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.131 2010/03/29 04:08:52 avl Exp $ -# - -PORTNAME= gcalctool -PORTVERSION= 5.30.1 -PORTEPOCH= 2 -CATEGORIES= math gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows - -USE_BZIP2= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gcalctool.1 -GCONF_SCHEMAS= gcalctool.schemas - -.include <bsd.port.mk> diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo deleted file mode 100644 index 06f7f2466..000000000 --- a/math/gcalctool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gcalctool-5.30.1.tar.bz2) = fc54536bab41161f2e3ccc206c32976f -SHA256 (gnome2/gcalctool-5.30.1.tar.bz2) = 2979924df4eaa37d1ecba90753b1c23e3c662f9247c0e2394f4a9d4c51802eef -SIZE (gnome2/gcalctool-5.30.1.tar.bz2) = 1125957 diff --git a/math/gcalctool/files/patch-src_gcalccmd.c b/math/gcalctool/files/patch-src_gcalccmd.c deleted file mode 100644 index 8766e797d..000000000 --- a/math/gcalctool/files/patch-src_gcalccmd.c +++ /dev/null @@ -1,92 +0,0 @@ ---- src/gcalccmd.c.orig 2009-12-08 21:27:37.000000000 -0500 -+++ src/gcalccmd.c 2010-01-24 13:38:19.000000000 -0500 -@@ -18,16 +18,89 @@ - * 02111-1307, USA. - */ - -+#include <errno.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <sys/param.h> - #include <time.h> - - #include "mp-equation.h" - - #define MAXLINE 1024 - -+#if __FreeBSD_version < 800067 -+static ssize_t -+getline (char **lineptr, size_t *n, FILE *stream) -+{ -+ char *line, *p; -+ long size, copy; -+ -+ if (lineptr == NULL || n == NULL) { -+ errno = EINVAL; -+ return (ssize_t) -1; -+ } -+ -+ if (ferror (stream)) -+ return (ssize_t) -1; -+ -+ /* Make sure we have a line buffer to start with. */ -+ if (*lineptr == NULL || *n < 2) /* !seen and no buf yet need 2 chars. */ { -+#ifndef MAX_CANON -+#define MAX_CANON 256 -+#endif -+ if (!*lineptr) -+ line = (char *) malloc (MAX_CANON); -+ else -+ line = (char *) realloc (*lineptr, MAX_CANON); -+ if (line == NULL) -+ return (ssize_t) -1; -+ *lineptr = line; -+ *n = MAX_CANON; -+ } -+ -+ line = *lineptr; -+ size = *n; -+ -+ copy = size; -+ p = line; -+ -+ while (1) { -+ long len; -+ -+ while (--copy > 0) { -+ int c = getc (stream); -+ -+ if (c == EOF) -+ goto lose; -+ else if ((*p++ = c) == '\n') -+ goto win; -+ } -+ -+ /* Need to enlarge the line buffer. */ -+ len = p - line; -+ size *= 2; -+ line = (char *) realloc (line, size); -+ if (line == NULL) -+ goto lose; -+ *lineptr = line; -+ *n = size; -+ p = line + len; -+ copy = size - len; -+ } -+ -+lose: -+ if (p == *lineptr) -+ return (ssize_t) -1; -+ -+ /* Return a partial line since we got an error in the middle. */ -+win: -+ *p = '\0'; -+ return p - *lineptr; -+} -+#endif -+ - static void - solve(const char *equation) - { diff --git a/math/gcalctool/pkg-descr b/math/gcalctool/pkg-descr deleted file mode 100644 index 2efb4943f..000000000 --- a/math/gcalctool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gcalctool is a powerful graphical calulator with financial, logical and -scientific modes. It uses a multiple precision package to do its arithmetic to -give a high degree of accuracy. - -WWW: http://live.gnome.org/Gcalctool diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist deleted file mode 100644 index f9f618bfd..000000000 --- a/math/gcalctool/pkg-plist +++ /dev/null @@ -1,682 +0,0 @@ -bin/gcalccmd -bin/gcalctool -bin/gnome-calculator -share/applications/gcalctool.desktop -%%DATADIR%%/gcalctool.ui -%%DATADIR%%/financial.ui -share/gnome/help/gcalctool/C/absolute.page -share/gnome/help/gcalctool/C/base.page -share/gnome/help/gcalctool/C/boolean.page -share/gnome/help/gcalctool/C/complex.page -share/gnome/help/gcalctool/C/conv-base.page -share/gnome/help/gcalctool/C/conv-character.page -share/gnome/help/gcalctool/C/conv-currency.page -share/gnome/help/gcalctool/C/conv-length.page -share/gnome/help/gcalctool/C/conv-time.page -share/gnome/help/gcalctool/C/conv-weight.page -share/gnome/help/gcalctool/C/equation.page -share/gnome/help/gcalctool/C/factorial.page -share/gnome/help/gcalctool/C/factorize.page -share/gnome/help/gcalctool/C/financial.page -share/gnome/help/gcalctool/C/functions.page -share/gnome/help/gcalctool/C/index.page -share/gnome/help/gcalctool/C/keyboard.page -share/gnome/help/gcalctool/C/legal.xml -share/gnome/help/gcalctool/C/logarithm.page -share/gnome/help/gcalctool/C/modulus.page -share/gnome/help/gcalctool/C/mouse.page -share/gnome/help/gcalctool/C/number-display.page -share/gnome/help/gcalctool/C/percentage.page -share/gnome/help/gcalctool/C/power.page -share/gnome/help/gcalctool/C/scientific.page -share/gnome/help/gcalctool/C/superscript.page -share/gnome/help/gcalctool/C/trigonometry.page -share/gnome/help/gcalctool/C/variables.page -share/gnome/help/gcalctool/bg/absolute.page -share/gnome/help/gcalctool/bg/base.page -share/gnome/help/gcalctool/bg/boolean.page -share/gnome/help/gcalctool/bg/complex.page -share/gnome/help/gcalctool/bg/conv-base.page -share/gnome/help/gcalctool/bg/conv-character.page -share/gnome/help/gcalctool/bg/conv-currency.page -share/gnome/help/gcalctool/bg/conv-length.page -share/gnome/help/gcalctool/bg/conv-time.page -share/gnome/help/gcalctool/bg/conv-weight.page -share/gnome/help/gcalctool/bg/equation.page -share/gnome/help/gcalctool/bg/factorial.page -share/gnome/help/gcalctool/bg/factorize.page -share/gnome/help/gcalctool/bg/financial.page -share/gnome/help/gcalctool/bg/functions.page -share/gnome/help/gcalctool/bg/index.page -share/gnome/help/gcalctool/bg/keyboard.page -share/gnome/help/gcalctool/bg/legal.xml -share/gnome/help/gcalctool/bg/logarithm.page -share/gnome/help/gcalctool/bg/modulus.page -share/gnome/help/gcalctool/bg/mouse.page -share/gnome/help/gcalctool/bg/number-display.page -share/gnome/help/gcalctool/bg/percentage.page -share/gnome/help/gcalctool/bg/power.page -share/gnome/help/gcalctool/bg/scientific.page -share/gnome/help/gcalctool/bg/superscript.page -share/gnome/help/gcalctool/bg/trigonometry.page -share/gnome/help/gcalctool/bg/variables.page -share/gnome/help/gcalctool/ca/absolute.page -share/gnome/help/gcalctool/ca/base.page -share/gnome/help/gcalctool/ca/boolean.page -share/gnome/help/gcalctool/ca/complex.page -share/gnome/help/gcalctool/ca/conv-base.page -share/gnome/help/gcalctool/ca/conv-character.page -share/gnome/help/gcalctool/ca/conv-currency.page -share/gnome/help/gcalctool/ca/conv-length.page -share/gnome/help/gcalctool/ca/conv-time.page -share/gnome/help/gcalctool/ca/conv-weight.page -share/gnome/help/gcalctool/ca/equation.page -share/gnome/help/gcalctool/ca/factorial.page -share/gnome/help/gcalctool/ca/factorize.page -share/gnome/help/gcalctool/ca/financial.page -share/gnome/help/gcalctool/ca/functions.page -share/gnome/help/gcalctool/ca/index.page -share/gnome/help/gcalctool/ca/keyboard.page -share/gnome/help/gcalctool/ca/legal.xml -share/gnome/help/gcalctool/ca/logarithm.page -share/gnome/help/gcalctool/ca/modulus.page -share/gnome/help/gcalctool/ca/mouse.page -share/gnome/help/gcalctool/ca/number-display.page -share/gnome/help/gcalctool/ca/percentage.page -share/gnome/help/gcalctool/ca/power.page -share/gnome/help/gcalctool/ca/scientific.page -share/gnome/help/gcalctool/ca/superscript.page -share/gnome/help/gcalctool/ca/trigonometry.page -share/gnome/help/gcalctool/ca/variables.page -share/gnome/help/gcalctool/cs/absolute.page -share/gnome/help/gcalctool/cs/base.page -share/gnome/help/gcalctool/cs/boolean.page -share/gnome/help/gcalctool/cs/complex.page -share/gnome/help/gcalctool/cs/conv-base.page -share/gnome/help/gcalctool/cs/conv-character.page -share/gnome/help/gcalctool/cs/conv-currency.page -share/gnome/help/gcalctool/cs/conv-length.page -share/gnome/help/gcalctool/cs/conv-time.page -share/gnome/help/gcalctool/cs/conv-weight.page -share/gnome/help/gcalctool/cs/equation.page -share/gnome/help/gcalctool/cs/factorial.page -share/gnome/help/gcalctool/cs/factorize.page -share/gnome/help/gcalctool/cs/financial.page -share/gnome/help/gcalctool/cs/functions.page -share/gnome/help/gcalctool/cs/index.page -share/gnome/help/gcalctool/cs/keyboard.page -share/gnome/help/gcalctool/cs/legal.xml -share/gnome/help/gcalctool/cs/logarithm.page -share/gnome/help/gcalctool/cs/modulus.page -share/gnome/help/gcalctool/cs/mouse.page -share/gnome/help/gcalctool/cs/number-display.page -share/gnome/help/gcalctool/cs/percentage.page -share/gnome/help/gcalctool/cs/power.page -share/gnome/help/gcalctool/cs/scientific.page -share/gnome/help/gcalctool/cs/superscript.page -share/gnome/help/gcalctool/cs/trigonometry.page -share/gnome/help/gcalctool/cs/variables.page -share/gnome/help/gcalctool/de/absolute.page -share/gnome/help/gcalctool/de/base.page -share/gnome/help/gcalctool/de/boolean.page -share/gnome/help/gcalctool/de/complex.page -share/gnome/help/gcalctool/de/conv-base.page -share/gnome/help/gcalctool/de/conv-character.page -share/gnome/help/gcalctool/de/conv-currency.page -share/gnome/help/gcalctool/de/conv-length.page -share/gnome/help/gcalctool/de/conv-time.page -share/gnome/help/gcalctool/de/conv-weight.page -share/gnome/help/gcalctool/de/equation.page -share/gnome/help/gcalctool/de/factorial.page -share/gnome/help/gcalctool/de/factorize.page -share/gnome/help/gcalctool/de/financial.page -share/gnome/help/gcalctool/de/functions.page -share/gnome/help/gcalctool/de/index.page -share/gnome/help/gcalctool/de/keyboard.page -share/gnome/help/gcalctool/de/legal.xml -share/gnome/help/gcalctool/de/logarithm.page -share/gnome/help/gcalctool/de/modulus.page -share/gnome/help/gcalctool/de/mouse.page -share/gnome/help/gcalctool/de/number-display.page -share/gnome/help/gcalctool/de/percentage.page -share/gnome/help/gcalctool/de/power.page -share/gnome/help/gcalctool/de/scientific.page -share/gnome/help/gcalctool/de/superscript.page -share/gnome/help/gcalctool/de/trigonometry.page -share/gnome/help/gcalctool/de/variables.page -share/gnome/help/gcalctool/el/absolute.page -share/gnome/help/gcalctool/el/base.page -share/gnome/help/gcalctool/el/boolean.page -share/gnome/help/gcalctool/el/complex.page -share/gnome/help/gcalctool/el/conv-base.page -share/gnome/help/gcalctool/el/conv-character.page -share/gnome/help/gcalctool/el/conv-currency.page -share/gnome/help/gcalctool/el/conv-length.page -share/gnome/help/gcalctool/el/conv-time.page -share/gnome/help/gcalctool/el/conv-weight.page -share/gnome/help/gcalctool/el/equation.page -share/gnome/help/gcalctool/el/factorial.page -share/gnome/help/gcalctool/el/factorize.page -share/gnome/help/gcalctool/el/financial.page -share/gnome/help/gcalctool/el/functions.page -share/gnome/help/gcalctool/el/index.page -share/gnome/help/gcalctool/el/keyboard.page -share/gnome/help/gcalctool/el/legal.xml -share/gnome/help/gcalctool/el/logarithm.page -share/gnome/help/gcalctool/el/modulus.page -share/gnome/help/gcalctool/el/mouse.page -share/gnome/help/gcalctool/el/number-display.page -share/gnome/help/gcalctool/el/percentage.page -share/gnome/help/gcalctool/el/power.page -share/gnome/help/gcalctool/el/scientific.page -share/gnome/help/gcalctool/el/superscript.page -share/gnome/help/gcalctool/el/trigonometry.page -share/gnome/help/gcalctool/el/variables.page -share/gnome/help/gcalctool/es/absolute.page -share/gnome/help/gcalctool/es/base.page -share/gnome/help/gcalctool/es/boolean.page -share/gnome/help/gcalctool/es/complex.page -share/gnome/help/gcalctool/es/conv-base.page -share/gnome/help/gcalctool/es/conv-character.page -share/gnome/help/gcalctool/es/conv-currency.page -share/gnome/help/gcalctool/es/conv-length.page -share/gnome/help/gcalctool/es/conv-time.page -share/gnome/help/gcalctool/es/conv-weight.page -share/gnome/help/gcalctool/es/equation.page -share/gnome/help/gcalctool/es/factorial.page -share/gnome/help/gcalctool/es/factorize.page -share/gnome/help/gcalctool/es/financial.page -share/gnome/help/gcalctool/es/functions.page -share/gnome/help/gcalctool/es/index.page -share/gnome/help/gcalctool/es/keyboard.page -share/gnome/help/gcalctool/es/legal.xml -share/gnome/help/gcalctool/es/logarithm.page -share/gnome/help/gcalctool/es/modulus.page -share/gnome/help/gcalctool/es/mouse.page -share/gnome/help/gcalctool/es/number-display.page -share/gnome/help/gcalctool/es/percentage.page -share/gnome/help/gcalctool/es/power.page -share/gnome/help/gcalctool/es/scientific.page -share/gnome/help/gcalctool/es/superscript.page -share/gnome/help/gcalctool/es/trigonometry.page -share/gnome/help/gcalctool/es/variables.page -share/gnome/help/gcalctool/eu/absolute.page -share/gnome/help/gcalctool/eu/base.page -share/gnome/help/gcalctool/eu/boolean.page -share/gnome/help/gcalctool/eu/complex.page -share/gnome/help/gcalctool/eu/conv-base.page -share/gnome/help/gcalctool/eu/conv-character.page -share/gnome/help/gcalctool/eu/conv-currency.page -share/gnome/help/gcalctool/eu/conv-length.page -share/gnome/help/gcalctool/eu/conv-time.page -share/gnome/help/gcalctool/eu/conv-weight.page -share/gnome/help/gcalctool/eu/equation.page -share/gnome/help/gcalctool/eu/factorial.page -share/gnome/help/gcalctool/eu/factorize.page -share/gnome/help/gcalctool/eu/financial.page -share/gnome/help/gcalctool/eu/functions.page -share/gnome/help/gcalctool/eu/index.page -share/gnome/help/gcalctool/eu/keyboard.page -share/gnome/help/gcalctool/eu/legal.xml -share/gnome/help/gcalctool/eu/logarithm.page -share/gnome/help/gcalctool/eu/modulus.page -share/gnome/help/gcalctool/eu/mouse.page -share/gnome/help/gcalctool/eu/number-display.page -share/gnome/help/gcalctool/eu/percentage.page -share/gnome/help/gcalctool/eu/power.page -share/gnome/help/gcalctool/eu/scientific.page -share/gnome/help/gcalctool/eu/superscript.page -share/gnome/help/gcalctool/eu/trigonometry.page -share/gnome/help/gcalctool/eu/variables.page -share/gnome/help/gcalctool/fr/absolute.page -share/gnome/help/gcalctool/fr/base.page -share/gnome/help/gcalctool/fr/boolean.page -share/gnome/help/gcalctool/fr/complex.page -share/gnome/help/gcalctool/fr/conv-base.page -share/gnome/help/gcalctool/fr/conv-character.page -share/gnome/help/gcalctool/fr/conv-currency.page -share/gnome/help/gcalctool/fr/conv-length.page -share/gnome/help/gcalctool/fr/conv-time.page -share/gnome/help/gcalctool/fr/conv-weight.page -share/gnome/help/gcalctool/fr/equation.page -share/gnome/help/gcalctool/fr/factorial.page -share/gnome/help/gcalctool/fr/factorize.page -share/gnome/help/gcalctool/fr/financial.page -share/gnome/help/gcalctool/fr/functions.page -share/gnome/help/gcalctool/fr/index.page -share/gnome/help/gcalctool/fr/keyboard.page -share/gnome/help/gcalctool/fr/legal.xml -share/gnome/help/gcalctool/fr/logarithm.page -share/gnome/help/gcalctool/fr/modulus.page -share/gnome/help/gcalctool/fr/mouse.page -share/gnome/help/gcalctool/fr/number-display.page -share/gnome/help/gcalctool/fr/percentage.page -share/gnome/help/gcalctool/fr/power.page -share/gnome/help/gcalctool/fr/scientific.page -share/gnome/help/gcalctool/fr/superscript.page -share/gnome/help/gcalctool/fr/trigonometry.page -share/gnome/help/gcalctool/fr/variables.page -share/gnome/help/gcalctool/it/absolute.page -share/gnome/help/gcalctool/it/base.page -share/gnome/help/gcalctool/it/boolean.page -share/gnome/help/gcalctool/it/complex.page -share/gnome/help/gcalctool/it/conv-base.page -share/gnome/help/gcalctool/it/conv-character.page -share/gnome/help/gcalctool/it/conv-currency.page -share/gnome/help/gcalctool/it/conv-length.page -share/gnome/help/gcalctool/it/conv-time.page -share/gnome/help/gcalctool/it/conv-weight.page -share/gnome/help/gcalctool/it/equation.page -share/gnome/help/gcalctool/it/factorial.page -share/gnome/help/gcalctool/it/factorize.page -share/gnome/help/gcalctool/it/financial.page -share/gnome/help/gcalctool/it/functions.page -share/gnome/help/gcalctool/it/index.page -share/gnome/help/gcalctool/it/keyboard.page -share/gnome/help/gcalctool/it/legal.xml -share/gnome/help/gcalctool/it/logarithm.page -share/gnome/help/gcalctool/it/modulus.page -share/gnome/help/gcalctool/it/mouse.page -share/gnome/help/gcalctool/it/number-display.page -share/gnome/help/gcalctool/it/percentage.page -share/gnome/help/gcalctool/it/power.page -share/gnome/help/gcalctool/it/scientific.page -share/gnome/help/gcalctool/it/superscript.page -share/gnome/help/gcalctool/it/trigonometry.page -share/gnome/help/gcalctool/it/variables.page -share/gnome/help/gcalctool/ja/absolute.page -share/gnome/help/gcalctool/ja/base.page -share/gnome/help/gcalctool/ja/boolean.page -share/gnome/help/gcalctool/ja/complex.page -share/gnome/help/gcalctool/ja/conv-base.page -share/gnome/help/gcalctool/ja/conv-character.page -share/gnome/help/gcalctool/ja/conv-currency.page -share/gnome/help/gcalctool/ja/conv-length.page -share/gnome/help/gcalctool/ja/conv-time.page -share/gnome/help/gcalctool/ja/conv-weight.page -share/gnome/help/gcalctool/ja/equation.page -share/gnome/help/gcalctool/ja/factorial.page -share/gnome/help/gcalctool/ja/factorize.page -share/gnome/help/gcalctool/ja/financial.page -share/gnome/help/gcalctool/ja/functions.page -share/gnome/help/gcalctool/ja/index.page -share/gnome/help/gcalctool/ja/keyboard.page -share/gnome/help/gcalctool/ja/legal.xml -share/gnome/help/gcalctool/ja/logarithm.page -share/gnome/help/gcalctool/ja/modulus.page -share/gnome/help/gcalctool/ja/mouse.page -share/gnome/help/gcalctool/ja/number-display.page -share/gnome/help/gcalctool/ja/percentage.page -share/gnome/help/gcalctool/ja/power.page -share/gnome/help/gcalctool/ja/scientific.page -share/gnome/help/gcalctool/ja/superscript.page -share/gnome/help/gcalctool/ja/trigonometry.page -share/gnome/help/gcalctool/ja/variables.page -share/gnome/help/gcalctool/ko/absolute.page -share/gnome/help/gcalctool/ko/base.page -share/gnome/help/gcalctool/ko/boolean.page -share/gnome/help/gcalctool/ko/complex.page -share/gnome/help/gcalctool/ko/conv-base.page -share/gnome/help/gcalctool/ko/conv-character.page -share/gnome/help/gcalctool/ko/conv-currency.page -share/gnome/help/gcalctool/ko/conv-length.page -share/gnome/help/gcalctool/ko/conv-time.page -share/gnome/help/gcalctool/ko/conv-weight.page -share/gnome/help/gcalctool/ko/equation.page -share/gnome/help/gcalctool/ko/factorial.page -share/gnome/help/gcalctool/ko/factorize.page -share/gnome/help/gcalctool/ko/financial.page -share/gnome/help/gcalctool/ko/functions.page -share/gnome/help/gcalctool/ko/index.page -share/gnome/help/gcalctool/ko/keyboard.page -share/gnome/help/gcalctool/ko/legal.xml -share/gnome/help/gcalctool/ko/logarithm.page -share/gnome/help/gcalctool/ko/modulus.page -share/gnome/help/gcalctool/ko/mouse.page -share/gnome/help/gcalctool/ko/number-display.page -share/gnome/help/gcalctool/ko/percentage.page -share/gnome/help/gcalctool/ko/power.page -share/gnome/help/gcalctool/ko/scientific.page -share/gnome/help/gcalctool/ko/superscript.page -share/gnome/help/gcalctool/ko/trigonometry.page -share/gnome/help/gcalctool/ko/variables.page -share/gnome/help/gcalctool/oc/absolute.page -share/gnome/help/gcalctool/oc/base.page -share/gnome/help/gcalctool/oc/boolean.page -share/gnome/help/gcalctool/oc/complex.page -share/gnome/help/gcalctool/oc/conv-base.page -share/gnome/help/gcalctool/oc/conv-character.page -share/gnome/help/gcalctool/oc/conv-currency.page -share/gnome/help/gcalctool/oc/conv-length.page -share/gnome/help/gcalctool/oc/conv-time.page -share/gnome/help/gcalctool/oc/conv-weight.page -share/gnome/help/gcalctool/oc/equation.page -share/gnome/help/gcalctool/oc/factorial.page -share/gnome/help/gcalctool/oc/factorize.page -share/gnome/help/gcalctool/oc/financial.page -share/gnome/help/gcalctool/oc/functions.page -share/gnome/help/gcalctool/oc/index.page -share/gnome/help/gcalctool/oc/keyboard.page -share/gnome/help/gcalctool/oc/legal.xml -share/gnome/help/gcalctool/oc/logarithm.page -share/gnome/help/gcalctool/oc/modulus.page -share/gnome/help/gcalctool/oc/mouse.page -share/gnome/help/gcalctool/oc/number-display.page -share/gnome/help/gcalctool/oc/percentage.page -share/gnome/help/gcalctool/oc/power.page -share/gnome/help/gcalctool/oc/scientific.page -share/gnome/help/gcalctool/oc/superscript.page -share/gnome/help/gcalctool/oc/trigonometry.page -share/gnome/help/gcalctool/oc/variables.page -share/gnome/help/gcalctool/pt_BR/absolute.page -share/gnome/help/gcalctool/pt_BR/base.page -share/gnome/help/gcalctool/pt_BR/boolean.page -share/gnome/help/gcalctool/pt_BR/complex.page -share/gnome/help/gcalctool/pt_BR/conv-base.page -share/gnome/help/gcalctool/pt_BR/conv-character.page -share/gnome/help/gcalctool/pt_BR/conv-currency.page -share/gnome/help/gcalctool/pt_BR/conv-length.page -share/gnome/help/gcalctool/pt_BR/conv-time.page -share/gnome/help/gcalctool/pt_BR/conv-weight.page -share/gnome/help/gcalctool/pt_BR/equation.page -share/gnome/help/gcalctool/pt_BR/factorial.page -share/gnome/help/gcalctool/pt_BR/factorize.page -share/gnome/help/gcalctool/pt_BR/financial.page -share/gnome/help/gcalctool/pt_BR/functions.page -share/gnome/help/gcalctool/pt_BR/index.page -share/gnome/help/gcalctool/pt_BR/keyboard.page -share/gnome/help/gcalctool/pt_BR/legal.xml -share/gnome/help/gcalctool/pt_BR/logarithm.page -share/gnome/help/gcalctool/pt_BR/modulus.page -share/gnome/help/gcalctool/pt_BR/mouse.page -share/gnome/help/gcalctool/pt_BR/number-display.page -share/gnome/help/gcalctool/pt_BR/percentage.page -share/gnome/help/gcalctool/pt_BR/power.page -share/gnome/help/gcalctool/pt_BR/scientific.page -share/gnome/help/gcalctool/pt_BR/superscript.page -share/gnome/help/gcalctool/pt_BR/trigonometry.page -share/gnome/help/gcalctool/pt_BR/variables.page -share/gnome/help/gcalctool/ru/absolute.page -share/gnome/help/gcalctool/ru/base.page -share/gnome/help/gcalctool/ru/boolean.page -share/gnome/help/gcalctool/ru/complex.page -share/gnome/help/gcalctool/ru/conv-base.page -share/gnome/help/gcalctool/ru/conv-character.page -share/gnome/help/gcalctool/ru/conv-currency.page -share/gnome/help/gcalctool/ru/conv-length.page -share/gnome/help/gcalctool/ru/conv-time.page -share/gnome/help/gcalctool/ru/conv-weight.page -share/gnome/help/gcalctool/ru/equation.page -share/gnome/help/gcalctool/ru/factorial.page -share/gnome/help/gcalctool/ru/factorize.page -share/gnome/help/gcalctool/ru/financial.page -share/gnome/help/gcalctool/ru/functions.page -share/gnome/help/gcalctool/ru/index.page -share/gnome/help/gcalctool/ru/keyboard.page -share/gnome/help/gcalctool/ru/legal.xml -share/gnome/help/gcalctool/ru/logarithm.page -share/gnome/help/gcalctool/ru/modulus.page -share/gnome/help/gcalctool/ru/mouse.page -share/gnome/help/gcalctool/ru/number-display.page -share/gnome/help/gcalctool/ru/percentage.page -share/gnome/help/gcalctool/ru/power.page -share/gnome/help/gcalctool/ru/scientific.page -share/gnome/help/gcalctool/ru/superscript.page -share/gnome/help/gcalctool/ru/trigonometry.page -share/gnome/help/gcalctool/ru/variables.page -share/gnome/help/gcalctool/sv/absolute.page -share/gnome/help/gcalctool/sv/base.page -share/gnome/help/gcalctool/sv/boolean.page -share/gnome/help/gcalctool/sv/complex.page -share/gnome/help/gcalctool/sv/conv-base.page -share/gnome/help/gcalctool/sv/conv-character.page -share/gnome/help/gcalctool/sv/conv-currency.page -share/gnome/help/gcalctool/sv/conv-length.page -share/gnome/help/gcalctool/sv/conv-time.page -share/gnome/help/gcalctool/sv/conv-weight.page -share/gnome/help/gcalctool/sv/equation.page -share/gnome/help/gcalctool/sv/factorial.page -share/gnome/help/gcalctool/sv/factorize.page -share/gnome/help/gcalctool/sv/financial.page -share/gnome/help/gcalctool/sv/functions.page -share/gnome/help/gcalctool/sv/index.page -share/gnome/help/gcalctool/sv/keyboard.page -share/gnome/help/gcalctool/sv/legal.xml -share/gnome/help/gcalctool/sv/logarithm.page -share/gnome/help/gcalctool/sv/modulus.page -share/gnome/help/gcalctool/sv/mouse.page -share/gnome/help/gcalctool/sv/number-display.page -share/gnome/help/gcalctool/sv/percentage.page -share/gnome/help/gcalctool/sv/power.page -share/gnome/help/gcalctool/sv/scientific.page -share/gnome/help/gcalctool/sv/superscript.page -share/gnome/help/gcalctool/sv/trigonometry.page -share/gnome/help/gcalctool/sv/variables.page -share/gnome/help/gcalctool/zh_CN/absolute.page -share/gnome/help/gcalctool/zh_CN/base.page -share/gnome/help/gcalctool/zh_CN/boolean.page -share/gnome/help/gcalctool/zh_CN/complex.page -share/gnome/help/gcalctool/zh_CN/conv-base.page -share/gnome/help/gcalctool/zh_CN/conv-character.page -share/gnome/help/gcalctool/zh_CN/conv-currency.page -share/gnome/help/gcalctool/zh_CN/conv-length.page -share/gnome/help/gcalctool/zh_CN/conv-time.page -share/gnome/help/gcalctool/zh_CN/conv-weight.page -share/gnome/help/gcalctool/zh_CN/equation.page -share/gnome/help/gcalctool/zh_CN/factorial.page -share/gnome/help/gcalctool/zh_CN/factorize.page -share/gnome/help/gcalctool/zh_CN/financial.page -share/gnome/help/gcalctool/zh_CN/functions.page -share/gnome/help/gcalctool/zh_CN/index.page -share/gnome/help/gcalctool/zh_CN/keyboard.page -share/gnome/help/gcalctool/zh_CN/legal.xml -share/gnome/help/gcalctool/zh_CN/logarithm.page -share/gnome/help/gcalctool/zh_CN/modulus.page -share/gnome/help/gcalctool/zh_CN/mouse.page -share/gnome/help/gcalctool/zh_CN/number-display.page -share/gnome/help/gcalctool/zh_CN/percentage.page -share/gnome/help/gcalctool/zh_CN/power.page -share/gnome/help/gcalctool/zh_CN/scientific.page -share/gnome/help/gcalctool/zh_CN/superscript.page -share/gnome/help/gcalctool/zh_CN/trigonometry.page -share/gnome/help/gcalctool/zh_CN/variables.page -share/gnome/help/gcalctool/zh_HK/absolute.page -share/gnome/help/gcalctool/zh_HK/base.page -share/gnome/help/gcalctool/zh_HK/boolean.page -share/gnome/help/gcalctool/zh_HK/complex.page -share/gnome/help/gcalctool/zh_HK/conv-base.page -share/gnome/help/gcalctool/zh_HK/conv-character.page -share/gnome/help/gcalctool/zh_HK/conv-currency.page -share/gnome/help/gcalctool/zh_HK/conv-length.page -share/gnome/help/gcalctool/zh_HK/conv-time.page -share/gnome/help/gcalctool/zh_HK/conv-weight.page -share/gnome/help/gcalctool/zh_HK/equation.page -share/gnome/help/gcalctool/zh_HK/factorial.page -share/gnome/help/gcalctool/zh_HK/factorize.page -share/gnome/help/gcalctool/zh_HK/financial.page -share/gnome/help/gcalctool/zh_HK/functions.page -share/gnome/help/gcalctool/zh_HK/index.page -share/gnome/help/gcalctool/zh_HK/keyboard.page -share/gnome/help/gcalctool/zh_HK/legal.xml -share/gnome/help/gcalctool/zh_HK/logarithm.page -share/gnome/help/gcalctool/zh_HK/modulus.page -share/gnome/help/gcalctool/zh_HK/mouse.page -share/gnome/help/gcalctool/zh_HK/number-display.page -share/gnome/help/gcalctool/zh_HK/percentage.page -share/gnome/help/gcalctool/zh_HK/power.page -share/gnome/help/gcalctool/zh_HK/scientific.page -share/gnome/help/gcalctool/zh_HK/superscript.page -share/gnome/help/gcalctool/zh_HK/trigonometry.page -share/gnome/help/gcalctool/zh_HK/variables.page -share/gnome/help/gcalctool/zh_TW/absolute.page -share/gnome/help/gcalctool/zh_TW/base.page -share/gnome/help/gcalctool/zh_TW/boolean.page -share/gnome/help/gcalctool/zh_TW/complex.page -share/gnome/help/gcalctool/zh_TW/conv-base.page -share/gnome/help/gcalctool/zh_TW/conv-character.page -share/gnome/help/gcalctool/zh_TW/conv-currency.page -share/gnome/help/gcalctool/zh_TW/conv-length.page -share/gnome/help/gcalctool/zh_TW/conv-time.page -share/gnome/help/gcalctool/zh_TW/conv-weight.page -share/gnome/help/gcalctool/zh_TW/equation.page -share/gnome/help/gcalctool/zh_TW/factorial.page -share/gnome/help/gcalctool/zh_TW/factorize.page -share/gnome/help/gcalctool/zh_TW/financial.page -share/gnome/help/gcalctool/zh_TW/functions.page -share/gnome/help/gcalctool/zh_TW/index.page -share/gnome/help/gcalctool/zh_TW/keyboard.page -share/gnome/help/gcalctool/zh_TW/legal.xml -share/gnome/help/gcalctool/zh_TW/logarithm.page -share/gnome/help/gcalctool/zh_TW/modulus.page -share/gnome/help/gcalctool/zh_TW/mouse.page -share/gnome/help/gcalctool/zh_TW/number-display.page -share/gnome/help/gcalctool/zh_TW/percentage.page -share/gnome/help/gcalctool/zh_TW/power.page -share/gnome/help/gcalctool/zh_TW/scientific.page -share/gnome/help/gcalctool/zh_TW/superscript.page -share/gnome/help/gcalctool/zh_TW/trigonometry.page -share/gnome/help/gcalctool/zh_TW/variables.page -share/locale/af/LC_MESSAGES/gcalctool.mo -share/locale/am/LC_MESSAGES/gcalctool.mo -share/locale/ar/LC_MESSAGES/gcalctool.mo -share/locale/as/LC_MESSAGES/gcalctool.mo -share/locale/ast/LC_MESSAGES/gcalctool.mo -share/locale/az/LC_MESSAGES/gcalctool.mo -share/locale/be/LC_MESSAGES/gcalctool.mo -share/locale/be@latin/LC_MESSAGES/gcalctool.mo -share/locale/bg/LC_MESSAGES/gcalctool.mo -share/locale/bn/LC_MESSAGES/gcalctool.mo -share/locale/bn_IN/LC_MESSAGES/gcalctool.mo -share/locale/bs/LC_MESSAGES/gcalctool.mo -share/locale/ca/LC_MESSAGES/gcalctool.mo -share/locale/ca@valencia/LC_MESSAGES/gcalctool.mo -share/locale/cs/LC_MESSAGES/gcalctool.mo -share/locale/cy/LC_MESSAGES/gcalctool.mo -share/locale/da/LC_MESSAGES/gcalctool.mo -share/locale/de/LC_MESSAGES/gcalctool.mo -share/locale/dz/LC_MESSAGES/gcalctool.mo -share/locale/el/LC_MESSAGES/gcalctool.mo -share/locale/en@shaw/LC_MESSAGES/gcalctool.mo -share/locale/en_CA/LC_MESSAGES/gcalctool.mo -share/locale/en_GB/LC_MESSAGES/gcalctool.mo -share/locale/en_US/LC_MESSAGES/gcalctool.mo -share/locale/es/LC_MESSAGES/gcalctool.mo -share/locale/et/LC_MESSAGES/gcalctool.mo -share/locale/eu/LC_MESSAGES/gcalctool.mo -share/locale/fa/LC_MESSAGES/gcalctool.mo -share/locale/fi/LC_MESSAGES/gcalctool.mo -share/locale/fr/LC_MESSAGES/gcalctool.mo -share/locale/ga/LC_MESSAGES/gcalctool.mo -share/locale/gl/LC_MESSAGES/gcalctool.mo -share/locale/gu/LC_MESSAGES/gcalctool.mo -share/locale/he/LC_MESSAGES/gcalctool.mo -share/locale/hi/LC_MESSAGES/gcalctool.mo -share/locale/hr/LC_MESSAGES/gcalctool.mo -share/locale/hu/LC_MESSAGES/gcalctool.mo -share/locale/id/LC_MESSAGES/gcalctool.mo -share/locale/it/LC_MESSAGES/gcalctool.mo -share/locale/ja/LC_MESSAGES/gcalctool.mo -share/locale/ka/LC_MESSAGES/gcalctool.mo -share/locale/kn/LC_MESSAGES/gcalctool.mo -share/locale/ko/LC_MESSAGES/gcalctool.mo -share/locale/ku/LC_MESSAGES/gcalctool.mo -share/locale/lt/LC_MESSAGES/gcalctool.mo -share/locale/lv/LC_MESSAGES/gcalctool.mo -share/locale/mai/LC_MESSAGES/gcalctool.mo -share/locale/mg/LC_MESSAGES/gcalctool.mo -share/locale/mk/LC_MESSAGES/gcalctool.mo -share/locale/ml/LC_MESSAGES/gcalctool.mo -share/locale/mn/LC_MESSAGES/gcalctool.mo -share/locale/mr/LC_MESSAGES/gcalctool.mo -share/locale/ms/LC_MESSAGES/gcalctool.mo -share/locale/nb/LC_MESSAGES/gcalctool.mo -share/locale/ne/LC_MESSAGES/gcalctool.mo -share/locale/nl/LC_MESSAGES/gcalctool.mo -share/locale/nn/LC_MESSAGES/gcalctool.mo -share/locale/oc/LC_MESSAGES/gcalctool.mo -share/locale/or/LC_MESSAGES/gcalctool.mo -share/locale/pa/LC_MESSAGES/gcalctool.mo -share/locale/pl/LC_MESSAGES/gcalctool.mo -share/locale/pt/LC_MESSAGES/gcalctool.mo -share/locale/pt_BR/LC_MESSAGES/gcalctool.mo -share/locale/ro/LC_MESSAGES/gcalctool.mo -share/locale/ru/LC_MESSAGES/gcalctool.mo -share/locale/rw/LC_MESSAGES/gcalctool.mo -share/locale/si/LC_MESSAGES/gcalctool.mo -share/locale/sk/LC_MESSAGES/gcalctool.mo -share/locale/sl/LC_MESSAGES/gcalctool.mo -share/locale/sq/LC_MESSAGES/gcalctool.mo -share/locale/sr/LC_MESSAGES/gcalctool.mo -share/locale/sr@latin/LC_MESSAGES/gcalctool.mo -share/locale/sv/LC_MESSAGES/gcalctool.mo -share/locale/ta/LC_MESSAGES/gcalctool.mo -share/locale/te/LC_MESSAGES/gcalctool.mo -share/locale/th/LC_MESSAGES/gcalctool.mo -share/locale/tk/LC_MESSAGES/gcalctool.mo -share/locale/tr/LC_MESSAGES/gcalctool.mo -share/locale/uk/LC_MESSAGES/gcalctool.mo -share/locale/vi/LC_MESSAGES/gcalctool.mo -share/locale/xh/LC_MESSAGES/gcalctool.mo -share/locale/zh_CN/LC_MESSAGES/gcalctool.mo -share/locale/zh_HK/LC_MESSAGES/gcalctool.mo -share/locale/zh_TW/LC_MESSAGES/gcalctool.mo -@dirrm share/gnome/help/gcalctool/zh_TW -@dirrm share/gnome/help/gcalctool/zh_HK -@dirrm share/gnome/help/gcalctool/zh_CN -@dirrm share/gnome/help/gcalctool/sv -@dirrm share/gnome/help/gcalctool/ru -@dirrm share/gnome/help/gcalctool/pt_BR -@dirrm share/gnome/help/gcalctool/oc -@dirrm share/gnome/help/gcalctool/ko -@dirrm share/gnome/help/gcalctool/ja -@dirrm share/gnome/help/gcalctool/it -@dirrm share/gnome/help/gcalctool/fr -@dirrm share/gnome/help/gcalctool/eu -@dirrm share/gnome/help/gcalctool/es -@dirrm share/gnome/help/gcalctool/el -@dirrm share/gnome/help/gcalctool/de -@dirrm share/gnome/help/gcalctool/cs -@dirrm share/gnome/help/gcalctool/ca -@dirrm share/gnome/help/gcalctool/bg -@dirrm share/gnome/help/gcalctool/C -@dirrm share/gnome/help/gcalctool -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile deleted file mode 100644 index 85919112f..000000000 --- a/misc/gnome-devel-docs/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnome-devel-docs -# Date created: 2007-09-18 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.19 2010/03/31 10:07:19 avl Exp $ -# - -PORTNAME= gnome-devel-docs -PORTVERSION= 2.30.1 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Documents targeted for GNOME developers - -BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils -RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehier -INSTALLS_OMF= yes - -.include <bsd.port.mk> diff --git a/misc/gnome-devel-docs/distinfo b/misc/gnome-devel-docs/distinfo deleted file mode 100644 index dac16fd60..000000000 --- a/misc/gnome-devel-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-devel-docs-2.30.1.tar.bz2) = 6af984290595176fcd6f0717320b7643 -SHA256 (gnome2/gnome-devel-docs-2.30.1.tar.bz2) = 073570bd0057a836cc000a1964cfa674728c14152027e2876bbee98c723845a0 -SIZE (gnome2/gnome-devel-docs-2.30.1.tar.bz2) = 4402369 diff --git a/misc/gnome-devel-docs/pkg-descr b/misc/gnome-devel-docs/pkg-descr deleted file mode 100644 index 141383ea3..000000000 --- a/misc/gnome-devel-docs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Documents targeted for GNOME developers diff --git a/misc/gnome-devel-docs/pkg-plist b/misc/gnome-devel-docs/pkg-plist deleted file mode 100644 index f437c0b70..000000000 --- a/misc/gnome-devel-docs/pkg-plist +++ /dev/null @@ -1,1176 +0,0 @@ -share/gnome/help/accessibility-devel-guide/C/accessibility-devel-guide.xml -share/gnome/help/accessibility-devel-guide/C/figures/GNOME_desktop_Accessibility.png -share/gnome/help/accessibility-devel-guide/C/figures/at-arch.png -share/gnome/help/accessibility-devel-guide/C/figures/badfocus1.png -share/gnome/help/accessibility-devel-guide/C/figures/badfocus2.png -share/gnome/help/accessibility-devel-guide/C/figures/badfocus3.png -share/gnome/help/accessibility-devel-guide/C/figures/colour_and_arrows.png -share/gnome/help/accessibility-devel-guide/C/figures/colour_only.png -share/gnome/help/accessibility-devel-guide/C/figures/depend1.png -share/gnome/help/accessibility-devel-guide/C/figures/depend1a.png -share/gnome/help/accessibility-devel-guide/C/figures/depend2.png -share/gnome/help/accessibility-devel-guide/C/figures/depend2a.png -share/gnome/help/accessibility-devel-guide/C/figures/depend3.png -share/gnome/help/accessibility-devel-guide/C/figures/goodfocus.png -share/gnome/help/accessibility-devel-guide/C/figures/goodfocus2.png -share/gnome/help/accessibility-devel-guide/C/figures/goodfocus3.png -share/gnome/help/accessibility-devel-guide/C/figures/label_above.png -share/gnome/help/accessibility-devel-guide/C/figures/label_below.png -share/gnome/help/accessibility-devel-guide/C/figures/label_left.png -share/gnome/help/accessibility-devel-guide/C/figures/label_right.png -share/gnome/help/accessibility-devel-guide/C/figures/nodrop.png -share/gnome/help/accessibility-devel-guide/C/gad.xml -share/gnome/help/accessibility-devel-guide/C/gtest.xml -share/gnome/help/accessibility-devel-guide/C/legal.xml -share/gnome/help/accessibility-devel-guide/de/accessibility-devel-guide.xml -share/gnome/help/accessibility-devel-guide/de/figures/at-arch.png -share/gnome/help/accessibility-devel-guide/de/figures/badfocus1.png -share/gnome/help/accessibility-devel-guide/de/figures/badfocus2.png -share/gnome/help/accessibility-devel-guide/de/figures/badfocus3.png -share/gnome/help/accessibility-devel-guide/de/figures/colour_and_arrows.png -share/gnome/help/accessibility-devel-guide/de/figures/colour_only.png -share/gnome/help/accessibility-devel-guide/de/figures/depend1a.png -share/gnome/help/accessibility-devel-guide/de/figures/depend1.png -share/gnome/help/accessibility-devel-guide/de/figures/depend2a.png -share/gnome/help/accessibility-devel-guide/de/figures/depend2.png -share/gnome/help/accessibility-devel-guide/de/figures/depend3.png -share/gnome/help/accessibility-devel-guide/de/figures/GNOME_desktop_Accessibility.png -share/gnome/help/accessibility-devel-guide/de/figures/goodfocus2.png -share/gnome/help/accessibility-devel-guide/de/figures/goodfocus3.png -share/gnome/help/accessibility-devel-guide/de/figures/goodfocus.png -share/gnome/help/accessibility-devel-guide/de/figures/label_above.png -share/gnome/help/accessibility-devel-guide/de/figures/label_below.png -share/gnome/help/accessibility-devel-guide/de/figures/label_left.png -share/gnome/help/accessibility-devel-guide/de/figures/label_right.png -share/gnome/help/accessibility-devel-guide/de/figures/nodrop.png -share/gnome/help/accessibility-devel-guide/el/accessibility-devel-guide.xml -share/gnome/help/accessibility-devel-guide/el/figures/at-arch.png -share/gnome/help/accessibility-devel-guide/el/figures/badfocus1.png -share/gnome/help/accessibility-devel-guide/el/figures/badfocus2.png -share/gnome/help/accessibility-devel-guide/el/figures/badfocus3.png -share/gnome/help/accessibility-devel-guide/el/figures/colour_and_arrows.png -share/gnome/help/accessibility-devel-guide/el/figures/colour_only.png -share/gnome/help/accessibility-devel-guide/el/figures/depend1a.png -share/gnome/help/accessibility-devel-guide/el/figures/depend1.png -share/gnome/help/accessibility-devel-guide/el/figures/depend2a.png -share/gnome/help/accessibility-devel-guide/el/figures/depend2.png -share/gnome/help/accessibility-devel-guide/el/figures/depend3.png -share/gnome/help/accessibility-devel-guide/el/figures/GNOME_desktop_Accessibility.png -share/gnome/help/accessibility-devel-guide/el/figures/goodfocus2.png -share/gnome/help/accessibility-devel-guide/el/figures/goodfocus3.png -share/gnome/help/accessibility-devel-guide/el/figures/goodfocus.png -share/gnome/help/accessibility-devel-guide/el/figures/label_above.png -share/gnome/help/accessibility-devel-guide/el/figures/label_below.png -share/gnome/help/accessibility-devel-guide/el/figures/label_left.png -share/gnome/help/accessibility-devel-guide/el/figures/label_right.png -share/gnome/help/accessibility-devel-guide/el/figures/nodrop.png -share/gnome/help/accessibility-devel-guide/es/accessibility-devel-guide.xml -share/gnome/help/accessibility-devel-guide/es/figures/at-arch.png -share/gnome/help/accessibility-devel-guide/es/figures/badfocus1.png -share/gnome/help/accessibility-devel-guide/es/figures/badfocus2.png -share/gnome/help/accessibility-devel-guide/es/figures/badfocus3.png -share/gnome/help/accessibility-devel-guide/es/figures/colour_and_arrows.png -share/gnome/help/accessibility-devel-guide/es/figures/colour_only.png -share/gnome/help/accessibility-devel-guide/es/figures/depend1a.png -share/gnome/help/accessibility-devel-guide/es/figures/depend1.png -share/gnome/help/accessibility-devel-guide/es/figures/depend2a.png -share/gnome/help/accessibility-devel-guide/es/figures/depend2.png -share/gnome/help/accessibility-devel-guide/es/figures/depend3.png -share/gnome/help/accessibility-devel-guide/es/figures/GNOME_desktop_Accessibility.png -share/gnome/help/accessibility-devel-guide/es/figures/goodfocus2.png -share/gnome/help/accessibility-devel-guide/es/figures/goodfocus3.png -share/gnome/help/accessibility-devel-guide/es/figures/goodfocus.png -share/gnome/help/accessibility-devel-guide/es/figures/label_above.png -share/gnome/help/accessibility-devel-guide/es/figures/label_below.png -share/gnome/help/accessibility-devel-guide/es/figures/label_left.png -share/gnome/help/accessibility-devel-guide/es/figures/label_right.png -share/gnome/help/accessibility-devel-guide/es/figures/nodrop.png -share/gnome/help/gdp-handbook/C/builddocs.xml -share/gnome/help/gdp-handbook/C/callout_procedure.xml -share/gnome/help/gdp-handbook/C/contexthelp.xml -share/gnome/help/gdp-handbook/C/conventions.xml -share/gnome/help/gdp-handbook/C/crossreferencing.xml -share/gnome/help/gdp-handbook/C/docbook.xml -share/gnome/help/gdp-handbook/C/docsystem.xml -share/gnome/help/gdp-handbook/C/finish.xml -share/gnome/help/gdp-handbook/C/gdp-handbook.xml -share/gnome/help/gdp-handbook/C/getstarted.xml -share/gnome/help/gdp-handbook/C/introduction.xml -share/gnome/help/gdp-handbook/C/legal.xml -share/gnome/help/gdp-handbook/C/manuals.xml -share/gnome/help/gdp-handbook/C/resources.xml -share/gnome/help/gdp-handbook/C/screenshot_procedure.xml -share/gnome/help/gdp-handbook/C/sectids.xml -share/gnome/help/gdp-handbook/C/teamwork.xml -share/gnome/help/gdp-style-guide/C/Authorlist.xml -share/gnome/help/gdp-style-guide/C/accessibility.xml -share/gnome/help/gdp-style-guide/C/figures/applet_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/arrow_button1.png -share/gnome/help/gdp-style-guide/C/figures/arrow_button2.png -share/gnome/help/gdp-style-guide/C/figures/callout_notflow.png -share/gnome/help/gdp-style-guide/C/figures/check_box.png -share/gnome/help/gdp-style-guide/C/figures/color_selector_button.png -share/gnome/help/gdp-style-guide/C/figures/color_wheel1.png -share/gnome/help/gdp-style-guide/C/figures/color_wheel2.png -share/gnome/help/gdp-style-guide/C/figures/column_heading.png -share/gnome/help/gdp-style-guide/C/figures/command_button.png -share/gnome/help/gdp-style-guide/C/figures/desktop_background_menu.png -share/gnome/help/gdp-style-guide/C/figures/desktop_elements.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_combination_box.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_list_box.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_section1.png -share/gnome/help/gdp-style-guide/C/figures/dropdown_section2.png -share/gnome/help/gdp-style-guide/C/figures/field.png -share/gnome/help/gdp-style-guide/C/figures/font_selector_button.png -share/gnome/help/gdp-style-guide/C/figures/footprint_icon.png -share/gnome/help/gdp-style-guide/C/figures/gnome_menu.png -share/gnome/help/gdp-style-guide/C/figures/group_box.png -share/gnome/help/gdp-style-guide/C/figures/icon_selector_button1.png -share/gnome/help/gdp-style-guide/C/figures/icon_selector_button2.png -share/gnome/help/gdp-style-guide/C/figures/launcher_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/list_box.png -share/gnome/help/gdp-style-guide/C/figures/panel_elements.png -share/gnome/help/gdp-style-guide/C/figures/panel_object_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/panel_popup_menu.png -share/gnome/help/gdp-style-guide/C/figures/radio_button.png -share/gnome/help/gdp-style-guide/C/figures/sample_anno_panel.png -share/gnome/help/gdp-style-guide/C/figures/scrollbar.png -share/gnome/help/gdp-style-guide/C/figures/slider.png -share/gnome/help/gdp-style-guide/C/figures/spin_box.png -share/gnome/help/gdp-style-guide/C/figures/tabbed_section.png -share/gnome/help/gdp-style-guide/C/figures/table.png -share/gnome/help/gdp-style-guide/C/figures/tabs.png -share/gnome/help/gdp-style-guide/C/figures/text_box.png -share/gnome/help/gdp-style-guide/C/figures/toggle_button.png -share/gnome/help/gdp-style-guide/C/figures/toolbar_button.png -share/gnome/help/gdp-style-guide/C/figures/window_elements.png -share/gnome/help/gdp-style-guide/C/figures/window_frame_button.png -share/gnome/help/gdp-style-guide/C/figures/window_list_button.png -share/gnome/help/gdp-style-guide/C/figures/window_menu.png -share/gnome/help/gdp-style-guide/C/figures/window_panes.png -share/gnome/help/gdp-style-guide/C/figures/window_titlebar_elements.png -share/gnome/help/gdp-style-guide/C/fundamentals.xml -share/gnome/help/gdp-style-guide/C/gdp-style-guide.xml -share/gnome/help/gdp-style-guide/C/grammar_usage.xml -share/gnome/help/gdp-style-guide/C/gui.xml -share/gnome/help/gdp-style-guide/C/improving.xml -share/gnome/help/gdp-style-guide/C/indexing.xml -share/gnome/help/gdp-style-guide/C/infoblocks.xml -share/gnome/help/gdp-style-guide/C/infodesign.xml -share/gnome/help/gdp-style-guide/C/language.xml -share/gnome/help/gdp-style-guide/C/legal.xml -share/gnome/help/gdp-style-guide/C/legal_issues.xml -share/gnome/help/gdp-style-guide/C/locale.xml -share/gnome/help/gdp-style-guide/C/preface.xml -share/gnome/help/gdp-style-guide/C/screenshot.xml -share/gnome/help/gdp-style-guide/C/units.xml -share/gnome/help/gdp-style-guide/C/usability.xml -share/gnome/help/gdp-style-guide/C/wordlist.xml -share/gnome/help/hig-book/C/hig-book.xml -share/gnome/help/hig-book/C/hig-ch-bibliography.xml -share/gnome/help/hig-book/C/hig-ch-checks.xml -share/gnome/help/hig-book/C/hig-ch-controls.xml -share/gnome/help/hig-book/C/hig-ch-credits.xml -share/gnome/help/hig-book/C/hig-ch-desktop.xml -share/gnome/help/hig-book/C/hig-ch-feedback.xml -share/gnome/help/hig-book/C/hig-ch-icons-new.xml -share/gnome/help/hig-book/C/hig-ch-icons.xml -share/gnome/help/hig-book/C/hig-ch-input.xml -share/gnome/help/hig-book/C/hig-ch-intro.xml -share/gnome/help/hig-book/C/hig-ch-language.xml -share/gnome/help/hig-book/C/hig-ch-layout.xml -share/gnome/help/hig-book/C/hig-ch-menus.xml -share/gnome/help/hig-book/C/hig-ch-principles.xml -share/gnome/help/hig-book/C/hig-ch-toolbars.xml -share/gnome/help/hig-book/C/hig-ch-whatsnew.xml -share/gnome/help/hig-book/C/hig-ch-windows.xml -share/gnome/help/hig-book/C/images/controls-buttons.png -share/gnome/help/hig-book/C/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/C/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/C/images/controls-check-boxes.png -share/gnome/help/hig-book/C/images/controls-combo.png -share/gnome/help/hig-book/C/images/controls-frames.png -share/gnome/help/hig-book/C/images/controls-list-checkbox.png -share/gnome/help/hig-book/C/images/controls-list.png -share/gnome/help/hig-book/C/images/controls-locked.png -share/gnome/help/hig-book/C/images/controls-notebook-list.png -share/gnome/help/hig-book/C/images/controls-notebook-tabs.png -share/gnome/help/hig-book/C/images/controls-notebook.png -share/gnome/help/hig-book/C/images/controls-old-frames.png -share/gnome/help/hig-book/C/images/controls-option-menu.png -share/gnome/help/hig-book/C/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/C/images/controls-progress-time.png -share/gnome/help/hig-book/C/images/controls-progress-typical.png -share/gnome/help/hig-book/C/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/C/images/controls-radio-buttons.png -share/gnome/help/hig-book/C/images/controls-sensitivity.png -share/gnome/help/hig-book/C/images/controls-slider-spinbox.png -share/gnome/help/hig-book/C/images/controls-slider.png -share/gnome/help/hig-book/C/images/controls-spin-box.png -share/gnome/help/hig-book/C/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/C/images/controls-status-bar.png -share/gnome/help/hig-book/C/images/controls-text-choose.png -share/gnome/help/hig-book/C/images/controls-text-prompt.png -share/gnome/help/hig-book/C/images/controls-text.png -share/gnome/help/hig-book/C/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/C/images/controls-toggle-buttons.png -share/gnome/help/hig-book/C/images/controls-tree-checkbox.png -share/gnome/help/hig-book/C/images/controls-tree.png -share/gnome/help/hig-book/C/images/desktop-applications-menu.png -share/gnome/help/hig-book/C/images/feedback-checklist-running.png -share/gnome/help/hig-book/C/images/feedback-pointers-busy.png -share/gnome/help/hig-book/C/images/icon-design-process-1.png -share/gnome/help/hig-book/C/images/icon-design-process-10.png -share/gnome/help/hig-book/C/images/icon-design-process-11.png -share/gnome/help/hig-book/C/images/icon-design-process-12.png -share/gnome/help/hig-book/C/images/icon-design-process-2.png -share/gnome/help/hig-book/C/images/icon-design-process-3.png -share/gnome/help/hig-book/C/images/icon-design-process-4.png -share/gnome/help/hig-book/C/images/icon-design-process-5.png -share/gnome/help/hig-book/C/images/icon-design-process-6.png -share/gnome/help/hig-book/C/images/icon-design-process-7.png -share/gnome/help/hig-book/C/images/icon-design-process-8.png -share/gnome/help/hig-book/C/images/icon-design-process-9.png -share/gnome/help/hig-book/C/images/icons-applications.png -share/gnome/help/hig-book/C/images/icons-evolution.png -share/gnome/help/hig-book/C/images/icons-floppy-dissected.png -share/gnome/help/hig-book/C/images/icons-font-selection-good.png -share/gnome/help/hig-book/C/images/icons-font-selection-poor.png -share/gnome/help/hig-book/C/images/icons-gedit.png -share/gnome/help/hig-book/C/images/icons-gnumeric.png -share/gnome/help/hig-book/C/images/icons-hc-book-blur.png -share/gnome/help/hig-book/C/images/icons-hc-book.png -share/gnome/help/hig-book/C/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/C/images/icons-hc-cdrom.png -share/gnome/help/hig-book/C/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/C/images/icons-hc-copy.png -share/gnome/help/hig-book/C/images/icons-hc-metaphors.png -share/gnome/help/hig-book/C/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/C/images/icons-menu.png -share/gnome/help/hig-book/C/images/icons-nautilus.png -share/gnome/help/hig-book/C/images/icons-objects.png -share/gnome/help/hig-book/C/images/icons-perspective-shelf.png -share/gnome/help/hig-book/C/images/icons-perspective-table.png -share/gnome/help/hig-book/C/images/icons-shut-down.png -share/gnome/help/hig-book/C/images/icons-silhouette.png -share/gnome/help/hig-book/C/images/icons-sodipodi.png -share/gnome/help/hig-book/C/images/icons-style-aqua.png -share/gnome/help/hig-book/C/images/icons-style-gnome.png -share/gnome/help/hig-book/C/images/icons-style-java.png -share/gnome/help/hig-book/C/images/icons-system-log.png -share/gnome/help/hig-book/C/images/icons-toolbar.png -share/gnome/help/hig-book/C/images/icons-underline-text.png -share/gnome/help/hig-book/C/images/icons-word-processor.png -share/gnome/help/hig-book/C/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/C/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/C/images/input-drag-cursor-link.png -share/gnome/help/hig-book/C/images/input-drag-cursor-move.png -share/gnome/help/hig-book/C/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/C/images/input-drag-cursor-query.png -share/gnome/help/hig-book/C/images/input-drag-cursor.png -share/gnome/help/hig-book/C/images/input-drag-select-files.png -share/gnome/help/hig-book/C/images/input-drag-select-graphics.png -share/gnome/help/hig-book/C/images/input-pointing-devices.png -share/gnome/help/hig-book/C/images/menus-application.png -share/gnome/help/hig-book/C/images/menus-bookmarks.png -share/gnome/help/hig-book/C/images/menus-checkbox-group.png -share/gnome/help/hig-book/C/images/menus-command-group.png -share/gnome/help/hig-book/C/images/menus-dropdown.png -share/gnome/help/hig-book/C/images/menus-edit.png -share/gnome/help/hig-book/C/images/menus-file.png -share/gnome/help/hig-book/C/images/menus-format.png -share/gnome/help/hig-book/C/images/menus-go-browser.png -share/gnome/help/hig-book/C/images/menus-go-document.png -share/gnome/help/hig-book/C/images/menus-help.png -share/gnome/help/hig-book/C/images/menus-insert.png -share/gnome/help/hig-book/C/images/menus-popup.png -share/gnome/help/hig-book/C/images/menus-radiobutton-group.png -share/gnome/help/hig-book/C/images/menus-submenu.png -share/gnome/help/hig-book/C/images/menus-view.png -share/gnome/help/hig-book/C/images/menus-windows.png -share/gnome/help/hig-book/C/images/toolbars-configure-menu.png -share/gnome/help/hig-book/C/images/toolbars-labels-below.png -share/gnome/help/hig-book/C/images/toolbars-labels-beside.png -share/gnome/help/hig-book/C/images/toolbars-mail.png -share/gnome/help/hig-book/C/images/visdes-button-label.png -share/gnome/help/hig-book/C/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/C/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/C/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/C/images/visdes-large-icon-label.png -share/gnome/help/hig-book/C/images/visdes-layout-annotated.png -share/gnome/help/hig-book/C/images/visdes-layout-good.png -share/gnome/help/hig-book/C/images/visdes-layout-poor.png -share/gnome/help/hig-book/C/images/visdes-list-label.png -share/gnome/help/hig-book/C/images/visdes-other-labels.png -share/gnome/help/hig-book/C/images/visdes-palette-1.png -share/gnome/help/hig-book/C/images/visdes-palette-10.png -share/gnome/help/hig-book/C/images/visdes-palette-11.png -share/gnome/help/hig-book/C/images/visdes-palette-12.png -share/gnome/help/hig-book/C/images/visdes-palette-13.png -share/gnome/help/hig-book/C/images/visdes-palette-14.png -share/gnome/help/hig-book/C/images/visdes-palette-15.png -share/gnome/help/hig-book/C/images/visdes-palette-16.png -share/gnome/help/hig-book/C/images/visdes-palette-17.png -share/gnome/help/hig-book/C/images/visdes-palette-18.png -share/gnome/help/hig-book/C/images/visdes-palette-19.png -share/gnome/help/hig-book/C/images/visdes-palette-2.png -share/gnome/help/hig-book/C/images/visdes-palette-20.png -share/gnome/help/hig-book/C/images/visdes-palette-21.png -share/gnome/help/hig-book/C/images/visdes-palette-22.png -share/gnome/help/hig-book/C/images/visdes-palette-23.png -share/gnome/help/hig-book/C/images/visdes-palette-24.png -share/gnome/help/hig-book/C/images/visdes-palette-25.png -share/gnome/help/hig-book/C/images/visdes-palette-26.png -share/gnome/help/hig-book/C/images/visdes-palette-27.png -share/gnome/help/hig-book/C/images/visdes-palette-28.png -share/gnome/help/hig-book/C/images/visdes-palette-29.png -share/gnome/help/hig-book/C/images/visdes-palette-3.png -share/gnome/help/hig-book/C/images/visdes-palette-30.png -share/gnome/help/hig-book/C/images/visdes-palette-31.png -share/gnome/help/hig-book/C/images/visdes-palette-32.png -share/gnome/help/hig-book/C/images/visdes-palette-4.png -share/gnome/help/hig-book/C/images/visdes-palette-5.png -share/gnome/help/hig-book/C/images/visdes-palette-6.png -share/gnome/help/hig-book/C/images/visdes-palette-7.png -share/gnome/help/hig-book/C/images/visdes-palette-8.png -share/gnome/help/hig-book/C/images/visdes-palette-9.png -share/gnome/help/hig-book/C/images/visdes-palette.png -share/gnome/help/hig-book/C/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/C/images/visdes-small-icon-label.png -share/gnome/help/hig-book/C/images/visdes-textbox-label.png -share/gnome/help/hig-book/C/images/windows-alert-authentication.png -share/gnome/help/hig-book/C/images/windows-alert-buttons.png -share/gnome/help/hig-book/C/images/windows-alert-confirmation.png -share/gnome/help/hig-book/C/images/windows-alert-error.png -share/gnome/help/hig-book/C/images/windows-alert-information.png -share/gnome/help/hig-book/C/images/windows-alert-save.png -share/gnome/help/hig-book/C/images/windows-alert-spacing.png -share/gnome/help/hig-book/C/images/windows-alert-text.png -share/gnome/help/hig-book/C/images/windows-assistant-first-page.png -share/gnome/help/hig-book/C/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/C/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/C/images/windows-explicit-apply.png -share/gnome/help/hig-book/C/images/windows-mdi.png -share/gnome/help/hig-book/C/images/windows-preferences.png -share/gnome/help/hig-book/C/images/windows-primary.png -share/gnome/help/hig-book/C/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/C/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/C/images/windows-progress-checklist.png -share/gnome/help/hig-book/C/images/windows-progress-copy-file.png -share/gnome/help/hig-book/C/images/windows-progress.png -share/gnome/help/hig-book/C/images/windows-properties.png -share/gnome/help/hig-book/C/images/windows-sdi.png -share/gnome/help/hig-book/C/images/windows-titlebar.png -share/gnome/help/hig-book/C/images/windows-toolbox-large.png -share/gnome/help/hig-book/C/images/windows-toolbox-small.png -share/gnome/help/hig-book/de/hig-book.xml -share/gnome/help/hig-book/de/images/controls-buttons.png -share/gnome/help/hig-book/de/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/de/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/de/images/controls-check-boxes.png -share/gnome/help/hig-book/de/images/controls-combo.png -share/gnome/help/hig-book/de/images/controls-frames.png -share/gnome/help/hig-book/de/images/controls-list-checkbox.png -share/gnome/help/hig-book/de/images/controls-list.png -share/gnome/help/hig-book/de/images/controls-locked.png -share/gnome/help/hig-book/de/images/controls-notebook-list.png -share/gnome/help/hig-book/de/images/controls-notebook-tabs.png -share/gnome/help/hig-book/de/images/controls-notebook.png -share/gnome/help/hig-book/de/images/controls-old-frames.png -share/gnome/help/hig-book/de/images/controls-option-menu.png -share/gnome/help/hig-book/de/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/de/images/controls-progress-time.png -share/gnome/help/hig-book/de/images/controls-progress-typical.png -share/gnome/help/hig-book/de/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/de/images/controls-radio-buttons.png -share/gnome/help/hig-book/de/images/controls-sensitivity.png -share/gnome/help/hig-book/de/images/controls-slider-spinbox.png -share/gnome/help/hig-book/de/images/controls-slider.png -share/gnome/help/hig-book/de/images/controls-spin-box.png -share/gnome/help/hig-book/de/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/de/images/controls-status-bar.png -share/gnome/help/hig-book/de/images/controls-text-choose.png -share/gnome/help/hig-book/de/images/controls-text-prompt.png -share/gnome/help/hig-book/de/images/controls-text.png -share/gnome/help/hig-book/de/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/de/images/controls-toggle-buttons.png -share/gnome/help/hig-book/de/images/controls-tree-checkbox.png -share/gnome/help/hig-book/de/images/controls-tree.png -share/gnome/help/hig-book/de/images/desktop-applications-menu.png -share/gnome/help/hig-book/de/images/feedback-checklist-running.png -share/gnome/help/hig-book/de/images/feedback-pointers-busy.png -share/gnome/help/hig-book/de/images/icon-design-process-1.png -share/gnome/help/hig-book/de/images/icon-design-process-10.png -share/gnome/help/hig-book/de/images/icon-design-process-11.png -share/gnome/help/hig-book/de/images/icon-design-process-12.png -share/gnome/help/hig-book/de/images/icon-design-process-2.png -share/gnome/help/hig-book/de/images/icon-design-process-3.png -share/gnome/help/hig-book/de/images/icon-design-process-4.png -share/gnome/help/hig-book/de/images/icon-design-process-5.png -share/gnome/help/hig-book/de/images/icon-design-process-6.png -share/gnome/help/hig-book/de/images/icon-design-process-7.png -share/gnome/help/hig-book/de/images/icon-design-process-8.png -share/gnome/help/hig-book/de/images/icon-design-process-9.png -share/gnome/help/hig-book/de/images/icons-applications.png -share/gnome/help/hig-book/de/images/icons-evolution.png -share/gnome/help/hig-book/de/images/icons-gedit.png -share/gnome/help/hig-book/de/images/icons-floppy-dissected.png -share/gnome/help/hig-book/de/images/icons-font-selection-good.png -share/gnome/help/hig-book/de/images/icons-font-selection-poor.png -share/gnome/help/hig-book/de/images/icons-gnumeric.png -share/gnome/help/hig-book/de/images/icons-hc-book-blur.png -share/gnome/help/hig-book/de/images/icons-hc-book.png -share/gnome/help/hig-book/de/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/de/images/icons-hc-cdrom.png -share/gnome/help/hig-book/de/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/de/images/icons-hc-copy.png -share/gnome/help/hig-book/de/images/icons-hc-metaphors.png -share/gnome/help/hig-book/de/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/de/images/icons-menu.png -share/gnome/help/hig-book/de/images/icons-nautilus.png -share/gnome/help/hig-book/de/images/icons-objects.png -share/gnome/help/hig-book/de/images/icons-perspective-shelf.png -share/gnome/help/hig-book/de/images/icons-perspective-table.png -share/gnome/help/hig-book/de/images/icons-shut-down.png -share/gnome/help/hig-book/de/images/icons-silhouette.png -share/gnome/help/hig-book/de/images/icons-sodipodi.png -share/gnome/help/hig-book/de/images/icons-style-aqua.png -share/gnome/help/hig-book/de/images/icons-style-gnome.png -share/gnome/help/hig-book/de/images/icons-style-java.png -share/gnome/help/hig-book/de/images/icons-system-log.png -share/gnome/help/hig-book/de/images/icons-toolbar.png -share/gnome/help/hig-book/de/images/icons-underline-text.png -share/gnome/help/hig-book/de/images/icons-word-processor.png -share/gnome/help/hig-book/de/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/de/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/de/images/input-drag-cursor-link.png -share/gnome/help/hig-book/de/images/input-drag-cursor-move.png -share/gnome/help/hig-book/de/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/de/images/input-drag-cursor-query.png -share/gnome/help/hig-book/de/images/input-drag-cursor.png -share/gnome/help/hig-book/de/images/input-drag-select-files.png -share/gnome/help/hig-book/de/images/input-drag-select-graphics.png -share/gnome/help/hig-book/de/images/input-pointing-devices.png -share/gnome/help/hig-book/de/images/menus-application.png -share/gnome/help/hig-book/de/images/menus-bookmarks.png -share/gnome/help/hig-book/de/images/menus-checkbox-group.png -share/gnome/help/hig-book/de/images/menus-command-group.png -share/gnome/help/hig-book/de/images/menus-dropdown.png -share/gnome/help/hig-book/de/images/menus-edit.png -share/gnome/help/hig-book/de/images/menus-file.png -share/gnome/help/hig-book/de/images/menus-format.png -share/gnome/help/hig-book/de/images/menus-go-browser.png -share/gnome/help/hig-book/de/images/menus-go-document.png -share/gnome/help/hig-book/de/images/menus-help.png -share/gnome/help/hig-book/de/images/menus-insert.png -share/gnome/help/hig-book/de/images/menus-popup.png -share/gnome/help/hig-book/de/images/menus-radiobutton-group.png -share/gnome/help/hig-book/de/images/menus-submenu.png -share/gnome/help/hig-book/de/images/menus-view.png -share/gnome/help/hig-book/de/images/menus-windows.png -share/gnome/help/hig-book/de/images/windows-mdi.png -share/gnome/help/hig-book/de/images/toolbars-configure-menu.png -share/gnome/help/hig-book/de/images/toolbars-mail.png -share/gnome/help/hig-book/de/images/toolbars-labels-below.png -share/gnome/help/hig-book/de/images/toolbars-labels-beside.png -share/gnome/help/hig-book/de/images/visdes-button-label.png -share/gnome/help/hig-book/de/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/de/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/de/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/de/images/visdes-large-icon-label.png -share/gnome/help/hig-book/de/images/visdes-layout-annotated.png -share/gnome/help/hig-book/de/images/visdes-layout-good.png -share/gnome/help/hig-book/de/images/visdes-layout-poor.png -share/gnome/help/hig-book/de/images/visdes-list-label.png -share/gnome/help/hig-book/de/images/visdes-other-labels.png -share/gnome/help/hig-book/de/images/windows-sdi.png -share/gnome/help/hig-book/de/images/visdes-palette-1.png -share/gnome/help/hig-book/de/images/visdes-palette-10.png -share/gnome/help/hig-book/de/images/visdes-palette-11.png -share/gnome/help/hig-book/de/images/visdes-palette-12.png -share/gnome/help/hig-book/de/images/visdes-palette-13.png -share/gnome/help/hig-book/de/images/visdes-palette-14.png -share/gnome/help/hig-book/de/images/visdes-palette-15.png -share/gnome/help/hig-book/de/images/visdes-palette-16.png -share/gnome/help/hig-book/de/images/visdes-palette-17.png -share/gnome/help/hig-book/de/images/visdes-palette-18.png -share/gnome/help/hig-book/de/images/visdes-palette-19.png -share/gnome/help/hig-book/de/images/visdes-palette-2.png -share/gnome/help/hig-book/de/images/visdes-palette-20.png -share/gnome/help/hig-book/de/images/visdes-palette-21.png -share/gnome/help/hig-book/de/images/visdes-palette-22.png -share/gnome/help/hig-book/de/images/visdes-palette-23.png -share/gnome/help/hig-book/de/images/visdes-palette-24.png -share/gnome/help/hig-book/de/images/visdes-palette-25.png -share/gnome/help/hig-book/de/images/visdes-palette-26.png -share/gnome/help/hig-book/de/images/visdes-palette-27.png -share/gnome/help/hig-book/de/images/visdes-palette-28.png -share/gnome/help/hig-book/de/images/visdes-palette-29.png -share/gnome/help/hig-book/de/images/visdes-palette-3.png -share/gnome/help/hig-book/de/images/visdes-palette-30.png -share/gnome/help/hig-book/de/images/visdes-palette-31.png -share/gnome/help/hig-book/de/images/visdes-palette-32.png -share/gnome/help/hig-book/de/images/visdes-palette-4.png -share/gnome/help/hig-book/de/images/visdes-palette-5.png -share/gnome/help/hig-book/de/images/visdes-palette-6.png -share/gnome/help/hig-book/de/images/visdes-palette-7.png -share/gnome/help/hig-book/de/images/visdes-palette-8.png -share/gnome/help/hig-book/de/images/visdes-palette-9.png -share/gnome/help/hig-book/de/images/visdes-palette.png -share/gnome/help/hig-book/de/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/de/images/visdes-small-icon-label.png -share/gnome/help/hig-book/de/images/visdes-textbox-label.png -share/gnome/help/hig-book/de/images/windows-alert-authentication.png -share/gnome/help/hig-book/de/images/windows-alert-buttons.png -share/gnome/help/hig-book/de/images/windows-alert-confirmation.png -share/gnome/help/hig-book/de/images/windows-alert-error.png -share/gnome/help/hig-book/de/images/windows-alert-information.png -share/gnome/help/hig-book/de/images/windows-alert-save.png -share/gnome/help/hig-book/de/images/windows-alert-spacing.png -share/gnome/help/hig-book/de/images/windows-alert-text.png -share/gnome/help/hig-book/de/images/windows-assistant-first-page.png -share/gnome/help/hig-book/de/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/de/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/de/images/windows-explicit-apply.png -share/gnome/help/hig-book/de/images/windows-preferences.png -share/gnome/help/hig-book/de/images/windows-primary.png -share/gnome/help/hig-book/de/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/de/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/de/images/windows-progress-checklist.png -share/gnome/help/hig-book/de/images/windows-progress-copy-file.png -share/gnome/help/hig-book/de/images/windows-progress.png -share/gnome/help/hig-book/de/images/windows-properties.png -share/gnome/help/hig-book/de/images/windows-titlebar.png -share/gnome/help/hig-book/de/images/windows-toolbox-large.png -share/gnome/help/hig-book/de/images/windows-toolbox-small.png -share/gnome/help/hig-book/el/hig-book.xml -share/gnome/help/hig-book/el/images/controls-buttons.png -share/gnome/help/hig-book/el/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/el/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/el/images/controls-check-boxes.png -share/gnome/help/hig-book/el/images/controls-combo.png -share/gnome/help/hig-book/el/images/controls-frames.png -share/gnome/help/hig-book/el/images/controls-list-checkbox.png -share/gnome/help/hig-book/el/images/controls-list.png -share/gnome/help/hig-book/el/images/controls-locked.png -share/gnome/help/hig-book/el/images/controls-notebook-list.png -share/gnome/help/hig-book/el/images/controls-notebook-tabs.png -share/gnome/help/hig-book/el/images/controls-notebook.png -share/gnome/help/hig-book/el/images/controls-old-frames.png -share/gnome/help/hig-book/el/images/controls-option-menu.png -share/gnome/help/hig-book/el/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/el/images/controls-progress-time.png -share/gnome/help/hig-book/el/images/controls-progress-typical.png -share/gnome/help/hig-book/el/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/el/images/controls-radio-buttons.png -share/gnome/help/hig-book/el/images/controls-sensitivity.png -share/gnome/help/hig-book/el/images/controls-slider-spinbox.png -share/gnome/help/hig-book/el/images/controls-slider.png -share/gnome/help/hig-book/el/images/controls-spin-box.png -share/gnome/help/hig-book/el/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/el/images/controls-status-bar.png -share/gnome/help/hig-book/el/images/controls-text-choose.png -share/gnome/help/hig-book/el/images/controls-text-prompt.png -share/gnome/help/hig-book/el/images/controls-text.png -share/gnome/help/hig-book/el/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/el/images/controls-toggle-buttons.png -share/gnome/help/hig-book/el/images/controls-tree-checkbox.png -share/gnome/help/hig-book/el/images/controls-tree.png -share/gnome/help/hig-book/el/images/desktop-applications-menu.png -share/gnome/help/hig-book/el/images/feedback-checklist-running.png -share/gnome/help/hig-book/el/images/feedback-pointers-busy.png -share/gnome/help/hig-book/el/images/icon-design-process-1.png -share/gnome/help/hig-book/el/images/icon-design-process-10.png -share/gnome/help/hig-book/el/images/icon-design-process-11.png -share/gnome/help/hig-book/el/images/icon-design-process-12.png -share/gnome/help/hig-book/el/images/icon-design-process-2.png -share/gnome/help/hig-book/el/images/icon-design-process-3.png -share/gnome/help/hig-book/el/images/icon-design-process-4.png -share/gnome/help/hig-book/el/images/icon-design-process-5.png -share/gnome/help/hig-book/el/images/icon-design-process-6.png -share/gnome/help/hig-book/el/images/icon-design-process-7.png -share/gnome/help/hig-book/el/images/icon-design-process-8.png -share/gnome/help/hig-book/el/images/icon-design-process-9.png -share/gnome/help/hig-book/el/images/icons-applications.png -share/gnome/help/hig-book/el/images/icons-evolution.png -share/gnome/help/hig-book/el/images/icons-gedit.png -share/gnome/help/hig-book/el/images/icons-floppy-dissected.png -share/gnome/help/hig-book/el/images/icons-font-selection-good.png -share/gnome/help/hig-book/el/images/icons-font-selection-poor.png -share/gnome/help/hig-book/el/images/icons-gnumeric.png -share/gnome/help/hig-book/el/images/icons-hc-book-blur.png -share/gnome/help/hig-book/el/images/icons-hc-book.png -share/gnome/help/hig-book/el/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/el/images/icons-hc-cdrom.png -share/gnome/help/hig-book/el/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/el/images/icons-hc-copy.png -share/gnome/help/hig-book/el/images/icons-hc-metaphors.png -share/gnome/help/hig-book/el/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/el/images/icons-menu.png -share/gnome/help/hig-book/el/images/icons-nautilus.png -share/gnome/help/hig-book/el/images/icons-objects.png -share/gnome/help/hig-book/el/images/icons-perspective-shelf.png -share/gnome/help/hig-book/el/images/icons-perspective-table.png -share/gnome/help/hig-book/el/images/icons-shut-down.png -share/gnome/help/hig-book/el/images/icons-silhouette.png -share/gnome/help/hig-book/el/images/icons-sodipodi.png -share/gnome/help/hig-book/el/images/icons-style-aqua.png -share/gnome/help/hig-book/el/images/icons-style-gnome.png -share/gnome/help/hig-book/el/images/icons-style-java.png -share/gnome/help/hig-book/el/images/icons-system-log.png -share/gnome/help/hig-book/el/images/icons-toolbar.png -share/gnome/help/hig-book/el/images/icons-underline-text.png -share/gnome/help/hig-book/el/images/icons-word-processor.png -share/gnome/help/hig-book/el/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/el/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/el/images/input-drag-cursor-link.png -share/gnome/help/hig-book/el/images/input-drag-cursor-move.png -share/gnome/help/hig-book/el/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/el/images/input-drag-cursor-query.png -share/gnome/help/hig-book/el/images/input-drag-cursor.png -share/gnome/help/hig-book/el/images/input-drag-select-files.png -share/gnome/help/hig-book/el/images/input-drag-select-graphics.png -share/gnome/help/hig-book/el/images/input-pointing-devices.png -share/gnome/help/hig-book/el/images/menus-application.png -share/gnome/help/hig-book/el/images/menus-bookmarks.png -share/gnome/help/hig-book/el/images/menus-checkbox-group.png -share/gnome/help/hig-book/el/images/menus-command-group.png -share/gnome/help/hig-book/el/images/menus-dropdown.png -share/gnome/help/hig-book/el/images/menus-edit.png -share/gnome/help/hig-book/el/images/menus-file.png -share/gnome/help/hig-book/el/images/menus-format.png -share/gnome/help/hig-book/el/images/menus-go-browser.png -share/gnome/help/hig-book/el/images/menus-go-document.png -share/gnome/help/hig-book/el/images/menus-help.png -share/gnome/help/hig-book/el/images/menus-insert.png -share/gnome/help/hig-book/el/images/menus-popup.png -share/gnome/help/hig-book/el/images/menus-radiobutton-group.png -share/gnome/help/hig-book/el/images/menus-submenu.png -share/gnome/help/hig-book/el/images/menus-view.png -share/gnome/help/hig-book/el/images/menus-windows.png -share/gnome/help/hig-book/el/images/windows-mdi.png -share/gnome/help/hig-book/el/images/toolbars-configure-menu.png -share/gnome/help/hig-book/el/images/toolbars-mail.png -share/gnome/help/hig-book/el/images/toolbars-labels-below.png -share/gnome/help/hig-book/el/images/toolbars-labels-beside.png -share/gnome/help/hig-book/el/images/visdes-button-label.png -share/gnome/help/hig-book/el/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/el/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/el/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/el/images/visdes-large-icon-label.png -share/gnome/help/hig-book/el/images/visdes-layout-annotated.png -share/gnome/help/hig-book/el/images/visdes-layout-good.png -share/gnome/help/hig-book/el/images/visdes-layout-poor.png -share/gnome/help/hig-book/el/images/visdes-list-label.png -share/gnome/help/hig-book/el/images/visdes-other-labels.png -share/gnome/help/hig-book/el/images/windows-sdi.png -share/gnome/help/hig-book/el/images/visdes-palette-1.png -share/gnome/help/hig-book/el/images/visdes-palette-10.png -share/gnome/help/hig-book/el/images/visdes-palette-11.png -share/gnome/help/hig-book/el/images/visdes-palette-12.png -share/gnome/help/hig-book/el/images/visdes-palette-13.png -share/gnome/help/hig-book/el/images/visdes-palette-14.png -share/gnome/help/hig-book/el/images/visdes-palette-15.png -share/gnome/help/hig-book/el/images/visdes-palette-16.png -share/gnome/help/hig-book/el/images/visdes-palette-17.png -share/gnome/help/hig-book/el/images/visdes-palette-18.png -share/gnome/help/hig-book/el/images/visdes-palette-19.png -share/gnome/help/hig-book/el/images/visdes-palette-2.png -share/gnome/help/hig-book/el/images/visdes-palette-20.png -share/gnome/help/hig-book/el/images/visdes-palette-21.png -share/gnome/help/hig-book/el/images/visdes-palette-22.png -share/gnome/help/hig-book/el/images/visdes-palette-23.png -share/gnome/help/hig-book/el/images/visdes-palette-24.png -share/gnome/help/hig-book/el/images/visdes-palette-25.png -share/gnome/help/hig-book/el/images/visdes-palette-26.png -share/gnome/help/hig-book/el/images/visdes-palette-27.png -share/gnome/help/hig-book/el/images/visdes-palette-28.png -share/gnome/help/hig-book/el/images/visdes-palette-29.png -share/gnome/help/hig-book/el/images/visdes-palette-3.png -share/gnome/help/hig-book/el/images/visdes-palette-30.png -share/gnome/help/hig-book/el/images/visdes-palette-31.png -share/gnome/help/hig-book/el/images/visdes-palette-32.png -share/gnome/help/hig-book/el/images/visdes-palette-4.png -share/gnome/help/hig-book/el/images/visdes-palette-5.png -share/gnome/help/hig-book/el/images/visdes-palette-6.png -share/gnome/help/hig-book/el/images/visdes-palette-7.png -share/gnome/help/hig-book/el/images/visdes-palette-8.png -share/gnome/help/hig-book/el/images/visdes-palette-9.png -share/gnome/help/hig-book/el/images/visdes-palette.png -share/gnome/help/hig-book/el/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/el/images/visdes-small-icon-label.png -share/gnome/help/hig-book/el/images/visdes-textbox-label.png -share/gnome/help/hig-book/el/images/windows-alert-authentication.png -share/gnome/help/hig-book/el/images/windows-alert-buttons.png -share/gnome/help/hig-book/el/images/windows-alert-confirmation.png -share/gnome/help/hig-book/el/images/windows-alert-error.png -share/gnome/help/hig-book/el/images/windows-alert-information.png -share/gnome/help/hig-book/el/images/windows-alert-save.png -share/gnome/help/hig-book/el/images/windows-alert-spacing.png -share/gnome/help/hig-book/el/images/windows-alert-text.png -share/gnome/help/hig-book/el/images/windows-assistant-first-page.png -share/gnome/help/hig-book/el/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/el/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/el/images/windows-explicit-apply.png -share/gnome/help/hig-book/el/images/windows-preferences.png -share/gnome/help/hig-book/el/images/windows-primary.png -share/gnome/help/hig-book/el/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/el/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/el/images/windows-progress-checklist.png -share/gnome/help/hig-book/el/images/windows-progress-copy-file.png -share/gnome/help/hig-book/el/images/windows-progress.png -share/gnome/help/hig-book/el/images/windows-properties.png -share/gnome/help/hig-book/el/images/windows-titlebar.png -share/gnome/help/hig-book/el/images/windows-toolbox-large.png -share/gnome/help/hig-book/el/images/windows-toolbox-small.png -share/gnome/help/hig-book/es/hig-book.xml -share/gnome/help/hig-book/es/images/controls-buttons.png -share/gnome/help/hig-book/es/images/controls-check-box-ambiguous.png -share/gnome/help/hig-book/es/images/controls-check-boxes-mixed.png -share/gnome/help/hig-book/es/images/controls-check-boxes.png -share/gnome/help/hig-book/es/images/controls-combo.png -share/gnome/help/hig-book/es/images/controls-frames.png -share/gnome/help/hig-book/es/images/controls-list-checkbox.png -share/gnome/help/hig-book/es/images/controls-list.png -share/gnome/help/hig-book/es/images/controls-locked.png -share/gnome/help/hig-book/es/images/controls-notebook-list.png -share/gnome/help/hig-book/es/images/controls-notebook-tabs.png -share/gnome/help/hig-book/es/images/controls-notebook.png -share/gnome/help/hig-book/es/images/controls-old-frames.png -share/gnome/help/hig-book/es/images/controls-option-menu.png -share/gnome/help/hig-book/es/images/controls-progress-indeterminate.png -share/gnome/help/hig-book/es/images/controls-progress-time.png -share/gnome/help/hig-book/es/images/controls-progress-typical.png -share/gnome/help/hig-book/es/images/controls-radio-button-mixed.png -share/gnome/help/hig-book/es/images/controls-radio-buttons.png -share/gnome/help/hig-book/es/images/controls-sensitivity.png -share/gnome/help/hig-book/es/images/controls-slider-spinbox.png -share/gnome/help/hig-book/es/images/controls-slider.png -share/gnome/help/hig-book/es/images/controls-spin-box.png -share/gnome/help/hig-book/es/images/controls-status-bar-interactive.png -share/gnome/help/hig-book/es/images/controls-status-bar.png -share/gnome/help/hig-book/es/images/controls-text-choose.png -share/gnome/help/hig-book/es/images/controls-text-prompt.png -share/gnome/help/hig-book/es/images/controls-text.png -share/gnome/help/hig-book/es/images/controls-toggle-button-mixed.png -share/gnome/help/hig-book/es/images/controls-toggle-buttons.png -share/gnome/help/hig-book/es/images/controls-tree-checkbox.png -share/gnome/help/hig-book/es/images/controls-tree.png -share/gnome/help/hig-book/es/images/desktop-applications-menu.png -share/gnome/help/hig-book/es/images/feedback-checklist-running.png -share/gnome/help/hig-book/es/images/feedback-pointers-busy.png -share/gnome/help/hig-book/es/images/icon-design-process-1.png -share/gnome/help/hig-book/es/images/icon-design-process-10.png -share/gnome/help/hig-book/es/images/icon-design-process-11.png -share/gnome/help/hig-book/es/images/icon-design-process-12.png -share/gnome/help/hig-book/es/images/icon-design-process-2.png -share/gnome/help/hig-book/es/images/icon-design-process-3.png -share/gnome/help/hig-book/es/images/icon-design-process-4.png -share/gnome/help/hig-book/es/images/icon-design-process-5.png -share/gnome/help/hig-book/es/images/icon-design-process-6.png -share/gnome/help/hig-book/es/images/icon-design-process-7.png -share/gnome/help/hig-book/es/images/icon-design-process-8.png -share/gnome/help/hig-book/es/images/icon-design-process-9.png -share/gnome/help/hig-book/es/images/icons-applications.png -share/gnome/help/hig-book/es/images/icons-evolution.png -share/gnome/help/hig-book/es/images/icons-gedit.png -share/gnome/help/hig-book/es/images/icons-floppy-dissected.png -share/gnome/help/hig-book/es/images/icons-font-selection-good.png -share/gnome/help/hig-book/es/images/icons-font-selection-poor.png -share/gnome/help/hig-book/es/images/icons-gnumeric.png -share/gnome/help/hig-book/es/images/icons-hc-book-blur.png -share/gnome/help/hig-book/es/images/icons-hc-book.png -share/gnome/help/hig-book/es/images/icons-hc-cdrom-blur.png -share/gnome/help/hig-book/es/images/icons-hc-cdrom.png -share/gnome/help/hig-book/es/images/icons-hc-copy-blur.png -share/gnome/help/hig-book/es/images/icons-hc-copy.png -share/gnome/help/hig-book/es/images/icons-hc-metaphors.png -share/gnome/help/hig-book/es/images/icons-lowcontrast-levels.png -share/gnome/help/hig-book/es/images/icons-menu.png -share/gnome/help/hig-book/es/images/icons-nautilus.png -share/gnome/help/hig-book/es/images/icons-objects.png -share/gnome/help/hig-book/es/images/icons-perspective-shelf.png -share/gnome/help/hig-book/es/images/icons-perspective-table.png -share/gnome/help/hig-book/es/images/icons-shut-down.png -share/gnome/help/hig-book/es/images/icons-silhouette.png -share/gnome/help/hig-book/es/images/icons-sodipodi.png -share/gnome/help/hig-book/es/images/icons-style-aqua.png -share/gnome/help/hig-book/es/images/icons-style-gnome.png -share/gnome/help/hig-book/es/images/icons-style-java.png -share/gnome/help/hig-book/es/images/icons-system-log.png -share/gnome/help/hig-book/es/images/icons-toolbar.png -share/gnome/help/hig-book/es/images/icons-underline-text.png -share/gnome/help/hig-book/es/images/icons-word-processor.png -share/gnome/help/hig-book/es/images/input-accesskeys-shortcuts.png -share/gnome/help/hig-book/es/images/input-drag-cursor-copy.png -share/gnome/help/hig-book/es/images/input-drag-cursor-link.png -share/gnome/help/hig-book/es/images/input-drag-cursor-move.png -share/gnome/help/hig-book/es/images/input-drag-cursor-nodrop.png -share/gnome/help/hig-book/es/images/input-drag-cursor-query.png -share/gnome/help/hig-book/es/images/input-drag-cursor.png -share/gnome/help/hig-book/es/images/input-drag-select-files.png -share/gnome/help/hig-book/es/images/input-drag-select-graphics.png -share/gnome/help/hig-book/es/images/input-pointing-devices.png -share/gnome/help/hig-book/es/images/menus-application.png -share/gnome/help/hig-book/es/images/menus-bookmarks.png -share/gnome/help/hig-book/es/images/menus-checkbox-group.png -share/gnome/help/hig-book/es/images/menus-command-group.png -share/gnome/help/hig-book/es/images/menus-dropdown.png -share/gnome/help/hig-book/es/images/menus-edit.png -share/gnome/help/hig-book/es/images/menus-file.png -share/gnome/help/hig-book/es/images/menus-format.png -share/gnome/help/hig-book/es/images/menus-go-browser.png -share/gnome/help/hig-book/es/images/menus-go-document.png -share/gnome/help/hig-book/es/images/menus-help.png -share/gnome/help/hig-book/es/images/menus-insert.png -share/gnome/help/hig-book/es/images/menus-popup.png -share/gnome/help/hig-book/es/images/menus-radiobutton-group.png -share/gnome/help/hig-book/es/images/menus-submenu.png -share/gnome/help/hig-book/es/images/menus-view.png -share/gnome/help/hig-book/es/images/menus-windows.png -share/gnome/help/hig-book/es/images/windows-mdi.png -share/gnome/help/hig-book/es/images/toolbars-configure-menu.png -share/gnome/help/hig-book/es/images/toolbars-mail.png -share/gnome/help/hig-book/es/images/toolbars-labels-below.png -share/gnome/help/hig-book/es/images/toolbars-labels-beside.png -share/gnome/help/hig-book/es/images/visdes-button-label.png -share/gnome/help/hig-book/es/images/visdes-colorblind-deutan.png -share/gnome/help/hig-book/es/images/visdes-colorblind-normal.png -share/gnome/help/hig-book/es/images/visdes-colorblind-tritan.png -share/gnome/help/hig-book/es/images/visdes-large-icon-label.png -share/gnome/help/hig-book/es/images/visdes-layout-annotated.png -share/gnome/help/hig-book/es/images/visdes-layout-good.png -share/gnome/help/hig-book/es/images/visdes-layout-poor.png -share/gnome/help/hig-book/es/images/visdes-list-label.png -share/gnome/help/hig-book/es/images/visdes-other-labels.png -share/gnome/help/hig-book/es/images/windows-sdi.png -share/gnome/help/hig-book/es/images/visdes-palette-1.png -share/gnome/help/hig-book/es/images/visdes-palette-10.png -share/gnome/help/hig-book/es/images/visdes-palette-11.png -share/gnome/help/hig-book/es/images/visdes-palette-12.png -share/gnome/help/hig-book/es/images/visdes-palette-13.png -share/gnome/help/hig-book/es/images/visdes-palette-14.png -share/gnome/help/hig-book/es/images/visdes-palette-15.png -share/gnome/help/hig-book/es/images/visdes-palette-16.png -share/gnome/help/hig-book/es/images/visdes-palette-17.png -share/gnome/help/hig-book/es/images/visdes-palette-18.png -share/gnome/help/hig-book/es/images/visdes-palette-19.png -share/gnome/help/hig-book/es/images/visdes-palette-2.png -share/gnome/help/hig-book/es/images/visdes-palette-20.png -share/gnome/help/hig-book/es/images/visdes-palette-21.png -share/gnome/help/hig-book/es/images/visdes-palette-22.png -share/gnome/help/hig-book/es/images/visdes-palette-23.png -share/gnome/help/hig-book/es/images/visdes-palette-24.png -share/gnome/help/hig-book/es/images/visdes-palette-25.png -share/gnome/help/hig-book/es/images/visdes-palette-26.png -share/gnome/help/hig-book/es/images/visdes-palette-27.png -share/gnome/help/hig-book/es/images/visdes-palette-28.png -share/gnome/help/hig-book/es/images/visdes-palette-29.png -share/gnome/help/hig-book/es/images/visdes-palette-3.png -share/gnome/help/hig-book/es/images/visdes-palette-30.png -share/gnome/help/hig-book/es/images/visdes-palette-31.png -share/gnome/help/hig-book/es/images/visdes-palette-32.png -share/gnome/help/hig-book/es/images/visdes-palette-4.png -share/gnome/help/hig-book/es/images/visdes-palette-5.png -share/gnome/help/hig-book/es/images/visdes-palette-6.png -share/gnome/help/hig-book/es/images/visdes-palette-7.png -share/gnome/help/hig-book/es/images/visdes-palette-8.png -share/gnome/help/hig-book/es/images/visdes-palette-9.png -share/gnome/help/hig-book/es/images/visdes-palette.png -share/gnome/help/hig-book/es/images/visdes-radiobutton-label.png -share/gnome/help/hig-book/es/images/visdes-small-icon-label.png -share/gnome/help/hig-book/es/images/visdes-textbox-label.png -share/gnome/help/hig-book/es/images/windows-alert-authentication.png -share/gnome/help/hig-book/es/images/windows-alert-buttons.png -share/gnome/help/hig-book/es/images/windows-alert-confirmation.png -share/gnome/help/hig-book/es/images/windows-alert-error.png -share/gnome/help/hig-book/es/images/windows-alert-information.png -share/gnome/help/hig-book/es/images/windows-alert-save.png -share/gnome/help/hig-book/es/images/windows-alert-spacing.png -share/gnome/help/hig-book/es/images/windows-alert-text.png -share/gnome/help/hig-book/es/images/windows-assistant-first-page.png -share/gnome/help/hig-book/es/images/windows-dialog-tabbed.png -share/gnome/help/hig-book/es/images/windows-assistant-middle-page.png -share/gnome/help/hig-book/es/images/windows-explicit-apply.png -share/gnome/help/hig-book/es/images/windows-preferences.png -share/gnome/help/hig-book/es/images/windows-primary.png -share/gnome/help/hig-book/es/images/windows-progress-checklist-done.png -share/gnome/help/hig-book/es/images/windows-progress-checklist-start.png -share/gnome/help/hig-book/es/images/windows-progress-checklist.png -share/gnome/help/hig-book/es/images/windows-progress-copy-file.png -share/gnome/help/hig-book/es/images/windows-progress.png -share/gnome/help/hig-book/es/images/windows-properties.png -share/gnome/help/hig-book/es/images/windows-titlebar.png -share/gnome/help/hig-book/es/images/windows-toolbox-large.png -share/gnome/help/hig-book/es/images/windows-toolbox-small.png -share/gnome/help/integration-guide/C/integration-guide.xml -share/gnome/help/integration-guide/cs/integration-guide.xml -share/gnome/help/integration-guide/de/integration-guide.xml -share/gnome/help/integration-guide/el/integration-guide.xml -share/gnome/help/integration-guide/en_GB/integration-guide.xml -share/gnome/help/integration-guide/es/integration-guide.xml -share/gnome/help/integration-guide/fr/integration-guide.xml -share/gnome/help/integration-guide/it/integration-guide.xml -share/gnome/help/integration-guide/pt_BR/integration-guide.xml -share/gnome/help/integration-guide/sv/integration-guide.xml -share/gnome/help/integration-guide/zh_CN/integration-guide.xml -share/gnome/help/optimization-guide/C/figures/massif-after.png -share/gnome/help/optimization-guide/C/figures/massif-before.png -share/gnome/help/optimization-guide/C/optimization-guide.xml -share/gnome/help/optimization-guide/C/optimization-harmful.xml -share/gnome/help/optimization-guide/C/optimization-intro.xml -share/gnome/help/optimization-guide/C/optimization-massif.xml -share/gnome/help/optimization-guide/cs/figures/massif-after.png -share/gnome/help/optimization-guide/cs/figures/massif-before.png -share/gnome/help/optimization-guide/cs/optimization-guide.xml -share/gnome/help/optimization-guide/cs/optimization-harmful.xml -share/gnome/help/optimization-guide/cs/optimization-intro.xml -share/gnome/help/optimization-guide/cs/optimization-massif.xml -share/gnome/help/optimization-guide/de/optimization-guide.xml -share/gnome/help/optimization-guide/de/optimization-harmful.xml -share/gnome/help/optimization-guide/de/optimization-massif.xml -share/gnome/help/optimization-guide/de/optimization-intro.xml -share/gnome/help/optimization-guide/de/figures/massif-after.png -share/gnome/help/optimization-guide/de/figures/massif-before.png -share/gnome/help/optimization-guide/el/optimization-guide.xml -share/gnome/help/optimization-guide/el/optimization-harmful.xml -share/gnome/help/optimization-guide/el/optimization-massif.xml -share/gnome/help/optimization-guide/el/optimization-intro.xml -share/gnome/help/optimization-guide/el/figures/massif-after.png -share/gnome/help/optimization-guide/el/figures/massif-before.png -share/gnome/help/optimization-guide/es/optimization-guide.xml -share/gnome/help/optimization-guide/es/optimization-harmful.xml -share/gnome/help/optimization-guide/es/optimization-massif.xml -share/gnome/help/optimization-guide/es/optimization-intro.xml -share/gnome/help/optimization-guide/es/figures/massif-after.png -share/gnome/help/optimization-guide/es/figures/massif-before.png -share/gnome/help/platform-overview/C/apx-modules.xml -share/gnome/help/platform-overview/C/bindings.xml -share/gnome/help/platform-overview/C/core-tech.xml -share/gnome/help/platform-overview/C/desktop-tech.xml -share/gnome/help/platform-overview/C/figures/graphics.png -share/gnome/help/platform-overview/C/figures/i18n.png -share/gnome/help/platform-overview/C/figures/pango.png -share/gnome/help/platform-overview/C/intro.xml -share/gnome/help/platform-overview/C/ipc-network.xml -share/gnome/help/platform-overview/C/legal-fdl.xml -share/gnome/help/platform-overview/C/platform-overview.xml -share/gnome/help/platform-overview/C/platform.xml -share/gnome/help/platform-overview/cs/apx-modules.xml -share/gnome/help/platform-overview/cs/bindings.xml -share/gnome/help/platform-overview/cs/core-tech.xml -share/gnome/help/platform-overview/cs/desktop-tech.xml -share/gnome/help/platform-overview/cs/figures/graphics.png -share/gnome/help/platform-overview/cs/figures/i18n.png -share/gnome/help/platform-overview/cs/figures/pango.png -share/gnome/help/platform-overview/cs/intro.xml -share/gnome/help/platform-overview/cs/ipc-network.xml -share/gnome/help/platform-overview/cs/legal-fdl.xml -share/gnome/help/platform-overview/cs/platform-overview.xml -share/gnome/help/platform-overview/cs/platform.xml -share/gnome/help/platform-overview/de/apx-modules.xml -share/gnome/help/platform-overview/de/bindings.xml -share/gnome/help/platform-overview/de/core-tech.xml -share/gnome/help/platform-overview/de/desktop-tech.xml -share/gnome/help/platform-overview/de/figures/graphics.png -share/gnome/help/platform-overview/de/figures/i18n.png -share/gnome/help/platform-overview/de/figures/pango.png -share/gnome/help/platform-overview/de/intro.xml -share/gnome/help/platform-overview/de/ipc-network.xml -share/gnome/help/platform-overview/de/legal-fdl.xml -share/gnome/help/platform-overview/de/platform-overview.xml -share/gnome/help/platform-overview/de/platform.xml -share/gnome/help/platform-overview/el/apx-modules.xml -share/gnome/help/platform-overview/el/bindings.xml -share/gnome/help/platform-overview/el/core-tech.xml -share/gnome/help/platform-overview/el/desktop-tech.xml -share/gnome/help/platform-overview/el/figures/graphics.png -share/gnome/help/platform-overview/el/figures/i18n.png -share/gnome/help/platform-overview/el/figures/pango.png -share/gnome/help/platform-overview/el/intro.xml -share/gnome/help/platform-overview/el/ipc-network.xml -share/gnome/help/platform-overview/el/legal-fdl.xml -share/gnome/help/platform-overview/el/platform-overview.xml -share/gnome/help/platform-overview/el/platform.xml -share/gnome/help/platform-overview/es/apx-modules.xml -share/gnome/help/platform-overview/es/bindings.xml -share/gnome/help/platform-overview/es/core-tech.xml -share/gnome/help/platform-overview/es/desktop-tech.xml -share/gnome/help/platform-overview/es/figures/graphics.png -share/gnome/help/platform-overview/es/figures/i18n.png -share/gnome/help/platform-overview/es/figures/pango.png -share/gnome/help/platform-overview/es/intro.xml -share/gnome/help/platform-overview/es/ipc-network.xml -share/gnome/help/platform-overview/es/legal-fdl.xml -share/gnome/help/platform-overview/es/platform-overview.xml -share/gnome/help/platform-overview/es/platform.xml -share/gnome/help/platform-overview/fr/apx-modules.xml -share/gnome/help/platform-overview/fr/bindings.xml -share/gnome/help/platform-overview/fr/core-tech.xml -share/gnome/help/platform-overview/fr/desktop-tech.xml -share/gnome/help/platform-overview/fr/figures/graphics.png -share/gnome/help/platform-overview/fr/figures/i18n.png -share/gnome/help/platform-overview/fr/figures/pango.png -share/gnome/help/platform-overview/fr/intro.xml -share/gnome/help/platform-overview/fr/ipc-network.xml -share/gnome/help/platform-overview/fr/legal-fdl.xml -share/gnome/help/platform-overview/fr/platform-overview.xml -share/gnome/help/platform-overview/fr/platform.xml -share/gnome/help/platform-overview/it/apx-modules.xml -share/gnome/help/platform-overview/it/bindings.xml -share/gnome/help/platform-overview/it/core-tech.xml -share/gnome/help/platform-overview/it/desktop-tech.xml -share/gnome/help/platform-overview/it/figures/graphics.png -share/gnome/help/platform-overview/it/figures/i18n.png -share/gnome/help/platform-overview/it/figures/pango.png -share/gnome/help/platform-overview/it/intro.xml -share/gnome/help/platform-overview/it/ipc-network.xml -share/gnome/help/platform-overview/it/legal-fdl.xml -share/gnome/help/platform-overview/it/platform-overview.xml -share/gnome/help/platform-overview/it/platform.xml -share/gnome/help/platform-overview/oc/apx-modules.xml -share/gnome/help/platform-overview/oc/bindings.xml -share/gnome/help/platform-overview/oc/core-tech.xml -share/gnome/help/platform-overview/oc/desktop-tech.xml -share/gnome/help/platform-overview/oc/figures/graphics.png -share/gnome/help/platform-overview/oc/figures/i18n.png -share/gnome/help/platform-overview/oc/figures/pango.png -share/gnome/help/platform-overview/oc/intro.xml -share/gnome/help/platform-overview/oc/ipc-network.xml -share/gnome/help/platform-overview/oc/legal-fdl.xml -share/gnome/help/platform-overview/oc/platform-overview.xml -share/gnome/help/platform-overview/oc/platform.xml -share/gnome/help/platform-overview/ru/apx-modules.xml -share/gnome/help/platform-overview/ru/bindings.xml -share/gnome/help/platform-overview/ru/core-tech.xml -share/gnome/help/platform-overview/ru/desktop-tech.xml -share/gnome/help/platform-overview/ru/figures/graphics.png -share/gnome/help/platform-overview/ru/figures/i18n.png -share/gnome/help/platform-overview/ru/figures/pango.png -share/gnome/help/platform-overview/ru/intro.xml -share/gnome/help/platform-overview/ru/ipc-network.xml -share/gnome/help/platform-overview/ru/legal-fdl.xml -share/gnome/help/platform-overview/ru/platform-overview.xml -share/gnome/help/platform-overview/ru/platform.xml -share/gnome/help/platform-overview/uk/apx-modules.xml -share/gnome/help/platform-overview/uk/bindings.xml -share/gnome/help/platform-overview/uk/core-tech.xml -share/gnome/help/platform-overview/uk/desktop-tech.xml -share/gnome/help/platform-overview/uk/figures/graphics.png -share/gnome/help/platform-overview/uk/figures/i18n.png -share/gnome/help/platform-overview/uk/figures/pango.png -share/gnome/help/platform-overview/uk/intro.xml -share/gnome/help/platform-overview/uk/ipc-network.xml -share/gnome/help/platform-overview/uk/legal-fdl.xml -share/gnome/help/platform-overview/uk/platform-overview.xml -share/gnome/help/platform-overview/uk/platform.xml -share/omf/accessibility-devel-guide/accessibility-devel-guide-C.omf -share/omf/accessibility-devel-guide/accessibility-devel-guide-de.omf -share/omf/accessibility-devel-guide/accessibility-devel-guide-el.omf -share/omf/accessibility-devel-guide/accessibility-devel-guide-es.omf -share/omf/gdp-handbook/gdp-handbook-C.omf -share/omf/gdp-style-guide/gdp-style-guide-C.omf -share/omf/hig-book/hig-book-C.omf -share/omf/hig-book/hig-book-de.omf -share/omf/hig-book/hig-book-el.omf -share/omf/hig-book/hig-book-es.omf -share/omf/integration-guide/integration-guide-C.omf -share/omf/integration-guide/integration-guide-cs.omf -share/omf/integration-guide/integration-guide-de.omf -share/omf/integration-guide/integration-guide-el.omf -share/omf/integration-guide/integration-guide-en_GB.omf -share/omf/integration-guide/integration-guide-es.omf -share/omf/integration-guide/integration-guide-fr.omf -share/omf/integration-guide/integration-guide-it.omf -share/omf/integration-guide/integration-guide-pt_BR.omf -share/omf/integration-guide/integration-guide-sv.omf -share/omf/integration-guide/integration-guide-zh_CN.omf -share/omf/optimization-guide/optimization-guide-C.omf -share/omf/optimization-guide/optimization-guide-cs.omf -share/omf/optimization-guide/optimization-guide-de.omf -share/omf/optimization-guide/optimization-guide-el.omf -share/omf/optimization-guide/optimization-guide-es.omf -share/omf/platform-overview/platform-overview-C.omf -share/omf/platform-overview/platform-overview-cs.omf -share/omf/platform-overview/platform-overview-de.omf -share/omf/platform-overview/platform-overview-el.omf -share/omf/platform-overview/platform-overview-es.omf -share/omf/platform-overview/platform-overview-fr.omf -share/omf/platform-overview/platform-overview-it.omf -share/omf/platform-overview/platform-overview-oc.omf -share/omf/platform-overview/platform-overview-ru.omf -share/omf/platform-overview/platform-overview-uk.omf -@dirrm share/omf/platform-overview -@dirrm share/omf/optimization-guide -@dirrm share/omf/integration-guide -@dirrm share/omf/hig-book -@dirrm share/omf/gdp-style-guide -@dirrm share/omf/gdp-handbook -@dirrm share/omf/accessibility-devel-guide -@dirrm share/gnome/help/platform-overview/uk/figures -@dirrm share/gnome/help/platform-overview/uk -@dirrm share/gnome/help/platform-overview/ru/figures -@dirrm share/gnome/help/platform-overview/ru -@dirrm share/gnome/help/platform-overview/oc/figures -@dirrm share/gnome/help/platform-overview/oc -@dirrm share/gnome/help/platform-overview/it/figures -@dirrm share/gnome/help/platform-overview/it -@dirrm share/gnome/help/platform-overview/fr/figures -@dirrm share/gnome/help/platform-overview/fr -@dirrm share/gnome/help/platform-overview/es/figures -@dirrm share/gnome/help/platform-overview/es -@dirrm share/gnome/help/platform-overview/el/figures -@dirrm share/gnome/help/platform-overview/el -@dirrm share/gnome/help/platform-overview/de/figures -@dirrm share/gnome/help/platform-overview/de -@dirrm share/gnome/help/platform-overview/cs/figures -@dirrm share/gnome/help/platform-overview/cs -@dirrm share/gnome/help/platform-overview/C/figures -@dirrm share/gnome/help/platform-overview/C -@dirrm share/gnome/help/platform-overview -@dirrm share/gnome/help/optimization-guide/es/figures -@dirrm share/gnome/help/optimization-guide/es -@dirrm share/gnome/help/optimization-guide/el/figures -@dirrm share/gnome/help/optimization-guide/el -@dirrm share/gnome/help/optimization-guide/de/figures -@dirrm share/gnome/help/optimization-guide/de -@dirrm share/gnome/help/optimization-guide/cs/figures -@dirrm share/gnome/help/optimization-guide/cs -@dirrm share/gnome/help/optimization-guide/C/figures -@dirrm share/gnome/help/optimization-guide/C -@dirrm share/gnome/help/optimization-guide -@dirrm share/gnome/help/integration-guide/zh_CN -@dirrm share/gnome/help/integration-guide/sv -@dirrm share/gnome/help/integration-guide/pt_BR -@dirrm share/gnome/help/integration-guide/it -@dirrm share/gnome/help/integration-guide/fr -@dirrm share/gnome/help/integration-guide/es -@dirrm share/gnome/help/integration-guide/en_GB -@dirrm share/gnome/help/integration-guide/el -@dirrm share/gnome/help/integration-guide/de -@dirrm share/gnome/help/integration-guide/cs -@dirrm share/gnome/help/integration-guide/C -@dirrm share/gnome/help/integration-guide -@dirrm share/gnome/help/hig-book/es/images -@dirrm share/gnome/help/hig-book/es -@dirrm share/gnome/help/hig-book/el/images -@dirrm share/gnome/help/hig-book/el -@dirrm share/gnome/help/hig-book/de/images -@dirrm share/gnome/help/hig-book/de -@dirrm share/gnome/help/hig-book/C/images -@dirrm share/gnome/help/hig-book/C -@dirrm share/gnome/help/hig-book -@dirrm share/gnome/help/gdp-style-guide/C/figures -@dirrm share/gnome/help/gdp-style-guide/C -@dirrm share/gnome/help/gdp-style-guide -@dirrm share/gnome/help/gdp-handbook/C -@dirrm share/gnome/help/gdp-handbook -@dirrm share/gnome/help/accessibility-devel-guide/es/figures -@dirrm share/gnome/help/accessibility-devel-guide/es -@dirrm share/gnome/help/accessibility-devel-guide/el/figures -@dirrm share/gnome/help/accessibility-devel-guide/el -@dirrm share/gnome/help/accessibility-devel-guide/de/figures -@dirrm share/gnome/help/accessibility-devel-guide/de -@dirrm share/gnome/help/accessibility-devel-guide/C/figures -@dirrm share/gnome/help/accessibility-devel-guide/C -@dirrm share/gnome/help/accessibility-devel-guide diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile deleted file mode 100644 index f69cbb2e5..000000000 --- a/misc/gnome-icon-theme-extras/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome-icon-theme-extras -# Date Created: 27 March 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme-extras/Makefile,v 1.2 2010/03/30 12:20:09 kwm Exp $ -# - -PORTNAME= gnome-icon-theme-extras -PORTVERSION= 2.30.1 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An additional collection of icons for the GNOME 2 desktop - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack gtk20 -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/misc/gnome-icon-theme-extras/distinfo b/misc/gnome-icon-theme-extras/distinfo deleted file mode 100644 index 7cc7b7da1..000000000 --- a/misc/gnome-icon-theme-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-icon-theme-extras-2.30.1.tar.bz2) = f6b17ceaafe22ffffdf573e8d2b5a4d5 -SHA256 (gnome2/gnome-icon-theme-extras-2.30.1.tar.bz2) = 45db58ca52765b40a4a22bc8d70d05564c94697d252b8941bb5be76315f6508b -SIZE (gnome2/gnome-icon-theme-extras-2.30.1.tar.bz2) = 1997048 diff --git a/misc/gnome-icon-theme-extras/pkg-descr b/misc/gnome-icon-theme-extras/pkg-descr deleted file mode 100644 index 02064a2d1..000000000 --- a/misc/gnome-icon-theme-extras/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gnome-icon-theme-extras is a collection of extra device and mime-type icons -for use by the GNOME 2 desktop. diff --git a/misc/gnome-icon-theme-extras/pkg-plist b/misc/gnome-icon-theme-extras/pkg-plist deleted file mode 100644 index a5b936b49..000000000 --- a/misc/gnome-icon-theme-extras/pkg-plist +++ /dev/null @@ -1,110 +0,0 @@ -share/icons/gnome/16x16/devices/drive-harddisk-ieee1394.png -share/icons/gnome/16x16/devices/drive-harddisk-usb.png -share/icons/gnome/16x16/devices/media-optical-bd.png -share/icons/gnome/16x16/devices/media-optical-cd-audio.png -share/icons/gnome/16x16/devices/media-optical-dvd.png -share/icons/gnome/16x16/devices/multimedia-player-apple-ipod-touch.png -share/icons/gnome/16x16/devices/phone-apple-iphone.png -share/icons/gnome/16x16/devices/phone-google-nexus-one.png -share/icons/gnome/16x16/devices/phone-htc-g1-white.png -share/icons/gnome/16x16/devices/phone-palm-pre.png -share/icons/gnome/16x16/mimetypes/application-rss+xml.png -share/icons/gnome/16x16/mimetypes/application-vnd.openofficeorg.extension.png -share/icons/gnome/16x16/mimetypes/application-x-blender.png -share/icons/gnome/16x16/mimetypes/application-x-cd-image.png -share/icons/gnome/16x16/mimetypes/application-x-mono-develop-xib.png -share/icons/gnome/22x22/devices/drive-harddisk-ieee1394.png -share/icons/gnome/22x22/devices/drive-harddisk-usb.png -share/icons/gnome/22x22/devices/media-optical-bd.png -share/icons/gnome/22x22/devices/media-optical-cd-audio.png -share/icons/gnome/22x22/devices/media-optical-dvd.png -share/icons/gnome/22x22/devices/multimedia-player-apple-ipod-touch.png -share/icons/gnome/22x22/devices/phone-apple-iphone.png -share/icons/gnome/22x22/devices/phone-google-nexus-one.png -share/icons/gnome/22x22/devices/phone-htc-g1-white.png -share/icons/gnome/22x22/devices/phone-palm-pre.png -share/icons/gnome/22x22/mimetypes/application-rss+xml.png -share/icons/gnome/22x22/mimetypes/application-vnd.openofficeorg.extension.png -share/icons/gnome/22x22/mimetypes/application-x-blender.png -share/icons/gnome/22x22/mimetypes/application-x-cd-image.png -share/icons/gnome/22x22/mimetypes/application-x-mono-develop-xib.png -share/icons/gnome/24x24/devices/drive-harddisk-ieee1394.png -share/icons/gnome/24x24/devices/drive-harddisk-usb.png -share/icons/gnome/24x24/devices/media-optical-bd.png -share/icons/gnome/24x24/devices/media-optical-cd-audio.png -share/icons/gnome/24x24/devices/media-optical-dvd.png -share/icons/gnome/24x24/devices/multimedia-player-apple-ipod-touch.png -share/icons/gnome/24x24/devices/phone-apple-iphone.png -share/icons/gnome/24x24/devices/phone-google-nexus-one.png -share/icons/gnome/24x24/devices/phone-htc-g1-white.png -share/icons/gnome/24x24/devices/phone-palm-pre.png -share/icons/gnome/24x24/mimetypes/application-rss+xml.png -share/icons/gnome/24x24/mimetypes/application-vnd.openofficeorg.extension.png -share/icons/gnome/24x24/mimetypes/application-x-blender.png -share/icons/gnome/24x24/mimetypes/application-x-cd-image.png -share/icons/gnome/24x24/mimetypes/application-x-mono-develop-xib.png -share/icons/gnome/256x256/devices/drive-harddisk-ieee1394.png -share/icons/gnome/256x256/devices/drive-harddisk-usb.png -share/icons/gnome/256x256/devices/media-optical-bd.png -share/icons/gnome/256x256/devices/media-optical-cd-audio.png -share/icons/gnome/256x256/devices/media-optical-dvd.png -share/icons/gnome/256x256/devices/multimedia-player-apple-ipod-touch.png -share/icons/gnome/256x256/devices/phone-apple-iphone.png -share/icons/gnome/256x256/devices/phone-google-nexus-one.png -share/icons/gnome/256x256/devices/phone-htc-g1-white.png -share/icons/gnome/256x256/devices/phone-palm-pre.png -share/icons/gnome/256x256/mimetypes/application-rss+xml.png -share/icons/gnome/256x256/mimetypes/application-vnd.openofficeorg.extension.png -share/icons/gnome/256x256/mimetypes/application-x-blender.png -share/icons/gnome/256x256/mimetypes/application-x-cd-image.png -share/icons/gnome/256x256/mimetypes/application-x-mono-develop-xib.png -share/icons/gnome/32x32/devices/drive-harddisk-ieee1394.png -share/icons/gnome/32x32/devices/drive-harddisk-usb.png -share/icons/gnome/32x32/devices/media-optical-bd.png -share/icons/gnome/32x32/devices/media-optical-cd-audio.png -share/icons/gnome/32x32/devices/media-optical-dvd.png -share/icons/gnome/32x32/devices/multimedia-player-apple-ipod-touch.png -share/icons/gnome/32x32/devices/phone-apple-iphone.png -share/icons/gnome/32x32/devices/phone-google-nexus-one.png -share/icons/gnome/32x32/devices/phone-htc-g1-white.png -share/icons/gnome/32x32/devices/phone-palm-pre.png -share/icons/gnome/32x32/mimetypes/application-rss+xml.png -share/icons/gnome/32x32/mimetypes/application-vnd.openofficeorg.extension.png -share/icons/gnome/32x32/mimetypes/application-x-blender.png -share/icons/gnome/32x32/mimetypes/application-x-cd-image.png -share/icons/gnome/32x32/mimetypes/application-x-mono-develop-xib.png -share/icons/gnome/48x48/devices/drive-harddisk-ieee1394.png -share/icons/gnome/48x48/devices/drive-harddisk-usb.png -share/icons/gnome/48x48/devices/media-optical-bd.png -share/icons/gnome/48x48/devices/media-optical-cd-audio.png -share/icons/gnome/48x48/devices/media-optical-dvd.png -share/icons/gnome/48x48/devices/multimedia-player-apple-ipod-touch.png -share/icons/gnome/48x48/devices/phone-apple-iphone.png -share/icons/gnome/48x48/devices/phone-google-nexus-one.png -share/icons/gnome/48x48/devices/phone-htc-g1-white.png -share/icons/gnome/48x48/devices/phone-palm-pre.png -share/icons/gnome/48x48/mimetypes/application-rss+xml.png -share/icons/gnome/48x48/mimetypes/application-vnd.openofficeorg.extension.png -share/icons/gnome/48x48/mimetypes/application-x-blender.png -share/icons/gnome/48x48/mimetypes/application-x-cd-image.png -share/icons/gnome/48x48/mimetypes/application-x-mono-develop-xib.png -@dirrmtry share/icons/gnome/48x48/devices -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrmtry share/icons/gnome/48x48 -@dirrmtry share/icons/gnome/32x32/devices -@dirrmtry share/icons/gnome/32x32/mimetypes -@dirrmtry share/icons/gnome/32x32 -@dirrmtry share/icons/gnome/256x256/devices -@dirrmtry share/icons/gnome/256x256/mimetypes -@dirrmtry share/icons/gnome/256x256 -@dirrmtry share/icons/gnome/24x24/devices -@dirrmtry share/icons/gnome/24x24/mimetypes -@dirrmtry share/icons/gnome/24x24 -@dirrmtry share/icons/gnome/22x22/devices -@dirrmtry share/icons/gnome/22x22/mimetypes -@dirrmtry share/icons/gnome/22x22 -@dirrmtry share/icons/gnome/16x16/devices -@dirrmtry share/icons/gnome/16x16/mimetypes -@dirrmtry share/icons/gnome/16x16 -@dirrmtry share/icons/gnome -@dirrmtry share/icons diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile deleted file mode 100644 index 1a732208a..000000000 --- a/misc/gnome-icon-theme/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome-icon-theme -# Date Created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.145 2010/04/27 22:55:06 kwm Exp $ -# - -PORTNAME= gnome-icon-theme -PORTVERSION= 2.30.2.1 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of icons for the GNOME 2 desktop - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack gtk20 -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/distinfo b/misc/gnome-icon-theme/distinfo deleted file mode 100644 index 1f1cf840f..000000000 --- a/misc/gnome-icon-theme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-icon-theme-2.30.2.1.tar.bz2) = cd3c36a713b8ff3cb6aa6237db82be9a -SHA256 (gnome2/gnome-icon-theme-2.30.2.1.tar.bz2) = 5329aa295b1259194fc62005b5f14ca732af621a618598de638bda22989d9df5 -SIZE (gnome2/gnome-icon-theme-2.30.2.1.tar.bz2) = 15425523 diff --git a/misc/gnome-icon-theme/pkg-descr b/misc/gnome-icon-theme/pkg-descr deleted file mode 100644 index 426526f6d..000000000 --- a/misc/gnome-icon-theme/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gnome-icon-theme is a collection of icons and emblems for the -GNOME 2 desktop. Included are the images used in toolbars, -dialog boxes, etc. diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist deleted file mode 100644 index 8d5b1c3c1..000000000 --- a/misc/gnome-icon-theme/pkg-plist +++ /dev/null @@ -1,5663 +0,0 @@ -libdata/pkgconfig/gnome-icon-theme.pc -share/icons/gnome/16x16/actions/add.png -share/icons/gnome/16x16/actions/address-book-new.png -share/icons/gnome/16x16/actions/application-exit.png -share/icons/gnome/16x16/actions/appointment-new.png -share/icons/gnome/16x16/actions/appointment.png -share/icons/gnome/16x16/actions/back.png -share/icons/gnome/16x16/actions/bookmark-new.png -share/icons/gnome/16x16/actions/bookmark_add.png -share/icons/gnome/16x16/actions/bookmarks_list_add.png -share/icons/gnome/16x16/actions/bottom.png -share/icons/gnome/16x16/actions/call-start.png -share/icons/gnome/16x16/actions/call-stop.png -share/icons/gnome/16x16/actions/centrejust.png -share/icons/gnome/16x16/actions/contact-new.png -share/icons/gnome/16x16/actions/document-new.png -share/icons/gnome/16x16/actions/document-open-recent.png -share/icons/gnome/16x16/actions/document-open.png -share/icons/gnome/16x16/actions/document-page-setup.png -share/icons/gnome/16x16/actions/document-print-preview.png -share/icons/gnome/16x16/actions/document-print.png -share/icons/gnome/16x16/actions/document-properties.png -share/icons/gnome/16x16/actions/document-revert.png -share/icons/gnome/16x16/actions/document-save-as.png -share/icons/gnome/16x16/actions/document-save.png -share/icons/gnome/16x16/actions/document-send.png -share/icons/gnome/16x16/actions/down.png -share/icons/gnome/16x16/actions/edit-clear.png -share/icons/gnome/16x16/actions/edit-copy.png -share/icons/gnome/16x16/actions/edit-cut.png -share/icons/gnome/16x16/actions/edit-delete.png -share/icons/gnome/16x16/actions/edit-find-replace.png -share/icons/gnome/16x16/actions/edit-find.png -share/icons/gnome/16x16/actions/edit-paste.png -share/icons/gnome/16x16/actions/edit-redo.png -share/icons/gnome/16x16/actions/edit-select-all.png -share/icons/gnome/16x16/actions/edit-undo.png -share/icons/gnome/16x16/actions/editclear.png -share/icons/gnome/16x16/actions/editcopy.png -share/icons/gnome/16x16/actions/editcut.png -share/icons/gnome/16x16/actions/editdelete.png -share/icons/gnome/16x16/actions/editpaste.png -share/icons/gnome/16x16/actions/exit.png -share/icons/gnome/16x16/actions/filefind.png -share/icons/gnome/16x16/actions/filenew.png -share/icons/gnome/16x16/actions/fileopen.png -share/icons/gnome/16x16/actions/fileprint.png -share/icons/gnome/16x16/actions/filequickprint.png -share/icons/gnome/16x16/actions/filesave.png -share/icons/gnome/16x16/actions/filesaveas.png -share/icons/gnome/16x16/actions/find.png -share/icons/gnome/16x16/actions/finish.png -share/icons/gnome/16x16/actions/folder-new.png -share/icons/gnome/16x16/actions/folder_new.png -share/icons/gnome/16x16/actions/format-indent-less.png -share/icons/gnome/16x16/actions/format-indent-more.png -share/icons/gnome/16x16/actions/format-justify-center.png -share/icons/gnome/16x16/actions/format-justify-fill.png -share/icons/gnome/16x16/actions/format-justify-left.png -share/icons/gnome/16x16/actions/format-justify-right.png -share/icons/gnome/16x16/actions/format-text-bold.png -share/icons/gnome/16x16/actions/format-text-direction-ltr.png -share/icons/gnome/16x16/actions/format-text-direction-rtl.png -share/icons/gnome/16x16/actions/format-text-italic.png -share/icons/gnome/16x16/actions/format-text-strikethrough.png -share/icons/gnome/16x16/actions/format-text-underline.png -share/icons/gnome/16x16/actions/forward.png -share/icons/gnome/16x16/actions/gnome-lockscreen.png -share/icons/gnome/16x16/actions/gnome-logout.png -share/icons/gnome/16x16/actions/gnome-run.png -share/icons/gnome/16x16/actions/gnome-searchtool.png -share/icons/gnome/16x16/actions/gnome-shutdown.png -share/icons/gnome/16x16/actions/gnome-stock-mail-fwd.png -share/icons/gnome/16x16/actions/gnome-stock-mail-new.png -share/icons/gnome/16x16/actions/gnome-stock-mail-rpl.png -share/icons/gnome/16x16/actions/gnome-stock-mail-snd.png -share/icons/gnome/16x16/actions/gnome-stock-text-indent.png -share/icons/gnome/16x16/actions/gnome-stock-text-unindent.png -share/icons/gnome/16x16/actions/go-bottom.png -share/icons/gnome/16x16/actions/go-down.png -share/icons/gnome/16x16/actions/go-first.png -share/icons/gnome/16x16/actions/go-home.png -share/icons/gnome/16x16/actions/go-jump.png -share/icons/gnome/16x16/actions/go-last.png -share/icons/gnome/16x16/actions/go-next.png -share/icons/gnome/16x16/actions/go-previous.png -share/icons/gnome/16x16/actions/go-top.png -share/icons/gnome/16x16/actions/go-up.png -share/icons/gnome/16x16/actions/gohome.png -share/icons/gnome/16x16/actions/gtk-about.png -share/icons/gnome/16x16/actions/gtk-add.png -share/icons/gnome/16x16/actions/gtk-bold.png -share/icons/gnome/16x16/actions/gtk-cancel.png -share/icons/gnome/16x16/actions/gtk-clear.png -share/icons/gnome/16x16/actions/gtk-close.png -share/icons/gnome/16x16/actions/gtk-copy.png -share/icons/gnome/16x16/actions/gtk-cut.png -share/icons/gnome/16x16/actions/gtk-delete.png -share/icons/gnome/16x16/actions/gtk-execute.png -share/icons/gnome/16x16/actions/gtk-find-and-replace.png -share/icons/gnome/16x16/actions/gtk-find.png -share/icons/gnome/16x16/actions/gtk-fullscreen.png -share/icons/gnome/16x16/actions/gtk-go-back-ltr.png -share/icons/gnome/16x16/actions/gtk-go-back-rtl.png -share/icons/gnome/16x16/actions/gtk-go-down.png -share/icons/gnome/16x16/actions/gtk-go-forward-ltr.png -share/icons/gnome/16x16/actions/gtk-go-forward-rtl.png -share/icons/gnome/16x16/actions/gtk-go-up.png -share/icons/gnome/16x16/actions/gtk-goto-bottom.png -share/icons/gnome/16x16/actions/gtk-goto-first-ltr.png -share/icons/gnome/16x16/actions/gtk-goto-first-rtl.png -share/icons/gnome/16x16/actions/gtk-goto-last-ltr.png -share/icons/gnome/16x16/actions/gtk-goto-last-rtl.png -share/icons/gnome/16x16/actions/gtk-goto-top.png -share/icons/gnome/16x16/actions/gtk-help.png -share/icons/gnome/16x16/actions/gtk-home.png -share/icons/gnome/16x16/actions/gtk-indent-ltr.png -share/icons/gnome/16x16/actions/gtk-indent-rtl.png -share/icons/gnome/16x16/actions/gtk-italic.png -share/icons/gnome/16x16/actions/gtk-jump-to-ltr.png -share/icons/gnome/16x16/actions/gtk-jump-to-rtl.png -share/icons/gnome/16x16/actions/gtk-justify-center.png -share/icons/gnome/16x16/actions/gtk-justify-fill.png -share/icons/gnome/16x16/actions/gtk-justify-left.png -share/icons/gnome/16x16/actions/gtk-justify-right.png -share/icons/gnome/16x16/actions/gtk-leave-fullscreen.png -share/icons/gnome/16x16/actions/gtk-media-forward-ltr.png -share/icons/gnome/16x16/actions/gtk-media-forward-rtl.png -share/icons/gnome/16x16/actions/gtk-media-next-ltr.png -share/icons/gnome/16x16/actions/gtk-media-next-rtl.png -share/icons/gnome/16x16/actions/gtk-media-pause.png -share/icons/gnome/16x16/actions/gtk-media-play-ltr.png -share/icons/gnome/16x16/actions/gtk-media-previous-ltr.png -share/icons/gnome/16x16/actions/gtk-media-previous-rtl.png -share/icons/gnome/16x16/actions/gtk-media-record.png -share/icons/gnome/16x16/actions/gtk-media-rewind-ltr.png -share/icons/gnome/16x16/actions/gtk-media-rewind-rtl.png -share/icons/gnome/16x16/actions/gtk-media-stop.png -share/icons/gnome/16x16/actions/gtk-new.png -share/icons/gnome/16x16/actions/gtk-open.png -share/icons/gnome/16x16/actions/gtk-paste.png -share/icons/gnome/16x16/actions/gtk-print-preview.png -share/icons/gnome/16x16/actions/gtk-print.png -share/icons/gnome/16x16/actions/gtk-properties.png -share/icons/gnome/16x16/actions/gtk-quit.png -share/icons/gnome/16x16/actions/gtk-redo-ltr.png -share/icons/gnome/16x16/actions/gtk-refresh.png -share/icons/gnome/16x16/actions/gtk-remove.png -share/icons/gnome/16x16/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/16x16/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/16x16/actions/gtk-save-as.png -share/icons/gnome/16x16/actions/gtk-save.png -share/icons/gnome/16x16/actions/gtk-select-all.png -share/icons/gnome/16x16/actions/gtk-sort-ascending.png -share/icons/gnome/16x16/actions/gtk-sort-descending.png -share/icons/gnome/16x16/actions/gtk-spell-check.png -share/icons/gnome/16x16/actions/gtk-stop.png -share/icons/gnome/16x16/actions/gtk-strikethrough.png -share/icons/gnome/16x16/actions/gtk-underline.png -share/icons/gnome/16x16/actions/gtk-undo-ltr.png -share/icons/gnome/16x16/actions/gtk-unindent-ltr.png -share/icons/gnome/16x16/actions/gtk-unindent-rtl.png -share/icons/gnome/16x16/actions/gtk-zoom-100.png -share/icons/gnome/16x16/actions/gtk-zoom-fit.png -share/icons/gnome/16x16/actions/gtk-zoom-in.png -share/icons/gnome/16x16/actions/gtk-zoom-out.png -share/icons/gnome/16x16/actions/help-about.png -share/icons/gnome/16x16/actions/help-contents.png -share/icons/gnome/16x16/actions/help-faq.png -share/icons/gnome/16x16/actions/help.png -share/icons/gnome/16x16/actions/insert-image.png -share/icons/gnome/16x16/actions/insert-link.png -share/icons/gnome/16x16/actions/insert-object.png -share/icons/gnome/16x16/actions/insert-text.png -share/icons/gnome/16x16/actions/kfind.png -share/icons/gnome/16x16/actions/kfm_home.png -share/icons/gnome/16x16/actions/leftjust.png -share/icons/gnome/16x16/actions/list-add.png -share/icons/gnome/16x16/actions/list-remove.png -share/icons/gnome/16x16/actions/lock.png -share/icons/gnome/16x16/actions/mail-forward.png -share/icons/gnome/16x16/actions/mail-mark-important.png -share/icons/gnome/16x16/actions/mail-mark-junk.png -share/icons/gnome/16x16/actions/mail-mark-notjunk.png -share/icons/gnome/16x16/actions/mail-mark-read.png -share/icons/gnome/16x16/actions/mail-mark-unread.png -share/icons/gnome/16x16/actions/mail-message-new.png -share/icons/gnome/16x16/actions/mail-reply-all.png -share/icons/gnome/16x16/actions/mail-reply-sender.png -share/icons/gnome/16x16/actions/mail-send-receive.png -share/icons/gnome/16x16/actions/mail-send.png -share/icons/gnome/16x16/actions/mail_forward.png -share/icons/gnome/16x16/actions/mail_new.png -share/icons/gnome/16x16/actions/mail_reply.png -share/icons/gnome/16x16/actions/mail_replyall.png -share/icons/gnome/16x16/actions/mail_send.png -share/icons/gnome/16x16/actions/mail_spam.png -share/icons/gnome/16x16/actions/media-eject.png -share/icons/gnome/16x16/actions/media-playback-pause.png -share/icons/gnome/16x16/actions/media-playback-start.png -share/icons/gnome/16x16/actions/media-playback-stop.png -share/icons/gnome/16x16/actions/media-record.png -share/icons/gnome/16x16/actions/media-seek-backward.png -share/icons/gnome/16x16/actions/media-seek-forward.png -share/icons/gnome/16x16/actions/media-skip-backward.png -share/icons/gnome/16x16/actions/media-skip-forward.png -share/icons/gnome/16x16/actions/next.png -share/icons/gnome/16x16/actions/object-flip-horizontal.png -share/icons/gnome/16x16/actions/object-flip-vertical.png -share/icons/gnome/16x16/actions/object-rotate-left.png -share/icons/gnome/16x16/actions/object-rotate-right.png -share/icons/gnome/16x16/actions/player_eject.png -share/icons/gnome/16x16/actions/player_end.png -share/icons/gnome/16x16/actions/player_fwd.png -share/icons/gnome/16x16/actions/player_pause.png -share/icons/gnome/16x16/actions/player_play.png -share/icons/gnome/16x16/actions/player_record.png -share/icons/gnome/16x16/actions/player_rew.png -share/icons/gnome/16x16/actions/player_start.png -share/icons/gnome/16x16/actions/player_stop.png -share/icons/gnome/16x16/actions/previous.png -share/icons/gnome/16x16/actions/process-stop.png -share/icons/gnome/16x16/actions/redhat-home.png -share/icons/gnome/16x16/actions/redo.png -share/icons/gnome/16x16/actions/reload.png -share/icons/gnome/16x16/actions/reload3.png -share/icons/gnome/16x16/actions/reload_all_tabs.png -share/icons/gnome/16x16/actions/reload_page.png -share/icons/gnome/16x16/actions/remove.png -share/icons/gnome/16x16/actions/revert.png -share/icons/gnome/16x16/actions/rightjust.png -share/icons/gnome/16x16/actions/search.png -share/icons/gnome/16x16/actions/start.png -share/icons/gnome/16x16/actions/stock_about.png -share/icons/gnome/16x16/actions/stock_add-bookmark.png -share/icons/gnome/16x16/actions/stock_bottom.png -share/icons/gnome/16x16/actions/stock_close.png -share/icons/gnome/16x16/actions/stock_copy.png -share/icons/gnome/16x16/actions/stock_cut.png -share/icons/gnome/16x16/actions/stock_delete.png -share/icons/gnome/16x16/actions/stock_down.png -share/icons/gnome/16x16/actions/stock_file-properites.png -share/icons/gnome/16x16/actions/stock_first.png -share/icons/gnome/16x16/actions/stock_fullscreen.png -share/icons/gnome/16x16/actions/stock_help-add-bookmark.png -share/icons/gnome/16x16/actions/stock_help.png -share/icons/gnome/16x16/actions/stock_home.png -share/icons/gnome/16x16/actions/stock_last.png -share/icons/gnome/16x16/actions/stock_leave-fullscreen.png -share/icons/gnome/16x16/actions/stock_left.png -share/icons/gnome/16x16/actions/stock_mail-compose.png -share/icons/gnome/16x16/actions/stock_mail-forward.png -share/icons/gnome/16x16/actions/stock_mail-reply-to-all.png -share/icons/gnome/16x16/actions/stock_mail-reply.png -share/icons/gnome/16x16/actions/stock_mail-send-receive.png -share/icons/gnome/16x16/actions/stock_mail-send.png -share/icons/gnome/16x16/actions/stock_media-fwd.png -share/icons/gnome/16x16/actions/stock_media-next.png -share/icons/gnome/16x16/actions/stock_media-pause.png -share/icons/gnome/16x16/actions/stock_media-play.png -share/icons/gnome/16x16/actions/stock_media-prev.png -share/icons/gnome/16x16/actions/stock_media-rec.png -share/icons/gnome/16x16/actions/stock_media-rew.png -share/icons/gnome/16x16/actions/stock_media-stop.png -share/icons/gnome/16x16/actions/stock_new-address-book.png -share/icons/gnome/16x16/actions/stock_new-appointment.png -share/icons/gnome/16x16/actions/stock_new-bcard.png -share/icons/gnome/16x16/actions/stock_new-dir.png -share/icons/gnome/16x16/actions/stock_new-tab.png -share/icons/gnome/16x16/actions/stock_new-text.png -share/icons/gnome/16x16/actions/stock_new-window.png -share/icons/gnome/16x16/actions/stock_paste.png -share/icons/gnome/16x16/actions/stock_print-preview.png -share/icons/gnome/16x16/actions/stock_print-setup.png -share/icons/gnome/16x16/actions/stock_print.png -share/icons/gnome/16x16/actions/stock_properties.png -share/icons/gnome/16x16/actions/stock_redo.png -share/icons/gnome/16x16/actions/stock_refresh.png -share/icons/gnome/16x16/actions/stock_right.png -share/icons/gnome/16x16/actions/stock_save-as.png -share/icons/gnome/16x16/actions/stock_save.png -share/icons/gnome/16x16/actions/stock_search-and-replace.png -share/icons/gnome/16x16/actions/stock_search.png -share/icons/gnome/16x16/actions/stock_select-all.png -share/icons/gnome/16x16/actions/stock_spam.png -share/icons/gnome/16x16/actions/stock_spellcheck.png -share/icons/gnome/16x16/actions/stock_stop.png -share/icons/gnome/16x16/actions/stock_text-strikethrough.png -share/icons/gnome/16x16/actions/stock_text_bold.png -share/icons/gnome/16x16/actions/stock_text_center.png -share/icons/gnome/16x16/actions/stock_text_indent.png -share/icons/gnome/16x16/actions/stock_text_italic.png -share/icons/gnome/16x16/actions/stock_text_justify.png -share/icons/gnome/16x16/actions/stock_text_left.png -share/icons/gnome/16x16/actions/stock_text_right.png -share/icons/gnome/16x16/actions/stock_text_underlined.png -share/icons/gnome/16x16/actions/stock_text_unindent.png -share/icons/gnome/16x16/actions/stock_top.png -share/icons/gnome/16x16/actions/stock_undo.png -share/icons/gnome/16x16/actions/stock_up.png -share/icons/gnome/16x16/actions/stock_zoom-1.png -share/icons/gnome/16x16/actions/stock_zoom-in.png -share/icons/gnome/16x16/actions/stock_zoom-out.png -share/icons/gnome/16x16/actions/stock_zoom-page.png -share/icons/gnome/16x16/actions/stop.png -share/icons/gnome/16x16/actions/system-lock-screen.png -share/icons/gnome/16x16/actions/system-log-out.png -share/icons/gnome/16x16/actions/system-run.png -share/icons/gnome/16x16/actions/system-search.png -share/icons/gnome/16x16/actions/system-shutdown.png -share/icons/gnome/16x16/actions/tab-new.png -share/icons/gnome/16x16/actions/tab_new.png -share/icons/gnome/16x16/actions/text_bold.png -share/icons/gnome/16x16/actions/text_italic.png -share/icons/gnome/16x16/actions/text_strike.png -share/icons/gnome/16x16/actions/text_under.png -share/icons/gnome/16x16/actions/tools-check-spelling.png -share/icons/gnome/16x16/actions/top.png -share/icons/gnome/16x16/actions/undo.png -share/icons/gnome/16x16/actions/up.png -share/icons/gnome/16x16/actions/view-fullscreen.png -share/icons/gnome/16x16/actions/view-refresh.png -share/icons/gnome/16x16/actions/view-restore.png -share/icons/gnome/16x16/actions/view-sort-ascending.png -share/icons/gnome/16x16/actions/view-sort-descending.png -share/icons/gnome/16x16/actions/viewmag+.png -share/icons/gnome/16x16/actions/viewmag-.png -share/icons/gnome/16x16/actions/viewmag1.png -share/icons/gnome/16x16/actions/viewmagfit.png -share/icons/gnome/16x16/actions/window-close.png -share/icons/gnome/16x16/actions/window-new.png -share/icons/gnome/16x16/actions/window_fullscreen.png -share/icons/gnome/16x16/actions/window_new.png -share/icons/gnome/16x16/actions/window_nofullscreen.png -share/icons/gnome/16x16/actions/xfce-system-exit.png -share/icons/gnome/16x16/actions/xfce-system-lock.png -share/icons/gnome/16x16/actions/zoom-best-fit.png -share/icons/gnome/16x16/actions/zoom-fit-best.png -share/icons/gnome/16x16/actions/zoom-in.png -share/icons/gnome/16x16/actions/zoom-original.png -share/icons/gnome/16x16/actions/zoom-out.png -share/icons/gnome/16x16/animations/gnome-spinner.png -share/icons/gnome/16x16/animations/process-working.png -share/icons/gnome/16x16/apps/access.png -share/icons/gnome/16x16/apps/accessibility-directory.png -share/icons/gnome/16x16/apps/accessories-calculator.png -share/icons/gnome/16x16/apps/accessories-character-map.png -share/icons/gnome/16x16/apps/accessories-dictionary.png -share/icons/gnome/16x16/apps/accessories-text-editor.png -share/icons/gnome/16x16/apps/applets-screenshooter.png -share/icons/gnome/16x16/apps/arts.png -share/icons/gnome/16x16/apps/background.png -share/icons/gnome/16x16/apps/calc.png -share/icons/gnome/16x16/apps/config-language.png -share/icons/gnome/16x16/apps/config-users.png -share/icons/gnome/16x16/apps/file-manager.png -share/icons/gnome/16x16/apps/fonts.png -share/icons/gnome/16x16/apps/gnome-calculator.png -share/icons/gnome/16x16/apps/gnome-character-map.png -share/icons/gnome/16x16/apps/gnome-help.png -share/icons/gnome/16x16/apps/gnome-mixer.png -share/icons/gnome/16x16/apps/gnome-monitor.png -share/icons/gnome/16x16/apps/gnome-remote-desktop.png -share/icons/gnome/16x16/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/16x16/apps/gnome-settings-background.png -share/icons/gnome/16x16/apps/gnome-settings-font.png -share/icons/gnome/16x16/apps/gnome-settings-keybindings.png -share/icons/gnome/16x16/apps/gnome-settings-theme.png -share/icons/gnome/16x16/apps/gnome-terminal.png -share/icons/gnome/16x16/apps/gnome-window-manager.png -share/icons/gnome/16x16/apps/gucharmap.png -share/icons/gnome/16x16/apps/help-browser.png -share/icons/gnome/16x16/apps/kcalc.png -share/icons/gnome/16x16/apps/kcharselect.png -share/icons/gnome/16x16/apps/kcmkwm.png -share/icons/gnome/16x16/apps/kcmsound.png -share/icons/gnome/16x16/apps/kedit.png -share/icons/gnome/16x16/apps/key_bindings.png -share/icons/gnome/16x16/apps/kfm.png -share/icons/gnome/16x16/apps/khelpcenter.png -share/icons/gnome/16x16/apps/konsole.png -share/icons/gnome/16x16/apps/krfb.png -share/icons/gnome/16x16/apps/kscreensaver.png -share/icons/gnome/16x16/apps/ksysguard.png -share/icons/gnome/16x16/apps/kuser.png -share/icons/gnome/16x16/apps/kwin.png -share/icons/gnome/16x16/apps/locale.png -share/icons/gnome/16x16/apps/logviewer.png -share/icons/gnome/16x16/apps/multimedia-volume-control.png -share/icons/gnome/16x16/apps/multimedia.png -share/icons/gnome/16x16/apps/openterm.png -share/icons/gnome/16x16/apps/preferences-desktop-accessibility.png -share/icons/gnome/16x16/apps/preferences-desktop-display.png -share/icons/gnome/16x16/apps/preferences-desktop-font.png -share/icons/gnome/16x16/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/16x16/apps/preferences-desktop-keyboard.png -share/icons/gnome/16x16/apps/preferences-desktop-locale.png -share/icons/gnome/16x16/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/16x16/apps/preferences-desktop-screensaver.png -share/icons/gnome/16x16/apps/preferences-desktop-theme.png -share/icons/gnome/16x16/apps/preferences-desktop-wallpaper.png -share/icons/gnome/16x16/apps/preferences-system-windows.png -share/icons/gnome/16x16/apps/redhat-filemanager.png -share/icons/gnome/16x16/apps/screensaver.png -share/icons/gnome/16x16/apps/style.png -share/icons/gnome/16x16/apps/susehelpcenter.png -share/icons/gnome/16x16/apps/system-config-users.png -share/icons/gnome/16x16/apps/system-file-manager.png -share/icons/gnome/16x16/apps/system-software-install.png -share/icons/gnome/16x16/apps/system-software-update.png -share/icons/gnome/16x16/apps/system-users.png -share/icons/gnome/16x16/apps/terminal.png -share/icons/gnome/16x16/apps/text-editor.png -share/icons/gnome/16x16/apps/update-manager.png -share/icons/gnome/16x16/apps/user-info.png -share/icons/gnome/16x16/apps/utilities-system-monitor.png -share/icons/gnome/16x16/apps/utilities-terminal.png -share/icons/gnome/16x16/apps/volume-knob.png -share/icons/gnome/16x16/apps/wallpaper.png -share/icons/gnome/16x16/apps/web-browser.png -share/icons/gnome/16x16/apps/xfce-filemanager.png -share/icons/gnome/16x16/apps/xfce-terminal.png -share/icons/gnome/16x16/apps/xfce4-backdrop.png -share/icons/gnome/16x16/apps/xfce4-mixer.png -share/icons/gnome/16x16/apps/xfwm4.png -share/icons/gnome/16x16/apps/xscreensaver.png -share/icons/gnome/16x16/apps/zen-icon.png -share/icons/gnome/16x16/categories/applications-accessories.png -share/icons/gnome/16x16/categories/applications-development.png -share/icons/gnome/16x16/categories/applications-engineering.png -share/icons/gnome/16x16/categories/applications-games.png -share/icons/gnome/16x16/categories/applications-graphics.png -share/icons/gnome/16x16/categories/applications-internet.png -share/icons/gnome/16x16/categories/applications-multimedia.png -share/icons/gnome/16x16/categories/applications-office.png -share/icons/gnome/16x16/categories/applications-other.png -share/icons/gnome/16x16/categories/applications-science.png -share/icons/gnome/16x16/categories/applications-system.png -share/icons/gnome/16x16/categories/applications-utilities.png -share/icons/gnome/16x16/categories/gnome-applications.png -share/icons/gnome/16x16/categories/gnome-control-center.png -share/icons/gnome/16x16/categories/gnome-devel.png -share/icons/gnome/16x16/categories/gnome-globe.png -share/icons/gnome/16x16/categories/gnome-graphics.png -share/icons/gnome/16x16/categories/gnome-joystick.png -share/icons/gnome/16x16/categories/gnome-multimedia.png -share/icons/gnome/16x16/categories/gnome-other.png -share/icons/gnome/16x16/categories/gnome-settings.png -share/icons/gnome/16x16/categories/gnome-system.png -share/icons/gnome/16x16/categories/gnome-util.png -share/icons/gnome/16x16/categories/gtk-preferences.png -share/icons/gnome/16x16/categories/input_devices_settings.png -share/icons/gnome/16x16/categories/kcontrol.png -share/icons/gnome/16x16/categories/package_development.png -share/icons/gnome/16x16/categories/package_games.png -share/icons/gnome/16x16/categories/package_graphics.png -share/icons/gnome/16x16/categories/package_multimedia.png -share/icons/gnome/16x16/categories/package_network.png -share/icons/gnome/16x16/categories/package_office.png -share/icons/gnome/16x16/categories/package_settings.png -share/icons/gnome/16x16/categories/package_system.png -share/icons/gnome/16x16/categories/package_utilities.png -share/icons/gnome/16x16/categories/preferences-desktop-peripherals.png -share/icons/gnome/16x16/categories/preferences-desktop-personal.png -share/icons/gnome/16x16/categories/preferences-desktop.png -share/icons/gnome/16x16/categories/preferences-other.png -share/icons/gnome/16x16/categories/preferences-system-network.png -share/icons/gnome/16x16/categories/preferences-system.png -share/icons/gnome/16x16/categories/redhat-accessories.png -share/icons/gnome/16x16/categories/redhat-games.png -share/icons/gnome/16x16/categories/redhat-graphics.png -share/icons/gnome/16x16/categories/redhat-internet.png -share/icons/gnome/16x16/categories/redhat-office.png -share/icons/gnome/16x16/categories/redhat-preferences.png -share/icons/gnome/16x16/categories/redhat-programming.png -share/icons/gnome/16x16/categories/redhat-sound_video.png -share/icons/gnome/16x16/categories/redhat-system_settings.png -share/icons/gnome/16x16/categories/redhat-system_tools.png -share/icons/gnome/16x16/categories/stock_internet.png -share/icons/gnome/16x16/categories/system-help.png -share/icons/gnome/16x16/categories/xfce-games.png -share/icons/gnome/16x16/categories/xfce-graphics.png -share/icons/gnome/16x16/categories/xfce-internet.png -share/icons/gnome/16x16/categories/xfce-multimedia.png -share/icons/gnome/16x16/categories/xfce-office.png -share/icons/gnome/16x16/categories/xfce-system-settings.png -share/icons/gnome/16x16/categories/xfce-utils.png -share/icons/gnome/16x16/categories/xfce4-settings.png -share/icons/gnome/16x16/devices/3floppy_unmount.png -share/icons/gnome/16x16/devices/ac-adapter.png -share/icons/gnome/16x16/devices/audio-card.png -share/icons/gnome/16x16/devices/audio-input-microphone.png -share/icons/gnome/16x16/devices/battery.png -share/icons/gnome/16x16/devices/camera-photo.png -share/icons/gnome/16x16/devices/camera-video.png -share/icons/gnome/16x16/devices/camera-web.png -share/icons/gnome/16x16/devices/camera.png -share/icons/gnome/16x16/devices/camera_unmount.png -share/icons/gnome/16x16/devices/cdrom_unmount.png -share/icons/gnome/16x16/devices/cdwriter_unmount.png -share/icons/gnome/16x16/devices/chardevice.png -share/icons/gnome/16x16/devices/computer.png -share/icons/gnome/16x16/devices/display.png -share/icons/gnome/16x16/devices/drive-cdrom.png -share/icons/gnome/16x16/devices/drive-harddisk.png -share/icons/gnome/16x16/devices/drive-optical.png -share/icons/gnome/16x16/devices/drive-removable-media.png -share/icons/gnome/16x16/devices/dvd_unmount.png -share/icons/gnome/16x16/devices/gnome-dev-battery.png -share/icons/gnome/16x16/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/16x16/devices/gnome-dev-cdrom.png -share/icons/gnome/16x16/devices/gnome-dev-computer.png -share/icons/gnome/16x16/devices/gnome-dev-disc-cdr.png -share/icons/gnome/16x16/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/16x16/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/16x16/devices/gnome-dev-dvd.png -share/icons/gnome/16x16/devices/gnome-dev-ethernet.png -share/icons/gnome/16x16/devices/gnome-dev-floppy.png -share/icons/gnome/16x16/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/16x16/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/16x16/devices/gnome-dev-harddisk.png -share/icons/gnome/16x16/devices/gnome-dev-ipod.png -share/icons/gnome/16x16/devices/gnome-dev-keyboard.png -share/icons/gnome/16x16/devices/gnome-dev-media-cf.png -share/icons/gnome/16x16/devices/gnome-dev-media-ms.png -share/icons/gnome/16x16/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/16x16/devices/gnome-dev-media-sm.png -share/icons/gnome/16x16/devices/gnome-dev-mouse-ball.png -share/icons/gnome/16x16/devices/gnome-dev-mouse-optical.png -share/icons/gnome/16x16/devices/gnome-dev-printer.png -share/icons/gnome/16x16/devices/gnome-dev-removable-1394.png -share/icons/gnome/16x16/devices/gnome-dev-removable-usb.png -share/icons/gnome/16x16/devices/gnome-dev-removable.png -share/icons/gnome/16x16/devices/gnome-dev-wavelan.png -share/icons/gnome/16x16/devices/gnome-fs-client.png -share/icons/gnome/16x16/devices/gnome-modem.png -share/icons/gnome/16x16/devices/gnome-stock-mic.png -share/icons/gnome/16x16/devices/gtk-cdrom.png -share/icons/gnome/16x16/devices/gtk-floppy.png -share/icons/gnome/16x16/devices/gtk-harddisk.png -share/icons/gnome/16x16/devices/harddrive.png -share/icons/gnome/16x16/devices/hdd_unmount.png -share/icons/gnome/16x16/devices/input-gaming.png -share/icons/gnome/16x16/devices/input-keyboard.png -share/icons/gnome/16x16/devices/input-mouse.png -share/icons/gnome/16x16/devices/input-tablet.png -share/icons/gnome/16x16/devices/input-touchpad.png -share/icons/gnome/16x16/devices/ipod_mount.png -share/icons/gnome/16x16/devices/joystick.png -share/icons/gnome/16x16/devices/keyboard.png -share/icons/gnome/16x16/devices/kjobviewer.png -share/icons/gnome/16x16/devices/kxkb.png -share/icons/gnome/16x16/devices/media-cdrom.png -share/icons/gnome/16x16/devices/media-flash.png -share/icons/gnome/16x16/devices/media-floppy.png -share/icons/gnome/16x16/devices/media-optical.png -share/icons/gnome/16x16/devices/media-tape.png -share/icons/gnome/16x16/devices/modem.png -share/icons/gnome/16x16/devices/mouse.png -share/icons/gnome/16x16/devices/multimedia-player.png -share/icons/gnome/16x16/devices/network-wired.png -share/icons/gnome/16x16/devices/network-wireless.png -share/icons/gnome/16x16/devices/pda.png -share/icons/gnome/16x16/devices/phone.png -share/icons/gnome/16x16/devices/printer-remote.png -share/icons/gnome/16x16/devices/printer.png -share/icons/gnome/16x16/devices/printer1.png -share/icons/gnome/16x16/devices/printmgr.png -share/icons/gnome/16x16/devices/scanner.png -share/icons/gnome/16x16/devices/stock_cell-phone.png -share/icons/gnome/16x16/devices/stock_mic.png -share/icons/gnome/16x16/devices/stock_printers.png -share/icons/gnome/16x16/devices/system-floppy.png -share/icons/gnome/16x16/devices/system.png -share/icons/gnome/16x16/devices/usbpendrive_unmount.png -share/icons/gnome/16x16/devices/video-display.png -share/icons/gnome/16x16/devices/xfce-printer.png -share/icons/gnome/16x16/devices/xfce4-display.png -share/icons/gnome/16x16/devices/xfce4-keyboard.png -share/icons/gnome/16x16/devices/xfce4-mouse.png -share/icons/gnome/16x16/devices/yast_HD.png -share/icons/gnome/16x16/devices/yast_idetude.png -share/icons/gnome/16x16/devices/yast_joystick.png -share/icons/gnome/16x16/devices/yast_mouse.png -share/icons/gnome/16x16/devices/yast_printer.png -share/icons/gnome/16x16/devices/yast_soundcard.png -share/icons/gnome/16x16/emblems/emblem-default.png -share/icons/gnome/16x16/emblems/emblem-documents.png -share/icons/gnome/16x16/emblems/emblem-downloads.png -share/icons/gnome/16x16/emblems/emblem-favorite.png -share/icons/gnome/16x16/emblems/emblem-generic.png -share/icons/gnome/16x16/emblems/emblem-important.png -share/icons/gnome/16x16/emblems/emblem-mail.png -share/icons/gnome/16x16/emblems/emblem-new.png -share/icons/gnome/16x16/emblems/emblem-noread.png -share/icons/gnome/16x16/emblems/emblem-nowrite.png -share/icons/gnome/16x16/emblems/emblem-package.png -share/icons/gnome/16x16/emblems/emblem-photos.png -share/icons/gnome/16x16/emblems/emblem-readonly.png -share/icons/gnome/16x16/emblems/emblem-shared.png -share/icons/gnome/16x16/emblems/emblem-symbolic-link.png -share/icons/gnome/16x16/emblems/emblem-system.png -share/icons/gnome/16x16/emblems/emblem-unreadable.png -share/icons/gnome/16x16/emblems/emblem-urgent.png -share/icons/gnome/16x16/emblems/emblem-web.png -share/icons/gnome/16x16/emotes/face-angel.png -share/icons/gnome/16x16/emotes/face-angry.png -share/icons/gnome/16x16/emotes/face-cool.png -share/icons/gnome/16x16/emotes/face-crying.png -share/icons/gnome/16x16/emotes/face-devilish.png -share/icons/gnome/16x16/emotes/face-embarrassed.png -share/icons/gnome/16x16/emotes/face-glasses.png -share/icons/gnome/16x16/emotes/face-kiss.png -share/icons/gnome/16x16/emotes/face-laugh.png -share/icons/gnome/16x16/emotes/face-monkey.png -share/icons/gnome/16x16/emotes/face-plain.png -share/icons/gnome/16x16/emotes/face-raspberry.png -share/icons/gnome/16x16/emotes/face-sad.png -share/icons/gnome/16x16/emotes/face-sick.png -share/icons/gnome/16x16/emotes/face-smile-big.png -share/icons/gnome/16x16/emotes/face-smile.png -share/icons/gnome/16x16/emotes/face-smirk.png -share/icons/gnome/16x16/emotes/face-surprise.png -share/icons/gnome/16x16/emotes/face-tired.png -share/icons/gnome/16x16/emotes/face-uncertain.png -share/icons/gnome/16x16/emotes/face-wink.png -share/icons/gnome/16x16/emotes/face-worried.png -share/icons/gnome/16x16/emotes/stock_smiley-1.png -share/icons/gnome/16x16/emotes/stock_smiley-10.png -share/icons/gnome/16x16/emotes/stock_smiley-11.png -share/icons/gnome/16x16/emotes/stock_smiley-13.png -share/icons/gnome/16x16/emotes/stock_smiley-15.png -share/icons/gnome/16x16/emotes/stock_smiley-18.png -share/icons/gnome/16x16/emotes/stock_smiley-2.png -share/icons/gnome/16x16/emotes/stock_smiley-22.png -share/icons/gnome/16x16/emotes/stock_smiley-3.png -share/icons/gnome/16x16/emotes/stock_smiley-4.png -share/icons/gnome/16x16/emotes/stock_smiley-5.png -share/icons/gnome/16x16/emotes/stock_smiley-6.png -share/icons/gnome/16x16/emotes/stock_smiley-7.png -share/icons/gnome/16x16/emotes/stock_smiley-8.png -share/icons/gnome/16x16/mimetypes/application-certificate.png -share/icons/gnome/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png -share/icons/gnome/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/gnome/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/gnome/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/gnome/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png -share/icons/gnome/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -share/icons/gnome/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png -share/icons/gnome/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/gnome/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png -share/icons/gnome/16x16/mimetypes/application-x-executable.png -share/icons/gnome/16x16/mimetypes/ascii.png -share/icons/gnome/16x16/mimetypes/audio-x-generic.png -share/icons/gnome/16x16/mimetypes/binary.png -share/icons/gnome/16x16/mimetypes/contents2.png -share/icons/gnome/16x16/mimetypes/deb.png -share/icons/gnome/16x16/mimetypes/document.png -share/icons/gnome/16x16/mimetypes/empty.png -share/icons/gnome/16x16/mimetypes/exec.png -share/icons/gnome/16x16/mimetypes/folder_tar.png -share/icons/gnome/16x16/mimetypes/font-x-generic.png -share/icons/gnome/16x16/mimetypes/font.png -share/icons/gnome/16x16/mimetypes/font_bitmap.png -share/icons/gnome/16x16/mimetypes/font_truetype.png -share/icons/gnome/16x16/mimetypes/font_type1.png -share/icons/gnome/16x16/mimetypes/gnome-fs-executable.png -share/icons/gnome/16x16/mimetypes/gnome-fs-regular.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/16x16/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/16x16/mimetypes/gnome-mime-audio.png -share/icons/gnome/16x16/mimetypes/gnome-mime-image.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-html.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/16x16/mimetypes/gnome-mime-text.png -share/icons/gnome/16x16/mimetypes/gnome-mime-video.png -share/icons/gnome/16x16/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/16x16/mimetypes/gnome-package.png -share/icons/gnome/16x16/mimetypes/gtk-file.png -share/icons/gnome/16x16/mimetypes/html.png -share/icons/gnome/16x16/mimetypes/image-x-generic.png -share/icons/gnome/16x16/mimetypes/image.png -share/icons/gnome/16x16/mimetypes/kpresenter_kpr.png -share/icons/gnome/16x16/mimetypes/mime_ascii.png -share/icons/gnome/16x16/mimetypes/misc.png -share/icons/gnome/16x16/mimetypes/package-x-generic.png -share/icons/gnome/16x16/mimetypes/package.png -share/icons/gnome/16x16/mimetypes/package_editors.png -share/icons/gnome/16x16/mimetypes/package_wordprocessing.png -share/icons/gnome/16x16/mimetypes/plan.png -share/icons/gnome/16x16/mimetypes/rpm.png -share/icons/gnome/16x16/mimetypes/shellscript.png -share/icons/gnome/16x16/mimetypes/sound.png -share/icons/gnome/16x16/mimetypes/spreadsheet.png -share/icons/gnome/16x16/mimetypes/stock_addressbook.png -share/icons/gnome/16x16/mimetypes/stock_calendar.png -share/icons/gnome/16x16/mimetypes/stock_certificate.png -share/icons/gnome/16x16/mimetypes/stock_script.png -share/icons/gnome/16x16/mimetypes/tar.png -share/icons/gnome/16x16/mimetypes/template_source.png -share/icons/gnome/16x16/mimetypes/text-html.png -share/icons/gnome/16x16/mimetypes/text-x-generic-template.png -share/icons/gnome/16x16/mimetypes/text-x-generic.png -share/icons/gnome/16x16/mimetypes/text-x-preview.png -share/icons/gnome/16x16/mimetypes/text-x-script.png -share/icons/gnome/16x16/mimetypes/tgz.png -share/icons/gnome/16x16/mimetypes/txt.png -share/icons/gnome/16x16/mimetypes/txt2.png -share/icons/gnome/16x16/mimetypes/unknown.png -share/icons/gnome/16x16/mimetypes/vcalendar.png -share/icons/gnome/16x16/mimetypes/vcard.png -share/icons/gnome/16x16/mimetypes/video-x-generic.png -share/icons/gnome/16x16/mimetypes/video.png -share/icons/gnome/16x16/mimetypes/wordprocessing.png -share/icons/gnome/16x16/mimetypes/www.png -share/icons/gnome/16x16/mimetypes/x-office-address-book.png -share/icons/gnome/16x16/mimetypes/x-office-calendar.png -share/icons/gnome/16x16/mimetypes/x-office-document-template.png -share/icons/gnome/16x16/mimetypes/x-office-document.png -share/icons/gnome/16x16/mimetypes/x-office-drawing-template.png -share/icons/gnome/16x16/mimetypes/x-office-drawing.png -share/icons/gnome/16x16/mimetypes/x-office-presentation-template.png -share/icons/gnome/16x16/mimetypes/x-office-presentation.png -share/icons/gnome/16x16/mimetypes/x-office-spreadsheet-template.png -share/icons/gnome/16x16/mimetypes/x-office-spreadsheet.png -share/icons/gnome/16x16/mimetypes/zip.png -share/icons/gnome/16x16/places/application-x-gnome-saved-search.png -share/icons/gnome/16x16/places/desktop.png -share/icons/gnome/16x16/places/distributor-logo.png -share/icons/gnome/16x16/places/emptytrash.png -share/icons/gnome/16x16/places/folder-documents.png -share/icons/gnome/16x16/places/folder-download.png -share/icons/gnome/16x16/places/folder-music.png -share/icons/gnome/16x16/places/folder-pictures.png -share/icons/gnome/16x16/places/folder-publicshare.png -share/icons/gnome/16x16/places/folder-remote.png -share/icons/gnome/16x16/places/folder-saved-search.png -share/icons/gnome/16x16/places/folder-templates.png -share/icons/gnome/16x16/places/folder-videos.png -share/icons/gnome/16x16/places/folder.png -share/icons/gnome/16x16/places/folder_home.png -share/icons/gnome/16x16/places/gnome-fs-desktop.png -share/icons/gnome/16x16/places/gnome-fs-directory.png -share/icons/gnome/16x16/places/gnome-fs-ftp.png -share/icons/gnome/16x16/places/gnome-fs-home.png -share/icons/gnome/16x16/places/gnome-fs-network.png -share/icons/gnome/16x16/places/gnome-fs-nfs.png -share/icons/gnome/16x16/places/gnome-fs-server.png -share/icons/gnome/16x16/places/gnome-fs-share.png -share/icons/gnome/16x16/places/gnome-fs-smb.png -share/icons/gnome/16x16/places/gnome-fs-ssh.png -share/icons/gnome/16x16/places/gnome-fs-trash-empty.png -share/icons/gnome/16x16/places/gnome-main-menu.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/16x16/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/16x16/places/gnome-stock-trash.png -share/icons/gnome/16x16/places/gtk-directory.png -share/icons/gnome/16x16/places/gtk-network.png -share/icons/gnome/16x16/places/inode-directory.png -share/icons/gnome/16x16/places/network-server.png -share/icons/gnome/16x16/places/network-workgroup.png -share/icons/gnome/16x16/places/network.png -share/icons/gnome/16x16/places/network_local.png -share/icons/gnome/16x16/places/novell-button.png -share/icons/gnome/16x16/places/redhat-network-server.png -share/icons/gnome/16x16/places/server.png -share/icons/gnome/16x16/places/start-here.png -share/icons/gnome/16x16/places/stock_folder.png -share/icons/gnome/16x16/places/trashcan_empty.png -share/icons/gnome/16x16/places/user-bookmarks.png -share/icons/gnome/16x16/places/user-desktop.png -share/icons/gnome/16x16/places/user-home.png -share/icons/gnome/16x16/places/user-trash.png -share/icons/gnome/16x16/places/xfce-trash_empty.png -share/icons/gnome/16x16/status/appointment-missed.png -share/icons/gnome/16x16/status/appointment-soon.png -share/icons/gnome/16x16/status/audio-volume-high.png -share/icons/gnome/16x16/status/audio-volume-low.png -share/icons/gnome/16x16/status/audio-volume-medium.png -share/icons/gnome/16x16/status/audio-volume-muted.png -share/icons/gnome/16x16/status/avatar-default.png -share/icons/gnome/16x16/status/battery-caution.png -share/icons/gnome/16x16/status/battery-charging.png -share/icons/gnome/16x16/status/battery-full.png -share/icons/gnome/16x16/status/battery-good.png -share/icons/gnome/16x16/status/battery-low.png -share/icons/gnome/16x16/status/changes-allow.png -share/icons/gnome/16x16/status/changes-prevent.png -share/icons/gnome/16x16/status/connect_creating.png -share/icons/gnome/16x16/status/connect_established.png -share/icons/gnome/16x16/status/connect_no.png -share/icons/gnome/16x16/status/dialog-error.png -share/icons/gnome/16x16/status/dialog-information.png -share/icons/gnome/16x16/status/dialog-password.png -share/icons/gnome/16x16/status/dialog-question.png -share/icons/gnome/16x16/status/dialog-warning.png -share/icons/gnome/16x16/status/edittrash.png -share/icons/gnome/16x16/status/error.png -share/icons/gnome/16x16/status/folder-drag-accept.png -share/icons/gnome/16x16/status/folder-open.png -share/icons/gnome/16x16/status/folder-visiting.png -share/icons/gnome/16x16/status/folder_open.png -share/icons/gnome/16x16/status/gnome-dev-wavelan-encrypted.png -share/icons/gnome/16x16/status/gnome-fs-directory-accept.png -share/icons/gnome/16x16/status/gnome-fs-directory-visiting.png -share/icons/gnome/16x16/status/gnome-fs-loading-icon.png -share/icons/gnome/16x16/status/gnome-fs-trash-full.png -share/icons/gnome/16x16/status/gnome-netstatus-disconn.png -share/icons/gnome/16x16/status/gnome-netstatus-error.png -share/icons/gnome/16x16/status/gnome-netstatus-idle.png -share/icons/gnome/16x16/status/gnome-netstatus-rx.png -share/icons/gnome/16x16/status/gnome-netstatus-tx.png -share/icons/gnome/16x16/status/gnome-netstatus-txrx.png -share/icons/gnome/16x16/status/gnome-stock-trash-full.png -share/icons/gnome/16x16/status/gtk-dialog-authentication.png -share/icons/gnome/16x16/status/gtk-dialog-error.png -share/icons/gnome/16x16/status/gtk-dialog-info.png -share/icons/gnome/16x16/status/gtk-dialog-question.png -share/icons/gnome/16x16/status/gtk-dialog-warning.png -share/icons/gnome/16x16/status/gtk-missing-image.png -share/icons/gnome/16x16/status/image-loading.png -share/icons/gnome/16x16/status/image-missing.png -share/icons/gnome/16x16/status/important.png -share/icons/gnome/16x16/status/info.png -share/icons/gnome/16x16/status/mail-attachment.png -share/icons/gnome/16x16/status/mail-read.png -share/icons/gnome/16x16/status/mail-replied.png -share/icons/gnome/16x16/status/mail-signed-verified.png -share/icons/gnome/16x16/status/mail-signed.png -share/icons/gnome/16x16/status/mail-unread.png -share/icons/gnome/16x16/status/media-playlist-repeat.png -share/icons/gnome/16x16/status/media-playlist-shuffle.png -share/icons/gnome/16x16/status/messagebox_critical.png -share/icons/gnome/16x16/status/messagebox_info.png -share/icons/gnome/16x16/status/messagebox_warning.png -share/icons/gnome/16x16/status/network-error.png -share/icons/gnome/16x16/status/network-idle.png -share/icons/gnome/16x16/status/network-offline.png -share/icons/gnome/16x16/status/network-receive.png -share/icons/gnome/16x16/status/network-transmit-receive.png -share/icons/gnome/16x16/status/network-transmit.png -share/icons/gnome/16x16/status/network-wireless-encrypted.png -share/icons/gnome/16x16/status/nm-adhoc.png -share/icons/gnome/16x16/status/nm-device-wired.png -share/icons/gnome/16x16/status/nm-device-wireless.png -share/icons/gnome/16x16/status/nm-no-connection.png -share/icons/gnome/16x16/status/printer-error.png -share/icons/gnome/16x16/status/printer-printing.png -share/icons/gnome/16x16/status/security-high.png -share/icons/gnome/16x16/status/security-low.png -share/icons/gnome/16x16/status/security-medium.png -share/icons/gnome/16x16/status/software-update-available.png -share/icons/gnome/16x16/status/software-update-urgent.png -share/icons/gnome/16x16/status/stock_appointment-reminder-excl.png -share/icons/gnome/16x16/status/stock_appointment-reminder.png -share/icons/gnome/16x16/status/stock_attach.png -share/icons/gnome/16x16/status/stock_dialog-error.png -share/icons/gnome/16x16/status/stock_dialog-info.png -share/icons/gnome/16x16/status/stock_dialog-question.png -share/icons/gnome/16x16/status/stock_dialog-warning.png -share/icons/gnome/16x16/status/stock_lock-broken.png -share/icons/gnome/16x16/status/stock_lock-ok.png -share/icons/gnome/16x16/status/stock_lock-open.png -share/icons/gnome/16x16/status/stock_lock.png -share/icons/gnome/16x16/status/stock_mail-open.png -share/icons/gnome/16x16/status/stock_mail-replied.png -share/icons/gnome/16x16/status/stock_mail-unread.png -share/icons/gnome/16x16/status/stock_open.png -share/icons/gnome/16x16/status/stock_repeat.png -share/icons/gnome/16x16/status/stock_shuffle.png -share/icons/gnome/16x16/status/stock_trash_full.png -share/icons/gnome/16x16/status/stock_volume-0.png -share/icons/gnome/16x16/status/stock_volume-max.png -share/icons/gnome/16x16/status/stock_volume-med.png -share/icons/gnome/16x16/status/stock_volume-min.png -share/icons/gnome/16x16/status/stock_volume-mute.png -share/icons/gnome/16x16/status/stock_volume.png -share/icons/gnome/16x16/status/stock_weather-cloudy.png -share/icons/gnome/16x16/status/stock_weather-few-clouds.png -share/icons/gnome/16x16/status/stock_weather-fog.png -share/icons/gnome/16x16/status/stock_weather-night-clear.png -share/icons/gnome/16x16/status/stock_weather-night-few-clouds.png -share/icons/gnome/16x16/status/stock_weather-showers.png -share/icons/gnome/16x16/status/stock_weather-snow.png -share/icons/gnome/16x16/status/stock_weather-storm.png -share/icons/gnome/16x16/status/stock_weather-sunny.png -share/icons/gnome/16x16/status/sunny.png -share/icons/gnome/16x16/status/task-due.png -share/icons/gnome/16x16/status/task-past-due.png -share/icons/gnome/16x16/status/trashcan_full.png -share/icons/gnome/16x16/status/user-available.png -share/icons/gnome/16x16/status/user-away.png -share/icons/gnome/16x16/status/user-busy.png -share/icons/gnome/16x16/status/user-idle.png -share/icons/gnome/16x16/status/user-invisible.png -share/icons/gnome/16x16/status/user-offline.png -share/icons/gnome/16x16/status/user-trash-full.png -share/icons/gnome/16x16/status/weather-clear-night.png -share/icons/gnome/16x16/status/weather-clear.png -share/icons/gnome/16x16/status/weather-few-clouds-night.png -share/icons/gnome/16x16/status/weather-few-clouds.png -share/icons/gnome/16x16/status/weather-fog.png -share/icons/gnome/16x16/status/weather-overcast.png -share/icons/gnome/16x16/status/weather-severe-alert.png -share/icons/gnome/16x16/status/weather-showers-scattered.png -share/icons/gnome/16x16/status/weather-showers.png -share/icons/gnome/16x16/status/weather-snow.png -share/icons/gnome/16x16/status/weather-storm.png -share/icons/gnome/16x16/status/xfce-trash_full.png -share/icons/gnome/22x22/actions/add.png -share/icons/gnome/22x22/actions/address-book-new.png -share/icons/gnome/22x22/actions/application-exit.png -share/icons/gnome/22x22/actions/appointment-new.png -share/icons/gnome/22x22/actions/appointment.png -share/icons/gnome/22x22/actions/back.png -share/icons/gnome/22x22/actions/bookmark-new.png -share/icons/gnome/22x22/actions/bookmark_add.png -share/icons/gnome/22x22/actions/bookmarks_list_add.png -share/icons/gnome/22x22/actions/bottom.png -share/icons/gnome/22x22/actions/call-start.png -share/icons/gnome/22x22/actions/call-stop.png -share/icons/gnome/22x22/actions/centrejust.png -share/icons/gnome/22x22/actions/contact-new.png -share/icons/gnome/22x22/actions/document-new.png -share/icons/gnome/22x22/actions/document-open-recent.png -share/icons/gnome/22x22/actions/document-open.png -share/icons/gnome/22x22/actions/document-page-setup.png -share/icons/gnome/22x22/actions/document-print-preview.png -share/icons/gnome/22x22/actions/document-print.png -share/icons/gnome/22x22/actions/document-properties.png -share/icons/gnome/22x22/actions/document-revert.png -share/icons/gnome/22x22/actions/document-save-as.png -share/icons/gnome/22x22/actions/document-save.png -share/icons/gnome/22x22/actions/document-send.png -share/icons/gnome/22x22/actions/down.png -share/icons/gnome/22x22/actions/edit-clear.png -share/icons/gnome/22x22/actions/edit-copy.png -share/icons/gnome/22x22/actions/edit-cut.png -share/icons/gnome/22x22/actions/edit-delete.png -share/icons/gnome/22x22/actions/edit-find-replace.png -share/icons/gnome/22x22/actions/edit-find.png -share/icons/gnome/22x22/actions/edit-paste.png -share/icons/gnome/22x22/actions/edit-redo.png -share/icons/gnome/22x22/actions/edit-select-all.png -share/icons/gnome/22x22/actions/edit-undo.png -share/icons/gnome/22x22/actions/editclear.png -share/icons/gnome/22x22/actions/editcopy.png -share/icons/gnome/22x22/actions/editcut.png -share/icons/gnome/22x22/actions/editdelete.png -share/icons/gnome/22x22/actions/editpaste.png -share/icons/gnome/22x22/actions/exit.png -share/icons/gnome/22x22/actions/filefind.png -share/icons/gnome/22x22/actions/filenew.png -share/icons/gnome/22x22/actions/fileopen.png -share/icons/gnome/22x22/actions/fileprint.png -share/icons/gnome/22x22/actions/filequickprint.png -share/icons/gnome/22x22/actions/filesave.png -share/icons/gnome/22x22/actions/filesaveas.png -share/icons/gnome/22x22/actions/find.png -share/icons/gnome/22x22/actions/finish.png -share/icons/gnome/22x22/actions/folder-new.png -share/icons/gnome/22x22/actions/folder_new.png -share/icons/gnome/22x22/actions/format-indent-less.png -share/icons/gnome/22x22/actions/format-indent-more.png -share/icons/gnome/22x22/actions/format-justify-center.png -share/icons/gnome/22x22/actions/format-justify-fill.png -share/icons/gnome/22x22/actions/format-justify-left.png -share/icons/gnome/22x22/actions/format-justify-right.png -share/icons/gnome/22x22/actions/format-text-bold.png -share/icons/gnome/22x22/actions/format-text-direction-ltr.png -share/icons/gnome/22x22/actions/format-text-direction-rtl.png -share/icons/gnome/22x22/actions/format-text-italic.png -share/icons/gnome/22x22/actions/format-text-strikethrough.png -share/icons/gnome/22x22/actions/format-text-underline.png -share/icons/gnome/22x22/actions/forward.png -share/icons/gnome/22x22/actions/gnome-lockscreen.png -share/icons/gnome/22x22/actions/gnome-logout.png -share/icons/gnome/22x22/actions/gnome-run.png -share/icons/gnome/22x22/actions/gnome-searchtool.png -share/icons/gnome/22x22/actions/gnome-shutdown.png -share/icons/gnome/22x22/actions/gnome-stock-mail-fwd.png -share/icons/gnome/22x22/actions/gnome-stock-mail-new.png -share/icons/gnome/22x22/actions/gnome-stock-mail-rpl.png -share/icons/gnome/22x22/actions/gnome-stock-mail-snd.png -share/icons/gnome/22x22/actions/gnome-stock-text-indent.png -share/icons/gnome/22x22/actions/gnome-stock-text-unindent.png -share/icons/gnome/22x22/actions/go-bottom.png -share/icons/gnome/22x22/actions/go-down.png -share/icons/gnome/22x22/actions/go-first.png -share/icons/gnome/22x22/actions/go-home.png -share/icons/gnome/22x22/actions/go-jump.png -share/icons/gnome/22x22/actions/go-last.png -share/icons/gnome/22x22/actions/go-next.png -share/icons/gnome/22x22/actions/go-previous.png -share/icons/gnome/22x22/actions/go-top.png -share/icons/gnome/22x22/actions/go-up.png -share/icons/gnome/22x22/actions/gohome.png -share/icons/gnome/22x22/actions/gtk-about.png -share/icons/gnome/22x22/actions/gtk-add.png -share/icons/gnome/22x22/actions/gtk-bold.png -share/icons/gnome/22x22/actions/gtk-cancel.png -share/icons/gnome/22x22/actions/gtk-clear.png -share/icons/gnome/22x22/actions/gtk-close.png -share/icons/gnome/22x22/actions/gtk-copy.png -share/icons/gnome/22x22/actions/gtk-cut.png -share/icons/gnome/22x22/actions/gtk-delete.png -share/icons/gnome/22x22/actions/gtk-execute.png -share/icons/gnome/22x22/actions/gtk-find-and-replace.png -share/icons/gnome/22x22/actions/gtk-find.png -share/icons/gnome/22x22/actions/gtk-fullscreen.png -share/icons/gnome/22x22/actions/gtk-go-back-ltr.png -share/icons/gnome/22x22/actions/gtk-go-back-rtl.png -share/icons/gnome/22x22/actions/gtk-go-down.png -share/icons/gnome/22x22/actions/gtk-go-forward-ltr.png -share/icons/gnome/22x22/actions/gtk-go-forward-rtl.png -share/icons/gnome/22x22/actions/gtk-go-up.png -share/icons/gnome/22x22/actions/gtk-goto-bottom.png -share/icons/gnome/22x22/actions/gtk-goto-first-ltr.png -share/icons/gnome/22x22/actions/gtk-goto-first-rtl.png -share/icons/gnome/22x22/actions/gtk-goto-last-ltr.png -share/icons/gnome/22x22/actions/gtk-goto-last-rtl.png -share/icons/gnome/22x22/actions/gtk-goto-top.png -share/icons/gnome/22x22/actions/gtk-help.png -share/icons/gnome/22x22/actions/gtk-home.png -share/icons/gnome/22x22/actions/gtk-indent-ltr.png -share/icons/gnome/22x22/actions/gtk-indent-rtl.png -share/icons/gnome/22x22/actions/gtk-italic.png -share/icons/gnome/22x22/actions/gtk-jump-to-ltr.png -share/icons/gnome/22x22/actions/gtk-jump-to-rtl.png -share/icons/gnome/22x22/actions/gtk-justify-center.png -share/icons/gnome/22x22/actions/gtk-justify-fill.png -share/icons/gnome/22x22/actions/gtk-justify-left.png -share/icons/gnome/22x22/actions/gtk-justify-right.png -share/icons/gnome/22x22/actions/gtk-leave-fullscreen.png -share/icons/gnome/22x22/actions/gtk-media-forward-ltr.png -share/icons/gnome/22x22/actions/gtk-media-forward-rtl.png -share/icons/gnome/22x22/actions/gtk-media-next-ltr.png -share/icons/gnome/22x22/actions/gtk-media-next-rtl.png -share/icons/gnome/22x22/actions/gtk-media-pause.png -share/icons/gnome/22x22/actions/gtk-media-play-ltr.png -share/icons/gnome/22x22/actions/gtk-media-previous-ltr.png -share/icons/gnome/22x22/actions/gtk-media-previous-rtl.png -share/icons/gnome/22x22/actions/gtk-media-record.png -share/icons/gnome/22x22/actions/gtk-media-rewind-ltr.png -share/icons/gnome/22x22/actions/gtk-media-rewind-rtl.png -share/icons/gnome/22x22/actions/gtk-media-stop.png -share/icons/gnome/22x22/actions/gtk-new.png -share/icons/gnome/22x22/actions/gtk-open.png -share/icons/gnome/22x22/actions/gtk-paste.png -share/icons/gnome/22x22/actions/gtk-print-preview.png -share/icons/gnome/22x22/actions/gtk-print.png -share/icons/gnome/22x22/actions/gtk-properties.png -share/icons/gnome/22x22/actions/gtk-quit.png -share/icons/gnome/22x22/actions/gtk-redo-ltr.png -share/icons/gnome/22x22/actions/gtk-refresh.png -share/icons/gnome/22x22/actions/gtk-remove.png -share/icons/gnome/22x22/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/22x22/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/22x22/actions/gtk-save-as.png -share/icons/gnome/22x22/actions/gtk-save.png -share/icons/gnome/22x22/actions/gtk-select-all.png -share/icons/gnome/22x22/actions/gtk-sort-ascending.png -share/icons/gnome/22x22/actions/gtk-sort-descending.png -share/icons/gnome/22x22/actions/gtk-spell-check.png -share/icons/gnome/22x22/actions/gtk-stop.png -share/icons/gnome/22x22/actions/gtk-strikethrough.png -share/icons/gnome/22x22/actions/gtk-underline.png -share/icons/gnome/22x22/actions/gtk-undo-ltr.png -share/icons/gnome/22x22/actions/gtk-unindent-ltr.png -share/icons/gnome/22x22/actions/gtk-unindent-rtl.png -share/icons/gnome/22x22/actions/gtk-zoom-100.png -share/icons/gnome/22x22/actions/gtk-zoom-fit.png -share/icons/gnome/22x22/actions/gtk-zoom-in.png -share/icons/gnome/22x22/actions/gtk-zoom-out.png -share/icons/gnome/22x22/actions/help-about.png -share/icons/gnome/22x22/actions/help-contents.png -share/icons/gnome/22x22/actions/help-faq.png -share/icons/gnome/22x22/actions/help.png -share/icons/gnome/22x22/actions/insert-image.png -share/icons/gnome/22x22/actions/insert-link.png -share/icons/gnome/22x22/actions/insert-object.png -share/icons/gnome/22x22/actions/insert-text.png -share/icons/gnome/22x22/actions/kfind.png -share/icons/gnome/22x22/actions/kfm_home.png -share/icons/gnome/22x22/actions/leftjust.png -share/icons/gnome/22x22/actions/list-add.png -share/icons/gnome/22x22/actions/list-remove.png -share/icons/gnome/22x22/actions/lock.png -share/icons/gnome/22x22/actions/mail-forward.png -share/icons/gnome/22x22/actions/mail-mark-important.png -share/icons/gnome/22x22/actions/mail-mark-junk.png -share/icons/gnome/22x22/actions/mail-mark-notjunk.png -share/icons/gnome/22x22/actions/mail-mark-read.png -share/icons/gnome/22x22/actions/mail-mark-unread.png -share/icons/gnome/22x22/actions/mail-message-new.png -share/icons/gnome/22x22/actions/mail-reply-all.png -share/icons/gnome/22x22/actions/mail-reply-sender.png -share/icons/gnome/22x22/actions/mail-send-receive.png -share/icons/gnome/22x22/actions/mail-send.png -share/icons/gnome/22x22/actions/mail_forward.png -share/icons/gnome/22x22/actions/mail_new.png -share/icons/gnome/22x22/actions/mail_reply.png -share/icons/gnome/22x22/actions/mail_replyall.png -share/icons/gnome/22x22/actions/mail_send.png -share/icons/gnome/22x22/actions/mail_spam.png -share/icons/gnome/22x22/actions/media-eject.png -share/icons/gnome/22x22/actions/media-playback-pause.png -share/icons/gnome/22x22/actions/media-playback-start.png -share/icons/gnome/22x22/actions/media-playback-stop.png -share/icons/gnome/22x22/actions/media-record.png -share/icons/gnome/22x22/actions/media-seek-backward.png -share/icons/gnome/22x22/actions/media-seek-forward.png -share/icons/gnome/22x22/actions/media-skip-backward.png -share/icons/gnome/22x22/actions/media-skip-forward.png -share/icons/gnome/22x22/actions/next.png -share/icons/gnome/22x22/actions/object-flip-horizontal.png -share/icons/gnome/22x22/actions/object-flip-vertical.png -share/icons/gnome/22x22/actions/object-rotate-left.png -share/icons/gnome/22x22/actions/object-rotate-right.png -share/icons/gnome/22x22/actions/player_eject.png -share/icons/gnome/22x22/actions/player_end.png -share/icons/gnome/22x22/actions/player_fwd.png -share/icons/gnome/22x22/actions/player_pause.png -share/icons/gnome/22x22/actions/player_play.png -share/icons/gnome/22x22/actions/player_record.png -share/icons/gnome/22x22/actions/player_rew.png -share/icons/gnome/22x22/actions/player_start.png -share/icons/gnome/22x22/actions/player_stop.png -share/icons/gnome/22x22/actions/previous.png -share/icons/gnome/22x22/actions/process-stop.png -share/icons/gnome/22x22/actions/redhat-home.png -share/icons/gnome/22x22/actions/redo.png -share/icons/gnome/22x22/actions/reload.png -share/icons/gnome/22x22/actions/reload3.png -share/icons/gnome/22x22/actions/reload_all_tabs.png -share/icons/gnome/22x22/actions/reload_page.png -share/icons/gnome/22x22/actions/remove.png -share/icons/gnome/22x22/actions/revert.png -share/icons/gnome/22x22/actions/rightjust.png -share/icons/gnome/22x22/actions/search.png -share/icons/gnome/22x22/actions/start.png -share/icons/gnome/22x22/actions/stock_about.png -share/icons/gnome/22x22/actions/stock_add-bookmark.png -share/icons/gnome/22x22/actions/stock_bottom.png -share/icons/gnome/22x22/actions/stock_close.png -share/icons/gnome/22x22/actions/stock_copy.png -share/icons/gnome/22x22/actions/stock_cut.png -share/icons/gnome/22x22/actions/stock_delete.png -share/icons/gnome/22x22/actions/stock_down.png -share/icons/gnome/22x22/actions/stock_file-properites.png -share/icons/gnome/22x22/actions/stock_first.png -share/icons/gnome/22x22/actions/stock_fullscreen.png -share/icons/gnome/22x22/actions/stock_help-add-bookmark.png -share/icons/gnome/22x22/actions/stock_help.png -share/icons/gnome/22x22/actions/stock_home.png -share/icons/gnome/22x22/actions/stock_last.png -share/icons/gnome/22x22/actions/stock_leave-fullscreen.png -share/icons/gnome/22x22/actions/stock_left.png -share/icons/gnome/22x22/actions/stock_mail-compose.png -share/icons/gnome/22x22/actions/stock_mail-forward.png -share/icons/gnome/22x22/actions/stock_mail-reply-to-all.png -share/icons/gnome/22x22/actions/stock_mail-reply.png -share/icons/gnome/22x22/actions/stock_mail-send-receive.png -share/icons/gnome/22x22/actions/stock_mail-send.png -share/icons/gnome/22x22/actions/stock_media-fwd.png -share/icons/gnome/22x22/actions/stock_media-next.png -share/icons/gnome/22x22/actions/stock_media-pause.png -share/icons/gnome/22x22/actions/stock_media-play.png -share/icons/gnome/22x22/actions/stock_media-prev.png -share/icons/gnome/22x22/actions/stock_media-rec.png -share/icons/gnome/22x22/actions/stock_media-rew.png -share/icons/gnome/22x22/actions/stock_media-stop.png -share/icons/gnome/22x22/actions/stock_new-address-book.png -share/icons/gnome/22x22/actions/stock_new-appointment.png -share/icons/gnome/22x22/actions/stock_new-bcard.png -share/icons/gnome/22x22/actions/stock_new-dir.png -share/icons/gnome/22x22/actions/stock_new-tab.png -share/icons/gnome/22x22/actions/stock_new-text.png -share/icons/gnome/22x22/actions/stock_new-window.png -share/icons/gnome/22x22/actions/stock_paste.png -share/icons/gnome/22x22/actions/stock_print-preview.png -share/icons/gnome/22x22/actions/stock_print-setup.png -share/icons/gnome/22x22/actions/stock_print.png -share/icons/gnome/22x22/actions/stock_properties.png -share/icons/gnome/22x22/actions/stock_redo.png -share/icons/gnome/22x22/actions/stock_refresh.png -share/icons/gnome/22x22/actions/stock_right.png -share/icons/gnome/22x22/actions/stock_save-as.png -share/icons/gnome/22x22/actions/stock_save.png -share/icons/gnome/22x22/actions/stock_search-and-replace.png -share/icons/gnome/22x22/actions/stock_search.png -share/icons/gnome/22x22/actions/stock_select-all.png -share/icons/gnome/22x22/actions/stock_spam.png -share/icons/gnome/22x22/actions/stock_spellcheck.png -share/icons/gnome/22x22/actions/stock_stop.png -share/icons/gnome/22x22/actions/stock_text-strikethrough.png -share/icons/gnome/22x22/actions/stock_text_bold.png -share/icons/gnome/22x22/actions/stock_text_center.png -share/icons/gnome/22x22/actions/stock_text_indent.png -share/icons/gnome/22x22/actions/stock_text_italic.png -share/icons/gnome/22x22/actions/stock_text_justify.png -share/icons/gnome/22x22/actions/stock_text_left.png -share/icons/gnome/22x22/actions/stock_text_right.png -share/icons/gnome/22x22/actions/stock_text_underlined.png -share/icons/gnome/22x22/actions/stock_text_unindent.png -share/icons/gnome/22x22/actions/stock_top.png -share/icons/gnome/22x22/actions/stock_undo.png -share/icons/gnome/22x22/actions/stock_up.png -share/icons/gnome/22x22/actions/stock_zoom-1.png -share/icons/gnome/22x22/actions/stock_zoom-in.png -share/icons/gnome/22x22/actions/stock_zoom-out.png -share/icons/gnome/22x22/actions/stock_zoom-page.png -share/icons/gnome/22x22/actions/stop.png -share/icons/gnome/22x22/actions/system-lock-screen.png -share/icons/gnome/22x22/actions/system-log-out.png -share/icons/gnome/22x22/actions/system-run.png -share/icons/gnome/22x22/actions/system-search.png -share/icons/gnome/22x22/actions/system-shutdown.png -share/icons/gnome/22x22/actions/tab-new.png -share/icons/gnome/22x22/actions/tab_new.png -share/icons/gnome/22x22/actions/text_bold.png -share/icons/gnome/22x22/actions/text_italic.png -share/icons/gnome/22x22/actions/text_strike.png -share/icons/gnome/22x22/actions/text_under.png -share/icons/gnome/22x22/actions/tools-check-spelling.png -share/icons/gnome/22x22/actions/top.png -share/icons/gnome/22x22/actions/undo.png -share/icons/gnome/22x22/actions/up.png -share/icons/gnome/22x22/actions/view-fullscreen.png -share/icons/gnome/22x22/actions/view-refresh.png -share/icons/gnome/22x22/actions/view-restore.png -share/icons/gnome/22x22/actions/view-sort-ascending.png -share/icons/gnome/22x22/actions/view-sort-descending.png -share/icons/gnome/22x22/actions/viewmag+.png -share/icons/gnome/22x22/actions/viewmag-.png -share/icons/gnome/22x22/actions/viewmag1.png -share/icons/gnome/22x22/actions/viewmagfit.png -share/icons/gnome/22x22/actions/window-close.png -share/icons/gnome/22x22/actions/window-new.png -share/icons/gnome/22x22/actions/window_fullscreen.png -share/icons/gnome/22x22/actions/window_new.png -share/icons/gnome/22x22/actions/window_nofullscreen.png -share/icons/gnome/22x22/actions/xfce-system-exit.png -share/icons/gnome/22x22/actions/xfce-system-lock.png -share/icons/gnome/22x22/actions/zoom-best-fit.png -share/icons/gnome/22x22/actions/zoom-fit-best.png -share/icons/gnome/22x22/actions/zoom-in.png -share/icons/gnome/22x22/actions/zoom-original.png -share/icons/gnome/22x22/actions/zoom-out.png -share/icons/gnome/22x22/animations/gnome-spinner.png -share/icons/gnome/22x22/animations/process-working.png -share/icons/gnome/22x22/apps/access.png -share/icons/gnome/22x22/apps/accessibility-directory.png -share/icons/gnome/22x22/apps/accessories-calculator.png -share/icons/gnome/22x22/apps/accessories-character-map.png -share/icons/gnome/22x22/apps/accessories-dictionary.png -share/icons/gnome/22x22/apps/accessories-text-editor.png -share/icons/gnome/22x22/apps/applets-screenshooter.png -share/icons/gnome/22x22/apps/arts.png -share/icons/gnome/22x22/apps/background.png -share/icons/gnome/22x22/apps/calc.png -share/icons/gnome/22x22/apps/config-language.png -share/icons/gnome/22x22/apps/config-users.png -share/icons/gnome/22x22/apps/file-manager.png -share/icons/gnome/22x22/apps/fonts.png -share/icons/gnome/22x22/apps/gnome-calculator.png -share/icons/gnome/22x22/apps/gnome-character-map.png -share/icons/gnome/22x22/apps/gnome-help.png -share/icons/gnome/22x22/apps/gnome-mixer.png -share/icons/gnome/22x22/apps/gnome-monitor.png -share/icons/gnome/22x22/apps/gnome-remote-desktop.png -share/icons/gnome/22x22/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/22x22/apps/gnome-settings-background.png -share/icons/gnome/22x22/apps/gnome-settings-font.png -share/icons/gnome/22x22/apps/gnome-settings-keybindings.png -share/icons/gnome/22x22/apps/gnome-settings-theme.png -share/icons/gnome/22x22/apps/gnome-terminal.png -share/icons/gnome/22x22/apps/gnome-window-manager.png -share/icons/gnome/22x22/apps/gucharmap.png -share/icons/gnome/22x22/apps/help-browser.png -share/icons/gnome/22x22/apps/kcalc.png -share/icons/gnome/22x22/apps/kcharselect.png -share/icons/gnome/22x22/apps/kcmkwm.png -share/icons/gnome/22x22/apps/kcmsound.png -share/icons/gnome/22x22/apps/kedit.png -share/icons/gnome/22x22/apps/key_bindings.png -share/icons/gnome/22x22/apps/kfm.png -share/icons/gnome/22x22/apps/khelpcenter.png -share/icons/gnome/22x22/apps/konsole.png -share/icons/gnome/22x22/apps/krfb.png -share/icons/gnome/22x22/apps/kscreensaver.png -share/icons/gnome/22x22/apps/ksysguard.png -share/icons/gnome/22x22/apps/kuser.png -share/icons/gnome/22x22/apps/kwin.png -share/icons/gnome/22x22/apps/locale.png -share/icons/gnome/22x22/apps/logviewer.png -share/icons/gnome/22x22/apps/multimedia-volume-control.png -share/icons/gnome/22x22/apps/multimedia.png -share/icons/gnome/22x22/apps/openterm.png -share/icons/gnome/22x22/apps/preferences-desktop-accessibility.png -share/icons/gnome/22x22/apps/preferences-desktop-display.png -share/icons/gnome/22x22/apps/preferences-desktop-font.png -share/icons/gnome/22x22/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/22x22/apps/preferences-desktop-keyboard.png -share/icons/gnome/22x22/apps/preferences-desktop-locale.png -share/icons/gnome/22x22/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/22x22/apps/preferences-desktop-screensaver.png -share/icons/gnome/22x22/apps/preferences-desktop-theme.png -share/icons/gnome/22x22/apps/preferences-desktop-wallpaper.png -share/icons/gnome/22x22/apps/preferences-system-windows.png -share/icons/gnome/22x22/apps/redhat-filemanager.png -share/icons/gnome/22x22/apps/screensaver.png -share/icons/gnome/22x22/apps/style.png -share/icons/gnome/22x22/apps/susehelpcenter.png -share/icons/gnome/22x22/apps/system-config-users.png -share/icons/gnome/22x22/apps/system-file-manager.png -share/icons/gnome/22x22/apps/system-software-install.png -share/icons/gnome/22x22/apps/system-software-update.png -share/icons/gnome/22x22/apps/system-users.png -share/icons/gnome/22x22/apps/terminal.png -share/icons/gnome/22x22/apps/text-editor.png -share/icons/gnome/22x22/apps/update-manager.png -share/icons/gnome/22x22/apps/user-info.png -share/icons/gnome/22x22/apps/utilities-system-monitor.png -share/icons/gnome/22x22/apps/utilities-terminal.png -share/icons/gnome/22x22/apps/volume-knob.png -share/icons/gnome/22x22/apps/wallpaper.png -share/icons/gnome/22x22/apps/web-browser.png -share/icons/gnome/22x22/apps/xfce-filemanager.png -share/icons/gnome/22x22/apps/xfce-terminal.png -share/icons/gnome/22x22/apps/xfce4-backdrop.png -share/icons/gnome/22x22/apps/xfce4-mixer.png -share/icons/gnome/22x22/apps/xfwm4.png -share/icons/gnome/22x22/apps/xscreensaver.png -share/icons/gnome/22x22/apps/zen-icon.png -share/icons/gnome/22x22/categories/applications-accessories.png -share/icons/gnome/22x22/categories/applications-development.png -share/icons/gnome/22x22/categories/applications-engineering.png -share/icons/gnome/22x22/categories/applications-games.png -share/icons/gnome/22x22/categories/applications-graphics.png -share/icons/gnome/22x22/categories/applications-internet.png -share/icons/gnome/22x22/categories/applications-multimedia.png -share/icons/gnome/22x22/categories/applications-office.png -share/icons/gnome/22x22/categories/applications-other.png -share/icons/gnome/22x22/categories/applications-science.png -share/icons/gnome/22x22/categories/applications-system.png -share/icons/gnome/22x22/categories/applications-utilities.png -share/icons/gnome/22x22/categories/gnome-applications.png -share/icons/gnome/22x22/categories/gnome-control-center.png -share/icons/gnome/22x22/categories/gnome-devel.png -share/icons/gnome/22x22/categories/gnome-globe.png -share/icons/gnome/22x22/categories/gnome-graphics.png -share/icons/gnome/22x22/categories/gnome-joystick.png -share/icons/gnome/22x22/categories/gnome-multimedia.png -share/icons/gnome/22x22/categories/gnome-other.png -share/icons/gnome/22x22/categories/gnome-settings.png -share/icons/gnome/22x22/categories/gnome-system.png -share/icons/gnome/22x22/categories/gnome-util.png -share/icons/gnome/22x22/categories/gtk-preferences.png -share/icons/gnome/22x22/categories/input_devices_settings.png -share/icons/gnome/22x22/categories/kcontrol.png -share/icons/gnome/22x22/categories/package_development.png -share/icons/gnome/22x22/categories/package_games.png -share/icons/gnome/22x22/categories/package_graphics.png -share/icons/gnome/22x22/categories/package_multimedia.png -share/icons/gnome/22x22/categories/package_network.png -share/icons/gnome/22x22/categories/package_office.png -share/icons/gnome/22x22/categories/package_settings.png -share/icons/gnome/22x22/categories/package_system.png -share/icons/gnome/22x22/categories/package_utilities.png -share/icons/gnome/22x22/categories/preferences-desktop-peripherals.png -share/icons/gnome/22x22/categories/preferences-desktop-personal.png -share/icons/gnome/22x22/categories/preferences-desktop.png -share/icons/gnome/22x22/categories/preferences-other.png -share/icons/gnome/22x22/categories/preferences-system-network.png -share/icons/gnome/22x22/categories/preferences-system.png -share/icons/gnome/22x22/categories/redhat-accessories.png -share/icons/gnome/22x22/categories/redhat-games.png -share/icons/gnome/22x22/categories/redhat-graphics.png -share/icons/gnome/22x22/categories/redhat-internet.png -share/icons/gnome/22x22/categories/redhat-office.png -share/icons/gnome/22x22/categories/redhat-preferences.png -share/icons/gnome/22x22/categories/redhat-programming.png -share/icons/gnome/22x22/categories/redhat-sound_video.png -share/icons/gnome/22x22/categories/redhat-system_settings.png -share/icons/gnome/22x22/categories/redhat-system_tools.png -share/icons/gnome/22x22/categories/stock_internet.png -share/icons/gnome/22x22/categories/system-help.png -share/icons/gnome/22x22/categories/xfce-games.png -share/icons/gnome/22x22/categories/xfce-graphics.png -share/icons/gnome/22x22/categories/xfce-internet.png -share/icons/gnome/22x22/categories/xfce-multimedia.png -share/icons/gnome/22x22/categories/xfce-office.png -share/icons/gnome/22x22/categories/xfce-system-settings.png -share/icons/gnome/22x22/categories/xfce-utils.png -share/icons/gnome/22x22/categories/xfce4-settings.png -share/icons/gnome/22x22/devices/3floppy_unmount.png -share/icons/gnome/22x22/devices/ac-adapter.png -share/icons/gnome/22x22/devices/audio-card.png -share/icons/gnome/22x22/devices/audio-input-microphone.png -share/icons/gnome/22x22/devices/battery.png -share/icons/gnome/22x22/devices/camera-photo.png -share/icons/gnome/22x22/devices/camera-video.png -share/icons/gnome/22x22/devices/camera-web.png -share/icons/gnome/22x22/devices/camera.png -share/icons/gnome/22x22/devices/camera_unmount.png -share/icons/gnome/22x22/devices/cdrom_unmount.png -share/icons/gnome/22x22/devices/cdwriter_unmount.png -share/icons/gnome/22x22/devices/chardevice.png -share/icons/gnome/22x22/devices/computer.png -share/icons/gnome/22x22/devices/display.png -share/icons/gnome/22x22/devices/drive-cdrom.png -share/icons/gnome/22x22/devices/drive-harddisk.png -share/icons/gnome/22x22/devices/drive-optical.png -share/icons/gnome/22x22/devices/drive-removable-media.png -share/icons/gnome/22x22/devices/dvd_unmount.png -share/icons/gnome/22x22/devices/gnome-dev-battery.png -share/icons/gnome/22x22/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/22x22/devices/gnome-dev-cdrom.png -share/icons/gnome/22x22/devices/gnome-dev-computer.png -share/icons/gnome/22x22/devices/gnome-dev-disc-cdr.png -share/icons/gnome/22x22/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/22x22/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/22x22/devices/gnome-dev-dvd.png -share/icons/gnome/22x22/devices/gnome-dev-ethernet.png -share/icons/gnome/22x22/devices/gnome-dev-floppy.png -share/icons/gnome/22x22/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/22x22/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/22x22/devices/gnome-dev-harddisk.png -share/icons/gnome/22x22/devices/gnome-dev-ipod.png -share/icons/gnome/22x22/devices/gnome-dev-keyboard.png -share/icons/gnome/22x22/devices/gnome-dev-media-cf.png -share/icons/gnome/22x22/devices/gnome-dev-media-ms.png -share/icons/gnome/22x22/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/22x22/devices/gnome-dev-media-sm.png -share/icons/gnome/22x22/devices/gnome-dev-mouse-ball.png -share/icons/gnome/22x22/devices/gnome-dev-mouse-optical.png -share/icons/gnome/22x22/devices/gnome-dev-printer.png -share/icons/gnome/22x22/devices/gnome-dev-removable-1394.png -share/icons/gnome/22x22/devices/gnome-dev-removable-usb.png -share/icons/gnome/22x22/devices/gnome-dev-removable.png -share/icons/gnome/22x22/devices/gnome-dev-wavelan.png -share/icons/gnome/22x22/devices/gnome-fs-client.png -share/icons/gnome/22x22/devices/gnome-modem.png -share/icons/gnome/22x22/devices/gnome-stock-mic.png -share/icons/gnome/22x22/devices/gtk-cdrom.png -share/icons/gnome/22x22/devices/gtk-floppy.png -share/icons/gnome/22x22/devices/gtk-harddisk.png -share/icons/gnome/22x22/devices/harddrive.png -share/icons/gnome/22x22/devices/hdd_unmount.png -share/icons/gnome/22x22/devices/input-gaming.png -share/icons/gnome/22x22/devices/input-keyboard.png -share/icons/gnome/22x22/devices/input-mouse.png -share/icons/gnome/22x22/devices/input-tablet.png -share/icons/gnome/22x22/devices/input-touchpad.png -share/icons/gnome/22x22/devices/ipod_mount.png -share/icons/gnome/22x22/devices/joystick.png -share/icons/gnome/22x22/devices/keyboard.png -share/icons/gnome/22x22/devices/kjobviewer.png -share/icons/gnome/22x22/devices/kxkb.png -share/icons/gnome/22x22/devices/media-cdrom.png -share/icons/gnome/22x22/devices/media-flash.png -share/icons/gnome/22x22/devices/media-floppy.png -share/icons/gnome/22x22/devices/media-optical.png -share/icons/gnome/22x22/devices/media-tape.png -share/icons/gnome/22x22/devices/modem.png -share/icons/gnome/22x22/devices/mouse.png -share/icons/gnome/22x22/devices/multimedia-player.png -share/icons/gnome/22x22/devices/network-wired.png -share/icons/gnome/22x22/devices/network-wireless.png -share/icons/gnome/22x22/devices/pda.png -share/icons/gnome/22x22/devices/phone.png -share/icons/gnome/22x22/devices/printer-remote.png -share/icons/gnome/22x22/devices/printer.png -share/icons/gnome/22x22/devices/printer1.png -share/icons/gnome/22x22/devices/printmgr.png -share/icons/gnome/22x22/devices/scanner.png -share/icons/gnome/22x22/devices/stock_cell-phone.png -share/icons/gnome/22x22/devices/stock_mic.png -share/icons/gnome/22x22/devices/stock_printers.png -share/icons/gnome/22x22/devices/system-floppy.png -share/icons/gnome/22x22/devices/system.png -share/icons/gnome/22x22/devices/usbpendrive_unmount.png -share/icons/gnome/22x22/devices/video-display.png -share/icons/gnome/22x22/devices/xfce-printer.png -share/icons/gnome/22x22/devices/xfce4-display.png -share/icons/gnome/22x22/devices/xfce4-keyboard.png -share/icons/gnome/22x22/devices/xfce4-mouse.png -share/icons/gnome/22x22/devices/yast_HD.png -share/icons/gnome/22x22/devices/yast_idetude.png -share/icons/gnome/22x22/devices/yast_joystick.png -share/icons/gnome/22x22/devices/yast_mouse.png -share/icons/gnome/22x22/devices/yast_printer.png -share/icons/gnome/22x22/devices/yast_soundcard.png -share/icons/gnome/22x22/emblems/emblem-default.png -share/icons/gnome/22x22/emblems/emblem-documents.png -share/icons/gnome/22x22/emblems/emblem-downloads.png -share/icons/gnome/22x22/emblems/emblem-favorite.png -share/icons/gnome/22x22/emblems/emblem-generic.png -share/icons/gnome/22x22/emblems/emblem-important.png -share/icons/gnome/22x22/emblems/emblem-mail.png -share/icons/gnome/22x22/emblems/emblem-new.png -share/icons/gnome/22x22/emblems/emblem-noread.png -share/icons/gnome/22x22/emblems/emblem-nowrite.png -share/icons/gnome/22x22/emblems/emblem-package.png -share/icons/gnome/22x22/emblems/emblem-photos.png -share/icons/gnome/22x22/emblems/emblem-readonly.png -share/icons/gnome/22x22/emblems/emblem-shared.png -share/icons/gnome/22x22/emblems/emblem-symbolic-link.png -share/icons/gnome/22x22/emblems/emblem-system.png -share/icons/gnome/22x22/emblems/emblem-unreadable.png -share/icons/gnome/22x22/emblems/emblem-urgent.png -share/icons/gnome/22x22/emblems/emblem-web.png -share/icons/gnome/22x22/emotes/face-angel.png -share/icons/gnome/22x22/emotes/face-angry.png -share/icons/gnome/22x22/emotes/face-cool.png -share/icons/gnome/22x22/emotes/face-crying.png -share/icons/gnome/22x22/emotes/face-devilish.png -share/icons/gnome/22x22/emotes/face-embarrassed.png -share/icons/gnome/22x22/emotes/face-glasses.png -share/icons/gnome/22x22/emotes/face-kiss.png -share/icons/gnome/22x22/emotes/face-laugh.png -share/icons/gnome/22x22/emotes/face-monkey.png -share/icons/gnome/22x22/emotes/face-plain.png -share/icons/gnome/22x22/emotes/face-raspberry.png -share/icons/gnome/22x22/emotes/face-sad.png -share/icons/gnome/22x22/emotes/face-sick.png -share/icons/gnome/22x22/emotes/face-smile-big.png -share/icons/gnome/22x22/emotes/face-smile.png -share/icons/gnome/22x22/emotes/face-smirk.png -share/icons/gnome/22x22/emotes/face-surprise.png -share/icons/gnome/22x22/emotes/face-tired.png -share/icons/gnome/22x22/emotes/face-uncertain.png -share/icons/gnome/22x22/emotes/face-wink.png -share/icons/gnome/22x22/emotes/face-worried.png -share/icons/gnome/22x22/emotes/stock_smiley-1.png -share/icons/gnome/22x22/emotes/stock_smiley-10.png -share/icons/gnome/22x22/emotes/stock_smiley-11.png -share/icons/gnome/22x22/emotes/stock_smiley-13.png -share/icons/gnome/22x22/emotes/stock_smiley-15.png -share/icons/gnome/22x22/emotes/stock_smiley-18.png -share/icons/gnome/22x22/emotes/stock_smiley-2.png -share/icons/gnome/22x22/emotes/stock_smiley-22.png -share/icons/gnome/22x22/emotes/stock_smiley-3.png -share/icons/gnome/22x22/emotes/stock_smiley-4.png -share/icons/gnome/22x22/emotes/stock_smiley-5.png -share/icons/gnome/22x22/emotes/stock_smiley-6.png -share/icons/gnome/22x22/emotes/stock_smiley-7.png -share/icons/gnome/22x22/emotes/stock_smiley-8.png -share/icons/gnome/22x22/mimetypes/application-certificate.png -share/icons/gnome/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png -share/icons/gnome/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/gnome/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/gnome/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/gnome/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png -share/icons/gnome/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -share/icons/gnome/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png -share/icons/gnome/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/gnome/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png -share/icons/gnome/22x22/mimetypes/application-x-executable.png -share/icons/gnome/22x22/mimetypes/ascii.png -share/icons/gnome/22x22/mimetypes/audio-x-generic.png -share/icons/gnome/22x22/mimetypes/binary.png -share/icons/gnome/22x22/mimetypes/contents2.png -share/icons/gnome/22x22/mimetypes/deb.png -share/icons/gnome/22x22/mimetypes/document.png -share/icons/gnome/22x22/mimetypes/empty.png -share/icons/gnome/22x22/mimetypes/exec.png -share/icons/gnome/22x22/mimetypes/folder_tar.png -share/icons/gnome/22x22/mimetypes/font-x-generic.png -share/icons/gnome/22x22/mimetypes/font.png -share/icons/gnome/22x22/mimetypes/font_bitmap.png -share/icons/gnome/22x22/mimetypes/font_truetype.png -share/icons/gnome/22x22/mimetypes/font_type1.png -share/icons/gnome/22x22/mimetypes/gnome-fs-executable.png -share/icons/gnome/22x22/mimetypes/gnome-fs-regular.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/22x22/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/22x22/mimetypes/gnome-mime-audio.png -share/icons/gnome/22x22/mimetypes/gnome-mime-image.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-html.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/22x22/mimetypes/gnome-mime-text.png -share/icons/gnome/22x22/mimetypes/gnome-mime-video.png -share/icons/gnome/22x22/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/22x22/mimetypes/gnome-package.png -share/icons/gnome/22x22/mimetypes/gtk-file.png -share/icons/gnome/22x22/mimetypes/html.png -share/icons/gnome/22x22/mimetypes/image-x-generic.png -share/icons/gnome/22x22/mimetypes/image.png -share/icons/gnome/22x22/mimetypes/kpresenter_kpr.png -share/icons/gnome/22x22/mimetypes/mime_ascii.png -share/icons/gnome/22x22/mimetypes/misc.png -share/icons/gnome/22x22/mimetypes/package-x-generic.png -share/icons/gnome/22x22/mimetypes/package.png -share/icons/gnome/22x22/mimetypes/package_editors.png -share/icons/gnome/22x22/mimetypes/package_wordprocessing.png -share/icons/gnome/22x22/mimetypes/plan.png -share/icons/gnome/22x22/mimetypes/rpm.png -share/icons/gnome/22x22/mimetypes/shellscript.png -share/icons/gnome/22x22/mimetypes/sound.png -share/icons/gnome/22x22/mimetypes/spreadsheet.png -share/icons/gnome/22x22/mimetypes/stock_addressbook.png -share/icons/gnome/22x22/mimetypes/stock_calendar.png -share/icons/gnome/22x22/mimetypes/stock_certificate.png -share/icons/gnome/22x22/mimetypes/stock_script.png -share/icons/gnome/22x22/mimetypes/tar.png -share/icons/gnome/22x22/mimetypes/template_source.png -share/icons/gnome/22x22/mimetypes/text-html.png -share/icons/gnome/22x22/mimetypes/text-x-generic-template.png -share/icons/gnome/22x22/mimetypes/text-x-generic.png -share/icons/gnome/22x22/mimetypes/text-x-preview.png -share/icons/gnome/22x22/mimetypes/text-x-script.png -share/icons/gnome/22x22/mimetypes/tgz.png -share/icons/gnome/22x22/mimetypes/txt.png -share/icons/gnome/22x22/mimetypes/txt2.png -share/icons/gnome/22x22/mimetypes/unknown.png -share/icons/gnome/22x22/mimetypes/vcalendar.png -share/icons/gnome/22x22/mimetypes/vcard.png -share/icons/gnome/22x22/mimetypes/video-x-generic.png -share/icons/gnome/22x22/mimetypes/video.png -share/icons/gnome/22x22/mimetypes/wordprocessing.png -share/icons/gnome/22x22/mimetypes/www.png -share/icons/gnome/22x22/mimetypes/x-office-address-book.png -share/icons/gnome/22x22/mimetypes/x-office-calendar.png -share/icons/gnome/22x22/mimetypes/x-office-document-template.png -share/icons/gnome/22x22/mimetypes/x-office-document.png -share/icons/gnome/22x22/mimetypes/x-office-drawing-template.png -share/icons/gnome/22x22/mimetypes/x-office-drawing.png -share/icons/gnome/22x22/mimetypes/x-office-presentation-template.png -share/icons/gnome/22x22/mimetypes/x-office-presentation.png -share/icons/gnome/22x22/mimetypes/x-office-spreadsheet-template.png -share/icons/gnome/22x22/mimetypes/x-office-spreadsheet.png -share/icons/gnome/22x22/mimetypes/zip.png -share/icons/gnome/22x22/places/application-x-gnome-saved-search.png -share/icons/gnome/22x22/places/desktop.png -share/icons/gnome/22x22/places/distributor-logo.png -share/icons/gnome/22x22/places/emptytrash.png -share/icons/gnome/22x22/places/folder-documents.png -share/icons/gnome/22x22/places/folder-download.png -share/icons/gnome/22x22/places/folder-music.png -share/icons/gnome/22x22/places/folder-pictures.png -share/icons/gnome/22x22/places/folder-publicshare.png -share/icons/gnome/22x22/places/folder-remote.png -share/icons/gnome/22x22/places/folder-saved-search.png -share/icons/gnome/22x22/places/folder-templates.png -share/icons/gnome/22x22/places/folder-videos.png -share/icons/gnome/22x22/places/folder.png -share/icons/gnome/22x22/places/folder_home.png -share/icons/gnome/22x22/places/gnome-fs-desktop.png -share/icons/gnome/22x22/places/gnome-fs-directory.png -share/icons/gnome/22x22/places/gnome-fs-ftp.png -share/icons/gnome/22x22/places/gnome-fs-home.png -share/icons/gnome/22x22/places/gnome-fs-network.png -share/icons/gnome/22x22/places/gnome-fs-nfs.png -share/icons/gnome/22x22/places/gnome-fs-server.png -share/icons/gnome/22x22/places/gnome-fs-share.png -share/icons/gnome/22x22/places/gnome-fs-smb.png -share/icons/gnome/22x22/places/gnome-fs-ssh.png -share/icons/gnome/22x22/places/gnome-fs-trash-empty.png -share/icons/gnome/22x22/places/gnome-main-menu.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/22x22/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/22x22/places/gnome-stock-trash.png -share/icons/gnome/22x22/places/gtk-directory.png -share/icons/gnome/22x22/places/gtk-network.png -share/icons/gnome/22x22/places/inode-directory.png -share/icons/gnome/22x22/places/network-server.png -share/icons/gnome/22x22/places/network-workgroup.png -share/icons/gnome/22x22/places/network.png -share/icons/gnome/22x22/places/network_local.png -share/icons/gnome/22x22/places/novell-button.png -share/icons/gnome/22x22/places/redhat-network-server.png -share/icons/gnome/22x22/places/server.png -share/icons/gnome/22x22/places/start-here.png -share/icons/gnome/22x22/places/stock_folder.png -share/icons/gnome/22x22/places/trashcan_empty.png -share/icons/gnome/22x22/places/user-bookmarks.png -share/icons/gnome/22x22/places/user-desktop.png -share/icons/gnome/22x22/places/user-home.png -share/icons/gnome/22x22/places/user-trash.png -share/icons/gnome/22x22/places/xfce-trash_empty.png -share/icons/gnome/22x22/status/appointment-missed.png -share/icons/gnome/22x22/status/appointment-soon.png -share/icons/gnome/22x22/status/audio-volume-high.png -share/icons/gnome/22x22/status/audio-volume-low.png -share/icons/gnome/22x22/status/audio-volume-medium.png -share/icons/gnome/22x22/status/audio-volume-muted.png -share/icons/gnome/22x22/status/avatar-default.png -share/icons/gnome/22x22/status/battery-caution.png -share/icons/gnome/22x22/status/battery-charging.png -share/icons/gnome/22x22/status/battery-full.png -share/icons/gnome/22x22/status/battery-good.png -share/icons/gnome/22x22/status/battery-low.png -share/icons/gnome/22x22/status/changes-allow.png -share/icons/gnome/22x22/status/changes-prevent.png -share/icons/gnome/22x22/status/connect_creating.png -share/icons/gnome/22x22/status/connect_established.png -share/icons/gnome/22x22/status/connect_no.png -share/icons/gnome/22x22/status/dialog-error.png -share/icons/gnome/22x22/status/dialog-information.png -share/icons/gnome/22x22/status/dialog-password.png -share/icons/gnome/22x22/status/dialog-question.png -share/icons/gnome/22x22/status/dialog-warning.png -share/icons/gnome/22x22/status/edittrash.png -share/icons/gnome/22x22/status/error.png -share/icons/gnome/22x22/status/folder-drag-accept.png -share/icons/gnome/22x22/status/folder-open.png -share/icons/gnome/22x22/status/folder-visiting.png -share/icons/gnome/22x22/status/folder_open.png -share/icons/gnome/22x22/status/gnome-dev-wavelan-encrypted.png -share/icons/gnome/22x22/status/gnome-fs-directory-accept.png -share/icons/gnome/22x22/status/gnome-fs-directory-visiting.png -share/icons/gnome/22x22/status/gnome-fs-loading-icon.png -share/icons/gnome/22x22/status/gnome-fs-trash-full.png -share/icons/gnome/22x22/status/gnome-netstatus-disconn.png -share/icons/gnome/22x22/status/gnome-netstatus-error.png -share/icons/gnome/22x22/status/gnome-netstatus-idle.png -share/icons/gnome/22x22/status/gnome-netstatus-rx.png -share/icons/gnome/22x22/status/gnome-netstatus-tx.png -share/icons/gnome/22x22/status/gnome-netstatus-txrx.png -share/icons/gnome/22x22/status/gnome-stock-trash-full.png -share/icons/gnome/22x22/status/gtk-dialog-authentication.png -share/icons/gnome/22x22/status/gtk-dialog-error.png -share/icons/gnome/22x22/status/gtk-dialog-info.png -share/icons/gnome/22x22/status/gtk-dialog-question.png -share/icons/gnome/22x22/status/gtk-dialog-warning.png -share/icons/gnome/22x22/status/gtk-missing-image.png -share/icons/gnome/22x22/status/image-loading.png -share/icons/gnome/22x22/status/image-missing.png -share/icons/gnome/22x22/status/important.png -share/icons/gnome/22x22/status/info.png -share/icons/gnome/22x22/status/mail-attachment.png -share/icons/gnome/22x22/status/mail-read.png -share/icons/gnome/22x22/status/mail-replied.png -share/icons/gnome/22x22/status/mail-signed-verified.png -share/icons/gnome/22x22/status/mail-signed.png -share/icons/gnome/22x22/status/mail-unread.png -share/icons/gnome/22x22/status/media-playlist-repeat.png -share/icons/gnome/22x22/status/media-playlist-shuffle.png -share/icons/gnome/22x22/status/messagebox_critical.png -share/icons/gnome/22x22/status/messagebox_info.png -share/icons/gnome/22x22/status/messagebox_warning.png -share/icons/gnome/22x22/status/network-error.png -share/icons/gnome/22x22/status/network-idle.png -share/icons/gnome/22x22/status/network-offline.png -share/icons/gnome/22x22/status/network-receive.png -share/icons/gnome/22x22/status/network-transmit-receive.png -share/icons/gnome/22x22/status/network-transmit.png -share/icons/gnome/22x22/status/network-wireless-encrypted.png -share/icons/gnome/22x22/status/nm-adhoc.png -share/icons/gnome/22x22/status/nm-device-wired.png -share/icons/gnome/22x22/status/nm-device-wireless.png -share/icons/gnome/22x22/status/nm-no-connection.png -share/icons/gnome/22x22/status/printer-error.png -share/icons/gnome/22x22/status/printer-printing.png -share/icons/gnome/22x22/status/security-high.png -share/icons/gnome/22x22/status/security-low.png -share/icons/gnome/22x22/status/security-medium.png -share/icons/gnome/22x22/status/software-update-available.png -share/icons/gnome/22x22/status/software-update-urgent.png -share/icons/gnome/22x22/status/stock_appointment-reminder-excl.png -share/icons/gnome/22x22/status/stock_appointment-reminder.png -share/icons/gnome/22x22/status/stock_attach.png -share/icons/gnome/22x22/status/stock_dialog-error.png -share/icons/gnome/22x22/status/stock_dialog-info.png -share/icons/gnome/22x22/status/stock_dialog-question.png -share/icons/gnome/22x22/status/stock_dialog-warning.png -share/icons/gnome/22x22/status/stock_lock-broken.png -share/icons/gnome/22x22/status/stock_lock-ok.png -share/icons/gnome/22x22/status/stock_lock-open.png -share/icons/gnome/22x22/status/stock_lock.png -share/icons/gnome/22x22/status/stock_mail-open.png -share/icons/gnome/22x22/status/stock_mail-replied.png -share/icons/gnome/22x22/status/stock_mail-unread.png -share/icons/gnome/22x22/status/stock_open.png -share/icons/gnome/22x22/status/stock_repeat.png -share/icons/gnome/22x22/status/stock_shuffle.png -share/icons/gnome/22x22/status/stock_trash_full.png -share/icons/gnome/22x22/status/stock_volume-0.png -share/icons/gnome/22x22/status/stock_volume-max.png -share/icons/gnome/22x22/status/stock_volume-med.png -share/icons/gnome/22x22/status/stock_volume-min.png -share/icons/gnome/22x22/status/stock_volume-mute.png -share/icons/gnome/22x22/status/stock_volume.png -share/icons/gnome/22x22/status/stock_weather-cloudy.png -share/icons/gnome/22x22/status/stock_weather-few-clouds.png -share/icons/gnome/22x22/status/stock_weather-fog.png -share/icons/gnome/22x22/status/stock_weather-night-clear.png -share/icons/gnome/22x22/status/stock_weather-night-few-clouds.png -share/icons/gnome/22x22/status/stock_weather-showers.png -share/icons/gnome/22x22/status/stock_weather-snow.png -share/icons/gnome/22x22/status/stock_weather-storm.png -share/icons/gnome/22x22/status/stock_weather-sunny.png -share/icons/gnome/22x22/status/sunny.png -share/icons/gnome/22x22/status/task-due.png -share/icons/gnome/22x22/status/task-past-due.png -share/icons/gnome/22x22/status/trashcan_full.png -share/icons/gnome/22x22/status/user-available.png -share/icons/gnome/22x22/status/user-away.png -share/icons/gnome/22x22/status/user-busy.png -share/icons/gnome/22x22/status/user-idle.png -share/icons/gnome/22x22/status/user-invisible.png -share/icons/gnome/22x22/status/user-offline.png -share/icons/gnome/22x22/status/user-trash-full.png -share/icons/gnome/22x22/status/weather-clear-night.png -share/icons/gnome/22x22/status/weather-clear.png -share/icons/gnome/22x22/status/weather-few-clouds-night.png -share/icons/gnome/22x22/status/weather-few-clouds.png -share/icons/gnome/22x22/status/weather-fog.png -share/icons/gnome/22x22/status/weather-overcast.png -share/icons/gnome/22x22/status/weather-severe-alert.png -share/icons/gnome/22x22/status/weather-showers-scattered.png -share/icons/gnome/22x22/status/weather-showers.png -share/icons/gnome/22x22/status/weather-snow.png -share/icons/gnome/22x22/status/weather-storm.png -share/icons/gnome/22x22/status/xfce-trash_full.png -share/icons/gnome/24x24/actions/add.png -share/icons/gnome/24x24/actions/address-book-new.png -share/icons/gnome/24x24/actions/application-exit.png -share/icons/gnome/24x24/actions/appointment-new.png -share/icons/gnome/24x24/actions/appointment.png -share/icons/gnome/24x24/actions/back.png -share/icons/gnome/24x24/actions/bookmark-new.png -share/icons/gnome/24x24/actions/bookmark_add.png -share/icons/gnome/24x24/actions/bookmarks_list_add.png -share/icons/gnome/24x24/actions/bottom.png -share/icons/gnome/24x24/actions/call-start.png -share/icons/gnome/24x24/actions/call-stop.png -share/icons/gnome/24x24/actions/centrejust.png -share/icons/gnome/24x24/actions/contact-new.png -share/icons/gnome/24x24/actions/document-new.png -share/icons/gnome/24x24/actions/document-open-recent.png -share/icons/gnome/24x24/actions/document-open.png -share/icons/gnome/24x24/actions/document-page-setup.png -share/icons/gnome/24x24/actions/document-print-preview.png -share/icons/gnome/24x24/actions/document-print.png -share/icons/gnome/24x24/actions/document-properties.png -share/icons/gnome/24x24/actions/document-revert.png -share/icons/gnome/24x24/actions/document-save-as.png -share/icons/gnome/24x24/actions/document-save.png -share/icons/gnome/24x24/actions/document-send.png -share/icons/gnome/24x24/actions/down.png -share/icons/gnome/24x24/actions/edit-clear.png -share/icons/gnome/24x24/actions/edit-copy.png -share/icons/gnome/24x24/actions/edit-cut.png -share/icons/gnome/24x24/actions/edit-delete.png -share/icons/gnome/24x24/actions/edit-find-replace.png -share/icons/gnome/24x24/actions/edit-find.png -share/icons/gnome/24x24/actions/edit-paste.png -share/icons/gnome/24x24/actions/edit-redo.png -share/icons/gnome/24x24/actions/edit-select-all.png -share/icons/gnome/24x24/actions/edit-undo.png -share/icons/gnome/24x24/actions/editclear.png -share/icons/gnome/24x24/actions/editcopy.png -share/icons/gnome/24x24/actions/editcut.png -share/icons/gnome/24x24/actions/editdelete.png -share/icons/gnome/24x24/actions/editpaste.png -share/icons/gnome/24x24/actions/exit.png -share/icons/gnome/24x24/actions/filefind.png -share/icons/gnome/24x24/actions/filenew.png -share/icons/gnome/24x24/actions/fileopen.png -share/icons/gnome/24x24/actions/fileprint.png -share/icons/gnome/24x24/actions/filequickprint.png -share/icons/gnome/24x24/actions/filesave.png -share/icons/gnome/24x24/actions/filesaveas.png -share/icons/gnome/24x24/actions/find.png -share/icons/gnome/24x24/actions/finish.png -share/icons/gnome/24x24/actions/folder-new.png -share/icons/gnome/24x24/actions/folder_new.png -share/icons/gnome/24x24/actions/format-indent-less.png -share/icons/gnome/24x24/actions/format-indent-more.png -share/icons/gnome/24x24/actions/format-justify-center.png -share/icons/gnome/24x24/actions/format-justify-fill.png -share/icons/gnome/24x24/actions/format-justify-left.png -share/icons/gnome/24x24/actions/format-justify-right.png -share/icons/gnome/24x24/actions/format-text-bold.png -share/icons/gnome/24x24/actions/format-text-direction-ltr.png -share/icons/gnome/24x24/actions/format-text-direction-rtl.png -share/icons/gnome/24x24/actions/format-text-italic.png -share/icons/gnome/24x24/actions/format-text-strikethrough.png -share/icons/gnome/24x24/actions/format-text-underline.png -share/icons/gnome/24x24/actions/forward.png -share/icons/gnome/24x24/actions/gnome-lockscreen.png -share/icons/gnome/24x24/actions/gnome-logout.png -share/icons/gnome/24x24/actions/gnome-run.png -share/icons/gnome/24x24/actions/gnome-searchtool.png -share/icons/gnome/24x24/actions/gnome-shutdown.png -share/icons/gnome/24x24/actions/gnome-stock-mail-fwd.png -share/icons/gnome/24x24/actions/gnome-stock-mail-new.png -share/icons/gnome/24x24/actions/gnome-stock-mail-rpl.png -share/icons/gnome/24x24/actions/gnome-stock-mail-snd.png -share/icons/gnome/24x24/actions/gnome-stock-text-indent.png -share/icons/gnome/24x24/actions/gnome-stock-text-unindent.png -share/icons/gnome/24x24/actions/go-bottom.png -share/icons/gnome/24x24/actions/go-down.png -share/icons/gnome/24x24/actions/go-first.png -share/icons/gnome/24x24/actions/go-home.png -share/icons/gnome/24x24/actions/go-jump.png -share/icons/gnome/24x24/actions/go-last.png -share/icons/gnome/24x24/actions/go-next.png -share/icons/gnome/24x24/actions/go-previous.png -share/icons/gnome/24x24/actions/go-top.png -share/icons/gnome/24x24/actions/go-up.png -share/icons/gnome/24x24/actions/gohome.png -share/icons/gnome/24x24/actions/gtk-about.png -share/icons/gnome/24x24/actions/gtk-add.png -share/icons/gnome/24x24/actions/gtk-bold.png -share/icons/gnome/24x24/actions/gtk-cancel.png -share/icons/gnome/24x24/actions/gtk-clear.png -share/icons/gnome/24x24/actions/gtk-close.png -share/icons/gnome/24x24/actions/gtk-copy.png -share/icons/gnome/24x24/actions/gtk-cut.png -share/icons/gnome/24x24/actions/gtk-delete.png -share/icons/gnome/24x24/actions/gtk-execute.png -share/icons/gnome/24x24/actions/gtk-find-and-replace.png -share/icons/gnome/24x24/actions/gtk-find.png -share/icons/gnome/24x24/actions/gtk-fullscreen.png -share/icons/gnome/24x24/actions/gtk-go-back-ltr.png -share/icons/gnome/24x24/actions/gtk-go-back-rtl.png -share/icons/gnome/24x24/actions/gtk-go-down.png -share/icons/gnome/24x24/actions/gtk-go-forward-ltr.png -share/icons/gnome/24x24/actions/gtk-go-forward-rtl.png -share/icons/gnome/24x24/actions/gtk-go-up.png -share/icons/gnome/24x24/actions/gtk-goto-bottom.png -share/icons/gnome/24x24/actions/gtk-goto-first-ltr.png -share/icons/gnome/24x24/actions/gtk-goto-first-rtl.png -share/icons/gnome/24x24/actions/gtk-goto-last-ltr.png -share/icons/gnome/24x24/actions/gtk-goto-last-rtl.png -share/icons/gnome/24x24/actions/gtk-goto-top.png -share/icons/gnome/24x24/actions/gtk-help.png -share/icons/gnome/24x24/actions/gtk-home.png -share/icons/gnome/24x24/actions/gtk-indent-ltr.png -share/icons/gnome/24x24/actions/gtk-indent-rtl.png -share/icons/gnome/24x24/actions/gtk-italic.png -share/icons/gnome/24x24/actions/gtk-jump-to-ltr.png -share/icons/gnome/24x24/actions/gtk-jump-to-rtl.png -share/icons/gnome/24x24/actions/gtk-justify-center.png -share/icons/gnome/24x24/actions/gtk-justify-fill.png -share/icons/gnome/24x24/actions/gtk-justify-left.png -share/icons/gnome/24x24/actions/gtk-justify-right.png -share/icons/gnome/24x24/actions/gtk-leave-fullscreen.png -share/icons/gnome/24x24/actions/gtk-media-forward-ltr.png -share/icons/gnome/24x24/actions/gtk-media-forward-rtl.png -share/icons/gnome/24x24/actions/gtk-media-next-ltr.png -share/icons/gnome/24x24/actions/gtk-media-next-rtl.png -share/icons/gnome/24x24/actions/gtk-media-pause.png -share/icons/gnome/24x24/actions/gtk-media-play-ltr.png -share/icons/gnome/24x24/actions/gtk-media-previous-ltr.png -share/icons/gnome/24x24/actions/gtk-media-previous-rtl.png -share/icons/gnome/24x24/actions/gtk-media-record.png -share/icons/gnome/24x24/actions/gtk-media-rewind-ltr.png -share/icons/gnome/24x24/actions/gtk-media-rewind-rtl.png -share/icons/gnome/24x24/actions/gtk-media-stop.png -share/icons/gnome/24x24/actions/gtk-new.png -share/icons/gnome/24x24/actions/gtk-open.png -share/icons/gnome/24x24/actions/gtk-paste.png -share/icons/gnome/24x24/actions/gtk-print-preview.png -share/icons/gnome/24x24/actions/gtk-print.png -share/icons/gnome/24x24/actions/gtk-properties.png -share/icons/gnome/24x24/actions/gtk-quit.png -share/icons/gnome/24x24/actions/gtk-redo-ltr.png -share/icons/gnome/24x24/actions/gtk-refresh.png -share/icons/gnome/24x24/actions/gtk-remove.png -share/icons/gnome/24x24/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/24x24/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/24x24/actions/gtk-save-as.png -share/icons/gnome/24x24/actions/gtk-save.png -share/icons/gnome/24x24/actions/gtk-select-all.png -share/icons/gnome/24x24/actions/gtk-sort-ascending.png -share/icons/gnome/24x24/actions/gtk-sort-descending.png -share/icons/gnome/24x24/actions/gtk-spell-check.png -share/icons/gnome/24x24/actions/gtk-stop.png -share/icons/gnome/24x24/actions/gtk-strikethrough.png -share/icons/gnome/24x24/actions/gtk-underline.png -share/icons/gnome/24x24/actions/gtk-undo-ltr.png -share/icons/gnome/24x24/actions/gtk-unindent-ltr.png -share/icons/gnome/24x24/actions/gtk-unindent-rtl.png -share/icons/gnome/24x24/actions/gtk-zoom-100.png -share/icons/gnome/24x24/actions/gtk-zoom-fit.png -share/icons/gnome/24x24/actions/gtk-zoom-in.png -share/icons/gnome/24x24/actions/gtk-zoom-out.png -share/icons/gnome/24x24/actions/help-about.png -share/icons/gnome/24x24/actions/help-contents.png -share/icons/gnome/24x24/actions/help-faq.png -share/icons/gnome/24x24/actions/help.png -share/icons/gnome/24x24/actions/insert-image.png -share/icons/gnome/24x24/actions/insert-link.png -share/icons/gnome/24x24/actions/insert-object.png -share/icons/gnome/24x24/actions/insert-text.png -share/icons/gnome/24x24/actions/kfind.png -share/icons/gnome/24x24/actions/kfm_home.png -share/icons/gnome/24x24/actions/leftjust.png -share/icons/gnome/24x24/actions/list-add.png -share/icons/gnome/24x24/actions/list-remove.png -share/icons/gnome/24x24/actions/lock.png -share/icons/gnome/24x24/actions/mail-forward.png -share/icons/gnome/24x24/actions/mail-mark-important.png -share/icons/gnome/24x24/actions/mail-mark-junk.png -share/icons/gnome/24x24/actions/mail-mark-notjunk.png -share/icons/gnome/24x24/actions/mail-mark-read.png -share/icons/gnome/24x24/actions/mail-mark-unread.png -share/icons/gnome/24x24/actions/mail-message-new.png -share/icons/gnome/24x24/actions/mail-reply-all.png -share/icons/gnome/24x24/actions/mail-reply-sender.png -share/icons/gnome/24x24/actions/mail-send-receive.png -share/icons/gnome/24x24/actions/mail-send.png -share/icons/gnome/24x24/actions/mail_forward.png -share/icons/gnome/24x24/actions/mail_new.png -share/icons/gnome/24x24/actions/mail_reply.png -share/icons/gnome/24x24/actions/mail_replyall.png -share/icons/gnome/24x24/actions/mail_send.png -share/icons/gnome/24x24/actions/mail_spam.png -share/icons/gnome/24x24/actions/media-eject.png -share/icons/gnome/24x24/actions/media-playback-pause.png -share/icons/gnome/24x24/actions/media-playback-start.png -share/icons/gnome/24x24/actions/media-playback-stop.png -share/icons/gnome/24x24/actions/media-record.png -share/icons/gnome/24x24/actions/media-seek-backward.png -share/icons/gnome/24x24/actions/media-seek-forward.png -share/icons/gnome/24x24/actions/media-skip-backward.png -share/icons/gnome/24x24/actions/media-skip-forward.png -share/icons/gnome/24x24/actions/next.png -share/icons/gnome/24x24/actions/object-flip-horizontal.png -share/icons/gnome/24x24/actions/object-flip-vertical.png -share/icons/gnome/24x24/actions/object-rotate-left.png -share/icons/gnome/24x24/actions/object-rotate-right.png -share/icons/gnome/24x24/actions/player_eject.png -share/icons/gnome/24x24/actions/player_end.png -share/icons/gnome/24x24/actions/player_fwd.png -share/icons/gnome/24x24/actions/player_pause.png -share/icons/gnome/24x24/actions/player_play.png -share/icons/gnome/24x24/actions/player_record.png -share/icons/gnome/24x24/actions/player_rew.png -share/icons/gnome/24x24/actions/player_start.png -share/icons/gnome/24x24/actions/player_stop.png -share/icons/gnome/24x24/actions/previous.png -share/icons/gnome/24x24/actions/process-stop.png -share/icons/gnome/24x24/actions/redhat-home.png -share/icons/gnome/24x24/actions/redo.png -share/icons/gnome/24x24/actions/reload.png -share/icons/gnome/24x24/actions/reload3.png -share/icons/gnome/24x24/actions/reload_all_tabs.png -share/icons/gnome/24x24/actions/reload_page.png -share/icons/gnome/24x24/actions/remove.png -share/icons/gnome/24x24/actions/revert.png -share/icons/gnome/24x24/actions/rightjust.png -share/icons/gnome/24x24/actions/search.png -share/icons/gnome/24x24/actions/start.png -share/icons/gnome/24x24/actions/stock_about.png -share/icons/gnome/24x24/actions/stock_add-bookmark.png -share/icons/gnome/24x24/actions/stock_bottom.png -share/icons/gnome/24x24/actions/stock_close.png -share/icons/gnome/24x24/actions/stock_copy.png -share/icons/gnome/24x24/actions/stock_cut.png -share/icons/gnome/24x24/actions/stock_delete.png -share/icons/gnome/24x24/actions/stock_down.png -share/icons/gnome/24x24/actions/stock_file-properites.png -share/icons/gnome/24x24/actions/stock_first.png -share/icons/gnome/24x24/actions/stock_fullscreen.png -share/icons/gnome/24x24/actions/stock_help-add-bookmark.png -share/icons/gnome/24x24/actions/stock_help.png -share/icons/gnome/24x24/actions/stock_home.png -share/icons/gnome/24x24/actions/stock_last.png -share/icons/gnome/24x24/actions/stock_leave-fullscreen.png -share/icons/gnome/24x24/actions/stock_left.png -share/icons/gnome/24x24/actions/stock_mail-compose.png -share/icons/gnome/24x24/actions/stock_mail-forward.png -share/icons/gnome/24x24/actions/stock_mail-reply-to-all.png -share/icons/gnome/24x24/actions/stock_mail-reply.png -share/icons/gnome/24x24/actions/stock_mail-send-receive.png -share/icons/gnome/24x24/actions/stock_mail-send.png -share/icons/gnome/24x24/actions/stock_media-fwd.png -share/icons/gnome/24x24/actions/stock_media-next.png -share/icons/gnome/24x24/actions/stock_media-pause.png -share/icons/gnome/24x24/actions/stock_media-play.png -share/icons/gnome/24x24/actions/stock_media-prev.png -share/icons/gnome/24x24/actions/stock_media-rec.png -share/icons/gnome/24x24/actions/stock_media-rew.png -share/icons/gnome/24x24/actions/stock_media-stop.png -share/icons/gnome/24x24/actions/stock_new-address-book.png -share/icons/gnome/24x24/actions/stock_new-appointment.png -share/icons/gnome/24x24/actions/stock_new-bcard.png -share/icons/gnome/24x24/actions/stock_new-dir.png -share/icons/gnome/24x24/actions/stock_new-tab.png -share/icons/gnome/24x24/actions/stock_new-text.png -share/icons/gnome/24x24/actions/stock_new-window.png -share/icons/gnome/24x24/actions/stock_paste.png -share/icons/gnome/24x24/actions/stock_print-preview.png -share/icons/gnome/24x24/actions/stock_print-setup.png -share/icons/gnome/24x24/actions/stock_print.png -share/icons/gnome/24x24/actions/stock_properties.png -share/icons/gnome/24x24/actions/stock_redo.png -share/icons/gnome/24x24/actions/stock_refresh.png -share/icons/gnome/24x24/actions/stock_right.png -share/icons/gnome/24x24/actions/stock_save-as.png -share/icons/gnome/24x24/actions/stock_save.png -share/icons/gnome/24x24/actions/stock_search-and-replace.png -share/icons/gnome/24x24/actions/stock_search.png -share/icons/gnome/24x24/actions/stock_select-all.png -share/icons/gnome/24x24/actions/stock_spam.png -share/icons/gnome/24x24/actions/stock_spellcheck.png -share/icons/gnome/24x24/actions/stock_stop.png -share/icons/gnome/24x24/actions/stock_text-strikethrough.png -share/icons/gnome/24x24/actions/stock_text_bold.png -share/icons/gnome/24x24/actions/stock_text_center.png -share/icons/gnome/24x24/actions/stock_text_indent.png -share/icons/gnome/24x24/actions/stock_text_italic.png -share/icons/gnome/24x24/actions/stock_text_justify.png -share/icons/gnome/24x24/actions/stock_text_left.png -share/icons/gnome/24x24/actions/stock_text_right.png -share/icons/gnome/24x24/actions/stock_text_underlined.png -share/icons/gnome/24x24/actions/stock_text_unindent.png -share/icons/gnome/24x24/actions/stock_top.png -share/icons/gnome/24x24/actions/stock_undo.png -share/icons/gnome/24x24/actions/stock_up.png -share/icons/gnome/24x24/actions/stock_zoom-1.png -share/icons/gnome/24x24/actions/stock_zoom-in.png -share/icons/gnome/24x24/actions/stock_zoom-out.png -share/icons/gnome/24x24/actions/stock_zoom-page.png -share/icons/gnome/24x24/actions/stop.png -share/icons/gnome/24x24/actions/system-lock-screen.png -share/icons/gnome/24x24/actions/system-log-out.png -share/icons/gnome/24x24/actions/system-run.png -share/icons/gnome/24x24/actions/system-search.png -share/icons/gnome/24x24/actions/system-shutdown.png -share/icons/gnome/24x24/actions/tab-new.png -share/icons/gnome/24x24/actions/tab_new.png -share/icons/gnome/24x24/actions/text_bold.png -share/icons/gnome/24x24/actions/text_italic.png -share/icons/gnome/24x24/actions/text_strike.png -share/icons/gnome/24x24/actions/text_under.png -share/icons/gnome/24x24/actions/tools-check-spelling.png -share/icons/gnome/24x24/actions/top.png -share/icons/gnome/24x24/actions/undo.png -share/icons/gnome/24x24/actions/up.png -share/icons/gnome/24x24/actions/view-fullscreen.png -share/icons/gnome/24x24/actions/view-refresh.png -share/icons/gnome/24x24/actions/view-restore.png -share/icons/gnome/24x24/actions/view-sort-ascending.png -share/icons/gnome/24x24/actions/view-sort-descending.png -share/icons/gnome/24x24/actions/viewmag+.png -share/icons/gnome/24x24/actions/viewmag-.png -share/icons/gnome/24x24/actions/viewmag1.png -share/icons/gnome/24x24/actions/viewmagfit.png -share/icons/gnome/24x24/actions/window-close.png -share/icons/gnome/24x24/actions/window-new.png -share/icons/gnome/24x24/actions/window_fullscreen.png -share/icons/gnome/24x24/actions/window_new.png -share/icons/gnome/24x24/actions/window_nofullscreen.png -share/icons/gnome/24x24/actions/xfce-system-exit.png -share/icons/gnome/24x24/actions/xfce-system-lock.png -share/icons/gnome/24x24/actions/zoom-best-fit.png -share/icons/gnome/24x24/actions/zoom-fit-best.png -share/icons/gnome/24x24/actions/zoom-in.png -share/icons/gnome/24x24/actions/zoom-original.png -share/icons/gnome/24x24/actions/zoom-out.png -share/icons/gnome/24x24/apps/access.png -share/icons/gnome/24x24/apps/accessibility-directory.png -share/icons/gnome/24x24/apps/accessories-calculator.png -share/icons/gnome/24x24/apps/accessories-character-map.png -share/icons/gnome/24x24/apps/accessories-dictionary.png -share/icons/gnome/24x24/apps/accessories-text-editor.png -share/icons/gnome/24x24/apps/applets-screenshooter.png -share/icons/gnome/24x24/apps/arts.png -share/icons/gnome/24x24/apps/background.png -share/icons/gnome/24x24/apps/calc.png -share/icons/gnome/24x24/apps/config-language.png -share/icons/gnome/24x24/apps/config-users.png -share/icons/gnome/24x24/apps/file-manager.png -share/icons/gnome/24x24/apps/fonts.png -share/icons/gnome/24x24/apps/gnome-calculator.png -share/icons/gnome/24x24/apps/gnome-character-map.png -share/icons/gnome/24x24/apps/gnome-help.png -share/icons/gnome/24x24/apps/gnome-mixer.png -share/icons/gnome/24x24/apps/gnome-monitor.png -share/icons/gnome/24x24/apps/gnome-remote-desktop.png -share/icons/gnome/24x24/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/24x24/apps/gnome-settings-background.png -share/icons/gnome/24x24/apps/gnome-settings-font.png -share/icons/gnome/24x24/apps/gnome-settings-keybindings.png -share/icons/gnome/24x24/apps/gnome-settings-theme.png -share/icons/gnome/24x24/apps/gnome-terminal.png -share/icons/gnome/24x24/apps/gnome-window-manager.png -share/icons/gnome/24x24/apps/gucharmap.png -share/icons/gnome/24x24/apps/help-browser.png -share/icons/gnome/24x24/apps/kcalc.png -share/icons/gnome/24x24/apps/kcharselect.png -share/icons/gnome/24x24/apps/kcmkwm.png -share/icons/gnome/24x24/apps/kcmsound.png -share/icons/gnome/24x24/apps/kedit.png -share/icons/gnome/24x24/apps/key_bindings.png -share/icons/gnome/24x24/apps/kfm.png -share/icons/gnome/24x24/apps/khelpcenter.png -share/icons/gnome/24x24/apps/konsole.png -share/icons/gnome/24x24/apps/krfb.png -share/icons/gnome/24x24/apps/kscreensaver.png -share/icons/gnome/24x24/apps/ksysguard.png -share/icons/gnome/24x24/apps/kuser.png -share/icons/gnome/24x24/apps/kwin.png -share/icons/gnome/24x24/apps/locale.png -share/icons/gnome/24x24/apps/logviewer.png -share/icons/gnome/24x24/apps/multimedia-volume-control.png -share/icons/gnome/24x24/apps/multimedia.png -share/icons/gnome/24x24/apps/openterm.png -share/icons/gnome/24x24/apps/preferences-desktop-accessibility.png -share/icons/gnome/24x24/apps/preferences-desktop-display.png -share/icons/gnome/24x24/apps/preferences-desktop-font.png -share/icons/gnome/24x24/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/24x24/apps/preferences-desktop-keyboard.png -share/icons/gnome/24x24/apps/preferences-desktop-locale.png -share/icons/gnome/24x24/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/24x24/apps/preferences-desktop-screensaver.png -share/icons/gnome/24x24/apps/preferences-desktop-theme.png -share/icons/gnome/24x24/apps/preferences-desktop-wallpaper.png -share/icons/gnome/24x24/apps/preferences-system-windows.png -share/icons/gnome/24x24/apps/redhat-filemanager.png -share/icons/gnome/24x24/apps/screensaver.png -share/icons/gnome/24x24/apps/style.png -share/icons/gnome/24x24/apps/susehelpcenter.png -share/icons/gnome/24x24/apps/system-config-users.png -share/icons/gnome/24x24/apps/system-file-manager.png -share/icons/gnome/24x24/apps/system-software-install.png -share/icons/gnome/24x24/apps/system-software-update.png -share/icons/gnome/24x24/apps/system-users.png -share/icons/gnome/24x24/apps/terminal.png -share/icons/gnome/24x24/apps/text-editor.png -share/icons/gnome/24x24/apps/update-manager.png -share/icons/gnome/24x24/apps/user-info.png -share/icons/gnome/24x24/apps/utilities-system-monitor.png -share/icons/gnome/24x24/apps/utilities-terminal.png -share/icons/gnome/24x24/apps/volume-knob.png -share/icons/gnome/24x24/apps/wallpaper.png -share/icons/gnome/24x24/apps/web-browser.png -share/icons/gnome/24x24/apps/xfce-filemanager.png -share/icons/gnome/24x24/apps/xfce-terminal.png -share/icons/gnome/24x24/apps/xfce4-backdrop.png -share/icons/gnome/24x24/apps/xfce4-mixer.png -share/icons/gnome/24x24/apps/xfwm4.png -share/icons/gnome/24x24/apps/xscreensaver.png -share/icons/gnome/24x24/apps/zen-icon.png -share/icons/gnome/24x24/categories/applications-accessories.png -share/icons/gnome/24x24/categories/applications-development.png -share/icons/gnome/24x24/categories/applications-engineering.png -share/icons/gnome/24x24/categories/applications-games.png -share/icons/gnome/24x24/categories/applications-graphics.png -share/icons/gnome/24x24/categories/applications-internet.png -share/icons/gnome/24x24/categories/applications-multimedia.png -share/icons/gnome/24x24/categories/applications-office.png -share/icons/gnome/24x24/categories/applications-other.png -share/icons/gnome/24x24/categories/applications-science.png -share/icons/gnome/24x24/categories/applications-system.png -share/icons/gnome/24x24/categories/applications-utilities.png -share/icons/gnome/24x24/categories/gnome-applications.png -share/icons/gnome/24x24/categories/gnome-control-center.png -share/icons/gnome/24x24/categories/gnome-devel.png -share/icons/gnome/24x24/categories/gnome-globe.png -share/icons/gnome/24x24/categories/gnome-graphics.png -share/icons/gnome/24x24/categories/gnome-joystick.png -share/icons/gnome/24x24/categories/gnome-multimedia.png -share/icons/gnome/24x24/categories/gnome-other.png -share/icons/gnome/24x24/categories/gnome-settings.png -share/icons/gnome/24x24/categories/gnome-system.png -share/icons/gnome/24x24/categories/gnome-util.png -share/icons/gnome/24x24/categories/gtk-preferences.png -share/icons/gnome/24x24/categories/input_devices_settings.png -share/icons/gnome/24x24/categories/kcontrol.png -share/icons/gnome/24x24/categories/package_development.png -share/icons/gnome/24x24/categories/package_games.png -share/icons/gnome/24x24/categories/package_graphics.png -share/icons/gnome/24x24/categories/package_multimedia.png -share/icons/gnome/24x24/categories/package_network.png -share/icons/gnome/24x24/categories/package_office.png -share/icons/gnome/24x24/categories/package_settings.png -share/icons/gnome/24x24/categories/package_system.png -share/icons/gnome/24x24/categories/package_utilities.png -share/icons/gnome/24x24/categories/preferences-desktop-peripherals.png -share/icons/gnome/24x24/categories/preferences-desktop-personal.png -share/icons/gnome/24x24/categories/preferences-desktop.png -share/icons/gnome/24x24/categories/preferences-other.png -share/icons/gnome/24x24/categories/preferences-system-network.png -share/icons/gnome/24x24/categories/preferences-system.png -share/icons/gnome/24x24/categories/redhat-accessories.png -share/icons/gnome/24x24/categories/redhat-games.png -share/icons/gnome/24x24/categories/redhat-graphics.png -share/icons/gnome/24x24/categories/redhat-internet.png -share/icons/gnome/24x24/categories/redhat-office.png -share/icons/gnome/24x24/categories/redhat-preferences.png -share/icons/gnome/24x24/categories/redhat-programming.png -share/icons/gnome/24x24/categories/redhat-sound_video.png -share/icons/gnome/24x24/categories/redhat-system_settings.png -share/icons/gnome/24x24/categories/redhat-system_tools.png -share/icons/gnome/24x24/categories/stock_internet.png -share/icons/gnome/24x24/categories/system-help.png -share/icons/gnome/24x24/categories/xfce-games.png -share/icons/gnome/24x24/categories/xfce-graphics.png -share/icons/gnome/24x24/categories/xfce-internet.png -share/icons/gnome/24x24/categories/xfce-multimedia.png -share/icons/gnome/24x24/categories/xfce-office.png -share/icons/gnome/24x24/categories/xfce-system-settings.png -share/icons/gnome/24x24/categories/xfce-utils.png -share/icons/gnome/24x24/categories/xfce4-settings.png -share/icons/gnome/24x24/devices/3floppy_unmount.png -share/icons/gnome/24x24/devices/ac-adapter.png -share/icons/gnome/24x24/devices/audio-card.png -share/icons/gnome/24x24/devices/audio-input-microphone.png -share/icons/gnome/24x24/devices/battery.png -share/icons/gnome/24x24/devices/camera-photo.png -share/icons/gnome/24x24/devices/camera-video.png -share/icons/gnome/24x24/devices/camera-web.png -share/icons/gnome/24x24/devices/camera.png -share/icons/gnome/24x24/devices/camera_unmount.png -share/icons/gnome/24x24/devices/cdrom_unmount.png -share/icons/gnome/24x24/devices/cdwriter_unmount.png -share/icons/gnome/24x24/devices/chardevice.png -share/icons/gnome/24x24/devices/computer.png -share/icons/gnome/24x24/devices/display.png -share/icons/gnome/24x24/devices/drive-cdrom.png -share/icons/gnome/24x24/devices/drive-harddisk.png -share/icons/gnome/24x24/devices/drive-optical.png -share/icons/gnome/24x24/devices/drive-removable-media.png -share/icons/gnome/24x24/devices/dvd_unmount.png -share/icons/gnome/24x24/devices/gnome-dev-battery.png -share/icons/gnome/24x24/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/24x24/devices/gnome-dev-cdrom.png -share/icons/gnome/24x24/devices/gnome-dev-computer.png -share/icons/gnome/24x24/devices/gnome-dev-disc-cdr.png -share/icons/gnome/24x24/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/24x24/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/24x24/devices/gnome-dev-dvd.png -share/icons/gnome/24x24/devices/gnome-dev-ethernet.png -share/icons/gnome/24x24/devices/gnome-dev-floppy.png -share/icons/gnome/24x24/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/24x24/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/24x24/devices/gnome-dev-harddisk.png -share/icons/gnome/24x24/devices/gnome-dev-ipod.png -share/icons/gnome/24x24/devices/gnome-dev-keyboard.png -share/icons/gnome/24x24/devices/gnome-dev-media-cf.png -share/icons/gnome/24x24/devices/gnome-dev-media-ms.png -share/icons/gnome/24x24/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/24x24/devices/gnome-dev-media-sm.png -share/icons/gnome/24x24/devices/gnome-dev-mouse-ball.png -share/icons/gnome/24x24/devices/gnome-dev-mouse-optical.png -share/icons/gnome/24x24/devices/gnome-dev-printer.png -share/icons/gnome/24x24/devices/gnome-dev-removable-1394.png -share/icons/gnome/24x24/devices/gnome-dev-removable-usb.png -share/icons/gnome/24x24/devices/gnome-dev-removable.png -share/icons/gnome/24x24/devices/gnome-dev-wavelan.png -share/icons/gnome/24x24/devices/gnome-fs-client.png -share/icons/gnome/24x24/devices/gnome-modem.png -share/icons/gnome/24x24/devices/gnome-stock-mic.png -share/icons/gnome/24x24/devices/gtk-cdrom.png -share/icons/gnome/24x24/devices/gtk-floppy.png -share/icons/gnome/24x24/devices/gtk-harddisk.png -share/icons/gnome/24x24/devices/harddrive.png -share/icons/gnome/24x24/devices/hdd_unmount.png -share/icons/gnome/24x24/devices/input-gaming.png -share/icons/gnome/24x24/devices/input-keyboard.png -share/icons/gnome/24x24/devices/input-mouse.png -share/icons/gnome/24x24/devices/input-tablet.png -share/icons/gnome/24x24/devices/input-touchpad.png -share/icons/gnome/24x24/devices/ipod_mount.png -share/icons/gnome/24x24/devices/joystick.png -share/icons/gnome/24x24/devices/keyboard.png -share/icons/gnome/24x24/devices/kjobviewer.png -share/icons/gnome/24x24/devices/kxkb.png -share/icons/gnome/24x24/devices/media-cdrom.png -share/icons/gnome/24x24/devices/media-flash.png -share/icons/gnome/24x24/devices/media-floppy.png -share/icons/gnome/24x24/devices/media-optical.png -share/icons/gnome/24x24/devices/media-tape.png -share/icons/gnome/24x24/devices/modem.png -share/icons/gnome/24x24/devices/mouse.png -share/icons/gnome/24x24/devices/multimedia-player.png -share/icons/gnome/24x24/devices/network-wired.png -share/icons/gnome/24x24/devices/network-wireless.png -share/icons/gnome/24x24/devices/pda.png -share/icons/gnome/24x24/devices/phone.png -share/icons/gnome/24x24/devices/printer-remote.png -share/icons/gnome/24x24/devices/printer.png -share/icons/gnome/24x24/devices/printer1.png -share/icons/gnome/24x24/devices/printmgr.png -share/icons/gnome/24x24/devices/scanner.png -share/icons/gnome/24x24/devices/stock_cell-phone.png -share/icons/gnome/24x24/devices/stock_mic.png -share/icons/gnome/24x24/devices/stock_printers.png -share/icons/gnome/24x24/devices/system-floppy.png -share/icons/gnome/24x24/devices/system.png -share/icons/gnome/24x24/devices/usbpendrive_unmount.png -share/icons/gnome/24x24/devices/video-display.png -share/icons/gnome/24x24/devices/xfce-printer.png -share/icons/gnome/24x24/devices/xfce4-display.png -share/icons/gnome/24x24/devices/xfce4-keyboard.png -share/icons/gnome/24x24/devices/xfce4-mouse.png -share/icons/gnome/24x24/devices/yast_HD.png -share/icons/gnome/24x24/devices/yast_idetude.png -share/icons/gnome/24x24/devices/yast_joystick.png -share/icons/gnome/24x24/devices/yast_mouse.png -share/icons/gnome/24x24/devices/yast_printer.png -share/icons/gnome/24x24/devices/yast_soundcard.png -share/icons/gnome/24x24/emblems/emblem-default.png -share/icons/gnome/24x24/emblems/emblem-documents.png -share/icons/gnome/24x24/emblems/emblem-downloads.png -share/icons/gnome/24x24/emblems/emblem-favorite.png -share/icons/gnome/24x24/emblems/emblem-generic.png -share/icons/gnome/24x24/emblems/emblem-important.png -share/icons/gnome/24x24/emblems/emblem-mail.png -share/icons/gnome/24x24/emblems/emblem-new.png -share/icons/gnome/24x24/emblems/emblem-noread.png -share/icons/gnome/24x24/emblems/emblem-nowrite.png -share/icons/gnome/24x24/emblems/emblem-package.png -share/icons/gnome/24x24/emblems/emblem-photos.png -share/icons/gnome/24x24/emblems/emblem-readonly.png -share/icons/gnome/24x24/emblems/emblem-shared.png -share/icons/gnome/24x24/emblems/emblem-symbolic-link.png -share/icons/gnome/24x24/emblems/emblem-system.png -share/icons/gnome/24x24/emblems/emblem-unreadable.png -share/icons/gnome/24x24/emblems/emblem-urgent.png -share/icons/gnome/24x24/emblems/emblem-web.png -share/icons/gnome/24x24/emotes/face-angel.png -share/icons/gnome/24x24/emotes/face-angry.png -share/icons/gnome/24x24/emotes/face-cool.png -share/icons/gnome/24x24/emotes/face-crying.png -share/icons/gnome/24x24/emotes/face-devilish.png -share/icons/gnome/24x24/emotes/face-embarrassed.png -share/icons/gnome/24x24/emotes/face-glasses.png -share/icons/gnome/24x24/emotes/face-kiss.png -share/icons/gnome/24x24/emotes/face-laugh.png -share/icons/gnome/24x24/emotes/face-monkey.png -share/icons/gnome/24x24/emotes/face-plain.png -share/icons/gnome/24x24/emotes/face-raspberry.png -share/icons/gnome/24x24/emotes/face-sad.png -share/icons/gnome/24x24/emotes/face-sick.png -share/icons/gnome/24x24/emotes/face-smile-big.png -share/icons/gnome/24x24/emotes/face-smile.png -share/icons/gnome/24x24/emotes/face-smirk.png -share/icons/gnome/24x24/emotes/face-surprise.png -share/icons/gnome/24x24/emotes/face-tired.png -share/icons/gnome/24x24/emotes/face-uncertain.png -share/icons/gnome/24x24/emotes/face-wink.png -share/icons/gnome/24x24/emotes/face-worried.png -share/icons/gnome/24x24/emotes/stock_smiley-1.png -share/icons/gnome/24x24/emotes/stock_smiley-10.png -share/icons/gnome/24x24/emotes/stock_smiley-11.png -share/icons/gnome/24x24/emotes/stock_smiley-13.png -share/icons/gnome/24x24/emotes/stock_smiley-15.png -share/icons/gnome/24x24/emotes/stock_smiley-18.png -share/icons/gnome/24x24/emotes/stock_smiley-2.png -share/icons/gnome/24x24/emotes/stock_smiley-22.png -share/icons/gnome/24x24/emotes/stock_smiley-3.png -share/icons/gnome/24x24/emotes/stock_smiley-4.png -share/icons/gnome/24x24/emotes/stock_smiley-5.png -share/icons/gnome/24x24/emotes/stock_smiley-6.png -share/icons/gnome/24x24/emotes/stock_smiley-7.png -share/icons/gnome/24x24/emotes/stock_smiley-8.png -share/icons/gnome/24x24/mimetypes/application-certificate.png -share/icons/gnome/24x24/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png -share/icons/gnome/24x24/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/gnome/24x24/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/gnome/24x24/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/gnome/24x24/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png -share/icons/gnome/24x24/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -share/icons/gnome/24x24/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png -share/icons/gnome/24x24/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/gnome/24x24/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png -share/icons/gnome/24x24/mimetypes/application-x-executable.png -share/icons/gnome/24x24/mimetypes/ascii.png -share/icons/gnome/24x24/mimetypes/audio-x-generic.png -share/icons/gnome/24x24/mimetypes/binary.png -share/icons/gnome/24x24/mimetypes/contents2.png -share/icons/gnome/24x24/mimetypes/deb.png -share/icons/gnome/24x24/mimetypes/document.png -share/icons/gnome/24x24/mimetypes/empty.png -share/icons/gnome/24x24/mimetypes/exec.png -share/icons/gnome/24x24/mimetypes/folder_tar.png -share/icons/gnome/24x24/mimetypes/font-x-generic.png -share/icons/gnome/24x24/mimetypes/font.png -share/icons/gnome/24x24/mimetypes/font_bitmap.png -share/icons/gnome/24x24/mimetypes/font_truetype.png -share/icons/gnome/24x24/mimetypes/font_type1.png -share/icons/gnome/24x24/mimetypes/gnome-fs-executable.png -share/icons/gnome/24x24/mimetypes/gnome-fs-regular.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/24x24/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/24x24/mimetypes/gnome-mime-audio.png -share/icons/gnome/24x24/mimetypes/gnome-mime-image.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-html.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/24x24/mimetypes/gnome-mime-text.png -share/icons/gnome/24x24/mimetypes/gnome-mime-video.png -share/icons/gnome/24x24/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/24x24/mimetypes/gnome-package.png -share/icons/gnome/24x24/mimetypes/gtk-file.png -share/icons/gnome/24x24/mimetypes/html.png -share/icons/gnome/24x24/mimetypes/image-x-generic.png -share/icons/gnome/24x24/mimetypes/image.png -share/icons/gnome/24x24/mimetypes/kpresenter_kpr.png -share/icons/gnome/24x24/mimetypes/mime_ascii.png -share/icons/gnome/24x24/mimetypes/misc.png -share/icons/gnome/24x24/mimetypes/package-x-generic.png -share/icons/gnome/24x24/mimetypes/package.png -share/icons/gnome/24x24/mimetypes/package_editors.png -share/icons/gnome/24x24/mimetypes/package_wordprocessing.png -share/icons/gnome/24x24/mimetypes/plan.png -share/icons/gnome/24x24/mimetypes/rpm.png -share/icons/gnome/24x24/mimetypes/shellscript.png -share/icons/gnome/24x24/mimetypes/sound.png -share/icons/gnome/24x24/mimetypes/spreadsheet.png -share/icons/gnome/24x24/mimetypes/stock_addressbook.png -share/icons/gnome/24x24/mimetypes/stock_calendar.png -share/icons/gnome/24x24/mimetypes/stock_certificate.png -share/icons/gnome/24x24/mimetypes/stock_script.png -share/icons/gnome/24x24/mimetypes/tar.png -share/icons/gnome/24x24/mimetypes/template_source.png -share/icons/gnome/24x24/mimetypes/text-html.png -share/icons/gnome/24x24/mimetypes/text-x-generic-template.png -share/icons/gnome/24x24/mimetypes/text-x-generic.png -share/icons/gnome/24x24/mimetypes/text-x-preview.png -share/icons/gnome/24x24/mimetypes/text-x-script.png -share/icons/gnome/24x24/mimetypes/tgz.png -share/icons/gnome/24x24/mimetypes/txt.png -share/icons/gnome/24x24/mimetypes/txt2.png -share/icons/gnome/24x24/mimetypes/unknown.png -share/icons/gnome/24x24/mimetypes/vcalendar.png -share/icons/gnome/24x24/mimetypes/vcard.png -share/icons/gnome/24x24/mimetypes/video-x-generic.png -share/icons/gnome/24x24/mimetypes/video.png -share/icons/gnome/24x24/mimetypes/wordprocessing.png -share/icons/gnome/24x24/mimetypes/www.png -share/icons/gnome/24x24/mimetypes/x-office-address-book.png -share/icons/gnome/24x24/mimetypes/x-office-calendar.png -share/icons/gnome/24x24/mimetypes/x-office-document-template.png -share/icons/gnome/24x24/mimetypes/x-office-document.png -share/icons/gnome/24x24/mimetypes/x-office-drawing-template.png -share/icons/gnome/24x24/mimetypes/x-office-drawing.png -share/icons/gnome/24x24/mimetypes/x-office-presentation-template.png -share/icons/gnome/24x24/mimetypes/x-office-presentation.png -share/icons/gnome/24x24/mimetypes/x-office-spreadsheet-template.png -share/icons/gnome/24x24/mimetypes/x-office-spreadsheet.png -share/icons/gnome/24x24/mimetypes/zip.png -share/icons/gnome/24x24/places/application-x-gnome-saved-search.png -share/icons/gnome/24x24/places/desktop.png -share/icons/gnome/24x24/places/distributor-logo.png -share/icons/gnome/24x24/places/emptytrash.png -share/icons/gnome/24x24/places/folder-documents.png -share/icons/gnome/24x24/places/folder-download.png -share/icons/gnome/24x24/places/folder-music.png -share/icons/gnome/24x24/places/folder-pictures.png -share/icons/gnome/24x24/places/folder-publicshare.png -share/icons/gnome/24x24/places/folder-remote.png -share/icons/gnome/24x24/places/folder-saved-search.png -share/icons/gnome/24x24/places/folder-templates.png -share/icons/gnome/24x24/places/folder-videos.png -share/icons/gnome/24x24/places/folder.png -share/icons/gnome/24x24/places/folder_home.png -share/icons/gnome/24x24/places/gnome-fs-desktop.png -share/icons/gnome/24x24/places/gnome-fs-directory.png -share/icons/gnome/24x24/places/gnome-fs-ftp.png -share/icons/gnome/24x24/places/gnome-fs-home.png -share/icons/gnome/24x24/places/gnome-fs-network.png -share/icons/gnome/24x24/places/gnome-fs-nfs.png -share/icons/gnome/24x24/places/gnome-fs-server.png -share/icons/gnome/24x24/places/gnome-fs-share.png -share/icons/gnome/24x24/places/gnome-fs-smb.png -share/icons/gnome/24x24/places/gnome-fs-ssh.png -share/icons/gnome/24x24/places/gnome-fs-trash-empty.png -share/icons/gnome/24x24/places/gnome-main-menu.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/24x24/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/24x24/places/gnome-stock-trash.png -share/icons/gnome/24x24/places/gtk-directory.png -share/icons/gnome/24x24/places/gtk-network.png -share/icons/gnome/24x24/places/inode-directory.png -share/icons/gnome/24x24/places/network-server.png -share/icons/gnome/24x24/places/network-workgroup.png -share/icons/gnome/24x24/places/network.png -share/icons/gnome/24x24/places/network_local.png -share/icons/gnome/24x24/places/novell-button.png -share/icons/gnome/24x24/places/redhat-network-server.png -share/icons/gnome/24x24/places/server.png -share/icons/gnome/24x24/places/start-here.png -share/icons/gnome/24x24/places/stock_folder.png -share/icons/gnome/24x24/places/trashcan_empty.png -share/icons/gnome/24x24/places/user-bookmarks.png -share/icons/gnome/24x24/places/user-desktop.png -share/icons/gnome/24x24/places/user-home.png -share/icons/gnome/24x24/places/user-trash.png -share/icons/gnome/24x24/places/xfce-trash_empty.png -share/icons/gnome/24x24/status/appointment-missed.png -share/icons/gnome/24x24/status/appointment-soon.png -share/icons/gnome/24x24/status/audio-volume-high.png -share/icons/gnome/24x24/status/audio-volume-low.png -share/icons/gnome/24x24/status/audio-volume-medium.png -share/icons/gnome/24x24/status/audio-volume-muted.png -share/icons/gnome/24x24/status/avatar-default.png -share/icons/gnome/24x24/status/battery-caution.png -share/icons/gnome/24x24/status/battery-charging.png -share/icons/gnome/24x24/status/battery-full.png -share/icons/gnome/24x24/status/battery-good.png -share/icons/gnome/24x24/status/battery-low.png -share/icons/gnome/24x24/status/changes-allow.png -share/icons/gnome/24x24/status/changes-prevent.png -share/icons/gnome/24x24/status/connect_creating.png -share/icons/gnome/24x24/status/connect_established.png -share/icons/gnome/24x24/status/connect_no.png -share/icons/gnome/24x24/status/dialog-error.png -share/icons/gnome/24x24/status/dialog-information.png -share/icons/gnome/24x24/status/dialog-password.png -share/icons/gnome/24x24/status/dialog-question.png -share/icons/gnome/24x24/status/dialog-warning.png -share/icons/gnome/24x24/status/edittrash.png -share/icons/gnome/24x24/status/error.png -share/icons/gnome/24x24/status/folder-drag-accept.png -share/icons/gnome/24x24/status/folder-open.png -share/icons/gnome/24x24/status/folder-visiting.png -share/icons/gnome/24x24/status/folder_open.png -share/icons/gnome/24x24/status/gnome-dev-wavelan-encrypted.png -share/icons/gnome/24x24/status/gnome-fs-directory-accept.png -share/icons/gnome/24x24/status/gnome-fs-directory-visiting.png -share/icons/gnome/24x24/status/gnome-fs-loading-icon.png -share/icons/gnome/24x24/status/gnome-fs-trash-full.png -share/icons/gnome/24x24/status/gnome-netstatus-disconn.png -share/icons/gnome/24x24/status/gnome-netstatus-error.png -share/icons/gnome/24x24/status/gnome-netstatus-idle.png -share/icons/gnome/24x24/status/gnome-netstatus-rx.png -share/icons/gnome/24x24/status/gnome-netstatus-tx.png -share/icons/gnome/24x24/status/gnome-netstatus-txrx.png -share/icons/gnome/24x24/status/gnome-stock-trash-full.png -share/icons/gnome/24x24/status/gtk-dialog-authentication.png -share/icons/gnome/24x24/status/gtk-dialog-error.png -share/icons/gnome/24x24/status/gtk-dialog-info.png -share/icons/gnome/24x24/status/gtk-dialog-question.png -share/icons/gnome/24x24/status/gtk-dialog-warning.png -share/icons/gnome/24x24/status/gtk-missing-image.png -share/icons/gnome/24x24/status/image-loading.png -share/icons/gnome/24x24/status/image-missing.png -share/icons/gnome/24x24/status/important.png -share/icons/gnome/24x24/status/info.png -share/icons/gnome/24x24/status/mail-attachment.png -share/icons/gnome/24x24/status/mail-read.png -share/icons/gnome/24x24/status/mail-replied.png -share/icons/gnome/24x24/status/mail-signed-verified.png -share/icons/gnome/24x24/status/mail-signed.png -share/icons/gnome/24x24/status/mail-unread.png -share/icons/gnome/24x24/status/media-playlist-repeat.png -share/icons/gnome/24x24/status/media-playlist-shuffle.png -share/icons/gnome/24x24/status/messagebox_critical.png -share/icons/gnome/24x24/status/messagebox_info.png -share/icons/gnome/24x24/status/messagebox_warning.png -share/icons/gnome/24x24/status/network-error.png -share/icons/gnome/24x24/status/network-idle.png -share/icons/gnome/24x24/status/network-offline.png -share/icons/gnome/24x24/status/network-receive.png -share/icons/gnome/24x24/status/network-transmit-receive.png -share/icons/gnome/24x24/status/network-transmit.png -share/icons/gnome/24x24/status/network-wireless-encrypted.png -share/icons/gnome/24x24/status/nm-adhoc.png -share/icons/gnome/24x24/status/nm-device-wired.png -share/icons/gnome/24x24/status/nm-device-wireless.png -share/icons/gnome/24x24/status/nm-no-connection.png -share/icons/gnome/24x24/status/printer-error.png -share/icons/gnome/24x24/status/printer-printing.png -share/icons/gnome/24x24/status/security-high.png -share/icons/gnome/24x24/status/security-low.png -share/icons/gnome/24x24/status/security-medium.png -share/icons/gnome/24x24/status/software-update-available.png -share/icons/gnome/24x24/status/software-update-urgent.png -share/icons/gnome/24x24/status/stock_appointment-reminder-excl.png -share/icons/gnome/24x24/status/stock_appointment-reminder.png -share/icons/gnome/24x24/status/stock_attach.png -share/icons/gnome/24x24/status/stock_dialog-error.png -share/icons/gnome/24x24/status/stock_dialog-info.png -share/icons/gnome/24x24/status/stock_dialog-question.png -share/icons/gnome/24x24/status/stock_dialog-warning.png -share/icons/gnome/24x24/status/stock_lock-broken.png -share/icons/gnome/24x24/status/stock_lock-ok.png -share/icons/gnome/24x24/status/stock_lock-open.png -share/icons/gnome/24x24/status/stock_lock.png -share/icons/gnome/24x24/status/stock_mail-open.png -share/icons/gnome/24x24/status/stock_mail-replied.png -share/icons/gnome/24x24/status/stock_mail-unread.png -share/icons/gnome/24x24/status/stock_open.png -share/icons/gnome/24x24/status/stock_repeat.png -share/icons/gnome/24x24/status/stock_shuffle.png -share/icons/gnome/24x24/status/stock_trash_full.png -share/icons/gnome/24x24/status/stock_volume-0.png -share/icons/gnome/24x24/status/stock_volume-max.png -share/icons/gnome/24x24/status/stock_volume-med.png -share/icons/gnome/24x24/status/stock_volume-min.png -share/icons/gnome/24x24/status/stock_volume-mute.png -share/icons/gnome/24x24/status/stock_volume.png -share/icons/gnome/24x24/status/stock_weather-cloudy.png -share/icons/gnome/24x24/status/stock_weather-few-clouds.png -share/icons/gnome/24x24/status/stock_weather-fog.png -share/icons/gnome/24x24/status/stock_weather-night-clear.png -share/icons/gnome/24x24/status/stock_weather-night-few-clouds.png -share/icons/gnome/24x24/status/stock_weather-showers.png -share/icons/gnome/24x24/status/stock_weather-snow.png -share/icons/gnome/24x24/status/stock_weather-storm.png -share/icons/gnome/24x24/status/stock_weather-sunny.png -share/icons/gnome/24x24/status/sunny.png -share/icons/gnome/24x24/status/task-due.png -share/icons/gnome/24x24/status/task-past-due.png -share/icons/gnome/24x24/status/trashcan_full.png -share/icons/gnome/24x24/status/user-available.png -share/icons/gnome/24x24/status/user-away.png -share/icons/gnome/24x24/status/user-busy.png -share/icons/gnome/24x24/status/user-idle.png -share/icons/gnome/24x24/status/user-invisible.png -share/icons/gnome/24x24/status/user-offline.png -share/icons/gnome/24x24/status/user-trash-full.png -share/icons/gnome/24x24/status/weather-clear-night.png -share/icons/gnome/24x24/status/weather-clear.png -share/icons/gnome/24x24/status/weather-few-clouds-night.png -share/icons/gnome/24x24/status/weather-few-clouds.png -share/icons/gnome/24x24/status/weather-fog.png -share/icons/gnome/24x24/status/weather-overcast.png -share/icons/gnome/24x24/status/weather-severe-alert.png -share/icons/gnome/24x24/status/weather-showers-scattered.png -share/icons/gnome/24x24/status/weather-showers.png -share/icons/gnome/24x24/status/weather-snow.png -share/icons/gnome/24x24/status/weather-storm.png -share/icons/gnome/24x24/status/xfce-trash_full.png -share/icons/gnome/256x256/actions/address-book-new.png -share/icons/gnome/256x256/actions/appointment-new.png -share/icons/gnome/256x256/actions/appointment.png -share/icons/gnome/256x256/actions/document-new.png -share/icons/gnome/256x256/actions/document-open-recent.png -share/icons/gnome/256x256/actions/document-open.png -share/icons/gnome/256x256/actions/document-page-setup.png -share/icons/gnome/256x256/actions/document-print-preview.png -share/icons/gnome/256x256/actions/document-print.png -share/icons/gnome/256x256/actions/document-properties.png -share/icons/gnome/256x256/actions/document-revert.png -share/icons/gnome/256x256/actions/edit-delete.png -share/icons/gnome/256x256/actions/edit-find-replace.png -share/icons/gnome/256x256/actions/edit-find.png -share/icons/gnome/256x256/actions/edit-select-all.png -share/icons/gnome/256x256/actions/editdelete.png -share/icons/gnome/256x256/actions/exit.png -share/icons/gnome/256x256/actions/filefind.png -share/icons/gnome/256x256/actions/filenew.png -share/icons/gnome/256x256/actions/fileopen.png -share/icons/gnome/256x256/actions/fileprint.png -share/icons/gnome/256x256/actions/filequickprint.png -share/icons/gnome/256x256/actions/find.png -share/icons/gnome/256x256/actions/folder-new.png -share/icons/gnome/256x256/actions/folder_new.png -share/icons/gnome/256x256/actions/gnome-lockscreen.png -share/icons/gnome/256x256/actions/gnome-logout.png -share/icons/gnome/256x256/actions/gnome-searchtool.png -share/icons/gnome/256x256/actions/gnome-stock-mail-new.png -share/icons/gnome/256x256/actions/gtk-delete.png -share/icons/gnome/256x256/actions/gtk-find-and-replace.png -share/icons/gnome/256x256/actions/gtk-find.png -share/icons/gnome/256x256/actions/gtk-new.png -share/icons/gnome/256x256/actions/gtk-open.png -share/icons/gnome/256x256/actions/gtk-print-preview.png -share/icons/gnome/256x256/actions/gtk-print.png -share/icons/gnome/256x256/actions/gtk-properties.png -share/icons/gnome/256x256/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/256x256/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/256x256/actions/gtk-select-all.png -share/icons/gnome/256x256/actions/kfind.png -share/icons/gnome/256x256/actions/lock.png -share/icons/gnome/256x256/actions/mail-message-new.png -share/icons/gnome/256x256/actions/mail_new.png -share/icons/gnome/256x256/actions/revert.png -share/icons/gnome/256x256/actions/search.png -share/icons/gnome/256x256/actions/stock_delete.png -share/icons/gnome/256x256/actions/stock_file-properites.png -share/icons/gnome/256x256/actions/stock_mail-compose.png -share/icons/gnome/256x256/actions/stock_new-address-book.png -share/icons/gnome/256x256/actions/stock_new-appointment.png -share/icons/gnome/256x256/actions/stock_new-dir.png -share/icons/gnome/256x256/actions/stock_new-text.png -share/icons/gnome/256x256/actions/stock_print-preview.png -share/icons/gnome/256x256/actions/stock_print-setup.png -share/icons/gnome/256x256/actions/stock_print.png -share/icons/gnome/256x256/actions/stock_properties.png -share/icons/gnome/256x256/actions/stock_search-and-replace.png -share/icons/gnome/256x256/actions/stock_search.png -share/icons/gnome/256x256/actions/stock_select-all.png -share/icons/gnome/256x256/actions/system-lock-screen.png -share/icons/gnome/256x256/actions/system-log-out.png -share/icons/gnome/256x256/actions/system-search.png -share/icons/gnome/256x256/actions/xfce-system-lock.png -share/icons/gnome/256x256/apps/access.png -share/icons/gnome/256x256/apps/accessibility-directory.png -share/icons/gnome/256x256/apps/accessories-calculator.png -share/icons/gnome/256x256/apps/accessories-dictionary.png -share/icons/gnome/256x256/apps/accessories-text-editor.png -share/icons/gnome/256x256/apps/applets-screenshooter.png -share/icons/gnome/256x256/apps/background.png -share/icons/gnome/256x256/apps/calc.png -share/icons/gnome/256x256/apps/config-language.png -share/icons/gnome/256x256/apps/config-users.png -share/icons/gnome/256x256/apps/file-manager.png -share/icons/gnome/256x256/apps/fonts.png -share/icons/gnome/256x256/apps/gnome-calculator.png -share/icons/gnome/256x256/apps/gnome-help.png -share/icons/gnome/256x256/apps/gnome-monitor.png -share/icons/gnome/256x256/apps/gnome-remote-desktop.png -share/icons/gnome/256x256/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/256x256/apps/gnome-settings-background.png -share/icons/gnome/256x256/apps/gnome-settings-font.png -share/icons/gnome/256x256/apps/gnome-settings-theme.png -share/icons/gnome/256x256/apps/gnome-terminal.png -share/icons/gnome/256x256/apps/help-browser.png -share/icons/gnome/256x256/apps/kcalc.png -share/icons/gnome/256x256/apps/kedit.png -share/icons/gnome/256x256/apps/kfm.png -share/icons/gnome/256x256/apps/khelpcenter.png -share/icons/gnome/256x256/apps/konsole.png -share/icons/gnome/256x256/apps/krfb.png -share/icons/gnome/256x256/apps/kscreensaver.png -share/icons/gnome/256x256/apps/ksysguard.png -share/icons/gnome/256x256/apps/kuser.png -share/icons/gnome/256x256/apps/locale.png -share/icons/gnome/256x256/apps/openterm.png -share/icons/gnome/256x256/apps/preferences-desktop-accessibility.png -share/icons/gnome/256x256/apps/preferences-desktop-display.png -share/icons/gnome/256x256/apps/preferences-desktop-font.png -share/icons/gnome/256x256/apps/preferences-desktop-keyboard.png -share/icons/gnome/256x256/apps/preferences-desktop-locale.png -share/icons/gnome/256x256/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/256x256/apps/preferences-desktop-screensaver.png -share/icons/gnome/256x256/apps/preferences-desktop-theme.png -share/icons/gnome/256x256/apps/preferences-desktop-wallpaper.png -share/icons/gnome/256x256/apps/redhat-filemanager.png -share/icons/gnome/256x256/apps/screensaver.png -share/icons/gnome/256x256/apps/style.png -share/icons/gnome/256x256/apps/susehelpcenter.png -share/icons/gnome/256x256/apps/system-config-users.png -share/icons/gnome/256x256/apps/system-file-manager.png -share/icons/gnome/256x256/apps/system-software-install.png -share/icons/gnome/256x256/apps/system-software-update.png -share/icons/gnome/256x256/apps/system-users.png -share/icons/gnome/256x256/apps/terminal.png -share/icons/gnome/256x256/apps/text-editor.png -share/icons/gnome/256x256/apps/update-manager.png -share/icons/gnome/256x256/apps/user-info.png -share/icons/gnome/256x256/apps/utilities-system-monitor.png -share/icons/gnome/256x256/apps/utilities-terminal.png -share/icons/gnome/256x256/apps/wallpaper.png -share/icons/gnome/256x256/apps/web-browser.png -share/icons/gnome/256x256/apps/xfce-filemanager.png -share/icons/gnome/256x256/apps/xfce-terminal.png -share/icons/gnome/256x256/apps/xfce4-backdrop.png -share/icons/gnome/256x256/apps/xscreensaver.png -share/icons/gnome/256x256/apps/zen-icon.png -share/icons/gnome/256x256/categories/applications-graphics.png -share/icons/gnome/256x256/categories/applications-internet.png -share/icons/gnome/256x256/categories/applications-office.png -share/icons/gnome/256x256/categories/gnome-applications.png -share/icons/gnome/256x256/categories/gnome-globe.png -share/icons/gnome/256x256/categories/gnome-graphics.png -share/icons/gnome/256x256/categories/package_graphics.png -share/icons/gnome/256x256/categories/package_network.png -share/icons/gnome/256x256/categories/package_office.png -share/icons/gnome/256x256/categories/package_settings.png -share/icons/gnome/256x256/categories/preferences-system-network.png -share/icons/gnome/256x256/categories/preferences-system.png -share/icons/gnome/256x256/categories/redhat-graphics.png -share/icons/gnome/256x256/categories/redhat-internet.png -share/icons/gnome/256x256/categories/redhat-office.png -share/icons/gnome/256x256/categories/redhat-system_settings.png -share/icons/gnome/256x256/categories/stock_internet.png -share/icons/gnome/256x256/categories/xfce-graphics.png -share/icons/gnome/256x256/categories/xfce-internet.png -share/icons/gnome/256x256/categories/xfce-office.png -share/icons/gnome/256x256/categories/xfce-system-settings.png -share/icons/gnome/256x256/devices/ac-adapter.png -share/icons/gnome/256x256/devices/battery.png -share/icons/gnome/256x256/devices/camera-photo.png -share/icons/gnome/256x256/devices/camera.png -share/icons/gnome/256x256/devices/camera_unmount.png -share/icons/gnome/256x256/devices/cdrom_unmount.png -share/icons/gnome/256x256/devices/cdwriter_unmount.png -share/icons/gnome/256x256/devices/chardevice.png -share/icons/gnome/256x256/devices/computer.png -share/icons/gnome/256x256/devices/display.png -share/icons/gnome/256x256/devices/drive-cdrom.png -share/icons/gnome/256x256/devices/drive-harddisk.png -share/icons/gnome/256x256/devices/drive-optical.png -share/icons/gnome/256x256/devices/drive-removable-media.png -share/icons/gnome/256x256/devices/dvd_unmount.png -share/icons/gnome/256x256/devices/gnome-dev-battery.png -share/icons/gnome/256x256/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/256x256/devices/gnome-dev-cdrom.png -share/icons/gnome/256x256/devices/gnome-dev-computer.png -share/icons/gnome/256x256/devices/gnome-dev-disc-cdr.png -share/icons/gnome/256x256/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/256x256/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/256x256/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/256x256/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/256x256/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/256x256/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/256x256/devices/gnome-dev-dvd.png -share/icons/gnome/256x256/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/256x256/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/256x256/devices/gnome-dev-harddisk.png -share/icons/gnome/256x256/devices/gnome-dev-ipod.png -share/icons/gnome/256x256/devices/gnome-dev-keyboard.png -share/icons/gnome/256x256/devices/gnome-dev-media-cf.png -share/icons/gnome/256x256/devices/gnome-dev-media-ms.png -share/icons/gnome/256x256/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/256x256/devices/gnome-dev-media-sm.png -share/icons/gnome/256x256/devices/gnome-dev-printer.png -share/icons/gnome/256x256/devices/gnome-dev-removable-1394.png -share/icons/gnome/256x256/devices/gnome-dev-removable-usb.png -share/icons/gnome/256x256/devices/gnome-dev-removable.png -share/icons/gnome/256x256/devices/gnome-fs-client.png -share/icons/gnome/256x256/devices/gtk-cdrom.png -share/icons/gnome/256x256/devices/gtk-harddisk.png -share/icons/gnome/256x256/devices/harddrive.png -share/icons/gnome/256x256/devices/hdd_unmount.png -share/icons/gnome/256x256/devices/input-keyboard.png -share/icons/gnome/256x256/devices/ipod_mount.png -share/icons/gnome/256x256/devices/keyboard.png -share/icons/gnome/256x256/devices/kjobviewer.png -share/icons/gnome/256x256/devices/kxkb.png -share/icons/gnome/256x256/devices/media-cdrom.png -share/icons/gnome/256x256/devices/media-flash.png -share/icons/gnome/256x256/devices/media-optical.png -share/icons/gnome/256x256/devices/multimedia-player.png -share/icons/gnome/256x256/devices/printer-remote.png -share/icons/gnome/256x256/devices/printer.png -share/icons/gnome/256x256/devices/printer1.png -share/icons/gnome/256x256/devices/printmgr.png -share/icons/gnome/256x256/devices/stock_printers.png -share/icons/gnome/256x256/devices/system.png -share/icons/gnome/256x256/devices/usbpendrive_unmount.png -share/icons/gnome/256x256/devices/video-display.png -share/icons/gnome/256x256/devices/xfce-printer.png -share/icons/gnome/256x256/devices/xfce4-display.png -share/icons/gnome/256x256/devices/xfce4-keyboard.png -share/icons/gnome/256x256/devices/yast_HD.png -share/icons/gnome/256x256/devices/yast_idetude.png -share/icons/gnome/256x256/devices/yast_printer.png -share/icons/gnome/256x256/emblems/emblem-noread.png -share/icons/gnome/256x256/emblems/emblem-nowrite.png -share/icons/gnome/256x256/emblems/emblem-package.png -share/icons/gnome/256x256/emblems/emblem-readonly.png -share/icons/gnome/256x256/emblems/emblem-shared.png -share/icons/gnome/256x256/emblems/emblem-symbolic-link.png -share/icons/gnome/256x256/emblems/emblem-unreadable.png -share/icons/gnome/256x256/emotes/face-angel.png -share/icons/gnome/256x256/emotes/face-angry.png -share/icons/gnome/256x256/emotes/face-cool.png -share/icons/gnome/256x256/emotes/face-crying.png -share/icons/gnome/256x256/emotes/face-devilish.png -share/icons/gnome/256x256/emotes/face-embarrassed.png -share/icons/gnome/256x256/emotes/face-glasses.png -share/icons/gnome/256x256/emotes/face-laugh.png -share/icons/gnome/256x256/emotes/face-plain.png -share/icons/gnome/256x256/emotes/face-sad.png -share/icons/gnome/256x256/emotes/face-sick.png -share/icons/gnome/256x256/emotes/face-smile-big.png -share/icons/gnome/256x256/emotes/face-smile.png -share/icons/gnome/256x256/emotes/face-smirk.png -share/icons/gnome/256x256/emotes/face-surprise.png -share/icons/gnome/256x256/emotes/face-tired.png -share/icons/gnome/256x256/emotes/face-uncertain.png -share/icons/gnome/256x256/emotes/face-wink.png -share/icons/gnome/256x256/emotes/stock_smiley-1.png -share/icons/gnome/256x256/emotes/stock_smiley-11.png -share/icons/gnome/256x256/emotes/stock_smiley-15.png -share/icons/gnome/256x256/emotes/stock_smiley-18.png -share/icons/gnome/256x256/emotes/stock_smiley-2.png -share/icons/gnome/256x256/emotes/stock_smiley-3.png -share/icons/gnome/256x256/emotes/stock_smiley-4.png -share/icons/gnome/256x256/emotes/stock_smiley-5.png -share/icons/gnome/256x256/emotes/stock_smiley-6.png -share/icons/gnome/256x256/emotes/stock_smiley-7.png -share/icons/gnome/256x256/emotes/stock_smiley-8.png -share/icons/gnome/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png -share/icons/gnome/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/gnome/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/gnome/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/gnome/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png -share/icons/gnome/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -share/icons/gnome/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png -share/icons/gnome/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/gnome/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png -share/icons/gnome/256x256/mimetypes/application-x-executable.png -share/icons/gnome/256x256/mimetypes/ascii.png -share/icons/gnome/256x256/mimetypes/audio-x-generic.png -share/icons/gnome/256x256/mimetypes/binary.png -share/icons/gnome/256x256/mimetypes/contents2.png -share/icons/gnome/256x256/mimetypes/deb.png -share/icons/gnome/256x256/mimetypes/document.png -share/icons/gnome/256x256/mimetypes/empty.png -share/icons/gnome/256x256/mimetypes/exec.png -share/icons/gnome/256x256/mimetypes/folder_tar.png -share/icons/gnome/256x256/mimetypes/font-x-generic.png -share/icons/gnome/256x256/mimetypes/font.png -share/icons/gnome/256x256/mimetypes/font_bitmap.png -share/icons/gnome/256x256/mimetypes/font_truetype.png -share/icons/gnome/256x256/mimetypes/font_type1.png -share/icons/gnome/256x256/mimetypes/gnome-fs-executable.png -share/icons/gnome/256x256/mimetypes/gnome-fs-regular.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/256x256/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/256x256/mimetypes/gnome-mime-audio.png -share/icons/gnome/256x256/mimetypes/gnome-mime-image.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-html.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/256x256/mimetypes/gnome-mime-text.png -share/icons/gnome/256x256/mimetypes/gnome-mime-video.png -share/icons/gnome/256x256/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/256x256/mimetypes/gnome-package.png -share/icons/gnome/256x256/mimetypes/gtk-file.png -share/icons/gnome/256x256/mimetypes/html.png -share/icons/gnome/256x256/mimetypes/image-x-generic.png -share/icons/gnome/256x256/mimetypes/image.png -share/icons/gnome/256x256/mimetypes/kpresenter_kpr.png -share/icons/gnome/256x256/mimetypes/mime_ascii.png -share/icons/gnome/256x256/mimetypes/misc.png -share/icons/gnome/256x256/mimetypes/package-x-generic.png -share/icons/gnome/256x256/mimetypes/package.png -share/icons/gnome/256x256/mimetypes/package_editors.png -share/icons/gnome/256x256/mimetypes/package_wordprocessing.png -share/icons/gnome/256x256/mimetypes/rpm.png -share/icons/gnome/256x256/mimetypes/shellscript.png -share/icons/gnome/256x256/mimetypes/sound.png -share/icons/gnome/256x256/mimetypes/spreadsheet.png -share/icons/gnome/256x256/mimetypes/stock_addressbook.png -share/icons/gnome/256x256/mimetypes/stock_script.png -share/icons/gnome/256x256/mimetypes/tar.png -share/icons/gnome/256x256/mimetypes/template_source.png -share/icons/gnome/256x256/mimetypes/text-html.png -share/icons/gnome/256x256/mimetypes/text-x-generic-template.png -share/icons/gnome/256x256/mimetypes/text-x-generic.png -share/icons/gnome/256x256/mimetypes/text-x-preview.png -share/icons/gnome/256x256/mimetypes/text-x-script.png -share/icons/gnome/256x256/mimetypes/tgz.png -share/icons/gnome/256x256/mimetypes/txt.png -share/icons/gnome/256x256/mimetypes/txt2.png -share/icons/gnome/256x256/mimetypes/unknown.png -share/icons/gnome/256x256/mimetypes/vcard.png -share/icons/gnome/256x256/mimetypes/video-x-generic.png -share/icons/gnome/256x256/mimetypes/video.png -share/icons/gnome/256x256/mimetypes/wordprocessing.png -share/icons/gnome/256x256/mimetypes/www.png -share/icons/gnome/256x256/mimetypes/x-office-address-book.png -share/icons/gnome/256x256/mimetypes/x-office-document-template.png -share/icons/gnome/256x256/mimetypes/x-office-document.png -share/icons/gnome/256x256/mimetypes/x-office-drawing-template.png -share/icons/gnome/256x256/mimetypes/x-office-drawing.png -share/icons/gnome/256x256/mimetypes/x-office-presentation-template.png -share/icons/gnome/256x256/mimetypes/x-office-presentation.png -share/icons/gnome/256x256/mimetypes/x-office-spreadsheet-template.png -share/icons/gnome/256x256/mimetypes/x-office-spreadsheet.png -share/icons/gnome/256x256/mimetypes/zip.png -share/icons/gnome/256x256/places/application-x-gnome-saved-search.png -share/icons/gnome/256x256/places/desktop.png -share/icons/gnome/256x256/places/emptytrash.png -share/icons/gnome/256x256/places/folder-documents.png -share/icons/gnome/256x256/places/folder-download.png -share/icons/gnome/256x256/places/folder-music.png -share/icons/gnome/256x256/places/folder-pictures.png -share/icons/gnome/256x256/places/folder-publicshare.png -share/icons/gnome/256x256/places/folder-remote.png -share/icons/gnome/256x256/places/folder-saved-search.png -share/icons/gnome/256x256/places/folder-templates.png -share/icons/gnome/256x256/places/folder-videos.png -share/icons/gnome/256x256/places/folder.png -share/icons/gnome/256x256/places/folder_home.png -share/icons/gnome/256x256/places/gnome-fs-desktop.png -share/icons/gnome/256x256/places/gnome-fs-directory.png -share/icons/gnome/256x256/places/gnome-fs-ftp.png -share/icons/gnome/256x256/places/gnome-fs-home.png -share/icons/gnome/256x256/places/gnome-fs-network.png -share/icons/gnome/256x256/places/gnome-fs-nfs.png -share/icons/gnome/256x256/places/gnome-fs-server.png -share/icons/gnome/256x256/places/gnome-fs-share.png -share/icons/gnome/256x256/places/gnome-fs-smb.png -share/icons/gnome/256x256/places/gnome-fs-ssh.png -share/icons/gnome/256x256/places/gnome-fs-trash-empty.png -share/icons/gnome/256x256/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/256x256/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/256x256/places/gnome-stock-trash.png -share/icons/gnome/256x256/places/gtk-directory.png -share/icons/gnome/256x256/places/gtk-network.png -share/icons/gnome/256x256/places/inode-directory.png -share/icons/gnome/256x256/places/network-server.png -share/icons/gnome/256x256/places/network-workgroup.png -share/icons/gnome/256x256/places/network.png -share/icons/gnome/256x256/places/network_local.png -share/icons/gnome/256x256/places/redhat-network-server.png -share/icons/gnome/256x256/places/server.png -share/icons/gnome/256x256/places/stock_folder.png -share/icons/gnome/256x256/places/trashcan_empty.png -share/icons/gnome/256x256/places/user-bookmarks.png -share/icons/gnome/256x256/places/user-desktop.png -share/icons/gnome/256x256/places/user-home.png -share/icons/gnome/256x256/places/user-trash.png -share/icons/gnome/256x256/places/xfce-trash_empty.png -share/icons/gnome/256x256/status/appointment-missed.png -share/icons/gnome/256x256/status/appointment-soon.png -share/icons/gnome/256x256/status/avatar-default.png -share/icons/gnome/256x256/status/battery-caution.png -share/icons/gnome/256x256/status/battery-charging.png -share/icons/gnome/256x256/status/battery-full.png -share/icons/gnome/256x256/status/battery-good.png -share/icons/gnome/256x256/status/battery-low.png -share/icons/gnome/256x256/status/connect_creating.png -share/icons/gnome/256x256/status/connect_established.png -share/icons/gnome/256x256/status/connect_no.png -share/icons/gnome/256x256/status/dialog-error.png -share/icons/gnome/256x256/status/dialog-question.png -share/icons/gnome/256x256/status/dialog-warning.png -share/icons/gnome/256x256/status/edittrash.png -share/icons/gnome/256x256/status/error.png -share/icons/gnome/256x256/status/folder-drag-accept.png -share/icons/gnome/256x256/status/folder-open.png -share/icons/gnome/256x256/status/folder-visiting.png -share/icons/gnome/256x256/status/folder_open.png -share/icons/gnome/256x256/status/gnome-fs-directory-accept.png -share/icons/gnome/256x256/status/gnome-fs-directory-visiting.png -share/icons/gnome/256x256/status/gnome-fs-loading-icon.png -share/icons/gnome/256x256/status/gnome-fs-trash-full.png -share/icons/gnome/256x256/status/gnome-netstatus-disconn.png -share/icons/gnome/256x256/status/gnome-netstatus-error.png -share/icons/gnome/256x256/status/gnome-netstatus-idle.png -share/icons/gnome/256x256/status/gnome-netstatus-rx.png -share/icons/gnome/256x256/status/gnome-netstatus-tx.png -share/icons/gnome/256x256/status/gnome-netstatus-txrx.png -share/icons/gnome/256x256/status/gnome-stock-trash-full.png -share/icons/gnome/256x256/status/gtk-dialog-error.png -share/icons/gnome/256x256/status/gtk-dialog-question.png -share/icons/gnome/256x256/status/gtk-dialog-warning.png -share/icons/gnome/256x256/status/gtk-missing-image.png -share/icons/gnome/256x256/status/image-loading.png -share/icons/gnome/256x256/status/image-missing.png -share/icons/gnome/256x256/status/important.png -share/icons/gnome/256x256/status/mail-read.png -share/icons/gnome/256x256/status/messagebox_critical.png -share/icons/gnome/256x256/status/messagebox_warning.png -share/icons/gnome/256x256/status/network-error.png -share/icons/gnome/256x256/status/network-idle.png -share/icons/gnome/256x256/status/network-offline.png -share/icons/gnome/256x256/status/network-receive.png -share/icons/gnome/256x256/status/network-transmit-receive.png -share/icons/gnome/256x256/status/network-transmit.png -share/icons/gnome/256x256/status/nm-adhoc.png -share/icons/gnome/256x256/status/nm-device-wired.png -share/icons/gnome/256x256/status/nm-device-wireless.png -share/icons/gnome/256x256/status/nm-no-connection.png -share/icons/gnome/256x256/status/printer-error.png -share/icons/gnome/256x256/status/printer-printing.png -share/icons/gnome/256x256/status/security-high.png -share/icons/gnome/256x256/status/security-low.png -share/icons/gnome/256x256/status/security-medium.png -share/icons/gnome/256x256/status/software-update-available.png -share/icons/gnome/256x256/status/software-update-urgent.png -share/icons/gnome/256x256/status/stock_appointment-reminder-excl.png -share/icons/gnome/256x256/status/stock_appointment-reminder.png -share/icons/gnome/256x256/status/stock_dialog-error.png -share/icons/gnome/256x256/status/stock_dialog-question.png -share/icons/gnome/256x256/status/stock_dialog-warning.png -share/icons/gnome/256x256/status/stock_lock-broken.png -share/icons/gnome/256x256/status/stock_lock-ok.png -share/icons/gnome/256x256/status/stock_lock-open.png -share/icons/gnome/256x256/status/stock_lock.png -share/icons/gnome/256x256/status/stock_mail-open.png -share/icons/gnome/256x256/status/stock_open.png -share/icons/gnome/256x256/status/stock_trash_full.png -share/icons/gnome/256x256/status/trashcan_full.png -share/icons/gnome/256x256/status/user-trash-full.png -share/icons/gnome/256x256/status/xfce-trash_full.png -share/icons/gnome/32x32/actions/add.png -share/icons/gnome/32x32/actions/address-book-new.png -share/icons/gnome/32x32/actions/application-exit.png -share/icons/gnome/32x32/actions/appointment-new.png -share/icons/gnome/32x32/actions/appointment.png -share/icons/gnome/32x32/actions/back.png -share/icons/gnome/32x32/actions/bookmark-new.png -share/icons/gnome/32x32/actions/bookmark_add.png -share/icons/gnome/32x32/actions/bookmarks_list_add.png -share/icons/gnome/32x32/actions/bottom.png -share/icons/gnome/32x32/actions/call-start.png -share/icons/gnome/32x32/actions/call-stop.png -share/icons/gnome/32x32/actions/centrejust.png -share/icons/gnome/32x32/actions/contact-new.png -share/icons/gnome/32x32/actions/document-new.png -share/icons/gnome/32x32/actions/document-open-recent.png -share/icons/gnome/32x32/actions/document-open.png -share/icons/gnome/32x32/actions/document-page-setup.png -share/icons/gnome/32x32/actions/document-print-preview.png -share/icons/gnome/32x32/actions/document-print.png -share/icons/gnome/32x32/actions/document-properties.png -share/icons/gnome/32x32/actions/document-revert.png -share/icons/gnome/32x32/actions/document-save-as.png -share/icons/gnome/32x32/actions/document-save.png -share/icons/gnome/32x32/actions/document-send.png -share/icons/gnome/32x32/actions/down.png -share/icons/gnome/32x32/actions/edit-clear.png -share/icons/gnome/32x32/actions/edit-copy.png -share/icons/gnome/32x32/actions/edit-cut.png -share/icons/gnome/32x32/actions/edit-delete.png -share/icons/gnome/32x32/actions/edit-find-replace.png -share/icons/gnome/32x32/actions/edit-find.png -share/icons/gnome/32x32/actions/edit-paste.png -share/icons/gnome/32x32/actions/edit-redo.png -share/icons/gnome/32x32/actions/edit-select-all.png -share/icons/gnome/32x32/actions/edit-undo.png -share/icons/gnome/32x32/actions/editclear.png -share/icons/gnome/32x32/actions/editcopy.png -share/icons/gnome/32x32/actions/editcut.png -share/icons/gnome/32x32/actions/editdelete.png -share/icons/gnome/32x32/actions/editpaste.png -share/icons/gnome/32x32/actions/exit.png -share/icons/gnome/32x32/actions/filefind.png -share/icons/gnome/32x32/actions/filenew.png -share/icons/gnome/32x32/actions/fileopen.png -share/icons/gnome/32x32/actions/fileprint.png -share/icons/gnome/32x32/actions/filequickprint.png -share/icons/gnome/32x32/actions/filesave.png -share/icons/gnome/32x32/actions/filesaveas.png -share/icons/gnome/32x32/actions/find.png -share/icons/gnome/32x32/actions/finish.png -share/icons/gnome/32x32/actions/folder-new.png -share/icons/gnome/32x32/actions/folder_new.png -share/icons/gnome/32x32/actions/format-indent-less.png -share/icons/gnome/32x32/actions/format-indent-more.png -share/icons/gnome/32x32/actions/format-justify-center.png -share/icons/gnome/32x32/actions/format-justify-fill.png -share/icons/gnome/32x32/actions/format-justify-left.png -share/icons/gnome/32x32/actions/format-justify-right.png -share/icons/gnome/32x32/actions/format-text-bold.png -share/icons/gnome/32x32/actions/format-text-direction-ltr.png -share/icons/gnome/32x32/actions/format-text-direction-rtl.png -share/icons/gnome/32x32/actions/format-text-italic.png -share/icons/gnome/32x32/actions/format-text-strikethrough.png -share/icons/gnome/32x32/actions/format-text-underline.png -share/icons/gnome/32x32/actions/forward.png -share/icons/gnome/32x32/actions/gnome-lockscreen.png -share/icons/gnome/32x32/actions/gnome-logout.png -share/icons/gnome/32x32/actions/gnome-run.png -share/icons/gnome/32x32/actions/gnome-searchtool.png -share/icons/gnome/32x32/actions/gnome-shutdown.png -share/icons/gnome/32x32/actions/gnome-stock-mail-fwd.png -share/icons/gnome/32x32/actions/gnome-stock-mail-new.png -share/icons/gnome/32x32/actions/gnome-stock-mail-rpl.png -share/icons/gnome/32x32/actions/gnome-stock-mail-snd.png -share/icons/gnome/32x32/actions/gnome-stock-text-indent.png -share/icons/gnome/32x32/actions/gnome-stock-text-unindent.png -share/icons/gnome/32x32/actions/go-bottom.png -share/icons/gnome/32x32/actions/go-down.png -share/icons/gnome/32x32/actions/go-first.png -share/icons/gnome/32x32/actions/go-home.png -share/icons/gnome/32x32/actions/go-jump.png -share/icons/gnome/32x32/actions/go-last.png -share/icons/gnome/32x32/actions/go-next.png -share/icons/gnome/32x32/actions/go-previous.png -share/icons/gnome/32x32/actions/go-top.png -share/icons/gnome/32x32/actions/go-up.png -share/icons/gnome/32x32/actions/gohome.png -share/icons/gnome/32x32/actions/gtk-about.png -share/icons/gnome/32x32/actions/gtk-add.png -share/icons/gnome/32x32/actions/gtk-bold.png -share/icons/gnome/32x32/actions/gtk-cancel.png -share/icons/gnome/32x32/actions/gtk-clear.png -share/icons/gnome/32x32/actions/gtk-close.png -share/icons/gnome/32x32/actions/gtk-copy.png -share/icons/gnome/32x32/actions/gtk-cut.png -share/icons/gnome/32x32/actions/gtk-delete.png -share/icons/gnome/32x32/actions/gtk-execute.png -share/icons/gnome/32x32/actions/gtk-find-and-replace.png -share/icons/gnome/32x32/actions/gtk-find.png -share/icons/gnome/32x32/actions/gtk-fullscreen.png -share/icons/gnome/32x32/actions/gtk-go-back-ltr.png -share/icons/gnome/32x32/actions/gtk-go-back-rtl.png -share/icons/gnome/32x32/actions/gtk-go-down.png -share/icons/gnome/32x32/actions/gtk-go-forward-ltr.png -share/icons/gnome/32x32/actions/gtk-go-forward-rtl.png -share/icons/gnome/32x32/actions/gtk-go-up.png -share/icons/gnome/32x32/actions/gtk-goto-bottom.png -share/icons/gnome/32x32/actions/gtk-goto-first-ltr.png -share/icons/gnome/32x32/actions/gtk-goto-first-rtl.png -share/icons/gnome/32x32/actions/gtk-goto-last-ltr.png -share/icons/gnome/32x32/actions/gtk-goto-last-rtl.png -share/icons/gnome/32x32/actions/gtk-goto-top.png -share/icons/gnome/32x32/actions/gtk-help.png -share/icons/gnome/32x32/actions/gtk-home.png -share/icons/gnome/32x32/actions/gtk-indent-ltr.png -share/icons/gnome/32x32/actions/gtk-indent-rtl.png -share/icons/gnome/32x32/actions/gtk-italic.png -share/icons/gnome/32x32/actions/gtk-jump-to-ltr.png -share/icons/gnome/32x32/actions/gtk-jump-to-rtl.png -share/icons/gnome/32x32/actions/gtk-justify-center.png -share/icons/gnome/32x32/actions/gtk-justify-fill.png -share/icons/gnome/32x32/actions/gtk-justify-left.png -share/icons/gnome/32x32/actions/gtk-justify-right.png -share/icons/gnome/32x32/actions/gtk-leave-fullscreen.png -share/icons/gnome/32x32/actions/gtk-media-forward-ltr.png -share/icons/gnome/32x32/actions/gtk-media-forward-rtl.png -share/icons/gnome/32x32/actions/gtk-media-next-ltr.png -share/icons/gnome/32x32/actions/gtk-media-next-rtl.png -share/icons/gnome/32x32/actions/gtk-media-pause.png -share/icons/gnome/32x32/actions/gtk-media-play-ltr.png -share/icons/gnome/32x32/actions/gtk-media-previous-ltr.png -share/icons/gnome/32x32/actions/gtk-media-previous-rtl.png -share/icons/gnome/32x32/actions/gtk-media-record.png -share/icons/gnome/32x32/actions/gtk-media-rewind-ltr.png -share/icons/gnome/32x32/actions/gtk-media-rewind-rtl.png -share/icons/gnome/32x32/actions/gtk-media-stop.png -share/icons/gnome/32x32/actions/gtk-new.png -share/icons/gnome/32x32/actions/gtk-open.png -share/icons/gnome/32x32/actions/gtk-paste.png -share/icons/gnome/32x32/actions/gtk-print-preview.png -share/icons/gnome/32x32/actions/gtk-print.png -share/icons/gnome/32x32/actions/gtk-properties.png -share/icons/gnome/32x32/actions/gtk-quit.png -share/icons/gnome/32x32/actions/gtk-redo-ltr.png -share/icons/gnome/32x32/actions/gtk-refresh.png -share/icons/gnome/32x32/actions/gtk-remove.png -share/icons/gnome/32x32/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/32x32/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/32x32/actions/gtk-save-as.png -share/icons/gnome/32x32/actions/gtk-save.png -share/icons/gnome/32x32/actions/gtk-select-all.png -share/icons/gnome/32x32/actions/gtk-sort-ascending.png -share/icons/gnome/32x32/actions/gtk-sort-descending.png -share/icons/gnome/32x32/actions/gtk-spell-check.png -share/icons/gnome/32x32/actions/gtk-stop.png -share/icons/gnome/32x32/actions/gtk-strikethrough.png -share/icons/gnome/32x32/actions/gtk-underline.png -share/icons/gnome/32x32/actions/gtk-undo-ltr.png -share/icons/gnome/32x32/actions/gtk-unindent-ltr.png -share/icons/gnome/32x32/actions/gtk-unindent-rtl.png -share/icons/gnome/32x32/actions/gtk-zoom-100.png -share/icons/gnome/32x32/actions/gtk-zoom-fit.png -share/icons/gnome/32x32/actions/gtk-zoom-in.png -share/icons/gnome/32x32/actions/gtk-zoom-out.png -share/icons/gnome/32x32/actions/help-about.png -share/icons/gnome/32x32/actions/help-contents.png -share/icons/gnome/32x32/actions/help-faq.png -share/icons/gnome/32x32/actions/help.png -share/icons/gnome/32x32/actions/insert-image.png -share/icons/gnome/32x32/actions/insert-link.png -share/icons/gnome/32x32/actions/insert-object.png -share/icons/gnome/32x32/actions/insert-text.png -share/icons/gnome/32x32/actions/kfind.png -share/icons/gnome/32x32/actions/kfm_home.png -share/icons/gnome/32x32/actions/leftjust.png -share/icons/gnome/32x32/actions/list-add.png -share/icons/gnome/32x32/actions/list-remove.png -share/icons/gnome/32x32/actions/lock.png -share/icons/gnome/32x32/actions/mail-forward.png -share/icons/gnome/32x32/actions/mail-mark-important.png -share/icons/gnome/32x32/actions/mail-mark-junk.png -share/icons/gnome/32x32/actions/mail-mark-notjunk.png -share/icons/gnome/32x32/actions/mail-mark-read.png -share/icons/gnome/32x32/actions/mail-mark-unread.png -share/icons/gnome/32x32/actions/mail-message-new.png -share/icons/gnome/32x32/actions/mail-reply-all.png -share/icons/gnome/32x32/actions/mail-reply-sender.png -share/icons/gnome/32x32/actions/mail-send-receive.png -share/icons/gnome/32x32/actions/mail-send.png -share/icons/gnome/32x32/actions/mail_forward.png -share/icons/gnome/32x32/actions/mail_new.png -share/icons/gnome/32x32/actions/mail_reply.png -share/icons/gnome/32x32/actions/mail_replyall.png -share/icons/gnome/32x32/actions/mail_send.png -share/icons/gnome/32x32/actions/mail_spam.png -share/icons/gnome/32x32/actions/media-eject.png -share/icons/gnome/32x32/actions/media-playback-pause.png -share/icons/gnome/32x32/actions/media-playback-start.png -share/icons/gnome/32x32/actions/media-playback-stop.png -share/icons/gnome/32x32/actions/media-record.png -share/icons/gnome/32x32/actions/media-seek-backward.png -share/icons/gnome/32x32/actions/media-seek-forward.png -share/icons/gnome/32x32/actions/media-skip-backward.png -share/icons/gnome/32x32/actions/media-skip-forward.png -share/icons/gnome/32x32/actions/next.png -share/icons/gnome/32x32/actions/object-flip-horizontal.png -share/icons/gnome/32x32/actions/object-flip-vertical.png -share/icons/gnome/32x32/actions/object-rotate-left.png -share/icons/gnome/32x32/actions/object-rotate-right.png -share/icons/gnome/32x32/actions/player_eject.png -share/icons/gnome/32x32/actions/player_end.png -share/icons/gnome/32x32/actions/player_fwd.png -share/icons/gnome/32x32/actions/player_pause.png -share/icons/gnome/32x32/actions/player_play.png -share/icons/gnome/32x32/actions/player_record.png -share/icons/gnome/32x32/actions/player_rew.png -share/icons/gnome/32x32/actions/player_start.png -share/icons/gnome/32x32/actions/player_stop.png -share/icons/gnome/32x32/actions/previous.png -share/icons/gnome/32x32/actions/process-stop.png -share/icons/gnome/32x32/actions/redhat-home.png -share/icons/gnome/32x32/actions/redo.png -share/icons/gnome/32x32/actions/reload.png -share/icons/gnome/32x32/actions/reload3.png -share/icons/gnome/32x32/actions/reload_all_tabs.png -share/icons/gnome/32x32/actions/reload_page.png -share/icons/gnome/32x32/actions/remove.png -share/icons/gnome/32x32/actions/revert.png -share/icons/gnome/32x32/actions/rightjust.png -share/icons/gnome/32x32/actions/search.png -share/icons/gnome/32x32/actions/start.png -share/icons/gnome/32x32/actions/stock_about.png -share/icons/gnome/32x32/actions/stock_add-bookmark.png -share/icons/gnome/32x32/actions/stock_bottom.png -share/icons/gnome/32x32/actions/stock_close.png -share/icons/gnome/32x32/actions/stock_copy.png -share/icons/gnome/32x32/actions/stock_cut.png -share/icons/gnome/32x32/actions/stock_delete.png -share/icons/gnome/32x32/actions/stock_down.png -share/icons/gnome/32x32/actions/stock_file-properites.png -share/icons/gnome/32x32/actions/stock_first.png -share/icons/gnome/32x32/actions/stock_fullscreen.png -share/icons/gnome/32x32/actions/stock_help-add-bookmark.png -share/icons/gnome/32x32/actions/stock_help.png -share/icons/gnome/32x32/actions/stock_home.png -share/icons/gnome/32x32/actions/stock_last.png -share/icons/gnome/32x32/actions/stock_leave-fullscreen.png -share/icons/gnome/32x32/actions/stock_left.png -share/icons/gnome/32x32/actions/stock_mail-compose.png -share/icons/gnome/32x32/actions/stock_mail-forward.png -share/icons/gnome/32x32/actions/stock_mail-reply-to-all.png -share/icons/gnome/32x32/actions/stock_mail-reply.png -share/icons/gnome/32x32/actions/stock_mail-send-receive.png -share/icons/gnome/32x32/actions/stock_mail-send.png -share/icons/gnome/32x32/actions/stock_media-fwd.png -share/icons/gnome/32x32/actions/stock_media-next.png -share/icons/gnome/32x32/actions/stock_media-pause.png -share/icons/gnome/32x32/actions/stock_media-play.png -share/icons/gnome/32x32/actions/stock_media-prev.png -share/icons/gnome/32x32/actions/stock_media-rec.png -share/icons/gnome/32x32/actions/stock_media-rew.png -share/icons/gnome/32x32/actions/stock_media-stop.png -share/icons/gnome/32x32/actions/stock_new-address-book.png -share/icons/gnome/32x32/actions/stock_new-appointment.png -share/icons/gnome/32x32/actions/stock_new-bcard.png -share/icons/gnome/32x32/actions/stock_new-dir.png -share/icons/gnome/32x32/actions/stock_new-text.png -share/icons/gnome/32x32/actions/stock_new-window.png -share/icons/gnome/32x32/actions/stock_paste.png -share/icons/gnome/32x32/actions/stock_print-preview.png -share/icons/gnome/32x32/actions/stock_print-setup.png -share/icons/gnome/32x32/actions/stock_print.png -share/icons/gnome/32x32/actions/stock_properties.png -share/icons/gnome/32x32/actions/stock_redo.png -share/icons/gnome/32x32/actions/stock_refresh.png -share/icons/gnome/32x32/actions/stock_right.png -share/icons/gnome/32x32/actions/stock_save-as.png -share/icons/gnome/32x32/actions/stock_save.png -share/icons/gnome/32x32/actions/stock_search-and-replace.png -share/icons/gnome/32x32/actions/stock_search.png -share/icons/gnome/32x32/actions/stock_select-all.png -share/icons/gnome/32x32/actions/stock_spam.png -share/icons/gnome/32x32/actions/stock_spellcheck.png -share/icons/gnome/32x32/actions/stock_stop.png -share/icons/gnome/32x32/actions/stock_text-strikethrough.png -share/icons/gnome/32x32/actions/stock_text_bold.png -share/icons/gnome/32x32/actions/stock_text_center.png -share/icons/gnome/32x32/actions/stock_text_indent.png -share/icons/gnome/32x32/actions/stock_text_italic.png -share/icons/gnome/32x32/actions/stock_text_justify.png -share/icons/gnome/32x32/actions/stock_text_left.png -share/icons/gnome/32x32/actions/stock_text_right.png -share/icons/gnome/32x32/actions/stock_text_underlined.png -share/icons/gnome/32x32/actions/stock_text_unindent.png -share/icons/gnome/32x32/actions/stock_top.png -share/icons/gnome/32x32/actions/stock_undo.png -share/icons/gnome/32x32/actions/stock_up.png -share/icons/gnome/32x32/actions/stock_zoom-1.png -share/icons/gnome/32x32/actions/stock_zoom-in.png -share/icons/gnome/32x32/actions/stock_zoom-out.png -share/icons/gnome/32x32/actions/stock_zoom-page.png -share/icons/gnome/32x32/actions/stop.png -share/icons/gnome/32x32/actions/system-lock-screen.png -share/icons/gnome/32x32/actions/system-log-out.png -share/icons/gnome/32x32/actions/system-run.png -share/icons/gnome/32x32/actions/system-search.png -share/icons/gnome/32x32/actions/system-shutdown.png -share/icons/gnome/32x32/actions/text_bold.png -share/icons/gnome/32x32/actions/text_italic.png -share/icons/gnome/32x32/actions/text_strike.png -share/icons/gnome/32x32/actions/text_under.png -share/icons/gnome/32x32/actions/tools-check-spelling.png -share/icons/gnome/32x32/actions/top.png -share/icons/gnome/32x32/actions/undo.png -share/icons/gnome/32x32/actions/up.png -share/icons/gnome/32x32/actions/view-fullscreen.png -share/icons/gnome/32x32/actions/view-refresh.png -share/icons/gnome/32x32/actions/view-restore.png -share/icons/gnome/32x32/actions/view-sort-ascending.png -share/icons/gnome/32x32/actions/view-sort-descending.png -share/icons/gnome/32x32/actions/viewmag+.png -share/icons/gnome/32x32/actions/viewmag-.png -share/icons/gnome/32x32/actions/viewmag1.png -share/icons/gnome/32x32/actions/viewmagfit.png -share/icons/gnome/32x32/actions/window-close.png -share/icons/gnome/32x32/actions/window-new.png -share/icons/gnome/32x32/actions/window_fullscreen.png -share/icons/gnome/32x32/actions/window_new.png -share/icons/gnome/32x32/actions/window_nofullscreen.png -share/icons/gnome/32x32/actions/xfce-system-exit.png -share/icons/gnome/32x32/actions/xfce-system-lock.png -share/icons/gnome/32x32/actions/zoom-best-fit.png -share/icons/gnome/32x32/actions/zoom-fit-best.png -share/icons/gnome/32x32/actions/zoom-in.png -share/icons/gnome/32x32/actions/zoom-original.png -share/icons/gnome/32x32/actions/zoom-out.png -share/icons/gnome/32x32/animations/gnome-spinner.png -share/icons/gnome/32x32/animations/process-working.png -share/icons/gnome/32x32/apps/access.png -share/icons/gnome/32x32/apps/accessibility-directory.png -share/icons/gnome/32x32/apps/accessories-calculator.png -share/icons/gnome/32x32/apps/accessories-character-map.png -share/icons/gnome/32x32/apps/accessories-dictionary.png -share/icons/gnome/32x32/apps/accessories-text-editor.png -share/icons/gnome/32x32/apps/applets-screenshooter.png -share/icons/gnome/32x32/apps/arts.png -share/icons/gnome/32x32/apps/background.png -share/icons/gnome/32x32/apps/calc.png -share/icons/gnome/32x32/apps/config-language.png -share/icons/gnome/32x32/apps/config-users.png -share/icons/gnome/32x32/apps/file-manager.png -share/icons/gnome/32x32/apps/fonts.png -share/icons/gnome/32x32/apps/gnome-calculator.png -share/icons/gnome/32x32/apps/gnome-character-map.png -share/icons/gnome/32x32/apps/gnome-help.png -share/icons/gnome/32x32/apps/gnome-mixer.png -share/icons/gnome/32x32/apps/gnome-monitor.png -share/icons/gnome/32x32/apps/gnome-remote-desktop.png -share/icons/gnome/32x32/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/32x32/apps/gnome-settings-background.png -share/icons/gnome/32x32/apps/gnome-settings-font.png -share/icons/gnome/32x32/apps/gnome-settings-keybindings.png -share/icons/gnome/32x32/apps/gnome-settings-theme.png -share/icons/gnome/32x32/apps/gnome-terminal.png -share/icons/gnome/32x32/apps/gnome-window-manager.png -share/icons/gnome/32x32/apps/gucharmap.png -share/icons/gnome/32x32/apps/help-browser.png -share/icons/gnome/32x32/apps/kcalc.png -share/icons/gnome/32x32/apps/kcharselect.png -share/icons/gnome/32x32/apps/kcmkwm.png -share/icons/gnome/32x32/apps/kcmsound.png -share/icons/gnome/32x32/apps/kedit.png -share/icons/gnome/32x32/apps/key_bindings.png -share/icons/gnome/32x32/apps/kfm.png -share/icons/gnome/32x32/apps/khelpcenter.png -share/icons/gnome/32x32/apps/konsole.png -share/icons/gnome/32x32/apps/krfb.png -share/icons/gnome/32x32/apps/kscreensaver.png -share/icons/gnome/32x32/apps/ksysguard.png -share/icons/gnome/32x32/apps/kuser.png -share/icons/gnome/32x32/apps/kwin.png -share/icons/gnome/32x32/apps/locale.png -share/icons/gnome/32x32/apps/logviewer.png -share/icons/gnome/32x32/apps/multimedia-volume-control.png -share/icons/gnome/32x32/apps/multimedia.png -share/icons/gnome/32x32/apps/openterm.png -share/icons/gnome/32x32/apps/preferences-desktop-accessibility.png -share/icons/gnome/32x32/apps/preferences-desktop-display.png -share/icons/gnome/32x32/apps/preferences-desktop-font.png -share/icons/gnome/32x32/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/32x32/apps/preferences-desktop-keyboard.png -share/icons/gnome/32x32/apps/preferences-desktop-locale.png -share/icons/gnome/32x32/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/32x32/apps/preferences-desktop-screensaver.png -share/icons/gnome/32x32/apps/preferences-desktop-theme.png -share/icons/gnome/32x32/apps/preferences-desktop-wallpaper.png -share/icons/gnome/32x32/apps/preferences-system-windows.png -share/icons/gnome/32x32/apps/redhat-filemanager.png -share/icons/gnome/32x32/apps/screensaver.png -share/icons/gnome/32x32/apps/style.png -share/icons/gnome/32x32/apps/susehelpcenter.png -share/icons/gnome/32x32/apps/system-config-users.png -share/icons/gnome/32x32/apps/system-file-manager.png -share/icons/gnome/32x32/apps/system-software-install.png -share/icons/gnome/32x32/apps/system-software-update.png -share/icons/gnome/32x32/apps/system-users.png -share/icons/gnome/32x32/apps/terminal.png -share/icons/gnome/32x32/apps/text-editor.png -share/icons/gnome/32x32/apps/update-manager.png -share/icons/gnome/32x32/apps/user-info.png -share/icons/gnome/32x32/apps/utilities-system-monitor.png -share/icons/gnome/32x32/apps/utilities-terminal.png -share/icons/gnome/32x32/apps/volume-knob.png -share/icons/gnome/32x32/apps/wallpaper.png -share/icons/gnome/32x32/apps/web-browser.png -share/icons/gnome/32x32/apps/xfce-filemanager.png -share/icons/gnome/32x32/apps/xfce-terminal.png -share/icons/gnome/32x32/apps/xfce4-backdrop.png -share/icons/gnome/32x32/apps/xfce4-mixer.png -share/icons/gnome/32x32/apps/xfwm4.png -share/icons/gnome/32x32/apps/xscreensaver.png -share/icons/gnome/32x32/apps/zen-icon.png -share/icons/gnome/32x32/categories/applications-accessories.png -share/icons/gnome/32x32/categories/applications-development.png -share/icons/gnome/32x32/categories/applications-engineering.png -share/icons/gnome/32x32/categories/applications-games.png -share/icons/gnome/32x32/categories/applications-graphics.png -share/icons/gnome/32x32/categories/applications-internet.png -share/icons/gnome/32x32/categories/applications-multimedia.png -share/icons/gnome/32x32/categories/applications-office.png -share/icons/gnome/32x32/categories/applications-other.png -share/icons/gnome/32x32/categories/applications-science.png -share/icons/gnome/32x32/categories/applications-system.png -share/icons/gnome/32x32/categories/applications-utilities.png -share/icons/gnome/32x32/categories/gnome-applications.png -share/icons/gnome/32x32/categories/gnome-control-center.png -share/icons/gnome/32x32/categories/gnome-devel.png -share/icons/gnome/32x32/categories/gnome-globe.png -share/icons/gnome/32x32/categories/gnome-graphics.png -share/icons/gnome/32x32/categories/gnome-joystick.png -share/icons/gnome/32x32/categories/gnome-multimedia.png -share/icons/gnome/32x32/categories/gnome-other.png -share/icons/gnome/32x32/categories/gnome-settings.png -share/icons/gnome/32x32/categories/gnome-system.png -share/icons/gnome/32x32/categories/gnome-util.png -share/icons/gnome/32x32/categories/gtk-preferences.png -share/icons/gnome/32x32/categories/input_devices_settings.png -share/icons/gnome/32x32/categories/kcontrol.png -share/icons/gnome/32x32/categories/package_development.png -share/icons/gnome/32x32/categories/package_games.png -share/icons/gnome/32x32/categories/package_graphics.png -share/icons/gnome/32x32/categories/package_multimedia.png -share/icons/gnome/32x32/categories/package_network.png -share/icons/gnome/32x32/categories/package_office.png -share/icons/gnome/32x32/categories/package_settings.png -share/icons/gnome/32x32/categories/package_system.png -share/icons/gnome/32x32/categories/package_utilities.png -share/icons/gnome/32x32/categories/preferences-desktop-peripherals.png -share/icons/gnome/32x32/categories/preferences-desktop-personal.png -share/icons/gnome/32x32/categories/preferences-desktop.png -share/icons/gnome/32x32/categories/preferences-other.png -share/icons/gnome/32x32/categories/preferences-system-network.png -share/icons/gnome/32x32/categories/preferences-system.png -share/icons/gnome/32x32/categories/redhat-accessories.png -share/icons/gnome/32x32/categories/redhat-games.png -share/icons/gnome/32x32/categories/redhat-graphics.png -share/icons/gnome/32x32/categories/redhat-internet.png -share/icons/gnome/32x32/categories/redhat-office.png -share/icons/gnome/32x32/categories/redhat-preferences.png -share/icons/gnome/32x32/categories/redhat-programming.png -share/icons/gnome/32x32/categories/redhat-sound_video.png -share/icons/gnome/32x32/categories/redhat-system_settings.png -share/icons/gnome/32x32/categories/redhat-system_tools.png -share/icons/gnome/32x32/categories/stock_internet.png -share/icons/gnome/32x32/categories/system-help.png -share/icons/gnome/32x32/categories/xfce-games.png -share/icons/gnome/32x32/categories/xfce-graphics.png -share/icons/gnome/32x32/categories/xfce-internet.png -share/icons/gnome/32x32/categories/xfce-multimedia.png -share/icons/gnome/32x32/categories/xfce-office.png -share/icons/gnome/32x32/categories/xfce-system-settings.png -share/icons/gnome/32x32/categories/xfce-utils.png -share/icons/gnome/32x32/categories/xfce4-settings.png -share/icons/gnome/32x32/devices/3floppy_unmount.png -share/icons/gnome/32x32/devices/ac-adapter.png -share/icons/gnome/32x32/devices/audio-card.png -share/icons/gnome/32x32/devices/audio-input-microphone.png -share/icons/gnome/32x32/devices/battery.png -share/icons/gnome/32x32/devices/camera-photo.png -share/icons/gnome/32x32/devices/camera-video.png -share/icons/gnome/32x32/devices/camera-web.png -share/icons/gnome/32x32/devices/camera.png -share/icons/gnome/32x32/devices/camera_unmount.png -share/icons/gnome/32x32/devices/cdrom_unmount.png -share/icons/gnome/32x32/devices/cdwriter_unmount.png -share/icons/gnome/32x32/devices/chardevice.png -share/icons/gnome/32x32/devices/computer.png -share/icons/gnome/32x32/devices/display.png -share/icons/gnome/32x32/devices/drive-cdrom.png -share/icons/gnome/32x32/devices/drive-harddisk.png -share/icons/gnome/32x32/devices/drive-optical.png -share/icons/gnome/32x32/devices/drive-removable-media.png -share/icons/gnome/32x32/devices/dvd_unmount.png -share/icons/gnome/32x32/devices/gnome-dev-battery.png -share/icons/gnome/32x32/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/32x32/devices/gnome-dev-cdrom.png -share/icons/gnome/32x32/devices/gnome-dev-computer.png -share/icons/gnome/32x32/devices/gnome-dev-disc-cdr.png -share/icons/gnome/32x32/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/32x32/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/32x32/devices/gnome-dev-dvd.png -share/icons/gnome/32x32/devices/gnome-dev-ethernet.png -share/icons/gnome/32x32/devices/gnome-dev-floppy.png -share/icons/gnome/32x32/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/32x32/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/32x32/devices/gnome-dev-harddisk.png -share/icons/gnome/32x32/devices/gnome-dev-ipod.png -share/icons/gnome/32x32/devices/gnome-dev-keyboard.png -share/icons/gnome/32x32/devices/gnome-dev-media-cf.png -share/icons/gnome/32x32/devices/gnome-dev-media-ms.png -share/icons/gnome/32x32/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/32x32/devices/gnome-dev-media-sm.png -share/icons/gnome/32x32/devices/gnome-dev-mouse-ball.png -share/icons/gnome/32x32/devices/gnome-dev-mouse-optical.png -share/icons/gnome/32x32/devices/gnome-dev-printer.png -share/icons/gnome/32x32/devices/gnome-dev-removable-1394.png -share/icons/gnome/32x32/devices/gnome-dev-removable-usb.png -share/icons/gnome/32x32/devices/gnome-dev-removable.png -share/icons/gnome/32x32/devices/gnome-dev-wavelan.png -share/icons/gnome/32x32/devices/gnome-fs-client.png -share/icons/gnome/32x32/devices/gnome-modem.png -share/icons/gnome/32x32/devices/gnome-stock-mic.png -share/icons/gnome/32x32/devices/gtk-cdrom.png -share/icons/gnome/32x32/devices/gtk-floppy.png -share/icons/gnome/32x32/devices/gtk-harddisk.png -share/icons/gnome/32x32/devices/harddrive.png -share/icons/gnome/32x32/devices/hdd_unmount.png -share/icons/gnome/32x32/devices/input-gaming.png -share/icons/gnome/32x32/devices/input-keyboard.png -share/icons/gnome/32x32/devices/input-mouse.png -share/icons/gnome/32x32/devices/input-tablet.png -share/icons/gnome/32x32/devices/input-touchpad.png -share/icons/gnome/32x32/devices/ipod_mount.png -share/icons/gnome/32x32/devices/joystick.png -share/icons/gnome/32x32/devices/keyboard.png -share/icons/gnome/32x32/devices/kjobviewer.png -share/icons/gnome/32x32/devices/kxkb.png -share/icons/gnome/32x32/devices/media-cdrom.png -share/icons/gnome/32x32/devices/media-flash.png -share/icons/gnome/32x32/devices/media-floppy.png -share/icons/gnome/32x32/devices/media-optical.png -share/icons/gnome/32x32/devices/media-tape.png -share/icons/gnome/32x32/devices/modem.png -share/icons/gnome/32x32/devices/mouse.png -share/icons/gnome/32x32/devices/multimedia-player.png -share/icons/gnome/32x32/devices/network-wired.png -share/icons/gnome/32x32/devices/network-wireless.png -share/icons/gnome/32x32/devices/pda.png -share/icons/gnome/32x32/devices/phone.png -share/icons/gnome/32x32/devices/printer-remote.png -share/icons/gnome/32x32/devices/printer.png -share/icons/gnome/32x32/devices/printer1.png -share/icons/gnome/32x32/devices/printmgr.png -share/icons/gnome/32x32/devices/scanner.png -share/icons/gnome/32x32/devices/stock_cell-phone.png -share/icons/gnome/32x32/devices/stock_mic.png -share/icons/gnome/32x32/devices/stock_printers.png -share/icons/gnome/32x32/devices/system-floppy.png -share/icons/gnome/32x32/devices/system.png -share/icons/gnome/32x32/devices/usbpendrive_unmount.png -share/icons/gnome/32x32/devices/video-display.png -share/icons/gnome/32x32/devices/xfce-printer.png -share/icons/gnome/32x32/devices/xfce4-display.png -share/icons/gnome/32x32/devices/xfce4-keyboard.png -share/icons/gnome/32x32/devices/xfce4-mouse.png -share/icons/gnome/32x32/devices/yast_HD.png -share/icons/gnome/32x32/devices/yast_idetude.png -share/icons/gnome/32x32/devices/yast_joystick.png -share/icons/gnome/32x32/devices/yast_mouse.png -share/icons/gnome/32x32/devices/yast_printer.png -share/icons/gnome/32x32/devices/yast_soundcard.png -share/icons/gnome/32x32/emblems/emblem-default.png -share/icons/gnome/32x32/emblems/emblem-documents.png -share/icons/gnome/32x32/emblems/emblem-downloads.png -share/icons/gnome/32x32/emblems/emblem-favorite.png -share/icons/gnome/32x32/emblems/emblem-generic.png -share/icons/gnome/32x32/emblems/emblem-important.png -share/icons/gnome/32x32/emblems/emblem-mail.png -share/icons/gnome/32x32/emblems/emblem-new.png -share/icons/gnome/32x32/emblems/emblem-noread.png -share/icons/gnome/32x32/emblems/emblem-nowrite.png -share/icons/gnome/32x32/emblems/emblem-package.png -share/icons/gnome/32x32/emblems/emblem-photos.png -share/icons/gnome/32x32/emblems/emblem-readonly.png -share/icons/gnome/32x32/emblems/emblem-shared.png -share/icons/gnome/32x32/emblems/emblem-symbolic-link.png -share/icons/gnome/32x32/emblems/emblem-system.png -share/icons/gnome/32x32/emblems/emblem-unreadable.png -share/icons/gnome/32x32/emblems/emblem-urgent.png -share/icons/gnome/32x32/emblems/emblem-web.png -share/icons/gnome/32x32/emotes/face-angel.png -share/icons/gnome/32x32/emotes/face-angry.png -share/icons/gnome/32x32/emotes/face-cool.png -share/icons/gnome/32x32/emotes/face-crying.png -share/icons/gnome/32x32/emotes/face-devilish.png -share/icons/gnome/32x32/emotes/face-embarrassed.png -share/icons/gnome/32x32/emotes/face-glasses.png -share/icons/gnome/32x32/emotes/face-kiss.png -share/icons/gnome/32x32/emotes/face-laugh.png -share/icons/gnome/32x32/emotes/face-monkey.png -share/icons/gnome/32x32/emotes/face-plain.png -share/icons/gnome/32x32/emotes/face-raspberry.png -share/icons/gnome/32x32/emotes/face-sad.png -share/icons/gnome/32x32/emotes/face-sick.png -share/icons/gnome/32x32/emotes/face-smile-big.png -share/icons/gnome/32x32/emotes/face-smile.png -share/icons/gnome/32x32/emotes/face-smirk.png -share/icons/gnome/32x32/emotes/face-surprise.png -share/icons/gnome/32x32/emotes/face-tired.png -share/icons/gnome/32x32/emotes/face-uncertain.png -share/icons/gnome/32x32/emotes/face-wink.png -share/icons/gnome/32x32/emotes/face-worried.png -share/icons/gnome/32x32/emotes/stock_smiley-1.png -share/icons/gnome/32x32/emotes/stock_smiley-10.png -share/icons/gnome/32x32/emotes/stock_smiley-11.png -share/icons/gnome/32x32/emotes/stock_smiley-13.png -share/icons/gnome/32x32/emotes/stock_smiley-15.png -share/icons/gnome/32x32/emotes/stock_smiley-18.png -share/icons/gnome/32x32/emotes/stock_smiley-2.png -share/icons/gnome/32x32/emotes/stock_smiley-22.png -share/icons/gnome/32x32/emotes/stock_smiley-3.png -share/icons/gnome/32x32/emotes/stock_smiley-4.png -share/icons/gnome/32x32/emotes/stock_smiley-5.png -share/icons/gnome/32x32/emotes/stock_smiley-6.png -share/icons/gnome/32x32/emotes/stock_smiley-7.png -share/icons/gnome/32x32/emotes/stock_smiley-8.png -share/icons/gnome/32x32/mimetypes/application-certificate.png -share/icons/gnome/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png -share/icons/gnome/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/gnome/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/gnome/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/gnome/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png -share/icons/gnome/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -share/icons/gnome/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png -share/icons/gnome/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/gnome/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png -share/icons/gnome/32x32/mimetypes/application-x-executable.png -share/icons/gnome/32x32/mimetypes/ascii.png -share/icons/gnome/32x32/mimetypes/audio-x-generic.png -share/icons/gnome/32x32/mimetypes/binary.png -share/icons/gnome/32x32/mimetypes/contents2.png -share/icons/gnome/32x32/mimetypes/deb.png -share/icons/gnome/32x32/mimetypes/document.png -share/icons/gnome/32x32/mimetypes/empty.png -share/icons/gnome/32x32/mimetypes/exec.png -share/icons/gnome/32x32/mimetypes/folder_tar.png -share/icons/gnome/32x32/mimetypes/font-x-generic.png -share/icons/gnome/32x32/mimetypes/font.png -share/icons/gnome/32x32/mimetypes/font_bitmap.png -share/icons/gnome/32x32/mimetypes/font_truetype.png -share/icons/gnome/32x32/mimetypes/font_type1.png -share/icons/gnome/32x32/mimetypes/gnome-fs-executable.png -share/icons/gnome/32x32/mimetypes/gnome-fs-regular.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/32x32/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/32x32/mimetypes/gnome-mime-audio.png -share/icons/gnome/32x32/mimetypes/gnome-mime-image.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-html.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/32x32/mimetypes/gnome-mime-text.png -share/icons/gnome/32x32/mimetypes/gnome-mime-video.png -share/icons/gnome/32x32/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/32x32/mimetypes/gnome-package.png -share/icons/gnome/32x32/mimetypes/gtk-file.png -share/icons/gnome/32x32/mimetypes/html.png -share/icons/gnome/32x32/mimetypes/image-x-generic.png -share/icons/gnome/32x32/mimetypes/image.png -share/icons/gnome/32x32/mimetypes/kpresenter_kpr.png -share/icons/gnome/32x32/mimetypes/mime_ascii.png -share/icons/gnome/32x32/mimetypes/misc.png -share/icons/gnome/32x32/mimetypes/package-x-generic.png -share/icons/gnome/32x32/mimetypes/package.png -share/icons/gnome/32x32/mimetypes/package_editors.png -share/icons/gnome/32x32/mimetypes/package_wordprocessing.png -share/icons/gnome/32x32/mimetypes/plan.png -share/icons/gnome/32x32/mimetypes/rpm.png -share/icons/gnome/32x32/mimetypes/shellscript.png -share/icons/gnome/32x32/mimetypes/sound.png -share/icons/gnome/32x32/mimetypes/spreadsheet.png -share/icons/gnome/32x32/mimetypes/stock_addressbook.png -share/icons/gnome/32x32/mimetypes/stock_calendar.png -share/icons/gnome/32x32/mimetypes/stock_certificate.png -share/icons/gnome/32x32/mimetypes/stock_script.png -share/icons/gnome/32x32/mimetypes/tar.png -share/icons/gnome/32x32/mimetypes/template_source.png -share/icons/gnome/32x32/mimetypes/text-html.png -share/icons/gnome/32x32/mimetypes/text-x-generic-template.png -share/icons/gnome/32x32/mimetypes/text-x-generic.png -share/icons/gnome/32x32/mimetypes/text-x-preview.png -share/icons/gnome/32x32/mimetypes/text-x-script.png -share/icons/gnome/32x32/mimetypes/tgz.png -share/icons/gnome/32x32/mimetypes/txt.png -share/icons/gnome/32x32/mimetypes/txt2.png -share/icons/gnome/32x32/mimetypes/unknown.png -share/icons/gnome/32x32/mimetypes/vcalendar.png -share/icons/gnome/32x32/mimetypes/vcard.png -share/icons/gnome/32x32/mimetypes/video-x-generic.png -share/icons/gnome/32x32/mimetypes/video.png -share/icons/gnome/32x32/mimetypes/wordprocessing.png -share/icons/gnome/32x32/mimetypes/www.png -share/icons/gnome/32x32/mimetypes/x-office-address-book.png -share/icons/gnome/32x32/mimetypes/x-office-calendar.png -share/icons/gnome/32x32/mimetypes/x-office-document-template.png -share/icons/gnome/32x32/mimetypes/x-office-document.png -share/icons/gnome/32x32/mimetypes/x-office-drawing-template.png -share/icons/gnome/32x32/mimetypes/x-office-drawing.png -share/icons/gnome/32x32/mimetypes/x-office-presentation-template.png -share/icons/gnome/32x32/mimetypes/x-office-presentation.png -share/icons/gnome/32x32/mimetypes/x-office-spreadsheet-template.png -share/icons/gnome/32x32/mimetypes/x-office-spreadsheet.png -share/icons/gnome/32x32/mimetypes/zip.png -share/icons/gnome/32x32/places/application-x-gnome-saved-search.png -share/icons/gnome/32x32/places/desktop.png -share/icons/gnome/32x32/places/distributor-logo.png -share/icons/gnome/32x32/places/emptytrash.png -share/icons/gnome/32x32/places/folder-documents.png -share/icons/gnome/32x32/places/folder-download.png -share/icons/gnome/32x32/places/folder-music.png -share/icons/gnome/32x32/places/folder-pictures.png -share/icons/gnome/32x32/places/folder-publicshare.png -share/icons/gnome/32x32/places/folder-remote.png -share/icons/gnome/32x32/places/folder-saved-search.png -share/icons/gnome/32x32/places/folder-templates.png -share/icons/gnome/32x32/places/folder-videos.png -share/icons/gnome/32x32/places/folder.png -share/icons/gnome/32x32/places/folder_home.png -share/icons/gnome/32x32/places/gnome-fs-desktop.png -share/icons/gnome/32x32/places/gnome-fs-directory.png -share/icons/gnome/32x32/places/gnome-fs-ftp.png -share/icons/gnome/32x32/places/gnome-fs-home.png -share/icons/gnome/32x32/places/gnome-fs-network.png -share/icons/gnome/32x32/places/gnome-fs-nfs.png -share/icons/gnome/32x32/places/gnome-fs-server.png -share/icons/gnome/32x32/places/gnome-fs-share.png -share/icons/gnome/32x32/places/gnome-fs-smb.png -share/icons/gnome/32x32/places/gnome-fs-ssh.png -share/icons/gnome/32x32/places/gnome-fs-trash-empty.png -share/icons/gnome/32x32/places/gnome-main-menu.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/32x32/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/32x32/places/gnome-stock-trash.png -share/icons/gnome/32x32/places/gtk-directory.png -share/icons/gnome/32x32/places/gtk-network.png -share/icons/gnome/32x32/places/inode-directory.png -share/icons/gnome/32x32/places/network-server.png -share/icons/gnome/32x32/places/network-workgroup.png -share/icons/gnome/32x32/places/network.png -share/icons/gnome/32x32/places/network_local.png -share/icons/gnome/32x32/places/novell-button.png -share/icons/gnome/32x32/places/redhat-network-server.png -share/icons/gnome/32x32/places/server.png -share/icons/gnome/32x32/places/start-here.png -share/icons/gnome/32x32/places/stock_folder.png -share/icons/gnome/32x32/places/trashcan_empty.png -share/icons/gnome/32x32/places/user-bookmarks.png -share/icons/gnome/32x32/places/user-desktop.png -share/icons/gnome/32x32/places/user-home.png -share/icons/gnome/32x32/places/user-trash.png -share/icons/gnome/32x32/places/xfce-trash_empty.png -share/icons/gnome/32x32/status/appointment-missed.png -share/icons/gnome/32x32/status/appointment-soon.png -share/icons/gnome/32x32/status/audio-volume-high.png -share/icons/gnome/32x32/status/audio-volume-low.png -share/icons/gnome/32x32/status/audio-volume-medium.png -share/icons/gnome/32x32/status/audio-volume-muted.png -share/icons/gnome/32x32/status/avatar-default.png -share/icons/gnome/32x32/status/battery-caution.png -share/icons/gnome/32x32/status/battery-charging.png -share/icons/gnome/32x32/status/battery-full.png -share/icons/gnome/32x32/status/battery-good.png -share/icons/gnome/32x32/status/battery-low.png -share/icons/gnome/32x32/status/changes-allow.png -share/icons/gnome/32x32/status/changes-prevent.png -share/icons/gnome/32x32/status/connect_creating.png -share/icons/gnome/32x32/status/connect_established.png -share/icons/gnome/32x32/status/connect_no.png -share/icons/gnome/32x32/status/dialog-error.png -share/icons/gnome/32x32/status/dialog-information.png -share/icons/gnome/32x32/status/dialog-password.png -share/icons/gnome/32x32/status/dialog-question.png -share/icons/gnome/32x32/status/dialog-warning.png -share/icons/gnome/32x32/status/edittrash.png -share/icons/gnome/32x32/status/error.png -share/icons/gnome/32x32/status/folder-drag-accept.png -share/icons/gnome/32x32/status/folder-open.png -share/icons/gnome/32x32/status/folder-visiting.png -share/icons/gnome/32x32/status/folder_open.png -share/icons/gnome/32x32/status/gnome-fs-directory-accept.png -share/icons/gnome/32x32/status/gnome-fs-directory-visiting.png -share/icons/gnome/32x32/status/gnome-fs-loading-icon.png -share/icons/gnome/32x32/status/gnome-fs-trash-full.png -share/icons/gnome/32x32/status/gnome-netstatus-disconn.png -share/icons/gnome/32x32/status/gnome-netstatus-error.png -share/icons/gnome/32x32/status/gnome-netstatus-idle.png -share/icons/gnome/32x32/status/gnome-netstatus-rx.png -share/icons/gnome/32x32/status/gnome-netstatus-tx.png -share/icons/gnome/32x32/status/gnome-netstatus-txrx.png -share/icons/gnome/32x32/status/gnome-stock-trash-full.png -share/icons/gnome/32x32/status/gtk-dialog-authentication.png -share/icons/gnome/32x32/status/gtk-dialog-error.png -share/icons/gnome/32x32/status/gtk-dialog-info.png -share/icons/gnome/32x32/status/gtk-dialog-question.png -share/icons/gnome/32x32/status/gtk-dialog-warning.png -share/icons/gnome/32x32/status/gtk-missing-image.png -share/icons/gnome/32x32/status/image-loading.png -share/icons/gnome/32x32/status/image-missing.png -share/icons/gnome/32x32/status/important.png -share/icons/gnome/32x32/status/info.png -share/icons/gnome/32x32/status/mail-attachment.png -share/icons/gnome/32x32/status/mail-read.png -share/icons/gnome/32x32/status/mail-replied.png -share/icons/gnome/32x32/status/mail-unread.png -share/icons/gnome/32x32/status/media-playlist-repeat.png -share/icons/gnome/32x32/status/media-playlist-shuffle.png -share/icons/gnome/32x32/status/messagebox_critical.png -share/icons/gnome/32x32/status/messagebox_info.png -share/icons/gnome/32x32/status/messagebox_warning.png -share/icons/gnome/32x32/status/network-error.png -share/icons/gnome/32x32/status/network-idle.png -share/icons/gnome/32x32/status/network-offline.png -share/icons/gnome/32x32/status/network-receive.png -share/icons/gnome/32x32/status/network-transmit-receive.png -share/icons/gnome/32x32/status/network-transmit.png -share/icons/gnome/32x32/status/nm-adhoc.png -share/icons/gnome/32x32/status/nm-device-wired.png -share/icons/gnome/32x32/status/nm-device-wireless.png -share/icons/gnome/32x32/status/nm-no-connection.png -share/icons/gnome/32x32/status/printer-error.png -share/icons/gnome/32x32/status/printer-printing.png -share/icons/gnome/32x32/status/security-high.png -share/icons/gnome/32x32/status/security-low.png -share/icons/gnome/32x32/status/security-medium.png -share/icons/gnome/32x32/status/software-update-available.png -share/icons/gnome/32x32/status/software-update-urgent.png -share/icons/gnome/32x32/status/stock_appointment-reminder-excl.png -share/icons/gnome/32x32/status/stock_appointment-reminder.png -share/icons/gnome/32x32/status/stock_attach.png -share/icons/gnome/32x32/status/stock_dialog-error.png -share/icons/gnome/32x32/status/stock_dialog-info.png -share/icons/gnome/32x32/status/stock_dialog-question.png -share/icons/gnome/32x32/status/stock_dialog-warning.png -share/icons/gnome/32x32/status/stock_lock-broken.png -share/icons/gnome/32x32/status/stock_lock-ok.png -share/icons/gnome/32x32/status/stock_lock-open.png -share/icons/gnome/32x32/status/stock_lock.png -share/icons/gnome/32x32/status/stock_mail-open.png -share/icons/gnome/32x32/status/stock_mail-replied.png -share/icons/gnome/32x32/status/stock_mail-unread.png -share/icons/gnome/32x32/status/stock_open.png -share/icons/gnome/32x32/status/stock_repeat.png -share/icons/gnome/32x32/status/stock_shuffle.png -share/icons/gnome/32x32/status/stock_trash_full.png -share/icons/gnome/32x32/status/stock_volume-0.png -share/icons/gnome/32x32/status/stock_volume-max.png -share/icons/gnome/32x32/status/stock_volume-med.png -share/icons/gnome/32x32/status/stock_volume-min.png -share/icons/gnome/32x32/status/stock_volume-mute.png -share/icons/gnome/32x32/status/stock_volume.png -share/icons/gnome/32x32/status/stock_weather-cloudy.png -share/icons/gnome/32x32/status/stock_weather-few-clouds.png -share/icons/gnome/32x32/status/stock_weather-fog.png -share/icons/gnome/32x32/status/stock_weather-night-clear.png -share/icons/gnome/32x32/status/stock_weather-night-few-clouds.png -share/icons/gnome/32x32/status/stock_weather-showers.png -share/icons/gnome/32x32/status/stock_weather-snow.png -share/icons/gnome/32x32/status/stock_weather-storm.png -share/icons/gnome/32x32/status/stock_weather-sunny.png -share/icons/gnome/32x32/status/sunny.png -share/icons/gnome/32x32/status/task-due.png -share/icons/gnome/32x32/status/task-past-due.png -share/icons/gnome/32x32/status/trashcan_full.png -share/icons/gnome/32x32/status/user-available.png -share/icons/gnome/32x32/status/user-away.png -share/icons/gnome/32x32/status/user-busy.png -share/icons/gnome/32x32/status/user-idle.png -share/icons/gnome/32x32/status/user-invisible.png -share/icons/gnome/32x32/status/user-offline.png -share/icons/gnome/32x32/status/user-trash-full.png -share/icons/gnome/32x32/status/weather-clear-night.png -share/icons/gnome/32x32/status/weather-clear.png -share/icons/gnome/32x32/status/weather-few-clouds-night.png -share/icons/gnome/32x32/status/weather-few-clouds.png -share/icons/gnome/32x32/status/weather-fog.png -share/icons/gnome/32x32/status/weather-overcast.png -share/icons/gnome/32x32/status/weather-severe-alert.png -share/icons/gnome/32x32/status/weather-showers-scattered.png -share/icons/gnome/32x32/status/weather-showers.png -share/icons/gnome/32x32/status/weather-snow.png -share/icons/gnome/32x32/status/weather-storm.png -share/icons/gnome/32x32/status/xfce-trash_full.png -share/icons/gnome/48x48/actions/add.png -share/icons/gnome/48x48/actions/address-book-new.png -share/icons/gnome/48x48/actions/application-exit.png -share/icons/gnome/48x48/actions/appointment-new.png -share/icons/gnome/48x48/actions/appointment.png -share/icons/gnome/48x48/actions/back.png -share/icons/gnome/48x48/actions/bookmark-new.png -share/icons/gnome/48x48/actions/bookmark_add.png -share/icons/gnome/48x48/actions/bookmarks_list_add.png -share/icons/gnome/48x48/actions/bottom.png -share/icons/gnome/48x48/actions/call-start.png -share/icons/gnome/48x48/actions/call-stop.png -share/icons/gnome/48x48/actions/centrejust.png -share/icons/gnome/48x48/actions/contact-new.png -share/icons/gnome/48x48/actions/document-new.png -share/icons/gnome/48x48/actions/document-open-recent.png -share/icons/gnome/48x48/actions/document-open.png -share/icons/gnome/48x48/actions/document-page-setup.png -share/icons/gnome/48x48/actions/document-print-preview.png -share/icons/gnome/48x48/actions/document-print.png -share/icons/gnome/48x48/actions/document-properties.png -share/icons/gnome/48x48/actions/document-revert.png -share/icons/gnome/48x48/actions/document-save-as.png -share/icons/gnome/48x48/actions/document-save.png -share/icons/gnome/48x48/actions/document-send.png -share/icons/gnome/48x48/actions/down.png -share/icons/gnome/48x48/actions/edit-clear.png -share/icons/gnome/48x48/actions/edit-copy.png -share/icons/gnome/48x48/actions/edit-cut.png -share/icons/gnome/48x48/actions/edit-delete.png -share/icons/gnome/48x48/actions/edit-find-replace.png -share/icons/gnome/48x48/actions/edit-find.png -share/icons/gnome/48x48/actions/edit-paste.png -share/icons/gnome/48x48/actions/edit-redo.png -share/icons/gnome/48x48/actions/edit-select-all.png -share/icons/gnome/48x48/actions/edit-undo.png -share/icons/gnome/48x48/actions/editclear.png -share/icons/gnome/48x48/actions/editcopy.png -share/icons/gnome/48x48/actions/editcut.png -share/icons/gnome/48x48/actions/editdelete.png -share/icons/gnome/48x48/actions/editpaste.png -share/icons/gnome/48x48/actions/exit.png -share/icons/gnome/48x48/actions/filefind.png -share/icons/gnome/48x48/actions/filenew.png -share/icons/gnome/48x48/actions/fileopen.png -share/icons/gnome/48x48/actions/fileprint.png -share/icons/gnome/48x48/actions/filequickprint.png -share/icons/gnome/48x48/actions/filesave.png -share/icons/gnome/48x48/actions/filesaveas.png -share/icons/gnome/48x48/actions/find.png -share/icons/gnome/48x48/actions/finish.png -share/icons/gnome/48x48/actions/folder-new.png -share/icons/gnome/48x48/actions/folder_new.png -share/icons/gnome/48x48/actions/format-indent-less.png -share/icons/gnome/48x48/actions/format-indent-more.png -share/icons/gnome/48x48/actions/format-justify-center.png -share/icons/gnome/48x48/actions/format-justify-fill.png -share/icons/gnome/48x48/actions/format-justify-left.png -share/icons/gnome/48x48/actions/format-justify-right.png -share/icons/gnome/48x48/actions/format-text-bold.png -share/icons/gnome/48x48/actions/format-text-direction-ltr.png -share/icons/gnome/48x48/actions/format-text-direction-rtl.png -share/icons/gnome/48x48/actions/format-text-italic.png -share/icons/gnome/48x48/actions/format-text-strikethrough.png -share/icons/gnome/48x48/actions/format-text-underline.png -share/icons/gnome/48x48/actions/forward.png -share/icons/gnome/48x48/actions/gnome-lockscreen.png -share/icons/gnome/48x48/actions/gnome-logout.png -share/icons/gnome/48x48/actions/gnome-run.png -share/icons/gnome/48x48/actions/gnome-searchtool.png -share/icons/gnome/48x48/actions/gnome-shutdown.png -share/icons/gnome/48x48/actions/gnome-stock-mail-fwd.png -share/icons/gnome/48x48/actions/gnome-stock-mail-new.png -share/icons/gnome/48x48/actions/gnome-stock-mail-rpl.png -share/icons/gnome/48x48/actions/gnome-stock-mail-snd.png -share/icons/gnome/48x48/actions/gnome-stock-text-indent.png -share/icons/gnome/48x48/actions/gnome-stock-text-unindent.png -share/icons/gnome/48x48/actions/go-bottom.png -share/icons/gnome/48x48/actions/go-down.png -share/icons/gnome/48x48/actions/go-first.png -share/icons/gnome/48x48/actions/go-home.png -share/icons/gnome/48x48/actions/go-jump.png -share/icons/gnome/48x48/actions/go-last.png -share/icons/gnome/48x48/actions/go-next.png -share/icons/gnome/48x48/actions/go-previous.png -share/icons/gnome/48x48/actions/go-top.png -share/icons/gnome/48x48/actions/go-up.png -share/icons/gnome/48x48/actions/gohome.png -share/icons/gnome/48x48/actions/gtk-about.png -share/icons/gnome/48x48/actions/gtk-add.png -share/icons/gnome/48x48/actions/gtk-bold.png -share/icons/gnome/48x48/actions/gtk-cancel.png -share/icons/gnome/48x48/actions/gtk-clear.png -share/icons/gnome/48x48/actions/gtk-close.png -share/icons/gnome/48x48/actions/gtk-copy.png -share/icons/gnome/48x48/actions/gtk-cut.png -share/icons/gnome/48x48/actions/gtk-delete.png -share/icons/gnome/48x48/actions/gtk-execute.png -share/icons/gnome/48x48/actions/gtk-find-and-replace.png -share/icons/gnome/48x48/actions/gtk-find.png -share/icons/gnome/48x48/actions/gtk-fullscreen.png -share/icons/gnome/48x48/actions/gtk-go-back-ltr.png -share/icons/gnome/48x48/actions/gtk-go-back-rtl.png -share/icons/gnome/48x48/actions/gtk-go-down.png -share/icons/gnome/48x48/actions/gtk-go-forward-ltr.png -share/icons/gnome/48x48/actions/gtk-go-forward-rtl.png -share/icons/gnome/48x48/actions/gtk-go-up.png -share/icons/gnome/48x48/actions/gtk-goto-bottom.png -share/icons/gnome/48x48/actions/gtk-goto-first-ltr.png -share/icons/gnome/48x48/actions/gtk-goto-first-rtl.png -share/icons/gnome/48x48/actions/gtk-goto-last-ltr.png -share/icons/gnome/48x48/actions/gtk-goto-last-rtl.png -share/icons/gnome/48x48/actions/gtk-goto-top.png -share/icons/gnome/48x48/actions/gtk-help.png -share/icons/gnome/48x48/actions/gtk-home.png -share/icons/gnome/48x48/actions/gtk-indent-ltr.png -share/icons/gnome/48x48/actions/gtk-indent-rtl.png -share/icons/gnome/48x48/actions/gtk-italic.png -share/icons/gnome/48x48/actions/gtk-jump-to-ltr.png -share/icons/gnome/48x48/actions/gtk-jump-to-rtl.png -share/icons/gnome/48x48/actions/gtk-justify-center.png -share/icons/gnome/48x48/actions/gtk-justify-fill.png -share/icons/gnome/48x48/actions/gtk-justify-left.png -share/icons/gnome/48x48/actions/gtk-justify-right.png -share/icons/gnome/48x48/actions/gtk-leave-fullscreen.png -share/icons/gnome/48x48/actions/gtk-media-forward-ltr.png -share/icons/gnome/48x48/actions/gtk-media-forward-rtl.png -share/icons/gnome/48x48/actions/gtk-media-next-ltr.png -share/icons/gnome/48x48/actions/gtk-media-next-rtl.png -share/icons/gnome/48x48/actions/gtk-media-pause.png -share/icons/gnome/48x48/actions/gtk-media-play-ltr.png -share/icons/gnome/48x48/actions/gtk-media-previous-ltr.png -share/icons/gnome/48x48/actions/gtk-media-previous-rtl.png -share/icons/gnome/48x48/actions/gtk-media-record.png -share/icons/gnome/48x48/actions/gtk-media-rewind-ltr.png -share/icons/gnome/48x48/actions/gtk-media-rewind-rtl.png -share/icons/gnome/48x48/actions/gtk-media-stop.png -share/icons/gnome/48x48/actions/gtk-new.png -share/icons/gnome/48x48/actions/gtk-open.png -share/icons/gnome/48x48/actions/gtk-paste.png -share/icons/gnome/48x48/actions/gtk-print-preview.png -share/icons/gnome/48x48/actions/gtk-print.png -share/icons/gnome/48x48/actions/gtk-properties.png -share/icons/gnome/48x48/actions/gtk-quit.png -share/icons/gnome/48x48/actions/gtk-redo-ltr.png -share/icons/gnome/48x48/actions/gtk-refresh.png -share/icons/gnome/48x48/actions/gtk-remove.png -share/icons/gnome/48x48/actions/gtk-revert-to-saved-ltr.png -share/icons/gnome/48x48/actions/gtk-revert-to-saved-rtl.png -share/icons/gnome/48x48/actions/gtk-save-as.png -share/icons/gnome/48x48/actions/gtk-save.png -share/icons/gnome/48x48/actions/gtk-select-all.png -share/icons/gnome/48x48/actions/gtk-sort-ascending.png -share/icons/gnome/48x48/actions/gtk-sort-descending.png -share/icons/gnome/48x48/actions/gtk-spell-check.png -share/icons/gnome/48x48/actions/gtk-stop.png -share/icons/gnome/48x48/actions/gtk-strikethrough.png -share/icons/gnome/48x48/actions/gtk-underline.png -share/icons/gnome/48x48/actions/gtk-undo-ltr.png -share/icons/gnome/48x48/actions/gtk-unindent-ltr.png -share/icons/gnome/48x48/actions/gtk-unindent-rtl.png -share/icons/gnome/48x48/actions/gtk-zoom-100.png -share/icons/gnome/48x48/actions/gtk-zoom-fit.png -share/icons/gnome/48x48/actions/gtk-zoom-in.png -share/icons/gnome/48x48/actions/gtk-zoom-out.png -share/icons/gnome/48x48/actions/help-about.png -share/icons/gnome/48x48/actions/help-contents.png -share/icons/gnome/48x48/actions/help-faq.png -share/icons/gnome/48x48/actions/help.png -share/icons/gnome/48x48/actions/insert-image.png -share/icons/gnome/48x48/actions/insert-link.png -share/icons/gnome/48x48/actions/insert-object.png -share/icons/gnome/48x48/actions/insert-text.png -share/icons/gnome/48x48/actions/kfind.png -share/icons/gnome/48x48/actions/kfm_home.png -share/icons/gnome/48x48/actions/leftjust.png -share/icons/gnome/48x48/actions/list-add.png -share/icons/gnome/48x48/actions/list-remove.png -share/icons/gnome/48x48/actions/lock.png -share/icons/gnome/48x48/actions/mail-forward.png -share/icons/gnome/48x48/actions/mail-mark-important.png -share/icons/gnome/48x48/actions/mail-mark-junk.png -share/icons/gnome/48x48/actions/mail-mark-notjunk.png -share/icons/gnome/48x48/actions/mail-mark-read.png -share/icons/gnome/48x48/actions/mail-mark-unread.png -share/icons/gnome/48x48/actions/mail-message-new.png -share/icons/gnome/48x48/actions/mail-reply-all.png -share/icons/gnome/48x48/actions/mail-reply-sender.png -share/icons/gnome/48x48/actions/mail-send-receive.png -share/icons/gnome/48x48/actions/mail-send.png -share/icons/gnome/48x48/actions/mail_forward.png -share/icons/gnome/48x48/actions/mail_new.png -share/icons/gnome/48x48/actions/mail_reply.png -share/icons/gnome/48x48/actions/mail_replyall.png -share/icons/gnome/48x48/actions/mail_send.png -share/icons/gnome/48x48/actions/mail_spam.png -share/icons/gnome/48x48/actions/media-eject.png -share/icons/gnome/48x48/actions/media-playback-pause.png -share/icons/gnome/48x48/actions/media-playback-start.png -share/icons/gnome/48x48/actions/media-playback-stop.png -share/icons/gnome/48x48/actions/media-record.png -share/icons/gnome/48x48/actions/media-seek-backward.png -share/icons/gnome/48x48/actions/media-seek-forward.png -share/icons/gnome/48x48/actions/media-skip-backward.png -share/icons/gnome/48x48/actions/media-skip-forward.png -share/icons/gnome/48x48/actions/next.png -share/icons/gnome/48x48/actions/object-flip-horizontal.png -share/icons/gnome/48x48/actions/object-flip-vertical.png -share/icons/gnome/48x48/actions/object-rotate-left.png -share/icons/gnome/48x48/actions/object-rotate-right.png -share/icons/gnome/48x48/actions/player_eject.png -share/icons/gnome/48x48/actions/player_end.png -share/icons/gnome/48x48/actions/player_fwd.png -share/icons/gnome/48x48/actions/player_pause.png -share/icons/gnome/48x48/actions/player_play.png -share/icons/gnome/48x48/actions/player_record.png -share/icons/gnome/48x48/actions/player_rew.png -share/icons/gnome/48x48/actions/player_start.png -share/icons/gnome/48x48/actions/player_stop.png -share/icons/gnome/48x48/actions/previous.png -share/icons/gnome/48x48/actions/process-stop.png -share/icons/gnome/48x48/actions/redhat-home.png -share/icons/gnome/48x48/actions/redo.png -share/icons/gnome/48x48/actions/reload.png -share/icons/gnome/48x48/actions/reload3.png -share/icons/gnome/48x48/actions/reload_all_tabs.png -share/icons/gnome/48x48/actions/reload_page.png -share/icons/gnome/48x48/actions/remove.png -share/icons/gnome/48x48/actions/revert.png -share/icons/gnome/48x48/actions/rightjust.png -share/icons/gnome/48x48/actions/search.png -share/icons/gnome/48x48/actions/start.png -share/icons/gnome/48x48/actions/stock_about.png -share/icons/gnome/48x48/actions/stock_add-bookmark.png -share/icons/gnome/48x48/actions/stock_bottom.png -share/icons/gnome/48x48/actions/stock_close.png -share/icons/gnome/48x48/actions/stock_copy.png -share/icons/gnome/48x48/actions/stock_cut.png -share/icons/gnome/48x48/actions/stock_delete.png -share/icons/gnome/48x48/actions/stock_down.png -share/icons/gnome/48x48/actions/stock_file-properites.png -share/icons/gnome/48x48/actions/stock_first.png -share/icons/gnome/48x48/actions/stock_fullscreen.png -share/icons/gnome/48x48/actions/stock_help-add-bookmark.png -share/icons/gnome/48x48/actions/stock_help.png -share/icons/gnome/48x48/actions/stock_home.png -share/icons/gnome/48x48/actions/stock_last.png -share/icons/gnome/48x48/actions/stock_leave-fullscreen.png -share/icons/gnome/48x48/actions/stock_left.png -share/icons/gnome/48x48/actions/stock_mail-compose.png -share/icons/gnome/48x48/actions/stock_mail-forward.png -share/icons/gnome/48x48/actions/stock_mail-reply-to-all.png -share/icons/gnome/48x48/actions/stock_mail-reply.png -share/icons/gnome/48x48/actions/stock_mail-send-receive.png -share/icons/gnome/48x48/actions/stock_mail-send.png -share/icons/gnome/48x48/actions/stock_media-fwd.png -share/icons/gnome/48x48/actions/stock_media-next.png -share/icons/gnome/48x48/actions/stock_media-pause.png -share/icons/gnome/48x48/actions/stock_media-play.png -share/icons/gnome/48x48/actions/stock_media-prev.png -share/icons/gnome/48x48/actions/stock_media-rec.png -share/icons/gnome/48x48/actions/stock_media-rew.png -share/icons/gnome/48x48/actions/stock_media-stop.png -share/icons/gnome/48x48/actions/stock_new-address-book.png -share/icons/gnome/48x48/actions/stock_new-appointment.png -share/icons/gnome/48x48/actions/stock_new-bcard.png -share/icons/gnome/48x48/actions/stock_new-dir.png -share/icons/gnome/48x48/actions/stock_new-text.png -share/icons/gnome/48x48/actions/stock_new-window.png -share/icons/gnome/48x48/actions/stock_paste.png -share/icons/gnome/48x48/actions/stock_print-preview.png -share/icons/gnome/48x48/actions/stock_print-setup.png -share/icons/gnome/48x48/actions/stock_print.png -share/icons/gnome/48x48/actions/stock_properties.png -share/icons/gnome/48x48/actions/stock_redo.png -share/icons/gnome/48x48/actions/stock_refresh.png -share/icons/gnome/48x48/actions/stock_right.png -share/icons/gnome/48x48/actions/stock_save-as.png -share/icons/gnome/48x48/actions/stock_save.png -share/icons/gnome/48x48/actions/stock_search-and-replace.png -share/icons/gnome/48x48/actions/stock_search.png -share/icons/gnome/48x48/actions/stock_select-all.png -share/icons/gnome/48x48/actions/stock_spam.png -share/icons/gnome/48x48/actions/stock_spellcheck.png -share/icons/gnome/48x48/actions/stock_stop.png -share/icons/gnome/48x48/actions/stock_text-strikethrough.png -share/icons/gnome/48x48/actions/stock_text_bold.png -share/icons/gnome/48x48/actions/stock_text_center.png -share/icons/gnome/48x48/actions/stock_text_indent.png -share/icons/gnome/48x48/actions/stock_text_italic.png -share/icons/gnome/48x48/actions/stock_text_justify.png -share/icons/gnome/48x48/actions/stock_text_left.png -share/icons/gnome/48x48/actions/stock_text_right.png -share/icons/gnome/48x48/actions/stock_text_underlined.png -share/icons/gnome/48x48/actions/stock_text_unindent.png -share/icons/gnome/48x48/actions/stock_top.png -share/icons/gnome/48x48/actions/stock_undo.png -share/icons/gnome/48x48/actions/stock_up.png -share/icons/gnome/48x48/actions/stock_zoom-1.png -share/icons/gnome/48x48/actions/stock_zoom-in.png -share/icons/gnome/48x48/actions/stock_zoom-out.png -share/icons/gnome/48x48/actions/stock_zoom-page.png -share/icons/gnome/48x48/actions/stop.png -share/icons/gnome/48x48/actions/system-lock-screen.png -share/icons/gnome/48x48/actions/system-log-out.png -share/icons/gnome/48x48/actions/system-run.png -share/icons/gnome/48x48/actions/system-search.png -share/icons/gnome/48x48/actions/system-shutdown.png -share/icons/gnome/48x48/actions/text_bold.png -share/icons/gnome/48x48/actions/text_italic.png -share/icons/gnome/48x48/actions/text_strike.png -share/icons/gnome/48x48/actions/text_under.png -share/icons/gnome/48x48/actions/tools-check-spelling.png -share/icons/gnome/48x48/actions/top.png -share/icons/gnome/48x48/actions/undo.png -share/icons/gnome/48x48/actions/up.png -share/icons/gnome/48x48/actions/view-fullscreen.png -share/icons/gnome/48x48/actions/view-refresh.png -share/icons/gnome/48x48/actions/view-restore.png -share/icons/gnome/48x48/actions/view-sort-ascending.png -share/icons/gnome/48x48/actions/view-sort-descending.png -share/icons/gnome/48x48/actions/viewmag+.png -share/icons/gnome/48x48/actions/viewmag-.png -share/icons/gnome/48x48/actions/viewmag1.png -share/icons/gnome/48x48/actions/viewmagfit.png -share/icons/gnome/48x48/actions/window-close.png -share/icons/gnome/48x48/actions/window-new.png -share/icons/gnome/48x48/actions/window_fullscreen.png -share/icons/gnome/48x48/actions/window_new.png -share/icons/gnome/48x48/actions/window_nofullscreen.png -share/icons/gnome/48x48/actions/xfce-system-exit.png -share/icons/gnome/48x48/actions/xfce-system-lock.png -share/icons/gnome/48x48/actions/zoom-best-fit.png -share/icons/gnome/48x48/actions/zoom-fit-best.png -share/icons/gnome/48x48/actions/zoom-in.png -share/icons/gnome/48x48/actions/zoom-original.png -share/icons/gnome/48x48/actions/zoom-out.png -share/icons/gnome/48x48/animations/gnome-spinner.png -share/icons/gnome/48x48/animations/process-working.png -share/icons/gnome/48x48/apps/access.png -share/icons/gnome/48x48/apps/accessibility-directory.png -share/icons/gnome/48x48/apps/accessories-calculator.png -share/icons/gnome/48x48/apps/accessories-character-map.png -share/icons/gnome/48x48/apps/accessories-dictionary.png -share/icons/gnome/48x48/apps/accessories-text-editor.png -share/icons/gnome/48x48/apps/applets-screenshooter.png -share/icons/gnome/48x48/apps/arts.png -share/icons/gnome/48x48/apps/background.png -share/icons/gnome/48x48/apps/calc.png -share/icons/gnome/48x48/apps/config-language.png -share/icons/gnome/48x48/apps/config-users.png -share/icons/gnome/48x48/apps/file-manager.png -share/icons/gnome/48x48/apps/fonts.png -share/icons/gnome/48x48/apps/gnome-calculator.png -share/icons/gnome/48x48/apps/gnome-character-map.png -share/icons/gnome/48x48/apps/gnome-help.png -share/icons/gnome/48x48/apps/gnome-mixer.png -share/icons/gnome/48x48/apps/gnome-monitor.png -share/icons/gnome/48x48/apps/gnome-remote-desktop.png -share/icons/gnome/48x48/apps/gnome-settings-accessibility-technologies.png -share/icons/gnome/48x48/apps/gnome-settings-background.png -share/icons/gnome/48x48/apps/gnome-settings-font.png -share/icons/gnome/48x48/apps/gnome-settings-keybindings.png -share/icons/gnome/48x48/apps/gnome-settings-theme.png -share/icons/gnome/48x48/apps/gnome-terminal.png -share/icons/gnome/48x48/apps/gnome-window-manager.png -share/icons/gnome/48x48/apps/gucharmap.png -share/icons/gnome/48x48/apps/help-browser.png -share/icons/gnome/48x48/apps/kcalc.png -share/icons/gnome/48x48/apps/kcharselect.png -share/icons/gnome/48x48/apps/kcmkwm.png -share/icons/gnome/48x48/apps/kcmsound.png -share/icons/gnome/48x48/apps/kedit.png -share/icons/gnome/48x48/apps/key_bindings.png -share/icons/gnome/48x48/apps/kfm.png -share/icons/gnome/48x48/apps/khelpcenter.png -share/icons/gnome/48x48/apps/konsole.png -share/icons/gnome/48x48/apps/krfb.png -share/icons/gnome/48x48/apps/kscreensaver.png -share/icons/gnome/48x48/apps/ksysguard.png -share/icons/gnome/48x48/apps/kuser.png -share/icons/gnome/48x48/apps/kwin.png -share/icons/gnome/48x48/apps/locale.png -share/icons/gnome/48x48/apps/logviewer.png -share/icons/gnome/48x48/apps/multimedia-volume-control.png -share/icons/gnome/48x48/apps/multimedia.png -share/icons/gnome/48x48/apps/openterm.png -share/icons/gnome/48x48/apps/palm-pilot-sync.png -share/icons/gnome/48x48/apps/palm-pilot.png -share/icons/gnome/48x48/apps/preferences-desktop-accessibility.png -share/icons/gnome/48x48/apps/preferences-desktop-display.png -share/icons/gnome/48x48/apps/preferences-desktop-font.png -share/icons/gnome/48x48/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/gnome/48x48/apps/preferences-desktop-keyboard.png -share/icons/gnome/48x48/apps/preferences-desktop-locale.png -share/icons/gnome/48x48/apps/preferences-desktop-remote-desktop.png -share/icons/gnome/48x48/apps/preferences-desktop-screensaver.png -share/icons/gnome/48x48/apps/preferences-desktop-theme.png -share/icons/gnome/48x48/apps/preferences-desktop-wallpaper.png -share/icons/gnome/48x48/apps/preferences-system-windows.png -share/icons/gnome/48x48/apps/redhat-filemanager.png -share/icons/gnome/48x48/apps/screensaver.png -share/icons/gnome/48x48/apps/style.png -share/icons/gnome/48x48/apps/susehelpcenter.png -share/icons/gnome/48x48/apps/system-config-users.png -share/icons/gnome/48x48/apps/system-file-manager.png -share/icons/gnome/48x48/apps/system-software-install.png -share/icons/gnome/48x48/apps/system-software-update.png -share/icons/gnome/48x48/apps/system-users.png -share/icons/gnome/48x48/apps/terminal.png -share/icons/gnome/48x48/apps/text-editor.png -share/icons/gnome/48x48/apps/update-manager.png -share/icons/gnome/48x48/apps/user-info.png -share/icons/gnome/48x48/apps/utilities-system-monitor.png -share/icons/gnome/48x48/apps/utilities-terminal.png -share/icons/gnome/48x48/apps/visor.png -share/icons/gnome/48x48/apps/volume-knob.png -share/icons/gnome/48x48/apps/wallpaper.png -share/icons/gnome/48x48/apps/web-browser.png -share/icons/gnome/48x48/apps/xfce-filemanager.png -share/icons/gnome/48x48/apps/xfce-terminal.png -share/icons/gnome/48x48/apps/xfce4-backdrop.png -share/icons/gnome/48x48/apps/xfce4-mixer.png -share/icons/gnome/48x48/apps/xfwm4.png -share/icons/gnome/48x48/apps/xscreensaver.png -share/icons/gnome/48x48/apps/zen-icon.png -share/icons/gnome/48x48/categories/applications-accessories.png -share/icons/gnome/48x48/categories/applications-development.png -share/icons/gnome/48x48/categories/applications-engineering.png -share/icons/gnome/48x48/categories/applications-games.png -share/icons/gnome/48x48/categories/applications-graphics.png -share/icons/gnome/48x48/categories/applications-internet.png -share/icons/gnome/48x48/categories/applications-multimedia.png -share/icons/gnome/48x48/categories/applications-office.png -share/icons/gnome/48x48/categories/applications-other.png -share/icons/gnome/48x48/categories/applications-science.png -share/icons/gnome/48x48/categories/applications-system.png -share/icons/gnome/48x48/categories/applications-utilities.png -share/icons/gnome/48x48/categories/gnome-applications.png -share/icons/gnome/48x48/categories/gnome-control-center.png -share/icons/gnome/48x48/categories/gnome-devel.png -share/icons/gnome/48x48/categories/gnome-globe.png -share/icons/gnome/48x48/categories/gnome-graphics.png -share/icons/gnome/48x48/categories/gnome-joystick.png -share/icons/gnome/48x48/categories/gnome-multimedia.png -share/icons/gnome/48x48/categories/gnome-other.png -share/icons/gnome/48x48/categories/gnome-settings.png -share/icons/gnome/48x48/categories/gnome-system.png -share/icons/gnome/48x48/categories/gnome-util.png -share/icons/gnome/48x48/categories/gtk-preferences.png -share/icons/gnome/48x48/categories/input_devices_settings.png -share/icons/gnome/48x48/categories/kcontrol.png -share/icons/gnome/48x48/categories/package_development.png -share/icons/gnome/48x48/categories/package_games.png -share/icons/gnome/48x48/categories/package_graphics.png -share/icons/gnome/48x48/categories/package_multimedia.png -share/icons/gnome/48x48/categories/package_network.png -share/icons/gnome/48x48/categories/package_office.png -share/icons/gnome/48x48/categories/package_settings.png -share/icons/gnome/48x48/categories/package_system.png -share/icons/gnome/48x48/categories/package_utilities.png -share/icons/gnome/48x48/categories/preferences-desktop-peripherals.png -share/icons/gnome/48x48/categories/preferences-desktop-personal.png -share/icons/gnome/48x48/categories/preferences-desktop.png -share/icons/gnome/48x48/categories/preferences-other.png -share/icons/gnome/48x48/categories/preferences-system-network.png -share/icons/gnome/48x48/categories/preferences-system.png -share/icons/gnome/48x48/categories/redhat-accessories.png -share/icons/gnome/48x48/categories/redhat-games.png -share/icons/gnome/48x48/categories/redhat-graphics.png -share/icons/gnome/48x48/categories/redhat-internet.png -share/icons/gnome/48x48/categories/redhat-office.png -share/icons/gnome/48x48/categories/redhat-preferences.png -share/icons/gnome/48x48/categories/redhat-programming.png -share/icons/gnome/48x48/categories/redhat-sound_video.png -share/icons/gnome/48x48/categories/redhat-system_settings.png -share/icons/gnome/48x48/categories/redhat-system_tools.png -share/icons/gnome/48x48/categories/stock_internet.png -share/icons/gnome/48x48/categories/system-help.png -share/icons/gnome/48x48/categories/xfce-games.png -share/icons/gnome/48x48/categories/xfce-graphics.png -share/icons/gnome/48x48/categories/xfce-internet.png -share/icons/gnome/48x48/categories/xfce-multimedia.png -share/icons/gnome/48x48/categories/xfce-office.png -share/icons/gnome/48x48/categories/xfce-system-settings.png -share/icons/gnome/48x48/categories/xfce-utils.png -share/icons/gnome/48x48/categories/xfce4-settings.png -share/icons/gnome/48x48/devices/3floppy_unmount.png -share/icons/gnome/48x48/devices/ac-adapter.png -share/icons/gnome/48x48/devices/audio-card.png -share/icons/gnome/48x48/devices/audio-input-microphone.png -share/icons/gnome/48x48/devices/battery.png -share/icons/gnome/48x48/devices/camera-photo.png -share/icons/gnome/48x48/devices/camera-video.png -share/icons/gnome/48x48/devices/camera-web.png -share/icons/gnome/48x48/devices/camera.png -share/icons/gnome/48x48/devices/camera_unmount.png -share/icons/gnome/48x48/devices/cdrom_unmount.png -share/icons/gnome/48x48/devices/cdwriter_unmount.png -share/icons/gnome/48x48/devices/chardevice.png -share/icons/gnome/48x48/devices/computer.png -share/icons/gnome/48x48/devices/display.png -share/icons/gnome/48x48/devices/drive-cdrom.png -share/icons/gnome/48x48/devices/drive-harddisk.png -share/icons/gnome/48x48/devices/drive-optical.png -share/icons/gnome/48x48/devices/drive-removable-media.png -share/icons/gnome/48x48/devices/dvd_unmount.png -share/icons/gnome/48x48/devices/gnome-dev-battery.png -share/icons/gnome/48x48/devices/gnome-dev-cdrom-audio.png -share/icons/gnome/48x48/devices/gnome-dev-cdrom.png -share/icons/gnome/48x48/devices/gnome-dev-computer.png -share/icons/gnome/48x48/devices/gnome-dev-disc-cdr.png -share/icons/gnome/48x48/devices/gnome-dev-disc-cdrw.png -share/icons/gnome/48x48/devices/gnome-dev-disc-dvdr-plus.png -share/icons/gnome/48x48/devices/gnome-dev-disc-dvdr.png -share/icons/gnome/48x48/devices/gnome-dev-disc-dvdram.png -share/icons/gnome/48x48/devices/gnome-dev-disc-dvdrom.png -share/icons/gnome/48x48/devices/gnome-dev-disc-dvdrw.png -share/icons/gnome/48x48/devices/gnome-dev-dvd.png -share/icons/gnome/48x48/devices/gnome-dev-ethernet.png -share/icons/gnome/48x48/devices/gnome-dev-floppy.png -share/icons/gnome/48x48/devices/gnome-dev-harddisk-1394.png -share/icons/gnome/48x48/devices/gnome-dev-harddisk-usb.png -share/icons/gnome/48x48/devices/gnome-dev-harddisk.png -share/icons/gnome/48x48/devices/gnome-dev-ipod.png -share/icons/gnome/48x48/devices/gnome-dev-keyboard.png -share/icons/gnome/48x48/devices/gnome-dev-media-cf.png -share/icons/gnome/48x48/devices/gnome-dev-media-ms.png -share/icons/gnome/48x48/devices/gnome-dev-media-sdmmc.png -share/icons/gnome/48x48/devices/gnome-dev-media-sm.png -share/icons/gnome/48x48/devices/gnome-dev-mouse-ball.png -share/icons/gnome/48x48/devices/gnome-dev-mouse-optical.png -share/icons/gnome/48x48/devices/gnome-dev-printer.png -share/icons/gnome/48x48/devices/gnome-dev-removable-1394.png -share/icons/gnome/48x48/devices/gnome-dev-removable-usb.png -share/icons/gnome/48x48/devices/gnome-dev-removable.png -share/icons/gnome/48x48/devices/gnome-dev-wavelan.png -share/icons/gnome/48x48/devices/gnome-fs-client.png -share/icons/gnome/48x48/devices/gnome-modem.png -share/icons/gnome/48x48/devices/gnome-stock-mic.png -share/icons/gnome/48x48/devices/gtk-cdrom.png -share/icons/gnome/48x48/devices/gtk-floppy.png -share/icons/gnome/48x48/devices/gtk-harddisk.png -share/icons/gnome/48x48/devices/harddrive.png -share/icons/gnome/48x48/devices/hdd_unmount.png -share/icons/gnome/48x48/devices/input-gaming.png -share/icons/gnome/48x48/devices/input-keyboard.png -share/icons/gnome/48x48/devices/input-mouse.png -share/icons/gnome/48x48/devices/input-tablet.png -share/icons/gnome/48x48/devices/input-touchpad.png -share/icons/gnome/48x48/devices/ipod_mount.png -share/icons/gnome/48x48/devices/joystick.png -share/icons/gnome/48x48/devices/keyboard.png -share/icons/gnome/48x48/devices/kjobviewer.png -share/icons/gnome/48x48/devices/kxkb.png -share/icons/gnome/48x48/devices/media-cdrom.png -share/icons/gnome/48x48/devices/media-flash.png -share/icons/gnome/48x48/devices/media-floppy.png -share/icons/gnome/48x48/devices/media-optical.png -share/icons/gnome/48x48/devices/media-tape.png -share/icons/gnome/48x48/devices/modem.png -share/icons/gnome/48x48/devices/mouse.png -share/icons/gnome/48x48/devices/multimedia-player.png -share/icons/gnome/48x48/devices/network-wired.png -share/icons/gnome/48x48/devices/network-wireless.png -share/icons/gnome/48x48/devices/pda.png -share/icons/gnome/48x48/devices/phone.png -share/icons/gnome/48x48/devices/printer-remote.png -share/icons/gnome/48x48/devices/printer.png -share/icons/gnome/48x48/devices/printer1.png -share/icons/gnome/48x48/devices/printmgr.png -share/icons/gnome/48x48/devices/scanner.png -share/icons/gnome/48x48/devices/stock_cell-phone.png -share/icons/gnome/48x48/devices/stock_mic.png -share/icons/gnome/48x48/devices/stock_printers.png -share/icons/gnome/48x48/devices/system-floppy.png -share/icons/gnome/48x48/devices/system.png -share/icons/gnome/48x48/devices/usbpendrive_unmount.png -share/icons/gnome/48x48/devices/video-display.png -share/icons/gnome/48x48/devices/xfce-printer.png -share/icons/gnome/48x48/devices/xfce4-display.png -share/icons/gnome/48x48/devices/xfce4-keyboard.png -share/icons/gnome/48x48/devices/xfce4-mouse.png -share/icons/gnome/48x48/devices/yast_HD.png -share/icons/gnome/48x48/devices/yast_idetude.png -share/icons/gnome/48x48/devices/yast_joystick.png -share/icons/gnome/48x48/devices/yast_mouse.png -share/icons/gnome/48x48/devices/yast_printer.png -share/icons/gnome/48x48/devices/yast_soundcard.png -share/icons/gnome/48x48/emblems/emblem-default.png -share/icons/gnome/48x48/emblems/emblem-desktop.png -share/icons/gnome/48x48/emblems/emblem-documents.png -share/icons/gnome/48x48/emblems/emblem-downloads.png -share/icons/gnome/48x48/emblems/emblem-favorite.png -share/icons/gnome/48x48/emblems/emblem-generic.png -share/icons/gnome/48x48/emblems/emblem-important.png -share/icons/gnome/48x48/emblems/emblem-mail.png -share/icons/gnome/48x48/emblems/emblem-new.png -share/icons/gnome/48x48/emblems/emblem-noread.png -share/icons/gnome/48x48/emblems/emblem-nowrite.png -share/icons/gnome/48x48/emblems/emblem-package.png -share/icons/gnome/48x48/emblems/emblem-photos.png -share/icons/gnome/48x48/emblems/emblem-readonly.png -share/icons/gnome/48x48/emblems/emblem-shared.png -share/icons/gnome/48x48/emblems/emblem-symbolic-link.png -share/icons/gnome/48x48/emblems/emblem-system.png -share/icons/gnome/48x48/emblems/emblem-unreadable.png -share/icons/gnome/48x48/emblems/emblem-urgent.png -share/icons/gnome/48x48/emblems/emblem-web.png -share/icons/gnome/48x48/emotes/face-angel.png -share/icons/gnome/48x48/emotes/face-angry.png -share/icons/gnome/48x48/emotes/face-cool.png -share/icons/gnome/48x48/emotes/face-crying.png -share/icons/gnome/48x48/emotes/face-devilish.png -share/icons/gnome/48x48/emotes/face-embarrassed.png -share/icons/gnome/48x48/emotes/face-glasses.png -share/icons/gnome/48x48/emotes/face-kiss.png -share/icons/gnome/48x48/emotes/face-laugh.png -share/icons/gnome/48x48/emotes/face-monkey.png -share/icons/gnome/48x48/emotes/face-plain.png -share/icons/gnome/48x48/emotes/face-raspberry.png -share/icons/gnome/48x48/emotes/face-sad.png -share/icons/gnome/48x48/emotes/face-sick.png -share/icons/gnome/48x48/emotes/face-smile-big.png -share/icons/gnome/48x48/emotes/face-smile.png -share/icons/gnome/48x48/emotes/face-smirk.png -share/icons/gnome/48x48/emotes/face-surprise.png -share/icons/gnome/48x48/emotes/face-tired.png -share/icons/gnome/48x48/emotes/face-uncertain.png -share/icons/gnome/48x48/emotes/face-wink.png -share/icons/gnome/48x48/emotes/face-worried.png -share/icons/gnome/48x48/emotes/stock_smiley-1.png -share/icons/gnome/48x48/emotes/stock_smiley-10.png -share/icons/gnome/48x48/emotes/stock_smiley-11.png -share/icons/gnome/48x48/emotes/stock_smiley-13.png -share/icons/gnome/48x48/emotes/stock_smiley-15.png -share/icons/gnome/48x48/emotes/stock_smiley-18.png -share/icons/gnome/48x48/emotes/stock_smiley-2.png -share/icons/gnome/48x48/emotes/stock_smiley-22.png -share/icons/gnome/48x48/emotes/stock_smiley-3.png -share/icons/gnome/48x48/emotes/stock_smiley-4.png -share/icons/gnome/48x48/emotes/stock_smiley-5.png -share/icons/gnome/48x48/emotes/stock_smiley-6.png -share/icons/gnome/48x48/emotes/stock_smiley-7.png -share/icons/gnome/48x48/emotes/stock_smiley-8.png -share/icons/gnome/48x48/mimetypes/application-certificate.png -share/icons/gnome/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png -share/icons/gnome/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/gnome/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/gnome/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/gnome/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png -share/icons/gnome/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -share/icons/gnome/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png -share/icons/gnome/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/gnome/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png -share/icons/gnome/48x48/mimetypes/application-x-executable.png -share/icons/gnome/48x48/mimetypes/ascii.png -share/icons/gnome/48x48/mimetypes/audio-x-generic.png -share/icons/gnome/48x48/mimetypes/binary.png -share/icons/gnome/48x48/mimetypes/contents2.png -share/icons/gnome/48x48/mimetypes/deb.png -share/icons/gnome/48x48/mimetypes/document.png -share/icons/gnome/48x48/mimetypes/empty.png -share/icons/gnome/48x48/mimetypes/exec.png -share/icons/gnome/48x48/mimetypes/folder_tar.png -share/icons/gnome/48x48/mimetypes/font-x-generic.png -share/icons/gnome/48x48/mimetypes/font.png -share/icons/gnome/48x48/mimetypes/font_bitmap.png -share/icons/gnome/48x48/mimetypes/font_truetype.png -share/icons/gnome/48x48/mimetypes/font_type1.png -share/icons/gnome/48x48/mimetypes/gnome-fs-executable.png -share/icons/gnome/48x48/mimetypes/gnome-fs-regular.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-magicpoint.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-msword.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-ogg.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-pdf.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-postscript.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-rtf.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-wordperfect.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-abiword.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-archive.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-arj.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-bzip.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-compress.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-cpio.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-deb.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-dvi.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-executable.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gnumeric.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gzip.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-jar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-kspread.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-kword.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-lha.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-lhz.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-perl.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-php.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-rar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-rpm.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-scribus.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-shellscript.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-tar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-tarz.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-tex.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-xhtml+xml.png -share/icons/gnome/48x48/mimetypes/gnome-mime-application-zip.png -share/icons/gnome/48x48/mimetypes/gnome-mime-audio.png -share/icons/gnome/48x48/mimetypes/gnome-mime-image.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-html.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-csh.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-python.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-sh.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-vcard.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-zsh.png -share/icons/gnome/48x48/mimetypes/gnome-mime-text.png -share/icons/gnome/48x48/mimetypes/gnome-mime-video.png -share/icons/gnome/48x48/mimetypes/gnome-mime-x-font-afm.png -share/icons/gnome/48x48/mimetypes/gnome-package.png -share/icons/gnome/48x48/mimetypes/gtk-file.png -share/icons/gnome/48x48/mimetypes/html.png -share/icons/gnome/48x48/mimetypes/image-x-generic.png -share/icons/gnome/48x48/mimetypes/image.png -share/icons/gnome/48x48/mimetypes/kpresenter_kpr.png -share/icons/gnome/48x48/mimetypes/mime_ascii.png -share/icons/gnome/48x48/mimetypes/misc.png -share/icons/gnome/48x48/mimetypes/package-x-generic.png -share/icons/gnome/48x48/mimetypes/package.png -share/icons/gnome/48x48/mimetypes/package_editors.png -share/icons/gnome/48x48/mimetypes/package_wordprocessing.png -share/icons/gnome/48x48/mimetypes/plan.png -share/icons/gnome/48x48/mimetypes/rpm.png -share/icons/gnome/48x48/mimetypes/shellscript.png -share/icons/gnome/48x48/mimetypes/sound.png -share/icons/gnome/48x48/mimetypes/spreadsheet.png -share/icons/gnome/48x48/mimetypes/stock_addressbook.png -share/icons/gnome/48x48/mimetypes/stock_calendar.png -share/icons/gnome/48x48/mimetypes/stock_certificate.png -share/icons/gnome/48x48/mimetypes/stock_script.png -share/icons/gnome/48x48/mimetypes/tar.png -share/icons/gnome/48x48/mimetypes/template_source.png -share/icons/gnome/48x48/mimetypes/text-html.png -share/icons/gnome/48x48/mimetypes/text-x-generic-template.png -share/icons/gnome/48x48/mimetypes/text-x-generic.png -share/icons/gnome/48x48/mimetypes/text-x-preview.png -share/icons/gnome/48x48/mimetypes/text-x-script.png -share/icons/gnome/48x48/mimetypes/tgz.png -share/icons/gnome/48x48/mimetypes/txt.png -share/icons/gnome/48x48/mimetypes/txt2.png -share/icons/gnome/48x48/mimetypes/unknown.png -share/icons/gnome/48x48/mimetypes/vcalendar.png -share/icons/gnome/48x48/mimetypes/vcard.png -share/icons/gnome/48x48/mimetypes/video-x-generic.png -share/icons/gnome/48x48/mimetypes/video.png -share/icons/gnome/48x48/mimetypes/wordprocessing.png -share/icons/gnome/48x48/mimetypes/www.png -share/icons/gnome/48x48/mimetypes/x-office-address-book.png -share/icons/gnome/48x48/mimetypes/x-office-calendar.png -share/icons/gnome/48x48/mimetypes/x-office-document-template.png -share/icons/gnome/48x48/mimetypes/x-office-document.png -share/icons/gnome/48x48/mimetypes/x-office-drawing-template.png -share/icons/gnome/48x48/mimetypes/x-office-drawing.png -share/icons/gnome/48x48/mimetypes/x-office-presentation-template.png -share/icons/gnome/48x48/mimetypes/x-office-presentation.png -share/icons/gnome/48x48/mimetypes/x-office-spreadsheet-template.png -share/icons/gnome/48x48/mimetypes/x-office-spreadsheet.png -share/icons/gnome/48x48/mimetypes/zip.png -share/icons/gnome/48x48/places/application-x-gnome-saved-search.png -share/icons/gnome/48x48/places/desktop.png -share/icons/gnome/48x48/places/distributor-logo.png -share/icons/gnome/48x48/places/emptytrash.png -share/icons/gnome/48x48/places/folder-documents.png -share/icons/gnome/48x48/places/folder-download.png -share/icons/gnome/48x48/places/folder-music.png -share/icons/gnome/48x48/places/folder-pictures.png -share/icons/gnome/48x48/places/folder-publicshare.png -share/icons/gnome/48x48/places/folder-remote.png -share/icons/gnome/48x48/places/folder-saved-search.png -share/icons/gnome/48x48/places/folder-templates.png -share/icons/gnome/48x48/places/folder-videos.png -share/icons/gnome/48x48/places/folder.png -share/icons/gnome/48x48/places/folder_home.png -share/icons/gnome/48x48/places/gnome-fs-desktop.png -share/icons/gnome/48x48/places/gnome-fs-directory.png -share/icons/gnome/48x48/places/gnome-fs-ftp.png -share/icons/gnome/48x48/places/gnome-fs-home.png -share/icons/gnome/48x48/places/gnome-fs-network.png -share/icons/gnome/48x48/places/gnome-fs-nfs.png -share/icons/gnome/48x48/places/gnome-fs-server.png -share/icons/gnome/48x48/places/gnome-fs-share.png -share/icons/gnome/48x48/places/gnome-fs-smb.png -share/icons/gnome/48x48/places/gnome-fs-ssh.png -share/icons/gnome/48x48/places/gnome-fs-trash-empty.png -share/icons/gnome/48x48/places/gnome-main-menu.png -share/icons/gnome/48x48/places/gnome-mime-x-directory-nfs-server.png -share/icons/gnome/48x48/places/gnome-mime-x-directory-smb-server.png -share/icons/gnome/48x48/places/gnome-mime-x-directory-smb-share.png -share/icons/gnome/48x48/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/gnome/48x48/places/gnome-stock-trash.png -share/icons/gnome/48x48/places/gtk-directory.png -share/icons/gnome/48x48/places/gtk-network.png -share/icons/gnome/48x48/places/inode-directory.png -share/icons/gnome/48x48/places/network-server.png -share/icons/gnome/48x48/places/network-workgroup.png -share/icons/gnome/48x48/places/network.png -share/icons/gnome/48x48/places/network_local.png -share/icons/gnome/48x48/places/novell-button.png -share/icons/gnome/48x48/places/redhat-network-server.png -share/icons/gnome/48x48/places/server.png -share/icons/gnome/48x48/places/start-here.png -share/icons/gnome/48x48/places/stock_folder.png -share/icons/gnome/48x48/places/trashcan_empty.png -share/icons/gnome/48x48/places/user-bookmarks.png -share/icons/gnome/48x48/places/user-desktop.png -share/icons/gnome/48x48/places/user-home.png -share/icons/gnome/48x48/places/user-trash.png -share/icons/gnome/48x48/places/xfce-trash_empty.png -share/icons/gnome/48x48/status/appointment-missed.png -share/icons/gnome/48x48/status/appointment-soon.png -share/icons/gnome/48x48/status/audio-volume-high.png -share/icons/gnome/48x48/status/audio-volume-low.png -share/icons/gnome/48x48/status/audio-volume-medium.png -share/icons/gnome/48x48/status/audio-volume-muted.png -share/icons/gnome/48x48/status/avatar-default.png -share/icons/gnome/48x48/status/battery-caution.png -share/icons/gnome/48x48/status/battery-charging.png -share/icons/gnome/48x48/status/battery-full.png -share/icons/gnome/48x48/status/battery-good.png -share/icons/gnome/48x48/status/battery-low.png -share/icons/gnome/48x48/status/changes-allow.png -share/icons/gnome/48x48/status/changes-prevent.png -share/icons/gnome/48x48/status/connect_creating.png -share/icons/gnome/48x48/status/connect_established.png -share/icons/gnome/48x48/status/connect_no.png -share/icons/gnome/48x48/status/dialog-error.png -share/icons/gnome/48x48/status/dialog-information.png -share/icons/gnome/48x48/status/dialog-password.png -share/icons/gnome/48x48/status/dialog-question.png -share/icons/gnome/48x48/status/dialog-warning.png -share/icons/gnome/48x48/status/edittrash.png -share/icons/gnome/48x48/status/error.png -share/icons/gnome/48x48/status/folder-drag-accept.png -share/icons/gnome/48x48/status/folder-open.png -share/icons/gnome/48x48/status/folder-visiting.png -share/icons/gnome/48x48/status/folder_open.png -share/icons/gnome/48x48/status/gnome-fs-directory-accept.png -share/icons/gnome/48x48/status/gnome-fs-directory-visiting.png -share/icons/gnome/48x48/status/gnome-fs-loading-icon.png -share/icons/gnome/48x48/status/gnome-fs-trash-full.png -share/icons/gnome/48x48/status/gnome-netstatus-disconn.png -share/icons/gnome/48x48/status/gnome-netstatus-error.png -share/icons/gnome/48x48/status/gnome-netstatus-idle.png -share/icons/gnome/48x48/status/gnome-netstatus-rx.png -share/icons/gnome/48x48/status/gnome-netstatus-tx.png -share/icons/gnome/48x48/status/gnome-netstatus-txrx.png -share/icons/gnome/48x48/status/gnome-stock-trash-full.png -share/icons/gnome/48x48/status/gtk-dialog-authentication.png -share/icons/gnome/48x48/status/gtk-dialog-error.png -share/icons/gnome/48x48/status/gtk-dialog-info.png -share/icons/gnome/48x48/status/gtk-dialog-question.png -share/icons/gnome/48x48/status/gtk-dialog-warning.png -share/icons/gnome/48x48/status/gtk-missing-image.png -share/icons/gnome/48x48/status/image-loading.png -share/icons/gnome/48x48/status/image-missing.png -share/icons/gnome/48x48/status/important.png -share/icons/gnome/48x48/status/info.png -share/icons/gnome/48x48/status/mail-attachment.png -share/icons/gnome/48x48/status/mail-read.png -share/icons/gnome/48x48/status/mail-replied.png -share/icons/gnome/48x48/status/mail-unread.png -share/icons/gnome/48x48/status/media-playlist-repeat.png -share/icons/gnome/48x48/status/media-playlist-shuffle.png -share/icons/gnome/48x48/status/messagebox_critical.png -share/icons/gnome/48x48/status/messagebox_info.png -share/icons/gnome/48x48/status/messagebox_warning.png -share/icons/gnome/48x48/status/network-error.png -share/icons/gnome/48x48/status/network-idle.png -share/icons/gnome/48x48/status/network-offline.png -share/icons/gnome/48x48/status/network-receive.png -share/icons/gnome/48x48/status/network-transmit-receive.png -share/icons/gnome/48x48/status/network-transmit.png -share/icons/gnome/48x48/status/nm-adhoc.png -share/icons/gnome/48x48/status/nm-device-wired.png -share/icons/gnome/48x48/status/nm-device-wireless.png -share/icons/gnome/48x48/status/nm-no-connection.png -share/icons/gnome/48x48/status/printer-error.png -share/icons/gnome/48x48/status/printer-printing.png -share/icons/gnome/48x48/status/security-high.png -share/icons/gnome/48x48/status/security-low.png -share/icons/gnome/48x48/status/security-medium.png -share/icons/gnome/48x48/status/software-update-available.png -share/icons/gnome/48x48/status/software-update-urgent.png -share/icons/gnome/48x48/status/stock_appointment-reminder-excl.png -share/icons/gnome/48x48/status/stock_appointment-reminder.png -share/icons/gnome/48x48/status/stock_attach.png -share/icons/gnome/48x48/status/stock_dialog-error.png -share/icons/gnome/48x48/status/stock_dialog-info.png -share/icons/gnome/48x48/status/stock_dialog-question.png -share/icons/gnome/48x48/status/stock_dialog-warning.png -share/icons/gnome/48x48/status/stock_lock-broken.png -share/icons/gnome/48x48/status/stock_lock-ok.png -share/icons/gnome/48x48/status/stock_lock-open.png -share/icons/gnome/48x48/status/stock_lock.png -share/icons/gnome/48x48/status/stock_mail-open.png -share/icons/gnome/48x48/status/stock_mail-replied.png -share/icons/gnome/48x48/status/stock_mail-unread.png -share/icons/gnome/48x48/status/stock_open.png -share/icons/gnome/48x48/status/stock_repeat.png -share/icons/gnome/48x48/status/stock_shuffle.png -share/icons/gnome/48x48/status/stock_trash_full.png -share/icons/gnome/48x48/status/stock_volume-0.png -share/icons/gnome/48x48/status/stock_volume-max.png -share/icons/gnome/48x48/status/stock_volume-med.png -share/icons/gnome/48x48/status/stock_volume-min.png -share/icons/gnome/48x48/status/stock_volume-mute.png -share/icons/gnome/48x48/status/stock_volume.png -share/icons/gnome/48x48/status/stock_weather-cloudy.png -share/icons/gnome/48x48/status/stock_weather-few-clouds.png -share/icons/gnome/48x48/status/stock_weather-fog.png -share/icons/gnome/48x48/status/stock_weather-night-clear.png -share/icons/gnome/48x48/status/stock_weather-night-few-clouds.png -share/icons/gnome/48x48/status/stock_weather-showers.png -share/icons/gnome/48x48/status/stock_weather-snow.png -share/icons/gnome/48x48/status/stock_weather-storm.png -share/icons/gnome/48x48/status/stock_weather-sunny.png -share/icons/gnome/48x48/status/sunny.png -share/icons/gnome/48x48/status/task-due.png -share/icons/gnome/48x48/status/task-past-due.png -share/icons/gnome/48x48/status/trashcan_full.png -share/icons/gnome/48x48/status/user-available.png -share/icons/gnome/48x48/status/user-away.png -share/icons/gnome/48x48/status/user-busy.png -share/icons/gnome/48x48/status/user-idle.png -share/icons/gnome/48x48/status/user-invisible.png -share/icons/gnome/48x48/status/user-offline.png -share/icons/gnome/48x48/status/user-trash-full.png -share/icons/gnome/48x48/status/weather-clear-night.png -share/icons/gnome/48x48/status/weather-clear.png -share/icons/gnome/48x48/status/weather-few-clouds-night.png -share/icons/gnome/48x48/status/weather-few-clouds.png -share/icons/gnome/48x48/status/weather-fog.png -share/icons/gnome/48x48/status/weather-overcast.png -share/icons/gnome/48x48/status/weather-severe-alert.png -share/icons/gnome/48x48/status/weather-showers-scattered.png -share/icons/gnome/48x48/status/weather-showers.png -share/icons/gnome/48x48/status/weather-snow.png -share/icons/gnome/48x48/status/weather-storm.png -share/icons/gnome/48x48/status/xfce-trash_full.png -share/icons/gnome/8x8/emblems/emblem-default.png -share/icons/gnome/8x8/emblems/emblem-new.png -share/icons/gnome/8x8/emblems/emblem-noread.png -share/icons/gnome/8x8/emblems/emblem-nowrite.png -share/icons/gnome/8x8/emblems/emblem-readonly.png -share/icons/gnome/8x8/emblems/emblem-symbolic-link.png -share/icons/gnome/8x8/emblems/emblem-unreadable.png -share/icons/gnome/index.theme -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/icons/gnome/scalable/stock/generic -@dirrmtry share/icons/gnome/scalable/stock -@dirrmtry share/icons/gnome/scalable/status -@dirrmtry share/icons/gnome/scalable/places -@dirrmtry share/icons/gnome/scalable/mimetypes -@dirrmtry share/icons/gnome/scalable/emotes -@dirrmtry share/icons/gnome/scalable/emblems -@dirrmtry share/icons/gnome/scalable/devices -@dirrmtry share/icons/gnome/scalable/categories -@dirrmtry share/icons/gnome/scalable/apps -@dirrmtry share/icons/gnome/scalable/actions -@dirrmtry share/icons/gnome/scalable -@dirrmtry share/icons/gnome/8x8/emblems -@dirrmtry share/icons/gnome/8x8 -@dirrmtry share/icons/gnome/48x48/stock/net -@dirrmtry share/icons/gnome/48x48/stock/io -@dirrmtry share/icons/gnome/48x48/stock/generic -@dirrmtry share/icons/gnome/48x48/stock/document -@dirrmtry share/icons/gnome/48x48/stock/data -@dirrmtry share/icons/gnome/48x48/stock/code -@dirrmtry share/icons/gnome/48x48/stock -@dirrmtry share/icons/gnome/48x48/status -@dirrmtry share/icons/gnome/48x48/places -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrmtry share/icons/gnome/48x48/filesystems -@dirrmtry share/icons/gnome/48x48/emotes -@dirrmtry share/icons/gnome/48x48/emblems -@dirrmtry share/icons/gnome/48x48/devices -@dirrmtry share/icons/gnome/48x48/categories -@dirrmtry share/icons/gnome/48x48/apps -@dirrmtry share/icons/gnome/48x48/animations -@dirrmtry share/icons/gnome/48x48/actions -@dirrmtry share/icons/gnome/48x48 -@dirrmtry share/icons/gnome/32x32/stock/generic -@dirrmtry share/icons/gnome/32x32/stock -@dirrmtry share/icons/gnome/32x32/status -@dirrmtry share/icons/gnome/32x32/places -@dirrmtry share/icons/gnome/32x32/mimetypes -@dirrmtry share/icons/gnome/32x32/emotes -@dirrmtry share/icons/gnome/32x32/emblems -@dirrmtry share/icons/gnome/32x32/devices -@dirrmtry share/icons/gnome/32x32/categories -@dirrmtry share/icons/gnome/32x32/apps -@dirrmtry share/icons/gnome/32x32/animations -@dirrmtry share/icons/gnome/32x32/actions -@dirrmtry share/icons/gnome/32x32 -@dirrmtry share/icons/gnome/256x256/status -@dirrmtry share/icons/gnome/256x256/places -@dirrmtry share/icons/gnome/256x256/mimetypes -@dirrmtry share/icons/gnome/256x256/emotes -@dirrmtry share/icons/gnome/256x256/emblems -@dirrmtry share/icons/gnome/256x256/devices -@dirrmtry share/icons/gnome/256x256/categories -@dirrmtry share/icons/gnome/256x256/apps -@dirrmtry share/icons/gnome/256x256/actions -@dirrmtry share/icons/gnome/256x256 -@dirrmtry share/icons/gnome/24x24/stock/text -@dirrmtry share/icons/gnome/24x24/stock/table -@dirrmtry share/icons/gnome/24x24/stock/object -@dirrmtry share/icons/gnome/24x24/stock/net -@dirrmtry share/icons/gnome/24x24/stock/navigation -@dirrmtry share/icons/gnome/24x24/stock/media -@dirrmtry share/icons/gnome/24x24/stock/io -@dirrmtry share/icons/gnome/24x24/stock/image -@dirrmtry share/icons/gnome/24x24/stock/generic -@dirrmtry share/icons/gnome/24x24/stock/form -@dirrmtry share/icons/gnome/24x24/stock/document -@dirrmtry share/icons/gnome/24x24/stock/data -@dirrmtry share/icons/gnome/24x24/stock/code -@dirrmtry share/icons/gnome/24x24/stock/chart -@dirrmtry share/icons/gnome/24x24/stock -@dirrmtry share/icons/gnome/24x24/status -@dirrmtry share/icons/gnome/24x24/places -@dirrmtry share/icons/gnome/24x24/mimetypes -@dirrmtry share/icons/gnome/24x24/filesystems -@dirrmtry share/icons/gnome/24x24/emotes -@dirrmtry share/icons/gnome/24x24/emblems -@dirrmtry share/icons/gnome/24x24/devices -@dirrmtry share/icons/gnome/24x24/categories -@dirrmtry share/icons/gnome/24x24/apps -@dirrmtry share/icons/gnome/24x24/animations -@dirrmtry share/icons/gnome/24x24/actions -@dirrmtry share/icons/gnome/24x24 -@dirrmtry share/icons/gnome/22x22/status -@dirrmtry share/icons/gnome/22x22/places -@dirrmtry share/icons/gnome/22x22/mimetypes -@dirrmtry share/icons/gnome/22x22/emotes -@dirrmtry share/icons/gnome/22x22/emblems -@dirrmtry share/icons/gnome/22x22/devices -@dirrmtry share/icons/gnome/22x22/categories -@dirrmtry share/icons/gnome/22x22/apps -@dirrmtry share/icons/gnome/22x22/animations -@dirrmtry share/icons/gnome/22x22/actions -@dirrmtry share/icons/gnome/22x22 -@dirrmtry share/icons/gnome/16x16/stock/text -@dirrmtry share/icons/gnome/16x16/stock/table -@dirrmtry share/icons/gnome/16x16/stock/object -@dirrmtry share/icons/gnome/16x16/stock/net -@dirrmtry share/icons/gnome/16x16/stock/navigation -@dirrmtry share/icons/gnome/16x16/stock/media -@dirrmtry share/icons/gnome/16x16/stock/io -@dirrmtry share/icons/gnome/16x16/stock/image -@dirrmtry share/icons/gnome/16x16/stock/generic -@dirrmtry share/icons/gnome/16x16/stock/form -@dirrmtry share/icons/gnome/16x16/stock/emoticons -@dirrmtry share/icons/gnome/16x16/stock/document -@dirrmtry share/icons/gnome/16x16/stock/data -@dirrmtry share/icons/gnome/16x16/stock/code -@dirrmtry share/icons/gnome/16x16/stock/chart -@dirrmtry share/icons/gnome/16x16/stock -@dirrmtry share/icons/gnome/16x16/status -@dirrmtry share/icons/gnome/16x16/places -@dirrmtry share/icons/gnome/16x16/mimetypes -@dirrmtry share/icons/gnome/16x16/filesystems -@dirrmtry share/icons/gnome/16x16/emotes -@dirrmtry share/icons/gnome/16x16/emblems -@dirrmtry share/icons/gnome/16x16/devices -@dirrmtry share/icons/gnome/16x16/categories -@dirrmtry share/icons/gnome/16x16/apps -@dirrmtry share/icons/gnome/16x16/animations -@dirrmtry share/icons/gnome/16x16/actions -@dirrmtry share/icons/gnome/16x16 -@dirrmtry share/icons/gnome -@dirrmtry share/icons diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile deleted file mode 100644 index b21f70965..000000000 --- a/misc/gnome-user-docs/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnomeuserdocs2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnome-user-docs/Makefile,v 1.59 2010/03/31 09:35:31 avl Exp $ -# - -PORTNAME= gnome-user-docs -PORTVERSION= 2.30.1 -CATEGORIES= misc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 users guide - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedocutils - -.include <bsd.port.mk> diff --git a/misc/gnome-user-docs/distinfo b/misc/gnome-user-docs/distinfo deleted file mode 100644 index 1861b9f64..000000000 --- a/misc/gnome-user-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-user-docs-2.30.1.tar.bz2) = eccd6a238a499ba42dbb6d74b02dd25a -SHA256 (gnome2/gnome-user-docs-2.30.1.tar.bz2) = cd490d676c3f9c4792bfb4bf7848ccced7339abc45b25dedf5d1a60fe039cfa9 -SIZE (gnome2/gnome-user-docs-2.30.1.tar.bz2) = 18016659 diff --git a/misc/gnome-user-docs/pkg-descr b/misc/gnome-user-docs/pkg-descr deleted file mode 100644 index 0ed2fb1bc..000000000 --- a/misc/gnome-user-docs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -User documentation for the GNOME 2 desktop. diff --git a/misc/gnome-user-docs/pkg-plist b/misc/gnome-user-docs/pkg-plist deleted file mode 100644 index 3c4070759..000000000 --- a/misc/gnome-user-docs/pkg-plist +++ /dev/null @@ -1,2592 +0,0 @@ -share/gnome/help/gnome-access-guide/C/accessintro.xml -share/gnome/help/gnome-access-guide/C/enable.xml -share/gnome/help/gnome-access-guide/C/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/C/figures/General_Tab.png -share/gnome/help/gnome-access-guide/C/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/C/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/C/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/C/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/C/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/C/figures/MainWindow.png -share/gnome/help/gnome-access-guide/C/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/C/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/C/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/C/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/C/figures/accessx.png -share/gnome/help/gnome-access-guide/C/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/C/figures/button.png -share/gnome/help/gnome-access-guide/C/figures/check_box.png -share/gnome/help/gnome-access-guide/C/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/C/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/C/figures/mousekeys.png -share/gnome/help/gnome-access-guide/C/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/C/figures/move_object_before.png -share/gnome/help/gnome-access-guide/C/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/C/figures/move_object_push.png -share/gnome/help/gnome-access-guide/C/figures/radio_button.png -share/gnome/help/gnome-access-guide/C/figures/slider.png -share/gnome/help/gnome-access-guide/C/figures/slowkeys.png -share/gnome/help/gnome-access-guide/C/figures/spin_box.png -share/gnome/help/gnome-access-guide/C/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/C/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/C/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/C/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/C/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/C/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/C/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/C/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/C/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/C/figures/text_box.png -share/gnome/help/gnome-access-guide/C/figures/tree.png -share/gnome/help/gnome-access-guide/C/general.xml -share/gnome/help/gnome-access-guide/C/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/C/legal.xml -share/gnome/help/gnome-access-guide/C/low-vision.xml -share/gnome/help/gnome-access-guide/C/mobility.xml -share/gnome/help/gnome-access-guide/C/preface.xml -share/gnome/help/gnome-access-guide/C/sysadmin.xml -share/gnome/help/gnome-access-guide/de/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/de/figures/General_Tab.png -share/gnome/help/gnome-access-guide/de/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/de/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/de/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/de/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/de/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/de/figures/MainWindow.png -share/gnome/help/gnome-access-guide/de/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/de/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/de/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/de/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/de/figures/accessx.png -share/gnome/help/gnome-access-guide/de/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/de/figures/button.png -share/gnome/help/gnome-access-guide/de/figures/check_box.png -share/gnome/help/gnome-access-guide/de/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/de/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/de/figures/mousekeys.png -share/gnome/help/gnome-access-guide/de/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/de/figures/move_object_before.png -share/gnome/help/gnome-access-guide/de/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/de/figures/move_object_push.png -share/gnome/help/gnome-access-guide/de/figures/radio_button.png -share/gnome/help/gnome-access-guide/de/figures/slider.png -share/gnome/help/gnome-access-guide/de/figures/slowkeys.png -share/gnome/help/gnome-access-guide/de/figures/spin_box.png -share/gnome/help/gnome-access-guide/de/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/de/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/de/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/de/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/de/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/de/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/de/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/de/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/de/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/de/figures/text_box.png -share/gnome/help/gnome-access-guide/de/figures/tree.png -share/gnome/help/gnome-access-guide/de/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/el/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/el/figures/General_Tab.png -share/gnome/help/gnome-access-guide/el/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/el/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/el/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/el/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/el/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/el/figures/MainWindow.png -share/gnome/help/gnome-access-guide/el/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/el/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/el/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/el/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/el/figures/accessx.png -share/gnome/help/gnome-access-guide/el/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/el/figures/button.png -share/gnome/help/gnome-access-guide/el/figures/check_box.png -share/gnome/help/gnome-access-guide/el/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/el/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/el/figures/mousekeys.png -share/gnome/help/gnome-access-guide/el/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/el/figures/move_object_before.png -share/gnome/help/gnome-access-guide/el/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/el/figures/move_object_push.png -share/gnome/help/gnome-access-guide/el/figures/radio_button.png -share/gnome/help/gnome-access-guide/el/figures/slider.png -share/gnome/help/gnome-access-guide/el/figures/slowkeys.png -share/gnome/help/gnome-access-guide/el/figures/spin_box.png -share/gnome/help/gnome-access-guide/el/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/el/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/el/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/el/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/el/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/el/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/el/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/el/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/el/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/el/figures/text_box.png -share/gnome/help/gnome-access-guide/el/figures/tree.png -share/gnome/help/gnome-access-guide/el/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/en_GB/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/General_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/en_GB/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/en_GB/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/MainWindow.png -share/gnome/help/gnome-access-guide/en_GB/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/en_GB/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/en_GB/figures/accessx.png -share/gnome/help/gnome-access-guide/en_GB/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/en_GB/figures/button.png -share/gnome/help/gnome-access-guide/en_GB/figures/check_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/mousekeys.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_before.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/en_GB/figures/move_object_push.png -share/gnome/help/gnome-access-guide/en_GB/figures/radio_button.png -share/gnome/help/gnome-access-guide/en_GB/figures/slider.png -share/gnome/help/gnome-access-guide/en_GB/figures/slowkeys.png -share/gnome/help/gnome-access-guide/en_GB/figures/spin_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/en_GB/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/en_GB/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/en_GB/figures/text_box.png -share/gnome/help/gnome-access-guide/en_GB/figures/tree.png -share/gnome/help/gnome-access-guide/en_GB/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/es/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/es/figures/General_Tab.png -share/gnome/help/gnome-access-guide/es/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/es/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/es/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/es/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/es/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/es/figures/MainWindow.png -share/gnome/help/gnome-access-guide/es/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/es/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/es/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/es/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/es/figures/accessx.png -share/gnome/help/gnome-access-guide/es/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/es/figures/button.png -share/gnome/help/gnome-access-guide/es/figures/check_box.png -share/gnome/help/gnome-access-guide/es/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/es/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/es/figures/mousekeys.png -share/gnome/help/gnome-access-guide/es/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/es/figures/move_object_before.png -share/gnome/help/gnome-access-guide/es/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/es/figures/move_object_push.png -share/gnome/help/gnome-access-guide/es/figures/radio_button.png -share/gnome/help/gnome-access-guide/es/figures/slider.png -share/gnome/help/gnome-access-guide/es/figures/slowkeys.png -share/gnome/help/gnome-access-guide/es/figures/spin_box.png -share/gnome/help/gnome-access-guide/es/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/es/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/es/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/es/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/es/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/es/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/es/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/es/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/es/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/es/figures/text_box.png -share/gnome/help/gnome-access-guide/es/figures/tree.png -share/gnome/help/gnome-access-guide/es/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/eu/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/General_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/eu/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/eu/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/MainWindow.png -share/gnome/help/gnome-access-guide/eu/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/eu/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/eu/figures/accessx.png -share/gnome/help/gnome-access-guide/eu/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/eu/figures/button.png -share/gnome/help/gnome-access-guide/eu/figures/check_box.png -share/gnome/help/gnome-access-guide/eu/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/eu/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/eu/figures/mousekeys.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_before.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/eu/figures/move_object_push.png -share/gnome/help/gnome-access-guide/eu/figures/radio_button.png -share/gnome/help/gnome-access-guide/eu/figures/slider.png -share/gnome/help/gnome-access-guide/eu/figures/slowkeys.png -share/gnome/help/gnome-access-guide/eu/figures/spin_box.png -share/gnome/help/gnome-access-guide/eu/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/eu/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/eu/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/eu/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/eu/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/eu/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/eu/figures/text_box.png -share/gnome/help/gnome-access-guide/eu/figures/tree.png -share/gnome/help/gnome-access-guide/eu/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/fi/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/General_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/fi/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/fi/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/MainWindow.png -share/gnome/help/gnome-access-guide/fi/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/fi/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/fi/figures/accessx.png -share/gnome/help/gnome-access-guide/fi/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/fi/figures/button.png -share/gnome/help/gnome-access-guide/fi/figures/check_box.png -share/gnome/help/gnome-access-guide/fi/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/fi/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/fi/figures/mousekeys.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_before.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/fi/figures/move_object_push.png -share/gnome/help/gnome-access-guide/fi/figures/radio_button.png -share/gnome/help/gnome-access-guide/fi/figures/slider.png -share/gnome/help/gnome-access-guide/fi/figures/slowkeys.png -share/gnome/help/gnome-access-guide/fi/figures/spin_box.png -share/gnome/help/gnome-access-guide/fi/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/fi/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/fi/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/fi/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/fi/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/fi/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/fi/figures/text_box.png -share/gnome/help/gnome-access-guide/fi/figures/tree.png -share/gnome/help/gnome-access-guide/fi/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/fr/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/General_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/fr/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/fr/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/MainWindow.png -share/gnome/help/gnome-access-guide/fr/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/fr/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/fr/figures/accessx.png -share/gnome/help/gnome-access-guide/fr/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/fr/figures/button.png -share/gnome/help/gnome-access-guide/fr/figures/check_box.png -share/gnome/help/gnome-access-guide/fr/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/fr/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/fr/figures/mousekeys.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_before.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/fr/figures/move_object_push.png -share/gnome/help/gnome-access-guide/fr/figures/radio_button.png -share/gnome/help/gnome-access-guide/fr/figures/slider.png -share/gnome/help/gnome-access-guide/fr/figures/slowkeys.png -share/gnome/help/gnome-access-guide/fr/figures/spin_box.png -share/gnome/help/gnome-access-guide/fr/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/fr/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/fr/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/fr/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/fr/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/fr/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/fr/figures/text_box.png -share/gnome/help/gnome-access-guide/fr/figures/tree.png -share/gnome/help/gnome-access-guide/fr/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/hu/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/General_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/hu/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/hu/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/MainWindow.png -share/gnome/help/gnome-access-guide/hu/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/hu/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/hu/figures/accessx.png -share/gnome/help/gnome-access-guide/hu/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/hu/figures/button.png -share/gnome/help/gnome-access-guide/hu/figures/check_box.png -share/gnome/help/gnome-access-guide/hu/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/hu/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/hu/figures/mousekeys.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_before.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/hu/figures/move_object_push.png -share/gnome/help/gnome-access-guide/hu/figures/radio_button.png -share/gnome/help/gnome-access-guide/hu/figures/slider.png -share/gnome/help/gnome-access-guide/hu/figures/slowkeys.png -share/gnome/help/gnome-access-guide/hu/figures/spin_box.png -share/gnome/help/gnome-access-guide/hu/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/hu/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/hu/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/hu/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/hu/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/hu/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/hu/figures/text_box.png -share/gnome/help/gnome-access-guide/hu/figures/tree.png -share/gnome/help/gnome-access-guide/hu/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/it/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/it/figures/General_Tab.png -share/gnome/help/gnome-access-guide/it/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/it/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/it/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/it/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/it/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/it/figures/MainWindow.png -share/gnome/help/gnome-access-guide/it/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/it/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/it/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/it/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/it/figures/accessx.png -share/gnome/help/gnome-access-guide/it/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/it/figures/button.png -share/gnome/help/gnome-access-guide/it/figures/check_box.png -share/gnome/help/gnome-access-guide/it/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/it/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/it/figures/mousekeys.png -share/gnome/help/gnome-access-guide/it/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/it/figures/move_object_before.png -share/gnome/help/gnome-access-guide/it/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/it/figures/move_object_push.png -share/gnome/help/gnome-access-guide/it/figures/radio_button.png -share/gnome/help/gnome-access-guide/it/figures/slider.png -share/gnome/help/gnome-access-guide/it/figures/slowkeys.png -share/gnome/help/gnome-access-guide/it/figures/spin_box.png -share/gnome/help/gnome-access-guide/it/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/it/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/it/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/it/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/it/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/it/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/it/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/it/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/it/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/it/figures/text_box.png -share/gnome/help/gnome-access-guide/it/figures/tree.png -share/gnome/help/gnome-access-guide/it/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/oc/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/General_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/oc/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/oc/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/MainWindow.png -share/gnome/help/gnome-access-guide/oc/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/oc/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/oc/figures/accessx.png -share/gnome/help/gnome-access-guide/oc/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/oc/figures/button.png -share/gnome/help/gnome-access-guide/oc/figures/check_box.png -share/gnome/help/gnome-access-guide/oc/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/oc/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/oc/figures/mousekeys.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_before.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/oc/figures/move_object_push.png -share/gnome/help/gnome-access-guide/oc/figures/radio_button.png -share/gnome/help/gnome-access-guide/oc/figures/slider.png -share/gnome/help/gnome-access-guide/oc/figures/slowkeys.png -share/gnome/help/gnome-access-guide/oc/figures/spin_box.png -share/gnome/help/gnome-access-guide/oc/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/oc/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/oc/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/oc/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/oc/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/oc/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/oc/figures/text_box.png -share/gnome/help/gnome-access-guide/oc/figures/tree.png -share/gnome/help/gnome-access-guide/oc/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/pt/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/General_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/pt/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/pt/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/MainWindow.png -share/gnome/help/gnome-access-guide/pt/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/pt/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/pt/figures/accessx.png -share/gnome/help/gnome-access-guide/pt/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/pt/figures/button.png -share/gnome/help/gnome-access-guide/pt/figures/check_box.png -share/gnome/help/gnome-access-guide/pt/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/pt/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/pt/figures/mousekeys.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_before.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/pt/figures/move_object_push.png -share/gnome/help/gnome-access-guide/pt/figures/radio_button.png -share/gnome/help/gnome-access-guide/pt/figures/slider.png -share/gnome/help/gnome-access-guide/pt/figures/slowkeys.png -share/gnome/help/gnome-access-guide/pt/figures/spin_box.png -share/gnome/help/gnome-access-guide/pt/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/pt/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/pt/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/pt/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/pt/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/pt/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/pt/figures/text_box.png -share/gnome/help/gnome-access-guide/pt/figures/tree.png -share/gnome/help/gnome-access-guide/pt/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/ru/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/General_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/ru/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/ru/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/MainWindow.png -share/gnome/help/gnome-access-guide/ru/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/ru/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/ru/figures/accessx.png -share/gnome/help/gnome-access-guide/ru/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/ru/figures/button.png -share/gnome/help/gnome-access-guide/ru/figures/check_box.png -share/gnome/help/gnome-access-guide/ru/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/ru/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/ru/figures/mousekeys.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_before.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/ru/figures/move_object_push.png -share/gnome/help/gnome-access-guide/ru/figures/radio_button.png -share/gnome/help/gnome-access-guide/ru/figures/slider.png -share/gnome/help/gnome-access-guide/ru/figures/slowkeys.png -share/gnome/help/gnome-access-guide/ru/figures/spin_box.png -share/gnome/help/gnome-access-guide/ru/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/ru/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/ru/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/ru/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/ru/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/ru/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/ru/figures/text_box.png -share/gnome/help/gnome-access-guide/ru/figures/tree.png -share/gnome/help/gnome-access-guide/ru/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/sv/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/General_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/sv/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/sv/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/MainWindow.png -share/gnome/help/gnome-access-guide/sv/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/sv/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/sv/figures/accessx.png -share/gnome/help/gnome-access-guide/sv/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/sv/figures/button.png -share/gnome/help/gnome-access-guide/sv/figures/check_box.png -share/gnome/help/gnome-access-guide/sv/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/sv/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/sv/figures/mousekeys.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_before.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/sv/figures/move_object_push.png -share/gnome/help/gnome-access-guide/sv/figures/radio_button.png -share/gnome/help/gnome-access-guide/sv/figures/slider.png -share/gnome/help/gnome-access-guide/sv/figures/slowkeys.png -share/gnome/help/gnome-access-guide/sv/figures/spin_box.png -share/gnome/help/gnome-access-guide/sv/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/sv/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/sv/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/sv/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/sv/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/sv/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/sv/figures/text_box.png -share/gnome/help/gnome-access-guide/sv/figures/tree.png -share/gnome/help/gnome-access-guide/sv/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/uk/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/General_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/uk/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/uk/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/MainWindow.png -share/gnome/help/gnome-access-guide/uk/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/uk/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/uk/figures/accessx.png -share/gnome/help/gnome-access-guide/uk/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/uk/figures/button.png -share/gnome/help/gnome-access-guide/uk/figures/check_box.png -share/gnome/help/gnome-access-guide/uk/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/uk/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/uk/figures/mousekeys.png -share/gnome/help/gnome-access-guide/uk/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/uk/figures/move_object_before.png -share/gnome/help/gnome-access-guide/uk/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/uk/figures/move_object_push.png -share/gnome/help/gnome-access-guide/uk/figures/radio_button.png -share/gnome/help/gnome-access-guide/uk/figures/slider.png -share/gnome/help/gnome-access-guide/uk/figures/slowkeys.png -share/gnome/help/gnome-access-guide/uk/figures/spin_box.png -share/gnome/help/gnome-access-guide/uk/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/uk/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/uk/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/uk/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/uk/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/uk/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/uk/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/uk/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/uk/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/uk/figures/text_box.png -share/gnome/help/gnome-access-guide/uk/figures/tree.png -share/gnome/help/gnome-access-guide/uk/gnome-access-guide.xml -share/gnome/help/gnome-access-guide/zh_CN/figures/Braille_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/General_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/KeyBindings_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/KeyBindings_Tab_Unbound.png -share/gnome/help/gnome-access-guide/zh_CN/figures/KeyEcho_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Magnifier_Advanced.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Magnifier_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/MainWindow.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Pronunciation_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/RPM_search_gnome_common.png -share/gnome/help/gnome-access-guide/zh_CN/figures/Speech_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/TextAttributes_Tab.png -share/gnome/help/gnome-access-guide/zh_CN/figures/accessx.png -share/gnome/help/gnome-access-guide/zh_CN/figures/bouncekeys.png -share/gnome/help/gnome-access-guide/zh_CN/figures/button.png -share/gnome/help/gnome-access-guide/zh_CN/figures/check_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/dropdown_combination_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/dropdown_list_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/mousekeys.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_arrows.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_before.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_jump.png -share/gnome/help/gnome-access-guide/zh_CN/figures/move_object_push.png -share/gnome/help/gnome-access-guide/zh_CN/figures/radio_button.png -share/gnome/help/gnome-access-guide/zh_CN/figures/slider.png -share/gnome/help/gnome-access-guide/zh_CN/figures/slowkeys.png -share/gnome/help/gnome-access-guide/zh_CN/figures/spin_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyaltlatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyaltlock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyctrllatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyctrllock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyshiftlatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickyshiftlock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickywindowlatch.png -share/gnome/help/gnome-access-guide/zh_CN/figures/stickywindowlock.png -share/gnome/help/gnome-access-guide/zh_CN/figures/tabbed_section.png -share/gnome/help/gnome-access-guide/zh_CN/figures/text_box.png -share/gnome/help/gnome-access-guide/zh_CN/figures/tree.png -share/gnome/help/gnome-access-guide/zh_CN/gnome-access-guide.xml -share/gnome/help/system-admin-guide/C/appendixa.xml -share/gnome/help/system-admin-guide/C/appendixb.xml -share/gnome/help/system-admin-guide/C/fontconfig.xml -share/gnome/help/system-admin-guide/C/gconf.xml -share/gnome/help/system-admin-guide/C/glossary.xml -share/gnome/help/system-admin-guide/C/help.xml -share/gnome/help/system-admin-guide/C/legal.xml -share/gnome/help/system-admin-guide/C/lockdown.xml -share/gnome/help/system-admin-guide/C/menustructure.xml -share/gnome/help/system-admin-guide/C/mimetypes.xml -share/gnome/help/system-admin-guide/C/performance.xml -share/gnome/help/system-admin-guide/C/screensavers.xml -share/gnome/help/system-admin-guide/C/sessions.xml -share/gnome/help/system-admin-guide/C/system-admin-guide.xml -share/gnome/help/system-admin-guide/C/themes.xml -share/gnome/help/system-admin-guide/ca/system-admin-guide.xml -share/gnome/help/system-admin-guide/cs/system-admin-guide.xml -share/gnome/help/system-admin-guide/de/system-admin-guide.xml -share/gnome/help/system-admin-guide/el/system-admin-guide.xml -share/gnome/help/system-admin-guide/es/system-admin-guide.xml -share/gnome/help/system-admin-guide/eu/system-admin-guide.xml -share/gnome/help/system-admin-guide/fi/system-admin-guide.xml -share/gnome/help/system-admin-guide/fr/system-admin-guide.xml -share/gnome/help/system-admin-guide/it/system-admin-guide.xml -share/gnome/help/system-admin-guide/ja/system-admin-guide.xml -share/gnome/help/system-admin-guide/ko/system-admin-guide.xml -share/gnome/help/system-admin-guide/oc/system-admin-guide.xml -share/gnome/help/system-admin-guide/pa/system-admin-guide.xml -share/gnome/help/system-admin-guide/pt/system-admin-guide.xml -share/gnome/help/system-admin-guide/sv/system-admin-guide.xml -share/gnome/help/system-admin-guide/zh_CN/system-admin-guide.xml -share/gnome/help/user-guide/C/figures/ask_pointer.png -share/gnome/help/user-guide/C/figures/busy_pointer.png -share/gnome/help/user-guide/C/figures/com_file_manager_menu.png -share/gnome/help/user-guide/C/figures/copy_pointer.png -share/gnome/help/user-guide/C/figures/force_quit.png -share/gnome/help/user-guide/C/figures/four_hide_button.png -share/gnome/help/user-guide/C/figures/gedit_window.png -share/gnome/help/user-guide/C/figures/gnome_panel.png -share/gnome/help/user-guide/C/figures/hyperlink_pointer.png -share/gnome/help/user-guide/C/figures/ibeam_pointer.png -share/gnome/help/user-guide/C/figures/link_pointer.png -share/gnome/help/user-guide/C/figures/lockscreen_icon.png -share/gnome/help/user-guide/C/figures/logout_icon.png -share/gnome/help/user-guide/C/figures/menu_bar_applet.png -share/gnome/help/user-guide/C/figures/menu_panel.png -share/gnome/help/user-guide/C/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/C/figures/move_pointer.png -share/gnome/help/user-guide/C/figures/movewindow_pointer.png -share/gnome/help/user-guide/C/figures/naut_browser_mode.png -share/gnome/help/user-guide/C/figures/naut_button_bar.png -share/gnome/help/user-guide/C/figures/naut_computer_launcher.png -share/gnome/help/user-guide/C/figures/naut_emblem.png -share/gnome/help/user-guide/C/figures/naut_go_to_location.png -share/gnome/help/user-guide/C/figures/naut_link_emblem.png -share/gnome/help/user-guide/C/figures/naut_noread_emblem.png -share/gnome/help/user-guide/C/figures/naut_normal_size_button.png -share/gnome/help/user-guide/C/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/C/figures/naut_refine_search.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/C/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/C/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/C/figures/naut_search_bar.png -share/gnome/help/user-guide/C/figures/naut_search_results.png -share/gnome/help/user-guide/C/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/C/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/C/figures/naut_spatial_mode.png -share/gnome/help/user-guide/C/figures/naut_spatial_view.png -share/gnome/help/user-guide/C/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/C/figures/naut_trash_launcher.png -share/gnome/help/user-guide/C/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/C/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/C/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/C/figures/normal_pointer.png -share/gnome/help/user-guide/C/figures/not_available_pointer.png -share/gnome/help/user-guide/C/figures/notification_area_icon.png -share/gnome/help/user-guide/C/figures/open_drawer.png -share/gnome/help/user-guide/C/figures/openwindows_menu.png -share/gnome/help/user-guide/C/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/C/figures/resize_pointer.png -share/gnome/help/user-guide/C/figures/run_button.png -share/gnome/help/user-guide/C/figures/sample_applet.png -share/gnome/help/user-guide/C/figures/screenshot_button.png -share/gnome/help/user-guide/C/figures/searchtool_button.png -share/gnome/help/user-guide/C/figures/show_desktop_button.png -share/gnome/help/user-guide/C/figures/titlebar_anno_window.png -share/gnome/help/user-guide/C/figures/titlebar_window.png -share/gnome/help/user-guide/C/figures/typical_menu.png -share/gnome/help/user-guide/C/figures/window_list_applet.png -share/gnome/help/user-guide/C/figures/window_list_group_applet.png -share/gnome/help/user-guide/C/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/C/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/C/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/C/figures/yelp_preferences.png -share/gnome/help/user-guide/C/figures/yelp_window.png -share/gnome/help/user-guide/C/glossary.xml -share/gnome/help/user-guide/C/gosbasic.xml -share/gnome/help/user-guide/C/goscustdesk.xml -share/gnome/help/user-guide/C/goseditmainmenu.xml -share/gnome/help/user-guide/C/gosfeedback.xml -share/gnome/help/user-guide/C/gosnautilus.xml -share/gnome/help/user-guide/C/gosoverview.xml -share/gnome/help/user-guide/C/gospanel.xml -share/gnome/help/user-guide/C/gosstartsession.xml -share/gnome/help/user-guide/C/gostools.xml -share/gnome/help/user-guide/C/legal.xml -share/gnome/help/user-guide/C/user-guide.xml -share/gnome/help/user-guide/ar/figures/ask_pointer.png -share/gnome/help/user-guide/ar/figures/busy_pointer.png -share/gnome/help/user-guide/ar/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ar/figures/copy_pointer.png -share/gnome/help/user-guide/ar/figures/force_quit.png -share/gnome/help/user-guide/ar/figures/four_hide_button.png -share/gnome/help/user-guide/ar/figures/gedit_window.png -share/gnome/help/user-guide/ar/figures/gnome_panel.png -share/gnome/help/user-guide/ar/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ar/figures/ibeam_pointer.png -share/gnome/help/user-guide/ar/figures/link_pointer.png -share/gnome/help/user-guide/ar/figures/lockscreen_icon.png -share/gnome/help/user-guide/ar/figures/logout_icon.png -share/gnome/help/user-guide/ar/figures/menu_bar_applet.png -share/gnome/help/user-guide/ar/figures/menu_panel.png -share/gnome/help/user-guide/ar/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ar/figures/move_pointer.png -share/gnome/help/user-guide/ar/figures/movewindow_pointer.png -share/gnome/help/user-guide/ar/figures/naut_browser_mode.png -share/gnome/help/user-guide/ar/figures/naut_button_bar.png -share/gnome/help/user-guide/ar/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ar/figures/naut_emblem.png -share/gnome/help/user-guide/ar/figures/naut_go_to_location.png -share/gnome/help/user-guide/ar/figures/naut_link_emblem.png -share/gnome/help/user-guide/ar/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ar/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ar/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ar/figures/naut_refine_search.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ar/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ar/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ar/figures/naut_search_bar.png -share/gnome/help/user-guide/ar/figures/naut_search_results.png -share/gnome/help/user-guide/ar/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ar/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ar/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ar/figures/naut_spatial_view.png -share/gnome/help/user-guide/ar/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ar/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ar/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ar/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ar/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ar/figures/normal_pointer.png -share/gnome/help/user-guide/ar/figures/not_available_pointer.png -share/gnome/help/user-guide/ar/figures/notification_area_icon.png -share/gnome/help/user-guide/ar/figures/open_drawer.png -share/gnome/help/user-guide/ar/figures/openwindows_menu.png -share/gnome/help/user-guide/ar/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ar/figures/resize_pointer.png -share/gnome/help/user-guide/ar/figures/run_button.png -share/gnome/help/user-guide/ar/figures/sample_applet.png -share/gnome/help/user-guide/ar/figures/screenshot_button.png -share/gnome/help/user-guide/ar/figures/searchtool_button.png -share/gnome/help/user-guide/ar/figures/show_desktop_button.png -share/gnome/help/user-guide/ar/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ar/figures/titlebar_window.png -share/gnome/help/user-guide/ar/figures/typical_menu.png -share/gnome/help/user-guide/ar/figures/window_list_applet.png -share/gnome/help/user-guide/ar/figures/window_list_group_applet.png -share/gnome/help/user-guide/ar/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ar/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ar/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ar/figures/yelp_preferences.png -share/gnome/help/user-guide/ar/figures/yelp_window.png -share/gnome/help/user-guide/ar/glossary.xml -share/gnome/help/user-guide/ar/gosbasic.xml -share/gnome/help/user-guide/ar/goscustdesk.xml -share/gnome/help/user-guide/ar/goseditmainmenu.xml -share/gnome/help/user-guide/ar/gosfeedback.xml -share/gnome/help/user-guide/ar/gosnautilus.xml -share/gnome/help/user-guide/ar/gosoverview.xml -share/gnome/help/user-guide/ar/gospanel.xml -share/gnome/help/user-guide/ar/gosstartsession.xml -share/gnome/help/user-guide/ar/gostools.xml -share/gnome/help/user-guide/ar/user-guide.xml -share/gnome/help/user-guide/bg/figures/ask_pointer.png -share/gnome/help/user-guide/bg/figures/busy_pointer.png -share/gnome/help/user-guide/bg/figures/com_file_manager_menu.png -share/gnome/help/user-guide/bg/figures/copy_pointer.png -share/gnome/help/user-guide/bg/figures/force_quit.png -share/gnome/help/user-guide/bg/figures/four_hide_button.png -share/gnome/help/user-guide/bg/figures/gedit_window.png -share/gnome/help/user-guide/bg/figures/gnome_panel.png -share/gnome/help/user-guide/bg/figures/hyperlink_pointer.png -share/gnome/help/user-guide/bg/figures/ibeam_pointer.png -share/gnome/help/user-guide/bg/figures/link_pointer.png -share/gnome/help/user-guide/bg/figures/lockscreen_icon.png -share/gnome/help/user-guide/bg/figures/logout_icon.png -share/gnome/help/user-guide/bg/figures/menu_bar_applet.png -share/gnome/help/user-guide/bg/figures/menu_panel.png -share/gnome/help/user-guide/bg/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/bg/figures/move_pointer.png -share/gnome/help/user-guide/bg/figures/movewindow_pointer.png -share/gnome/help/user-guide/bg/figures/naut_browser_mode.png -share/gnome/help/user-guide/bg/figures/naut_button_bar.png -share/gnome/help/user-guide/bg/figures/naut_computer_launcher.png -share/gnome/help/user-guide/bg/figures/naut_emblem.png -share/gnome/help/user-guide/bg/figures/naut_go_to_location.png -share/gnome/help/user-guide/bg/figures/naut_link_emblem.png -share/gnome/help/user-guide/bg/figures/naut_noread_emblem.png -share/gnome/help/user-guide/bg/figures/naut_normal_size_button.png -share/gnome/help/user-guide/bg/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/bg/figures/naut_refine_search.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/bg/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/bg/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/bg/figures/naut_search_bar.png -share/gnome/help/user-guide/bg/figures/naut_search_results.png -share/gnome/help/user-guide/bg/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/bg/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/bg/figures/naut_spatial_mode.png -share/gnome/help/user-guide/bg/figures/naut_spatial_view.png -share/gnome/help/user-guide/bg/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/bg/figures/naut_trash_launcher.png -share/gnome/help/user-guide/bg/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/bg/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/bg/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/bg/figures/normal_pointer.png -share/gnome/help/user-guide/bg/figures/not_available_pointer.png -share/gnome/help/user-guide/bg/figures/notification_area_icon.png -share/gnome/help/user-guide/bg/figures/open_drawer.png -share/gnome/help/user-guide/bg/figures/openwindows_menu.png -share/gnome/help/user-guide/bg/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/bg/figures/resize_pointer.png -share/gnome/help/user-guide/bg/figures/run_button.png -share/gnome/help/user-guide/bg/figures/sample_applet.png -share/gnome/help/user-guide/bg/figures/screenshot_button.png -share/gnome/help/user-guide/bg/figures/searchtool_button.png -share/gnome/help/user-guide/bg/figures/show_desktop_button.png -share/gnome/help/user-guide/bg/figures/titlebar_anno_window.png -share/gnome/help/user-guide/bg/figures/titlebar_window.png -share/gnome/help/user-guide/bg/figures/typical_menu.png -share/gnome/help/user-guide/bg/figures/window_list_applet.png -share/gnome/help/user-guide/bg/figures/window_list_group_applet.png -share/gnome/help/user-guide/bg/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/bg/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/bg/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/bg/figures/yelp_preferences.png -share/gnome/help/user-guide/bg/figures/yelp_window.png -share/gnome/help/user-guide/bg/glossary.xml -share/gnome/help/user-guide/bg/gosbasic.xml -share/gnome/help/user-guide/bg/goscustdesk.xml -share/gnome/help/user-guide/bg/goseditmainmenu.xml -share/gnome/help/user-guide/bg/gosfeedback.xml -share/gnome/help/user-guide/bg/gosnautilus.xml -share/gnome/help/user-guide/bg/gosoverview.xml -share/gnome/help/user-guide/bg/gospanel.xml -share/gnome/help/user-guide/bg/gosstartsession.xml -share/gnome/help/user-guide/bg/gostools.xml -share/gnome/help/user-guide/bg/user-guide.xml -share/gnome/help/user-guide/cs/figures/ask_pointer.png -share/gnome/help/user-guide/cs/figures/busy_pointer.png -share/gnome/help/user-guide/cs/figures/com_file_manager_menu.png -share/gnome/help/user-guide/cs/figures/copy_pointer.png -share/gnome/help/user-guide/cs/figures/force_quit.png -share/gnome/help/user-guide/cs/figures/four_hide_button.png -share/gnome/help/user-guide/cs/figures/gedit_window.png -share/gnome/help/user-guide/cs/figures/gnome_panel.png -share/gnome/help/user-guide/cs/figures/hyperlink_pointer.png -share/gnome/help/user-guide/cs/figures/ibeam_pointer.png -share/gnome/help/user-guide/cs/figures/link_pointer.png -share/gnome/help/user-guide/cs/figures/lockscreen_icon.png -share/gnome/help/user-guide/cs/figures/logout_icon.png -share/gnome/help/user-guide/cs/figures/menu_bar_applet.png -share/gnome/help/user-guide/cs/figures/menu_panel.png -share/gnome/help/user-guide/cs/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/cs/figures/move_pointer.png -share/gnome/help/user-guide/cs/figures/movewindow_pointer.png -share/gnome/help/user-guide/cs/figures/naut_browser_mode.png -share/gnome/help/user-guide/cs/figures/naut_button_bar.png -share/gnome/help/user-guide/cs/figures/naut_computer_launcher.png -share/gnome/help/user-guide/cs/figures/naut_emblem.png -share/gnome/help/user-guide/cs/figures/naut_go_to_location.png -share/gnome/help/user-guide/cs/figures/naut_link_emblem.png -share/gnome/help/user-guide/cs/figures/naut_noread_emblem.png -share/gnome/help/user-guide/cs/figures/naut_normal_size_button.png -share/gnome/help/user-guide/cs/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/cs/figures/naut_refine_search.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/cs/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/cs/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/cs/figures/naut_search_bar.png -share/gnome/help/user-guide/cs/figures/naut_search_results.png -share/gnome/help/user-guide/cs/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/cs/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/cs/figures/naut_spatial_mode.png -share/gnome/help/user-guide/cs/figures/naut_spatial_view.png -share/gnome/help/user-guide/cs/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/cs/figures/naut_trash_launcher.png -share/gnome/help/user-guide/cs/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/cs/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/cs/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/cs/figures/normal_pointer.png -share/gnome/help/user-guide/cs/figures/not_available_pointer.png -share/gnome/help/user-guide/cs/figures/notification_area_icon.png -share/gnome/help/user-guide/cs/figures/open_drawer.png -share/gnome/help/user-guide/cs/figures/openwindows_menu.png -share/gnome/help/user-guide/cs/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/cs/figures/resize_pointer.png -share/gnome/help/user-guide/cs/figures/run_button.png -share/gnome/help/user-guide/cs/figures/sample_applet.png -share/gnome/help/user-guide/cs/figures/screenshot_button.png -share/gnome/help/user-guide/cs/figures/searchtool_button.png -share/gnome/help/user-guide/cs/figures/show_desktop_button.png -share/gnome/help/user-guide/cs/figures/titlebar_anno_window.png -share/gnome/help/user-guide/cs/figures/titlebar_window.png -share/gnome/help/user-guide/cs/figures/typical_menu.png -share/gnome/help/user-guide/cs/figures/window_list_applet.png -share/gnome/help/user-guide/cs/figures/window_list_group_applet.png -share/gnome/help/user-guide/cs/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/cs/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/cs/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/cs/figures/yelp_preferences.png -share/gnome/help/user-guide/cs/figures/yelp_window.png -share/gnome/help/user-guide/cs/glossary.xml -share/gnome/help/user-guide/cs/gosbasic.xml -share/gnome/help/user-guide/cs/goscustdesk.xml -share/gnome/help/user-guide/cs/goseditmainmenu.xml -share/gnome/help/user-guide/cs/gosfeedback.xml -share/gnome/help/user-guide/cs/gosnautilus.xml -share/gnome/help/user-guide/cs/gosoverview.xml -share/gnome/help/user-guide/cs/gospanel.xml -share/gnome/help/user-guide/cs/gosstartsession.xml -share/gnome/help/user-guide/cs/gostools.xml -share/gnome/help/user-guide/cs/user-guide.xml -share/gnome/help/user-guide/de/figures/ask_pointer.png -share/gnome/help/user-guide/de/figures/busy_pointer.png -share/gnome/help/user-guide/de/figures/com_file_manager_menu.png -share/gnome/help/user-guide/de/figures/copy_pointer.png -share/gnome/help/user-guide/de/figures/force_quit.png -share/gnome/help/user-guide/de/figures/four_hide_button.png -share/gnome/help/user-guide/de/figures/gedit_window.png -share/gnome/help/user-guide/de/figures/gnome_panel.png -share/gnome/help/user-guide/de/figures/hyperlink_pointer.png -share/gnome/help/user-guide/de/figures/ibeam_pointer.png -share/gnome/help/user-guide/de/figures/link_pointer.png -share/gnome/help/user-guide/de/figures/lockscreen_icon.png -share/gnome/help/user-guide/de/figures/logout_icon.png -share/gnome/help/user-guide/de/figures/menu_bar_applet.png -share/gnome/help/user-guide/de/figures/menu_panel.png -share/gnome/help/user-guide/de/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/de/figures/move_pointer.png -share/gnome/help/user-guide/de/figures/movewindow_pointer.png -share/gnome/help/user-guide/de/figures/naut_browser_mode.png -share/gnome/help/user-guide/de/figures/naut_button_bar.png -share/gnome/help/user-guide/de/figures/naut_computer_launcher.png -share/gnome/help/user-guide/de/figures/naut_emblem.png -share/gnome/help/user-guide/de/figures/naut_go_to_location.png -share/gnome/help/user-guide/de/figures/naut_link_emblem.png -share/gnome/help/user-guide/de/figures/naut_noread_emblem.png -share/gnome/help/user-guide/de/figures/naut_normal_size_button.png -share/gnome/help/user-guide/de/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/de/figures/naut_refine_search.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/de/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/de/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/de/figures/naut_search_bar.png -share/gnome/help/user-guide/de/figures/naut_search_results.png -share/gnome/help/user-guide/de/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/de/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/de/figures/naut_spatial_mode.png -share/gnome/help/user-guide/de/figures/naut_spatial_view.png -share/gnome/help/user-guide/de/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/de/figures/naut_trash_launcher.png -share/gnome/help/user-guide/de/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/de/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/de/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/de/figures/normal_pointer.png -share/gnome/help/user-guide/de/figures/not_available_pointer.png -share/gnome/help/user-guide/de/figures/notification_area_icon.png -share/gnome/help/user-guide/de/figures/open_drawer.png -share/gnome/help/user-guide/de/figures/openwindows_menu.png -share/gnome/help/user-guide/de/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/de/figures/resize_pointer.png -share/gnome/help/user-guide/de/figures/run_button.png -share/gnome/help/user-guide/de/figures/sample_applet.png -share/gnome/help/user-guide/de/figures/screenshot_button.png -share/gnome/help/user-guide/de/figures/searchtool_button.png -share/gnome/help/user-guide/de/figures/show_desktop_button.png -share/gnome/help/user-guide/de/figures/titlebar_anno_window.png -share/gnome/help/user-guide/de/figures/titlebar_window.png -share/gnome/help/user-guide/de/figures/typical_menu.png -share/gnome/help/user-guide/de/figures/window_list_applet.png -share/gnome/help/user-guide/de/figures/window_list_group_applet.png -share/gnome/help/user-guide/de/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/de/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/de/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/de/figures/yelp_preferences.png -share/gnome/help/user-guide/de/figures/yelp_window.png -share/gnome/help/user-guide/de/glossary.xml -share/gnome/help/user-guide/de/gosbasic.xml -share/gnome/help/user-guide/de/goscustdesk.xml -share/gnome/help/user-guide/de/goseditmainmenu.xml -share/gnome/help/user-guide/de/gosfeedback.xml -share/gnome/help/user-guide/de/gosnautilus.xml -share/gnome/help/user-guide/de/gosoverview.xml -share/gnome/help/user-guide/de/gospanel.xml -share/gnome/help/user-guide/de/gosstartsession.xml -share/gnome/help/user-guide/de/gostools.xml -share/gnome/help/user-guide/de/user-guide.xml -share/gnome/help/user-guide/el/figures/ask_pointer.png -share/gnome/help/user-guide/el/figures/busy_pointer.png -share/gnome/help/user-guide/el/figures/com_file_manager_menu.png -share/gnome/help/user-guide/el/figures/copy_pointer.png -share/gnome/help/user-guide/el/figures/force_quit.png -share/gnome/help/user-guide/el/figures/four_hide_button.png -share/gnome/help/user-guide/el/figures/gedit_window.png -share/gnome/help/user-guide/el/figures/gnome_panel.png -share/gnome/help/user-guide/el/figures/hyperlink_pointer.png -share/gnome/help/user-guide/el/figures/ibeam_pointer.png -share/gnome/help/user-guide/el/figures/link_pointer.png -share/gnome/help/user-guide/el/figures/lockscreen_icon.png -share/gnome/help/user-guide/el/figures/logout_icon.png -share/gnome/help/user-guide/el/figures/menu_bar_applet.png -share/gnome/help/user-guide/el/figures/menu_panel.png -share/gnome/help/user-guide/el/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/el/figures/move_pointer.png -share/gnome/help/user-guide/el/figures/movewindow_pointer.png -share/gnome/help/user-guide/el/figures/naut_browser_mode.png -share/gnome/help/user-guide/el/figures/naut_button_bar.png -share/gnome/help/user-guide/el/figures/naut_computer_launcher.png -share/gnome/help/user-guide/el/figures/naut_emblem.png -share/gnome/help/user-guide/el/figures/naut_go_to_location.png -share/gnome/help/user-guide/el/figures/naut_link_emblem.png -share/gnome/help/user-guide/el/figures/naut_noread_emblem.png -share/gnome/help/user-guide/el/figures/naut_normal_size_button.png -share/gnome/help/user-guide/el/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/el/figures/naut_refine_search.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/el/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/el/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/el/figures/naut_search_bar.png -share/gnome/help/user-guide/el/figures/naut_search_results.png -share/gnome/help/user-guide/el/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/el/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/el/figures/naut_spatial_mode.png -share/gnome/help/user-guide/el/figures/naut_spatial_view.png -share/gnome/help/user-guide/el/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/el/figures/naut_trash_launcher.png -share/gnome/help/user-guide/el/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/el/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/el/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/el/figures/normal_pointer.png -share/gnome/help/user-guide/el/figures/not_available_pointer.png -share/gnome/help/user-guide/el/figures/notification_area_icon.png -share/gnome/help/user-guide/el/figures/open_drawer.png -share/gnome/help/user-guide/el/figures/openwindows_menu.png -share/gnome/help/user-guide/el/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/el/figures/resize_pointer.png -share/gnome/help/user-guide/el/figures/run_button.png -share/gnome/help/user-guide/el/figures/sample_applet.png -share/gnome/help/user-guide/el/figures/screenshot_button.png -share/gnome/help/user-guide/el/figures/searchtool_button.png -share/gnome/help/user-guide/el/figures/show_desktop_button.png -share/gnome/help/user-guide/el/figures/titlebar_anno_window.png -share/gnome/help/user-guide/el/figures/titlebar_window.png -share/gnome/help/user-guide/el/figures/typical_menu.png -share/gnome/help/user-guide/el/figures/window_list_applet.png -share/gnome/help/user-guide/el/figures/window_list_group_applet.png -share/gnome/help/user-guide/el/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/el/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/el/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/el/figures/yelp_preferences.png -share/gnome/help/user-guide/el/figures/yelp_window.png -share/gnome/help/user-guide/el/glossary.xml -share/gnome/help/user-guide/el/gosbasic.xml -share/gnome/help/user-guide/el/goscustdesk.xml -share/gnome/help/user-guide/el/goseditmainmenu.xml -share/gnome/help/user-guide/el/gosfeedback.xml -share/gnome/help/user-guide/el/gosnautilus.xml -share/gnome/help/user-guide/el/gosoverview.xml -share/gnome/help/user-guide/el/gospanel.xml -share/gnome/help/user-guide/el/gosstartsession.xml -share/gnome/help/user-guide/el/gostools.xml -share/gnome/help/user-guide/el/user-guide.xml -share/gnome/help/user-guide/es/figures/ask_pointer.png -share/gnome/help/user-guide/es/figures/busy_pointer.png -share/gnome/help/user-guide/es/figures/com_file_manager_menu.png -share/gnome/help/user-guide/es/figures/copy_pointer.png -share/gnome/help/user-guide/es/figures/force_quit.png -share/gnome/help/user-guide/es/figures/four_hide_button.png -share/gnome/help/user-guide/es/figures/gedit_window.png -share/gnome/help/user-guide/es/figures/gnome_panel.png -share/gnome/help/user-guide/es/figures/hyperlink_pointer.png -share/gnome/help/user-guide/es/figures/ibeam_pointer.png -share/gnome/help/user-guide/es/figures/link_pointer.png -share/gnome/help/user-guide/es/figures/lockscreen_icon.png -share/gnome/help/user-guide/es/figures/logout_icon.png -share/gnome/help/user-guide/es/figures/menu_bar_applet.png -share/gnome/help/user-guide/es/figures/menu_panel.png -share/gnome/help/user-guide/es/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/es/figures/move_pointer.png -share/gnome/help/user-guide/es/figures/movewindow_pointer.png -share/gnome/help/user-guide/es/figures/naut_browser_mode.png -share/gnome/help/user-guide/es/figures/naut_button_bar.png -share/gnome/help/user-guide/es/figures/naut_computer_launcher.png -share/gnome/help/user-guide/es/figures/naut_emblem.png -share/gnome/help/user-guide/es/figures/naut_go_to_location.png -share/gnome/help/user-guide/es/figures/naut_link_emblem.png -share/gnome/help/user-guide/es/figures/naut_noread_emblem.png -share/gnome/help/user-guide/es/figures/naut_normal_size_button.png -share/gnome/help/user-guide/es/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/es/figures/naut_refine_search.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/es/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/es/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/es/figures/naut_search_bar.png -share/gnome/help/user-guide/es/figures/naut_search_results.png -share/gnome/help/user-guide/es/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/es/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/es/figures/naut_spatial_mode.png -share/gnome/help/user-guide/es/figures/naut_spatial_view.png -share/gnome/help/user-guide/es/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/es/figures/naut_trash_launcher.png -share/gnome/help/user-guide/es/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/es/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/es/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/es/figures/normal_pointer.png -share/gnome/help/user-guide/es/figures/not_available_pointer.png -share/gnome/help/user-guide/es/figures/notification_area_icon.png -share/gnome/help/user-guide/es/figures/open_drawer.png -share/gnome/help/user-guide/es/figures/openwindows_menu.png -share/gnome/help/user-guide/es/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/es/figures/resize_pointer.png -share/gnome/help/user-guide/es/figures/run_button.png -share/gnome/help/user-guide/es/figures/sample_applet.png -share/gnome/help/user-guide/es/figures/screenshot_button.png -share/gnome/help/user-guide/es/figures/searchtool_button.png -share/gnome/help/user-guide/es/figures/show_desktop_button.png -share/gnome/help/user-guide/es/figures/titlebar_anno_window.png -share/gnome/help/user-guide/es/figures/titlebar_window.png -share/gnome/help/user-guide/es/figures/typical_menu.png -share/gnome/help/user-guide/es/figures/window_list_applet.png -share/gnome/help/user-guide/es/figures/window_list_group_applet.png -share/gnome/help/user-guide/es/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/es/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/es/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/es/figures/yelp_preferences.png -share/gnome/help/user-guide/es/figures/yelp_window.png -share/gnome/help/user-guide/es/glossary.xml -share/gnome/help/user-guide/es/gosbasic.xml -share/gnome/help/user-guide/es/goscustdesk.xml -share/gnome/help/user-guide/es/goseditmainmenu.xml -share/gnome/help/user-guide/es/gosfeedback.xml -share/gnome/help/user-guide/es/gosnautilus.xml -share/gnome/help/user-guide/es/gosoverview.xml -share/gnome/help/user-guide/es/gospanel.xml -share/gnome/help/user-guide/es/gosstartsession.xml -share/gnome/help/user-guide/es/gostools.xml -share/gnome/help/user-guide/es/user-guide.xml -share/gnome/help/user-guide/eu/figures/ask_pointer.png -share/gnome/help/user-guide/eu/figures/busy_pointer.png -share/gnome/help/user-guide/eu/figures/com_file_manager_menu.png -share/gnome/help/user-guide/eu/figures/copy_pointer.png -share/gnome/help/user-guide/eu/figures/force_quit.png -share/gnome/help/user-guide/eu/figures/four_hide_button.png -share/gnome/help/user-guide/eu/figures/gedit_window.png -share/gnome/help/user-guide/eu/figures/gnome_panel.png -share/gnome/help/user-guide/eu/figures/hyperlink_pointer.png -share/gnome/help/user-guide/eu/figures/ibeam_pointer.png -share/gnome/help/user-guide/eu/figures/link_pointer.png -share/gnome/help/user-guide/eu/figures/lockscreen_icon.png -share/gnome/help/user-guide/eu/figures/logout_icon.png -share/gnome/help/user-guide/eu/figures/menu_bar_applet.png -share/gnome/help/user-guide/eu/figures/menu_panel.png -share/gnome/help/user-guide/eu/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/eu/figures/move_pointer.png -share/gnome/help/user-guide/eu/figures/movewindow_pointer.png -share/gnome/help/user-guide/eu/figures/naut_browser_mode.png -share/gnome/help/user-guide/eu/figures/naut_button_bar.png -share/gnome/help/user-guide/eu/figures/naut_computer_launcher.png -share/gnome/help/user-guide/eu/figures/naut_emblem.png -share/gnome/help/user-guide/eu/figures/naut_go_to_location.png -share/gnome/help/user-guide/eu/figures/naut_link_emblem.png -share/gnome/help/user-guide/eu/figures/naut_noread_emblem.png -share/gnome/help/user-guide/eu/figures/naut_normal_size_button.png -share/gnome/help/user-guide/eu/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/eu/figures/naut_refine_search.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/eu/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/eu/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/eu/figures/naut_search_bar.png -share/gnome/help/user-guide/eu/figures/naut_search_results.png -share/gnome/help/user-guide/eu/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/eu/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/eu/figures/naut_spatial_mode.png -share/gnome/help/user-guide/eu/figures/naut_spatial_view.png -share/gnome/help/user-guide/eu/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/eu/figures/naut_trash_launcher.png -share/gnome/help/user-guide/eu/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/eu/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/eu/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/eu/figures/normal_pointer.png -share/gnome/help/user-guide/eu/figures/not_available_pointer.png -share/gnome/help/user-guide/eu/figures/notification_area_icon.png -share/gnome/help/user-guide/eu/figures/open_drawer.png -share/gnome/help/user-guide/eu/figures/openwindows_menu.png -share/gnome/help/user-guide/eu/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/eu/figures/resize_pointer.png -share/gnome/help/user-guide/eu/figures/run_button.png -share/gnome/help/user-guide/eu/figures/sample_applet.png -share/gnome/help/user-guide/eu/figures/screenshot_button.png -share/gnome/help/user-guide/eu/figures/searchtool_button.png -share/gnome/help/user-guide/eu/figures/show_desktop_button.png -share/gnome/help/user-guide/eu/figures/titlebar_anno_window.png -share/gnome/help/user-guide/eu/figures/titlebar_window.png -share/gnome/help/user-guide/eu/figures/typical_menu.png -share/gnome/help/user-guide/eu/figures/window_list_applet.png -share/gnome/help/user-guide/eu/figures/window_list_group_applet.png -share/gnome/help/user-guide/eu/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/eu/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/eu/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/eu/figures/yelp_preferences.png -share/gnome/help/user-guide/eu/figures/yelp_window.png -share/gnome/help/user-guide/eu/glossary.xml -share/gnome/help/user-guide/eu/gosbasic.xml -share/gnome/help/user-guide/eu/goscustdesk.xml -share/gnome/help/user-guide/eu/goseditmainmenu.xml -share/gnome/help/user-guide/eu/gosfeedback.xml -share/gnome/help/user-guide/eu/gosnautilus.xml -share/gnome/help/user-guide/eu/gosoverview.xml -share/gnome/help/user-guide/eu/gospanel.xml -share/gnome/help/user-guide/eu/gosstartsession.xml -share/gnome/help/user-guide/eu/gostools.xml -share/gnome/help/user-guide/eu/user-guide.xml -share/gnome/help/user-guide/fi/figures/ask_pointer.png -share/gnome/help/user-guide/fi/figures/busy_pointer.png -share/gnome/help/user-guide/fi/figures/com_file_manager_menu.png -share/gnome/help/user-guide/fi/figures/copy_pointer.png -share/gnome/help/user-guide/fi/figures/force_quit.png -share/gnome/help/user-guide/fi/figures/four_hide_button.png -share/gnome/help/user-guide/fi/figures/gedit_window.png -share/gnome/help/user-guide/fi/figures/gnome_panel.png -share/gnome/help/user-guide/fi/figures/hyperlink_pointer.png -share/gnome/help/user-guide/fi/figures/ibeam_pointer.png -share/gnome/help/user-guide/fi/figures/link_pointer.png -share/gnome/help/user-guide/fi/figures/lockscreen_icon.png -share/gnome/help/user-guide/fi/figures/logout_icon.png -share/gnome/help/user-guide/fi/figures/menu_bar_applet.png -share/gnome/help/user-guide/fi/figures/menu_panel.png -share/gnome/help/user-guide/fi/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/fi/figures/move_pointer.png -share/gnome/help/user-guide/fi/figures/movewindow_pointer.png -share/gnome/help/user-guide/fi/figures/naut_browser_mode.png -share/gnome/help/user-guide/fi/figures/naut_button_bar.png -share/gnome/help/user-guide/fi/figures/naut_computer_launcher.png -share/gnome/help/user-guide/fi/figures/naut_emblem.png -share/gnome/help/user-guide/fi/figures/naut_go_to_location.png -share/gnome/help/user-guide/fi/figures/naut_link_emblem.png -share/gnome/help/user-guide/fi/figures/naut_noread_emblem.png -share/gnome/help/user-guide/fi/figures/naut_normal_size_button.png -share/gnome/help/user-guide/fi/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/fi/figures/naut_refine_search.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/fi/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/fi/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/fi/figures/naut_search_bar.png -share/gnome/help/user-guide/fi/figures/naut_search_results.png -share/gnome/help/user-guide/fi/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/fi/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/fi/figures/naut_spatial_mode.png -share/gnome/help/user-guide/fi/figures/naut_spatial_view.png -share/gnome/help/user-guide/fi/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/fi/figures/naut_trash_launcher.png -share/gnome/help/user-guide/fi/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/fi/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/fi/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/fi/figures/normal_pointer.png -share/gnome/help/user-guide/fi/figures/not_available_pointer.png -share/gnome/help/user-guide/fi/figures/notification_area_icon.png -share/gnome/help/user-guide/fi/figures/open_drawer.png -share/gnome/help/user-guide/fi/figures/openwindows_menu.png -share/gnome/help/user-guide/fi/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/fi/figures/resize_pointer.png -share/gnome/help/user-guide/fi/figures/run_button.png -share/gnome/help/user-guide/fi/figures/sample_applet.png -share/gnome/help/user-guide/fi/figures/screenshot_button.png -share/gnome/help/user-guide/fi/figures/searchtool_button.png -share/gnome/help/user-guide/fi/figures/show_desktop_button.png -share/gnome/help/user-guide/fi/figures/titlebar_anno_window.png -share/gnome/help/user-guide/fi/figures/titlebar_window.png -share/gnome/help/user-guide/fi/figures/typical_menu.png -share/gnome/help/user-guide/fi/figures/window_list_applet.png -share/gnome/help/user-guide/fi/figures/window_list_group_applet.png -share/gnome/help/user-guide/fi/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/fi/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/fi/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/fi/figures/yelp_preferences.png -share/gnome/help/user-guide/fi/figures/yelp_window.png -share/gnome/help/user-guide/fi/glossary.xml -share/gnome/help/user-guide/fi/gosbasic.xml -share/gnome/help/user-guide/fi/goscustdesk.xml -share/gnome/help/user-guide/fi/goseditmainmenu.xml -share/gnome/help/user-guide/fi/gosfeedback.xml -share/gnome/help/user-guide/fi/gosnautilus.xml -share/gnome/help/user-guide/fi/gosoverview.xml -share/gnome/help/user-guide/fi/gospanel.xml -share/gnome/help/user-guide/fi/gosstartsession.xml -share/gnome/help/user-guide/fi/gostools.xml -share/gnome/help/user-guide/fi/user-guide.xml -share/gnome/help/user-guide/fr/figures/ask_pointer.png -share/gnome/help/user-guide/fr/figures/busy_pointer.png -share/gnome/help/user-guide/fr/figures/com_file_manager_menu.png -share/gnome/help/user-guide/fr/figures/copy_pointer.png -share/gnome/help/user-guide/fr/figures/force_quit.png -share/gnome/help/user-guide/fr/figures/four_hide_button.png -share/gnome/help/user-guide/fr/figures/gedit_window.png -share/gnome/help/user-guide/fr/figures/gnome_panel.png -share/gnome/help/user-guide/fr/figures/hyperlink_pointer.png -share/gnome/help/user-guide/fr/figures/ibeam_pointer.png -share/gnome/help/user-guide/fr/figures/link_pointer.png -share/gnome/help/user-guide/fr/figures/lockscreen_icon.png -share/gnome/help/user-guide/fr/figures/logout_icon.png -share/gnome/help/user-guide/fr/figures/menu_bar_applet.png -share/gnome/help/user-guide/fr/figures/menu_panel.png -share/gnome/help/user-guide/fr/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/fr/figures/move_pointer.png -share/gnome/help/user-guide/fr/figures/movewindow_pointer.png -share/gnome/help/user-guide/fr/figures/naut_browser_mode.png -share/gnome/help/user-guide/fr/figures/naut_button_bar.png -share/gnome/help/user-guide/fr/figures/naut_computer_launcher.png -share/gnome/help/user-guide/fr/figures/naut_emblem.png -share/gnome/help/user-guide/fr/figures/naut_go_to_location.png -share/gnome/help/user-guide/fr/figures/naut_link_emblem.png -share/gnome/help/user-guide/fr/figures/naut_noread_emblem.png -share/gnome/help/user-guide/fr/figures/naut_normal_size_button.png -share/gnome/help/user-guide/fr/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/fr/figures/naut_refine_search.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/fr/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/fr/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/fr/figures/naut_search_bar.png -share/gnome/help/user-guide/fr/figures/naut_search_results.png -share/gnome/help/user-guide/fr/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/fr/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/fr/figures/naut_spatial_mode.png -share/gnome/help/user-guide/fr/figures/naut_spatial_view.png -share/gnome/help/user-guide/fr/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/fr/figures/naut_trash_launcher.png -share/gnome/help/user-guide/fr/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/fr/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/fr/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/fr/figures/normal_pointer.png -share/gnome/help/user-guide/fr/figures/not_available_pointer.png -share/gnome/help/user-guide/fr/figures/notification_area_icon.png -share/gnome/help/user-guide/fr/figures/open_drawer.png -share/gnome/help/user-guide/fr/figures/openwindows_menu.png -share/gnome/help/user-guide/fr/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/fr/figures/resize_pointer.png -share/gnome/help/user-guide/fr/figures/run_button.png -share/gnome/help/user-guide/fr/figures/sample_applet.png -share/gnome/help/user-guide/fr/figures/screenshot_button.png -share/gnome/help/user-guide/fr/figures/searchtool_button.png -share/gnome/help/user-guide/fr/figures/show_desktop_button.png -share/gnome/help/user-guide/fr/figures/titlebar_anno_window.png -share/gnome/help/user-guide/fr/figures/titlebar_window.png -share/gnome/help/user-guide/fr/figures/typical_menu.png -share/gnome/help/user-guide/fr/figures/window_list_applet.png -share/gnome/help/user-guide/fr/figures/window_list_group_applet.png -share/gnome/help/user-guide/fr/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/fr/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/fr/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/fr/figures/yelp_preferences.png -share/gnome/help/user-guide/fr/figures/yelp_window.png -share/gnome/help/user-guide/fr/glossary.xml -share/gnome/help/user-guide/fr/gosbasic.xml -share/gnome/help/user-guide/fr/goscustdesk.xml -share/gnome/help/user-guide/fr/goseditmainmenu.xml -share/gnome/help/user-guide/fr/gosfeedback.xml -share/gnome/help/user-guide/fr/gosnautilus.xml -share/gnome/help/user-guide/fr/gosoverview.xml -share/gnome/help/user-guide/fr/gospanel.xml -share/gnome/help/user-guide/fr/gosstartsession.xml -share/gnome/help/user-guide/fr/gostools.xml -share/gnome/help/user-guide/fr/user-guide.xml -share/gnome/help/user-guide/hu/figures/ask_pointer.png -share/gnome/help/user-guide/hu/figures/busy_pointer.png -share/gnome/help/user-guide/hu/figures/com_file_manager_menu.png -share/gnome/help/user-guide/hu/figures/copy_pointer.png -share/gnome/help/user-guide/hu/figures/force_quit.png -share/gnome/help/user-guide/hu/figures/four_hide_button.png -share/gnome/help/user-guide/hu/figures/gedit_window.png -share/gnome/help/user-guide/hu/figures/gnome_panel.png -share/gnome/help/user-guide/hu/figures/hyperlink_pointer.png -share/gnome/help/user-guide/hu/figures/ibeam_pointer.png -share/gnome/help/user-guide/hu/figures/link_pointer.png -share/gnome/help/user-guide/hu/figures/lockscreen_icon.png -share/gnome/help/user-guide/hu/figures/logout_icon.png -share/gnome/help/user-guide/hu/figures/menu_bar_applet.png -share/gnome/help/user-guide/hu/figures/menu_panel.png -share/gnome/help/user-guide/hu/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/hu/figures/move_pointer.png -share/gnome/help/user-guide/hu/figures/movewindow_pointer.png -share/gnome/help/user-guide/hu/figures/naut_browser_mode.png -share/gnome/help/user-guide/hu/figures/naut_button_bar.png -share/gnome/help/user-guide/hu/figures/naut_computer_launcher.png -share/gnome/help/user-guide/hu/figures/naut_emblem.png -share/gnome/help/user-guide/hu/figures/naut_go_to_location.png -share/gnome/help/user-guide/hu/figures/naut_link_emblem.png -share/gnome/help/user-guide/hu/figures/naut_noread_emblem.png -share/gnome/help/user-guide/hu/figures/naut_normal_size_button.png -share/gnome/help/user-guide/hu/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/hu/figures/naut_refine_search.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/hu/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/hu/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/hu/figures/naut_search_bar.png -share/gnome/help/user-guide/hu/figures/naut_search_results.png -share/gnome/help/user-guide/hu/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/hu/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/hu/figures/naut_spatial_mode.png -share/gnome/help/user-guide/hu/figures/naut_spatial_view.png -share/gnome/help/user-guide/hu/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/hu/figures/naut_trash_launcher.png -share/gnome/help/user-guide/hu/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/hu/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/hu/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/hu/figures/normal_pointer.png -share/gnome/help/user-guide/hu/figures/not_available_pointer.png -share/gnome/help/user-guide/hu/figures/notification_area_icon.png -share/gnome/help/user-guide/hu/figures/open_drawer.png -share/gnome/help/user-guide/hu/figures/openwindows_menu.png -share/gnome/help/user-guide/hu/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/hu/figures/resize_pointer.png -share/gnome/help/user-guide/hu/figures/run_button.png -share/gnome/help/user-guide/hu/figures/sample_applet.png -share/gnome/help/user-guide/hu/figures/screenshot_button.png -share/gnome/help/user-guide/hu/figures/searchtool_button.png -share/gnome/help/user-guide/hu/figures/show_desktop_button.png -share/gnome/help/user-guide/hu/figures/titlebar_anno_window.png -share/gnome/help/user-guide/hu/figures/titlebar_window.png -share/gnome/help/user-guide/hu/figures/typical_menu.png -share/gnome/help/user-guide/hu/figures/window_list_applet.png -share/gnome/help/user-guide/hu/figures/window_list_group_applet.png -share/gnome/help/user-guide/hu/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/hu/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/hu/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/hu/figures/yelp_preferences.png -share/gnome/help/user-guide/hu/figures/yelp_window.png -share/gnome/help/user-guide/hu/glossary.xml -share/gnome/help/user-guide/hu/gosbasic.xml -share/gnome/help/user-guide/hu/goscustdesk.xml -share/gnome/help/user-guide/hu/goseditmainmenu.xml -share/gnome/help/user-guide/hu/gosfeedback.xml -share/gnome/help/user-guide/hu/gosnautilus.xml -share/gnome/help/user-guide/hu/gosoverview.xml -share/gnome/help/user-guide/hu/gospanel.xml -share/gnome/help/user-guide/hu/gosstartsession.xml -share/gnome/help/user-guide/hu/gostools.xml -share/gnome/help/user-guide/hu/user-guide.xml -share/gnome/help/user-guide/it/figures/ask_pointer.png -share/gnome/help/user-guide/it/figures/busy_pointer.png -share/gnome/help/user-guide/it/figures/com_file_manager_menu.png -share/gnome/help/user-guide/it/figures/copy_pointer.png -share/gnome/help/user-guide/it/figures/force_quit.png -share/gnome/help/user-guide/it/figures/four_hide_button.png -share/gnome/help/user-guide/it/figures/gedit_window.png -share/gnome/help/user-guide/it/figures/gnome_panel.png -share/gnome/help/user-guide/it/figures/hyperlink_pointer.png -share/gnome/help/user-guide/it/figures/ibeam_pointer.png -share/gnome/help/user-guide/it/figures/link_pointer.png -share/gnome/help/user-guide/it/figures/lockscreen_icon.png -share/gnome/help/user-guide/it/figures/logout_icon.png -share/gnome/help/user-guide/it/figures/menu_bar_applet.png -share/gnome/help/user-guide/it/figures/menu_panel.png -share/gnome/help/user-guide/it/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/it/figures/move_pointer.png -share/gnome/help/user-guide/it/figures/movewindow_pointer.png -share/gnome/help/user-guide/it/figures/naut_browser_mode.png -share/gnome/help/user-guide/it/figures/naut_button_bar.png -share/gnome/help/user-guide/it/figures/naut_computer_launcher.png -share/gnome/help/user-guide/it/figures/naut_emblem.png -share/gnome/help/user-guide/it/figures/naut_go_to_location.png -share/gnome/help/user-guide/it/figures/naut_link_emblem.png -share/gnome/help/user-guide/it/figures/naut_noread_emblem.png -share/gnome/help/user-guide/it/figures/naut_normal_size_button.png -share/gnome/help/user-guide/it/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/it/figures/naut_refine_search.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/it/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/it/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/it/figures/naut_search_bar.png -share/gnome/help/user-guide/it/figures/naut_search_results.png -share/gnome/help/user-guide/it/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/it/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/it/figures/naut_spatial_mode.png -share/gnome/help/user-guide/it/figures/naut_spatial_view.png -share/gnome/help/user-guide/it/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/it/figures/naut_trash_launcher.png -share/gnome/help/user-guide/it/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/it/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/it/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/it/figures/normal_pointer.png -share/gnome/help/user-guide/it/figures/not_available_pointer.png -share/gnome/help/user-guide/it/figures/notification_area_icon.png -share/gnome/help/user-guide/it/figures/open_drawer.png -share/gnome/help/user-guide/it/figures/openwindows_menu.png -share/gnome/help/user-guide/it/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/it/figures/resize_pointer.png -share/gnome/help/user-guide/it/figures/run_button.png -share/gnome/help/user-guide/it/figures/sample_applet.png -share/gnome/help/user-guide/it/figures/screenshot_button.png -share/gnome/help/user-guide/it/figures/searchtool_button.png -share/gnome/help/user-guide/it/figures/show_desktop_button.png -share/gnome/help/user-guide/it/figures/titlebar_anno_window.png -share/gnome/help/user-guide/it/figures/titlebar_window.png -share/gnome/help/user-guide/it/figures/typical_menu.png -share/gnome/help/user-guide/it/figures/window_list_applet.png -share/gnome/help/user-guide/it/figures/window_list_group_applet.png -share/gnome/help/user-guide/it/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/it/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/it/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/it/figures/yelp_preferences.png -share/gnome/help/user-guide/it/figures/yelp_window.png -share/gnome/help/user-guide/it/glossary.xml -share/gnome/help/user-guide/it/gosbasic.xml -share/gnome/help/user-guide/it/goscustdesk.xml -share/gnome/help/user-guide/it/goseditmainmenu.xml -share/gnome/help/user-guide/it/gosfeedback.xml -share/gnome/help/user-guide/it/gosnautilus.xml -share/gnome/help/user-guide/it/gosoverview.xml -share/gnome/help/user-guide/it/gospanel.xml -share/gnome/help/user-guide/it/gosstartsession.xml -share/gnome/help/user-guide/it/gostools.xml -share/gnome/help/user-guide/it/user-guide.xml -share/gnome/help/user-guide/ja/figures/ask_pointer.png -share/gnome/help/user-guide/ja/figures/busy_pointer.png -share/gnome/help/user-guide/ja/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ja/figures/copy_pointer.png -share/gnome/help/user-guide/ja/figures/force_quit.png -share/gnome/help/user-guide/ja/figures/four_hide_button.png -share/gnome/help/user-guide/ja/figures/gedit_window.png -share/gnome/help/user-guide/ja/figures/gnome_panel.png -share/gnome/help/user-guide/ja/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ja/figures/ibeam_pointer.png -share/gnome/help/user-guide/ja/figures/link_pointer.png -share/gnome/help/user-guide/ja/figures/lockscreen_icon.png -share/gnome/help/user-guide/ja/figures/logout_icon.png -share/gnome/help/user-guide/ja/figures/menu_bar_applet.png -share/gnome/help/user-guide/ja/figures/menu_panel.png -share/gnome/help/user-guide/ja/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ja/figures/move_pointer.png -share/gnome/help/user-guide/ja/figures/movewindow_pointer.png -share/gnome/help/user-guide/ja/figures/naut_browser_mode.png -share/gnome/help/user-guide/ja/figures/naut_button_bar.png -share/gnome/help/user-guide/ja/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ja/figures/naut_emblem.png -share/gnome/help/user-guide/ja/figures/naut_go_to_location.png -share/gnome/help/user-guide/ja/figures/naut_link_emblem.png -share/gnome/help/user-guide/ja/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ja/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ja/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ja/figures/naut_refine_search.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ja/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ja/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ja/figures/naut_search_bar.png -share/gnome/help/user-guide/ja/figures/naut_search_results.png -share/gnome/help/user-guide/ja/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ja/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ja/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ja/figures/naut_spatial_view.png -share/gnome/help/user-guide/ja/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ja/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ja/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ja/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ja/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ja/figures/normal_pointer.png -share/gnome/help/user-guide/ja/figures/not_available_pointer.png -share/gnome/help/user-guide/ja/figures/notification_area_icon.png -share/gnome/help/user-guide/ja/figures/open_drawer.png -share/gnome/help/user-guide/ja/figures/openwindows_menu.png -share/gnome/help/user-guide/ja/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ja/figures/resize_pointer.png -share/gnome/help/user-guide/ja/figures/run_button.png -share/gnome/help/user-guide/ja/figures/sample_applet.png -share/gnome/help/user-guide/ja/figures/screenshot_button.png -share/gnome/help/user-guide/ja/figures/searchtool_button.png -share/gnome/help/user-guide/ja/figures/show_desktop_button.png -share/gnome/help/user-guide/ja/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ja/figures/titlebar_window.png -share/gnome/help/user-guide/ja/figures/typical_menu.png -share/gnome/help/user-guide/ja/figures/window_list_applet.png -share/gnome/help/user-guide/ja/figures/window_list_group_applet.png -share/gnome/help/user-guide/ja/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ja/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ja/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ja/figures/yelp_preferences.png -share/gnome/help/user-guide/ja/figures/yelp_window.png -share/gnome/help/user-guide/ja/glossary.xml -share/gnome/help/user-guide/ja/gosbasic.xml -share/gnome/help/user-guide/ja/goscustdesk.xml -share/gnome/help/user-guide/ja/goseditmainmenu.xml -share/gnome/help/user-guide/ja/gosfeedback.xml -share/gnome/help/user-guide/ja/gosnautilus.xml -share/gnome/help/user-guide/ja/gosoverview.xml -share/gnome/help/user-guide/ja/gospanel.xml -share/gnome/help/user-guide/ja/gosstartsession.xml -share/gnome/help/user-guide/ja/gostools.xml -share/gnome/help/user-guide/ja/user-guide.xml -share/gnome/help/user-guide/ko/figures/ask_pointer.png -share/gnome/help/user-guide/ko/figures/busy_pointer.png -share/gnome/help/user-guide/ko/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ko/figures/copy_pointer.png -share/gnome/help/user-guide/ko/figures/force_quit.png -share/gnome/help/user-guide/ko/figures/four_hide_button.png -share/gnome/help/user-guide/ko/figures/gedit_window.png -share/gnome/help/user-guide/ko/figures/gnome_panel.png -share/gnome/help/user-guide/ko/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ko/figures/ibeam_pointer.png -share/gnome/help/user-guide/ko/figures/link_pointer.png -share/gnome/help/user-guide/ko/figures/lockscreen_icon.png -share/gnome/help/user-guide/ko/figures/logout_icon.png -share/gnome/help/user-guide/ko/figures/menu_bar_applet.png -share/gnome/help/user-guide/ko/figures/menu_panel.png -share/gnome/help/user-guide/ko/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ko/figures/move_pointer.png -share/gnome/help/user-guide/ko/figures/movewindow_pointer.png -share/gnome/help/user-guide/ko/figures/naut_browser_mode.png -share/gnome/help/user-guide/ko/figures/naut_button_bar.png -share/gnome/help/user-guide/ko/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ko/figures/naut_emblem.png -share/gnome/help/user-guide/ko/figures/naut_go_to_location.png -share/gnome/help/user-guide/ko/figures/naut_link_emblem.png -share/gnome/help/user-guide/ko/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ko/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ko/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ko/figures/naut_refine_search.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ko/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ko/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ko/figures/naut_search_bar.png -share/gnome/help/user-guide/ko/figures/naut_search_results.png -share/gnome/help/user-guide/ko/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ko/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ko/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ko/figures/naut_spatial_view.png -share/gnome/help/user-guide/ko/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ko/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ko/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ko/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ko/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ko/figures/normal_pointer.png -share/gnome/help/user-guide/ko/figures/not_available_pointer.png -share/gnome/help/user-guide/ko/figures/notification_area_icon.png -share/gnome/help/user-guide/ko/figures/open_drawer.png -share/gnome/help/user-guide/ko/figures/openwindows_menu.png -share/gnome/help/user-guide/ko/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ko/figures/resize_pointer.png -share/gnome/help/user-guide/ko/figures/run_button.png -share/gnome/help/user-guide/ko/figures/sample_applet.png -share/gnome/help/user-guide/ko/figures/screenshot_button.png -share/gnome/help/user-guide/ko/figures/searchtool_button.png -share/gnome/help/user-guide/ko/figures/show_desktop_button.png -share/gnome/help/user-guide/ko/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ko/figures/titlebar_window.png -share/gnome/help/user-guide/ko/figures/typical_menu.png -share/gnome/help/user-guide/ko/figures/window_list_applet.png -share/gnome/help/user-guide/ko/figures/window_list_group_applet.png -share/gnome/help/user-guide/ko/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ko/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ko/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ko/figures/yelp_preferences.png -share/gnome/help/user-guide/ko/figures/yelp_window.png -share/gnome/help/user-guide/ko/glossary.xml -share/gnome/help/user-guide/ko/gosbasic.xml -share/gnome/help/user-guide/ko/goscustdesk.xml -share/gnome/help/user-guide/ko/goseditmainmenu.xml -share/gnome/help/user-guide/ko/gosfeedback.xml -share/gnome/help/user-guide/ko/gosnautilus.xml -share/gnome/help/user-guide/ko/gosoverview.xml -share/gnome/help/user-guide/ko/gospanel.xml -share/gnome/help/user-guide/ko/gosstartsession.xml -share/gnome/help/user-guide/ko/gostools.xml -share/gnome/help/user-guide/ko/user-guide.xml -share/gnome/help/user-guide/oc/figures/ask_pointer.png -share/gnome/help/user-guide/oc/figures/busy_pointer.png -share/gnome/help/user-guide/oc/figures/com_file_manager_menu.png -share/gnome/help/user-guide/oc/figures/copy_pointer.png -share/gnome/help/user-guide/oc/figures/force_quit.png -share/gnome/help/user-guide/oc/figures/four_hide_button.png -share/gnome/help/user-guide/oc/figures/gedit_window.png -share/gnome/help/user-guide/oc/figures/gnome_panel.png -share/gnome/help/user-guide/oc/figures/hyperlink_pointer.png -share/gnome/help/user-guide/oc/figures/ibeam_pointer.png -share/gnome/help/user-guide/oc/figures/link_pointer.png -share/gnome/help/user-guide/oc/figures/lockscreen_icon.png -share/gnome/help/user-guide/oc/figures/logout_icon.png -share/gnome/help/user-guide/oc/figures/menu_bar_applet.png -share/gnome/help/user-guide/oc/figures/menu_panel.png -share/gnome/help/user-guide/oc/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/oc/figures/move_pointer.png -share/gnome/help/user-guide/oc/figures/movewindow_pointer.png -share/gnome/help/user-guide/oc/figures/naut_browser_mode.png -share/gnome/help/user-guide/oc/figures/naut_button_bar.png -share/gnome/help/user-guide/oc/figures/naut_computer_launcher.png -share/gnome/help/user-guide/oc/figures/naut_emblem.png -share/gnome/help/user-guide/oc/figures/naut_go_to_location.png -share/gnome/help/user-guide/oc/figures/naut_link_emblem.png -share/gnome/help/user-guide/oc/figures/naut_noread_emblem.png -share/gnome/help/user-guide/oc/figures/naut_normal_size_button.png -share/gnome/help/user-guide/oc/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/oc/figures/naut_refine_search.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/oc/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/oc/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/oc/figures/naut_search_bar.png -share/gnome/help/user-guide/oc/figures/naut_search_results.png -share/gnome/help/user-guide/oc/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/oc/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/oc/figures/naut_spatial_mode.png -share/gnome/help/user-guide/oc/figures/naut_spatial_view.png -share/gnome/help/user-guide/oc/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/oc/figures/naut_trash_launcher.png -share/gnome/help/user-guide/oc/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/oc/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/oc/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/oc/figures/normal_pointer.png -share/gnome/help/user-guide/oc/figures/not_available_pointer.png -share/gnome/help/user-guide/oc/figures/notification_area_icon.png -share/gnome/help/user-guide/oc/figures/open_drawer.png -share/gnome/help/user-guide/oc/figures/openwindows_menu.png -share/gnome/help/user-guide/oc/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/oc/figures/resize_pointer.png -share/gnome/help/user-guide/oc/figures/run_button.png -share/gnome/help/user-guide/oc/figures/sample_applet.png -share/gnome/help/user-guide/oc/figures/screenshot_button.png -share/gnome/help/user-guide/oc/figures/searchtool_button.png -share/gnome/help/user-guide/oc/figures/show_desktop_button.png -share/gnome/help/user-guide/oc/figures/titlebar_anno_window.png -share/gnome/help/user-guide/oc/figures/titlebar_window.png -share/gnome/help/user-guide/oc/figures/typical_menu.png -share/gnome/help/user-guide/oc/figures/window_list_applet.png -share/gnome/help/user-guide/oc/figures/window_list_group_applet.png -share/gnome/help/user-guide/oc/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/oc/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/oc/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/oc/figures/yelp_preferences.png -share/gnome/help/user-guide/oc/figures/yelp_window.png -share/gnome/help/user-guide/oc/glossary.xml -share/gnome/help/user-guide/oc/gosbasic.xml -share/gnome/help/user-guide/oc/goscustdesk.xml -share/gnome/help/user-guide/oc/goseditmainmenu.xml -share/gnome/help/user-guide/oc/gosfeedback.xml -share/gnome/help/user-guide/oc/gosnautilus.xml -share/gnome/help/user-guide/oc/gosoverview.xml -share/gnome/help/user-guide/oc/gospanel.xml -share/gnome/help/user-guide/oc/gosstartsession.xml -share/gnome/help/user-guide/oc/gostools.xml -share/gnome/help/user-guide/oc/user-guide.xml -share/gnome/help/user-guide/pa/figures/ask_pointer.png -share/gnome/help/user-guide/pa/figures/busy_pointer.png -share/gnome/help/user-guide/pa/figures/com_file_manager_menu.png -share/gnome/help/user-guide/pa/figures/copy_pointer.png -share/gnome/help/user-guide/pa/figures/force_quit.png -share/gnome/help/user-guide/pa/figures/four_hide_button.png -share/gnome/help/user-guide/pa/figures/gedit_window.png -share/gnome/help/user-guide/pa/figures/gnome_panel.png -share/gnome/help/user-guide/pa/figures/hyperlink_pointer.png -share/gnome/help/user-guide/pa/figures/ibeam_pointer.png -share/gnome/help/user-guide/pa/figures/link_pointer.png -share/gnome/help/user-guide/pa/figures/lockscreen_icon.png -share/gnome/help/user-guide/pa/figures/logout_icon.png -share/gnome/help/user-guide/pa/figures/menu_bar_applet.png -share/gnome/help/user-guide/pa/figures/menu_panel.png -share/gnome/help/user-guide/pa/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/pa/figures/move_pointer.png -share/gnome/help/user-guide/pa/figures/movewindow_pointer.png -share/gnome/help/user-guide/pa/figures/naut_browser_mode.png -share/gnome/help/user-guide/pa/figures/naut_button_bar.png -share/gnome/help/user-guide/pa/figures/naut_computer_launcher.png -share/gnome/help/user-guide/pa/figures/naut_emblem.png -share/gnome/help/user-guide/pa/figures/naut_go_to_location.png -share/gnome/help/user-guide/pa/figures/naut_link_emblem.png -share/gnome/help/user-guide/pa/figures/naut_noread_emblem.png -share/gnome/help/user-guide/pa/figures/naut_normal_size_button.png -share/gnome/help/user-guide/pa/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/pa/figures/naut_refine_search.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/pa/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/pa/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/pa/figures/naut_search_bar.png -share/gnome/help/user-guide/pa/figures/naut_search_results.png -share/gnome/help/user-guide/pa/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/pa/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/pa/figures/naut_spatial_mode.png -share/gnome/help/user-guide/pa/figures/naut_spatial_view.png -share/gnome/help/user-guide/pa/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/pa/figures/naut_trash_launcher.png -share/gnome/help/user-guide/pa/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/pa/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/pa/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/pa/figures/normal_pointer.png -share/gnome/help/user-guide/pa/figures/not_available_pointer.png -share/gnome/help/user-guide/pa/figures/notification_area_icon.png -share/gnome/help/user-guide/pa/figures/open_drawer.png -share/gnome/help/user-guide/pa/figures/openwindows_menu.png -share/gnome/help/user-guide/pa/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/pa/figures/resize_pointer.png -share/gnome/help/user-guide/pa/figures/run_button.png -share/gnome/help/user-guide/pa/figures/sample_applet.png -share/gnome/help/user-guide/pa/figures/screenshot_button.png -share/gnome/help/user-guide/pa/figures/searchtool_button.png -share/gnome/help/user-guide/pa/figures/show_desktop_button.png -share/gnome/help/user-guide/pa/figures/titlebar_anno_window.png -share/gnome/help/user-guide/pa/figures/titlebar_window.png -share/gnome/help/user-guide/pa/figures/typical_menu.png -share/gnome/help/user-guide/pa/figures/window_list_applet.png -share/gnome/help/user-guide/pa/figures/window_list_group_applet.png -share/gnome/help/user-guide/pa/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/pa/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/pa/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/pa/figures/yelp_preferences.png -share/gnome/help/user-guide/pa/figures/yelp_window.png -share/gnome/help/user-guide/pa/glossary.xml -share/gnome/help/user-guide/pa/gosbasic.xml -share/gnome/help/user-guide/pa/goscustdesk.xml -share/gnome/help/user-guide/pa/goseditmainmenu.xml -share/gnome/help/user-guide/pa/gosfeedback.xml -share/gnome/help/user-guide/pa/gosnautilus.xml -share/gnome/help/user-guide/pa/gosoverview.xml -share/gnome/help/user-guide/pa/gospanel.xml -share/gnome/help/user-guide/pa/gosstartsession.xml -share/gnome/help/user-guide/pa/gostools.xml -share/gnome/help/user-guide/pa/user-guide.xml -share/gnome/help/user-guide/pt/figures/ask_pointer.png -share/gnome/help/user-guide/pt/figures/busy_pointer.png -share/gnome/help/user-guide/pt/figures/com_file_manager_menu.png -share/gnome/help/user-guide/pt/figures/copy_pointer.png -share/gnome/help/user-guide/pt/figures/force_quit.png -share/gnome/help/user-guide/pt/figures/four_hide_button.png -share/gnome/help/user-guide/pt/figures/gedit_window.png -share/gnome/help/user-guide/pt/figures/gnome_panel.png -share/gnome/help/user-guide/pt/figures/hyperlink_pointer.png -share/gnome/help/user-guide/pt/figures/ibeam_pointer.png -share/gnome/help/user-guide/pt/figures/link_pointer.png -share/gnome/help/user-guide/pt/figures/lockscreen_icon.png -share/gnome/help/user-guide/pt/figures/logout_icon.png -share/gnome/help/user-guide/pt/figures/menu_bar_applet.png -share/gnome/help/user-guide/pt/figures/menu_panel.png -share/gnome/help/user-guide/pt/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/pt/figures/move_pointer.png -share/gnome/help/user-guide/pt/figures/movewindow_pointer.png -share/gnome/help/user-guide/pt/figures/naut_browser_mode.png -share/gnome/help/user-guide/pt/figures/naut_button_bar.png -share/gnome/help/user-guide/pt/figures/naut_computer_launcher.png -share/gnome/help/user-guide/pt/figures/naut_emblem.png -share/gnome/help/user-guide/pt/figures/naut_go_to_location.png -share/gnome/help/user-guide/pt/figures/naut_link_emblem.png -share/gnome/help/user-guide/pt/figures/naut_noread_emblem.png -share/gnome/help/user-guide/pt/figures/naut_normal_size_button.png -share/gnome/help/user-guide/pt/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/pt/figures/naut_refine_search.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/pt/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/pt/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/pt/figures/naut_search_bar.png -share/gnome/help/user-guide/pt/figures/naut_search_results.png -share/gnome/help/user-guide/pt/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/pt/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/pt/figures/naut_spatial_mode.png -share/gnome/help/user-guide/pt/figures/naut_spatial_view.png -share/gnome/help/user-guide/pt/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/pt/figures/naut_trash_launcher.png -share/gnome/help/user-guide/pt/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/pt/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/pt/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/pt/figures/normal_pointer.png -share/gnome/help/user-guide/pt/figures/not_available_pointer.png -share/gnome/help/user-guide/pt/figures/notification_area_icon.png -share/gnome/help/user-guide/pt/figures/open_drawer.png -share/gnome/help/user-guide/pt/figures/openwindows_menu.png -share/gnome/help/user-guide/pt/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/pt/figures/resize_pointer.png -share/gnome/help/user-guide/pt/figures/run_button.png -share/gnome/help/user-guide/pt/figures/sample_applet.png -share/gnome/help/user-guide/pt/figures/screenshot_button.png -share/gnome/help/user-guide/pt/figures/searchtool_button.png -share/gnome/help/user-guide/pt/figures/show_desktop_button.png -share/gnome/help/user-guide/pt/figures/titlebar_anno_window.png -share/gnome/help/user-guide/pt/figures/titlebar_window.png -share/gnome/help/user-guide/pt/figures/typical_menu.png -share/gnome/help/user-guide/pt/figures/window_list_applet.png -share/gnome/help/user-guide/pt/figures/window_list_group_applet.png -share/gnome/help/user-guide/pt/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/pt/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/pt/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/pt/figures/yelp_preferences.png -share/gnome/help/user-guide/pt/figures/yelp_window.png -share/gnome/help/user-guide/pt/glossary.xml -share/gnome/help/user-guide/pt/gosbasic.xml -share/gnome/help/user-guide/pt/goscustdesk.xml -share/gnome/help/user-guide/pt/goseditmainmenu.xml -share/gnome/help/user-guide/pt/gosfeedback.xml -share/gnome/help/user-guide/pt/gosnautilus.xml -share/gnome/help/user-guide/pt/gosoverview.xml -share/gnome/help/user-guide/pt/gospanel.xml -share/gnome/help/user-guide/pt/gosstartsession.xml -share/gnome/help/user-guide/pt/gostools.xml -share/gnome/help/user-guide/pt/user-guide.xml -share/gnome/help/user-guide/pt_BR/figures/ask_pointer.png -share/gnome/help/user-guide/pt_BR/figures/busy_pointer.png -share/gnome/help/user-guide/pt_BR/figures/com_file_manager_menu.png -share/gnome/help/user-guide/pt_BR/figures/copy_pointer.png -share/gnome/help/user-guide/pt_BR/figures/force_quit.png -share/gnome/help/user-guide/pt_BR/figures/four_hide_button.png -share/gnome/help/user-guide/pt_BR/figures/gedit_window.png -share/gnome/help/user-guide/pt_BR/figures/gnome_panel.png -share/gnome/help/user-guide/pt_BR/figures/hyperlink_pointer.png -share/gnome/help/user-guide/pt_BR/figures/ibeam_pointer.png -share/gnome/help/user-guide/pt_BR/figures/link_pointer.png -share/gnome/help/user-guide/pt_BR/figures/lockscreen_icon.png -share/gnome/help/user-guide/pt_BR/figures/logout_icon.png -share/gnome/help/user-guide/pt_BR/figures/menu_bar_applet.png -share/gnome/help/user-guide/pt_BR/figures/menu_panel.png -share/gnome/help/user-guide/pt_BR/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/pt_BR/figures/move_pointer.png -share/gnome/help/user-guide/pt_BR/figures/movewindow_pointer.png -share/gnome/help/user-guide/pt_BR/figures/naut_browser_mode.png -share/gnome/help/user-guide/pt_BR/figures/naut_button_bar.png -share/gnome/help/user-guide/pt_BR/figures/naut_computer_launcher.png -share/gnome/help/user-guide/pt_BR/figures/naut_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_go_to_location.png -share/gnome/help/user-guide/pt_BR/figures/naut_link_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_noread_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_normal_size_button.png -share/gnome/help/user-guide/pt_BR/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/pt_BR/figures/naut_refine_search.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/pt_BR/figures/naut_search_bar.png -share/gnome/help/user-guide/pt_BR/figures/naut_search_results.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_mode.png -share/gnome/help/user-guide/pt_BR/figures/naut_spatial_view.png -share/gnome/help/user-guide/pt_BR/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/pt_BR/figures/naut_trash_launcher.png -share/gnome/help/user-guide/pt_BR/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/pt_BR/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/pt_BR/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/pt_BR/figures/normal_pointer.png -share/gnome/help/user-guide/pt_BR/figures/not_available_pointer.png -share/gnome/help/user-guide/pt_BR/figures/notification_area_icon.png -share/gnome/help/user-guide/pt_BR/figures/open_drawer.png -share/gnome/help/user-guide/pt_BR/figures/openwindows_menu.png -share/gnome/help/user-guide/pt_BR/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/pt_BR/figures/resize_pointer.png -share/gnome/help/user-guide/pt_BR/figures/run_button.png -share/gnome/help/user-guide/pt_BR/figures/sample_applet.png -share/gnome/help/user-guide/pt_BR/figures/screenshot_button.png -share/gnome/help/user-guide/pt_BR/figures/searchtool_button.png -share/gnome/help/user-guide/pt_BR/figures/show_desktop_button.png -share/gnome/help/user-guide/pt_BR/figures/titlebar_anno_window.png -share/gnome/help/user-guide/pt_BR/figures/titlebar_window.png -share/gnome/help/user-guide/pt_BR/figures/typical_menu.png -share/gnome/help/user-guide/pt_BR/figures/window_list_applet.png -share/gnome/help/user-guide/pt_BR/figures/window_list_group_applet.png -share/gnome/help/user-guide/pt_BR/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/pt_BR/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/pt_BR/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/pt_BR/figures/yelp_preferences.png -share/gnome/help/user-guide/pt_BR/figures/yelp_window.png -share/gnome/help/user-guide/pt_BR/glossary.xml -share/gnome/help/user-guide/pt_BR/gosbasic.xml -share/gnome/help/user-guide/pt_BR/goscustdesk.xml -share/gnome/help/user-guide/pt_BR/goseditmainmenu.xml -share/gnome/help/user-guide/pt_BR/gosfeedback.xml -share/gnome/help/user-guide/pt_BR/gosnautilus.xml -share/gnome/help/user-guide/pt_BR/gosoverview.xml -share/gnome/help/user-guide/pt_BR/gospanel.xml -share/gnome/help/user-guide/pt_BR/gosstartsession.xml -share/gnome/help/user-guide/pt_BR/gostools.xml -share/gnome/help/user-guide/pt_BR/user-guide.xml -share/gnome/help/user-guide/ru/figures/ask_pointer.png -share/gnome/help/user-guide/ru/figures/busy_pointer.png -share/gnome/help/user-guide/ru/figures/com_file_manager_menu.png -share/gnome/help/user-guide/ru/figures/copy_pointer.png -share/gnome/help/user-guide/ru/figures/force_quit.png -share/gnome/help/user-guide/ru/figures/four_hide_button.png -share/gnome/help/user-guide/ru/figures/gedit_window.png -share/gnome/help/user-guide/ru/figures/gnome_panel.png -share/gnome/help/user-guide/ru/figures/hyperlink_pointer.png -share/gnome/help/user-guide/ru/figures/ibeam_pointer.png -share/gnome/help/user-guide/ru/figures/link_pointer.png -share/gnome/help/user-guide/ru/figures/lockscreen_icon.png -share/gnome/help/user-guide/ru/figures/logout_icon.png -share/gnome/help/user-guide/ru/figures/menu_bar_applet.png -share/gnome/help/user-guide/ru/figures/menu_panel.png -share/gnome/help/user-guide/ru/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/ru/figures/move_pointer.png -share/gnome/help/user-guide/ru/figures/movewindow_pointer.png -share/gnome/help/user-guide/ru/figures/naut_browser_mode.png -share/gnome/help/user-guide/ru/figures/naut_button_bar.png -share/gnome/help/user-guide/ru/figures/naut_computer_launcher.png -share/gnome/help/user-guide/ru/figures/naut_emblem.png -share/gnome/help/user-guide/ru/figures/naut_go_to_location.png -share/gnome/help/user-guide/ru/figures/naut_link_emblem.png -share/gnome/help/user-guide/ru/figures/naut_noread_emblem.png -share/gnome/help/user-guide/ru/figures/naut_normal_size_button.png -share/gnome/help/user-guide/ru/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/ru/figures/naut_refine_search.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/ru/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/ru/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/ru/figures/naut_search_bar.png -share/gnome/help/user-guide/ru/figures/naut_search_results.png -share/gnome/help/user-guide/ru/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/ru/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/ru/figures/naut_spatial_mode.png -share/gnome/help/user-guide/ru/figures/naut_spatial_view.png -share/gnome/help/user-guide/ru/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/ru/figures/naut_trash_launcher.png -share/gnome/help/user-guide/ru/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/ru/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/ru/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/ru/figures/normal_pointer.png -share/gnome/help/user-guide/ru/figures/not_available_pointer.png -share/gnome/help/user-guide/ru/figures/notification_area_icon.png -share/gnome/help/user-guide/ru/figures/open_drawer.png -share/gnome/help/user-guide/ru/figures/openwindows_menu.png -share/gnome/help/user-guide/ru/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/ru/figures/resize_pointer.png -share/gnome/help/user-guide/ru/figures/run_button.png -share/gnome/help/user-guide/ru/figures/sample_applet.png -share/gnome/help/user-guide/ru/figures/screenshot_button.png -share/gnome/help/user-guide/ru/figures/searchtool_button.png -share/gnome/help/user-guide/ru/figures/show_desktop_button.png -share/gnome/help/user-guide/ru/figures/titlebar_anno_window.png -share/gnome/help/user-guide/ru/figures/titlebar_window.png -share/gnome/help/user-guide/ru/figures/typical_menu.png -share/gnome/help/user-guide/ru/figures/window_list_applet.png -share/gnome/help/user-guide/ru/figures/window_list_group_applet.png -share/gnome/help/user-guide/ru/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/ru/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/ru/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/ru/figures/yelp_preferences.png -share/gnome/help/user-guide/ru/figures/yelp_window.png -share/gnome/help/user-guide/ru/glossary.xml -share/gnome/help/user-guide/ru/gosbasic.xml -share/gnome/help/user-guide/ru/goscustdesk.xml -share/gnome/help/user-guide/ru/goseditmainmenu.xml -share/gnome/help/user-guide/ru/gosfeedback.xml -share/gnome/help/user-guide/ru/gosnautilus.xml -share/gnome/help/user-guide/ru/gosoverview.xml -share/gnome/help/user-guide/ru/gospanel.xml -share/gnome/help/user-guide/ru/gosstartsession.xml -share/gnome/help/user-guide/ru/gostools.xml -share/gnome/help/user-guide/ru/user-guide.xml -share/gnome/help/user-guide/sv/figures/ask_pointer.png -share/gnome/help/user-guide/sv/figures/busy_pointer.png -share/gnome/help/user-guide/sv/figures/com_file_manager_menu.png -share/gnome/help/user-guide/sv/figures/copy_pointer.png -share/gnome/help/user-guide/sv/figures/force_quit.png -share/gnome/help/user-guide/sv/figures/four_hide_button.png -share/gnome/help/user-guide/sv/figures/gedit_window.png -share/gnome/help/user-guide/sv/figures/gnome_panel.png -share/gnome/help/user-guide/sv/figures/hyperlink_pointer.png -share/gnome/help/user-guide/sv/figures/ibeam_pointer.png -share/gnome/help/user-guide/sv/figures/link_pointer.png -share/gnome/help/user-guide/sv/figures/lockscreen_icon.png -share/gnome/help/user-guide/sv/figures/logout_icon.png -share/gnome/help/user-guide/sv/figures/menu_bar_applet.png -share/gnome/help/user-guide/sv/figures/menu_panel.png -share/gnome/help/user-guide/sv/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/sv/figures/move_pointer.png -share/gnome/help/user-guide/sv/figures/movewindow_pointer.png -share/gnome/help/user-guide/sv/figures/naut_browser_mode.png -share/gnome/help/user-guide/sv/figures/naut_button_bar.png -share/gnome/help/user-guide/sv/figures/naut_computer_launcher.png -share/gnome/help/user-guide/sv/figures/naut_emblem.png -share/gnome/help/user-guide/sv/figures/naut_go_to_location.png -share/gnome/help/user-guide/sv/figures/naut_link_emblem.png -share/gnome/help/user-guide/sv/figures/naut_noread_emblem.png -share/gnome/help/user-guide/sv/figures/naut_normal_size_button.png -share/gnome/help/user-guide/sv/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/sv/figures/naut_refine_search.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/sv/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/sv/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/sv/figures/naut_search_bar.png -share/gnome/help/user-guide/sv/figures/naut_search_results.png -share/gnome/help/user-guide/sv/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/sv/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/sv/figures/naut_spatial_mode.png -share/gnome/help/user-guide/sv/figures/naut_spatial_view.png -share/gnome/help/user-guide/sv/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/sv/figures/naut_trash_launcher.png -share/gnome/help/user-guide/sv/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/sv/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/sv/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/sv/figures/normal_pointer.png -share/gnome/help/user-guide/sv/figures/not_available_pointer.png -share/gnome/help/user-guide/sv/figures/notification_area_icon.png -share/gnome/help/user-guide/sv/figures/open_drawer.png -share/gnome/help/user-guide/sv/figures/openwindows_menu.png -share/gnome/help/user-guide/sv/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/sv/figures/resize_pointer.png -share/gnome/help/user-guide/sv/figures/run_button.png -share/gnome/help/user-guide/sv/figures/sample_applet.png -share/gnome/help/user-guide/sv/figures/screenshot_button.png -share/gnome/help/user-guide/sv/figures/searchtool_button.png -share/gnome/help/user-guide/sv/figures/show_desktop_button.png -share/gnome/help/user-guide/sv/figures/titlebar_anno_window.png -share/gnome/help/user-guide/sv/figures/titlebar_window.png -share/gnome/help/user-guide/sv/figures/typical_menu.png -share/gnome/help/user-guide/sv/figures/window_list_applet.png -share/gnome/help/user-guide/sv/figures/window_list_group_applet.png -share/gnome/help/user-guide/sv/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/sv/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/sv/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/sv/figures/yelp_preferences.png -share/gnome/help/user-guide/sv/figures/yelp_window.png -share/gnome/help/user-guide/sv/glossary.xml -share/gnome/help/user-guide/sv/gosbasic.xml -share/gnome/help/user-guide/sv/goscustdesk.xml -share/gnome/help/user-guide/sv/goseditmainmenu.xml -share/gnome/help/user-guide/sv/gosfeedback.xml -share/gnome/help/user-guide/sv/gosnautilus.xml -share/gnome/help/user-guide/sv/gosoverview.xml -share/gnome/help/user-guide/sv/gospanel.xml -share/gnome/help/user-guide/sv/gosstartsession.xml -share/gnome/help/user-guide/sv/gostools.xml -share/gnome/help/user-guide/sv/user-guide.xml -share/gnome/help/user-guide/th/figures/ask_pointer.png -share/gnome/help/user-guide/th/figures/busy_pointer.png -share/gnome/help/user-guide/th/figures/com_file_manager_menu.png -share/gnome/help/user-guide/th/figures/copy_pointer.png -share/gnome/help/user-guide/th/figures/force_quit.png -share/gnome/help/user-guide/th/figures/four_hide_button.png -share/gnome/help/user-guide/th/figures/gedit_window.png -share/gnome/help/user-guide/th/figures/gnome_panel.png -share/gnome/help/user-guide/th/figures/hyperlink_pointer.png -share/gnome/help/user-guide/th/figures/ibeam_pointer.png -share/gnome/help/user-guide/th/figures/link_pointer.png -share/gnome/help/user-guide/th/figures/lockscreen_icon.png -share/gnome/help/user-guide/th/figures/logout_icon.png -share/gnome/help/user-guide/th/figures/menu_bar_applet.png -share/gnome/help/user-guide/th/figures/menu_panel.png -share/gnome/help/user-guide/th/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/th/figures/move_pointer.png -share/gnome/help/user-guide/th/figures/movewindow_pointer.png -share/gnome/help/user-guide/th/figures/naut_browser_mode.png -share/gnome/help/user-guide/th/figures/naut_button_bar.png -share/gnome/help/user-guide/th/figures/naut_computer_launcher.png -share/gnome/help/user-guide/th/figures/naut_emblem.png -share/gnome/help/user-guide/th/figures/naut_go_to_location.png -share/gnome/help/user-guide/th/figures/naut_link_emblem.png -share/gnome/help/user-guide/th/figures/naut_noread_emblem.png -share/gnome/help/user-guide/th/figures/naut_normal_size_button.png -share/gnome/help/user-guide/th/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/th/figures/naut_refine_search.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/th/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/th/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/th/figures/naut_search_bar.png -share/gnome/help/user-guide/th/figures/naut_search_results.png -share/gnome/help/user-guide/th/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/th/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/th/figures/naut_spatial_mode.png -share/gnome/help/user-guide/th/figures/naut_spatial_view.png -share/gnome/help/user-guide/th/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/th/figures/naut_trash_launcher.png -share/gnome/help/user-guide/th/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/th/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/th/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/th/figures/normal_pointer.png -share/gnome/help/user-guide/th/figures/not_available_pointer.png -share/gnome/help/user-guide/th/figures/notification_area_icon.png -share/gnome/help/user-guide/th/figures/open_drawer.png -share/gnome/help/user-guide/th/figures/openwindows_menu.png -share/gnome/help/user-guide/th/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/th/figures/resize_pointer.png -share/gnome/help/user-guide/th/figures/run_button.png -share/gnome/help/user-guide/th/figures/sample_applet.png -share/gnome/help/user-guide/th/figures/screenshot_button.png -share/gnome/help/user-guide/th/figures/searchtool_button.png -share/gnome/help/user-guide/th/figures/show_desktop_button.png -share/gnome/help/user-guide/th/figures/titlebar_anno_window.png -share/gnome/help/user-guide/th/figures/titlebar_window.png -share/gnome/help/user-guide/th/figures/typical_menu.png -share/gnome/help/user-guide/th/figures/window_list_applet.png -share/gnome/help/user-guide/th/figures/window_list_group_applet.png -share/gnome/help/user-guide/th/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/th/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/th/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/th/figures/yelp_preferences.png -share/gnome/help/user-guide/th/figures/yelp_window.png -share/gnome/help/user-guide/th/glossary.xml -share/gnome/help/user-guide/th/gosbasic.xml -share/gnome/help/user-guide/th/goscustdesk.xml -share/gnome/help/user-guide/th/goseditmainmenu.xml -share/gnome/help/user-guide/th/gosfeedback.xml -share/gnome/help/user-guide/th/gosnautilus.xml -share/gnome/help/user-guide/th/gosoverview.xml -share/gnome/help/user-guide/th/gospanel.xml -share/gnome/help/user-guide/th/gosstartsession.xml -share/gnome/help/user-guide/th/gostools.xml -share/gnome/help/user-guide/th/user-guide.xml -share/gnome/help/user-guide/uk/figures/ask_pointer.png -share/gnome/help/user-guide/uk/figures/busy_pointer.png -share/gnome/help/user-guide/uk/figures/com_file_manager_menu.png -share/gnome/help/user-guide/uk/figures/copy_pointer.png -share/gnome/help/user-guide/uk/figures/force_quit.png -share/gnome/help/user-guide/uk/figures/four_hide_button.png -share/gnome/help/user-guide/uk/figures/gedit_window.png -share/gnome/help/user-guide/uk/figures/gnome_panel.png -share/gnome/help/user-guide/uk/figures/hyperlink_pointer.png -share/gnome/help/user-guide/uk/figures/ibeam_pointer.png -share/gnome/help/user-guide/uk/figures/link_pointer.png -share/gnome/help/user-guide/uk/figures/lockscreen_icon.png -share/gnome/help/user-guide/uk/figures/logout_icon.png -share/gnome/help/user-guide/uk/figures/menu_bar_applet.png -share/gnome/help/user-guide/uk/figures/menu_panel.png -share/gnome/help/user-guide/uk/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/uk/figures/move_pointer.png -share/gnome/help/user-guide/uk/figures/movewindow_pointer.png -share/gnome/help/user-guide/uk/figures/naut_browser_mode.png -share/gnome/help/user-guide/uk/figures/naut_button_bar.png -share/gnome/help/user-guide/uk/figures/naut_computer_launcher.png -share/gnome/help/user-guide/uk/figures/naut_emblem.png -share/gnome/help/user-guide/uk/figures/naut_go_to_location.png -share/gnome/help/user-guide/uk/figures/naut_link_emblem.png -share/gnome/help/user-guide/uk/figures/naut_noread_emblem.png -share/gnome/help/user-guide/uk/figures/naut_normal_size_button.png -share/gnome/help/user-guide/uk/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/uk/figures/naut_refine_search.png -share/gnome/help/user-guide/uk/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/uk/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/uk/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/uk/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/uk/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/uk/figures/naut_search_bar.png -share/gnome/help/user-guide/uk/figures/naut_search_results.png -share/gnome/help/user-guide/uk/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/uk/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/uk/figures/naut_spatial_mode.png -share/gnome/help/user-guide/uk/figures/naut_spatial_view.png -share/gnome/help/user-guide/uk/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/uk/figures/naut_trash_launcher.png -share/gnome/help/user-guide/uk/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/uk/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/uk/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/uk/figures/normal_pointer.png -share/gnome/help/user-guide/uk/figures/not_available_pointer.png -share/gnome/help/user-guide/uk/figures/notification_area_icon.png -share/gnome/help/user-guide/uk/figures/open_drawer.png -share/gnome/help/user-guide/uk/figures/openwindows_menu.png -share/gnome/help/user-guide/uk/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/uk/figures/resize_pointer.png -share/gnome/help/user-guide/uk/figures/run_button.png -share/gnome/help/user-guide/uk/figures/sample_applet.png -share/gnome/help/user-guide/uk/figures/screenshot_button.png -share/gnome/help/user-guide/uk/figures/searchtool_button.png -share/gnome/help/user-guide/uk/figures/show_desktop_button.png -share/gnome/help/user-guide/uk/figures/titlebar_anno_window.png -share/gnome/help/user-guide/uk/figures/titlebar_window.png -share/gnome/help/user-guide/uk/figures/typical_menu.png -share/gnome/help/user-guide/uk/figures/window_list_applet.png -share/gnome/help/user-guide/uk/figures/window_list_group_applet.png -share/gnome/help/user-guide/uk/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/uk/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/uk/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/uk/figures/yelp_preferences.png -share/gnome/help/user-guide/uk/figures/yelp_window.png -share/gnome/help/user-guide/uk/glossary.xml -share/gnome/help/user-guide/uk/gosbasic.xml -share/gnome/help/user-guide/uk/goscustdesk.xml -share/gnome/help/user-guide/uk/goseditmainmenu.xml -share/gnome/help/user-guide/uk/gosfeedback.xml -share/gnome/help/user-guide/uk/gosnautilus.xml -share/gnome/help/user-guide/uk/gosoverview.xml -share/gnome/help/user-guide/uk/gospanel.xml -share/gnome/help/user-guide/uk/gosstartsession.xml -share/gnome/help/user-guide/uk/gostools.xml -share/gnome/help/user-guide/uk/user-guide.xml -share/gnome/help/user-guide/zh_CN/figures/ask_pointer.png -share/gnome/help/user-guide/zh_CN/figures/busy_pointer.png -share/gnome/help/user-guide/zh_CN/figures/com_file_manager_menu.png -share/gnome/help/user-guide/zh_CN/figures/copy_pointer.png -share/gnome/help/user-guide/zh_CN/figures/force_quit.png -share/gnome/help/user-guide/zh_CN/figures/four_hide_button.png -share/gnome/help/user-guide/zh_CN/figures/gedit_window.png -share/gnome/help/user-guide/zh_CN/figures/gnome_panel.png -share/gnome/help/user-guide/zh_CN/figures/hyperlink_pointer.png -share/gnome/help/user-guide/zh_CN/figures/ibeam_pointer.png -share/gnome/help/user-guide/zh_CN/figures/link_pointer.png -share/gnome/help/user-guide/zh_CN/figures/lockscreen_icon.png -share/gnome/help/user-guide/zh_CN/figures/logout_icon.png -share/gnome/help/user-guide/zh_CN/figures/menu_bar_applet.png -share/gnome/help/user-guide/zh_CN/figures/menu_panel.png -share/gnome/help/user-guide/zh_CN/figures/move_panel_object_pointer.png -share/gnome/help/user-guide/zh_CN/figures/move_pointer.png -share/gnome/help/user-guide/zh_CN/figures/movewindow_pointer.png -share/gnome/help/user-guide/zh_CN/figures/naut_browser_mode.png -share/gnome/help/user-guide/zh_CN/figures/naut_button_bar.png -share/gnome/help/user-guide/zh_CN/figures/naut_computer_launcher.png -share/gnome/help/user-guide/zh_CN/figures/naut_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_go_to_location.png -share/gnome/help/user-guide/zh_CN/figures/naut_link_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_noread_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_normal_size_button.png -share/gnome/help/user-guide/zh_CN/figures/naut_nowrite_emblem.png -share/gnome/help/user-guide/zh_CN/figures/naut_refine_search.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem1_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem2_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem3_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_sampleemblem_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_samplesymlink_icon.png -share/gnome/help/user-guide/zh_CN/figures/naut_search_bar.png -share/gnome/help/user-guide/zh_CN/figures/naut_search_results.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_icon_view.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_list_view.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_mode.png -share/gnome/help/user-guide/zh_CN/figures/naut_spatial_view.png -share/gnome/help/user-guide/zh_CN/figures/naut_starthere_launcher.png -share/gnome/help/user-guide/zh_CN/figures/naut_trash_launcher.png -share/gnome/help/user-guide/zh_CN/figures/naut_zoom_in_button.png -share/gnome/help/user-guide/zh_CN/figures/naut_zoom_out_button.png -share/gnome/help/user-guide/zh_CN/figures/nautilus_restore_saved_search.png -share/gnome/help/user-guide/zh_CN/figures/normal_pointer.png -share/gnome/help/user-guide/zh_CN/figures/not_available_pointer.png -share/gnome/help/user-guide/zh_CN/figures/notification_area_icon.png -share/gnome/help/user-guide/zh_CN/figures/open_drawer.png -share/gnome/help/user-guide/zh_CN/figures/openwindows_menu.png -share/gnome/help/user-guide/zh_CN/figures/panel_object_popup_menu.png -share/gnome/help/user-guide/zh_CN/figures/resize_pointer.png -share/gnome/help/user-guide/zh_CN/figures/run_button.png -share/gnome/help/user-guide/zh_CN/figures/sample_applet.png -share/gnome/help/user-guide/zh_CN/figures/screenshot_button.png -share/gnome/help/user-guide/zh_CN/figures/searchtool_button.png -share/gnome/help/user-guide/zh_CN/figures/show_desktop_button.png -share/gnome/help/user-guide/zh_CN/figures/titlebar_anno_window.png -share/gnome/help/user-guide/zh_CN/figures/titlebar_window.png -share/gnome/help/user-guide/zh_CN/figures/typical_menu.png -share/gnome/help/user-guide/zh_CN/figures/window_list_applet.png -share/gnome/help/user-guide/zh_CN/figures/window_list_group_applet.png -share/gnome/help/user-guide/zh_CN/figures/workspace_switcher_applet.png -share/gnome/help/user-guide/zh_CN/figures/yelp_add_bookmark.png -share/gnome/help/user-guide/zh_CN/figures/yelp_edit_bookmarks.png -share/gnome/help/user-guide/zh_CN/figures/yelp_preferences.png -share/gnome/help/user-guide/zh_CN/figures/yelp_window.png -share/gnome/help/user-guide/zh_CN/glossary.xml -share/gnome/help/user-guide/zh_CN/gosbasic.xml -share/gnome/help/user-guide/zh_CN/goscustdesk.xml -share/gnome/help/user-guide/zh_CN/goseditmainmenu.xml -share/gnome/help/user-guide/zh_CN/gosfeedback.xml -share/gnome/help/user-guide/zh_CN/gosnautilus.xml -share/gnome/help/user-guide/zh_CN/gosoverview.xml -share/gnome/help/user-guide/zh_CN/gospanel.xml -share/gnome/help/user-guide/zh_CN/gosstartsession.xml -share/gnome/help/user-guide/zh_CN/gostools.xml -share/gnome/help/user-guide/zh_CN/user-guide.xml -share/omf/gnome-access-guide/gnome-access-guide-C.omf -share/omf/gnome-access-guide/gnome-access-guide-de.omf -share/omf/gnome-access-guide/gnome-access-guide-el.omf -share/omf/gnome-access-guide/gnome-access-guide-en_GB.omf -share/omf/gnome-access-guide/gnome-access-guide-es.omf -share/omf/gnome-access-guide/gnome-access-guide-eu.omf -share/omf/gnome-access-guide/gnome-access-guide-fi.omf -share/omf/gnome-access-guide/gnome-access-guide-fr.omf -share/omf/gnome-access-guide/gnome-access-guide-hu.omf -share/omf/gnome-access-guide/gnome-access-guide-it.omf -share/omf/gnome-access-guide/gnome-access-guide-oc.omf -share/omf/gnome-access-guide/gnome-access-guide-pt.omf -share/omf/gnome-access-guide/gnome-access-guide-ru.omf -share/omf/gnome-access-guide/gnome-access-guide-sv.omf -share/omf/gnome-access-guide/gnome-access-guide-uk.omf -share/omf/gnome-access-guide/gnome-access-guide-zh_CN.omf -share/omf/system-admin-guide/system-admin-guide-C.omf -share/omf/system-admin-guide/system-admin-guide-ca.omf -share/omf/system-admin-guide/system-admin-guide-cs.omf -share/omf/system-admin-guide/system-admin-guide-de.omf -share/omf/system-admin-guide/system-admin-guide-el.omf -share/omf/system-admin-guide/system-admin-guide-es.omf -share/omf/system-admin-guide/system-admin-guide-eu.omf -share/omf/system-admin-guide/system-admin-guide-fi.omf -share/omf/system-admin-guide/system-admin-guide-fr.omf -share/omf/system-admin-guide/system-admin-guide-it.omf -share/omf/system-admin-guide/system-admin-guide-ja.omf -share/omf/system-admin-guide/system-admin-guide-ko.omf -share/omf/system-admin-guide/system-admin-guide-oc.omf -share/omf/system-admin-guide/system-admin-guide-pa.omf -share/omf/system-admin-guide/system-admin-guide-pt.omf -share/omf/system-admin-guide/system-admin-guide-sv.omf -share/omf/system-admin-guide/system-admin-guide-zh_CN.omf -share/omf/user-guide/user-guide-C.omf -share/omf/user-guide/user-guide-ar.omf -share/omf/user-guide/user-guide-bg.omf -share/omf/user-guide/user-guide-cs.omf -share/omf/user-guide/user-guide-de.omf -share/omf/user-guide/user-guide-el.omf -share/omf/user-guide/user-guide-es.omf -share/omf/user-guide/user-guide-eu.omf -share/omf/user-guide/user-guide-fi.omf -share/omf/user-guide/user-guide-fr.omf -share/omf/user-guide/user-guide-hu.omf -share/omf/user-guide/user-guide-it.omf -share/omf/user-guide/user-guide-ja.omf -share/omf/user-guide/user-guide-ko.omf -share/omf/user-guide/user-guide-oc.omf -share/omf/user-guide/user-guide-pa.omf -share/omf/user-guide/user-guide-pt.omf -share/omf/user-guide/user-guide-pt_BR.omf -share/omf/user-guide/user-guide-ru.omf -share/omf/user-guide/user-guide-sv.omf -share/omf/user-guide/user-guide-th.omf -share/omf/user-guide/user-guide-uk.omf -share/omf/user-guide/user-guide-zh_CN.omf -@dirrm share/omf/user-guide -@dirrm share/omf/system-admin-guide -@dirrm share/omf/gnome-access-guide -@dirrm share/gnome/help/user-guide/zh_CN/figures -@dirrm share/gnome/help/user-guide/zh_CN -@dirrm share/gnome/help/user-guide/uk/figures -@dirrm share/gnome/help/user-guide/uk -@dirrm share/gnome/help/user-guide/th/figures -@dirrm share/gnome/help/user-guide/th -@dirrm share/gnome/help/user-guide/sv/figures -@dirrm share/gnome/help/user-guide/sv -@dirrm share/gnome/help/user-guide/ru/figures -@dirrm share/gnome/help/user-guide/ru -@dirrm share/gnome/help/user-guide/pt_BR/figures -@dirrm share/gnome/help/user-guide/pt_BR -@dirrm share/gnome/help/user-guide/pt/figures -@dirrm share/gnome/help/user-guide/pt -@dirrm share/gnome/help/user-guide/pa/figures -@dirrm share/gnome/help/user-guide/pa -@dirrm share/gnome/help/user-guide/oc/figures -@dirrm share/gnome/help/user-guide/oc -@dirrm share/gnome/help/user-guide/ko/figures -@dirrm share/gnome/help/user-guide/ko -@dirrm share/gnome/help/user-guide/ja/figures -@dirrm share/gnome/help/user-guide/ja -@dirrm share/gnome/help/user-guide/it/figures -@dirrm share/gnome/help/user-guide/it -@dirrm share/gnome/help/user-guide/hu/figures -@dirrm share/gnome/help/user-guide/hu -@dirrm share/gnome/help/user-guide/fr/figures -@dirrm share/gnome/help/user-guide/fr -@dirrm share/gnome/help/user-guide/fi/figures -@dirrm share/gnome/help/user-guide/fi -@dirrm share/gnome/help/user-guide/eu/figures -@dirrm share/gnome/help/user-guide/eu -@dirrm share/gnome/help/user-guide/es/figures -@dirrm share/gnome/help/user-guide/es -@dirrm share/gnome/help/user-guide/el/figures -@dirrm share/gnome/help/user-guide/el -@dirrm share/gnome/help/user-guide/de/figures -@dirrm share/gnome/help/user-guide/de -@dirrm share/gnome/help/user-guide/cs/figures -@dirrm share/gnome/help/user-guide/cs -@dirrm share/gnome/help/user-guide/bg/figures -@dirrm share/gnome/help/user-guide/bg -@dirrm share/gnome/help/user-guide/ar/figures -@dirrm share/gnome/help/user-guide/ar -@dirrm share/gnome/help/user-guide/C/figures -@dirrm share/gnome/help/user-guide/C -@dirrm share/gnome/help/user-guide -@dirrm share/gnome/help/system-admin-guide/zh_CN -@dirrm share/gnome/help/system-admin-guide/sv -@dirrm share/gnome/help/system-admin-guide/pt -@dirrm share/gnome/help/system-admin-guide/pa -@dirrm share/gnome/help/system-admin-guide/oc -@dirrm share/gnome/help/system-admin-guide/ko -@dirrm share/gnome/help/system-admin-guide/ja -@dirrm share/gnome/help/system-admin-guide/it -@dirrm share/gnome/help/system-admin-guide/fr -@dirrm share/gnome/help/system-admin-guide/fi -@dirrm share/gnome/help/system-admin-guide/eu -@dirrm share/gnome/help/system-admin-guide/es -@dirrm share/gnome/help/system-admin-guide/el -@dirrm share/gnome/help/system-admin-guide/de -@dirrm share/gnome/help/system-admin-guide/cs -@dirrm share/gnome/help/system-admin-guide/ca -@dirrm share/gnome/help/system-admin-guide/C -@dirrm share/gnome/help/system-admin-guide -@dirrm share/gnome/help/gnome-access-guide/zh_CN/figures -@dirrm share/gnome/help/gnome-access-guide/zh_CN -@dirrm share/gnome/help/gnome-access-guide/uk/figures -@dirrm share/gnome/help/gnome-access-guide/uk -@dirrm share/gnome/help/gnome-access-guide/sv/figures -@dirrm share/gnome/help/gnome-access-guide/sv -@dirrm share/gnome/help/gnome-access-guide/ru/figures -@dirrm share/gnome/help/gnome-access-guide/ru -@dirrm share/gnome/help/gnome-access-guide/pt/figures -@dirrm share/gnome/help/gnome-access-guide/pt -@dirrm share/gnome/help/gnome-access-guide/oc/figures -@dirrm share/gnome/help/gnome-access-guide/oc -@dirrm share/gnome/help/gnome-access-guide/it/figures -@dirrm share/gnome/help/gnome-access-guide/it -@dirrm share/gnome/help/gnome-access-guide/hu/figures -@dirrm share/gnome/help/gnome-access-guide/hu -@dirrm share/gnome/help/gnome-access-guide/fr/figures -@dirrm share/gnome/help/gnome-access-guide/fr -@dirrm share/gnome/help/gnome-access-guide/fi/figures -@dirrm share/gnome/help/gnome-access-guide/fi -@dirrm share/gnome/help/gnome-access-guide/eu/figures -@dirrm share/gnome/help/gnome-access-guide/eu -@dirrm share/gnome/help/gnome-access-guide/es/figures -@dirrm share/gnome/help/gnome-access-guide/es -@dirrm share/gnome/help/gnome-access-guide/en_GB/figures -@dirrm share/gnome/help/gnome-access-guide/en_GB -@dirrm share/gnome/help/gnome-access-guide/el/figures -@dirrm share/gnome/help/gnome-access-guide/el -@dirrm share/gnome/help/gnome-access-guide/de/figures -@dirrm share/gnome/help/gnome-access-guide/de -@dirrm share/gnome/help/gnome-access-guide/C/figures -@dirrm share/gnome/help/gnome-access-guide/C -@dirrm share/gnome/help/gnome-access-guide diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile deleted file mode 100644 index c633e5db9..000000000 --- a/multimedia/cheese/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/cheese/Makefile,v 1.57 2010/04/18 22:23:05 marcus Exp $ -# - -PORTNAME= cheese -PORTVERSION= 2.30.1 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - hal.1:${PORTSDIR}/sysutils/hal - -USE_XORG= xxf86vm -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ - gnomedocutils gnomedesktop -USE_GETTEXT= yes -USE_GSTREAMER= good v4l2 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCS= AUTHORS COPYING ChangeLog NEWS README -GCONF_SCHEMAS= cheese.schemas - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/cheese/distinfo b/multimedia/cheese/distinfo deleted file mode 100644 index 4208c352a..000000000 --- a/multimedia/cheese/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/cheese-2.30.1.tar.bz2) = 1599fded8a1797ea51fb010af4e6c45b -SHA256 (gnome2/cheese-2.30.1.tar.bz2) = 48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a -SIZE (gnome2/cheese-2.30.1.tar.bz2) = 5266128 diff --git a/multimedia/cheese/files/patch-configure b/multimedia/cheese/files/patch-configure deleted file mode 100644 index 8befb947b..000000000 --- a/multimedia/cheese/files/patch-configure +++ /dev/null @@ -1,214 +0,0 @@ ---- configure.orig 2010-04-27 17:32:36.000000000 +0200 -+++ configure 2010-04-27 17:32:36.000000000 +0200 -@@ -756,8 +756,8 @@ HAVE_XTEST_FALSE - HAVE_XTEST_TRUE - XTEST_LIBS - OS_LINUX --UDEV_LIBS --UDEV_CFLAGS -+HAL_LIBS -+HAL_CFLAGS - HAVE_GNOME_DOC_UTILS_FALSE - HAVE_GNOME_DOC_UTILS_TRUE - DISTCHECK_CONFIGURE_FLAGS -@@ -975,8 +975,8 @@ LIBS - CPPFLAGS - CPP - PKG_CONFIG --UDEV_CFLAGS --UDEV_LIBS -+HAL_CFLAGS -+HAL_LIBS - CHEESE_CFLAGS - CHEESE_LIBS' - -@@ -1646,8 +1646,8 @@ Some influential environment variables: - you have headers in a nonstandard directory <include dir> - CPP C preprocessor - PKG_CONFIG path to pkg-config utility -- UDEV_CFLAGS C compiler flags for UDEV, overriding pkg-config -- UDEV_LIBS linker flags for UDEV, overriding pkg-config -+ HAL_CFLAGS C compiler flags for HAL, overriding pkg-config -+ HAL_LIBS linker flags for HAL, overriding pkg-config - CHEESE_CFLAGS - C compiler flags for CHEESE, overriding pkg-config - CHEESE_LIBS linker flags for CHEESE, overriding pkg-config -@@ -13843,38 +13843,38 @@ LIBRSVG_REQUIRED=2.18.0 - # Check for udev - #******************************************************************************* - --UDEV_PKG= -+HAL_PKG= - - pkg_failed=no --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5 --$as_echo_n "checking for UDEV... " >&6; } -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HAL" >&5 -+$as_echo_n "checking for HAL... " >&6; } - --if test -n "$UDEV_CFLAGS"; then -- pkg_cv_UDEV_CFLAGS="$UDEV_CFLAGS" -+if test -n "$HAL_CFLAGS"; then -+ pkg_cv_HAL_CFLAGS="$HAL_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gudev-1.0\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "gudev-1.0") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hal\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "hal") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "gudev-1.0" 2>/dev/null` -+ pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "hal" 2>/dev/null` - else - pkg_failed=yes - fi - else - pkg_failed=untried - fi --if test -n "$UDEV_LIBS"; then -- pkg_cv_UDEV_LIBS="$UDEV_LIBS" -+if test -n "$HAL_LIBS"; then -+ pkg_cv_HAL_LIBS="$HAL_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gudev-1.0\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "gudev-1.0") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hal\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "hal") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_UDEV_LIBS=`$PKG_CONFIG --libs "gudev-1.0" 2>/dev/null` -+ pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "hal" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13892,27 +13892,27 @@ else - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gudev-1.0" 2>&1` -+ HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "hal" 2>&1` - else -- UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors "gudev-1.0" 2>&1` -+ HAL_PKG_ERRORS=`$PKG_CONFIG --print-errors "hal" 2>&1` - fi - # Put the nasty error message in config.log where it belongs -- echo "$UDEV_PKG_ERRORS" >&5 -+ echo "$HAL_PKG_ERRORS" >&5 - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } -- UDEV_PKG= -+ HAL_PKG= - elif test $pkg_failed = untried; then -- UDEV_PKG= -+ HAL_PKG= - else -- UDEV_CFLAGS=$pkg_cv_UDEV_CFLAGS -- UDEV_LIBS=$pkg_cv_UDEV_LIBS -+ HAL_CFLAGS=$pkg_cv_HAL_CFLAGS -+ HAL_LIBS=$pkg_cv_HAL_LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } - --$as_echo "#define HAVE_UDEV 1" >>confdefs.h -+$as_echo "#define HAVE_HAL 1" >>confdefs.h - -- UDEV_PKG=gudev-1.0 -+ HAL_PKG=hal - fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking operating system" >&5 -@@ -13925,7 +13925,7 @@ $as_echo "#define OS_LINUX /**/" >>confd - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: Linux" >&5 - $as_echo "Linux" >&6; } -- if test x$UDEV_PKG = "x" ; then -+ if test x$HAL_PKG = "x" ; then - as_fn_error "libgudev is required under Linux and not installed" "$LINENO" 5 - fi - ;; -@@ -14034,7 +14034,7 @@ if test -n "$CHEESE_CFLAGS"; then - dbus-glib-1 >= \$DBUS_GLIB_REQUIRED \\ - pangocairo >= \$PANGOCAIRO_REQUIRED \\ - librsvg-2.0 >= \$LIBRSVG_REQUIRED -- libcanberra-gtk \$UDEV_PKG\""; } >&5 -+ libcanberra-gtk \$HAL_PKG\""; } >&5 - ($PKG_CONFIG --exists --print-errors "\ - glib-2.0 >= $GLIB_REQUIRED \ - gobject-2.0 >= $GOBJECT_REQUIRED \ -@@ -14050,7 +14050,7 @@ if test -n "$CHEESE_CFLAGS"; then - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG") 2>&5 -+ libcanberra-gtk $HAL_PKG") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -@@ -14069,7 +14069,7 @@ if test -n "$CHEESE_CFLAGS"; then - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG" 2>/dev/null` -+ libcanberra-gtk $HAL_PKG" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -14095,7 +14095,7 @@ if test -n "$CHEESE_LIBS"; then - dbus-glib-1 >= \$DBUS_GLIB_REQUIRED \\ - pangocairo >= \$PANGOCAIRO_REQUIRED \\ - librsvg-2.0 >= \$LIBRSVG_REQUIRED -- libcanberra-gtk \$UDEV_PKG\""; } >&5 -+ libcanberra-gtk \$HAL_PKG\""; } >&5 - ($PKG_CONFIG --exists --print-errors "\ - glib-2.0 >= $GLIB_REQUIRED \ - gobject-2.0 >= $GOBJECT_REQUIRED \ -@@ -14111,7 +14111,7 @@ if test -n "$CHEESE_LIBS"; then - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG") 2>&5 -+ libcanberra-gtk $HAL_PKG") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -@@ -14130,7 +14130,7 @@ if test -n "$CHEESE_LIBS"; then - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG" 2>/dev/null` -+ libcanberra-gtk $HAL_PKG" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -14163,7 +14163,7 @@ fi - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG" 2>&1` -+ libcanberra-gtk $HAL_PKG" 2>&1` - else - CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\ - glib-2.0 >= $GLIB_REQUIRED \ -@@ -14180,7 +14180,7 @@ fi - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG" 2>&1` -+ libcanberra-gtk $HAL_PKG" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$CHEESE_PKG_ERRORS" >&5 -@@ -14200,7 +14200,7 @@ fi - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ - pangocairo >= $PANGOCAIRO_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED -- libcanberra-gtk $UDEV_PKG) were not met: -+ libcanberra-gtk $HAL_PKG) were not met: - - $CHEESE_PKG_ERRORS - diff --git a/multimedia/cheese/files/patch-libcheese_cheese-camera-device-monitor.c b/multimedia/cheese/files/patch-libcheese_cheese-camera-device-monitor.c deleted file mode 100644 index 05da52bbd..000000000 --- a/multimedia/cheese/files/patch-libcheese_cheese-camera-device-monitor.c +++ /dev/null @@ -1,436 +0,0 @@ ---- libcheese/cheese-camera-device-monitor.c.orig 2010-03-29 16:27:42.000000000 -0400 -+++ libcheese/cheese-camera-device-monitor.c 2010-04-17 17:57:57.000000000 -0400 -@@ -24,24 +24,11 @@ - #endif - - #include <glib-object.h> -+#include <glib/gstdio.h> - #include <dbus/dbus-glib-lowlevel.h> -+#include <libhal.h> - #include <string.h> -- --#ifdef HAVE_UDEV -- #define G_UDEV_API_IS_SUBJECT_TO_CHANGE 1 -- #include <gudev/gudev.h> --#else -- #include <fcntl.h> -- #include <unistd.h> -- #include <sys/ioctl.h> -- #if USE_SYS_VIDEOIO_H > 0 -- #include <sys/types.h> -- #include <sys/videoio.h> -- #elif defined (__sun) -- #include <sys/types.h> -- #include <sys/videodev2.h> -- #endif /* USE_SYS_VIDEOIO_H */ --#endif -+#include <unistd.h> - - #include "cheese-camera-device-monitor.h" - #include "cheese-marshal.h" -@@ -54,9 +41,9 @@ - * #CheeseCameraDeviceMonitor provides a basic interface for - * video4linux device enumeration and hotplugging. - * -- * It uses either GUdev or some platform specific code to list video -+ * It uses either HAL or some platform specific code to list video - * devices. It is also capable (right now in linux only, with the -- * udev backend) to monitor device plugging and emit a -+ * hal backend) to monitor device plugging and emit a - * CheeseCameraDeviceMonitor::added or - * CheeseCameraDeviceMonitor::removed signal when an event happens. - */ -@@ -80,11 +67,9 @@ enum CheeseCameraDeviceMonitorError - - typedef struct - { --#ifdef HAVE_UDEV -- GUdevClient *client; --#else -+ DBusConnection *connection; -+ LibHalContext *hal_ctx; - guint filler; --#endif /* HAVE_UDEV */ - } CheeseCameraDeviceMonitorPrivate; - - enum -@@ -102,111 +87,79 @@ cheese_camera_device_monitor_error_quark - return g_quark_from_static_string ("cheese-camera-error-quark"); - } - --#ifdef HAVE_UDEV - static void --cheese_camera_device_monitor_added (CheeseCameraDeviceMonitor *monitor, -- GUdevDevice *udevice) -+cheese_camera_device_monitor_handle_udi (CheeseCameraDeviceMonitor *monitor, -+ const char *udi) - { -- const char *device_file; -- const char *product_name; -- const char *vendor; -- const char *product; -- const char *bus; -- gint vendor_id = 0; -- gint product_id = 0; -+ CheeseCameraDeviceMonitorPrivate *priv = CHEESE_CAMERA_DEVICE_MONITOR_GET_PRIVATE (monitor); -+ char *device_file; -+ char *product_name; -+ char *capstr; - gint v4l_version = 0; -+ DBusError error; - -- const gchar *devpath = g_udev_device_get_property (udevice, "DEVPATH"); -+ GST_INFO ("Checking hal device '%s'", udi); - -- GST_INFO ("Checking udev device '%s'", devpath); -+ dbus_error_init (&error); - -- bus = g_udev_device_get_property (udevice, "ID_BUS"); -- if (g_strcmp0 (bus, "usb") == 0) -- { -- vendor = g_udev_device_get_property (udevice, "ID_VENDOR_ID"); -- if (vendor != NULL) -- vendor_id = g_ascii_strtoll (vendor, NULL, 16); -- product = g_udev_device_get_property (udevice, "ID_MODEL_ID"); -- if (product != NULL) -- product_id = g_ascii_strtoll (vendor, NULL, 16); -- if (vendor_id == 0 || product_id == 0) -- { -- GST_WARNING ("Error getting vendor and product id"); -- } -- else -- { -- GST_INFO ("Found device %04x:%04x, getting capabilities...", vendor_id, product_id); -- } -- } -- else -+ product_name = libhal_device_get_property_string (priv->hal_ctx, udi, "info.product", &error); -+ if (dbus_error_is_set (&error)) - { -- GST_INFO ("Not an usb device, skipping vendor and model id retrieval"); -+ GST_WARNING ("error getting product name: %s: %s", error.name, error.message); -+ dbus_error_free (&error); -+ return; - } - -- device_file = g_udev_device_get_device_file (udevice); -- if (device_file == NULL) -+ device_file = libhal_device_get_property_string (priv->hal_ctx, udi, "video4linux.device", &error); -+ if (dbus_error_is_set (&error)) - { -- GST_WARNING ("Error getting V4L device"); -+ GST_WARNING ("error getting V4L device for %s: %s: %s", udi, error.name, error.message); -+ dbus_error_free (&error); -+ libhal_free_string (product_name); - return; - } - -- /* vbi devices support capture capability too, but cannot be used, -- * so detect them by device name */ -- if (strstr (device_file, "vbi")) -+ if (g_access (device_file, (R_OK | W_OK)) == -1) - { -- GST_INFO ("Skipping vbi device: %s", device_file); -+ GST_WARNING ("Device %s does not have proper permissions. Permissions must be 0666", device_file); -+ libhal_free_string (product_name); -+ libhal_free_string (device_file); - return; - } - -- v4l_version = g_udev_device_get_property_as_int (udevice, "ID_V4L_VERSION"); -- if (v4l_version == 2 || v4l_version == 1) -+ capstr = libhal_device_get_property_string (priv->hal_ctx, udi, "video4linux.version", &error); -+ if (dbus_error_is_set (&error)) - { -- const char *caps; -- -- caps = g_udev_device_get_property (udevice, "ID_V4L_CAPABILITIES"); -- if (caps == NULL || strstr (caps, ":capture:") == NULL) -- { -- GST_WARNING ("Device %s seems to not have the capture capability, (radio tuner?)" -- "Removing it from device list.", device_file); -- return; -- } -- product_name = g_udev_device_get_property (udevice, "ID_V4L_PRODUCT"); -- } -- else if (v4l_version == 0) -- { -- GST_ERROR ("Fix your udev installation to include v4l_id, ignoring %s", device_file); -+ GST_WARNING ("error getting V4L version for %s: %s: %s", udi, error.name, error.message); -+ dbus_error_free (&error); -+ libhal_free_string (product_name); -+ libhal_free_string (device_file); - return; - } -- else -- { -- g_assert_not_reached (); -- } -+ -+ v4l_version = atoi (capstr); -+ libhal_free_string (capstr); - - g_signal_emit (monitor, monitor_signals[ADDED], 0, -- devpath, -+ udi, - device_file, - product_name, - v4l_version); - } - - static void --cheese_camera_device_monitor_removed (CheeseCameraDeviceMonitor *monitor, -- GUdevDevice *udevice) -+cheese_camera_device_monitor_removed (LibHalContext *ctx, -+ const char *udi) - { -- g_signal_emit (monitor, monitor_signals[REMOVED], 0, -- g_udev_device_get_property (udevice, "DEVPATH")); --} -+ CheeseCameraDeviceMonitor *monitor; -+ void *data; - --static void --cheese_camera_device_monitor_uevent_cb (GUdevClient *client, -- const gchar *action, -- GUdevDevice *udevice, -- CheeseCameraDeviceMonitor *monitor) --{ -- if (g_str_equal (action, "remove")) -- cheese_camera_device_monitor_removed (monitor, udevice); -- else if (g_str_equal (action, "add")) -- cheese_camera_device_monitor_added (monitor, udevice); -+ data = libhal_ctx_get_user_data (ctx); -+ g_assert (data); -+ -+ monitor = CHEESE_CAMERA_DEVICE_MONITOR (data); -+ -+ g_signal_emit (monitor, monitor_signals[REMOVED], 0, udi); - } - - /** -@@ -222,115 +175,85 @@ void - cheese_camera_device_monitor_coldplug (CheeseCameraDeviceMonitor *monitor) - { - CheeseCameraDeviceMonitorPrivate *priv = CHEESE_CAMERA_DEVICE_MONITOR_GET_PRIVATE (monitor); -- GList *devices, *l; -- gint i = 0; -+ int i; -+ int num_udis = 0; -+ char **udis; -+ DBusError error; - -- if (priv->client == NULL) -+ GST_INFO ("Probing devices with HAL..."); -+ -+ if (priv->hal_ctx == NULL) - return; - -- GST_INFO ("Probing devices with udev..."); -+ dbus_error_init (&error); - -- devices = g_udev_client_query_by_subsystem (priv->client, "video4linux"); -+ udis = libhal_find_device_by_capability (priv->hal_ctx, "video4linux", &num_udis, &error); - -- /* Initialize camera structures */ -- for (l = devices; l != NULL; l = l->next) -+ if (dbus_error_is_set (&error)) - { -- cheese_camera_device_monitor_added (monitor, l->data); -- g_object_unref (l->data); -- i++; -+ GST_WARNING ("libhal_find_device_by_capability: %s: %s", error.name, error.message); -+ dbus_error_free (&error); -+ return; - } -- g_list_free (devices); -+ -+ /* Initialize camera structures */ -+ for (i = 0; i < num_udis; i++) -+ cheese_camera_device_monitor_handle_udi (monitor, udis[i]); -+ libhal_free_string_array (udis); - - if (i == 0) GST_WARNING ("No device found"); - } - --#else /* HAVE_UDEV */ --void --cheese_camera_device_monitor_coldplug (CheeseCameraDeviceMonitor *monitor) -+static void -+cheese_camera_device_monitor_added (LibHalContext *ctx, const char *udi) - { -- #if 0 -- CheeseCameraDeviceMonitorPrivate *priv = CHEESE_CAMERA_DEVICE_MONITOR_GET_PRIVATE (monitor); -- struct v4l2_capability v2cap; -- struct video_capability v1cap; -- int fd, ok; -- -- if ((fd = open (device_path, O_RDONLY | O_NONBLOCK)) < 0) -- { -- g_warning ("Failed to open %s: %s", device_path, strerror (errno)); -- return; -- } -- ok = ioctl (fd, VIDIOC_QUERYCAP, &v2cap); -- if (ok < 0) -- { -- ok = ioctl (fd, VIDIOCGCAP, &v1cap); -- if (ok < 0) -- { -- g_warning ("Error while probing v4l capabilities for %s: %s", -- device_path, strerror (errno)); -- close (fd); -- return; -- } -- g_print ("Detected v4l device: %s\n", v1cap.name); -- g_print ("Device type: %d\n", v1cap.type); -- gstreamer_src = "v4lsrc"; -- product_name = v1cap.name; -- } -- else -- { -- guint cap = v2cap.capabilities; -- g_print ("Detected v4l2 device: %s\n", v2cap.card); -- g_print ("Driver: %s, version: %d\n", v2cap.driver, v2cap.version); -- -- /* g_print ("Bus info: %s\n", v2cap.bus_info); */ /* Doesn't seem anything useful */ -- g_print ("Capabilities: 0x%08X\n", v2cap.capabilities); -- if (!(cap & V4L2_CAP_VIDEO_CAPTURE)) -- { -- g_print ("Device %s seems to not have the capture capability, (radio tuner?)\n" -- "Removing it from device list.\n", device_path); -- close (fd); -- return; -- } -- gstreamer_src = "v4l2src"; -- product_name = (char *) v2cap.card; -- } -- close (fd); -+ CheeseCameraDeviceMonitor *monitor; -+ char **caps; -+ guint i; -+ void *data; - -- GList *devices, *l; -+ data = libhal_ctx_get_user_data (ctx); -+ g_assert (data); - -- g_print ("Probing devices with udev...\n"); -+ monitor = CHEESE_CAMERA_DEVICE_MONITOR (data); - -- if (priv->client == NULL) -+ caps = libhal_device_get_property_strlist (ctx, udi, "info.capabilities", NULL); -+ if (caps == NULL) - return; - -- devices = g_udev_client_query_by_subsystem (priv->client, "video4linux"); -- -- /* Initialize camera structures */ -- for (l = devices; l != NULL; l = l->next) -+ for (i = 0; caps[i] != NULL; i++) - { -- cheese_camera_device_monitor_added (monitor, l->data); -- g_object_unref (l->data); -+ if (g_strcmp0 (caps[i], "video4linux") == 0) -+ { -+ cheese_camera_device_monitor_handle_udi (monitor, udi); -+ break; -+ } - } -- g_list_free (devices); -- #endif --} - --#endif /* HAVE_UDEV */ -+ libhal_free_string_array (caps); -+} - - static void - cheese_camera_device_monitor_finalize (GObject *object) - { --#ifdef HAVE_UDEV - CheeseCameraDeviceMonitor *monitor; - - monitor = CHEESE_CAMERA_DEVICE_MONITOR (object); - CheeseCameraDeviceMonitorPrivate *priv = CHEESE_CAMERA_DEVICE_MONITOR_GET_PRIVATE (monitor); - -- if (priv->client != NULL) -+ if (priv->connection != NULL) - { -- g_object_unref (priv->client); -- priv->client = NULL; -+ dbus_connection_unref (priv->connection); -+ priv->connection = NULL; - } --#endif /* HAVE_UDEV */ -+ if (priv->hal_ctx != NULL) -+ { -+ libhal_ctx_set_device_added (priv->hal_ctx, NULL); -+ libhal_ctx_set_device_removed (priv->hal_ctx, NULL); -+ libhal_ctx_free (priv->hal_ctx); -+ priv->hal_ctx = NULL; -+ } -+ - G_OBJECT_CLASS (cheese_camera_device_monitor_parent_class)->finalize (object); - } - -@@ -385,14 +308,52 @@ cheese_camera_device_monitor_class_init - static void - cheese_camera_device_monitor_init (CheeseCameraDeviceMonitor *monitor) - { --#ifdef HAVE_UDEV -- CheeseCameraDeviceMonitorPrivate *priv = CHEESE_CAMERA_DEVICE_MONITOR_GET_PRIVATE (monitor); -- const gchar *const subsystems[] = {"video4linux", NULL}; -- -- priv->client = g_udev_client_new (subsystems); -- g_signal_connect (G_OBJECT (priv->client), "uevent", -- G_CALLBACK (cheese_camera_device_monitor_uevent_cb), monitor); --#endif /* HAVE_UDEV */ -+ CheeseCameraDeviceMonitorPrivate *priv = CHEESE_CAMERA_DEVICE_MONITOR_GET_PRIVATE (monitor); -+ LibHalContext *hal_ctx; -+ DBusError error; -+ -+ dbus_error_init (&error); -+ -+ priv->connection = dbus_bus_get (DBUS_BUS_SYSTEM, &error); -+ dbus_connection_set_exit_on_disconnect (priv->connection, FALSE); -+ -+ hal_ctx = libhal_ctx_new (); -+ if (hal_ctx == NULL) -+ { -+ GST_WARNING ("Could not create libhal context"); -+ dbus_error_free (&error); -+ return; -+ } -+ -+ if (!libhal_ctx_set_dbus_connection (hal_ctx, priv->connection)) -+ { -+ GST_WARNING ("libhal_ctx_set_dbus_connection: %s: %s", error.name, error.message); -+ dbus_error_free (&error); -+ return; -+ } -+ -+ if (!libhal_ctx_init (hal_ctx, &error)) -+ { -+ if (dbus_error_is_set (&error)) -+ { -+ GST_WARNING ("libhal_ctx_init: %s: %s", error.name, error.message); -+ dbus_error_free (&error); -+ } -+ GST_WARNING ("Could not initialise connection to hald.\n" -+ "Normally this means the HAL daemon (hald) is not running or not ready"); -+ return; -+ } -+ -+ dbus_connection_setup_with_g_main (priv->connection, NULL); -+ -+ if (!libhal_ctx_set_user_data (hal_ctx, monitor)) -+ GST_WARNING ("Failed to set user data on HAL context"); -+ if (!libhal_ctx_set_device_added (hal_ctx, cheese_camera_device_monitor_added)) -+ GST_WARNING ("Failed to connect to device added signal from HAL"); -+ if (!libhal_ctx_set_device_removed (hal_ctx, cheese_camera_device_monitor_removed)) -+ GST_WARNING ("Failed to connect to device removed signal from HAL"); -+ -+ priv->hal_ctx = hal_ctx; - } - - /** diff --git a/multimedia/cheese/pkg-descr b/multimedia/cheese/pkg-descr deleted file mode 100644 index 51402b10a..000000000 --- a/multimedia/cheese/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Cheese is a Photobooth-inspired GNOME application for taking pictures and -videos from a webcam. It also includes fancy graphical effects based on the -gstreamer-backend. - -WWW: http://www.gnome.org/projects/cheese/ diff --git a/multimedia/cheese/pkg-plist b/multimedia/cheese/pkg-plist deleted file mode 100644 index b10ca9507..000000000 --- a/multimedia/cheese/pkg-plist +++ /dev/null @@ -1,366 +0,0 @@ -bin/cheese -include/cheese/cheese-avatar-chooser.h -include/cheese/cheese-camera-device-monitor.h -include/cheese/cheese-widget.h -lib/libcheese-gtk.a -lib/libcheese-gtk.la -lib/libcheese-gtk.so -lib/libcheese-gtk.so.18 -libdata/pkgconfig/cheese-gtk.pc -libexec/cheese/cheese-bugreport.sh -share/applications/cheese.desktop -share/cheese/cheese-prefs.ui -share/cheese/cheese-ui.xml -share/cheese/cheese.ui -share/cheese/effects/Hulk.png -share/cheese/effects/Mauve.png -share/cheese/effects/NoirBlanc.png -share/cheese/effects/Saturation.png -share/cheese/effects/dicetv.png -share/cheese/effects/edgetv.png -share/cheese/effects/identity.png -share/cheese/effects/shagadelictv.png -share/cheese/effects/vertigotv.png -share/cheese/effects/videoflip_h.png -share/cheese/effects/videoflip_v.png -share/cheese/effects/warptv.png -share/cheese/gtkrc -share/cheese/icons/hicolor/16x16/actions/browse-webcam-effects.png -share/cheese/icons/hicolor/16x16/actions/cheese-take-burst.png -share/cheese/icons/hicolor/16x16/actions/cheese-take-photo.png -share/cheese/icons/hicolor/22x22/actions/browse-webcam-effects.png -share/cheese/icons/hicolor/22x22/actions/cheese-take-burst.png -share/cheese/icons/hicolor/22x22/actions/cheese-take-photo.png -share/cheese/icons/hicolor/24x24/actions/browse-webcam-effects.png -share/cheese/icons/hicolor/24x24/actions/cheese-take-burst.png -share/cheese/icons/hicolor/24x24/actions/cheese-take-photo.png -share/cheese/icons/hicolor/32x32/actions/browse-webcam-effects.png -share/cheese/icons/hicolor/32x32/actions/cheese-take-burst.png -share/cheese/icons/hicolor/32x32/actions/cheese-take-photo.png -share/cheese/icons/hicolor/48x48/actions/browse-webcam-effects.png -share/cheese/icons/hicolor/48x48/actions/cheese-take-burst.png -share/cheese/icons/hicolor/48x48/actions/cheese-take-photo.png -share/cheese/icons/hicolor/scalable/actions/browse-webcam-effects.svg -share/cheese/icons/hicolor/scalable/actions/cheese-take-burst.svg -share/cheese/icons/hicolor/scalable/actions/cheese-take-photo.svg -share/cheese/pixmaps/camera-icon.svg -share/cheese/pixmaps/cheese-1.svg -share/cheese/pixmaps/cheese-2.svg -share/cheese/pixmaps/cheese-3.svg -share/cheese/pixmaps/thumbnail-frame.png -share/dbus-1/services/org.gnome.Cheese.service -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/CheeseAvatarChooser.html -%%DOCSDIR%%/CheeseCameraDeviceMonitor.html -%%DOCSDIR%%/CheeseWidget.html -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/cheese.devhelp -%%DOCSDIR%%/cheese.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/object-tree.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/help/cheese/C/cheese.xml -share/gnome/help/cheese/C/figures/cheese-effects.jpg -share/gnome/help/cheese/C/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/C/figures/cheese-main.jpg -share/gnome/help/cheese/C/figures/cheese-preferences.jpg -share/gnome/help/cheese/C/figures/cheese-share.jpg -share/gnome/help/cheese/C/figures/cheese-wide.jpg -share/gnome/help/cheese/C/legal.xml -share/gnome/help/cheese/ca/cheese.xml -share/gnome/help/cheese/ca/figures/cheese-effects.jpg -share/gnome/help/cheese/ca/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/ca/figures/cheese-main.jpg -share/gnome/help/cheese/ca/figures/cheese-preferences.jpg -share/gnome/help/cheese/ca/figures/cheese-share.jpg -share/gnome/help/cheese/ca/figures/cheese-wide.jpg -share/gnome/help/cheese/cs/cheese.xml -share/gnome/help/cheese/cs/figures/cheese-effects.jpg -share/gnome/help/cheese/cs/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/cs/figures/cheese-main.jpg -share/gnome/help/cheese/cs/figures/cheese-preferences.jpg -share/gnome/help/cheese/cs/figures/cheese-share.jpg -share/gnome/help/cheese/cs/figures/cheese-wide.jpg -share/gnome/help/cheese/de/cheese.xml -share/gnome/help/cheese/de/figures/cheese-effects.jpg -share/gnome/help/cheese/de/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/de/figures/cheese-main.jpg -share/gnome/help/cheese/de/figures/cheese-preferences.jpg -share/gnome/help/cheese/de/figures/cheese-share.jpg -share/gnome/help/cheese/de/figures/cheese-wide.jpg -share/gnome/help/cheese/el/cheese.xml -share/gnome/help/cheese/el/figures/cheese-effects.jpg -share/gnome/help/cheese/el/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/el/figures/cheese-main.jpg -share/gnome/help/cheese/el/figures/cheese-preferences.jpg -share/gnome/help/cheese/el/figures/cheese-share.jpg -share/gnome/help/cheese/el/figures/cheese-wide.jpg -share/gnome/help/cheese/en_GB/cheese.xml -share/gnome/help/cheese/en_GB/figures/cheese-effects.jpg -share/gnome/help/cheese/en_GB/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/en_GB/figures/cheese-main.jpg -share/gnome/help/cheese/en_GB/figures/cheese-preferences.jpg -share/gnome/help/cheese/en_GB/figures/cheese-share.jpg -share/gnome/help/cheese/en_GB/figures/cheese-wide.jpg -share/gnome/help/cheese/es/cheese.xml -share/gnome/help/cheese/es/figures/cheese-effects.jpg -share/gnome/help/cheese/es/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/es/figures/cheese-main.jpg -share/gnome/help/cheese/es/figures/cheese-preferences.jpg -share/gnome/help/cheese/es/figures/cheese-share.jpg -share/gnome/help/cheese/es/figures/cheese-wide.jpg -share/gnome/help/cheese/fr/cheese.xml -share/gnome/help/cheese/fr/figures/cheese-effects.jpg -share/gnome/help/cheese/fr/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/fr/figures/cheese-main.jpg -share/gnome/help/cheese/fr/figures/cheese-preferences.jpg -share/gnome/help/cheese/fr/figures/cheese-share.jpg -share/gnome/help/cheese/fr/figures/cheese-wide.jpg -share/gnome/help/cheese/it/cheese.xml -share/gnome/help/cheese/it/figures/cheese-effects.jpg -share/gnome/help/cheese/it/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/it/figures/cheese-main.jpg -share/gnome/help/cheese/it/figures/cheese-preferences.jpg -share/gnome/help/cheese/it/figures/cheese-share.jpg -share/gnome/help/cheese/it/figures/cheese-wide.jpg -share/gnome/help/cheese/nl/cheese.xml -share/gnome/help/cheese/nl/figures/cheese-effects.jpg -share/gnome/help/cheese/nl/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/nl/figures/cheese-main.jpg -share/gnome/help/cheese/nl/figures/cheese-preferences.jpg -share/gnome/help/cheese/nl/figures/cheese-share.jpg -share/gnome/help/cheese/nl/figures/cheese-wide.jpg -share/gnome/help/cheese/oc/cheese.xml -share/gnome/help/cheese/oc/figures/cheese-effects.jpg -share/gnome/help/cheese/oc/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/oc/figures/cheese-main.jpg -share/gnome/help/cheese/oc/figures/cheese-preferences.jpg -share/gnome/help/cheese/oc/figures/cheese-share.jpg -share/gnome/help/cheese/oc/figures/cheese-wide.jpg -share/gnome/help/cheese/pt_BR/cheese.xml -share/gnome/help/cheese/pt_BR/figures/cheese-effects.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-main.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-preferences.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-share.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-wide.jpg -share/gnome/help/cheese/ru/cheese.xml -share/gnome/help/cheese/ru/figures/cheese-effects.jpg -share/gnome/help/cheese/ru/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/ru/figures/cheese-main.jpg -share/gnome/help/cheese/ru/figures/cheese-preferences.jpg -share/gnome/help/cheese/ru/figures/cheese-share.jpg -share/gnome/help/cheese/ru/figures/cheese-wide.jpg -share/gnome/help/cheese/sv/cheese.xml -share/gnome/help/cheese/sv/figures/cheese-effects.jpg -share/gnome/help/cheese/sv/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/sv/figures/cheese-main.jpg -share/gnome/help/cheese/sv/figures/cheese-preferences.jpg -share/gnome/help/cheese/sv/figures/cheese-share.jpg -share/gnome/help/cheese/sv/figures/cheese-wide.jpg -share/gnome/help/cheese/th/cheese.xml -share/gnome/help/cheese/th/figures/cheese-effects.jpg -share/gnome/help/cheese/th/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/th/figures/cheese-main.jpg -share/gnome/help/cheese/th/figures/cheese-preferences.jpg -share/gnome/help/cheese/th/figures/cheese-share.jpg -share/gnome/help/cheese/th/figures/cheese-wide.jpg -share/gnome/help/cheese/zh_CN/cheese.xml -share/gnome/help/cheese/zh_CN/figures/cheese-effects.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-main.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-preferences.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-share.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-wide.jpg -share/icons/hicolor/16x16/apps/cheese.png -share/icons/hicolor/22x22/apps/cheese.png -share/icons/hicolor/24x24/apps/cheese.png -share/icons/hicolor/256x256/apps/cheese.png -share/icons/hicolor/32x32/apps/cheese.png -share/icons/hicolor/48x48/apps/cheese.png -share/icons/hicolor/scalable/apps/cheese.svg -share/locale/af/LC_MESSAGES/cheese.mo -share/locale/ar/LC_MESSAGES/cheese.mo -share/locale/as/LC_MESSAGES/cheese.mo -share/locale/ast/LC_MESSAGES/cheese.mo -share/locale/be/LC_MESSAGES/cheese.mo -share/locale/be@latin/LC_MESSAGES/cheese.mo -share/locale/bg/LC_MESSAGES/cheese.mo -share/locale/bn/LC_MESSAGES/cheese.mo -share/locale/bn_IN/LC_MESSAGES/cheese.mo -share/locale/ca/LC_MESSAGES/cheese.mo -share/locale/ca@valencia/LC_MESSAGES/cheese.mo -share/locale/cs/LC_MESSAGES/cheese.mo -share/locale/da/LC_MESSAGES/cheese.mo -share/locale/de/LC_MESSAGES/cheese.mo -share/locale/dz/LC_MESSAGES/cheese.mo -share/locale/el/LC_MESSAGES/cheese.mo -share/locale/en@shaw/LC_MESSAGES/cheese.mo -share/locale/en_GB/LC_MESSAGES/cheese.mo -share/locale/es/LC_MESSAGES/cheese.mo -share/locale/et/LC_MESSAGES/cheese.mo -share/locale/eu/LC_MESSAGES/cheese.mo -share/locale/fi/LC_MESSAGES/cheese.mo -share/locale/fr/LC_MESSAGES/cheese.mo -share/locale/ga/LC_MESSAGES/cheese.mo -share/locale/gl/LC_MESSAGES/cheese.mo -share/locale/gu/LC_MESSAGES/cheese.mo -share/locale/he/LC_MESSAGES/cheese.mo -share/locale/hi/LC_MESSAGES/cheese.mo -share/locale/hr/LC_MESSAGES/cheese.mo -share/locale/hu/LC_MESSAGES/cheese.mo -share/locale/id/LC_MESSAGES/cheese.mo -share/locale/it/LC_MESSAGES/cheese.mo -share/locale/ja/LC_MESSAGES/cheese.mo -share/locale/kn/LC_MESSAGES/cheese.mo -share/locale/ko/LC_MESSAGES/cheese.mo -share/locale/ku/LC_MESSAGES/cheese.mo -share/locale/lt/LC_MESSAGES/cheese.mo -share/locale/lv/LC_MESSAGES/cheese.mo -share/locale/mai/LC_MESSAGES/cheese.mo -share/locale/mk/LC_MESSAGES/cheese.mo -share/locale/ml/LC_MESSAGES/cheese.mo -share/locale/mr/LC_MESSAGES/cheese.mo -share/locale/ms/LC_MESSAGES/cheese.mo -share/locale/nb/LC_MESSAGES/cheese.mo -share/locale/nds/LC_MESSAGES/cheese.mo -share/locale/nl/LC_MESSAGES/cheese.mo -share/locale/nn/LC_MESSAGES/cheese.mo -share/locale/oc/LC_MESSAGES/cheese.mo -share/locale/or/LC_MESSAGES/cheese.mo -share/locale/pa/LC_MESSAGES/cheese.mo -share/locale/pl/LC_MESSAGES/cheese.mo -share/locale/ps/LC_MESSAGES/cheese.mo -share/locale/pt/LC_MESSAGES/cheese.mo -share/locale/pt_BR/LC_MESSAGES/cheese.mo -share/locale/ro/LC_MESSAGES/cheese.mo -share/locale/ru/LC_MESSAGES/cheese.mo -share/locale/sl/LC_MESSAGES/cheese.mo -share/locale/sq/LC_MESSAGES/cheese.mo -share/locale/sr/LC_MESSAGES/cheese.mo -share/locale/sr@latin/LC_MESSAGES/cheese.mo -share/locale/sv/LC_MESSAGES/cheese.mo -share/locale/ta/LC_MESSAGES/cheese.mo -share/locale/te/LC_MESSAGES/cheese.mo -share/locale/th/LC_MESSAGES/cheese.mo -share/locale/tr/LC_MESSAGES/cheese.mo -share/locale/uk/LC_MESSAGES/cheese.mo -share/locale/vi/LC_MESSAGES/cheese.mo -share/locale/zh_CN/LC_MESSAGES/cheese.mo -share/locale/zh_HK/LC_MESSAGES/cheese.mo -share/locale/zh_TW/LC_MESSAGES/cheese.mo -share/omf/cheese/cheese-C.omf -share/omf/cheese/cheese-ca.omf -share/omf/cheese/cheese-cs.omf -share/omf/cheese/cheese-de.omf -share/omf/cheese/cheese-el.omf -share/omf/cheese/cheese-en_GB.omf -share/omf/cheese/cheese-es.omf -share/omf/cheese/cheese-fr.omf -share/omf/cheese/cheese-it.omf -share/omf/cheese/cheese-nl.omf -share/omf/cheese/cheese-oc.omf -share/omf/cheese/cheese-pt_BR.omf -share/omf/cheese/cheese-ru.omf -share/omf/cheese/cheese-sv.omf -share/omf/cheese/cheese-th.omf -share/omf/cheese/cheese-zh_CN.omf -@dirrm share/omf/cheese -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrm share/gnome/help/cheese/zh_CN/figures -@dirrm share/gnome/help/cheese/zh_CN -@dirrm share/gnome/help/cheese/th/figures -@dirrm share/gnome/help/cheese/th -@dirrm share/gnome/help/cheese/sv/figures -@dirrm share/gnome/help/cheese/sv -@dirrm share/gnome/help/cheese/ru/figures -@dirrm share/gnome/help/cheese/ru -@dirrm share/gnome/help/cheese/pt_BR/figures -@dirrm share/gnome/help/cheese/pt_BR -@dirrm share/gnome/help/cheese/oc/figures -@dirrm share/gnome/help/cheese/oc -@dirrm share/gnome/help/cheese/nl/figures -@dirrm share/gnome/help/cheese/nl -@dirrm share/gnome/help/cheese/it/figures -@dirrm share/gnome/help/cheese/it -@dirrm share/gnome/help/cheese/fr/figures -@dirrm share/gnome/help/cheese/fr -@dirrm share/gnome/help/cheese/es/figures -@dirrm share/gnome/help/cheese/es -@dirrm share/gnome/help/cheese/en_GB/figures -@dirrm share/gnome/help/cheese/en_GB -@dirrm share/gnome/help/cheese/el/figures -@dirrm share/gnome/help/cheese/el -@dirrm share/gnome/help/cheese/de/figures -@dirrm share/gnome/help/cheese/de -@dirrm share/gnome/help/cheese/cs/figures -@dirrm share/gnome/help/cheese/cs -@dirrm share/gnome/help/cheese/ca/figures -@dirrm share/gnome/help/cheese/ca -@dirrm share/gnome/help/cheese/C/figures -@dirrm share/gnome/help/cheese/C -@dirrm share/gnome/help/cheese -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/effects -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/cheese -@dirrm include/cheese -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile deleted file mode 100644 index 365136bcf..000000000 --- a/multimedia/clutter-gst/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: clutter-gst -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gst -PORTVERSION= 1.0.0 -CATEGORIES= multimedia -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clutter GStreamer integration - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_GMAKE= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack ltverhack gnomeprefix -USE_GSTREAMER= yes -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo deleted file mode 100644 index ed5b62154..000000000 --- a/multimedia/clutter-gst/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gst-1.0.0.tar.bz2) = 673e9548172698ebd48713ebedff500c -SHA256 (clutter-gst-1.0.0.tar.bz2) = ae6ec048b570157130e9f9069f2495caf0da9eefa8d7f3b1789f3346fb16f696 -SIZE (clutter-gst-1.0.0.tar.bz2) = 414768 diff --git a/multimedia/clutter-gst/pkg-descr b/multimedia/clutter-gst/pkg-descr deleted file mode 100644 index e45e23ccd..000000000 --- a/multimedia/clutter-gst/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer -with Clutter. - -Clutter is an open source software library for creating fast, visually -rich and animated graphical user interfaces. It uses OpenGL for drawing -primitives and has multiple backends, allowing its usage on different -platforms. - -GStreamer is a streaming media framework, based on graphs of filters -which operate on media data. Applications using this library can do -anything from real-time sound processing to playing videos, and just -about anything else media-related. Its plugin-based architecture means -that new data types or processing capabilities can be added simply by -installing new plug-ins. - -WWW: http://clutter-project.org/ diff --git a/multimedia/clutter-gst/pkg-plist b/multimedia/clutter-gst/pkg-plist deleted file mode 100644 index 55ef305a9..000000000 --- a/multimedia/clutter-gst/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -include/clutter-1.0/clutter-gst/clutter-gst-util.h -include/clutter-1.0/clutter-gst/clutter-gst-version.h -include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h -include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h -include/clutter-1.0/clutter-gst/clutter-gst.h -lib/libclutter-gst-1.0.a -lib/libclutter-gst-1.0.la -lib/libclutter-gst-1.0.so -lib/libclutter-gst-1.0.so.0 -libdata/pkgconfig/clutter-gst-1.0.pc -%%DOCSDIR%%/ClutterGstVideoSink.html -%%DOCSDIR%%/ClutterGstVideoTexture.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/clutter-gst-Utilities.html -%%DOCSDIR%%/clutter-gst-Versioning-Macros.html -%%DOCSDIR%%/clutter-gst.devhelp -%%DOCSDIR%%/clutter-gst.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrmtry %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-gst -@dirrmtry include/clutter-1.0 diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile deleted file mode 100644 index a37f465f7..000000000 --- a/multimedia/swfdec-gnome/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Ports collection makefile for: swfdec-gnome -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= swfdec-gnome -PORTVERSION= 2.30.0 -CATEGORIES= multimedia -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk flash player and thumbnailer - -LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec - -USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2 -USE_BZIP2= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= swfdec-thumbnailer.schemas - -MAN1= swfdec-player.1 swfdec-thumbnailer.1 - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/multimedia/swfdec-gnome/distinfo b/multimedia/swfdec-gnome/distinfo deleted file mode 100644 index b80c2a5f5..000000000 --- a/multimedia/swfdec-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/swfdec-gnome-2.30.0.tar.bz2) = c3a8429f42f3dd1aa3963588caaa2940 -SHA256 (gnome2/swfdec-gnome-2.30.0.tar.bz2) = d9e5f0a2460726518c9cde14a137d3e0045d4ec64c40a8254914e5a08d2bb459 -SIZE (gnome2/swfdec-gnome-2.30.0.tar.bz2) = 177557 diff --git a/multimedia/swfdec-gnome/pkg-descr b/multimedia/swfdec-gnome/pkg-descr deleted file mode 100644 index 7e094c545..000000000 --- a/multimedia/swfdec-gnome/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Swfdec is a library for rendering Flash animations and games. It was -originally designed as a basis library for creating Flash plugins for -GStreamer, but it is a fully standalone library which only use the -libart library for drawing. - -WWW: http://www.schleef.org/swfdec/ diff --git a/multimedia/swfdec-gnome/pkg-plist b/multimedia/swfdec-gnome/pkg-plist deleted file mode 100644 index 5d01d856e..000000000 --- a/multimedia/swfdec-gnome/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/swfdec-player -bin/swfdec-thumbnailer -share/applications/swfdec-player.desktop -share/icons/hicolor/16x16/apps/swfdec-gnome.png -share/icons/hicolor/22x22/apps/swfdec-gnome.png -share/icons/hicolor/24x24/apps/swfdec-gnome.png -share/icons/hicolor/32x32/apps/swfdec-gnome.png -share/icons/hicolor/48x48/apps/swfdec-gnome.png -share/icons/hicolor/scalable/apps/swfdec-gnome.svg -share/locale/ar/LC_MESSAGES/swfdec-gnome.mo -share/locale/as/LC_MESSAGES/swfdec-gnome.mo -share/locale/ast/LC_MESSAGES/swfdec-gnome.mo -share/locale/be/LC_MESSAGES/swfdec-gnome.mo -share/locale/be@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/bg/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn_IN/LC_MESSAGES/swfdec-gnome.mo -share/locale/br/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca@valencia/LC_MESSAGES/swfdec-gnome.mo -share/locale/cs/LC_MESSAGES/swfdec-gnome.mo -share/locale/da/LC_MESSAGES/swfdec-gnome.mo -share/locale/de/LC_MESSAGES/swfdec-gnome.mo -share/locale/el/LC_MESSAGES/swfdec-gnome.mo -share/locale/en@shaw/LC_MESSAGES/swfdec-gnome.mo -share/locale/en_GB/LC_MESSAGES/swfdec-gnome.mo -share/locale/es/LC_MESSAGES/swfdec-gnome.mo -share/locale/et/LC_MESSAGES/swfdec-gnome.mo -share/locale/eu/LC_MESSAGES/swfdec-gnome.mo -share/locale/fi/LC_MESSAGES/swfdec-gnome.mo -share/locale/fr/LC_MESSAGES/swfdec-gnome.mo -share/locale/ga/LC_MESSAGES/swfdec-gnome.mo -share/locale/gl/LC_MESSAGES/swfdec-gnome.mo -share/locale/gu/LC_MESSAGES/swfdec-gnome.mo -share/locale/he/LC_MESSAGES/swfdec-gnome.mo -share/locale/hi/LC_MESSAGES/swfdec-gnome.mo -share/locale/hu/LC_MESSAGES/swfdec-gnome.mo -share/locale/it/LC_MESSAGES/swfdec-gnome.mo -share/locale/ja/LC_MESSAGES/swfdec-gnome.mo -share/locale/kk/LC_MESSAGES/swfdec-gnome.mo -share/locale/kn/LC_MESSAGES/swfdec-gnome.mo -share/locale/ko/LC_MESSAGES/swfdec-gnome.mo -share/locale/ku/LC_MESSAGES/swfdec-gnome.mo -share/locale/lt/LC_MESSAGES/swfdec-gnome.mo -share/locale/lv/LC_MESSAGES/swfdec-gnome.mo -share/locale/mai/LC_MESSAGES/swfdec-gnome.mo -share/locale/mk/LC_MESSAGES/swfdec-gnome.mo -share/locale/ml/LC_MESSAGES/swfdec-gnome.mo -share/locale/mr/LC_MESSAGES/swfdec-gnome.mo -share/locale/nb/LC_MESSAGES/swfdec-gnome.mo -share/locale/nl/LC_MESSAGES/swfdec-gnome.mo -share/locale/nn/LC_MESSAGES/swfdec-gnome.mo -share/locale/or/LC_MESSAGES/swfdec-gnome.mo -share/locale/pa/LC_MESSAGES/swfdec-gnome.mo -share/locale/pl/LC_MESSAGES/swfdec-gnome.mo -share/locale/ps/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt_BR/LC_MESSAGES/swfdec-gnome.mo -share/locale/ro/LC_MESSAGES/swfdec-gnome.mo -share/locale/ru/LC_MESSAGES/swfdec-gnome.mo -share/locale/sk/LC_MESSAGES/swfdec-gnome.mo -share/locale/sl/LC_MESSAGES/swfdec-gnome.mo -share/locale/sq/LC_MESSAGES/swfdec-gnome.mo -share/locale/sr/LC_MESSAGES/swfdec-gnome.mo -share/locale/sr@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/sv/LC_MESSAGES/swfdec-gnome.mo -share/locale/ta/LC_MESSAGES/swfdec-gnome.mo -share/locale/te/LC_MESSAGES/swfdec-gnome.mo -share/locale/th/LC_MESSAGES/swfdec-gnome.mo -share/locale/tr/LC_MESSAGES/swfdec-gnome.mo -share/locale/uk/LC_MESSAGES/swfdec-gnome.mo -share/locale/vi/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_CN/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_HK/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_TW/LC_MESSAGES/swfdec-gnome.mo -%%DATADIR%%/swfdec-player.ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile deleted file mode 100644 index 5a31dd51c..000000000 --- a/multimedia/totem-pl-parser/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: totem-pl-parser -# Date created: 2007-12-04 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.34 2010/03/16 12:51:45 kwm Exp $ -# - -PORTNAME= totem-pl-parser -PORTVERSION= 2.30.0 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GObject-based library to parse a host of playlist formats - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/multimedia/totem-pl-parser/distinfo b/multimedia/totem-pl-parser/distinfo deleted file mode 100644 index 06f1de2bc..000000000 --- a/multimedia/totem-pl-parser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-pl-parser-2.30.0.tar.bz2) = 81bf8e3043a9ec89bdd391c36ebd50d1 -SHA256 (gnome2/totem-pl-parser-2.30.0.tar.bz2) = 403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c -SIZE (gnome2/totem-pl-parser-2.30.0.tar.bz2) = 714690 diff --git a/multimedia/totem-pl-parser/pkg-descr b/multimedia/totem-pl-parser/pkg-descr deleted file mode 100644 index 90b17c4f2..000000000 --- a/multimedia/totem-pl-parser/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A simple GObject-based library to parse a host of playlist formats diff --git a/multimedia/totem-pl-parser/pkg-plist b/multimedia/totem-pl-parser/pkg-plist deleted file mode 100644 index eaa92d01d..000000000 --- a/multimedia/totem-pl-parser/pkg-plist +++ /dev/null @@ -1,167 +0,0 @@ -include/totem-pl-parser/1/plparser/totem-disc.h -include/totem-pl-parser/1/plparser/totem-pl-parser-builtins.h -include/totem-pl-parser/1/plparser/totem-pl-parser-features.h -include/totem-pl-parser/1/plparser/totem-pl-parser-mini.h -include/totem-pl-parser/1/plparser/totem-pl-parser.h -include/totem-pl-parser/1/plparser/totem-pl-playlist.h -lib/girepository-1.0/TotemPlParser-1.0.typelib -lib/libtotem-plparser-mini.a -lib/libtotem-plparser-mini.la -lib/libtotem-plparser-mini.so -lib/libtotem-plparser-mini.so.17 -lib/libtotem-plparser.a -lib/libtotem-plparser.la -lib/libtotem-plparser.so -lib/libtotem-plparser.so.17 -libdata/pkgconfig/totem-plparser-mini.pc -libdata/pkgconfig/totem-plparser.pc -%%DOCSDIR%%/TotemPlParser.html -%%DOCSDIR%%/TotemPlPlaylist.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/api-index-deprecated.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/api-reference.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/totem-pl-parser-TotemDisc.html -%%DOCSDIR%%/totem-pl-parser-TotemPlPlaylistIter.html -%%DOCSDIR%%/totem-pl-parser.devhelp -%%DOCSDIR%%/totem-pl-parser.devhelp2 -%%DOCSDIR%%/up.png -share/gir-1.0/TotemPlParser-1.0.gir -share/locale/am/LC_MESSAGES/totem-pl-parser.mo -share/locale/ar/LC_MESSAGES/totem-pl-parser.mo -share/locale/as/LC_MESSAGES/totem-pl-parser.mo -share/locale/ast/LC_MESSAGES/totem-pl-parser.mo -share/locale/az/LC_MESSAGES/totem-pl-parser.mo -share/locale/be/LC_MESSAGES/totem-pl-parser.mo -share/locale/be@latin/LC_MESSAGES/totem-pl-parser.mo -share/locale/bg/LC_MESSAGES/totem-pl-parser.mo -share/locale/bn/LC_MESSAGES/totem-pl-parser.mo -share/locale/bn_IN/LC_MESSAGES/totem-pl-parser.mo -share/locale/br/LC_MESSAGES/totem-pl-parser.mo -share/locale/ca/LC_MESSAGES/totem-pl-parser.mo -share/locale/ca@valencia/LC_MESSAGES/totem-pl-parser.mo -share/locale/cs/LC_MESSAGES/totem-pl-parser.mo -share/locale/cy/LC_MESSAGES/totem-pl-parser.mo -share/locale/da/LC_MESSAGES/totem-pl-parser.mo -share/locale/de/LC_MESSAGES/totem-pl-parser.mo -share/locale/dz/LC_MESSAGES/totem-pl-parser.mo -share/locale/el/LC_MESSAGES/totem-pl-parser.mo -share/locale/en_CA/LC_MESSAGES/totem-pl-parser.mo -share/locale/en_GB/LC_MESSAGES/totem-pl-parser.mo -share/locale/en@shaw/LC_MESSAGES/totem-pl-parser.mo -share/locale/es/LC_MESSAGES/totem-pl-parser.mo -share/locale/et/LC_MESSAGES/totem-pl-parser.mo -share/locale/eu/LC_MESSAGES/totem-pl-parser.mo -share/locale/fa/LC_MESSAGES/totem-pl-parser.mo -share/locale/fi/LC_MESSAGES/totem-pl-parser.mo -share/locale/fr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ga/LC_MESSAGES/totem-pl-parser.mo -share/locale/gl/LC_MESSAGES/totem-pl-parser.mo -share/locale/gu/LC_MESSAGES/totem-pl-parser.mo -share/locale/he/LC_MESSAGES/totem-pl-parser.mo -share/locale/hi/LC_MESSAGES/totem-pl-parser.mo -share/locale/hr/LC_MESSAGES/totem-pl-parser.mo -share/locale/hu/LC_MESSAGES/totem-pl-parser.mo -share/locale/id/LC_MESSAGES/totem-pl-parser.mo -share/locale/is/LC_MESSAGES/totem-pl-parser.mo -share/locale/it/LC_MESSAGES/totem-pl-parser.mo -share/locale/ja/LC_MESSAGES/totem-pl-parser.mo -share/locale/ka/LC_MESSAGES/totem-pl-parser.mo -share/locale/kn/LC_MESSAGES/totem-pl-parser.mo -share/locale/ko/LC_MESSAGES/totem-pl-parser.mo -share/locale/ku/LC_MESSAGES/totem-pl-parser.mo -share/locale/lt/LC_MESSAGES/totem-pl-parser.mo -share/locale/lv/LC_MESSAGES/totem-pl-parser.mo -share/locale/mai/LC_MESSAGES/totem-pl-parser.mo -share/locale/mg/LC_MESSAGES/totem-pl-parser.mo -share/locale/mk/LC_MESSAGES/totem-pl-parser.mo -share/locale/ml/LC_MESSAGES/totem-pl-parser.mo -share/locale/mn/LC_MESSAGES/totem-pl-parser.mo -share/locale/mr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ms/LC_MESSAGES/totem-pl-parser.mo -share/locale/nb/LC_MESSAGES/totem-pl-parser.mo -share/locale/nds/LC_MESSAGES/totem-pl-parser.mo -share/locale/ne/LC_MESSAGES/totem-pl-parser.mo -share/locale/nl/LC_MESSAGES/totem-pl-parser.mo -share/locale/nn/LC_MESSAGES/totem-pl-parser.mo -share/locale/oc/LC_MESSAGES/totem-pl-parser.mo -share/locale/or/LC_MESSAGES/totem-pl-parser.mo -share/locale/pa/LC_MESSAGES/totem-pl-parser.mo -share/locale/pl/LC_MESSAGES/totem-pl-parser.mo -share/locale/ps/LC_MESSAGES/totem-pl-parser.mo -share/locale/pt/LC_MESSAGES/totem-pl-parser.mo -share/locale/pt_BR/LC_MESSAGES/totem-pl-parser.mo -share/locale/ro/LC_MESSAGES/totem-pl-parser.mo -share/locale/ru/LC_MESSAGES/totem-pl-parser.mo -share/locale/rw/LC_MESSAGES/totem-pl-parser.mo -share/locale/si/LC_MESSAGES/totem-pl-parser.mo -share/locale/sk/LC_MESSAGES/totem-pl-parser.mo -share/locale/sl/LC_MESSAGES/totem-pl-parser.mo -share/locale/sq/LC_MESSAGES/totem-pl-parser.mo -share/locale/sr/LC_MESSAGES/totem-pl-parser.mo -share/locale/sr@latin/LC_MESSAGES/totem-pl-parser.mo -share/locale/sv/LC_MESSAGES/totem-pl-parser.mo -share/locale/ta/LC_MESSAGES/totem-pl-parser.mo -share/locale/te/LC_MESSAGES/totem-pl-parser.mo -share/locale/th/LC_MESSAGES/totem-pl-parser.mo -share/locale/tr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ug/LC_MESSAGES/totem-pl-parser.mo -share/locale/uk/LC_MESSAGES/totem-pl-parser.mo -share/locale/vi/LC_MESSAGES/totem-pl-parser.mo -share/locale/wa/LC_MESSAGES/totem-pl-parser.mo -share/locale/xh/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_CN/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_HK/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_TW/LC_MESSAGES/totem-pl-parser.mo -@dirrm %%DOCSDIR%% -@dirrm include/totem-pl-parser/1/plparser -@dirrm include/totem-pl-parser/1 -@dirrm include/totem-pl-parser -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile deleted file mode 100644 index fbd994821..000000000 --- a/multimedia/totem/Makefile +++ /dev/null @@ -1,145 +0,0 @@ -# New ports collection makefile for: totem -# Date created: 17 Oct 2002 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# -# $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.145 2010/04/01 20:16:02 kwm Exp $ -# - -PORTNAME= totem -PORTVERSION= 2.30.1 -PORTREVISION?= 0 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \ - gdata.7:${PORTSDIR}/devel/libgdata \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata - -USE_PYTHON= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus2 ltverhack pygtk2 -GNOME_DESKTOP_VERSION=2 -USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -INSTALLS_OMF= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lXrandr" \ - BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" -CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" - -MAN1= totem.1 totem-video-thumbnailer.1 -GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ - totem.schemas - -WITHOUT_DVDNAV= yes - -OPTIONS= LIRC "Enable lirc support" off \ - GALAGO "Enable Galago support" off \ - BROWSER_PLUGINS "Enable install plugins for gecko browser" on \ - PUBLISH "Enable Publish (network playlist) plugin" off \ -# TRACKER "Enable tracker local search plugin" off - -# check configure script for allowed_plugins="..." for new plugins -TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ - properties skipto youtube opensubtitles screenshot \ - brasero-disc-recorder coherence_upnp dbus-service iplayer - -# Not using: -# TOTEM_PLUGINS= mythtv bemused jamendo - -.include <bsd.port.pre.mk> - -.if defined(WITH_PUBLISH) -LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc -PLIST_SUB+= PUBLISH="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish -.else -PLIST_SUB+= PUBLISH="@comment " -.endif - -#.if defined(WITH_TRACKER) -#LIB_DEPENDS+= tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk -#TOTEM_PLUGINS:= ${TOTEM_PLUGINS} tracker -#PLIST_SUB+= TRACKER="" -#.else -PLIST_SUB+= TRACKER="@comment " -#.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc -.else -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_GALAGO) -LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago -PLIST_SUB+= GALAGO="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago -.else -PLIST_SUB+= GALAGO="@comment " -.endif - -.if !defined(WITHOUT_BROWSER_PLUGINS) -CONFIGURE_ARGS+=--enable-browser-plugins \ - --enable-gmp-plugin \ - --enable-narrowspace-plugin -PLIST_SUB+= BROWSER_PLUGINS="" - -USE_WEBPLUGINS= gecko19 webkit-gtk2 -WEBPLUGINS_FILES= libtotem-cone-plugin.so libtotem-gmp-plugin.so \ - libtotem-mully-plugin.so \ - libtotem-narrowspace-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" -.else -CONFIGURE_ARGS+=--disable-browser-plugins \ - --disable-basic-plugin \ - --disable-gmp-plugin \ - --disable-narrowspace-plugin -PLIST_SUB+= BROWSER_PLUGINS="@comment " -.endif - -.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV) -LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav -.endif - -.if defined(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -.endif - -pre-everything:: - @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" - @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" - @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" - -post-patch: - @${CP} -f ${FILESDIR}/pkg-message.in ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ - ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c - -post-install: - @-update-desktop-database - ${MKDIR} ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo deleted file mode 100644 index d4421121f..000000000 --- a/multimedia/totem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-2.30.1.tar.bz2) = c28e61767c1a57baea9ad4c0155cca9c -SHA256 (gnome2/totem-2.30.1.tar.bz2) = b6ad5ca26de437d24ca919357154b67d95d27dbebaa292ab7b66cc64e574eff7 -SIZE (gnome2/totem-2.30.1.tar.bz2) = 3218782 diff --git a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp b/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp deleted file mode 100644 index 6e697364d..000000000 --- a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- browser-plugin/totemPluginGlue.cpp.orig 2008-03-15 18:00:23.000000000 -0500 -+++ browser-plugin/totemPluginGlue.cpp 2008-03-15 18:01:54.000000000 -0500 -@@ -356,7 +356,7 @@ - user_ini_file = g_build_filename (g_get_user_config_dir (), - "totem", - "browser-plugins.ini", -- NULL); -+ (char *)NULL); - if (g_key_file_load_from_file (user, - user_ini_file, - G_KEY_FILE_NONE, -@@ -439,7 +439,7 @@ - /* we want to open libdbus-glib-1.so.2 in such a way - * in such a way that it becomes permanentely resident */ - void *handle; -- handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW | RTLD_NODELETE); -+ handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW); - if (!handle) { - fprintf (stderr, "%s\n", dlerror()); - return NPERR_MODULE_LOAD_FAILED_ERROR; diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure deleted file mode 100644 index 4c6c7b340..000000000 --- a/multimedia/totem/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2008-08-30 08:23:22.000000000 +0200 -+++ configure 2008-08-30 08:24:20.000000000 +0200 -@@ -25171,7 +25171,9 @@ - _ACEOF - - -+if [ -z "${BROWSER_PLUGIN_DIR}" ]; then - BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}" -+fi - - - diff --git a/multimedia/totem/files/patch-help_Makefile.in b/multimedia/totem/files/patch-help_Makefile.in deleted file mode 100644 index 0695029ac..000000000 --- a/multimedia/totem/files/patch-help_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- help/Makefile.in.orig 2009-05-10 03:06:15.000000000 -0400 -+++ help/Makefile.in 2009-05-10 03:06:29.000000000 -0400 -@@ -783,7 +783,7 @@ $(DOC_H_FILE): $(DOC_H_DOCS); - xsltproc --path "$$xmlpath" $(_credits) $$doc; \ - done | sort | uniq \ - | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \ -- | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp -+ | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/ "\1",/' >> $@.tmp - echo ' NULL' >> $@.tmp - echo '};' >> $@.tmp - echo >> $@.tmp diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in deleted file mode 100644 index 5c4332981..000000000 --- a/multimedia/totem/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ -******************************************************** -* Make sure you've enough shared memory, the xine FAQ * -* advises to have the following sysctl settings: * -* kern.ipc.shmmax=67108864 * -* kern.ipc.shmall=32768 * -******************************************************** diff --git a/multimedia/totem/pkg-descr b/multimedia/totem/pkg-descr deleted file mode 100644 index 3f33f1f5f..000000000 --- a/multimedia/totem/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Totem is simple movie player for the Gnome 2 desktop based on xine. -It features a simple playlist, a full-screen mode, seek and volume controls, -as well as a pretty complete keyboard navigation. - -WWW: http://www.gnome.org/projects/totem/ - --- Hendrik Scholz <hendrik@scholz.net> diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist deleted file mode 100644 index 1c0431cd5..000000000 --- a/multimedia/totem/pkg-plist +++ /dev/null @@ -1,602 +0,0 @@ -bin/totem -bin/totem-audio-preview -bin/totem-video-indexer -bin/totem-video-thumbnailer -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.so -lib/nautilus/extensions-2.0/libtotem-properties-page.a -lib/nautilus/extensions-2.0/libtotem-properties-page.la -lib/nautilus/extensions-2.0/libtotem-properties-page.so -lib/totem/plugins/brasero-disc-recorder/brasero-disc-recorder.totem-plugin -lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.a -lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.la -lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.so -lib/totem/plugins/coherence_upnp/coherence_upnp.py -lib/totem/plugins/coherence_upnp/coherence_upnp.pyc -lib/totem/plugins/coherence_upnp/coherence_upnp.pyo -lib/totem/plugins/coherence_upnp/coherence_upnp.totem-plugin -lib/totem/plugins/dbus/dbus-service.py -lib/totem/plugins/dbus/dbus-service.pyc -lib/totem/plugins/dbus/dbus-service.pyo -lib/totem/plugins/dbus/dbus-service.totem-plugin -%%GALAGO%%lib/totem/plugins/galago/galago.totem-plugin -%%GALAGO%%lib/totem/plugins/galago/libtgp.a -%%GALAGO%%lib/totem/plugins/galago/libtgp.la -%%GALAGO%%lib/totem/plugins/galago/libtgp.so -lib/totem/plugins/gromit/gromit.totem-plugin -lib/totem/plugins/iplayer/iplayer.py -lib/totem/plugins/iplayer/iplayer.pyc -lib/totem/plugins/iplayer/iplayer.pyo -lib/totem/plugins/iplayer/iplayer.totem-plugin -lib/totem/plugins/iplayer/iplayer.ui -lib/totem/plugins/iplayer/iplayer2.py -lib/totem/plugins/iplayer/iplayer2.pyc -lib/totem/plugins/iplayer/iplayer2.pyo -lib/totem/plugins/iplayer/listparser.py -lib/totem/plugins/iplayer/listparser.pyc -lib/totem/plugins/iplayer/listparser.pyo -lib/totem/plugins/gromit/libgromit.a -lib/totem/plugins/gromit/libgromit.la -lib/totem/plugins/gromit/libgromit.so -%%LIRC%%lib/totem/plugins/lirc/lirc.totem-plugin -%%LIRC%%lib/totem/plugins/lirc/liblirc.a -%%LIRC%%lib/totem/plugins/lirc/liblirc.la -%%LIRC%%lib/totem/plugins/lirc/liblirc.so -lib/totem/plugins/media-player-keys/libmedia_player_keys.a -lib/totem/plugins/media-player-keys/libmedia_player_keys.la -lib/totem/plugins/media-player-keys/libmedia_player_keys.so -lib/totem/plugins/media-player-keys/media-player-keys.totem-plugin -lib/totem/plugins/ontop/libontop.a -lib/totem/plugins/ontop/libontop.la -lib/totem/plugins/ontop/libontop.so -lib/totem/plugins/ontop/ontop.totem-plugin -lib/totem/plugins/opensubtitles/hash.py -lib/totem/plugins/opensubtitles/hash.pyc -lib/totem/plugins/opensubtitles/hash.pyo -lib/totem/plugins/opensubtitles/opensubtitles.py -lib/totem/plugins/opensubtitles/opensubtitles.pyc -lib/totem/plugins/opensubtitles/opensubtitles.pyo -lib/totem/plugins/opensubtitles/opensubtitles.totem-plugin -lib/totem/plugins/opensubtitles/opensubtitles.ui -%%PUBLISH%%lib/totem/plugins/publish/libpublish.a -%%PUBLISH%%lib/totem/plugins/publish/libpublish.la -%%PUBLISH%%lib/totem/plugins/publish/libpublish.so -%%PUBLISH%%lib/totem/plugins/publish/publish-plugin.ui -%%PUBLISH%%lib/totem/plugins/publish/publish.totem-plugin -lib/totem/plugins/properties/libmovie-properties.a -lib/totem/plugins/properties/libmovie-properties.la -lib/totem/plugins/properties/libmovie-properties.so -lib/totem/plugins/properties/movie-properties.totem-plugin -lib/totem/plugins/screensaver/libscreensaver.a -lib/totem/plugins/screensaver/libscreensaver.la -lib/totem/plugins/screensaver/libscreensaver.so -lib/totem/plugins/screensaver/screensaver.totem-plugin -lib/totem/plugins/screenshot/gallery.ui -lib/totem/plugins/screenshot/gnome-screenshot.ui -lib/totem/plugins/screenshot/libscreenshot.a -lib/totem/plugins/screenshot/libscreenshot.la -lib/totem/plugins/screenshot/libscreenshot.so -lib/totem/plugins/screenshot/screenshot.totem-plugin -lib/totem/plugins/skipto/libskipto.a -lib/totem/plugins/skipto/libskipto.la -lib/totem/plugins/skipto/libskipto.so -lib/totem/plugins/skipto/skipto.totem-plugin -lib/totem/plugins/skipto/skipto.ui -lib/totem/plugins/thumbnail/libthumbnail.a -lib/totem/plugins/thumbnail/libthumbnail.la -lib/totem/plugins/thumbnail/libthumbnail.so -lib/totem/plugins/thumbnail/thumbnail.totem-plugin -%%TRACKER%%lib/totem/plugins/tracker/libtracker.a -%%TRACKER%%lib/totem/plugins/tracker/libtracker.la -%%TRACKER%%lib/totem/plugins/tracker/libtracker.so -%%TRACKER%%lib/totem/plugins/tracker/tracker.totem-plugin -lib/totem/plugins/totem/__init__.py -lib/totem/plugins/totem/__init__.pyc -lib/totem/plugins/totem/__init__.pyo -lib/totem/plugins/youtube/libyoutube.a -lib/totem/plugins/youtube/libyoutube.la -lib/totem/plugins/youtube/libyoutube.so -lib/totem/plugins/youtube/youtube.totem-plugin -lib/totem/plugins/youtube/youtube.ui -%%BROWSER_PLUGINS%%libexec/totem-plugin-viewer -libexec/totem/totem-bugreport.py -share/applications/totem.desktop -%%DOCSDIR%%/BaconVideoWidget.html -%%DOCSDIR%%/TotemCellRendererVideo.html -%%DOCSDIR%%/TotemObject.html -%%DOCSDIR%%/TotemPlugin.html -%%DOCSDIR%%/TotemVideoList.html -%%DOCSDIR%%/api-index-deprecated.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/core-api.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/totem-Interface.html -%%DOCSDIR%%/totem.devhelp -%%DOCSDIR%%/totem.devhelp2 -%%DOCSDIR%%/totem-plugins.html -%%DOCSDIR%%/tutorials.html -%%DOCSDIR%%/up.png -%%DOCSDIR%%/widget-api.html -share/gnome/help/totem/C/figures/totem_next_button.png -share/gnome/help/totem/C/figures/totem_pause_button.png -share/gnome/help/totem/C/figures/totem_play_button.png -share/gnome/help/totem/C/figures/totem_previous_button.png -share/gnome/help/totem/C/figures/totem_show_playlist_button.png -share/gnome/help/totem/C/figures/totem_start_window.png -share/gnome/help/totem/C/figures/totem_volume_maximum_button.png -share/gnome/help/totem/C/figures/totem_volume_mute_button.png -share/gnome/help/totem/C/legal.xml -share/gnome/help/totem/C/totem.xml -share/gnome/help/totem/bg/figures/totem_next_button.png -share/gnome/help/totem/bg/figures/totem_pause_button.png -share/gnome/help/totem/bg/figures/totem_play_button.png -share/gnome/help/totem/bg/figures/totem_previous_button.png -share/gnome/help/totem/bg/figures/totem_show_playlist_button.png -share/gnome/help/totem/bg/figures/totem_start_window.png -share/gnome/help/totem/bg/figures/totem_volume_maximum_button.png -share/gnome/help/totem/bg/figures/totem_volume_mute_button.png -share/gnome/help/totem/bg/totem.xml -share/gnome/help/totem/ca/figures/totem_next_button.png -share/gnome/help/totem/ca/figures/totem_pause_button.png -share/gnome/help/totem/ca/figures/totem_play_button.png -share/gnome/help/totem/ca/figures/totem_previous_button.png -share/gnome/help/totem/ca/figures/totem_show_playlist_button.png -share/gnome/help/totem/ca/figures/totem_start_window.png -share/gnome/help/totem/ca/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ca/figures/totem_volume_mute_button.png -share/gnome/help/totem/ca/totem.xml -share/gnome/help/totem/cs/figures/totem_next_button.png -share/gnome/help/totem/cs/figures/totem_pause_button.png -share/gnome/help/totem/cs/figures/totem_play_button.png -share/gnome/help/totem/cs/figures/totem_previous_button.png -share/gnome/help/totem/cs/figures/totem_show_playlist_button.png -share/gnome/help/totem/cs/figures/totem_start_window.png -share/gnome/help/totem/cs/figures/totem_volume_maximum_button.png -share/gnome/help/totem/cs/figures/totem_volume_mute_button.png -share/gnome/help/totem/cs/totem.xml -share/gnome/help/totem/da/figures/totem_next_button.png -share/gnome/help/totem/da/figures/totem_pause_button.png -share/gnome/help/totem/da/figures/totem_play_button.png -share/gnome/help/totem/da/figures/totem_previous_button.png -share/gnome/help/totem/da/figures/totem_show_playlist_button.png -share/gnome/help/totem/da/figures/totem_start_window.png -share/gnome/help/totem/da/figures/totem_volume_maximum_button.png -share/gnome/help/totem/da/figures/totem_volume_mute_button.png -share/gnome/help/totem/da/totem.xml -share/gnome/help/totem/de/figures/totem_next_button.png -share/gnome/help/totem/de/figures/totem_pause_button.png -share/gnome/help/totem/de/figures/totem_play_button.png -share/gnome/help/totem/de/figures/totem_previous_button.png -share/gnome/help/totem/de/figures/totem_show_playlist_button.png -share/gnome/help/totem/de/figures/totem_start_window.png -share/gnome/help/totem/de/figures/totem_volume_maximum_button.png -share/gnome/help/totem/de/figures/totem_volume_mute_button.png -share/gnome/help/totem/de/totem.xml -share/gnome/help/totem/el/figures/totem_next_button.png -share/gnome/help/totem/el/figures/totem_pause_button.png -share/gnome/help/totem/el/figures/totem_play_button.png -share/gnome/help/totem/el/figures/totem_previous_button.png -share/gnome/help/totem/el/figures/totem_show_playlist_button.png -share/gnome/help/totem/el/figures/totem_start_window.png -share/gnome/help/totem/el/figures/totem_volume_maximum_button.png -share/gnome/help/totem/el/figures/totem_volume_mute_button.png -share/gnome/help/totem/el/totem.xml -share/gnome/help/totem/en_GB/figures/totem_next_button.png -share/gnome/help/totem/en_GB/figures/totem_pause_button.png -share/gnome/help/totem/en_GB/figures/totem_play_button.png -share/gnome/help/totem/en_GB/figures/totem_previous_button.png -share/gnome/help/totem/en_GB/figures/totem_show_playlist_button.png -share/gnome/help/totem/en_GB/figures/totem_start_window.png -share/gnome/help/totem/en_GB/figures/totem_volume_maximum_button.png -share/gnome/help/totem/en_GB/figures/totem_volume_mute_button.png -share/gnome/help/totem/en_GB/totem.xml -share/gnome/help/totem/es/figures/totem_next_button.png -share/gnome/help/totem/es/figures/totem_pause_button.png -share/gnome/help/totem/es/figures/totem_play_button.png -share/gnome/help/totem/es/figures/totem_previous_button.png -share/gnome/help/totem/es/figures/totem_show_playlist_button.png -share/gnome/help/totem/es/figures/totem_start_window.png -share/gnome/help/totem/es/figures/totem_volume_maximum_button.png -share/gnome/help/totem/es/figures/totem_volume_mute_button.png -share/gnome/help/totem/es/totem.xml -share/gnome/help/totem/eu/figures/totem_next_button.png -share/gnome/help/totem/eu/figures/totem_pause_button.png -share/gnome/help/totem/eu/figures/totem_play_button.png -share/gnome/help/totem/eu/figures/totem_previous_button.png -share/gnome/help/totem/eu/figures/totem_show_playlist_button.png -share/gnome/help/totem/eu/figures/totem_start_window.png -share/gnome/help/totem/eu/figures/totem_volume_maximum_button.png -share/gnome/help/totem/eu/figures/totem_volume_mute_button.png -share/gnome/help/totem/eu/totem.xml -share/gnome/help/totem/fi/figures/totem_next_button.png -share/gnome/help/totem/fi/figures/totem_pause_button.png -share/gnome/help/totem/fi/figures/totem_play_button.png -share/gnome/help/totem/fi/figures/totem_previous_button.png -share/gnome/help/totem/fi/figures/totem_show_playlist_button.png -share/gnome/help/totem/fi/figures/totem_start_window.png -share/gnome/help/totem/fi/figures/totem_volume_maximum_button.png -share/gnome/help/totem/fi/figures/totem_volume_mute_button.png -share/gnome/help/totem/fi/totem.xml -share/gnome/help/totem/fr/figures/totem_next_button.png -share/gnome/help/totem/fr/figures/totem_pause_button.png -share/gnome/help/totem/fr/figures/totem_play_button.png -share/gnome/help/totem/fr/figures/totem_previous_button.png -share/gnome/help/totem/fr/figures/totem_show_playlist_button.png -share/gnome/help/totem/fr/figures/totem_start_window.png -share/gnome/help/totem/fr/figures/totem_volume_maximum_button.png -share/gnome/help/totem/fr/figures/totem_volume_mute_button.png -share/gnome/help/totem/fr/totem.xml -share/gnome/help/totem/it/figures/totem_next_button.png -share/gnome/help/totem/it/figures/totem_pause_button.png -share/gnome/help/totem/it/figures/totem_play_button.png -share/gnome/help/totem/it/figures/totem_previous_button.png -share/gnome/help/totem/it/figures/totem_show_playlist_button.png -share/gnome/help/totem/it/figures/totem_start_window.png -share/gnome/help/totem/it/figures/totem_volume_maximum_button.png -share/gnome/help/totem/it/figures/totem_volume_mute_button.png -share/gnome/help/totem/it/totem.xml -share/gnome/help/totem/ja/figures/totem_next_button.png -share/gnome/help/totem/ja/figures/totem_pause_button.png -share/gnome/help/totem/ja/figures/totem_play_button.png -share/gnome/help/totem/ja/figures/totem_previous_button.png -share/gnome/help/totem/ja/figures/totem_show_playlist_button.png -share/gnome/help/totem/ja/figures/totem_start_window.png -share/gnome/help/totem/ja/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ja/figures/totem_volume_mute_button.png -share/gnome/help/totem/ja/totem.xml -share/gnome/help/totem/oc/figures/totem_next_button.png -share/gnome/help/totem/oc/figures/totem_pause_button.png -share/gnome/help/totem/oc/figures/totem_play_button.png -share/gnome/help/totem/oc/figures/totem_previous_button.png -share/gnome/help/totem/oc/figures/totem_show_playlist_button.png -share/gnome/help/totem/oc/figures/totem_start_window.png -share/gnome/help/totem/oc/figures/totem_volume_maximum_button.png -share/gnome/help/totem/oc/figures/totem_volume_mute_button.png -share/gnome/help/totem/oc/totem.xml -share/gnome/help/totem/pa/figures/totem_next_button.png -share/gnome/help/totem/pa/figures/totem_pause_button.png -share/gnome/help/totem/pa/figures/totem_play_button.png -share/gnome/help/totem/pa/figures/totem_previous_button.png -share/gnome/help/totem/pa/figures/totem_show_playlist_button.png -share/gnome/help/totem/pa/figures/totem_start_window.png -share/gnome/help/totem/pa/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pa/figures/totem_volume_mute_button.png -share/gnome/help/totem/pa/totem.xml -share/gnome/help/totem/pl/figures/totem_next_button.png -share/gnome/help/totem/pl/figures/totem_pause_button.png -share/gnome/help/totem/pl/figures/totem_play_button.png -share/gnome/help/totem/pl/figures/totem_previous_button.png -share/gnome/help/totem/pl/figures/totem_show_playlist_button.png -share/gnome/help/totem/pl/figures/totem_start_window.png -share/gnome/help/totem/pl/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pl/figures/totem_volume_mute_button.png -share/gnome/help/totem/pl/totem.xml -share/gnome/help/totem/pt_BR/figures/totem_next_button.png -share/gnome/help/totem/pt_BR/figures/totem_pause_button.png -share/gnome/help/totem/pt_BR/figures/totem_play_button.png -share/gnome/help/totem/pt_BR/figures/totem_previous_button.png -share/gnome/help/totem/pt_BR/figures/totem_show_playlist_button.png -share/gnome/help/totem/pt_BR/figures/totem_start_window.png -share/gnome/help/totem/pt_BR/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pt_BR/figures/totem_volume_mute_button.png -share/gnome/help/totem/pt_BR/totem.xml -share/gnome/help/totem/ru/figures/totem_next_button.png -share/gnome/help/totem/ru/figures/totem_pause_button.png -share/gnome/help/totem/ru/figures/totem_play_button.png -share/gnome/help/totem/ru/figures/totem_previous_button.png -share/gnome/help/totem/ru/figures/totem_show_playlist_button.png -share/gnome/help/totem/ru/figures/totem_start_window.png -share/gnome/help/totem/ru/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ru/figures/totem_volume_mute_button.png -share/gnome/help/totem/ru/totem.xml -share/gnome/help/totem/sv/figures/totem_next_button.png -share/gnome/help/totem/sv/figures/totem_pause_button.png -share/gnome/help/totem/sv/figures/totem_play_button.png -share/gnome/help/totem/sv/figures/totem_previous_button.png -share/gnome/help/totem/sv/figures/totem_show_playlist_button.png -share/gnome/help/totem/sv/figures/totem_start_window.png -share/gnome/help/totem/sv/figures/totem_volume_maximum_button.png -share/gnome/help/totem/sv/figures/totem_volume_mute_button.png -share/gnome/help/totem/sv/totem.xml -share/gnome/help/totem/uk/figures/totem_next_button.png -share/gnome/help/totem/uk/figures/totem_pause_button.png -share/gnome/help/totem/uk/figures/totem_play_button.png -share/gnome/help/totem/uk/figures/totem_previous_button.png -share/gnome/help/totem/uk/figures/totem_show_playlist_button.png -share/gnome/help/totem/uk/figures/totem_start_window.png -share/gnome/help/totem/uk/figures/totem_volume_maximum_button.png -share/gnome/help/totem/uk/figures/totem_volume_mute_button.png -share/gnome/help/totem/uk/totem.xml -share/gnome/help/totem/zh_CN/figures/totem_next_button.png -share/gnome/help/totem/zh_CN/figures/totem_pause_button.png -share/gnome/help/totem/zh_CN/figures/totem_play_button.png -share/gnome/help/totem/zh_CN/figures/totem_previous_button.png -share/gnome/help/totem/zh_CN/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_CN/figures/totem_start_window.png -share/gnome/help/totem/zh_CN/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_CN/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_CN/totem.xml -share/gnome/help/totem/zh_HK/figures/totem_next_button.png -share/gnome/help/totem/zh_HK/figures/totem_pause_button.png -share/gnome/help/totem/zh_HK/figures/totem_play_button.png -share/gnome/help/totem/zh_HK/figures/totem_previous_button.png -share/gnome/help/totem/zh_HK/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_HK/figures/totem_start_window.png -share/gnome/help/totem/zh_HK/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_HK/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_HK/totem.xml -share/gnome/help/totem/zh_TW/figures/totem_next_button.png -share/gnome/help/totem/zh_TW/figures/totem_pause_button.png -share/gnome/help/totem/zh_TW/figures/totem_play_button.png -share/gnome/help/totem/zh_TW/figures/totem_previous_button.png -share/gnome/help/totem/zh_TW/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_TW/figures/totem_start_window.png -share/gnome/help/totem/zh_TW/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_TW/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_TW/totem.xml -share/icons/hicolor/16x16/apps/totem.png -share/icons/hicolor/16x16/devices/totem-tv.png -share/icons/hicolor/22x22/apps/totem.png -share/icons/hicolor/22x22/devices/totem-tv.png -share/icons/hicolor/24x24/apps/totem.png -share/icons/hicolor/24x24/devices/totem-tv.png -share/icons/hicolor/32x32/apps/totem.png -share/icons/hicolor/32x32/devices/totem-tv.png -share/icons/hicolor/48x48/apps/totem.png -share/icons/hicolor/48x48/devices/totem-tv.png -share/icons/hicolor/scalable/apps/totem.svg -share/icons/hicolor/scalable/devices/totem-tv.svg -share/locale/am/LC_MESSAGES/totem.mo -share/locale/ar/LC_MESSAGES/totem.mo -share/locale/as/LC_MESSAGES/totem.mo -share/locale/ast/LC_MESSAGES/totem.mo -share/locale/az/LC_MESSAGES/totem.mo -share/locale/be/LC_MESSAGES/totem.mo -share/locale/be@latin/LC_MESSAGES/totem.mo -share/locale/bg/LC_MESSAGES/totem.mo -share/locale/bn/LC_MESSAGES/totem.mo -share/locale/bn_IN/LC_MESSAGES/totem.mo -share/locale/br/LC_MESSAGES/totem.mo -share/locale/ca/LC_MESSAGES/totem.mo -share/locale/ca@valencia/LC_MESSAGES/totem.mo -share/locale/crh/LC_MESSAGES/totem.mo -share/locale/cs/LC_MESSAGES/totem.mo -share/locale/cy/LC_MESSAGES/totem.mo -share/locale/da/LC_MESSAGES/totem.mo -share/locale/de/LC_MESSAGES/totem.mo -share/locale/dz/LC_MESSAGES/totem.mo -share/locale/el/LC_MESSAGES/totem.mo -share/locale/en@shaw/LC_MESSAGES/totem.mo -share/locale/en_CA/LC_MESSAGES/totem.mo -share/locale/en_GB/LC_MESSAGES/totem.mo -share/locale/es/LC_MESSAGES/totem.mo -share/locale/et/LC_MESSAGES/totem.mo -share/locale/eu/LC_MESSAGES/totem.mo -share/locale/fa/LC_MESSAGES/totem.mo -share/locale/fi/LC_MESSAGES/totem.mo -share/locale/fr/LC_MESSAGES/totem.mo -share/locale/ga/LC_MESSAGES/totem.mo -share/locale/gl/LC_MESSAGES/totem.mo -share/locale/gu/LC_MESSAGES/totem.mo -share/locale/he/LC_MESSAGES/totem.mo -share/locale/hi/LC_MESSAGES/totem.mo -share/locale/hr/LC_MESSAGES/totem.mo -share/locale/hu/LC_MESSAGES/totem.mo -share/locale/id/LC_MESSAGES/totem.mo -share/locale/is/LC_MESSAGES/totem.mo -share/locale/it/LC_MESSAGES/totem.mo -share/locale/ja/LC_MESSAGES/totem.mo -share/locale/ka/LC_MESSAGES/totem.mo -share/locale/kn/LC_MESSAGES/totem.mo -share/locale/ko/LC_MESSAGES/totem.mo -share/locale/ku/LC_MESSAGES/totem.mo -share/locale/lt/LC_MESSAGES/totem.mo -share/locale/lv/LC_MESSAGES/totem.mo -share/locale/mai/LC_MESSAGES/totem.mo -share/locale/mg/LC_MESSAGES/totem.mo -share/locale/mk/LC_MESSAGES/totem.mo -share/locale/ml/LC_MESSAGES/totem.mo -share/locale/mr/LC_MESSAGES/totem.mo -share/locale/ms/LC_MESSAGES/totem.mo -share/locale/nb/LC_MESSAGES/totem.mo -share/locale/ne/LC_MESSAGES/totem.mo -share/locale/nl/LC_MESSAGES/totem.mo -share/locale/nn/LC_MESSAGES/totem.mo -share/locale/oc/LC_MESSAGES/totem.mo -share/locale/or/LC_MESSAGES/totem.mo -share/locale/pa/LC_MESSAGES/totem.mo -share/locale/pl/LC_MESSAGES/totem.mo -share/locale/pt/LC_MESSAGES/totem.mo -share/locale/pt_BR/LC_MESSAGES/totem.mo -share/locale/ro/LC_MESSAGES/totem.mo -share/locale/ru/LC_MESSAGES/totem.mo -share/locale/rw/LC_MESSAGES/totem.mo -share/locale/si/LC_MESSAGES/totem.mo -share/locale/sk/LC_MESSAGES/totem.mo -share/locale/sl/LC_MESSAGES/totem.mo -share/locale/sq/LC_MESSAGES/totem.mo -share/locale/sr/LC_MESSAGES/totem.mo -share/locale/sr@latin/LC_MESSAGES/totem.mo -share/locale/sv/LC_MESSAGES/totem.mo -share/locale/ta/LC_MESSAGES/totem.mo -share/locale/te/LC_MESSAGES/totem.mo -share/locale/th/LC_MESSAGES/totem.mo -share/locale/tr/LC_MESSAGES/totem.mo -share/locale/ug/LC_MESSAGES/totem.mo -share/locale/uk/LC_MESSAGES/totem.mo -share/locale/vi/LC_MESSAGES/totem.mo -share/locale/wa/LC_MESSAGES/totem.mo -share/locale/xh/LC_MESSAGES/totem.mo -share/locale/zh_CN/LC_MESSAGES/totem.mo -share/locale/zh_HK/LC_MESSAGES/totem.mo -share/locale/zh_TW/LC_MESSAGES/totem.mo -share/omf/totem/totem-C.omf -share/omf/totem/totem-bg.omf -share/omf/totem/totem-ca.omf -share/omf/totem/totem-cs.omf -share/omf/totem/totem-da.omf -share/omf/totem/totem-de.omf -share/omf/totem/totem-el.omf -share/omf/totem/totem-en_GB.omf -share/omf/totem/totem-es.omf -share/omf/totem/totem-eu.omf -share/omf/totem/totem-fi.omf -share/omf/totem/totem-fr.omf -share/omf/totem/totem-it.omf -share/omf/totem/totem-ja.omf -share/omf/totem/totem-oc.omf -share/omf/totem/totem-pa.omf -share/omf/totem/totem-pl.omf -share/omf/totem/totem-pt_BR.omf -share/omf/totem/totem-ru.omf -share/omf/totem/totem-sv.omf -share/omf/totem/totem-uk.omf -share/omf/totem/totem-zh_CN.omf -share/omf/totem/totem-zh_HK.omf -share/omf/totem/totem-zh_TW.omf -%%DATADIR%%/filmholes-big-left.png -%%DATADIR%%/filmholes-big-right.png -%%DATADIR%%/filmholes.png -%%DATADIR%%/fullscreen.ui -%%DATADIR%%/mozilla-viewer.ui -%%DATADIR%%/playlist.ui -%%DATADIR%%/plugins.ui -%%DATADIR%%/properties.ui -%%DATADIR%%/totem.ui -%%DATADIR%%/uri.ui -%%DATADIR%%/video-list.ui -share/vala/vapi/totem.deps -share/vala/vapi/totem.vapi -@dirrm %%DATADIR%% -@dirrm share/omf/totem -@dirrm share/gnome/help/totem/zh_TW/figures -@dirrm share/gnome/help/totem/zh_TW -@dirrm share/gnome/help/totem/zh_HK/figures -@dirrm share/gnome/help/totem/zh_HK -@dirrm share/gnome/help/totem/zh_CN/figures -@dirrm share/gnome/help/totem/zh_CN -@dirrm share/gnome/help/totem/uk/figures -@dirrm share/gnome/help/totem/uk -@dirrm share/gnome/help/totem/sv/figures -@dirrm share/gnome/help/totem/sv -@dirrm share/gnome/help/totem/ru/figures -@dirrm share/gnome/help/totem/ru -@dirrm share/gnome/help/totem/pt_BR/figures -@dirrm share/gnome/help/totem/pt_BR -@dirrm share/gnome/help/totem/pl/figures -@dirrm share/gnome/help/totem/pl -@dirrm share/gnome/help/totem/pa/figures -@dirrm share/gnome/help/totem/pa -@dirrm share/gnome/help/totem/oc/figures -@dirrm share/gnome/help/totem/oc -@dirrm share/gnome/help/totem/ja/figures -@dirrm share/gnome/help/totem/ja -@dirrm share/gnome/help/totem/it/figures -@dirrm share/gnome/help/totem/it -@dirrm share/gnome/help/totem/fr/figures -@dirrm share/gnome/help/totem/fr -@dirrm share/gnome/help/totem/fi/figures -@dirrm share/gnome/help/totem/fi -@dirrm share/gnome/help/totem/eu/figures -@dirrm share/gnome/help/totem/eu -@dirrm share/gnome/help/totem/es/figures -@dirrm share/gnome/help/totem/es -@dirrm share/gnome/help/totem/en_GB/figures -@dirrm share/gnome/help/totem/en_GB -@dirrm share/gnome/help/totem/el/figures -@dirrm share/gnome/help/totem/el -@dirrm share/gnome/help/totem/de/figures -@dirrm share/gnome/help/totem/de -@dirrm share/gnome/help/totem/da/figures -@dirrm share/gnome/help/totem/da -@dirrm share/gnome/help/totem/cs/figures -@dirrm share/gnome/help/totem/cs -@dirrm share/gnome/help/totem/ca/figures -@dirrm share/gnome/help/totem/ca -@dirrm share/gnome/help/totem/bg/figures -@dirrm share/gnome/help/totem/bg -@dirrm share/gnome/help/totem/C/figures -@dirrm share/gnome/help/totem/C -@dirrm share/gnome/help/totem -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm libexec/totem -@dirrm lib/totem/plugins/youtube -@dirrm lib/totem/plugins/totem -%%TRACKER%%@dirrm lib/totem/plugins/tracker -@dirrm lib/totem/plugins/thumbnail -@dirrm lib/totem/plugins/skipto -@dirrm lib/totem/plugins/screenshot -@dirrm lib/totem/plugins/screensaver -%%PUBLISH%%@dirrm lib/totem/plugins/publish -@dirrm lib/totem/plugins/properties -@dirrm lib/totem/plugins/opensubtitles -@dirrm lib/totem/plugins/ontop -@dirrm lib/totem/plugins/media-player-keys -%%LIRC%%@dirrm lib/totem/plugins/lirc -@dirrm lib/totem/plugins/iplayer -@dirrm lib/totem/plugins/gromit -%%GALAGO%%@dirrm lib/totem/plugins/galago -@dirrm lib/totem/plugins/dbus -@dirrm lib/totem/plugins/coherence_upnp -@dirrm lib/totem/plugins/brasero-disc-recorder -@dirrm lib/totem/plugins -@dirrm lib/totem -%%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile deleted file mode 100644 index 5bc5306f7..000000000 --- a/net-im/empathy/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: empathy -# Date created: 2007-10-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.65 2010/04/23 17:01:23 marcus Exp $ - -PORTNAME= empathy -PORTVERSION= 2.30.1 -CATEGORIES= net-im gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME IM client based around telepathy - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - telepathy.2:${PORTSDIR}/net-im/libtelepathy \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ - telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack -USE_GSTREAMER= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PYTHON= yes -MAKE_JOBS_UNSAFE=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-tpl=no - -GCONF_SCHEMAS= empathy.schemas - -MAN1= empathy.1 - -OPTIONS= JABBER "Enable jabber (XMPP) client support" on \ - MSN "Enable MSN client support" on \ - IRC "Enable IRC client support" on \ - SALUT "Enable link-local (serverless) XMPP support" off \ - HAZE "Enable libpurple protocol integration" off \ - WEBKIT "Enable Adium Message Style themes" on \ - NST "Enable Nautilus SendTo plugin" on \ - MAP "Enable graphical map support" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_JABBER) -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble -.endif - -.if defined(WITH_MSN) -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly -.endif - -.if defined(WITH_IRC) -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle -.endif - -.if !defined(WITHOUT_SALUT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut -.endif - -.if !defined(WITHOUT_HAZE) -RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze -.endif - -.if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+=--enable-webkit -PLIST_SUB+= ADIUM="" -.else -CONFIGURE_ARGS+=--disable-webkit -PLIST_SUB+= ADIUM="@comment " -.endif - -.if defined(WITH_NST) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto -CONFIGURE_ARGS+=--enable-nautilus-sendto=yes -PLIST_SUB+= NST="" -.else -CONFIGURE_ARGS+=--enable-nautilus-sendto=no -PLIST_SUB+= NST="@comment " -.endif - -.if !defined(WITHOUT_MAP) -LIB_DEPENDS+= champlain-0.4.1:${PORTSDIR}/graphics/libchamplain -CONFIGURE_ARGS+=--enable-map -PLIST_SUB+= MAP="" -.else -CONFIGURE_ARGS+=--disable-map -PLIST_SUB+= MAP="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|g ; \ - s|-Werror||g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo deleted file mode 100644 index 25d01ed55..000000000 --- a/net-im/empathy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (empathy-2.30.1.tar.bz2) = 62a048b41421e24eef4fea8193f5d9af -SHA256 (empathy-2.30.1.tar.bz2) = b7f06e609c410f1d6898751977fc6b964b9c3e015daec5cc281db715bc032577 -SIZE (empathy-2.30.1.tar.bz2) = 2651081 diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure deleted file mode 100644 index 1a16aca80..000000000 --- a/net-im/empathy/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-04-10 22:44:46.000000000 +0200 -+++ configure 2010-04-10 22:45:28.000000000 +0200 -@@ -16874,7 +16874,7 @@ - fi - - --if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" == "xyes"; then -+if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" = "xyes"; then - - pkg_failed=no - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TELEPATHY_LOGGER" >&5 diff --git a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c b/net-im/empathy/files/patch-libempathy_emapth-tp-file.c deleted file mode 100644 index 58ac2a65b..000000000 --- a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libempathy/empathy-tp-file.c.orig 2009-06-15 18:52:39.000000000 +0200 -+++ libempathy/empathy-tp-file.c 2009-06-15 18:53:45.000000000 +0200 -@@ -29,6 +29,7 @@ - #include <arpa/inet.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <sys/un.h> - - #include <glib/gi18n-lib.h> diff --git a/net-im/empathy/pkg-descr b/net-im/empathy/pkg-descr deleted file mode 100644 index 0f6191c68..000000000 --- a/net-im/empathy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Empathy consists of a rich set of reusable instant messaging widgets, and a -GNOME client using those widgets. It uses Telepathy and Nokia's Mission Control, -and reuses Gossip's UI. The main goal is to permit desktop integration by -providing libempathy and libempathy-gtk libraries. libempathy-gtk is a set of -powerful widgets that can be embeded into any GNOME application. - -WWW: http://live.gnome.org/Empathy diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist deleted file mode 100644 index 9f1b99bb6..000000000 --- a/net-im/empathy/pkg-plist +++ /dev/null @@ -1,1039 +0,0 @@ -bin/empathy -bin/empathy-accounts -bin/empathy-debugger -%%NST%%lib/nautilus-sendto/plugins/libnstempathy.a -%%NST%%lib/nautilus-sendto/plugins/libnstempathy.la -%%NST%%lib/nautilus-sendto/plugins/libnstempathy.so -share/applications/empathy-accounts.desktop -share/applications/empathy.desktop -share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service -%%DATADIR%%/Template.html -%%DATADIR%%/codec-preferences -%%DATADIR%%/element-properties -%%DATADIR%%/empathy-account-widget-aim.ui -%%DATADIR%%/empathy-account-widget-generic.ui -%%DATADIR%%/empathy-account-widget-groupwise.ui -%%DATADIR%%/empathy-account-widget-icq.ui -%%DATADIR%%/empathy-account-widget-irc.ui -%%DATADIR%%/empathy-account-widget-jabber.ui -%%DATADIR%%/empathy-account-widget-local-xmpp.ui -%%DATADIR%%/empathy-account-widget-msn.ui -%%DATADIR%%/empathy-account-widget-sip.ui -%%DATADIR%%/empathy-account-widget-yahoo.ui -%%DATADIR%%/empathy-accounts-dialog.ui -%%DATADIR%%/empathy-call-window-fullscreen.ui -%%DATADIR%%/empathy-call-window.ui -%%DATADIR%%/empathy-chat-window.ui -%%DATADIR%%/empathy-chat.ui -%%DATADIR%%/empathy-chatroom-manager.dtd -%%DATADIR%%/empathy-chatrooms-window.ui -%%DATADIR%%/empathy-contact-dialogs.ui -%%DATADIR%%/empathy-contact-groups.dtd -%%DATADIR%%/empathy-contact-selector-dialog.ui -%%DATADIR%%/empathy-contact-widget.ui -%%DATADIR%%/empathy-ft-manager.ui -%%DATADIR%%/empathy-import-dialog.ui -%%DATADIR%%/empathy-irc-networks.dtd -%%DATADIR%%/empathy-log-manager.xsl -%%DATADIR%%/empathy-log-window.ui -%%DATADIR%%/empathy-main-window.ui -%%MAP%%%%DATADIR%%/empathy-map-view.ui -%%DATADIR%%/empathy-new-chatroom-dialog.ui -%%DATADIR%%/empathy-preferences.ui -%%DATADIR%%/empathy-search-bar.ui -%%DATADIR%%/empathy-status-icon.ui -%%DATADIR%%/empathy-status-preset-dialog.ui -%%DATADIR%%/empathy-status-presets.dtd -%%DATADIR%%/icons/hicolor/16x16/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-aim.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-ekiga.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-facebook.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-gadugadu.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-gizmo.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-google-talk.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-groupwise.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-icq.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-irc.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-jabber.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-meanwhile.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-msn.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-mxit.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-myspace.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-qq.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-sametime.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-silc.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-sip.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-yahoo.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-zephyr.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-available.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-away.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/16x16/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/16x16/status/im-message.png -%%DATADIR%%/icons/hicolor/16x16/status/user-typing.png -%%DATADIR%%/icons/hicolor/22x22/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-aim.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-ekiga.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-facebook.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-gadugadu.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-gizmo.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-google-talk.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-groupwise.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-icq.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-irc.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-jabber.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-meanwhile.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-msn.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-mxit.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-myspace.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-qq.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-sametime.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-silc.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-sip.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-yahoo.png -%%DATADIR%%/icons/hicolor/22x22/apps/im-zephyr.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-available.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-away.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/22x22/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/24x24/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-aim.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-ekiga.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-gadugadu.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-gizmo.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-google-talk.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-groupwise.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-icq.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-irc.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-jabber.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-meanwhile.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-msn.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-mxit.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-myspace.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-qq.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-sametime.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-silc.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-sip.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-yahoo.png -%%DATADIR%%/icons/hicolor/24x24/apps/im-zephyr.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-available.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-away.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/24x24/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-aim.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-ekiga.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-gadugadu.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-gizmo.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-google-talk.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-groupwise.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-icq.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-irc.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-jabber.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-meanwhile.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-msn.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-mxit.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-myspace.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-qq.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-sametime.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-silc.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-sip.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-yahoo.png -%%DATADIR%%/icons/hicolor/32x32/apps/im-zephyr.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-available.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-away.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/32x32/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-aim.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-ekiga.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-facebook.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-gadugadu.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-gizmo.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-google-talk.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-groupwise.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-icq.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-irc.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-jabber.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-local-xmpp.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-meanwhile.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-msn.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-mxit.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-myspace.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-qq.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-sametime.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-silc.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-sip.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-yahoo.png -%%DATADIR%%/icons/hicolor/48x48/apps/im-zephyr.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-available.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-away.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-busy.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-extended-away.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-offline.png -%%DATADIR%%/icons/hicolor/48x48/status/empathy-pending.png -%%DATADIR%%/icons/hicolor/icon-theme.cache -%%DATADIR%%/icons/hicolor/scalable/apps/im-aim.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-ekiga.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-gadugadu.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-gizmo.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-google-talk.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-groupwise.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-icq.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-irc.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-jabber.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-local-xmpp.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-meanwhile.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-msn.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-mxit.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-myspace.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-qq.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-sametime.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-silc.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-sip.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-yahoo.svg -%%DATADIR%%/icons/hicolor/scalable/apps/im-zephyr.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-available.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-away.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-busy.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-extended-away.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-offline.svg -%%DATADIR%%/icons/hicolor/scalable/status/empathy-pending.svg -%%DATADIR%%/irc-networks.xml -share/gnome/help/empathy/C/account-irc.page -share/gnome/help/empathy/C/account-jabber.page -share/gnome/help/empathy/C/accounts-window.page -share/gnome/help/empathy/C/add-account.page -share/gnome/help/empathy/C/add-contact.page -share/gnome/help/empathy/C/audio-call.page -share/gnome/help/empathy/C/audio-video.page -share/gnome/help/empathy/C/change-status.page -share/gnome/help/empathy/C/create-account.page -share/gnome/help/empathy/C/disable-account.page -share/gnome/help/empathy/C/favorite-rooms.page -share/gnome/help/empathy/C/figures/audio-input-microphone.png -share/gnome/help/empathy/C/figures/available.png -share/gnome/help/empathy/C/figures/away.png -share/gnome/help/empathy/C/figures/busy.png -share/gnome/help/empathy/C/figures/camera-web.png -share/gnome/help/empathy/C/figures/empathy-logo.png -share/gnome/help/empathy/C/figures/empathy-main-window.png -share/gnome/help/empathy/C/figures/gtk-add.png -share/gnome/help/empathy/C/figures/gtk-edit.png -share/gnome/help/empathy/C/figures/gtk-remove.png -share/gnome/help/empathy/C/figures/offline.png -share/gnome/help/empathy/C/geolocation-not-showing.page -share/gnome/help/empathy/C/geolocation-privacy.page -share/gnome/help/empathy/C/geolocation-supported.page -share/gnome/help/empathy/C/geolocation-turn.page -share/gnome/help/empathy/C/geolocation-what-is.page -share/gnome/help/empathy/C/geolocation.page -share/gnome/help/empathy/C/group-conversations.page -share/gnome/help/empathy/C/hide-contacts.page -share/gnome/help/empathy/C/import-account.page -share/gnome/help/empathy/C/index.page -share/gnome/help/empathy/C/introduction.page -share/gnome/help/empathy/C/irc-commands.page -share/gnome/help/empathy/C/irc-join-pwd.page -share/gnome/help/empathy/C/irc-join-room.page -share/gnome/help/empathy/C/irc-manage.page -share/gnome/help/empathy/C/irc-nick-password.page -share/gnome/help/empathy/C/irc-send-file.page -share/gnome/help/empathy/C/irc-start-conversation.page -share/gnome/help/empathy/C/license.page -share/gnome/help/empathy/C/prev-conv.page -share/gnome/help/empathy/C/prob-conn-acctdisabled.page -share/gnome/help/empathy/C/prob-conn-auth.page -share/gnome/help/empathy/C/prob-conn-name.page -share/gnome/help/empathy/C/prob-conn-neterror.page -share/gnome/help/empathy/C/prob-conn.page -share/gnome/help/empathy/C/remove-account.page -share/gnome/help/empathy/C/salut-protocol.page -share/gnome/help/empathy/C/send-file.page -share/gnome/help/empathy/C/send-message.page -share/gnome/help/empathy/C/set-custom-status.page -share/gnome/help/empathy/C/share-desktop.page -share/gnome/help/empathy/C/status-icons.page -share/gnome/help/empathy/C/video-call.page -share/gnome/help/empathy/ca/account-irc.page -share/gnome/help/empathy/ca/account-jabber.page -share/gnome/help/empathy/ca/accounts-window.page -share/gnome/help/empathy/ca/add-account.page -share/gnome/help/empathy/ca/add-contact.page -share/gnome/help/empathy/ca/audio-call.page -share/gnome/help/empathy/ca/audio-video.page -share/gnome/help/empathy/ca/change-status.page -share/gnome/help/empathy/ca/create-account.page -share/gnome/help/empathy/ca/disable-account.page -share/gnome/help/empathy/ca/favorite-rooms.page -share/gnome/help/empathy/ca/figures/audio-input-microphone.png -share/gnome/help/empathy/ca/figures/available.png -share/gnome/help/empathy/ca/figures/away.png -share/gnome/help/empathy/ca/figures/busy.png -share/gnome/help/empathy/ca/figures/camera-web.png -share/gnome/help/empathy/ca/figures/empathy-logo.png -share/gnome/help/empathy/ca/figures/empathy-main-window.png -share/gnome/help/empathy/ca/figures/gtk-add.png -share/gnome/help/empathy/ca/figures/gtk-edit.png -share/gnome/help/empathy/ca/figures/gtk-remove.png -share/gnome/help/empathy/ca/figures/offline.png -share/gnome/help/empathy/ca/geolocation-not-showing.page -share/gnome/help/empathy/ca/geolocation-privacy.page -share/gnome/help/empathy/ca/geolocation-supported.page -share/gnome/help/empathy/ca/geolocation-turn.page -share/gnome/help/empathy/ca/geolocation-what-is.page -share/gnome/help/empathy/ca/geolocation.page -share/gnome/help/empathy/ca/group-conversations.page -share/gnome/help/empathy/ca/hide-contacts.page -share/gnome/help/empathy/ca/import-account.page -share/gnome/help/empathy/ca/index.page -share/gnome/help/empathy/ca/introduction.page -share/gnome/help/empathy/ca/irc-commands.page -share/gnome/help/empathy/ca/irc-join-pwd.page -share/gnome/help/empathy/ca/irc-join-room.page -share/gnome/help/empathy/ca/irc-manage.page -share/gnome/help/empathy/ca/irc-nick-password.page -share/gnome/help/empathy/ca/irc-send-file.page -share/gnome/help/empathy/ca/irc-start-conversation.page -share/gnome/help/empathy/ca/license.page -share/gnome/help/empathy/ca/prev-conv.page -share/gnome/help/empathy/ca/prob-conn-acctdisabled.page -share/gnome/help/empathy/ca/prob-conn-auth.page -share/gnome/help/empathy/ca/prob-conn-name.page -share/gnome/help/empathy/ca/prob-conn-neterror.page -share/gnome/help/empathy/ca/prob-conn.page -share/gnome/help/empathy/ca/remove-account.page -share/gnome/help/empathy/ca/salut-protocol.page -share/gnome/help/empathy/ca/send-file.page -share/gnome/help/empathy/ca/send-message.page -share/gnome/help/empathy/ca/set-custom-status.page -share/gnome/help/empathy/ca/share-desktop.page -share/gnome/help/empathy/ca/status-icons.page -share/gnome/help/empathy/ca/video-call.page -share/gnome/help/empathy/cs/account-irc.page -share/gnome/help/empathy/cs/account-jabber.page -share/gnome/help/empathy/cs/accounts-window.page -share/gnome/help/empathy/cs/add-account.page -share/gnome/help/empathy/cs/add-contact.page -share/gnome/help/empathy/cs/audio-call.page -share/gnome/help/empathy/cs/audio-video.page -share/gnome/help/empathy/cs/change-status.page -share/gnome/help/empathy/cs/create-account.page -share/gnome/help/empathy/cs/disable-account.page -share/gnome/help/empathy/cs/favorite-rooms.page -share/gnome/help/empathy/cs/figures/audio-input-microphone.png -share/gnome/help/empathy/cs/figures/available.png -share/gnome/help/empathy/cs/figures/away.png -share/gnome/help/empathy/cs/figures/busy.png -share/gnome/help/empathy/cs/figures/camera-web.png -share/gnome/help/empathy/cs/figures/empathy-logo.png -share/gnome/help/empathy/cs/figures/empathy-main-window.png -share/gnome/help/empathy/cs/figures/gtk-add.png -share/gnome/help/empathy/cs/figures/gtk-edit.png -share/gnome/help/empathy/cs/figures/gtk-remove.png -share/gnome/help/empathy/cs/figures/offline.png -share/gnome/help/empathy/cs/geolocation-not-showing.page -share/gnome/help/empathy/cs/geolocation-privacy.page -share/gnome/help/empathy/cs/geolocation-supported.page -share/gnome/help/empathy/cs/geolocation-turn.page -share/gnome/help/empathy/cs/geolocation-what-is.page -share/gnome/help/empathy/cs/geolocation.page -share/gnome/help/empathy/cs/group-conversations.page -share/gnome/help/empathy/cs/hide-contacts.page -share/gnome/help/empathy/cs/import-account.page -share/gnome/help/empathy/cs/index.page -share/gnome/help/empathy/cs/introduction.page -share/gnome/help/empathy/cs/irc-commands.page -share/gnome/help/empathy/cs/irc-join-pwd.page -share/gnome/help/empathy/cs/irc-join-room.page -share/gnome/help/empathy/cs/irc-manage.page -share/gnome/help/empathy/cs/irc-nick-password.page -share/gnome/help/empathy/cs/irc-send-file.page -share/gnome/help/empathy/cs/irc-start-conversation.page -share/gnome/help/empathy/cs/license.page -share/gnome/help/empathy/cs/prev-conv.page -share/gnome/help/empathy/cs/prob-conn-acctdisabled.page -share/gnome/help/empathy/cs/prob-conn-auth.page -share/gnome/help/empathy/cs/prob-conn-name.page -share/gnome/help/empathy/cs/prob-conn-neterror.page -share/gnome/help/empathy/cs/prob-conn.page -share/gnome/help/empathy/cs/remove-account.page -share/gnome/help/empathy/cs/salut-protocol.page -share/gnome/help/empathy/cs/send-file.page -share/gnome/help/empathy/cs/send-message.page -share/gnome/help/empathy/cs/set-custom-status.page -share/gnome/help/empathy/cs/share-desktop.page -share/gnome/help/empathy/cs/status-icons.page -share/gnome/help/empathy/cs/video-call.page -share/gnome/help/empathy/de/account-irc.page -share/gnome/help/empathy/de/account-jabber.page -share/gnome/help/empathy/de/accounts-window.page -share/gnome/help/empathy/de/add-account.page -share/gnome/help/empathy/de/add-contact.page -share/gnome/help/empathy/de/audio-call.page -share/gnome/help/empathy/de/audio-video.page -share/gnome/help/empathy/de/change-status.page -share/gnome/help/empathy/de/create-account.page -share/gnome/help/empathy/de/disable-account.page -share/gnome/help/empathy/de/favorite-rooms.page -share/gnome/help/empathy/de/figures/audio-input-microphone.png -share/gnome/help/empathy/de/figures/available.png -share/gnome/help/empathy/de/figures/away.png -share/gnome/help/empathy/de/figures/busy.png -share/gnome/help/empathy/de/figures/camera-web.png -share/gnome/help/empathy/de/figures/empathy-logo.png -share/gnome/help/empathy/de/figures/empathy-main-window.png -share/gnome/help/empathy/de/figures/gtk-add.png -share/gnome/help/empathy/de/figures/gtk-edit.png -share/gnome/help/empathy/de/figures/gtk-remove.png -share/gnome/help/empathy/de/figures/offline.png -share/gnome/help/empathy/de/geolocation-not-showing.page -share/gnome/help/empathy/de/geolocation-privacy.page -share/gnome/help/empathy/de/geolocation-supported.page -share/gnome/help/empathy/de/geolocation-turn.page -share/gnome/help/empathy/de/geolocation-what-is.page -share/gnome/help/empathy/de/geolocation.page -share/gnome/help/empathy/de/group-conversations.page -share/gnome/help/empathy/de/hide-contacts.page -share/gnome/help/empathy/de/import-account.page -share/gnome/help/empathy/de/index.page -share/gnome/help/empathy/de/introduction.page -share/gnome/help/empathy/de/irc-commands.page -share/gnome/help/empathy/de/irc-join-pwd.page -share/gnome/help/empathy/de/irc-join-room.page -share/gnome/help/empathy/de/irc-manage.page -share/gnome/help/empathy/de/irc-nick-password.page -share/gnome/help/empathy/de/irc-send-file.page -share/gnome/help/empathy/de/irc-start-conversation.page -share/gnome/help/empathy/de/license.page -share/gnome/help/empathy/de/prev-conv.page -share/gnome/help/empathy/de/prob-conn-acctdisabled.page -share/gnome/help/empathy/de/prob-conn-auth.page -share/gnome/help/empathy/de/prob-conn-name.page -share/gnome/help/empathy/de/prob-conn-neterror.page -share/gnome/help/empathy/de/prob-conn.page -share/gnome/help/empathy/de/remove-account.page -share/gnome/help/empathy/de/salut-protocol.page -share/gnome/help/empathy/de/send-file.page -share/gnome/help/empathy/de/send-message.page -share/gnome/help/empathy/de/set-custom-status.page -share/gnome/help/empathy/de/share-desktop.page -share/gnome/help/empathy/de/status-icons.page -share/gnome/help/empathy/de/video-call.page -share/gnome/help/empathy/el/account-irc.page -share/gnome/help/empathy/el/account-jabber.page -share/gnome/help/empathy/el/accounts-window.page -share/gnome/help/empathy/el/add-account.page -share/gnome/help/empathy/el/add-contact.page -share/gnome/help/empathy/el/audio-call.page -share/gnome/help/empathy/el/audio-video.page -share/gnome/help/empathy/el/change-status.page -share/gnome/help/empathy/el/create-account.page -share/gnome/help/empathy/el/disable-account.page -share/gnome/help/empathy/el/favorite-rooms.page -share/gnome/help/empathy/el/figures/audio-input-microphone.png -share/gnome/help/empathy/el/figures/available.png -share/gnome/help/empathy/el/figures/away.png -share/gnome/help/empathy/el/figures/busy.png -share/gnome/help/empathy/el/figures/camera-web.png -share/gnome/help/empathy/el/figures/empathy-logo.png -share/gnome/help/empathy/el/figures/empathy-main-window.png -share/gnome/help/empathy/el/figures/gtk-add.png -share/gnome/help/empathy/el/figures/gtk-edit.png -share/gnome/help/empathy/el/figures/gtk-remove.png -share/gnome/help/empathy/el/figures/offline.png -share/gnome/help/empathy/el/geolocation-not-showing.page -share/gnome/help/empathy/el/geolocation-privacy.page -share/gnome/help/empathy/el/geolocation-supported.page -share/gnome/help/empathy/el/geolocation-turn.page -share/gnome/help/empathy/el/geolocation-what-is.page -share/gnome/help/empathy/el/geolocation.page -share/gnome/help/empathy/el/group-conversations.page -share/gnome/help/empathy/el/hide-contacts.page -share/gnome/help/empathy/el/import-account.page -share/gnome/help/empathy/el/index.page -share/gnome/help/empathy/el/introduction.page -share/gnome/help/empathy/el/irc-commands.page -share/gnome/help/empathy/el/irc-join-pwd.page -share/gnome/help/empathy/el/irc-join-room.page -share/gnome/help/empathy/el/irc-manage.page -share/gnome/help/empathy/el/irc-nick-password.page -share/gnome/help/empathy/el/irc-send-file.page -share/gnome/help/empathy/el/irc-start-conversation.page -share/gnome/help/empathy/el/license.page -share/gnome/help/empathy/el/prev-conv.page -share/gnome/help/empathy/el/prob-conn-acctdisabled.page -share/gnome/help/empathy/el/prob-conn-auth.page -share/gnome/help/empathy/el/prob-conn-name.page -share/gnome/help/empathy/el/prob-conn-neterror.page -share/gnome/help/empathy/el/prob-conn.page -share/gnome/help/empathy/el/remove-account.page -share/gnome/help/empathy/el/salut-protocol.page -share/gnome/help/empathy/el/send-file.page -share/gnome/help/empathy/el/send-message.page -share/gnome/help/empathy/el/set-custom-status.page -share/gnome/help/empathy/el/share-desktop.page -share/gnome/help/empathy/el/status-icons.page -share/gnome/help/empathy/el/video-call.page -share/gnome/help/empathy/en_GB/account-irc.page -share/gnome/help/empathy/en_GB/account-jabber.page -share/gnome/help/empathy/en_GB/accounts-window.page -share/gnome/help/empathy/en_GB/add-account.page -share/gnome/help/empathy/en_GB/add-contact.page -share/gnome/help/empathy/en_GB/audio-call.page -share/gnome/help/empathy/en_GB/audio-video.page -share/gnome/help/empathy/en_GB/change-status.page -share/gnome/help/empathy/en_GB/create-account.page -share/gnome/help/empathy/en_GB/disable-account.page -share/gnome/help/empathy/en_GB/favorite-rooms.page -share/gnome/help/empathy/en_GB/figures/audio-input-microphone.png -share/gnome/help/empathy/en_GB/figures/available.png -share/gnome/help/empathy/en_GB/figures/away.png -share/gnome/help/empathy/en_GB/figures/busy.png -share/gnome/help/empathy/en_GB/figures/camera-web.png -share/gnome/help/empathy/en_GB/figures/empathy-logo.png -share/gnome/help/empathy/en_GB/figures/empathy-main-window.png -share/gnome/help/empathy/en_GB/figures/gtk-add.png -share/gnome/help/empathy/en_GB/figures/gtk-edit.png -share/gnome/help/empathy/en_GB/figures/gtk-remove.png -share/gnome/help/empathy/en_GB/figures/offline.png -share/gnome/help/empathy/en_GB/geolocation-not-showing.page -share/gnome/help/empathy/en_GB/geolocation-privacy.page -share/gnome/help/empathy/en_GB/geolocation-supported.page -share/gnome/help/empathy/en_GB/geolocation-turn.page -share/gnome/help/empathy/en_GB/geolocation-what-is.page -share/gnome/help/empathy/en_GB/geolocation.page -share/gnome/help/empathy/en_GB/group-conversations.page -share/gnome/help/empathy/en_GB/hide-contacts.page -share/gnome/help/empathy/en_GB/import-account.page -share/gnome/help/empathy/en_GB/index.page -share/gnome/help/empathy/en_GB/introduction.page -share/gnome/help/empathy/en_GB/irc-commands.page -share/gnome/help/empathy/en_GB/irc-join-pwd.page -share/gnome/help/empathy/en_GB/irc-join-room.page -share/gnome/help/empathy/en_GB/irc-manage.page -share/gnome/help/empathy/en_GB/irc-nick-password.page -share/gnome/help/empathy/en_GB/irc-send-file.page -share/gnome/help/empathy/en_GB/irc-start-conversation.page -share/gnome/help/empathy/en_GB/license.page -share/gnome/help/empathy/en_GB/prev-conv.page -share/gnome/help/empathy/en_GB/prob-conn-acctdisabled.page -share/gnome/help/empathy/en_GB/prob-conn-auth.page -share/gnome/help/empathy/en_GB/prob-conn-name.page -share/gnome/help/empathy/en_GB/prob-conn-neterror.page -share/gnome/help/empathy/en_GB/prob-conn.page -share/gnome/help/empathy/en_GB/remove-account.page -share/gnome/help/empathy/en_GB/salut-protocol.page -share/gnome/help/empathy/en_GB/send-file.page -share/gnome/help/empathy/en_GB/send-message.page -share/gnome/help/empathy/en_GB/set-custom-status.page -share/gnome/help/empathy/en_GB/share-desktop.page -share/gnome/help/empathy/en_GB/status-icons.page -share/gnome/help/empathy/en_GB/video-call.page -share/gnome/help/empathy/es/account-irc.page -share/gnome/help/empathy/es/account-jabber.page -share/gnome/help/empathy/es/accounts-window.page -share/gnome/help/empathy/es/add-account.page -share/gnome/help/empathy/es/add-contact.page -share/gnome/help/empathy/es/audio-call.page -share/gnome/help/empathy/es/audio-video.page -share/gnome/help/empathy/es/change-status.page -share/gnome/help/empathy/es/create-account.page -share/gnome/help/empathy/es/disable-account.page -share/gnome/help/empathy/es/favorite-rooms.page -share/gnome/help/empathy/es/figures/audio-input-microphone.png -share/gnome/help/empathy/es/figures/available.png -share/gnome/help/empathy/es/figures/away.png -share/gnome/help/empathy/es/figures/busy.png -share/gnome/help/empathy/es/figures/camera-web.png -share/gnome/help/empathy/es/figures/empathy-logo.png -share/gnome/help/empathy/es/figures/empathy-main-window.png -share/gnome/help/empathy/es/figures/gtk-add.png -share/gnome/help/empathy/es/figures/gtk-edit.png -share/gnome/help/empathy/es/figures/gtk-remove.png -share/gnome/help/empathy/es/figures/offline.png -share/gnome/help/empathy/es/geolocation-not-showing.page -share/gnome/help/empathy/es/geolocation-privacy.page -share/gnome/help/empathy/es/geolocation-supported.page -share/gnome/help/empathy/es/geolocation-turn.page -share/gnome/help/empathy/es/geolocation-what-is.page -share/gnome/help/empathy/es/geolocation.page -share/gnome/help/empathy/es/group-conversations.page -share/gnome/help/empathy/es/hide-contacts.page -share/gnome/help/empathy/es/import-account.page -share/gnome/help/empathy/es/index.page -share/gnome/help/empathy/es/introduction.page -share/gnome/help/empathy/es/irc-commands.page -share/gnome/help/empathy/es/irc-join-pwd.page -share/gnome/help/empathy/es/irc-join-room.page -share/gnome/help/empathy/es/irc-manage.page -share/gnome/help/empathy/es/irc-nick-password.page -share/gnome/help/empathy/es/irc-send-file.page -share/gnome/help/empathy/es/irc-start-conversation.page -share/gnome/help/empathy/es/license.page -share/gnome/help/empathy/es/prev-conv.page -share/gnome/help/empathy/es/prob-conn-acctdisabled.page -share/gnome/help/empathy/es/prob-conn-auth.page -share/gnome/help/empathy/es/prob-conn-name.page -share/gnome/help/empathy/es/prob-conn-neterror.page -share/gnome/help/empathy/es/prob-conn.page -share/gnome/help/empathy/es/remove-account.page -share/gnome/help/empathy/es/salut-protocol.page -share/gnome/help/empathy/es/send-file.page -share/gnome/help/empathy/es/send-message.page -share/gnome/help/empathy/es/set-custom-status.page -share/gnome/help/empathy/es/share-desktop.page -share/gnome/help/empathy/es/status-icons.page -share/gnome/help/empathy/es/video-call.page -share/gnome/help/empathy/fi/account-irc.page -share/gnome/help/empathy/fi/account-jabber.page -share/gnome/help/empathy/fi/accounts-window.page -share/gnome/help/empathy/fi/add-account.page -share/gnome/help/empathy/fi/add-contact.page -share/gnome/help/empathy/fi/audio-call.page -share/gnome/help/empathy/fi/audio-video.page -share/gnome/help/empathy/fi/change-status.page -share/gnome/help/empathy/fi/create-account.page -share/gnome/help/empathy/fi/disable-account.page -share/gnome/help/empathy/fi/favorite-rooms.page -share/gnome/help/empathy/fi/figures/audio-input-microphone.png -share/gnome/help/empathy/fi/figures/available.png -share/gnome/help/empathy/fi/figures/away.png -share/gnome/help/empathy/fi/figures/busy.png -share/gnome/help/empathy/fi/figures/camera-web.png -share/gnome/help/empathy/fi/figures/empathy-logo.png -share/gnome/help/empathy/fi/figures/empathy-main-window.png -share/gnome/help/empathy/fi/figures/gtk-add.png -share/gnome/help/empathy/fi/figures/gtk-edit.png -share/gnome/help/empathy/fi/figures/gtk-remove.png -share/gnome/help/empathy/fi/figures/offline.png -share/gnome/help/empathy/fi/geolocation-not-showing.page -share/gnome/help/empathy/fi/geolocation-privacy.page -share/gnome/help/empathy/fi/geolocation-supported.page -share/gnome/help/empathy/fi/geolocation-turn.page -share/gnome/help/empathy/fi/geolocation-what-is.page -share/gnome/help/empathy/fi/geolocation.page -share/gnome/help/empathy/fi/group-conversations.page -share/gnome/help/empathy/fi/hide-contacts.page -share/gnome/help/empathy/fi/import-account.page -share/gnome/help/empathy/fi/index.page -share/gnome/help/empathy/fi/introduction.page -share/gnome/help/empathy/fi/irc-commands.page -share/gnome/help/empathy/fi/irc-join-pwd.page -share/gnome/help/empathy/fi/irc-join-room.page -share/gnome/help/empathy/fi/irc-manage.page -share/gnome/help/empathy/fi/irc-nick-password.page -share/gnome/help/empathy/fi/irc-send-file.page -share/gnome/help/empathy/fi/irc-start-conversation.page -share/gnome/help/empathy/fi/license.page -share/gnome/help/empathy/fi/prev-conv.page -share/gnome/help/empathy/fi/prob-conn-acctdisabled.page -share/gnome/help/empathy/fi/prob-conn-auth.page -share/gnome/help/empathy/fi/prob-conn-name.page -share/gnome/help/empathy/fi/prob-conn-neterror.page -share/gnome/help/empathy/fi/prob-conn.page -share/gnome/help/empathy/fi/remove-account.page -share/gnome/help/empathy/fi/salut-protocol.page -share/gnome/help/empathy/fi/send-file.page -share/gnome/help/empathy/fi/send-message.page -share/gnome/help/empathy/fi/set-custom-status.page -share/gnome/help/empathy/fi/share-desktop.page -share/gnome/help/empathy/fi/status-icons.page -share/gnome/help/empathy/fi/video-call.page -share/gnome/help/empathy/fr/account-irc.page -share/gnome/help/empathy/fr/account-jabber.page -share/gnome/help/empathy/fr/accounts-window.page -share/gnome/help/empathy/fr/add-account.page -share/gnome/help/empathy/fr/add-contact.page -share/gnome/help/empathy/fr/audio-call.page -share/gnome/help/empathy/fr/audio-video.page -share/gnome/help/empathy/fr/change-status.page -share/gnome/help/empathy/fr/create-account.page -share/gnome/help/empathy/fr/disable-account.page -share/gnome/help/empathy/fr/favorite-rooms.page -share/gnome/help/empathy/fr/figures/audio-input-microphone.png -share/gnome/help/empathy/fr/figures/available.png -share/gnome/help/empathy/fr/figures/away.png -share/gnome/help/empathy/fr/figures/busy.png -share/gnome/help/empathy/fr/figures/camera-web.png -share/gnome/help/empathy/fr/figures/empathy-logo.png -share/gnome/help/empathy/fr/figures/empathy-main-window.png -share/gnome/help/empathy/fr/figures/gtk-add.png -share/gnome/help/empathy/fr/figures/gtk-edit.png -share/gnome/help/empathy/fr/figures/gtk-remove.png -share/gnome/help/empathy/fr/figures/offline.png -share/gnome/help/empathy/fr/geolocation-not-showing.page -share/gnome/help/empathy/fr/geolocation-privacy.page -share/gnome/help/empathy/fr/geolocation-supported.page -share/gnome/help/empathy/fr/geolocation-turn.page -share/gnome/help/empathy/fr/geolocation-what-is.page -share/gnome/help/empathy/fr/geolocation.page -share/gnome/help/empathy/fr/group-conversations.page -share/gnome/help/empathy/fr/hide-contacts.page -share/gnome/help/empathy/fr/import-account.page -share/gnome/help/empathy/fr/index.page -share/gnome/help/empathy/fr/introduction.page -share/gnome/help/empathy/fr/irc-commands.page -share/gnome/help/empathy/fr/irc-join-pwd.page -share/gnome/help/empathy/fr/irc-join-room.page -share/gnome/help/empathy/fr/irc-manage.page -share/gnome/help/empathy/fr/irc-nick-password.page -share/gnome/help/empathy/fr/irc-send-file.page -share/gnome/help/empathy/fr/irc-start-conversation.page -share/gnome/help/empathy/fr/license.page -share/gnome/help/empathy/fr/prev-conv.page -share/gnome/help/empathy/fr/prob-conn-acctdisabled.page -share/gnome/help/empathy/fr/prob-conn-auth.page -share/gnome/help/empathy/fr/prob-conn-name.page -share/gnome/help/empathy/fr/prob-conn-neterror.page -share/gnome/help/empathy/fr/prob-conn.page -share/gnome/help/empathy/fr/remove-account.page -share/gnome/help/empathy/fr/salut-protocol.page -share/gnome/help/empathy/fr/send-file.page -share/gnome/help/empathy/fr/send-message.page -share/gnome/help/empathy/fr/set-custom-status.page -share/gnome/help/empathy/fr/share-desktop.page -share/gnome/help/empathy/fr/status-icons.page -share/gnome/help/empathy/fr/video-call.page -share/gnome/help/empathy/it/account-irc.page -share/gnome/help/empathy/it/account-jabber.page -share/gnome/help/empathy/it/accounts-window.page -share/gnome/help/empathy/it/add-account.page -share/gnome/help/empathy/it/add-contact.page -share/gnome/help/empathy/it/audio-call.page -share/gnome/help/empathy/it/audio-video.page -share/gnome/help/empathy/it/change-status.page -share/gnome/help/empathy/it/create-account.page -share/gnome/help/empathy/it/disable-account.page -share/gnome/help/empathy/it/favorite-rooms.page -share/gnome/help/empathy/it/figures/audio-input-microphone.png -share/gnome/help/empathy/it/figures/available.png -share/gnome/help/empathy/it/figures/away.png -share/gnome/help/empathy/it/figures/busy.png -share/gnome/help/empathy/it/figures/camera-web.png -share/gnome/help/empathy/it/figures/empathy-logo.png -share/gnome/help/empathy/it/figures/empathy-main-window.png -share/gnome/help/empathy/it/figures/gtk-add.png -share/gnome/help/empathy/it/figures/gtk-edit.png -share/gnome/help/empathy/it/figures/gtk-remove.png -share/gnome/help/empathy/it/figures/offline.png -share/gnome/help/empathy/it/geolocation-not-showing.page -share/gnome/help/empathy/it/geolocation-privacy.page -share/gnome/help/empathy/it/geolocation-supported.page -share/gnome/help/empathy/it/geolocation-turn.page -share/gnome/help/empathy/it/geolocation-what-is.page -share/gnome/help/empathy/it/geolocation.page -share/gnome/help/empathy/it/group-conversations.page -share/gnome/help/empathy/it/hide-contacts.page -share/gnome/help/empathy/it/import-account.page -share/gnome/help/empathy/it/index.page -share/gnome/help/empathy/it/introduction.page -share/gnome/help/empathy/it/irc-commands.page -share/gnome/help/empathy/it/irc-join-pwd.page -share/gnome/help/empathy/it/irc-join-room.page -share/gnome/help/empathy/it/irc-manage.page -share/gnome/help/empathy/it/irc-nick-password.page -share/gnome/help/empathy/it/irc-send-file.page -share/gnome/help/empathy/it/irc-start-conversation.page -share/gnome/help/empathy/it/license.page -share/gnome/help/empathy/it/prev-conv.page -share/gnome/help/empathy/it/prob-conn-acctdisabled.page -share/gnome/help/empathy/it/prob-conn-auth.page -share/gnome/help/empathy/it/prob-conn-name.page -share/gnome/help/empathy/it/prob-conn-neterror.page -share/gnome/help/empathy/it/prob-conn.page -share/gnome/help/empathy/it/remove-account.page -share/gnome/help/empathy/it/salut-protocol.page -share/gnome/help/empathy/it/send-file.page -share/gnome/help/empathy/it/send-message.page -share/gnome/help/empathy/it/set-custom-status.page -share/gnome/help/empathy/it/share-desktop.page -share/gnome/help/empathy/it/status-icons.page -share/gnome/help/empathy/it/video-call.page -share/gnome/help/empathy/ru/account-irc.page -share/gnome/help/empathy/ru/account-jabber.page -share/gnome/help/empathy/ru/accounts-window.page -share/gnome/help/empathy/ru/add-account.page -share/gnome/help/empathy/ru/add-contact.page -share/gnome/help/empathy/ru/audio-call.page -share/gnome/help/empathy/ru/audio-video.page -share/gnome/help/empathy/ru/change-status.page -share/gnome/help/empathy/ru/create-account.page -share/gnome/help/empathy/ru/disable-account.page -share/gnome/help/empathy/ru/favorite-rooms.page -share/gnome/help/empathy/ru/figures/audio-input-microphone.png -share/gnome/help/empathy/ru/figures/available.png -share/gnome/help/empathy/ru/figures/away.png -share/gnome/help/empathy/ru/figures/busy.png -share/gnome/help/empathy/ru/figures/camera-web.png -share/gnome/help/empathy/ru/figures/empathy-logo.png -share/gnome/help/empathy/ru/figures/empathy-main-window.png -share/gnome/help/empathy/ru/figures/gtk-add.png -share/gnome/help/empathy/ru/figures/gtk-edit.png -share/gnome/help/empathy/ru/figures/gtk-remove.png -share/gnome/help/empathy/ru/figures/offline.png -share/gnome/help/empathy/ru/geolocation-not-showing.page -share/gnome/help/empathy/ru/geolocation-privacy.page -share/gnome/help/empathy/ru/geolocation-supported.page -share/gnome/help/empathy/ru/geolocation-turn.page -share/gnome/help/empathy/ru/geolocation-what-is.page -share/gnome/help/empathy/ru/geolocation.page -share/gnome/help/empathy/ru/group-conversations.page -share/gnome/help/empathy/ru/hide-contacts.page -share/gnome/help/empathy/ru/import-account.page -share/gnome/help/empathy/ru/index.page -share/gnome/help/empathy/ru/introduction.page -share/gnome/help/empathy/ru/irc-commands.page -share/gnome/help/empathy/ru/irc-join-pwd.page -share/gnome/help/empathy/ru/irc-join-room.page -share/gnome/help/empathy/ru/irc-manage.page -share/gnome/help/empathy/ru/irc-nick-password.page -share/gnome/help/empathy/ru/irc-send-file.page -share/gnome/help/empathy/ru/irc-start-conversation.page -share/gnome/help/empathy/ru/license.page -share/gnome/help/empathy/ru/prev-conv.page -share/gnome/help/empathy/ru/prob-conn-acctdisabled.page -share/gnome/help/empathy/ru/prob-conn-auth.page -share/gnome/help/empathy/ru/prob-conn-name.page -share/gnome/help/empathy/ru/prob-conn-neterror.page -share/gnome/help/empathy/ru/prob-conn.page -share/gnome/help/empathy/ru/remove-account.page -share/gnome/help/empathy/ru/salut-protocol.page -share/gnome/help/empathy/ru/send-file.page -share/gnome/help/empathy/ru/send-message.page -share/gnome/help/empathy/ru/set-custom-status.page -share/gnome/help/empathy/ru/share-desktop.page -share/gnome/help/empathy/ru/status-icons.page -share/gnome/help/empathy/ru/video-call.page -share/gnome/help/empathy/sv/account-irc.page -share/gnome/help/empathy/sv/account-jabber.page -share/gnome/help/empathy/sv/accounts-window.page -share/gnome/help/empathy/sv/add-account.page -share/gnome/help/empathy/sv/add-contact.page -share/gnome/help/empathy/sv/audio-call.page -share/gnome/help/empathy/sv/audio-video.page -share/gnome/help/empathy/sv/change-status.page -share/gnome/help/empathy/sv/create-account.page -share/gnome/help/empathy/sv/disable-account.page -share/gnome/help/empathy/sv/favorite-rooms.page -share/gnome/help/empathy/sv/figures/audio-input-microphone.png -share/gnome/help/empathy/sv/figures/available.png -share/gnome/help/empathy/sv/figures/away.png -share/gnome/help/empathy/sv/figures/busy.png -share/gnome/help/empathy/sv/figures/camera-web.png -share/gnome/help/empathy/sv/figures/empathy-logo.png -share/gnome/help/empathy/sv/figures/empathy-main-window.png -share/gnome/help/empathy/sv/figures/gtk-add.png -share/gnome/help/empathy/sv/figures/gtk-edit.png -share/gnome/help/empathy/sv/figures/gtk-remove.png -share/gnome/help/empathy/sv/figures/offline.png -share/gnome/help/empathy/sv/geolocation-not-showing.page -share/gnome/help/empathy/sv/geolocation-privacy.page -share/gnome/help/empathy/sv/geolocation-supported.page -share/gnome/help/empathy/sv/geolocation-turn.page -share/gnome/help/empathy/sv/geolocation-what-is.page -share/gnome/help/empathy/sv/geolocation.page -share/gnome/help/empathy/sv/group-conversations.page -share/gnome/help/empathy/sv/hide-contacts.page -share/gnome/help/empathy/sv/import-account.page -share/gnome/help/empathy/sv/index.page -share/gnome/help/empathy/sv/introduction.page -share/gnome/help/empathy/sv/irc-commands.page -share/gnome/help/empathy/sv/irc-join-pwd.page -share/gnome/help/empathy/sv/irc-join-room.page -share/gnome/help/empathy/sv/irc-manage.page -share/gnome/help/empathy/sv/irc-nick-password.page -share/gnome/help/empathy/sv/irc-send-file.page -share/gnome/help/empathy/sv/irc-start-conversation.page -share/gnome/help/empathy/sv/license.page -share/gnome/help/empathy/sv/prev-conv.page -share/gnome/help/empathy/sv/prob-conn-acctdisabled.page -share/gnome/help/empathy/sv/prob-conn-auth.page -share/gnome/help/empathy/sv/prob-conn-name.page -share/gnome/help/empathy/sv/prob-conn-neterror.page -share/gnome/help/empathy/sv/prob-conn.page -share/gnome/help/empathy/sv/remove-account.page -share/gnome/help/empathy/sv/salut-protocol.page -share/gnome/help/empathy/sv/send-file.page -share/gnome/help/empathy/sv/send-message.page -share/gnome/help/empathy/sv/set-custom-status.page -share/gnome/help/empathy/sv/share-desktop.page -share/gnome/help/empathy/sv/status-icons.page -share/gnome/help/empathy/sv/video-call.page -share/icons/hicolor/16x16/apps/empathy.png -share/icons/hicolor/22x22/apps/empathy.png -share/icons/hicolor/24x24/apps/empathy.png -share/icons/hicolor/32x32/apps/empathy.png -share/icons/hicolor/48x48/apps/empathy.png -share/icons/hicolor/scalable/apps/empathy.svg -share/locale/ar/LC_MESSAGES/empathy.mo -share/locale/as/LC_MESSAGES/empathy.mo -share/locale/ast/LC_MESSAGES/empathy.mo -share/locale/az/LC_MESSAGES/empathy.mo -share/locale/be/LC_MESSAGES/empathy.mo -share/locale/be@latin/LC_MESSAGES/empathy.mo -share/locale/bg/LC_MESSAGES/empathy.mo -share/locale/bn/LC_MESSAGES/empathy.mo -share/locale/bn_IN/LC_MESSAGES/empathy.mo -share/locale/br/LC_MESSAGES/empathy.mo -share/locale/ca/LC_MESSAGES/empathy.mo -share/locale/ca@valencia/LC_MESSAGES/empathy.mo -share/locale/crh/LC_MESSAGES/empathy.mo -share/locale/cs/LC_MESSAGES/empathy.mo -share/locale/cy/LC_MESSAGES/empathy.mo -share/locale/da/LC_MESSAGES/empathy.mo -share/locale/de/LC_MESSAGES/empathy.mo -share/locale/dz/LC_MESSAGES/empathy.mo -share/locale/el/LC_MESSAGES/empathy.mo -share/locale/en@shaw/LC_MESSAGES/empathy.mo -share/locale/en_CA/LC_MESSAGES/empathy.mo -share/locale/en_GB/LC_MESSAGES/empathy.mo -share/locale/eo/LC_MESSAGES/empathy.mo -share/locale/es/LC_MESSAGES/empathy.mo -share/locale/et/LC_MESSAGES/empathy.mo -share/locale/eu/LC_MESSAGES/empathy.mo -share/locale/fi/LC_MESSAGES/empathy.mo -share/locale/fr/LC_MESSAGES/empathy.mo -share/locale/ga/LC_MESSAGES/empathy.mo -share/locale/gl/LC_MESSAGES/empathy.mo -share/locale/gu/LC_MESSAGES/empathy.mo -share/locale/he/LC_MESSAGES/empathy.mo -share/locale/hi/LC_MESSAGES/empathy.mo -share/locale/hr/LC_MESSAGES/empathy.mo -share/locale/hu/LC_MESSAGES/empathy.mo -share/locale/it/LC_MESSAGES/empathy.mo -share/locale/ja/LC_MESSAGES/empathy.mo -share/locale/kn/LC_MESSAGES/empathy.mo -share/locale/ko/LC_MESSAGES/empathy.mo -share/locale/ku/LC_MESSAGES/empathy.mo -share/locale/lt/LC_MESSAGES/empathy.mo -share/locale/lv/LC_MESSAGES/empathy.mo -share/locale/mai/LC_MESSAGES/empathy.mo -share/locale/mk/LC_MESSAGES/empathy.mo -share/locale/ml/LC_MESSAGES/empathy.mo -share/locale/mr/LC_MESSAGES/empathy.mo -share/locale/ms/LC_MESSAGES/empathy.mo -share/locale/nb/LC_MESSAGES/empathy.mo -share/locale/ne/LC_MESSAGES/empathy.mo -share/locale/nl/LC_MESSAGES/empathy.mo -share/locale/oc/LC_MESSAGES/empathy.mo -share/locale/or/LC_MESSAGES/empathy.mo -share/locale/pa/LC_MESSAGES/empathy.mo -share/locale/pl/LC_MESSAGES/empathy.mo -share/locale/ps/LC_MESSAGES/empathy.mo -share/locale/pt/LC_MESSAGES/empathy.mo -share/locale/pt_BR/LC_MESSAGES/empathy.mo -share/locale/ro/LC_MESSAGES/empathy.mo -share/locale/ru/LC_MESSAGES/empathy.mo -share/locale/si/LC_MESSAGES/empathy.mo -share/locale/sl/LC_MESSAGES/empathy.mo -share/locale/sq/LC_MESSAGES/empathy.mo -share/locale/sr/LC_MESSAGES/empathy.mo -share/locale/sr@latin/LC_MESSAGES/empathy.mo -share/locale/sv/LC_MESSAGES/empathy.mo -share/locale/ta/LC_MESSAGES/empathy.mo -share/locale/te/LC_MESSAGES/empathy.mo -share/locale/th/LC_MESSAGES/empathy.mo -share/locale/tr/LC_MESSAGES/empathy.mo -share/locale/uk/LC_MESSAGES/empathy.mo -share/locale/vi/LC_MESSAGES/empathy.mo -share/locale/zh_CN/LC_MESSAGES/empathy.mo -share/locale/zh_HK/LC_MESSAGES/empathy.mo -share/locale/zh_TW/LC_MESSAGES/empathy.mo -share/telepathy/clients/Empathy.client -@dirrmtry share/telepathy/clients -@dirrmtry share/telepathy -@dirrm share/gnome/help/empathy/sv/figures -@dirrm share/gnome/help/empathy/sv -@dirrm share/gnome/help/empathy/ru/figures -@dirrm share/gnome/help/empathy/ru -@dirrm share/gnome/help/empathy/it/figures -@dirrm share/gnome/help/empathy/it -@dirrm share/gnome/help/empathy/fr/figures -@dirrm share/gnome/help/empathy/fr -@dirrm share/gnome/help/empathy/fi/figures -@dirrm share/gnome/help/empathy/fi -@dirrm share/gnome/help/empathy/es/figures -@dirrm share/gnome/help/empathy/es -@dirrm share/gnome/help/empathy/en_GB/figures -@dirrm share/gnome/help/empathy/en_GB -@dirrm share/gnome/help/empathy/el/figures -@dirrm share/gnome/help/empathy/el -@dirrm share/gnome/help/empathy/de/figures -@dirrm share/gnome/help/empathy/de -@dirrm share/gnome/help/empathy/cs/figures -@dirrm share/gnome/help/empathy/cs -@dirrm share/gnome/help/empathy/ca/figures -@dirrm share/gnome/help/empathy/ca -@dirrm share/gnome/help/empathy/C/figures -@dirrm share/gnome/help/empathy/C -@dirrm share/gnome/help/empathy -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/apps -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile deleted file mode 100644 index 75eebe24f..000000000 --- a/net-im/libpurple/Makefile +++ /dev/null @@ -1,336 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/libpurple/Makefile,v 1.31 2010/04/03 16:39:57 avl Exp $ -# - -PORTNAME?= libpurple -PORTVERSION= 2.6.6 -PORTREVISION?= 2 -CATEGORIES?= net-im -MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} -DISTNAME= pidgin-${PORTVERSION} - -MAINTAINER?= marcus@FreeBSD.org -COMMENT?= Backend library for the Pidgin multi-protocol messaging client - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS?=--disable-gtkui \ - --disable-consoleui \ - --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \ - --disable-nm -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIB="${PTHREAD_LIBS}" - -.if !defined(PIDGIN_SLAVE) -# Pidgin slave ports that require the following functionality, must explicitly -# set these macros themselves. -USE_GETTEXT= yes -USE_ICONV= yes -USE_LDCONFIG= yes -WANT_GNOME= yes -USE_PYTHON= yes - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.endif - -PRPL_MODULES= - -OPTIONS= BONJOUR "Enable mDNS support" on \ - DBUS "Enable DBUS bindings" on \ - GNUTLS "GNUTLS encryption support" off \ - NSS "Mozilla NSS encryption support" on \ - SASL "Cyrus SASL support (for jabberd)" off \ - GSTREAMER "Use GStreamer for playing sounds" on \ - VV "Enable video and voice support" on \ - IDN "Enable support for international domains" on \ - PERL "Perl scripting" off \ - TCLTK "Tcl/Tk scripting" off \ - SAMETIME "The Lotus Sametime chat protocol" off \ - SILC "The Secure Internet Live Conferencing protocol" off \ - GG "The Gadu-Gadu chat protocol" on \ - IRC "The Internet Relay Chat protocol" on \ - JABBER "The Jabber/XMPP/Google Talk protocol" on \ - MSN "The MSN Messenger protocol" on \ - MYSPACE "The MySpaceIM protocol" on \ - NOVELL "The Novell GroupWise chat protocol" on \ - OSCAR "The AIM/ICQ/Oscar protocol" on \ - QQ "The Tercent QQ chat protocol" on \ - SIMPLE "The SIMPLE chat protocol" on \ - YAHOO "The Yahoo! Messenger protocol" on \ - ZEPHYR "The Zephyr chat protocol" on - -.if defined(WITH_GTKUI) -OPTIONS+= GTKSPELL "Spell checking support" on \ - CAP "Enable Contact Availability Prediction plugin" on -.endif - -CONFIGURE_ARGS+=--disable-doxygen - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106) -CFLAGS+= -D_XOPEN_SOURCE_EXTENDED -.endif - -.if !defined(PIDGIN_SLAVE) -.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) -USE_GNOME+= gconf2 -GCONF_SCHEMAS= purple.schemas -.endif -.endif - -#.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!="" -#USE_GNOME+= evolutiondataserver -#PLIST_SUB+= EVO="" -#CONFIGURE_ARGS+= --enable-gevolution -#.else -CONFIGURE_ARGS+= --disable-gevolution -PLIST_SUB+= EVO="@comment not installed: " -#.endif - -.if !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER+= core good -.else -CONFIGURE_ARGS+=--disable-gstreamer -.endif - -.if !defined(WITHOUT_VV) -LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 -PLIST_SUB+= VV="" -.else -CONFIGURE_ARGS+=--disable-vv -PLIST_SUB+= VV="@comment " -.endif - -.if !defined(WITHOUT_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn -.else -CONFIGURE_ARGS+=--disable-idn -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_CAP) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 -CONFIGURE_ARGS+=--enable-cap -PLIST_SUB+= CAP="" -.else -CONFIGURE_ARGS+=--disable-cap -PLIST_SUB+= CAP="@comment not installed: " -.endif - -.if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls -CONFIGURE_ARGS+= --enable-gnutls=yes -PLIST_SUB+= GNUTLS="" -.else -CONFIGURE_ARGS+= --enable-gnutls=no -PLIST_SUB+= GNUTLS="@comment " -.endif - -.if !defined(WITHOUT_NSS) -LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss -CONFIGURE_ARGS+= --enable-nss=yes \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss -PLIST_SUB+= NSS="" -.else -CONFIGURE_ARGS+= --enable-nss=no -PLIST_SUB+= NSS="@comment " -.endif - -.if defined(WITH_SASL) -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-cyrus-sasl -.endif - -.if !defined(WITHOUT_BONJOUR) -LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app -PLIST_SUB+= BONJOUR="" -PRPL_MODULES:= bonjour,${PRPL_MODULES} -.else -CONFIGURE_ARGS+=--disable-avahi -PLIST_SUB+= BONJOUR="@comment not installed: " -.endif - -.if defined(WITH_TCLTK) -TCLTK_VER?= 8.4 # user can override it -TCLTK_VER_NODOT= ${TCLTK_VER:S/.//} -.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4 -.error Currently Pidgin can only use Tcl/Tk 8.3 or 8.4 -.endif -LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT} -CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \ - --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER} -CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER} -PLIST_SUB+= TCL:="" -.else -CONFIGURE_ARGS+= --disable-tcl -PLIST_SUB+= TCL:="@comment not installed: " -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -.else -CONFIGURE_ARGS+= --disable-gtkspell -.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.if !defined(PIDGIN_SLAVE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -.endif -CONFIGURE_ARGS+= --enable-dbus -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+= --disable-dbus -PLIST_SUB+= DBUS="@comment not installed: " -.endif - -.if defined(WITH_PERL) -USE_PERL5= yes -CONFIGURE_ARGS+= --with-perl-lib=site -PLIST_SUB+= PERL:="" -.if !defined(PIDGIN_SLAVE) -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3+= Purple.3 -.endif -.else -CONFIGURE_ARGS+= --disable-perl -PLIST_SUB+= PERL:="@comment not installed: " -.endif - -.if defined(WITH_SAMETIME) -LIB_DEPENDS+= meanwhile.1:${PORTSDIR}/net-im/meanwhile -PLIST_SUB+= SAMETIME="" -PRPL_MODULES:= sametime,${PRPL_MODULES} -.else -PLIST_SUB+= SAMETIME="@comment not installed: " -CONFIGURE_ARGS+=--disable-meanwhile -.endif - -.if defined(WITH_SILC) -LIB_DEPENDS+= silcclient-1.1:${PORTSDIR}/devel/silc-toolkit -CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \ - --with-silc-libs=${LOCALBASE}/lib -PLIST_SUB+= SILC="" -PRPL_MODULES:= silc,${PRPL_MODULES} -.else -PLIST_SUB+= SILC="@comment not installed: " -.endif - -.if !defined(WITHOUT_GG) -PLIST_SUB+= GG="" -PRPL_MODULES:= gg,${PRPL_MODULES} -.else -PLIST_SUB+= GG="@comment not installed: " -.endif - -.if !defined(WITHOUT_IRC) -PLIST_SUB+= IRC="" -PRPL_MODULES:= irc,${PRPL_MODULES} -.else -PLIST_SUB+= IRC="@comment not installed: " -.endif - -.if !defined(WITHOUT_JABBER) -PLIST_SUB+= JABBER="" -PRPL_MODULES:= jabber,${PRPL_MODULES} -.else -PLIST_SUB+= JABBER="@comment not installed: " -.endif - -.if !defined(WITHOUT_MSN) -PLIST_SUB+= MSN="" -PRPL_MODULES:= msn,${PRPL_MODULES} -.else -PLIST_SUB+= MSN="@comment not installed: " -.endif - -.if !defined(WITHOUT_MYSPACE) -PLIST_SUB+= MYSPACE="" -PRPL_MODULES:= myspace,${PRPL_MODULES} -.else -PLIST_SUB+= MYSPACE="@comment not installed: " -.endif - -.if !defined(WITHOUT_NOVELL) -PLIST_SUB+= NOVELL="" -PRPL_MODULES:= novell,${PRPL_MODULES} -.else -PLIST_SUB+= NOVELL="@comment not installed: " -.endif - -.if !defined(WITHOUT_OSCAR) -PLIST_SUB+= OSCAR="" -PRPL_MODULES:= oscar,${PRPL_MODULES} -.else -PLIST_SUB+= OSCAR="@comment not installed: " -.endif - -.if !defined(WITHOUT_QQ) -PLIST_SUB+= QQ="" -PRPL_MODULES:= qq,${PRPL_MODULES} -.else -PLIST_SUB+= QQ="@comment not installed: " -.endif - -.if !defined(WITHOUT_SIMPLE) -PLIST_SUB+= SIMPLE="" -PRPL_MODULES:= simple,${PRPL_MODULES} -.else -PLIST_SUB+= SIMPLE="@comment not installed: " -.endif - -.if !defined(WITHOUT_YAHOO) -PLIST_SUB+= YAHOO="" -PRPL_MODULES:= yahoo,${PRPL_MODULES} -.else -PLIST_SUB+= YAHOO="@comment not installed: " -.endif - -.if !defined(WITHOUT_ZEPHYR) -PLIST_SUB+= ZEPHYR="" -PRPL_MODULES:= zephyr,${PRPL_MODULES} -.else -PLIST_SUB+= ZEPHYR="@comment not installed: " -.endif - -pre-everything:: -.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS) - @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options." -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - -e 's|-lpanel |-lpanel -lncurses|g' \ - -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \ - -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ - -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/libpurple/purple-send \ - ${WRKSRC}/libpurple/purple-send-async - @${REINPLACE_CMD} -e 's|/python|/env python|' \ - ${WRKSRC}/libpurple/purple-remote \ - ${WRKSRC}/libpurple/purple-url-handler -.if defined(PIDGIN_SLAVE) - @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[$$][(]top_builddir[)]/libpurple/libpurple.la|${LOCALBASE}/lib/libpurple.la|g' -.endif - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} - -.include <bsd.port.post.mk> diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo deleted file mode 100644 index d9519fb96..000000000 --- a/net-im/libpurple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pidgin-2.6.6.tar.bz2) = b37ab6c52db8355e8c70c044c2ba17c1 -SHA256 (pidgin-2.6.6.tar.bz2) = 6ebbe9d339246dfebb244e4c855c4feb678f120d1024ef2ee269e2fde77b2ad9 -SIZE (pidgin-2.6.6.tar.bz2) = 9479337 diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c deleted file mode 100644 index b4cd06b4b..000000000 --- a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c +++ /dev/null @@ -1,15 +0,0 @@ ---- finch/libgnt/gntwm.c.orig 2008-03-08 13:10:52.000000000 -0500 -+++ finch/libgnt/gntwm.c 2008-03-08 13:13:56.000000000 -0500 -@@ -24,6 +24,12 @@ - - #ifdef USE_PYTHON - #include <Python.h> -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#if (__FreeBSD_version <= 700032 && __FreeBSD_version >= 700000) || __FreeBSD_version <= 602106 -+#undef _XOPEN_SOURCE_EXTENDED -+#endif -+#endif - #else - #define _GNU_SOURCE - #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) diff --git a/net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c b/net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c deleted file mode 100644 index 2d8d1d956..000000000 --- a/net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libpurple/protocols/zephyr/Zinternal.c.orig 2010-01-21 11:30:42.000000000 -0800 -+++ libpurple/protocols/zephyr/Zinternal.c 2010-01-21 11:30:50.000000000 -0800 -@@ -30,7 +30,6 @@ - #else - #include <arpa/inet.h> - #include <sys/socket.h> --#include <utmp.h> - #endif - - int __Zephyr_fd = -1; diff --git a/net-im/libpurple/pkg-descr b/net-im/libpurple/pkg-descr deleted file mode 100644 index 9e72c5831..000000000 --- a/net-im/libpurple/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Pidgin is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, -and Zephyr networks. - -Pidgin users can log in to multiple accounts on multiple IM networks -simultaneously. This means that you can be chatting with friends on AOL -Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an -IRC channel all at the same time. - -Pidgin supports many features of the various networks, such as file transfer -(coming soon), away messages, typing notification, and MSN window closing -notification. It also goes beyond that and provides many unique features. A -few popular features are Buddy Pounces, which give the ability to notify you, -send a message, play a sound, or run a program when a specific buddy goes away, -signs online, or returns from idle; and plugins, consisting of text -replacement, a buddy ticker, extended message notification, iconify on away, -and more. - -(Adapted from the About Pidgin page.) - -Libgaim is a backend library and protocol modules needed for Pidgin frontend -frontends such as the GTK+ and console UIs. - -WWW: http://www.pidgin.im/ diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist deleted file mode 100644 index 82bb209c2..000000000 --- a/net-im/libpurple/pkg-plist +++ /dev/null @@ -1,304 +0,0 @@ -%%DBUS%%bin/purple-client-example -%%DBUS%%bin/purple-remote -%%DBUS%%bin/purple-send -%%DBUS%%bin/purple-send-async -%%DBUS%%bin/purple-url-handler -include/libpurple/account.h -include/libpurple/accountopt.h -include/libpurple/blist.h -include/libpurple/buddyicon.h -include/libpurple/cipher.h -include/libpurple/circbuffer.h -include/libpurple/cmds.h -include/libpurple/connection.h -include/libpurple/conversation.h -include/libpurple/core.h -%%DBUS%%include/libpurple/dbus-bindings.h -%%DBUS%%include/libpurple/dbus-define-api.h -include/libpurple/dbus-maybe.h -%%DBUS%%include/libpurple/dbus-purple.h -%%DBUS%%include/libpurple/dbus-server.h -%%DBUS%%include/libpurple/dbus-types.h -%%DBUS%%include/libpurple/dbus-useful.h -include/libpurple/certificate.h -include/libpurple/debug.h -include/libpurple/desktopitem.h -include/libpurple/dnsquery.h -include/libpurple/dnssrv.h -include/libpurple/eventloop.h -include/libpurple/ft.h -include/libpurple/gaim-compat.h -include/libpurple/idle.h -include/libpurple/imgstore.h -include/libpurple/log.h -include/libpurple/marshallers.h -include/libpurple/media-gst.h -include/libpurple/media.h -include/libpurple/mediamanager.h -include/libpurple/mime.h -include/libpurple/nat-pmp.h -include/libpurple/network.h -include/libpurple/notify.h -include/libpurple/ntlm.h -include/libpurple/plugin.h -include/libpurple/pluginpref.h -include/libpurple/pounce.h -include/libpurple/prefs.h -include/libpurple/privacy.h -include/libpurple/proxy.h -include/libpurple/prpl.h -include/libpurple/purple.h -include/libpurple/request.h -include/libpurple/roomlist.h -include/libpurple/savedstatuses.h -include/libpurple/server.h -include/libpurple/signals.h -include/libpurple/smiley.h -include/libpurple/sound.h -include/libpurple/sound-theme-loader.h -include/libpurple/sound-theme.h -include/libpurple/sslconn.h -include/libpurple/status.h -include/libpurple/stringref.h -include/libpurple/stun.h -include/libpurple/theme-loader.h -include/libpurple/theme-manager.h -include/libpurple/theme.h -include/libpurple/upnp.h -include/libpurple/util.h -include/libpurple/valgrind.h -include/libpurple/value.h -include/libpurple/version.h -include/libpurple/whiteboard.h -include/libpurple/xmlnode.h -lib/purple-2/autoaccept.la -lib/purple-2/autoaccept.so -lib/purple-2/buddynote.la -lib/purple-2/buddynote.so -%%DBUS%%lib/purple-2/dbus-example.la -%%DBUS%%lib/purple-2/dbus-example.so -lib/purple-2/idle.la -lib/purple-2/idle.so -lib/purple-2/joinpart.la -lib/purple-2/joinpart.so -%%OSCAR%%lib/purple-2/libaim.la -%%OSCAR%%lib/purple-2/libaim.so -%%OSCAR%%lib/purple-2/libicq.la -%%OSCAR%%lib/purple-2/libicq.so -%%BONJOUR%%lib/purple-2/libbonjour.la -%%BONJOUR%%lib/purple-2/libbonjour.so -%%GG%%lib/purple-2/libgg.la -%%GG%%lib/purple-2/libgg.so -%%IRC%%lib/purple-2/libirc.la -%%IRC%%lib/purple-2/libirc.so -%%JABBER%%lib/purple-2/libjabber.la -%%JABBER%%lib/purple-2/libjabber.so -%%JABBER%%lib/purple-2/libjabber.so.0 -%%MSN%%lib/purple-2/libmsn.la -%%MSN%%lib/purple-2/libmsn.so -%%MYSPACE%%lib/purple-2/libmyspace.la -%%MYSPACE%%lib/purple-2/libmyspace.so -%%NOVELL%%lib/purple-2/libnovell.la -%%NOVELL%%lib/purple-2/libnovell.so -%%OSCAR%%lib/purple-2/liboscar.la -%%OSCAR%%lib/purple-2/liboscar.so -%%OSCAR%%lib/purple-2/liboscar.so.0 -%%SILC%%lib/purple-2/libsilcpurple.la -%%SILC%%lib/purple-2/libsilcpurple.so -%%QQ%%lib/purple-2/libqq.la -%%QQ%%lib/purple-2/libqq.so -%%SAMETIME%%lib/purple-2/libsametime.la -%%SAMETIME%%lib/purple-2/libsametime.so -%%SIMPLE%%lib/purple-2/libsimple.la -%%SIMPLE%%lib/purple-2/libsimple.so -%%JABBER%%lib/purple-2/libxmpp.la -%%JABBER%%lib/purple-2/libxmpp.so -%%YAHOO%%lib/purple-2/libyahoo.la -%%YAHOO%%lib/purple-2/libyahoo.so -%%YAHOO%%lib/purple-2/libyahoojp.la -%%YAHOO%%lib/purple-2/libyahoojp.so -%%YAHOO%%lib/purple-2/libymsg.la -%%YAHOO%%lib/purple-2/libymsg.so -%%YAHOO%%lib/purple-2/libymsg.so.0 -%%ZEPHYR%%lib/purple-2/libzephyr.la -%%ZEPHYR%%lib/purple-2/libzephyr.so -lib/purple-2/log_reader.la -lib/purple-2/log_reader.so -lib/purple-2/newline.la -lib/purple-2/newline.so -lib/purple-2/offlinemsg.la -lib/purple-2/offlinemsg.so -%%PERL:%%lib/purple-2/perl.la -%%PERL:%%lib/purple-2/perl.so -lib/purple-2/psychic.la -lib/purple-2/psychic.so -%%GNUTLS%%lib/purple-2/ssl-gnutls.la -%%GNUTLS%%lib/purple-2/ssl-gnutls.so -%%NSS%%lib/purple-2/ssl-nss.la -%%NSS%%lib/purple-2/ssl-nss.so -lib/purple-2/ssl.la -lib/purple-2/ssl.so -lib/purple-2/statenotify.la -lib/purple-2/statenotify.so -%%TCL:%%lib/purple-2/tcl.la -%%TCL:%%lib/purple-2/tcl.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/autosplit.ix -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.bs -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/.packlist -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Purple.pm -%%DBUS%%lib/libpurple-client.la -%%DBUS%%lib/libpurple-client.so -%%DBUS%%lib/libpurple-client.so.6 -lib/libpurple.la -lib/libpurple.so -lib/libpurple.so.6 -libdata/pkgconfig/purple.pc -share/aclocal/purple.m4 -share/locale/af/LC_MESSAGES/pidgin.mo -share/locale/am/LC_MESSAGES/pidgin.mo -share/locale/ar/LC_MESSAGES/pidgin.mo -share/locale/az/LC_MESSAGES/pidgin.mo -share/locale/be@latin/LC_MESSAGES/pidgin.mo -share/locale/bg/LC_MESSAGES/pidgin.mo -share/locale/bn/LC_MESSAGES/pidgin.mo -share/locale/bs/LC_MESSAGES/pidgin.mo -share/locale/ca/LC_MESSAGES/pidgin.mo -share/locale/ca@valencia/LC_MESSAGES/pidgin.mo -share/locale/cs/LC_MESSAGES/pidgin.mo -share/locale/da/LC_MESSAGES/pidgin.mo -share/locale/de/LC_MESSAGES/pidgin.mo -share/locale/dz/LC_MESSAGES/pidgin.mo -share/locale/el/LC_MESSAGES/pidgin.mo -share/locale/en_AU/LC_MESSAGES/pidgin.mo -share/locale/en_CA/LC_MESSAGES/pidgin.mo -share/locale/en_GB/LC_MESSAGES/pidgin.mo -share/locale/eo/LC_MESSAGES/pidgin.mo -share/locale/es/LC_MESSAGES/pidgin.mo -share/locale/et/LC_MESSAGES/pidgin.mo -share/locale/eu/LC_MESSAGES/pidgin.mo -share/locale/fa/LC_MESSAGES/pidgin.mo -share/locale/fi/LC_MESSAGES/pidgin.mo -share/locale/fr/LC_MESSAGES/pidgin.mo -share/locale/ga/LC_MESSAGES/pidgin.mo -share/locale/gl/LC_MESSAGES/pidgin.mo -share/locale/gu/LC_MESSAGES/pidgin.mo -share/locale/he/LC_MESSAGES/pidgin.mo -share/locale/hi/LC_MESSAGES/pidgin.mo -share/locale/hu/LC_MESSAGES/pidgin.mo -share/locale/hy/LC_MESSAGES/pidgin.mo -share/locale/id/LC_MESSAGES/pidgin.mo -share/locale/it/LC_MESSAGES/pidgin.mo -share/locale/ja/LC_MESSAGES/pidgin.mo -share/locale/ka/LC_MESSAGES/pidgin.mo -share/locale/ko/LC_MESSAGES/pidgin.mo -share/locale/km/LC_MESSAGES/pidgin.mo -share/locale/kn/LC_MESSAGES/pidgin.mo -share/locale/ku/LC_MESSAGES/pidgin.mo -share/locale/lo/LC_MESSAGES/pidgin.mo -share/locale/lt/LC_MESSAGES/pidgin.mo -share/locale/mk/LC_MESSAGES/pidgin.mo -share/locale/mn/LC_MESSAGES/pidgin.mo -share/locale/mr/LC_MESSAGES/pidgin.mo -share/locale/ms_MY/LC_MESSAGES/pidgin.mo -share/locale/my_MM/LC_MESSAGES/pidgin.mo -share/locale/nb/LC_MESSAGES/pidgin.mo -share/locale/ne/LC_MESSAGES/pidgin.mo -share/locale/nl/LC_MESSAGES/pidgin.mo -share/locale/nn/LC_MESSAGES/pidgin.mo -share/locale/oc/LC_MESSAGES/pidgin.mo -share/locale/or/LC_MESSAGES/pidgin.mo -share/locale/pa/LC_MESSAGES/pidgin.mo -share/locale/pl/LC_MESSAGES/pidgin.mo -share/locale/ps/LC_MESSAGES/pidgin.mo -share/locale/pt/LC_MESSAGES/pidgin.mo -share/locale/pt_BR/LC_MESSAGES/pidgin.mo -share/locale/ro/LC_MESSAGES/pidgin.mo -share/locale/ru/LC_MESSAGES/pidgin.mo -share/locale/si/LC_MESSAGES/pidgin.mo -share/locale/sk/LC_MESSAGES/pidgin.mo -share/locale/sl/LC_MESSAGES/pidgin.mo -share/locale/sq/LC_MESSAGES/pidgin.mo -share/locale/sr/LC_MESSAGES/pidgin.mo -share/locale/sr@latin/LC_MESSAGES/pidgin.mo -share/locale/sv/LC_MESSAGES/pidgin.mo -share/locale/sw/LC_MESSAGES/pidgin.mo -share/locale/ta/LC_MESSAGES/pidgin.mo -share/locale/te/LC_MESSAGES/pidgin.mo -share/locale/th/LC_MESSAGES/pidgin.mo -share/locale/tr/LC_MESSAGES/pidgin.mo -share/locale/uk/LC_MESSAGES/pidgin.mo -share/locale/ur/LC_MESSAGES/pidgin.mo -share/locale/vi/LC_MESSAGES/pidgin.mo -share/locale/xh/LC_MESSAGES/pidgin.mo -share/locale/zh_CN/LC_MESSAGES/pidgin.mo -share/locale/zh_HK/LC_MESSAGES/pidgin.mo -share/locale/zh_TW/LC_MESSAGES/pidgin.mo -share/purple/ca-certs/AOL_Member_CA.pem -share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem -share/purple/ca-certs/CAcert_Class3.pem -share/purple/ca-certs/CAcert_Root.pem -share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem -share/purple/ca-certs/Equifax_Secure_CA.pem -share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem -share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem -share/purple/ca-certs/Microsoft_Internet_Authority.pem -share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem -share/purple/ca-certs/StartCom_Certification_Authority.pem -share/purple/ca-certs/StartCom_Free_SSL_CA.pem -share/purple/ca-certs/Thawte_Premium_Server_CA.pem -share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem -share/purple/ca-certs/Verisign_Class3_Primary_CA.pem -share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem -share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5_2.pem -share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem -share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem -share/sounds/purple/alert.wav -share/sounds/purple/login.wav -share/sounds/purple/logout.wav -share/sounds/purple/receive.wav -share/sounds/purple/send.wav -@dirrm share/sounds/purple -@dirrm share/purple/ca-certs -@dirrm share/purple -%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sw/LC_MESSAGES -@dirrmtry share/locale/sw -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/my_MM/LC_MESSAGES -@dirrmtry share/locale/my_MM -@dirrmtry share/locale/ms_MY/LC_MESSAGES -@dirrmtry share/locale/ms_MY -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrm lib/purple-2 -@dirrm include/libpurple diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile deleted file mode 100644 index eaafb226f..000000000 --- a/net-im/telepathy-mission-control/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: telepathy-mission-control -# Date created: 2007-10-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/telepathy-mission-control/Makefile,v 1.10 2010/02/21 19:21:03 marcus Exp $ - -PORTNAME= telepathy-mission-control -PORTVERSION= 5.3.2 -CATEGORIES= net-im devel -MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Telepathy component to apps to abstract details of connection managers - -LIB_DEPENDS= telepathy.2:${PORTSDIR}/net-im/libtelepathy \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GNOME= gnomeprefix pkgconfig gconf2 libxslt gnomehack ltverhack -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE=yes - -MAN1= mc-account-convert.1 mc-tool.1 mc-wait-for-name.1 -MAN8= mission-control-5.8 - -PLIST_SUB= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/gtk-doc/html|/${DOCSDIR}|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net-im/telepathy-mission-control/distinfo b/net-im/telepathy-mission-control/distinfo deleted file mode 100644 index 4ea4a99ec..000000000 --- a/net-im/telepathy-mission-control/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-mission-control-5.3.2.tar.gz) = 4aca1025905c23bdcc2e6a55d69644e3 -SHA256 (telepathy-mission-control-5.3.2.tar.gz) = a1bf76add06f3938a939d9c296eb6b90df77bac7819ca583df313e954bf52d2a -SIZE (telepathy-mission-control-5.3.2.tar.gz) = 1112677 diff --git a/net-im/telepathy-mission-control/files/patch-util_mc-tool.c b/net-im/telepathy-mission-control/files/patch-util_mc-tool.c deleted file mode 100644 index c599bea27..000000000 --- a/net-im/telepathy-mission-control/files/patch-util_mc-tool.c +++ /dev/null @@ -1,35 +0,0 @@ ---- util/mc-tool.c.orig 2009-09-22 22:49:32.000000000 -0400 -+++ util/mc-tool.c 2009-09-22 22:50:39.000000000 -0400 -@@ -1103,7 +1103,7 @@ main (int argc, char **argv) - McAccountManager *am = NULL; - McAccount *a = NULL; - DBusGConnection *dbus_conn; -- TpDBusDaemon *daemon; -+ TpDBusDaemon *td_daemon; - - g_type_init (); - -@@ -1114,19 +1114,19 @@ main (int argc, char **argv) - command.common.ret = 1; - - dbus_conn = tp_get_bus (); -- daemon = tp_dbus_daemon_new (dbus_conn); -+ td_daemon = tp_dbus_daemon_new (dbus_conn); - dbus_g_connection_unref (dbus_conn); - - if (command.common.account == NULL) { -- am = mc_account_manager_new (daemon); -+ am = mc_account_manager_new (td_daemon); - mc_account_manager_call_when_ready (am, manager_ready, NULL); - } - else { - command.common.account = prefix (command.common.account); -- a = mc_account_new (daemon, command.common.account); -+ a = mc_account_new (td_daemon, command.common.account); - mc_account_call_when_ready (a, account_ready, NULL); - } -- g_object_unref (daemon); -+ g_object_unref (td_daemon); - - main_loop = g_main_loop_new (NULL, FALSE); - g_main_loop_run (main_loop); diff --git a/net-im/telepathy-mission-control/pkg-descr b/net-im/telepathy-mission-control/pkg-descr deleted file mode 100644 index 896502f06..000000000 --- a/net-im/telepathy-mission-control/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Mission Control, or MC, is a Telepathy component providing a way for -"end-user" applications to abstract some of the details of connection -managers, to provide a simple way to manipulate a bunch of connection -managers at once, and to remove the need to have in each program the -account definitions and credentials. - -WWW: http://mission-control.sourceforge.net/ diff --git a/net-im/telepathy-mission-control/pkg-plist b/net-im/telepathy-mission-control/pkg-plist deleted file mode 100644 index 00187ce89..000000000 --- a/net-im/telepathy-mission-control/pkg-plist +++ /dev/null @@ -1,72 +0,0 @@ -bin/mc-account-convert -bin/mc-tool -bin/mc-wait-for-name -include/libmcclient/_gen/cli-account-manager.h -include/libmcclient/_gen/cli-account.h -include/libmcclient/_gen/cli-dispatch-operation.h -include/libmcclient/_gen/enums.h -include/libmcclient/_gen/gtypes.h -include/libmcclient/_gen/interfaces.h -include/libmcclient/_gen/mc-quark.h -include/libmcclient/_gen/svc-client.h -include/libmcclient/dbus-api.h -include/libmcclient/mc-account-manager.h -include/libmcclient/mc-account.h -include/libmcclient/mc-dispatch-operation.h -include/libmcclient/mc-enums.h -include/libmcclient/mc-errors.h -include/libmcclient/mc-gtypes.h -include/libmcclient/mc-interfaces.h -include/libmcclient/mc-profile.h -include/libmcclient/mc-signals-marshal.h -include/libmcclient/mc-svc-client.h -lib/libmcclient.a -lib/libmcclient.la -lib/libmcclient.so -lib/libmcclient-%%VERSION%%.so -libdata/pkgconfig/libmcclient.pc -libexec/mission-control-5 -share/dbus-1/services/org.freedesktop.Telepathy.AccountManager.service -share/dbus-1/services/org.freedesktop.Telepathy.MissionControl5.service -share/doc/libmcclient/McProfile.html -share/doc/libmcclient/ch-account-manager.html -share/doc/libmcclient/ch-account.html -share/doc/libmcclient/ch-profile.html -share/doc/libmcclient/home.png -share/doc/libmcclient/index.html -share/doc/libmcclient/index.sgml -share/doc/libmcclient/left.png -share/doc/libmcclient/libmcclient-mc-account-manager.html -share/doc/libmcclient/libmcclient-mc-account.html -share/doc/libmcclient/libmcclient.devhelp -share/doc/libmcclient/libmcclient.devhelp2 -share/doc/libmcclient/right.png -share/doc/libmcclient/style.css -share/doc/libmcclient/up.png -share/doc/libmissioncontrol-server/McdChannel.html -share/doc/libmissioncontrol-server/McdController.html -share/doc/libmissioncontrol-server/McdDispatcher.html -share/doc/libmissioncontrol-server/McdManager.html -share/doc/libmissioncontrol-server/McdMaster.html -share/doc/libmissioncontrol-server/McdMission.html -share/doc/libmissioncontrol-server/McdOperation.html -share/doc/libmissioncontrol-server/McdProxy.html -share/doc/libmissioncontrol-server/McdService.html -share/doc/libmissioncontrol-server/ch01.html -share/doc/libmissioncontrol-server/home.png -share/doc/libmissioncontrol-server/index.html -share/doc/libmissioncontrol-server/index.sgml -share/doc/libmissioncontrol-server/left.png -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-connection.html -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-dispatcher-context.html -share/doc/libmissioncontrol-server/libmissioncontrol-server-mcd-enum-types.html -share/doc/libmissioncontrol-server/libmissioncontrol-server.devhelp -share/doc/libmissioncontrol-server/libmissioncontrol-server.devhelp2 -share/doc/libmissioncontrol-server/right.png -share/doc/libmissioncontrol-server/style.css -share/doc/libmissioncontrol-server/up.png -@dirrm share/doc/libmissioncontrol-server -@dirrm share/doc/libmcclient -@dirrm include/libmcclient/_gen -@dirrm include/libmcclient diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile deleted file mode 100644 index 63eb62e06..000000000 --- a/net/gnome-netstatus/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-netstatus -PORTVERSION= 2.28.1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME applet that shows network status - -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ - gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= netstatus.schemas - -.include <bsd.port.mk> diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo deleted file mode 100644 index f2ab01fca..000000000 --- a/net/gnome-netstatus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-netstatus-2.28.1.tar.bz2) = 8ecc95396c9d1c7d963a7f232ca370f8 -SHA256 (gnome2/gnome-netstatus-2.28.1.tar.bz2) = 9e6bb618283d2c96afd7365f998b415a7ee9539957fcf8bd4cd58cf8e877a335 -SIZE (gnome2/gnome-netstatus-2.28.1.tar.bz2) = 572012 diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c deleted file mode 100644 index 0c9c78b83..000000000 --- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c +++ /dev/null @@ -1,212 +0,0 @@ ---- src/netstatus-sysdeps.c.orig 2009-03-08 00:25:52.000000000 -0500 -+++ src/netstatus-sysdeps.c 2009-03-08 15:24:33.000000000 -0400 -@@ -37,13 +37,26 @@ - - #ifdef __FreeBSD__ - #include <sys/types.h> -+#include <sys/param.h> - #include <sys/socket.h> - #include <sys/ioctl.h> -+#include <ifaddrs.h> - #include <net/if.h> -+#include <net/if_media.h> - #include <net/if_var.h> -+#if __FreeBSD_version < 700046 - #include <dev/an/if_aironet_ieee.h> - #include <dev/wi/if_wavelan_ieee.h> - #endif -+#if __FreeBSD_version >= 602000 -+#include <net80211/ieee80211.h> -+#include <net80211/ieee80211_ioctl.h> -+#endif -+#include <stdlib.h> -+#ifndef IEEE80211_ADDR_COPY -+#define IEEE80211_ADDR_COPY(dst, src) memcpy(dst, src, IEEE80211_ADDR_LEN) -+#endif -+#endif - - static inline gboolean - parse_stats (char *buf, -@@ -426,15 +439,16 @@ wireless_getval (const char *iface, - return TRUE; - } - -+#if __FreeBSD_version < 700046 - static inline char * - get_an_data (const char *iface, - int *signal_strength) - { -+ struct an_ltv_status *sts; -+ struct an_req areq; - #ifdef AN_RID_RSSI_MAP - struct an_ltv_rssi_map an_rssimap; - #endif -- struct an_req areq; -- struct an_ltv_status *sts; - int level; - char *error = NULL; - gboolean rssimap_valid = FALSE; -@@ -486,11 +500,11 @@ get_wi_data (const char *iface, - level = (int) wreq.wi_val[1]; - - #ifdef WI_RID_READ_APS -- if (signal_strength <= 0) -+ if (level <= 0) - { - /* we fail to get signal strength by usual means, try another way */ - static time_t last_scan; -- static long int cached; -+ static int cached; - time_t now; - - now = time (NULL); -@@ -510,15 +524,15 @@ get_wi_data (const char *iface, - if (nstations > 0) - { - w = (struct wi_apinfo *)(((char *) &wreq.wi_val) + sizeof (int)); -- signal_strength = (long int) w->signal; -+ level = w->signal; - } - -- cached = signal_strength; -+ cached = level; - last_scan = now; - } - else - { -- signal_strength = cached; -+ level = cached; - } - } - #endif -@@ -527,6 +541,77 @@ get_wi_data (const char *iface, - - return error; - } -+#endif -+ -+#if __FreeBSD_version >= 602000 -+static inline char * -+get_net80211_data (const char *iface, -+ int *signal_strength) -+{ -+ struct ieee80211req_sta_info *si; -+ struct ieee80211req ireq; -+ int level; -+ int s; -+ uint8_t mac[IEEE80211_ADDR_LEN]; -+ int8_t noise; -+ char *error = NULL; -+ union { -+ struct ieee80211req_sta_req info; -+ char buf[1024]; -+ } u_info; -+ -+ memset (&u_info, 0, sizeof (u_info)); -+ memset (&ireq, 0, sizeof (ireq)); -+ -+ strlcpy (ireq.i_name, iface, sizeof (ireq.i_name)); -+ ireq.i_type = IEEE80211_IOC_BSSID; -+ ireq.i_data = mac; -+ ireq.i_len = IEEE80211_ADDR_LEN; -+ -+ s = socket (AF_INET, SOCK_DGRAM, 0); -+ if (s == -1) -+ { -+ error = g_strdup_printf (_("Could not connect to interface, '%s'"), iface); -+ return error; -+ } -+ -+ if (ioctl (s, SIOCG80211, &ireq) == -1) -+ { -+ error = g_strdup_printf (_("Could not get MAC for interface, '%s'"), iface); -+ close (s); -+ return error; -+ } -+ -+ IEEE80211_ADDR_COPY (u_info.info.is_u.macaddr, mac); -+ ireq.i_type = IEEE80211_IOC_STA_INFO; -+ ireq.i_data = (caddr_t) &u_info; -+ ireq.i_len = sizeof (u_info); -+ -+ if (ioctl (s, SIOCG80211, &ireq) == -1) -+ { -+ error = g_strdup_printf (_("Could not send ioctl to interface, '%s'"), iface); -+ close (s); -+ return error; -+ } -+ -+ close (s); -+ -+ si = &u_info.info.info[0]; -+ noise = si->isi_noise; -+ if (si->isi_rssi == 0) -+ level = 0; -+ else -+ { -+ if (noise == 0) -+ noise = -95; -+ level = (int) abs (rint ((si->isi_rssi / (si->isi_rssi/2. + noise)) * 100.0)); -+ level = CLAMP (level, 0, 100); -+ } -+ -+ memcpy (signal_strength, &level, sizeof (signal_strength)); -+ return error; -+} -+#endif - - char * - netstatus_sysdeps_read_iface_wireless_details (const char *iface, -@@ -544,25 +629,52 @@ netstatus_sysdeps_read_iface_wireless_de - if (signal_strength) - *signal_strength = 0; - -+#if __FreeBSD_version < 800036 - if (g_ascii_strncasecmp (iface, "an", 2) && - g_ascii_strncasecmp (iface, "wi", 2) && - g_ascii_strncasecmp (iface, "ath", 3) && - g_ascii_strncasecmp (iface, "ndis", 4) && -+ g_ascii_strncasecmp (iface, "ural", 4) && -+ g_ascii_strncasecmp (iface, "ral", 3) && - g_ascii_strncasecmp (iface, "ipw", 3) && - g_ascii_strncasecmp (iface, "iwi", 3) && -+ g_ascii_strncasecmp (iface, "rum", 3) && -+ g_ascii_strncasecmp (iface, "ray", 3) && - g_ascii_strncasecmp (iface, "acx", 3)) -+#else -+ if (g_strncasecmp (iface, "wlan", 4)) -+#endif - return error_message; - -+#if __FreeBSD_version < 700046 - if (g_ascii_strncasecmp (iface, "an", 2) == 0) - { - error_message = get_an_data (iface, signal_strength); - *is_wireless = TRUE; - } -+#endif -+#if __FreeBSD_version >= 602000 -+#if __FreeBSD_version < 700046 -+ else if (g_strncasecmp (iface, "wi", 2) == 0) -+ { -+ error_message = get_wi_data (iface, signal_strength); -+ *is_wireless = TRUE; -+ } -+ else -+#endif -+ { -+ error_message = get_net80211_data (iface, signal_strength); -+ *is_wireless = TRUE; -+ } -+#else -+#if __FreeBSD_version < 700046 - else - { - error_message = get_wi_data (iface, signal_strength); - *is_wireless = TRUE; - } -+#endif -+#endif - - return error_message; - } diff --git a/net/gnome-netstatus/pkg-descr b/net/gnome-netstatus/pkg-descr deleted file mode 100644 index 0848cf01f..000000000 --- a/net/gnome-netstatus/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gnome-netstatus is a panel applet which provides information about -network interfaces. diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist deleted file mode 100644 index 874acacb7..000000000 --- a/net/gnome-netstatus/pkg-plist +++ /dev/null @@ -1,367 +0,0 @@ -libdata/bonobo/servers/GNOME_NetstatusApplet_Factory.server -libexec/gnome-netstatus-applet -share/gnome-2.0/ui/GNOME_NetstatusApplet.xml -share/gnome-netstatus/gnome-netstatus.ui -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/C/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/C/legal.xml -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/bg/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ca/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/cs/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/de/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/el/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/en_GB/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/es/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/fr/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/it/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ja/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ja/legal.xml -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ko/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ko/legal.xml -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/nl/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/oc/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/pa/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/ru/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/sv/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/th/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/uk/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_CN/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_HK/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_HK/legal.xml -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-disconn.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-error.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-idle.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-rx.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-tx.png -share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-txrx.png -share/gnome/help/gnome-netstatus/zh_TW/gnome-netstatus.xml -share/gnome/help/gnome-netstatus/zh_TW/legal.xml -share/omf/gnome-netstatus/gnome-netstatus-C.omf -share/omf/gnome-netstatus/gnome-netstatus-bg.omf -share/omf/gnome-netstatus/gnome-netstatus-ca.omf -share/omf/gnome-netstatus/gnome-netstatus-cs.omf -share/omf/gnome-netstatus/gnome-netstatus-de.omf -share/omf/gnome-netstatus/gnome-netstatus-el.omf -share/omf/gnome-netstatus/gnome-netstatus-en_GB.omf -share/omf/gnome-netstatus/gnome-netstatus-es.omf -share/omf/gnome-netstatus/gnome-netstatus-fr.omf -share/omf/gnome-netstatus/gnome-netstatus-it.omf -share/omf/gnome-netstatus/gnome-netstatus-ja.omf -share/omf/gnome-netstatus/gnome-netstatus-ko.omf -share/omf/gnome-netstatus/gnome-netstatus-nl.omf -share/omf/gnome-netstatus/gnome-netstatus-oc.omf -share/omf/gnome-netstatus/gnome-netstatus-pa.omf -share/omf/gnome-netstatus/gnome-netstatus-ru.omf -share/omf/gnome-netstatus/gnome-netstatus-sv.omf -share/omf/gnome-netstatus/gnome-netstatus-th.omf -share/omf/gnome-netstatus/gnome-netstatus-uk.omf -share/omf/gnome-netstatus/gnome-netstatus-zh_CN.omf -share/omf/gnome-netstatus/gnome-netstatus-zh_HK.omf -share/omf/gnome-netstatus/gnome-netstatus-zh_TW.omf -share/icons/hicolor/48x48/apps/gnome-netstatus-0-24.png -share/icons/hicolor/48x48/apps/gnome-netstatus-25-49.png -share/icons/hicolor/48x48/apps/gnome-netstatus-50-74.png -share/icons/hicolor/48x48/apps/gnome-netstatus-75-100.png -share/icons/hicolor/48x48/apps/gnome-netstatus-disconn.png -share/icons/hicolor/48x48/apps/gnome-netstatus-error.png -share/icons/hicolor/48x48/apps/gnome-netstatus-idle.png -share/icons/hicolor/48x48/apps/gnome-netstatus-rx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png -share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png -share/locale/af/LC_MESSAGES/gnome-netstatus.mo -share/locale/ar/LC_MESSAGES/gnome-netstatus.mo -share/locale/as/LC_MESSAGES/gnome-netstatus.mo -share/locale/ast/LC_MESSAGES/gnome-netstatus.mo -share/locale/az/LC_MESSAGES/gnome-netstatus.mo -share/locale/be@latin/LC_MESSAGES/gnome-netstatus.mo -share/locale/bg/LC_MESSAGES/gnome-netstatus.mo -share/locale/bn/LC_MESSAGES/gnome-netstatus.mo -share/locale/bn_IN/LC_MESSAGES/gnome-netstatus.mo -share/locale/bs/LC_MESSAGES/gnome-netstatus.mo -share/locale/ca/LC_MESSAGES/gnome-netstatus.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-netstatus.mo -share/locale/crh/LC_MESSAGES/gnome-netstatus.mo -share/locale/cs/LC_MESSAGES/gnome-netstatus.mo -share/locale/cy/LC_MESSAGES/gnome-netstatus.mo -share/locale/da/LC_MESSAGES/gnome-netstatus.mo -share/locale/de/LC_MESSAGES/gnome-netstatus.mo -share/locale/dz/LC_MESSAGES/gnome-netstatus.mo -share/locale/el/LC_MESSAGES/gnome-netstatus.mo -share/locale/en@shaw/LC_MESSAGES/gnome-netstatus.mo -share/locale/en_CA/LC_MESSAGES/gnome-netstatus.mo -share/locale/en_GB/LC_MESSAGES/gnome-netstatus.mo -share/locale/es/LC_MESSAGES/gnome-netstatus.mo -share/locale/et/LC_MESSAGES/gnome-netstatus.mo -share/locale/eu/LC_MESSAGES/gnome-netstatus.mo -share/locale/fa/LC_MESSAGES/gnome-netstatus.mo -share/locale/fi/LC_MESSAGES/gnome-netstatus.mo -share/locale/fr/LC_MESSAGES/gnome-netstatus.mo -share/locale/fur/LC_MESSAGES/gnome-netstatus.mo -share/locale/ga/LC_MESSAGES/gnome-netstatus.mo -share/locale/gl/LC_MESSAGES/gnome-netstatus.mo -share/locale/gu/LC_MESSAGES/gnome-netstatus.mo -share/locale/he/LC_MESSAGES/gnome-netstatus.mo -share/locale/hi/LC_MESSAGES/gnome-netstatus.mo -share/locale/hr/LC_MESSAGES/gnome-netstatus.mo -share/locale/hu/LC_MESSAGES/gnome-netstatus.mo -share/locale/id/LC_MESSAGES/gnome-netstatus.mo -share/locale/is/LC_MESSAGES/gnome-netstatus.mo -share/locale/it/LC_MESSAGES/gnome-netstatus.mo -share/locale/ja/LC_MESSAGES/gnome-netstatus.mo -share/locale/ka/LC_MESSAGES/gnome-netstatus.mo -share/locale/kn/LC_MESSAGES/gnome-netstatus.mo -share/locale/ku/LC_MESSAGES/gnome-netstatus.mo -share/locale/ko/LC_MESSAGES/gnome-netstatus.mo -share/locale/lt/LC_MESSAGES/gnome-netstatus.mo -share/locale/lv/LC_MESSAGES/gnome-netstatus.mo -share/locale/mai/LC_MESSAGES/gnome-netstatus.mo -share/locale/mg/LC_MESSAGES/gnome-netstatus.mo -share/locale/ml/LC_MESSAGES/gnome-netstatus.mo -share/locale/mn/LC_MESSAGES/gnome-netstatus.mo -share/locale/mr/LC_MESSAGES/gnome-netstatus.mo -share/locale/ms/LC_MESSAGES/gnome-netstatus.mo -share/locale/nb/LC_MESSAGES/gnome-netstatus.mo -share/locale/ne/LC_MESSAGES/gnome-netstatus.mo -share/locale/nl/LC_MESSAGES/gnome-netstatus.mo -share/locale/nn/LC_MESSAGES/gnome-netstatus.mo -share/locale/oc/LC_MESSAGES/gnome-netstatus.mo -share/locale/or/LC_MESSAGES/gnome-netstatus.mo -share/locale/pa/LC_MESSAGES/gnome-netstatus.mo -share/locale/pl/LC_MESSAGES/gnome-netstatus.mo -share/locale/ps/LC_MESSAGES/gnome-netstatus.mo -share/locale/pt/LC_MESSAGES/gnome-netstatus.mo -share/locale/pt_BR/LC_MESSAGES/gnome-netstatus.mo -share/locale/ro/LC_MESSAGES/gnome-netstatus.mo -share/locale/ru/LC_MESSAGES/gnome-netstatus.mo -share/locale/rw/LC_MESSAGES/gnome-netstatus.mo -share/locale/sk/LC_MESSAGES/gnome-netstatus.mo -share/locale/sl/LC_MESSAGES/gnome-netstatus.mo -share/locale/sq/LC_MESSAGES/gnome-netstatus.mo -share/locale/sr/LC_MESSAGES/gnome-netstatus.mo -share/locale/sr@latin/LC_MESSAGES/gnome-netstatus.mo -share/locale/sv/LC_MESSAGES/gnome-netstatus.mo -share/locale/ta/LC_MESSAGES/gnome-netstatus.mo -share/locale/te/LC_MESSAGES/gnome-netstatus.mo -share/locale/th/LC_MESSAGES/gnome-netstatus.mo -share/locale/tr/LC_MESSAGES/gnome-netstatus.mo -share/locale/uk/LC_MESSAGES/gnome-netstatus.mo -share/locale/uz/LC_MESSAGES/gnome-netstatus.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-netstatus.mo -share/locale/vi/LC_MESSAGES/gnome-netstatus.mo -share/locale/wa/LC_MESSAGES/gnome-netstatus.mo -share/locale/xh/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_HK/LC_MESSAGES/gnome-netstatus.mo -share/locale/zh_TW/LC_MESSAGES/gnome-netstatus.mo -@dirrm share/omf/gnome-netstatus -@dirrm share/gnome/help/gnome-netstatus/zh_TW/figures -@dirrm share/gnome/help/gnome-netstatus/zh_TW -@dirrm share/gnome/help/gnome-netstatus/zh_HK/figures -@dirrm share/gnome/help/gnome-netstatus/zh_HK -@dirrm share/gnome/help/gnome-netstatus/zh_CN/figures -@dirrm share/gnome/help/gnome-netstatus/zh_CN -@dirrm share/gnome/help/gnome-netstatus/uk/figures -@dirrm share/gnome/help/gnome-netstatus/uk -@dirrm share/gnome/help/gnome-netstatus/th/figures -@dirrm share/gnome/help/gnome-netstatus/th -@dirrm share/gnome/help/gnome-netstatus/sv/figures -@dirrm share/gnome/help/gnome-netstatus/sv -@dirrm share/gnome/help/gnome-netstatus/ru/figures -@dirrm share/gnome/help/gnome-netstatus/ru -@dirrm share/gnome/help/gnome-netstatus/pa/figures -@dirrm share/gnome/help/gnome-netstatus/pa -@dirrm share/gnome/help/gnome-netstatus/oc/figures -@dirrm share/gnome/help/gnome-netstatus/oc -@dirrm share/gnome/help/gnome-netstatus/nl/figures -@dirrm share/gnome/help/gnome-netstatus/nl -@dirrm share/gnome/help/gnome-netstatus/ko/figures -@dirrm share/gnome/help/gnome-netstatus/ko -@dirrm share/gnome/help/gnome-netstatus/ja/figures -@dirrm share/gnome/help/gnome-netstatus/ja -@dirrm share/gnome/help/gnome-netstatus/it/figures -@dirrm share/gnome/help/gnome-netstatus/it -@dirrm share/gnome/help/gnome-netstatus/fr/figures -@dirrm share/gnome/help/gnome-netstatus/fr -@dirrm share/gnome/help/gnome-netstatus/es/figures -@dirrm share/gnome/help/gnome-netstatus/es -@dirrm share/gnome/help/gnome-netstatus/en_GB/figures -@dirrm share/gnome/help/gnome-netstatus/en_GB -@dirrm share/gnome/help/gnome-netstatus/el/figures -@dirrm share/gnome/help/gnome-netstatus/el -@dirrm share/gnome/help/gnome-netstatus/de/figures -@dirrm share/gnome/help/gnome-netstatus/de -@dirrm share/gnome/help/gnome-netstatus/cs/figures -@dirrm share/gnome/help/gnome-netstatus/cs -@dirrm share/gnome/help/gnome-netstatus/ca/figures -@dirrm share/gnome/help/gnome-netstatus/ca -@dirrm share/gnome/help/gnome-netstatus/bg/figures -@dirrm share/gnome/help/gnome-netstatus/bg -@dirrm share/gnome/help/gnome-netstatus/C/figures -@dirrm share/gnome/help/gnome-netstatus/C -@dirrm share/gnome/help/gnome-netstatus -@dirrm share/gnome-netstatus -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile deleted file mode 100644 index 6bcff6def..000000000 --- a/net/gnome-nettool/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomenetwork -# Date Created: 03 June 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-nettool -PORTVERSION= 2.30.0 -PORTEPOCH= 1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME utility that provides network information statistics - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop - -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CFLAGS+= -DHAVE_SOCKADDR_SA_LEN - -post-install: - ${MKDIR} ${PREFIX}/share/pixmaps - ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \ - ${PREFIX}/share/pixmaps/gnome-nettool.png - -.include <bsd.port.mk> diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo deleted file mode 100644 index e008c1502..000000000 --- a/net/gnome-nettool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-nettool-2.30.0.tar.bz2) = 2087259219cf16d434c52b4a5710b4c7 -SHA256 (gnome2/gnome-nettool-2.30.0.tar.bz2) = 42fdc867d26b31145986fd99e06509229b118430f2d666070c5dac7cff1dd000 -SIZE (gnome2/gnome-nettool-2.30.0.tar.bz2) = 651732 diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c deleted file mode 100644 index 88a107e6f..000000000 --- a/net/gnome-nettool/files/patch-src_info.c +++ /dev/null @@ -1,76 +0,0 @@ ---- src/info.c.orig 2008-12-08 23:29:39.000000000 -0500 -+++ src/info.c 2009-02-27 16:33:49.000000000 -0500 -@@ -20,6 +20,10 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> - - #ifdef HAVE_CONFIG_H - # include <config.h> -@@ -37,6 +41,9 @@ - #include <sys/ioctl.h> - #include <stdlib.h> - #include <net/if.h> -+#ifdef __FreeBSD__ -+#include <net/if_media.h> -+#endif - - #include <glibtop.h> - #include <glibtop/netlist.h> -@@ -61,6 +68,7 @@ static InfoInterfaceDescription info_ifa - { N_("Ethernet Interface"), INFO_INTERFACE_ETH, "16_ethernet.xpm", "eth", NULL }, - { N_("Wireless Interface"), INFO_INTERFACE_WLAN, "wavelan-16.png", "wlan", NULL }, - { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL }, -+ { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "tun", NULL }, - { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL }, - { N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL }, - { N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL }, -@@ -131,9 +139,42 @@ info_get_interface_from_dev_name (const - { - gint i; - gchar *path; -- -+ gchar *dev_type = NULL; -+#if defined(__FreeBSD__) -+ int s; -+ struct ifmediareq ifmr; -+ -+ if ((s = socket (AF_INET, SOCK_DGRAM, 0)) > -1) { -+ -+ (void) memset (&ifmr, 0, sizeof (ifmr)); -+ (void) strncpy (ifmr.ifm_name, dev_name, sizeof (ifmr.ifm_name)); -+ -+ if (ioctl (s, SIOCGIFMEDIA, (caddr_t) &ifmr) > -1) { -+ switch (IFM_TYPE (ifmr.ifm_active)) { -+ case IFM_ETHER: -+ dev_type = "eth"; -+ break; -+ case IFM_FDDI: -+ case IFM_TOKEN: -+#ifdef IFM_ATM -+ case IFM_ATM: -+#endif -+ dev_type = "other_type"; -+ break; -+ case IFM_IEEE80211: -+ dev_type = "wlan"; -+ break; -+ } -+ } -+ close (s); -+ } -+#endif /* defined(__FreeBSD__) */ -+ -+ if (!dev_type) -+ dev_type = (gchar *) dev_name; -+ - for (i = 0; info_iface_desc[i].name; i++) -- if (strstr (dev_name, info_iface_desc[i].prefix) == dev_name) { -+ if (strstr (dev_type, info_iface_desc[i].prefix) == dev_type) { - (*iface) = g_strdup_printf ("%s (%s)", _(info_iface_desc[i].name), dev_name); - if (info_iface_desc[i].pixbuf == NULL) { - path = g_build_filename (PIXMAPS_DIR, info_iface_desc[i].icon, NULL); diff --git a/net/gnome-nettool/files/patch-src_lookup.c b/net/gnome-nettool/files/patch-src_lookup.c deleted file mode 100644 index 9744c1397..000000000 --- a/net/gnome-nettool/files/patch-src_lookup.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lookup.c.orig Sun Jul 3 17:47:02 2005 -+++ src/lookup.c Sun Jul 3 17:47:20 2005 -@@ -21,6 +21,7 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> - - #include "lookup.h" - #include "utils.h" diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c deleted file mode 100644 index 1eec84927..000000000 --- a/net/gnome-nettool/files/patch-src_netstat.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/netstat.c.orig Tue Jul 6 13:55:25 2004 -+++ src/netstat.c Fri Aug 20 15:55:40 2004 -@@ -108,12 +108,17 @@ - g_return_val_if_fail (netinfo != NULL, NULL); - - if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { -+#ifdef __FreeBSD__ -+ /* XXX We only support ipv4 now */ -+ option = g_strdup ("-rn -f inet"); -+#else - /* Works for Solaris and Linux */ - if (netinfo_is_ipv6_enable ()) { - option = g_strdup ("-rn -A inet -A inet6"); - } else { - option = g_strdup ("-rn -A inet"); - } -+#endif - - if (netinfo->stbar_text) - g_free (netinfo->stbar_text); diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c deleted file mode 100644 index 40e454467..000000000 --- a/net/gnome-nettool/files/patch-src_nettool.c +++ /dev/null @@ -1,49 +0,0 @@ ---- src/nettool.c.orig 2009-06-18 13:51:14.000000000 -0400 -+++ src/nettool.c 2009-07-19 16:05:59.000000000 -0400 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <signal.h> - #include <errno.h> - #include <sys/wait.h> -@@ -374,6 +375,10 @@ netinfo_io_text_buffer_dialog (GIOChanne - len, NULL); - } - -+ g_free (text); -+ -+ return TRUE; -+ - } else if (status == G_IO_STATUS_AGAIN) { - char buf[1]; - -@@ -385,6 +390,8 @@ netinfo_io_text_buffer_dialog (GIOChanne - } - g_string_append_c (netinfo->command_output, buf[0]); - } -+ g_free (text); -+ return TRUE; - } else if (status == G_IO_STATUS_EOF) { - - } else if (status == G_IO_STATUS_ERROR) { -@@ -402,15 +409,15 @@ netinfo_io_text_buffer_dialog (GIOChanne - - } else { - g_warning ("Error: %s\n", err->message); -- g_free (text); - g_free (err); - } - -+ g_free (text); -+ return TRUE; -+ - } - - g_free (text); -- -- return TRUE; - } - - /* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so diff --git a/net/gnome-nettool/pkg-descr b/net/gnome-nettool/pkg-descr deleted file mode 100644 index 5619126fe..000000000 --- a/net/gnome-nettool/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-nettool is a utility for getting network information such as interface -statistics, and for front-ending commands like ping and traceroute. It -is very similar to the MacOS X Network Utility. diff --git a/net/gnome-nettool/pkg-plist b/net/gnome-nettool/pkg-plist deleted file mode 100644 index c0c67a307..000000000 --- a/net/gnome-nettool/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/gnome-nettool -share/applications/gnome-nettool.desktop -%%DATADIR%%/dialogs/gnome-nettool.ui -%%DATADIR%%/pixmaps/16_ethernet.xpm -%%DATADIR%%/pixmaps/16_loopback.xpm -%%DATADIR%%/pixmaps/16_plip.xpm -%%DATADIR%%/pixmaps/16_ppp.xpm -%%DATADIR%%/pixmaps/gnome-nettool.png -%%DATADIR%%/pixmaps/irda-16.png -%%DATADIR%%/pixmaps/network.png -%%DATADIR%%/pixmaps/wavelan-16.png -share/gnome/help/gnome-nettool/C/gnome-nettool.xml -share/gnome/help/gnome-nettool/C/legal.xml -share/gnome/help/gnome-nettool/ca/gnome-nettool.xml -share/gnome/help/gnome-nettool/cs/gnome-nettool.xml -share/gnome/help/gnome-nettool/da/gnome-nettool.xml -share/gnome/help/gnome-nettool/de/gnome-nettool.xml -share/gnome/help/gnome-nettool/el/gnome-nettool.xml -share/gnome/help/gnome-nettool/en_GB/gnome-nettool.xml -share/gnome/help/gnome-nettool/es/gnome-nettool.xml -share/gnome/help/gnome-nettool/fr/gnome-nettool.xml -share/gnome/help/gnome-nettool/oc/gnome-nettool.xml -share/gnome/help/gnome-nettool/pa/gnome-nettool.xml -share/gnome/help/gnome-nettool/pt_BR/gnome-nettool.xml -share/gnome/help/gnome-nettool/ru/gnome-nettool.xml -share/gnome/help/gnome-nettool/sv/gnome-nettool.xml -share/gnome/help/gnome-nettool/uk/gnome-nettool.xml -share/gnome/help/gnome-nettool/vi/gnome-nettool.xml -share/gnome/help/gnome-nettool/zh_CN/gnome-nettool.xml -share/icons/hicolor/16x16/apps/gnome-nettool.png -share/icons/hicolor/22x22/apps/gnome-nettool.png -share/icons/hicolor/24x24/apps/gnome-nettool.png -share/icons/hicolor/32x32/apps/gnome-nettool.png -share/icons/hicolor/scalable/apps/gnome-nettool.svg -share/locale/af/LC_MESSAGES/gnome-nettool.mo -share/locale/ar/LC_MESSAGES/gnome-nettool.mo -share/locale/as/LC_MESSAGES/gnome-nettool.mo -share/locale/ast/LC_MESSAGES/gnome-nettool.mo -share/locale/az/LC_MESSAGES/gnome-nettool.mo -share/locale/bg/LC_MESSAGES/gnome-nettool.mo -share/locale/bn/LC_MESSAGES/gnome-nettool.mo -share/locale/bn_IN/LC_MESSAGES/gnome-nettool.mo -share/locale/br/LC_MESSAGES/gnome-nettool.mo -share/locale/bs/LC_MESSAGES/gnome-nettool.mo -share/locale/ca/LC_MESSAGES/gnome-nettool.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-nettool.mo -share/locale/cs/LC_MESSAGES/gnome-nettool.mo -share/locale/cy/LC_MESSAGES/gnome-nettool.mo -share/locale/da/LC_MESSAGES/gnome-nettool.mo -share/locale/de/LC_MESSAGES/gnome-nettool.mo -share/locale/dz/LC_MESSAGES/gnome-nettool.mo -share/locale/el/LC_MESSAGES/gnome-nettool.mo -share/locale/en@shaw/LC_MESSAGES/gnome-nettool.mo -share/locale/en_CA/LC_MESSAGES/gnome-nettool.mo -share/locale/en_GB/LC_MESSAGES/gnome-nettool.mo -share/locale/es/LC_MESSAGES/gnome-nettool.mo -share/locale/et/LC_MESSAGES/gnome-nettool.mo -share/locale/eu/LC_MESSAGES/gnome-nettool.mo -share/locale/fa/LC_MESSAGES/gnome-nettool.mo -share/locale/fi/LC_MESSAGES/gnome-nettool.mo -share/locale/fr/LC_MESSAGES/gnome-nettool.mo -share/locale/ga/LC_MESSAGES/gnome-nettool.mo -share/locale/gl/LC_MESSAGES/gnome-nettool.mo -share/locale/gu/LC_MESSAGES/gnome-nettool.mo -share/locale/he/LC_MESSAGES/gnome-nettool.mo -share/locale/hi/LC_MESSAGES/gnome-nettool.mo -share/locale/hr/LC_MESSAGES/gnome-nettool.mo -share/locale/hu/LC_MESSAGES/gnome-nettool.mo -share/locale/id/LC_MESSAGES/gnome-nettool.mo -share/locale/it/LC_MESSAGES/gnome-nettool.mo -share/locale/ja/LC_MESSAGES/gnome-nettool.mo -share/locale/ka/LC_MESSAGES/gnome-nettool.mo -share/locale/kn/LC_MESSAGES/gnome-nettool.mo -share/locale/ko/LC_MESSAGES/gnome-nettool.mo -share/locale/ku/LC_MESSAGES/gnome-nettool.mo -share/locale/lt/LC_MESSAGES/gnome-nettool.mo -share/locale/lv/LC_MESSAGES/gnome-nettool.mo -share/locale/mai/LC_MESSAGES/gnome-nettool.mo -share/locale/mg/LC_MESSAGES/gnome-nettool.mo -share/locale/mk/LC_MESSAGES/gnome-nettool.mo -share/locale/ml/LC_MESSAGES/gnome-nettool.mo -share/locale/mn/LC_MESSAGES/gnome-nettool.mo -share/locale/mr/LC_MESSAGES/gnome-nettool.mo -share/locale/ms/LC_MESSAGES/gnome-nettool.mo -share/locale/nb/LC_MESSAGES/gnome-nettool.mo -share/locale/ne/LC_MESSAGES/gnome-nettool.mo -share/locale/nl/LC_MESSAGES/gnome-nettool.mo -share/locale/nn/LC_MESSAGES/gnome-nettool.mo -share/locale/oc/LC_MESSAGES/gnome-nettool.mo -share/locale/or/LC_MESSAGES/gnome-nettool.mo -share/locale/pa/LC_MESSAGES/gnome-nettool.mo -share/locale/pl/LC_MESSAGES/gnome-nettool.mo -share/locale/ps/LC_MESSAGES/gnome-nettool.mo -share/locale/pt/LC_MESSAGES/gnome-nettool.mo -share/locale/pt_BR/LC_MESSAGES/gnome-nettool.mo -share/locale/ro/LC_MESSAGES/gnome-nettool.mo -share/locale/ru/LC_MESSAGES/gnome-nettool.mo -share/locale/rw/LC_MESSAGES/gnome-nettool.mo -share/locale/si/LC_MESSAGES/gnome-nettool.mo -share/locale/sk/LC_MESSAGES/gnome-nettool.mo -share/locale/sl/LC_MESSAGES/gnome-nettool.mo -share/locale/sq/LC_MESSAGES/gnome-nettool.mo -share/locale/sr/LC_MESSAGES/gnome-nettool.mo -share/locale/sr@latin/LC_MESSAGES/gnome-nettool.mo -share/locale/sv/LC_MESSAGES/gnome-nettool.mo -share/locale/ta/LC_MESSAGES/gnome-nettool.mo -share/locale/te/LC_MESSAGES/gnome-nettool.mo -share/locale/th/LC_MESSAGES/gnome-nettool.mo -share/locale/tr/LC_MESSAGES/gnome-nettool.mo -share/locale/uk/LC_MESSAGES/gnome-nettool.mo -share/locale/uz/LC_MESSAGES/gnome-nettool.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-nettool.mo -share/locale/vi/LC_MESSAGES/gnome-nettool.mo -share/locale/wa/LC_MESSAGES/gnome-nettool.mo -share/locale/xh/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_CN/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_HK/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_TW/LC_MESSAGES/gnome-nettool.mo -share/omf/gnome-nettool/gnome-nettool-C.omf -share/omf/gnome-nettool/gnome-nettool-ca.omf -share/omf/gnome-nettool/gnome-nettool-cs.omf -share/omf/gnome-nettool/gnome-nettool-da.omf -share/omf/gnome-nettool/gnome-nettool-de.omf -share/omf/gnome-nettool/gnome-nettool-el.omf -share/omf/gnome-nettool/gnome-nettool-en_GB.omf -share/omf/gnome-nettool/gnome-nettool-es.omf -share/omf/gnome-nettool/gnome-nettool-fr.omf -share/omf/gnome-nettool/gnome-nettool-oc.omf -share/omf/gnome-nettool/gnome-nettool-pa.omf -share/omf/gnome-nettool/gnome-nettool-pt_BR.omf -share/omf/gnome-nettool/gnome-nettool-ru.omf -share/omf/gnome-nettool/gnome-nettool-sv.omf -share/omf/gnome-nettool/gnome-nettool-uk.omf -share/omf/gnome-nettool/gnome-nettool-vi.omf -share/omf/gnome-nettool/gnome-nettool-zh_CN.omf -share/pixmaps/gnome-nettool.png -@dirrm share/omf/gnome-nettool -@dirrm share/gnome/help/gnome-nettool/zh_CN -@dirrm share/gnome/help/gnome-nettool/vi -@dirrm share/gnome/help/gnome-nettool/uk -@dirrm share/gnome/help/gnome-nettool/sv -@dirrm share/gnome/help/gnome-nettool/ru -@dirrm share/gnome/help/gnome-nettool/pt_BR -@dirrm share/gnome/help/gnome-nettool/pa -@dirrm share/gnome/help/gnome-nettool/oc -@dirrm share/gnome/help/gnome-nettool/fr -@dirrm share/gnome/help/gnome-nettool/es -@dirrm share/gnome/help/gnome-nettool/en_GB -@dirrm share/gnome/help/gnome-nettool/el -@dirrm share/gnome/help/gnome-nettool/de -@dirrm share/gnome/help/gnome-nettool/da -@dirrm share/gnome/help/gnome-nettool/cs -@dirrm share/gnome/help/gnome-nettool/ca -@dirrm share/gnome/help/gnome-nettool/C -@dirrm share/gnome/help/gnome-nettool -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/dialogs -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile deleted file mode 100644 index ff5ba5633..000000000 --- a/net/libgweather/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libgweather -# Date created: 14th Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.39 2010/03/10 15:46:34 kwm Exp $ -# - -PORTNAME= libgweather -PORTVERSION= 2.30.0 -CATEGORIES= net gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library to accessing online weather informations - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gweather.schemas - -.include <bsd.port.mk> diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo deleted file mode 100644 index 8bcf1e8d0..000000000 --- a/net/libgweather/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgweather-2.30.0.tar.bz2) = bf7ae6cb4eca85be3e9099a5de94c655 -SHA256 (libgweather-2.30.0.tar.bz2) = 25cd8976f98b79f7c336551bea7179a5b29027e95d3ba6a046c638422d440548 -SIZE (libgweather-2.30.0.tar.bz2) = 7314206 diff --git a/net/libgweather/pkg-descr b/net/libgweather/pkg-descr deleted file mode 100644 index 99ea830ef..000000000 --- a/net/libgweather/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -libgweather is a library to access weather information from online -services for numerous locations. - -libgweather isn't supported in the devel platform, which means OS vendors -won't guarantee the API/ABI long-term, but authors of open source apps -should feel free to use libgweather as users can always recompile against -a new version. - -WWW: http://www.gnome.org/ diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist deleted file mode 100644 index 5b9f540b9..000000000 --- a/net/libgweather/pkg-plist +++ /dev/null @@ -1,648 +0,0 @@ -include/libgweather/gweather-enum-types.h -include/libgweather/gweather-gconf.h -include/libgweather/gweather-location.h -include/libgweather/gweather-prefs.h -include/libgweather/gweather-timezone.h -include/libgweather/gweather-xml.h -include/libgweather/location-entry.h -include/libgweather/timezone-menu.h -include/libgweather/weather.h -lib/libgweather.a -lib/libgweather.la -lib/libgweather.so -lib/libgweather.so.1 -libdata/pkgconfig/gweather.pc -%%DOCSDIR%%/GWeatherLocationEntry.html -%%DOCSDIR%%/GWeatherTimezoneMenu.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgweather-gweather-gconf.html -%%DOCSDIR%%/libgweather-gweather-location.html -%%DOCSDIR%%/libgweather-gweather-prefs.html -%%DOCSDIR%%/libgweather-gweather-timezone.html -%%DOCSDIR%%/libgweather-gweather-xml.html -%%DOCSDIR%%/libgweather-weather.html -%%DOCSDIR%%/libgweather.devhelp -%%DOCSDIR%%/libgweather.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/icons/gnome/16x16/status/weather-clear-night-000.png -share/icons/gnome/16x16/status/weather-clear-night-010.png -share/icons/gnome/16x16/status/weather-clear-night-020.png -share/icons/gnome/16x16/status/weather-clear-night-030.png -share/icons/gnome/16x16/status/weather-clear-night-040.png -share/icons/gnome/16x16/status/weather-clear-night-050.png -share/icons/gnome/16x16/status/weather-clear-night-060.png -share/icons/gnome/16x16/status/weather-clear-night-070.png -share/icons/gnome/16x16/status/weather-clear-night-080.png -share/icons/gnome/16x16/status/weather-clear-night-090.png -share/icons/gnome/16x16/status/weather-clear-night-100.png -share/icons/gnome/16x16/status/weather-clear-night-110.png -share/icons/gnome/16x16/status/weather-clear-night-120.png -share/icons/gnome/16x16/status/weather-clear-night-130.png -share/icons/gnome/16x16/status/weather-clear-night-140.png -share/icons/gnome/16x16/status/weather-clear-night-150.png -share/icons/gnome/16x16/status/weather-clear-night-160.png -share/icons/gnome/16x16/status/weather-clear-night-170.png -share/icons/gnome/16x16/status/weather-clear-night-190.png -share/icons/gnome/16x16/status/weather-clear-night-200.png -share/icons/gnome/16x16/status/weather-clear-night-210.png -share/icons/gnome/16x16/status/weather-clear-night-220.png -share/icons/gnome/16x16/status/weather-clear-night-230.png -share/icons/gnome/16x16/status/weather-clear-night-240.png -share/icons/gnome/16x16/status/weather-clear-night-250.png -share/icons/gnome/16x16/status/weather-clear-night-260.png -share/icons/gnome/16x16/status/weather-clear-night-270.png -share/icons/gnome/16x16/status/weather-clear-night-280.png -share/icons/gnome/16x16/status/weather-clear-night-290.png -share/icons/gnome/16x16/status/weather-clear-night-300.png -share/icons/gnome/16x16/status/weather-clear-night-310.png -share/icons/gnome/16x16/status/weather-clear-night-320.png -share/icons/gnome/16x16/status/weather-clear-night-330.png -share/icons/gnome/16x16/status/weather-clear-night-340.png -share/icons/gnome/16x16/status/weather-clear-night-350.png -share/icons/gnome/16x16/status/weather-few-clouds-night-000.png -share/icons/gnome/16x16/status/weather-few-clouds-night-010.png -share/icons/gnome/16x16/status/weather-few-clouds-night-020.png -share/icons/gnome/16x16/status/weather-few-clouds-night-030.png -share/icons/gnome/16x16/status/weather-few-clouds-night-040.png -share/icons/gnome/16x16/status/weather-few-clouds-night-050.png -share/icons/gnome/16x16/status/weather-few-clouds-night-060.png -share/icons/gnome/16x16/status/weather-few-clouds-night-070.png -share/icons/gnome/16x16/status/weather-few-clouds-night-080.png -share/icons/gnome/16x16/status/weather-few-clouds-night-090.png -share/icons/gnome/16x16/status/weather-few-clouds-night-100.png -share/icons/gnome/16x16/status/weather-few-clouds-night-110.png -share/icons/gnome/16x16/status/weather-few-clouds-night-120.png -share/icons/gnome/16x16/status/weather-few-clouds-night-130.png -share/icons/gnome/16x16/status/weather-few-clouds-night-140.png -share/icons/gnome/16x16/status/weather-few-clouds-night-150.png -share/icons/gnome/16x16/status/weather-few-clouds-night-160.png -share/icons/gnome/16x16/status/weather-few-clouds-night-170.png -share/icons/gnome/16x16/status/weather-few-clouds-night-190.png -share/icons/gnome/16x16/status/weather-few-clouds-night-200.png -share/icons/gnome/16x16/status/weather-few-clouds-night-210.png -share/icons/gnome/16x16/status/weather-few-clouds-night-220.png -share/icons/gnome/16x16/status/weather-few-clouds-night-230.png -share/icons/gnome/16x16/status/weather-few-clouds-night-240.png -share/icons/gnome/16x16/status/weather-few-clouds-night-250.png -share/icons/gnome/16x16/status/weather-few-clouds-night-260.png -share/icons/gnome/16x16/status/weather-few-clouds-night-270.png -share/icons/gnome/16x16/status/weather-few-clouds-night-280.png -share/icons/gnome/16x16/status/weather-few-clouds-night-290.png -share/icons/gnome/16x16/status/weather-few-clouds-night-300.png -share/icons/gnome/16x16/status/weather-few-clouds-night-310.png -share/icons/gnome/16x16/status/weather-few-clouds-night-320.png -share/icons/gnome/16x16/status/weather-few-clouds-night-330.png -share/icons/gnome/16x16/status/weather-few-clouds-night-340.png -share/icons/gnome/16x16/status/weather-few-clouds-night-350.png -share/icons/gnome/22x22/status/weather-clear-night-000.png -share/icons/gnome/22x22/status/weather-clear-night-010.png -share/icons/gnome/22x22/status/weather-clear-night-020.png -share/icons/gnome/22x22/status/weather-clear-night-030.png -share/icons/gnome/22x22/status/weather-clear-night-040.png -share/icons/gnome/22x22/status/weather-clear-night-050.png -share/icons/gnome/22x22/status/weather-clear-night-060.png -share/icons/gnome/22x22/status/weather-clear-night-070.png -share/icons/gnome/22x22/status/weather-clear-night-080.png -share/icons/gnome/22x22/status/weather-clear-night-090.png -share/icons/gnome/22x22/status/weather-clear-night-100.png -share/icons/gnome/22x22/status/weather-clear-night-110.png -share/icons/gnome/22x22/status/weather-clear-night-120.png -share/icons/gnome/22x22/status/weather-clear-night-130.png -share/icons/gnome/22x22/status/weather-clear-night-140.png -share/icons/gnome/22x22/status/weather-clear-night-150.png -share/icons/gnome/22x22/status/weather-clear-night-160.png -share/icons/gnome/22x22/status/weather-clear-night-170.png -share/icons/gnome/22x22/status/weather-clear-night-190.png -share/icons/gnome/22x22/status/weather-clear-night-200.png -share/icons/gnome/22x22/status/weather-clear-night-210.png -share/icons/gnome/22x22/status/weather-clear-night-220.png -share/icons/gnome/22x22/status/weather-clear-night-230.png -share/icons/gnome/22x22/status/weather-clear-night-240.png -share/icons/gnome/22x22/status/weather-clear-night-250.png -share/icons/gnome/22x22/status/weather-clear-night-260.png -share/icons/gnome/22x22/status/weather-clear-night-270.png -share/icons/gnome/22x22/status/weather-clear-night-280.png -share/icons/gnome/22x22/status/weather-clear-night-290.png -share/icons/gnome/22x22/status/weather-clear-night-300.png -share/icons/gnome/22x22/status/weather-clear-night-310.png -share/icons/gnome/22x22/status/weather-clear-night-320.png -share/icons/gnome/22x22/status/weather-clear-night-330.png -share/icons/gnome/22x22/status/weather-clear-night-340.png -share/icons/gnome/22x22/status/weather-clear-night-350.png -share/icons/gnome/22x22/status/weather-few-clouds-night-000.png -share/icons/gnome/22x22/status/weather-few-clouds-night-010.png -share/icons/gnome/22x22/status/weather-few-clouds-night-020.png -share/icons/gnome/22x22/status/weather-few-clouds-night-030.png -share/icons/gnome/22x22/status/weather-few-clouds-night-040.png -share/icons/gnome/22x22/status/weather-few-clouds-night-050.png -share/icons/gnome/22x22/status/weather-few-clouds-night-060.png -share/icons/gnome/22x22/status/weather-few-clouds-night-070.png -share/icons/gnome/22x22/status/weather-few-clouds-night-080.png -share/icons/gnome/22x22/status/weather-few-clouds-night-090.png -share/icons/gnome/22x22/status/weather-few-clouds-night-100.png -share/icons/gnome/22x22/status/weather-few-clouds-night-110.png -share/icons/gnome/22x22/status/weather-few-clouds-night-120.png -share/icons/gnome/22x22/status/weather-few-clouds-night-130.png -share/icons/gnome/22x22/status/weather-few-clouds-night-140.png -share/icons/gnome/22x22/status/weather-few-clouds-night-150.png -share/icons/gnome/22x22/status/weather-few-clouds-night-160.png -share/icons/gnome/22x22/status/weather-few-clouds-night-170.png -share/icons/gnome/22x22/status/weather-few-clouds-night-190.png -share/icons/gnome/22x22/status/weather-few-clouds-night-200.png -share/icons/gnome/22x22/status/weather-few-clouds-night-210.png -share/icons/gnome/22x22/status/weather-few-clouds-night-220.png -share/icons/gnome/22x22/status/weather-few-clouds-night-230.png -share/icons/gnome/22x22/status/weather-few-clouds-night-240.png -share/icons/gnome/22x22/status/weather-few-clouds-night-250.png -share/icons/gnome/22x22/status/weather-few-clouds-night-260.png -share/icons/gnome/22x22/status/weather-few-clouds-night-270.png -share/icons/gnome/22x22/status/weather-few-clouds-night-280.png -share/icons/gnome/22x22/status/weather-few-clouds-night-290.png -share/icons/gnome/22x22/status/weather-few-clouds-night-300.png -share/icons/gnome/22x22/status/weather-few-clouds-night-310.png -share/icons/gnome/22x22/status/weather-few-clouds-night-320.png -share/icons/gnome/22x22/status/weather-few-clouds-night-330.png -share/icons/gnome/22x22/status/weather-few-clouds-night-340.png -share/icons/gnome/22x22/status/weather-few-clouds-night-350.png -share/icons/gnome/24x24/status/weather-clear-night-000.png -share/icons/gnome/24x24/status/weather-clear-night-010.png -share/icons/gnome/24x24/status/weather-clear-night-020.png -share/icons/gnome/24x24/status/weather-clear-night-030.png -share/icons/gnome/24x24/status/weather-clear-night-040.png -share/icons/gnome/24x24/status/weather-clear-night-050.png -share/icons/gnome/24x24/status/weather-clear-night-060.png -share/icons/gnome/24x24/status/weather-clear-night-070.png -share/icons/gnome/24x24/status/weather-clear-night-080.png -share/icons/gnome/24x24/status/weather-clear-night-090.png -share/icons/gnome/24x24/status/weather-clear-night-100.png -share/icons/gnome/24x24/status/weather-clear-night-110.png -share/icons/gnome/24x24/status/weather-clear-night-120.png -share/icons/gnome/24x24/status/weather-clear-night-130.png -share/icons/gnome/24x24/status/weather-clear-night-140.png -share/icons/gnome/24x24/status/weather-clear-night-150.png -share/icons/gnome/24x24/status/weather-clear-night-160.png -share/icons/gnome/24x24/status/weather-clear-night-170.png -share/icons/gnome/24x24/status/weather-clear-night-190.png -share/icons/gnome/24x24/status/weather-clear-night-200.png -share/icons/gnome/24x24/status/weather-clear-night-210.png -share/icons/gnome/24x24/status/weather-clear-night-220.png -share/icons/gnome/24x24/status/weather-clear-night-230.png -share/icons/gnome/24x24/status/weather-clear-night-240.png -share/icons/gnome/24x24/status/weather-clear-night-250.png -share/icons/gnome/24x24/status/weather-clear-night-260.png -share/icons/gnome/24x24/status/weather-clear-night-270.png -share/icons/gnome/24x24/status/weather-clear-night-280.png -share/icons/gnome/24x24/status/weather-clear-night-290.png -share/icons/gnome/24x24/status/weather-clear-night-300.png -share/icons/gnome/24x24/status/weather-clear-night-310.png -share/icons/gnome/24x24/status/weather-clear-night-320.png -share/icons/gnome/24x24/status/weather-clear-night-330.png -share/icons/gnome/24x24/status/weather-clear-night-340.png -share/icons/gnome/24x24/status/weather-clear-night-350.png -share/icons/gnome/24x24/status/weather-few-clouds-night-000.png -share/icons/gnome/24x24/status/weather-few-clouds-night-010.png -share/icons/gnome/24x24/status/weather-few-clouds-night-020.png -share/icons/gnome/24x24/status/weather-few-clouds-night-030.png -share/icons/gnome/24x24/status/weather-few-clouds-night-040.png -share/icons/gnome/24x24/status/weather-few-clouds-night-050.png -share/icons/gnome/24x24/status/weather-few-clouds-night-060.png -share/icons/gnome/24x24/status/weather-few-clouds-night-070.png -share/icons/gnome/24x24/status/weather-few-clouds-night-080.png -share/icons/gnome/24x24/status/weather-few-clouds-night-090.png -share/icons/gnome/24x24/status/weather-few-clouds-night-100.png -share/icons/gnome/24x24/status/weather-few-clouds-night-110.png -share/icons/gnome/24x24/status/weather-few-clouds-night-120.png -share/icons/gnome/24x24/status/weather-few-clouds-night-130.png -share/icons/gnome/24x24/status/weather-few-clouds-night-140.png -share/icons/gnome/24x24/status/weather-few-clouds-night-150.png -share/icons/gnome/24x24/status/weather-few-clouds-night-160.png -share/icons/gnome/24x24/status/weather-few-clouds-night-170.png -share/icons/gnome/24x24/status/weather-few-clouds-night-190.png -share/icons/gnome/24x24/status/weather-few-clouds-night-200.png -share/icons/gnome/24x24/status/weather-few-clouds-night-210.png -share/icons/gnome/24x24/status/weather-few-clouds-night-220.png -share/icons/gnome/24x24/status/weather-few-clouds-night-230.png -share/icons/gnome/24x24/status/weather-few-clouds-night-240.png -share/icons/gnome/24x24/status/weather-few-clouds-night-250.png -share/icons/gnome/24x24/status/weather-few-clouds-night-260.png -share/icons/gnome/24x24/status/weather-few-clouds-night-270.png -share/icons/gnome/24x24/status/weather-few-clouds-night-280.png -share/icons/gnome/24x24/status/weather-few-clouds-night-290.png -share/icons/gnome/24x24/status/weather-few-clouds-night-300.png -share/icons/gnome/24x24/status/weather-few-clouds-night-310.png -share/icons/gnome/24x24/status/weather-few-clouds-night-320.png -share/icons/gnome/24x24/status/weather-few-clouds-night-330.png -share/icons/gnome/24x24/status/weather-few-clouds-night-340.png -share/icons/gnome/24x24/status/weather-few-clouds-night-350.png -share/icons/gnome/32x32/status/weather-clear-night-000.png -share/icons/gnome/32x32/status/weather-clear-night-010.png -share/icons/gnome/32x32/status/weather-clear-night-020.png -share/icons/gnome/32x32/status/weather-clear-night-030.png -share/icons/gnome/32x32/status/weather-clear-night-040.png -share/icons/gnome/32x32/status/weather-clear-night-050.png -share/icons/gnome/32x32/status/weather-clear-night-060.png -share/icons/gnome/32x32/status/weather-clear-night-070.png -share/icons/gnome/32x32/status/weather-clear-night-080.png -share/icons/gnome/32x32/status/weather-clear-night-090.png -share/icons/gnome/32x32/status/weather-clear-night-100.png -share/icons/gnome/32x32/status/weather-clear-night-110.png -share/icons/gnome/32x32/status/weather-clear-night-120.png -share/icons/gnome/32x32/status/weather-clear-night-130.png -share/icons/gnome/32x32/status/weather-clear-night-140.png -share/icons/gnome/32x32/status/weather-clear-night-150.png -share/icons/gnome/32x32/status/weather-clear-night-160.png -share/icons/gnome/32x32/status/weather-clear-night-170.png -share/icons/gnome/32x32/status/weather-clear-night-190.png -share/icons/gnome/32x32/status/weather-clear-night-200.png -share/icons/gnome/32x32/status/weather-clear-night-210.png -share/icons/gnome/32x32/status/weather-clear-night-220.png -share/icons/gnome/32x32/status/weather-clear-night-230.png -share/icons/gnome/32x32/status/weather-clear-night-240.png -share/icons/gnome/32x32/status/weather-clear-night-250.png -share/icons/gnome/32x32/status/weather-clear-night-260.png -share/icons/gnome/32x32/status/weather-clear-night-270.png -share/icons/gnome/32x32/status/weather-clear-night-280.png -share/icons/gnome/32x32/status/weather-clear-night-290.png -share/icons/gnome/32x32/status/weather-clear-night-300.png -share/icons/gnome/32x32/status/weather-clear-night-310.png -share/icons/gnome/32x32/status/weather-clear-night-320.png -share/icons/gnome/32x32/status/weather-clear-night-330.png -share/icons/gnome/32x32/status/weather-clear-night-340.png -share/icons/gnome/32x32/status/weather-clear-night-350.png -share/icons/gnome/32x32/status/weather-few-clouds-night-000.png -share/icons/gnome/32x32/status/weather-few-clouds-night-010.png -share/icons/gnome/32x32/status/weather-few-clouds-night-020.png -share/icons/gnome/32x32/status/weather-few-clouds-night-030.png -share/icons/gnome/32x32/status/weather-few-clouds-night-040.png -share/icons/gnome/32x32/status/weather-few-clouds-night-050.png -share/icons/gnome/32x32/status/weather-few-clouds-night-060.png -share/icons/gnome/32x32/status/weather-few-clouds-night-070.png -share/icons/gnome/32x32/status/weather-few-clouds-night-080.png -share/icons/gnome/32x32/status/weather-few-clouds-night-090.png -share/icons/gnome/32x32/status/weather-few-clouds-night-100.png -share/icons/gnome/32x32/status/weather-few-clouds-night-110.png -share/icons/gnome/32x32/status/weather-few-clouds-night-120.png -share/icons/gnome/32x32/status/weather-few-clouds-night-130.png -share/icons/gnome/32x32/status/weather-few-clouds-night-140.png -share/icons/gnome/32x32/status/weather-few-clouds-night-150.png -share/icons/gnome/32x32/status/weather-few-clouds-night-160.png -share/icons/gnome/32x32/status/weather-few-clouds-night-170.png -share/icons/gnome/32x32/status/weather-few-clouds-night-190.png -share/icons/gnome/32x32/status/weather-few-clouds-night-200.png -share/icons/gnome/32x32/status/weather-few-clouds-night-210.png -share/icons/gnome/32x32/status/weather-few-clouds-night-220.png -share/icons/gnome/32x32/status/weather-few-clouds-night-230.png -share/icons/gnome/32x32/status/weather-few-clouds-night-240.png -share/icons/gnome/32x32/status/weather-few-clouds-night-250.png -share/icons/gnome/32x32/status/weather-few-clouds-night-260.png -share/icons/gnome/32x32/status/weather-few-clouds-night-270.png -share/icons/gnome/32x32/status/weather-few-clouds-night-280.png -share/icons/gnome/32x32/status/weather-few-clouds-night-290.png -share/icons/gnome/32x32/status/weather-few-clouds-night-300.png -share/icons/gnome/32x32/status/weather-few-clouds-night-310.png -share/icons/gnome/32x32/status/weather-few-clouds-night-320.png -share/icons/gnome/32x32/status/weather-few-clouds-night-330.png -share/icons/gnome/32x32/status/weather-few-clouds-night-340.png -share/icons/gnome/32x32/status/weather-few-clouds-night-350.png -share/icons/gnome/scalable/status/weather-clear-night-000.svg -share/icons/gnome/scalable/status/weather-clear-night-010.svg -share/icons/gnome/scalable/status/weather-clear-night-020.svg -share/icons/gnome/scalable/status/weather-clear-night-030.svg -share/icons/gnome/scalable/status/weather-clear-night-040.svg -share/icons/gnome/scalable/status/weather-clear-night-050.svg -share/icons/gnome/scalable/status/weather-clear-night-060.svg -share/icons/gnome/scalable/status/weather-clear-night-070.svg -share/icons/gnome/scalable/status/weather-clear-night-080.svg -share/icons/gnome/scalable/status/weather-clear-night-090.svg -share/icons/gnome/scalable/status/weather-clear-night-100.svg -share/icons/gnome/scalable/status/weather-clear-night-110.svg -share/icons/gnome/scalable/status/weather-clear-night-120.svg -share/icons/gnome/scalable/status/weather-clear-night-130.svg -share/icons/gnome/scalable/status/weather-clear-night-140.svg -share/icons/gnome/scalable/status/weather-clear-night-150.svg -share/icons/gnome/scalable/status/weather-clear-night-160.svg -share/icons/gnome/scalable/status/weather-clear-night-170.svg -share/icons/gnome/scalable/status/weather-clear-night-190.svg -share/icons/gnome/scalable/status/weather-clear-night-200.svg -share/icons/gnome/scalable/status/weather-clear-night-210.svg -share/icons/gnome/scalable/status/weather-clear-night-220.svg -share/icons/gnome/scalable/status/weather-clear-night-230.svg -share/icons/gnome/scalable/status/weather-clear-night-240.svg -share/icons/gnome/scalable/status/weather-clear-night-250.svg -share/icons/gnome/scalable/status/weather-clear-night-260.svg -share/icons/gnome/scalable/status/weather-clear-night-270.svg -share/icons/gnome/scalable/status/weather-clear-night-280.svg -share/icons/gnome/scalable/status/weather-clear-night-290.svg -share/icons/gnome/scalable/status/weather-clear-night-300.svg -share/icons/gnome/scalable/status/weather-clear-night-310.svg -share/icons/gnome/scalable/status/weather-clear-night-320.svg -share/icons/gnome/scalable/status/weather-clear-night-330.svg -share/icons/gnome/scalable/status/weather-clear-night-340.svg -share/icons/gnome/scalable/status/weather-clear-night-350.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-000.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-010.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-020.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-030.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-040.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-050.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-060.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-070.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-080.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-090.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-100.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-110.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-120.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-130.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-140.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-150.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-160.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-170.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-190.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-200.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-210.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-220.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-230.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-240.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-250.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-260.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-270.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-280.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-290.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-300.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-310.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-320.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-330.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-340.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-350.svg -%%DATADIR%%/Locations.ang.xml -%%DATADIR%%/Locations.ar.xml -%%DATADIR%%/Locations.as.xml -%%DATADIR%%/Locations.ast.xml -%%DATADIR%%/Locations.az.xml -%%DATADIR%%/Locations.be.xml -%%DATADIR%%/Locations.be@latin.xml -%%DATADIR%%/Locations.bg.xml -%%DATADIR%%/Locations.bn.xml -%%DATADIR%%/Locations.bn_IN.xml -%%DATADIR%%/Locations.br.xml -%%DATADIR%%/Locations.bs.xml -%%DATADIR%%/Locations.ca.xml -%%DATADIR%%/Locations.ca@valencia.xml -%%DATADIR%%/Locations.cs.xml -%%DATADIR%%/Locations.cy.xml -%%DATADIR%%/Locations.da.xml -%%DATADIR%%/Locations.de.xml -%%DATADIR%%/Locations.dz.xml -%%DATADIR%%/Locations.el.xml -%%DATADIR%%/Locations.en_CA.xml -%%DATADIR%%/Locations.en_GB.xml -%%DATADIR%%/Locations.en@shaw.xml -%%DATADIR%%/Locations.es.xml -%%DATADIR%%/Locations.et.xml -%%DATADIR%%/Locations.eu.xml -%%DATADIR%%/Locations.fa.xml -%%DATADIR%%/Locations.fi.xml -%%DATADIR%%/Locations.fr.xml -%%DATADIR%%/Locations.ga.xml -%%DATADIR%%/Locations.gl.xml -%%DATADIR%%/Locations.gu.xml -%%DATADIR%%/Locations.he.xml -%%DATADIR%%/Locations.hi.xml -%%DATADIR%%/Locations.hr.xml -%%DATADIR%%/Locations.hu.xml -%%DATADIR%%/Locations.id.xml -%%DATADIR%%/Locations.it.xml -%%DATADIR%%/Locations.ja.xml -%%DATADIR%%/Locations.ka.xml -%%DATADIR%%/Locations.kn.xml -%%DATADIR%%/Locations.ko.xml -%%DATADIR%%/Locations.ku.xml -%%DATADIR%%/Locations.ky.xml -%%DATADIR%%/Locations.lt.xml -%%DATADIR%%/Locations.lv.xml -%%DATADIR%%/Locations.mai.xml -%%DATADIR%%/Locations.mg.xml -%%DATADIR%%/Locations.mk.xml -%%DATADIR%%/Locations.ml.xml -%%DATADIR%%/Locations.mn.xml -%%DATADIR%%/Locations.mr.xml -%%DATADIR%%/Locations.ms.xml -%%DATADIR%%/Locations.nb.xml -%%DATADIR%%/Locations.nds.xml -%%DATADIR%%/Locations.ne.xml -%%DATADIR%%/Locations.nl.xml -%%DATADIR%%/Locations.nn.xml -%%DATADIR%%/Locations.oc.xml -%%DATADIR%%/Locations.or.xml -%%DATADIR%%/Locations.pa.xml -%%DATADIR%%/Locations.pl.xml -%%DATADIR%%/Locations.pt.xml -%%DATADIR%%/Locations.pt_BR.xml -%%DATADIR%%/Locations.ro.xml -%%DATADIR%%/Locations.ru.xml -%%DATADIR%%/Locations.rw.xml -%%DATADIR%%/Locations.si.xml -%%DATADIR%%/Locations.sk.xml -%%DATADIR%%/Locations.sl.xml -%%DATADIR%%/Locations.sq.xml -%%DATADIR%%/Locations.sr.xml -%%DATADIR%%/Locations.sr@latin.xml -%%DATADIR%%/Locations.sv.xml -%%DATADIR%%/Locations.ta.xml -%%DATADIR%%/Locations.te.xml -%%DATADIR%%/Locations.th.xml -%%DATADIR%%/Locations.tr.xml -%%DATADIR%%/Locations.uk.xml -%%DATADIR%%/Locations.vi.xml -%%DATADIR%%/Locations.xml -%%DATADIR%%/Locations.zh_CN.xml -%%DATADIR%%/Locations.zh_HK.xml -%%DATADIR%%/Locations.zh_TW.xml -%%DATADIR%%/locations.dtd -share/locale/am/LC_MESSAGES/libgweather.mo -share/locale/ar/LC_MESSAGES/libgweather.mo -share/locale/as/LC_MESSAGES/libgweather.mo -share/locale/ast/LC_MESSAGES/libgweather.mo -share/locale/az/LC_MESSAGES/libgweather.mo -share/locale/be/LC_MESSAGES/libgweather.mo -share/locale/be@latin/LC_MESSAGES/libgweather.mo -share/locale/bg/LC_MESSAGES/libgweather.mo -share/locale/bn/LC_MESSAGES/libgweather.mo -share/locale/bn_IN/LC_MESSAGES/libgweather.mo -share/locale/br/LC_MESSAGES/libgweather.mo -share/locale/bs/LC_MESSAGES/libgweather.mo -share/locale/ca/LC_MESSAGES/libgweather.mo -share/locale/ca@valencia/LC_MESSAGES/libgweather.mo -share/locale/cs/LC_MESSAGES/libgweather.mo -share/locale/cy/LC_MESSAGES/libgweather.mo -share/locale/da/LC_MESSAGES/libgweather.mo -share/locale/de/LC_MESSAGES/libgweather.mo -share/locale/dz/LC_MESSAGES/libgweather.mo -share/locale/el/LC_MESSAGES/libgweather.mo -share/locale/en_CA/LC_MESSAGES/libgweather.mo -share/locale/en_GB/LC_MESSAGES/libgweather.mo -share/locale/en@shaw/LC_MESSAGES/libgweather.mo -share/locale/es/LC_MESSAGES/libgweather.mo -share/locale/es_AR/LC_MESSAGES/libgweather.mo -share/locale/es_CL/LC_MESSAGES/libgweather.mo -share/locale/es_CO/LC_MESSAGES/libgweather.mo -share/locale/es_CR/LC_MESSAGES/libgweather.mo -share/locale/es_DO/LC_MESSAGES/libgweather.mo -share/locale/es_EC/LC_MESSAGES/libgweather.mo -share/locale/es_ES/LC_MESSAGES/libgweather.mo -share/locale/es_GT/LC_MESSAGES/libgweather.mo -share/locale/es_HN/LC_MESSAGES/libgweather.mo -share/locale/es_MX/LC_MESSAGES/libgweather.mo -share/locale/es_NI/LC_MESSAGES/libgweather.mo -share/locale/es_PA/LC_MESSAGES/libgweather.mo -share/locale/es_PE/LC_MESSAGES/libgweather.mo -share/locale/es_PR/LC_MESSAGES/libgweather.mo -share/locale/es_SV/LC_MESSAGES/libgweather.mo -share/locale/es_UY/LC_MESSAGES/libgweather.mo -share/locale/es_VE/LC_MESSAGES/libgweather.mo -share/locale/et/LC_MESSAGES/libgweather.mo -share/locale/eu/LC_MESSAGES/libgweather.mo -share/locale/fa/LC_MESSAGES/libgweather.mo -share/locale/fi/LC_MESSAGES/libgweather.mo -share/locale/fr/LC_MESSAGES/libgweather.mo -share/locale/ga/LC_MESSAGES/libgweather.mo -share/locale/gl/LC_MESSAGES/libgweather.mo -share/locale/gu/LC_MESSAGES/libgweather.mo -share/locale/he/LC_MESSAGES/libgweather.mo -share/locale/hi/LC_MESSAGES/libgweather.mo -share/locale/hr/LC_MESSAGES/libgweather.mo -share/locale/hu/LC_MESSAGES/libgweather.mo -share/locale/hy/LC_MESSAGES/libgweather.mo -share/locale/id/LC_MESSAGES/libgweather.mo -share/locale/is/LC_MESSAGES/libgweather.mo -share/locale/it/LC_MESSAGES/libgweather.mo -share/locale/ja/LC_MESSAGES/libgweather.mo -share/locale/ka/LC_MESSAGES/libgweather.mo -share/locale/kn/LC_MESSAGES/libgweather.mo -share/locale/ko/LC_MESSAGES/libgweather.mo -share/locale/ku/LC_MESSAGES/libgweather.mo -share/locale/ky/LC_MESSAGES/libgweather.mo -share/locale/lt/LC_MESSAGES/libgweather.mo -share/locale/lv/LC_MESSAGES/libgweather.mo -share/locale/mai/LC_MESSAGES/libgweather.mo -share/locale/mg/LC_MESSAGES/libgweather.mo -share/locale/mk/LC_MESSAGES/libgweather.mo -share/locale/ml/LC_MESSAGES/libgweather.mo -share/locale/mn/LC_MESSAGES/libgweather.mo -share/locale/mr/LC_MESSAGES/libgweather.mo -share/locale/ms/LC_MESSAGES/libgweather.mo -share/locale/nb/LC_MESSAGES/libgweather.mo -share/locale/nds/LC_MESSAGES/libgweather.mo -share/locale/ne/LC_MESSAGES/libgweather.mo -share/locale/nl/LC_MESSAGES/libgweather.mo -share/locale/nn/LC_MESSAGES/libgweather.mo -share/locale/oc/LC_MESSAGES/libgweather.mo -share/locale/or/LC_MESSAGES/libgweather.mo -share/locale/pa/LC_MESSAGES/libgweather.mo -share/locale/pl/LC_MESSAGES/libgweather.mo -share/locale/pt/LC_MESSAGES/libgweather.mo -share/locale/pt_BR/LC_MESSAGES/libgweather.mo -share/locale/ro/LC_MESSAGES/libgweather.mo -share/locale/ru/LC_MESSAGES/libgweather.mo -share/locale/rw/LC_MESSAGES/libgweather.mo -share/locale/si/LC_MESSAGES/libgweather.mo -share/locale/sk/LC_MESSAGES/libgweather.mo -share/locale/sl/LC_MESSAGES/libgweather.mo -share/locale/sq/LC_MESSAGES/libgweather.mo -share/locale/sr/LC_MESSAGES/libgweather.mo -share/locale/sr@latin/LC_MESSAGES/libgweather.mo -share/locale/sv/LC_MESSAGES/libgweather.mo -share/locale/ta/LC_MESSAGES/libgweather.mo -share/locale/te/LC_MESSAGES/libgweather.mo -share/locale/th/LC_MESSAGES/libgweather.mo -share/locale/tr/LC_MESSAGES/libgweather.mo -share/locale/uk/LC_MESSAGES/libgweather.mo -share/locale/vi/LC_MESSAGES/libgweather.mo -share/locale/wa/LC_MESSAGES/libgweather.mo -share/locale/xh/LC_MESSAGES/libgweather.mo -share/locale/zh_CN/LC_MESSAGES/libgweather.mo -share/locale/zh_HK/LC_MESSAGES/libgweather.mo -share/locale/zh_TW/LC_MESSAGES/libgweather.mo -@dirrmtry share/icons/gnome/scalable/status -@dirrmtry share/icons/gnome/scalable -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm include/libgweather -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_VE/LC_MESSAGES -@dirrmtry share/locale/es_VE -@dirrmtry share/locale/es_UY/LC_MESSAGES -@dirrmtry share/locale/es_UY -@dirrmtry share/locale/es_SV/LC_MESSAGES -@dirrmtry share/locale/es_SV -@dirrmtry share/locale/es_PR/LC_MESSAGES -@dirrmtry share/locale/es_PR -@dirrmtry share/locale/es_PE/LC_MESSAGES -@dirrmtry share/locale/es_PE -@dirrmtry share/locale/es_PA/LC_MESSAGES -@dirrmtry share/locale/es_PA -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/es_HN/LC_MESSAGES -@dirrmtry share/locale/es_HN -@dirrmtry share/locale/es_GT/LC_MESSAGES -@dirrmtry share/locale/es_GT -@dirrmtry share/locale/es_EC/LC_MESSAGES -@dirrmtry share/locale/es_EC -@dirrmtry share/locale/es_DO/LC_MESSAGES -@dirrmtry share/locale/es_DO -@dirrmtry share/locale/es_CR/LC_MESSAGES -@dirrmtry share/locale/es_CR -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile deleted file mode 100644 index c5d8391f5..000000000 --- a/net/vinagre/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: vinagre -# Date created: 16 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/vinagre/Makefile,v 1.39 2010/03/31 00:15:50 avl Exp $ -# - -PORTNAME= vinagre -PORTVERSION= 2.30.1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC client for the GNOME Desktop - -LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ - avahi-core.6:${PORTSDIR}/net/avahi-app \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack vte gconf2 gnomedocutils \ - gnomepanel -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-avahi --enable-applet -enable-ssh -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vinagre.schemas - -MAN1= vinagre.1 - -OPTIONS= TELEPATHY "Enable telepathy integration" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_TELEPATHY) -CONFIGURE_ARGS+=--enable-telepathy -LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib -PLIST_SUB+= TELEPATHY="" -.else -CONFIGURE_ARGS+=--disable-telepathy -PLIST_SUB+= TELEPATHY="@comment " -.endif - -post-install: - @-update-desktop-database > /dev/null - @-update-mime-database ${PREFIX}/share/mime > /dev/null -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/net/vinagre/distinfo b/net/vinagre/distinfo deleted file mode 100644 index b8e940468..000000000 --- a/net/vinagre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vinagre-2.30.1.tar.bz2) = 6ce972d2766ff5b3a64d2e5f1173b672 -SHA256 (gnome2/vinagre-2.30.1.tar.bz2) = cbe5bff8e6f7a81e46fde5b1d8a53a7dbdd66d13d998c24508cae08de657f2cf -SIZE (gnome2/vinagre-2.30.1.tar.bz2) = 2413882 diff --git a/net/vinagre/files/patch-Makefile.in b/net/vinagre/files/patch-Makefile.in deleted file mode 100644 index d54e01e7f..000000000 --- a/net/vinagre/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-12-16 14:18:35.000000000 -0500 -+++ Makefile.in 2007-12-16 14:19:09.000000000 -0500 -@@ -667,7 +667,7 @@ info: info-recursive - - info-am: - --install-data-am: install-vinagredocDATA -+install-data-am: - - install-dvi: install-dvi-recursive - diff --git a/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-listener-dialog.c b/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-listener-dialog.c deleted file mode 100644 index e855de33e..000000000 --- a/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-listener-dialog.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/vnc/vinagre-vnc-listener-dialog.c.orig 2010-01-06 19:49:40.000000000 -0500 -+++ plugins/vnc/vinagre-vnc-listener-dialog.c 2010-01-06 19:49:55.000000000 -0500 -@@ -18,6 +18,8 @@ - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <net/if.h> - #include <arpa/inet.h> - #include <netinet/in.h> diff --git a/net/vinagre/pkg-descr b/net/vinagre/pkg-descr deleted file mode 100644 index 9aa3ad1fa..000000000 --- a/net/vinagre/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Vinagre is a VNC Client for the GNOME Desktop. Its features include: - -* You can connect to several machines at the same time, we like tabs -* You can keep track of your most used connections, we like favorites -* You can keep track of your recently used connections, we like GtkRecent -* You can browse your network for VNC servers, we like avahi -* You don't need to supply the password on every connection, we like GNOME - Keyring - -WWW: http://www.gnome.org/projects/vinagre/ diff --git a/net/vinagre/pkg-plist b/net/vinagre/pkg-plist deleted file mode 100644 index 4dcdd7cc6..000000000 --- a/net/vinagre/pkg-plist +++ /dev/null @@ -1,359 +0,0 @@ -bin/vinagre -libdata/bonobo/servers/GNOME_VinagreApplet.server -libexec/vinagre-applet -include/vinagre-1.0/vinagre/vinagre-app.h -include/vinagre-1.0/vinagre/vinagre-bacon.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-entry.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-migration.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-tree.h -include/vinagre-1.0/vinagre/vinagre-bookmarks-ui.h -include/vinagre-1.0/vinagre/vinagre-bookmarks.h -include/vinagre-1.0/vinagre/vinagre-cache-prefs.h -include/vinagre-1.0/vinagre/vinagre-commands.h -include/vinagre-1.0/vinagre/vinagre-connect.h -include/vinagre-1.0/vinagre/vinagre-connection.h -include/vinagre-1.0/vinagre/vinagre-debug.h -include/vinagre-1.0/vinagre/vinagre-dirs.h -include/vinagre-1.0/vinagre/vinagre-dnd.h -include/vinagre-1.0/vinagre/vinagre-fav.h -include/vinagre-1.0/vinagre/vinagre-notebook.h -include/vinagre-1.0/vinagre/vinagre-plugin-loader.h -include/vinagre-1.0/vinagre/vinagre-plugin.h -include/vinagre-1.0/vinagre/vinagre-prefs.h -include/vinagre-1.0/vinagre/vinagre-ssh.h -include/vinagre-1.0/vinagre/vinagre-tab.h -include/vinagre-1.0/vinagre/vinagre-ui.h -include/vinagre-1.0/vinagre/vinagre-utils.h -include/vinagre-1.0/vinagre/vinagre-window.h -lib/vinagre-1/plugin-loaders/libcloader.la -lib/vinagre-1/plugin-loaders/libcloader.so -lib/vinagre-1/plugins/libssh.la -lib/vinagre-1/plugins/libssh.so -lib/vinagre-1/plugins/libvnc.la -lib/vinagre-1/plugins/libvnc.so -lib/vinagre-1/plugins/ssh.vinagre-plugin -lib/vinagre-1/plugins/vnc.vinagre-plugin -libdata/pkgconfig/vinagre-1.0.pc -share/applications/vinagre-file.desktop -share/applications/vinagre.desktop -%%TELEPATHY%%share/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/help/vinagre/C/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/C/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/C/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/C/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/C/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/C/figures/vinagre-screenshot.png -share/gnome/help/vinagre/C/legal.xml -share/gnome/help/vinagre/C/vinagre.xml -share/gnome/help/vinagre/ca/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/ca/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/ca/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/ca/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/ca/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/ca/figures/vinagre-screenshot.png -share/gnome/help/vinagre/ca/vinagre.xml -share/gnome/help/vinagre/cs/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/cs/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/cs/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/cs/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/cs/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/cs/figures/vinagre-screenshot.png -share/gnome/help/vinagre/cs/vinagre.xml -share/gnome/help/vinagre/de/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/de/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/de/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/de/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/de/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/de/figures/vinagre-screenshot.png -share/gnome/help/vinagre/de/vinagre.xml -share/gnome/help/vinagre/el/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/el/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/el/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/el/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/el/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/el/figures/vinagre-screenshot.png -share/gnome/help/vinagre/el/vinagre.xml -share/gnome/help/vinagre/en_GB/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/en_GB/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/en_GB/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/en_GB/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/en_GB/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/en_GB/figures/vinagre-screenshot.png -share/gnome/help/vinagre/en_GB/vinagre.xml -share/gnome/help/vinagre/es/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/es/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/es/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/es/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/es/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/es/figures/vinagre-screenshot.png -share/gnome/help/vinagre/es/vinagre.xml -share/gnome/help/vinagre/fr/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/fr/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/fr/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/fr/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/fr/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/fr/figures/vinagre-screenshot.png -share/gnome/help/vinagre/fr/vinagre.xml -share/gnome/help/vinagre/it/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/it/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/it/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/it/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/it/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/it/figures/vinagre-screenshot.png -share/gnome/help/vinagre/it/vinagre.xml -share/gnome/help/vinagre/oc/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/oc/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/oc/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/oc/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/oc/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png -share/gnome/help/vinagre/oc/vinagre.xml -share/gnome/help/vinagre/pl/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/pl/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/pl/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/pl/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/pl/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/pl/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pl/vinagre.xml -share/gnome/help/vinagre/pt/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/pt/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/pt/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/pt/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/pt/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pt/vinagre.xml -share/gnome/help/vinagre/pt_BR/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/pt_BR/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pt_BR/vinagre.xml -share/gnome/help/vinagre/sq/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/sq/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/sq/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/sq/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/sq/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/sq/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sq/vinagre.xml -share/gnome/help/vinagre/sv/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/sv/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/sv/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/sv/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/sv/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sv/vinagre.xml -share/gnome/help/vinagre/th/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/th/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/th/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/th/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/th/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/th/figures/vinagre-screenshot.png -share/gnome/help/vinagre/th/vinagre.xml -share/gnome/help/vinagre/zh_CN/figures/vinagre-auth-needed.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-bookmarks-side-panel.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-connect-dialog.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-editing-bookmarks.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-saving-bookmarks.png -share/gnome/help/vinagre/zh_CN/figures/vinagre-screenshot.png -share/gnome/help/vinagre/zh_CN/vinagre.xml -share/icons/hicolor/16x16/apps/vinagre.png -share/icons/hicolor/16x16/mimetypes/application-x-remote-connection.png -share/icons/hicolor/16x16/mimetypes/application-x-vnc.png -share/icons/hicolor/16x16/status/view-minimize.png -share/icons/hicolor/22x22/apps/vinagre.png -share/icons/hicolor/22x22/mimetypes/application-x-remote-connection.png -share/icons/hicolor/22x22/mimetypes/application-x-vnc.png -share/icons/hicolor/22x22/status/view-minimize.png -share/icons/hicolor/24x24/apps/vinagre.png -share/icons/hicolor/24x24/mimetypes/application-x-remote-connection.png -share/icons/hicolor/24x24/mimetypes/application-x-vnc.png -share/icons/hicolor/32x32/apps/vinagre.png -share/icons/hicolor/32x32/mimetypes/application-x-remote-connection.png -share/icons/hicolor/32x32/mimetypes/application-x-vnc.png -share/icons/hicolor/32x32/status/view-minimize.png -share/icons/hicolor/48x48/apps/vinagre.png -share/icons/hicolor/48x48/mimetypes/application-x-remote-connection.png -share/icons/hicolor/48x48/mimetypes/application-x-vnc.png -share/icons/hicolor/48x48/status/view-minimize.png -share/icons/hicolor/scalable/apps/vinagre.svg -share/icons/hicolor/scalable/mimetypes/application-x-remote-connection.svg -share/icons/hicolor/scalable/mimetypes/application-x-vnc.svg -share/locale/ar/LC_MESSAGES/vinagre.mo -share/locale/as/LC_MESSAGES/vinagre.mo -share/locale/ast/LC_MESSAGES/vinagre.mo -share/locale/be@latin/LC_MESSAGES/vinagre.mo -share/locale/bg/LC_MESSAGES/vinagre.mo -share/locale/bn/LC_MESSAGES/vinagre.mo -share/locale/bn_IN/LC_MESSAGES/vinagre.mo -share/locale/ca/LC_MESSAGES/vinagre.mo -share/locale/ca@valencia/LC_MESSAGES/vinagre.mo -share/locale/cs/LC_MESSAGES/vinagre.mo -share/locale/da/LC_MESSAGES/vinagre.mo -share/locale/de/LC_MESSAGES/vinagre.mo -share/locale/el/LC_MESSAGES/vinagre.mo -share/locale/en@shaw/LC_MESSAGES/vinagre.mo -share/locale/en_GB/LC_MESSAGES/vinagre.mo -share/locale/es/LC_MESSAGES/vinagre.mo -share/locale/et/LC_MESSAGES/vinagre.mo -share/locale/eu/LC_MESSAGES/vinagre.mo -share/locale/fi/LC_MESSAGES/vinagre.mo -share/locale/fr/LC_MESSAGES/vinagre.mo -share/locale/ga/LC_MESSAGES/vinagre.mo -share/locale/gl/LC_MESSAGES/vinagre.mo -share/locale/gu/LC_MESSAGES/vinagre.mo -share/locale/he/LC_MESSAGES/vinagre.mo -share/locale/hi/LC_MESSAGES/vinagre.mo -share/locale/hu/LC_MESSAGES/vinagre.mo -share/locale/id/LC_MESSAGES/vinagre.mo -share/locale/it/LC_MESSAGES/vinagre.mo -share/locale/ja/LC_MESSAGES/vinagre.mo -share/locale/kn/LC_MESSAGES/vinagre.mo -share/locale/ko/LC_MESSAGES/vinagre.mo -share/locale/ku/LC_MESSAGES/vinagre.mo -share/locale/lt/LC_MESSAGES/vinagre.mo -share/locale/lv/LC_MESSAGES/vinagre.mo -share/locale/mai/LC_MESSAGES/vinagre.mo -share/locale/mk/LC_MESSAGES/vinagre.mo -share/locale/ml/LC_MESSAGES/vinagre.mo -share/locale/mr/LC_MESSAGES/vinagre.mo -share/locale/nb/LC_MESSAGES/vinagre.mo -share/locale/nl/LC_MESSAGES/vinagre.mo -share/locale/nn/LC_MESSAGES/vinagre.mo -share/locale/oc/LC_MESSAGES/vinagre.mo -share/locale/or/LC_MESSAGES/vinagre.mo -share/locale/pa/LC_MESSAGES/vinagre.mo -share/locale/pl/LC_MESSAGES/vinagre.mo -share/locale/pt/LC_MESSAGES/vinagre.mo -share/locale/pt_BR/LC_MESSAGES/vinagre.mo -share/locale/ro/LC_MESSAGES/vinagre.mo -share/locale/ru/LC_MESSAGES/vinagre.mo -share/locale/si/LC_MESSAGES/vinagre.mo -share/locale/sk/LC_MESSAGES/vinagre.mo -share/locale/sl/LC_MESSAGES/vinagre.mo -share/locale/sq/LC_MESSAGES/vinagre.mo -share/locale/sr/LC_MESSAGES/vinagre.mo -share/locale/sr@latin/LC_MESSAGES/vinagre.mo -share/locale/sv/LC_MESSAGES/vinagre.mo -share/locale/ta/LC_MESSAGES/vinagre.mo -share/locale/te/LC_MESSAGES/vinagre.mo -share/locale/th/LC_MESSAGES/vinagre.mo -share/locale/tr/LC_MESSAGES/vinagre.mo -share/locale/vi/LC_MESSAGES/vinagre.mo -share/locale/uk/LC_MESSAGES/vinagre.mo -share/locale/zh_CN/LC_MESSAGES/vinagre.mo -share/locale/zh_HK/LC_MESSAGES/vinagre.mo -share/locale/zh_TW/LC_MESSAGES/vinagre.mo -share/mime/application/x-remote-connection.xml -share/mime/application/x-vnc.xml -share/mime/packages/vinagre-mime.xml -share/omf/vinagre/vinagre-C.omf -share/omf/vinagre/vinagre-ca.omf -share/omf/vinagre/vinagre-cs.omf -share/omf/vinagre/vinagre-de.omf -share/omf/vinagre/vinagre-el.omf -share/omf/vinagre/vinagre-en_GB.omf -share/omf/vinagre/vinagre-es.omf -share/omf/vinagre/vinagre-fr.omf -share/omf/vinagre/vinagre-it.omf -share/omf/vinagre/vinagre-oc.omf -share/omf/vinagre/vinagre-pl.omf -share/omf/vinagre/vinagre-pt.omf -share/omf/vinagre/vinagre-pt_BR.omf -share/omf/vinagre/vinagre-sq.omf -share/omf/vinagre/vinagre-sv.omf -share/omf/vinagre/vinagre-th.omf -share/omf/vinagre/vinagre-zh_CN.omf -%%TELEPATHY%%share/telepathy/clients/Vinagre.client -share/vinagre-1/plugins/vnc/vnc.ui -%%DATADIR%%/vinagre-fav-ui.xml -%%DATADIR%%/GNOME_VinagreApplet.xml -%%DATADIR%%/vinagre-ui.xml -%%DATADIR%%/vinagre.ui -@dirrm %%DATADIR%% -@dirrm share/vinagre-1/plugins/vnc -@dirrm share/vinagre-1/plugins -@dirrm share/vinagre-1 -%%TELEPATHY%%@dirrmtry share/telepathy/clients -%%TELEPATHY%%@dirrmtry share/telepathy -@dirrm share/omf/vinagre -@dirrm share/gnome/help/vinagre/zh_CN/figures -@dirrm share/gnome/help/vinagre/zh_CN -@dirrm share/gnome/help/vinagre/th/figures -@dirrm share/gnome/help/vinagre/th -@dirrm share/gnome/help/vinagre/sv/figures -@dirrm share/gnome/help/vinagre/sv -@dirrm share/gnome/help/vinagre/sq/figures -@dirrm share/gnome/help/vinagre/sq -@dirrm share/gnome/help/vinagre/pt_BR/figures -@dirrm share/gnome/help/vinagre/pt_BR -@dirrm share/gnome/help/vinagre/pt/figures -@dirrm share/gnome/help/vinagre/pt -@dirrm share/gnome/help/vinagre/pl/figures -@dirrm share/gnome/help/vinagre/pl -@dirrm share/gnome/help/vinagre/oc/figures -@dirrm share/gnome/help/vinagre/oc -@dirrm share/gnome/help/vinagre/it/figures -@dirrm share/gnome/help/vinagre/it -@dirrm share/gnome/help/vinagre/fr/figures -@dirrm share/gnome/help/vinagre/fr -@dirrm share/gnome/help/vinagre/es/figures -@dirrm share/gnome/help/vinagre/es -@dirrm share/gnome/help/vinagre/en_GB/figures -@dirrm share/gnome/help/vinagre/en_GB -@dirrm share/gnome/help/vinagre/el/figures -@dirrm share/gnome/help/vinagre/el -@dirrm share/gnome/help/vinagre/de/figures -@dirrm share/gnome/help/vinagre/de -@dirrm share/gnome/help/vinagre/cs/figures -@dirrm share/gnome/help/vinagre/cs -@dirrm share/gnome/help/vinagre/ca/figures -@dirrm share/gnome/help/vinagre/ca -@dirrm share/gnome/help/vinagre/C/figures -@dirrm share/gnome/help/vinagre/C -@dirrm share/gnome/help/vinagre -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/vinagre-1/plugins -@dirrm lib/vinagre-1/plugin-loaders -@dirrm lib/vinagre-1 -@dirrm include/vinagre-1.0/vinagre -@dirrm include/vinagre-1.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/vino/Makefile b/net/vino/Makefile deleted file mode 100644 index 0e75db020..000000000 --- a/net/vino/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= vino -PORTVERSION= 2.28.2 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC server that allows for remote access to your GNOME desktop - -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel -USE_XORG= xtst -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vino-server.schemas - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify=yes -.else -CONFIGURE_ARGS+=--enable-libnotify=no -.endif - -.include <bsd.port.mk> diff --git a/net/vino/distinfo b/net/vino/distinfo deleted file mode 100644 index 80e7fccad..000000000 --- a/net/vino/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vino-2.28.2.tar.bz2) = 7b7fcd23925efb628da2d2f12d73b485 -SHA256 (gnome2/vino-2.28.2.tar.bz2) = f2a0b7c77fe58f3918b202a9f0f4ae3295518ac43eeceade0875b096038a72e0 -SIZE (gnome2/vino-2.28.2.tar.bz2) = 795208 diff --git a/net/vino/files/patch-configure b/net/vino/files/patch-configure deleted file mode 100644 index 7d5508317..000000000 --- a/net/vino/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-04-01 16:50:38.000000000 +0200 -+++ configure 2010-04-01 16:50:38.000000000 +0200 -@@ -15144,6 +15144,8 @@ - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -+ #include <sys/types.h> -+ #include <sys/socket.h> - #include <ifaddrs.h> - - int diff --git a/net/vino/files/patch-server_libvncserver_sockets.c b/net/vino/files/patch-server_libvncserver_sockets.c deleted file mode 100644 index 348ea91d3..000000000 --- a/net/vino/files/patch-server_libvncserver_sockets.c +++ /dev/null @@ -1,30 +0,0 @@ ---- server/libvncserver/sockets.c.orig 2009-02-13 08:11:38.000000000 -0500 -+++ server/libvncserver/sockets.c 2009-03-07 20:19:28.000000000 -0500 -@@ -668,6 +669,11 @@ NewSocketListenTCP(struct sockaddr *addr - { - int sock = -1; - int one = 1; -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif -+#endif - - if ((sock = socket(addr->sa_family, SOCK_STREAM, 0)) < 0) - return -1; -@@ -677,6 +683,15 @@ NewSocketListenTCP(struct sockaddr *addr - return -1; - } - -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)) < 0) { -+ close(sock); -+ return -1; -+ } -+#endif -+#endif -+ - if (bind(sock, addr, len) < 0) { - close(sock); - return -1; diff --git a/net/vino/files/patch-server_vino-http.c b/net/vino/files/patch-server_vino-http.c deleted file mode 100644 index d51f95885..000000000 --- a/net/vino/files/patch-server_vino-http.c +++ /dev/null @@ -1,24 +0,0 @@ -Index: server/vino-http.c -diff -u -p server/vino-http.c.orig server/vino-http.c ---- server/vino-http.c.orig Tue Feb 27 19:47:35 2007 -+++ server/vino-http.c Sun Mar 25 20:56:41 2007 -@@ -595,6 +595,9 @@ vino_http_create_listening_socket (VinoH - { - #ifdef ENABLE_IPV6 - struct sockaddr_in6 saddr_in6; -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif - #endif - struct sockaddr_in saddr_in; - struct sockaddr *saddr; -@@ -621,6 +624,9 @@ vino_http_create_listening_socket (VinoH - - #ifdef ENABLE_IPV6 - sock = socket (AF_INET6, SOCK_STREAM, 0); -+#ifdef IPV6_V6ONLY -+ setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)); -+#endif - - memset (&saddr_in6, 0, sizeof (struct sockaddr_in6)); - saddr_in6.sin6_family = AF_INET6; diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr deleted file mode 100644 index f56a27700..000000000 --- a/net/vino/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Vino is a VNC server for GNOME - it allows someone to remotely connect -to your desktop session using the RFB protocol. - -WWW: http://www.gnome.org diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist deleted file mode 100644 index 524f06d78..000000000 --- a/net/vino/pkg-plist +++ /dev/null @@ -1,128 +0,0 @@ -bin/vino-passwd -bin/vino-preferences -etc/xdg/autostart/vino-server.desktop -libexec/vino-server -share/applications/vino-preferences.desktop -share/dbus-1/services/org.gnome.Vino.service -share/locale/ar/LC_MESSAGES/vino.mo -share/locale/as/LC_MESSAGES/vino.mo -share/locale/ast/LC_MESSAGES/vino.mo -share/locale/az/LC_MESSAGES/vino.mo -share/locale/be/LC_MESSAGES/vino.mo -share/locale/be@latin/LC_MESSAGES/vino.mo -share/locale/bg/LC_MESSAGES/vino.mo -share/locale/bn/LC_MESSAGES/vino.mo -share/locale/bn_IN/LC_MESSAGES/vino.mo -share/locale/bs/LC_MESSAGES/vino.mo -share/locale/ca/LC_MESSAGES/vino.mo -share/locale/ca@valencia/LC_MESSAGES/vino.mo -share/locale/cs/LC_MESSAGES/vino.mo -share/locale/cy/LC_MESSAGES/vino.mo -share/locale/da/LC_MESSAGES/vino.mo -share/locale/de/LC_MESSAGES/vino.mo -share/locale/dz/LC_MESSAGES/vino.mo -share/locale/el/LC_MESSAGES/vino.mo -share/locale/en@shaw/LC_MESSAGES/vino.mo -share/locale/en_CA/LC_MESSAGES/vino.mo -share/locale/en_GB/LC_MESSAGES/vino.mo -share/locale/es/LC_MESSAGES/vino.mo -share/locale/et/LC_MESSAGES/vino.mo -share/locale/eu/LC_MESSAGES/vino.mo -share/locale/fa/LC_MESSAGES/vino.mo -share/locale/fi/LC_MESSAGES/vino.mo -share/locale/fr/LC_MESSAGES/vino.mo -share/locale/ga/LC_MESSAGES/vino.mo -share/locale/gl/LC_MESSAGES/vino.mo -share/locale/gu/LC_MESSAGES/vino.mo -share/locale/he/LC_MESSAGES/vino.mo -share/locale/hi/LC_MESSAGES/vino.mo -share/locale/hr/LC_MESSAGES/vino.mo -share/locale/hu/LC_MESSAGES/vino.mo -share/locale/id/LC_MESSAGES/vino.mo -share/locale/it/LC_MESSAGES/vino.mo -share/locale/ja/LC_MESSAGES/vino.mo -share/locale/ka/LC_MESSAGES/vino.mo -share/locale/kn/LC_MESSAGES/vino.mo -share/locale/ko/LC_MESSAGES/vino.mo -share/locale/ku/LC_MESSAGES/vino.mo -share/locale/lt/LC_MESSAGES/vino.mo -share/locale/lv/LC_MESSAGES/vino.mo -share/locale/mai/LC_MESSAGES/vino.mo -share/locale/mk/LC_MESSAGES/vino.mo -share/locale/ml/LC_MESSAGES/vino.mo -share/locale/mn/LC_MESSAGES/vino.mo -share/locale/mr/LC_MESSAGES/vino.mo -share/locale/ms/LC_MESSAGES/vino.mo -share/locale/nb/LC_MESSAGES/vino.mo -share/locale/ne/LC_MESSAGES/vino.mo -share/locale/nl/LC_MESSAGES/vino.mo -share/locale/nn/LC_MESSAGES/vino.mo -share/locale/oc/LC_MESSAGES/vino.mo -share/locale/or/LC_MESSAGES/vino.mo -share/locale/pa/LC_MESSAGES/vino.mo -share/locale/pl/LC_MESSAGES/vino.mo -share/locale/pt/LC_MESSAGES/vino.mo -share/locale/pt_BR/LC_MESSAGES/vino.mo -share/locale/ro/LC_MESSAGES/vino.mo -share/locale/ru/LC_MESSAGES/vino.mo -share/locale/rw/LC_MESSAGES/vino.mo -share/locale/si/LC_MESSAGES/vino.mo -share/locale/sk/LC_MESSAGES/vino.mo -share/locale/sl/LC_MESSAGES/vino.mo -share/locale/sq/LC_MESSAGES/vino.mo -share/locale/sr/LC_MESSAGES/vino.mo -share/locale/sr@latin/LC_MESSAGES/vino.mo -share/locale/sv/LC_MESSAGES/vino.mo -share/locale/ta/LC_MESSAGES/vino.mo -share/locale/te/LC_MESSAGES/vino.mo -share/locale/th/LC_MESSAGES/vino.mo -share/locale/tr/LC_MESSAGES/vino.mo -share/locale/ug/LC_MESSAGES/vino.mo -share/locale/uk/LC_MESSAGES/vino.mo -share/locale/vi/LC_MESSAGES/vino.mo -share/locale/wa/LC_MESSAGES/vino.mo -share/locale/xh/LC_MESSAGES/vino.mo -share/locale/zh_CN/LC_MESSAGES/vino.mo -share/locale/zh_HK/LC_MESSAGES/vino.mo -share/locale/zh_TW/LC_MESSAGES/vino.mo -%%DATADIR%%/vino-preferences.ui -%%DATADIR%%/vino-prompt.ui -%%DATADIR%%/webservices -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/ports-mgmt/gnome-packagekit/Makefile b/ports-mgmt/gnome-packagekit/Makefile deleted file mode 100644 index 73e11a82e..000000000 --- a/ports-mgmt/gnome-packagekit/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: gnome-packagekit -# Date created: 15 Aug 2009 -# Whom: Anders F Bjorklund <afb@users.sourceforge.net> -# -# $FreeBSD$ -# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.13 2010/03/04 14:56:50 kwm Exp $ - -PORTNAME= gnome-packagekit -PORTVERSION= 2.30.0 -CATEGORIES= ports-mgmt sysutils gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= PackageKit client programs for the GNOME desktop - -BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit \ - notify:${PORTSDIR}/devel/libnotify \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - devkit-power-gobject.1:${PORTSDIR}/sysutils/upower \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomemenus gnomedocutils \ - desktopfileutils -USE_GETTEXT= yes -USE_ICONV= yes -USE_PYTHON_BUILD=2.4+ -GCONF_SCHEMAS= gnome-packagekit.schemas -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \ - gpk-install-mime-type.1 gpk-install-package-name.1 \ - gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \ - gpk-update-viewer.1 - -pre-configure: - @${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \ - -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/ports-mgmt/gnome-packagekit/distinfo b/ports-mgmt/gnome-packagekit/distinfo deleted file mode 100644 index ca10eeffd..000000000 --- a/ports-mgmt/gnome-packagekit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-packagekit-2.30.0.tar.bz2) = 6f96d71ad1567122075ab60d4dd60a98 -SHA256 (gnome-packagekit-2.30.0.tar.bz2) = 79738a368a7e4fd051c9fd95fe280ee244160cbf84b8044aa79747d2ab037ee9 -SIZE (gnome-packagekit-2.30.0.tar.bz2) = 3521537 diff --git a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in b/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in deleted file mode 100644 index fc8e606d8..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/gnome-packagekit.schemas.in.orig 2010-02-27 14:22:29.000000000 +0800 -+++ data/gnome-packagekit.schemas.in 2010-02-27 14:22:45.000000000 +0800 -@@ -540,7 +540,7 @@ - <applyto>/apps/gnome_settings_daemon/gtk-modules/pk-gtk-module</applyto> - <owner>gnome-packagekit</owner> - <type>bool</type> -- <default>true</default> -+ <default>false</default> - <locale name="C"> - <short>GTK+ module for font installation</short> - <long>This key determines if applications should be able to prompt for fonts</long> diff --git a/ports-mgmt/gnome-packagekit/pkg-descr b/ports-mgmt/gnome-packagekit/pkg-descr deleted file mode 100644 index eedcedc39..000000000 --- a/ports-mgmt/gnome-packagekit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gnome-packagekit is the name of the collection of graphical -tools for PackageKit to be used in the GNOME desktop. - -WWW: http://www.packagekit.org/ diff --git a/ports-mgmt/gnome-packagekit/pkg-plist b/ports-mgmt/gnome-packagekit/pkg-plist deleted file mode 100644 index b998fe705..000000000 --- a/ports-mgmt/gnome-packagekit/pkg-plist +++ /dev/null @@ -1,499 +0,0 @@ -bin/gpk-application -bin/gpk-backend-status -bin/gpk-dbus-service -bin/gpk-install-catalog -bin/gpk-install-local-file -bin/gpk-install-mime-type -bin/gpk-install-package-name -bin/gpk-install-provide-file -bin/gpk-log -bin/gpk-prefs -bin/gpk-repo -bin/gpk-service-pack -bin/gpk-update-icon -bin/gpk-update-viewer -%%PYTHON_SITELIBDIR%%/packagekit/genums.py -%%PYTHON_SITELIBDIR%%/packagekit/genums.pyc -%%PYTHON_SITELIBDIR%%/packagekit/genums.pyo -%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.py -%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.pyc -%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.pyo -share/applications/gpk-application.desktop -share/applications/gpk-install-catalog.desktop -share/applications/gpk-install-file.desktop -share/applications/gpk-log.desktop -share/applications/gpk-prefs.desktop -share/applications/gpk-repo.desktop -share/applications/gpk-service-pack.desktop -share/applications/gpk-update-viewer.desktop -share/dbus-1/services/org.freedesktop.PackageKit.service -share/gnome-packagekit/gpk-application.ui -share/gnome-packagekit/gpk-backend-status.ui -share/gnome-packagekit/gpk-client.ui -share/gnome-packagekit/gpk-error.ui -share/gnome-packagekit/gpk-eula.ui -share/gnome-packagekit/gpk-log.ui -share/gnome-packagekit/gpk-prefs.ui -share/gnome-packagekit/gpk-repo.ui -share/gnome-packagekit/gpk-service-pack.ui -share/gnome-packagekit/gpk-signature.ui -share/gnome-packagekit/gpk-update-viewer.ui -share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-gnome.svg -share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-kde.svgz -share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-xfce.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-collection-available.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-collection-installed.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-add.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-available.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-blocked.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-cleanup.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-delete.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-download.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-downloaded.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-info.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-installed.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-search.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-sources.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-update.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-refresh-cache.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-rollback.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-service-pack.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-setup.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-bugfix.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-enhancement.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-high.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-low.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-normal.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-security.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-wait.svg -share/gnome/autostart/gpk-update-icon.desktop -share/gnome/help/gnome-packagekit/C/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/C/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/C/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/C/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/C/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/C/figures/gpk-log.png -share/gnome/help/gnome-packagekit/C/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/C/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/C/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/C/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/C/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/C/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/C/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/C/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/C/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/C/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/C/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/C/legal.xml -share/gnome/help/gnome-packagekit/de/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/de/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/de/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/de/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/de/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/de/figures/gpk-log.png -share/gnome/help/gnome-packagekit/de/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/de/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/de/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/de/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/de/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/de/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/de/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/de/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/de/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/de/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/de/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/el/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/el/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/el/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/el/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/el/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/el/figures/gpk-log.png -share/gnome/help/gnome-packagekit/el/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/el/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/el/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/el/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/el/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/el/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/el/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/el/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/el/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/el/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/el/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/es/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/es/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/es/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/es/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/es/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/es/figures/gpk-log.png -share/gnome/help/gnome-packagekit/es/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/es/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/es/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/es/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/es/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/es/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/es/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/es/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/es/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/es/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/es/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/oc/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-log.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/oc/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/pl/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-log.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/pl/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/sv/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-log.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/sv/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-log.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/zh_CN/gnome-packagekit.xml -share/icons/hicolor/16x16/apps/gpk-log.png -share/icons/hicolor/16x16/apps/gpk-prefs.png -share/icons/hicolor/16x16/apps/gpk-repo.png -share/icons/hicolor/16x16/apps/gpk-service-pack.png -share/icons/hicolor/16x16/mimetypes/application-x-catalog.png -share/icons/hicolor/16x16/mimetypes/application-x-package-list.png -share/icons/hicolor/16x16/mimetypes/application-x-servicepack.png -share/icons/hicolor/22x22/apps/gpk-log.png -share/icons/hicolor/22x22/apps/gpk-prefs.png -share/icons/hicolor/22x22/apps/gpk-repo.png -share/icons/hicolor/22x22/apps/gpk-service-pack.png -share/icons/hicolor/22x22/mimetypes/application-x-catalog.png -share/icons/hicolor/22x22/mimetypes/application-x-package-list.png -share/icons/hicolor/22x22/mimetypes/application-x-servicepack.png -share/icons/hicolor/24x24/apps/gpk-log.png -share/icons/hicolor/24x24/apps/gpk-prefs.png -share/icons/hicolor/24x24/apps/gpk-repo.png -share/icons/hicolor/24x24/apps/gpk-service-pack.png -share/icons/hicolor/24x24/mimetypes/application-x-catalog.png -share/icons/hicolor/24x24/mimetypes/application-x-package-list.png -share/icons/hicolor/24x24/mimetypes/application-x-servicepack.png -share/icons/hicolor/48x48/apps/gpk-log.png -share/icons/hicolor/48x48/apps/gpk-prefs.png -share/icons/hicolor/48x48/apps/gpk-repo.png -share/icons/hicolor/48x48/apps/gpk-service-pack.png -share/icons/hicolor/48x48/mimetypes/application-x-catalog.png -share/icons/hicolor/48x48/mimetypes/application-x-package-list.png -share/icons/hicolor/48x48/mimetypes/application-x-servicepack.png -share/icons/hicolor/scalable/apps/gpk-log.svg -share/icons/hicolor/scalable/apps/gpk-prefs.svg -share/icons/hicolor/scalable/apps/gpk-repo.svg -share/icons/hicolor/scalable/apps/gpk-service-pack.svg -share/icons/hicolor/scalable/mimetypes/application-x-catalog.svg -share/icons/hicolor/scalable/mimetypes/application-x-package-list.svg -share/icons/hicolor/scalable/mimetypes/application-x-servicepack.svg -share/locale/ar/LC_MESSAGES/gnome-packagekit.mo -share/locale/as/LC_MESSAGES/gnome-packagekit.mo -share/locale/bg/LC_MESSAGES/gnome-packagekit.mo -share/locale/bn/LC_MESSAGES/gnome-packagekit.mo -share/locale/bn_IN/LC_MESSAGES/gnome-packagekit.mo -share/locale/ca/LC_MESSAGES/gnome-packagekit.mo -share/locale/cs/LC_MESSAGES/gnome-packagekit.mo -share/locale/cy/LC_MESSAGES/gnome-packagekit.mo -share/locale/da/LC_MESSAGES/gnome-packagekit.mo -share/locale/de/LC_MESSAGES/gnome-packagekit.mo -share/locale/el/LC_MESSAGES/gnome-packagekit.mo -share/locale/en@shaw/LC_MESSAGES/gnome-packagekit.mo -share/locale/en_GB/LC_MESSAGES/gnome-packagekit.mo -share/locale/es/LC_MESSAGES/gnome-packagekit.mo -share/locale/fi/LC_MESSAGES/gnome-packagekit.mo -share/locale/fr/LC_MESSAGES/gnome-packagekit.mo -share/locale/gl/LC_MESSAGES/gnome-packagekit.mo -share/locale/gu/LC_MESSAGES/gnome-packagekit.mo -share/locale/he/LC_MESSAGES/gnome-packagekit.mo -share/locale/hi/LC_MESSAGES/gnome-packagekit.mo -share/locale/hu/LC_MESSAGES/gnome-packagekit.mo -share/locale/it/LC_MESSAGES/gnome-packagekit.mo -share/locale/ja/LC_MESSAGES/gnome-packagekit.mo -share/locale/kn/LC_MESSAGES/gnome-packagekit.mo -share/locale/lt/LC_MESSAGES/gnome-packagekit.mo -share/locale/ml/LC_MESSAGES/gnome-packagekit.mo -share/locale/mr/LC_MESSAGES/gnome-packagekit.mo -share/locale/nb/LC_MESSAGES/gnome-packagekit.mo -share/locale/nl/LC_MESSAGES/gnome-packagekit.mo -share/locale/oc/LC_MESSAGES/gnome-packagekit.mo -share/locale/or/LC_MESSAGES/gnome-packagekit.mo -share/locale/pa/LC_MESSAGES/gnome-packagekit.mo -share/locale/pl/LC_MESSAGES/gnome-packagekit.mo -share/locale/pt/LC_MESSAGES/gnome-packagekit.mo -share/locale/pt_BR/LC_MESSAGES/gnome-packagekit.mo -share/locale/ro/LC_MESSAGES/gnome-packagekit.mo -share/locale/ru/LC_MESSAGES/gnome-packagekit.mo -share/locale/sl/LC_MESSAGES/gnome-packagekit.mo -share/locale/sr/LC_MESSAGES/gnome-packagekit.mo -share/locale/sr@latin/LC_MESSAGES/gnome-packagekit.mo -share/locale/sv/LC_MESSAGES/gnome-packagekit.mo -share/locale/ta/LC_MESSAGES/gnome-packagekit.mo -share/locale/te/LC_MESSAGES/gnome-packagekit.mo -share/locale/tr/LC_MESSAGES/gnome-packagekit.mo -share/locale/uk/LC_MESSAGES/gnome-packagekit.mo -share/locale/zh_CN/LC_MESSAGES/gnome-packagekit.mo -share/locale/zh_HK/LC_MESSAGES/gnome-packagekit.mo -share/locale/zh_TW/LC_MESSAGES/gnome-packagekit.mo -share/omf/gnome-packagekit/gnome-packagekit-C.omf -share/omf/gnome-packagekit/gnome-packagekit-de.omf -share/omf/gnome-packagekit/gnome-packagekit-el.omf -share/omf/gnome-packagekit/gnome-packagekit-es.omf -share/omf/gnome-packagekit/gnome-packagekit-oc.omf -share/omf/gnome-packagekit/gnome-packagekit-pl.omf -share/omf/gnome-packagekit/gnome-packagekit-sv.omf -share/omf/gnome-packagekit/gnome-packagekit-zh_CN.omf -@dirrm share/omf/gnome-packagekit -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/gnome/help/gnome-packagekit/zh_CN/figures -@dirrm share/gnome/help/gnome-packagekit/zh_CN -@dirrm share/gnome/help/gnome-packagekit/sv/figures -@dirrm share/gnome/help/gnome-packagekit/sv -@dirrm share/gnome/help/gnome-packagekit/pl/figures -@dirrm share/gnome/help/gnome-packagekit/pl -@dirrm share/gnome/help/gnome-packagekit/oc/figures -@dirrm share/gnome/help/gnome-packagekit/oc -@dirrm share/gnome/help/gnome-packagekit/es/figures -@dirrm share/gnome/help/gnome-packagekit/es -@dirrm share/gnome/help/gnome-packagekit/el/figures -@dirrm share/gnome/help/gnome-packagekit/el -@dirrm share/gnome/help/gnome-packagekit/de/figures -@dirrm share/gnome/help/gnome-packagekit/de -@dirrm share/gnome/help/gnome-packagekit/C/figures -@dirrm share/gnome/help/gnome-packagekit/C -@dirrm share/gnome/help/gnome-packagekit -@dirrm share/gnome-packagekit/icons/hicolor/scalable/status -@dirrm share/gnome-packagekit/icons/hicolor/scalable/actions -@dirrm share/gnome-packagekit/icons/hicolor/scalable -@dirrm share/gnome-packagekit/icons/hicolor/48x48/status -@dirrm share/gnome-packagekit/icons/hicolor/48x48/animations -@dirrm share/gnome-packagekit/icons/hicolor/48x48/actions -@dirrm share/gnome-packagekit/icons/hicolor/48x48 -@dirrm share/gnome-packagekit/icons/hicolor/24x24/status -@dirrm share/gnome-packagekit/icons/hicolor/24x24/animations -@dirrm share/gnome-packagekit/icons/hicolor/24x24/actions -@dirrm share/gnome-packagekit/icons/hicolor/24x24 -@dirrm share/gnome-packagekit/icons/hicolor/22x22/status -@dirrm share/gnome-packagekit/icons/hicolor/22x22/animations -@dirrm share/gnome-packagekit/icons/hicolor/22x22/actions -@dirrm share/gnome-packagekit/icons/hicolor/22x22 -@dirrm share/gnome-packagekit/icons/hicolor/16x16/status -@dirrm share/gnome-packagekit/icons/hicolor/16x16/animations -@dirrm share/gnome-packagekit/icons/hicolor/16x16/actions -@dirrm share/gnome-packagekit/icons/hicolor/16x16 -@dirrm share/gnome-packagekit/icons/hicolor -@dirrm share/gnome-packagekit/icons -@dirrm share/gnome-packagekit -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry %%PYTHON_SITELIBDIR%%/packagekit diff --git a/ports-mgmt/packagekit-qt4/Makefile b/ports-mgmt/packagekit-qt4/Makefile deleted file mode 100644 index df17f4768..000000000 --- a/ports-mgmt/packagekit-qt4/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: PackageKit-qt -# Date created: 5 jan 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt4 - -COMMENT= Qt4 bindings to packagekit - -MASTERDIR= ${.CURDIR}/../../ports-mgmt/packagekit -BUILD_WRKSRC= ${WRKSRC}/lib/packagekit-qt -INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit-qt -SLAVEPORT= qt4 -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/ports-mgmt/packagekit-qt4/pkg-plist b/ports-mgmt/packagekit-qt4/pkg-plist deleted file mode 100644 index a36453342..000000000 --- a/ports-mgmt/packagekit-qt4/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/PackageKit/packagekit-qt/QPackageKit -include/PackageKit/packagekit-qt/bitfield.h -include/PackageKit/packagekit-qt/client.h -include/PackageKit/packagekit-qt/enum.h -include/PackageKit/packagekit-qt/package.h -include/PackageKit/packagekit-qt/transaction.h -lib/libpackagekit-qt.a -lib/libpackagekit-qt.la -lib/libpackagekit-qt.so -lib/libpackagekit-qt.so.14 -libdata/pkgconfig/packagekit-qt.pc -share/cmake/Modules/FindQPackageKit.cmake -@dirrm include/PackageKit/packagekit-qt diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile deleted file mode 100644 index 98a881381..000000000 --- a/ports-mgmt/packagekit/Makefile +++ /dev/null @@ -1,128 +0,0 @@ -# New ports collection makefile for: packagekit -# Date created: 15 Aug 2009 -# Whom: Anders F Bjorklund <afb@users.sourceforge.net> -# -# $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.19 2010/04/05 01:26:07 marcus Exp $ - -PORTNAME= PackageKit -PORTVERSION= 0.6.3 -PORTREVISION= 1 -CATEGORIES= ports-mgmt sysutils -MASTER_SITES= http://www.packagekit.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= A DBUS packaging abstraction layer - -BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= glib20 intltool -USE_ICONV= yes -USE_LDCONFIG= yes -USE_PYTHON_BUILD= 2.4+ -GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lexecinfo -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+=--with-security-framework=polkit \ - --localstatedir=/var \ - --disable-gtk-doc \ - --disable-managed \ - --disable-browser-plugin \ - --disable-gstreamer-plugin \ - --disable-networkmanager \ - --disable-connman - -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" - -MAKE_JOBS_UNSAFE=yes - -.if !defined(SLAVEPORT) -OPTIONS=PORTS "Use portupgrade for management, dummy if disabled" on \ - PORTDOCS "Build documentation" on \ - RUCK "Enable ruck" on -# gtk module seems to be broken/disabled/gone? -# GTK20 "Enable GTK+ modules" off \ - -.if defined(NO_INSTALL_MANPAGES) -CONFIGURE_ARGS+=--disable-man-pages -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl -MAN1= pkcon.1 pkmon.1 pkgenpack.1 pk-debuginfo-install.1 -.endif -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_PORTS) -RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade -USE_RUBY= yes -CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports -PLIST_SUB+= PORTS="" -.else -CONFIGURE_ARGS+=--disable-ports --with-default-backend=dummy -PLIST_SUB+= PORTS="@comment " -.endif - -.if defined(WITH_RUCK) -CONFIGURE_ARGS+=--enable-ruck -PLIST_SUB+= RUCK="" -.else -CONFIGURE_ARGS+=--disable-ruck -PLIST_SUB+= RUCK="@comment " -.endif - -#.if defined(WITH_GTK) -#USE_GNOME+= gtk20 -#CONFIGURE_ARGS+=--enable-gtk-module -#PLIST_SUB+= GTK="" -#.else -CONFIGURE_ARGS+=--disable-gtk-module -PLIST_SUB+= GTK="@comment " -#.endif - -.if defined(SLAVEPORT) -LIB_DEPENDS+= packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit - -.if ${SLAVEPORT}=="qt4" -CONFIGURE_ARGS+=--enable-qt -LIB_DEPENDS+= cppunit-1.12.1:${PORTSDIR}/devel/cppunit -USE_QT_VER+= 4 -QT_COMPONENTS+= dbus xml sql -PLIST_SUB+= QT4="" -.include "${PORTSDIR}/Mk/bsd.qt.mk" -.endif -.else -CONFIGURE_ARGS+=--disable-qt -.endif - -post-patch: - @${REINPLACE_CMD} -E -e 's/.*WARNINGFLAGS_CPP.*-Werror/#$$&/' \ - -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/pk-lsof.c - @${REINPLACE_CMD} -e 's|girepositry|girepository|g' \ - ${WRKSRC}/lib/packagekit-glib2/Makefile.in - -post-install: -.if !defined(SLAVEPORT) - @${INSTALL_DATA} ${WRKSRC}/data/transactions.db \ - ${PREFIX}/share/PackageKit/transactions.db - @-update-mime-database ${PREFIX}/share/mime > /dev/null -.endif - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/packagekit/distinfo b/ports-mgmt/packagekit/distinfo deleted file mode 100644 index 9d1dda8f8..000000000 --- a/ports-mgmt/packagekit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PackageKit-0.6.3.tar.gz) = 4c8e14a8e06bed96d60bd909d2efa184 -SHA256 (PackageKit-0.6.3.tar.gz) = 6011533af80e2e34e95e05265ca6096f24ddf843f709b548b555cf18999d51ac -SIZE (PackageKit-0.6.3.tar.gz) = 9475011 diff --git a/ports-mgmt/packagekit/files/patch-etc_Vendor.conf b/ports-mgmt/packagekit/files/patch-etc_Vendor.conf deleted file mode 100644 index d599e12b8..000000000 --- a/ports-mgmt/packagekit/files/patch-etc_Vendor.conf +++ /dev/null @@ -1,11 +0,0 @@ ---- etc/Vendor.conf.orig 2010-01-08 02:40:37.000000000 +0100 -+++ etc/Vendor.conf 2010-01-08 02:41:09.000000000 +0100 -@@ -54,7 +54,7 @@ MimeUrl=none - # The vendor name shown for the 'vendor' group - # - # default=My Vendor --VendorName=My Vendor -+VendorName=FreeBSD - - # The vendor icon name shown for the 'vendor' group - # diff --git a/ports-mgmt/packagekit/files/patch-src_pk-backend-spawn.c b/ports-mgmt/packagekit/files/patch-src_pk-backend-spawn.c deleted file mode 100644 index aed5477c9..000000000 --- a/ports-mgmt/packagekit/files/patch-src_pk-backend-spawn.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pk-backend-spawn.c.orig 2010-04-04 21:23:33.000000000 -0400 -+++ src/pk-backend-spawn.c 2010-04-04 21:22:08.000000000 -0400 -@@ -674,7 +674,7 @@ pk_backend_spawn_get_envp (PkBackendSpaw - gchar *line; - gchar *uri; - gchar *eulas; -- gchar *transaction_id; -+ gchar *transaction_id = NULL; - guint i; - GPtrArray *array; - gboolean ret; diff --git a/ports-mgmt/packagekit/files/patch-src_pk-lsof.c b/ports-mgmt/packagekit/files/patch-src_pk-lsof.c deleted file mode 100644 index 6609acef2..000000000 --- a/ports-mgmt/packagekit/files/patch-src_pk-lsof.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pk-lsof.c.orig 2010-01-09 15:57:54.000000000 -0500 -+++ src/pk-lsof.c 2010-01-09 15:58:15.000000000 -0500 -@@ -153,7 +153,7 @@ pk_lsof_refresh (PkLsof *lsof) - g_return_val_if_fail (PK_IS_LSOF (lsof), FALSE); - - /* run lsof to get all data */ -- ret = g_spawn_command_line_sync ("/usr/sbin/lsof -Fpfn", &stdout, &stderr, NULL, &error); -+ ret = g_spawn_command_line_sync ("%%LOCALBASE%%/sbin/lsof -Fpfn", &stdout, &stderr, NULL, &error); - if (!ret) { - egg_warning ("failed to get pids: %s", error->message); - g_error_free (error); diff --git a/ports-mgmt/packagekit/pkg-descr b/ports-mgmt/packagekit/pkg-descr deleted file mode 100644 index 8d092f6fb..000000000 --- a/ports-mgmt/packagekit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PackageKit is a DBUS abstraction layer that allows the session user to manage -packages in a secure way using a cross-distro, cross-architecture API. - -WWW: http://www.packagekit.org diff --git a/ports-mgmt/packagekit/pkg-plist b/ports-mgmt/packagekit/pkg-plist deleted file mode 100644 index 807d69446..000000000 --- a/ports-mgmt/packagekit/pkg-plist +++ /dev/null @@ -1,455 +0,0 @@ -bin/packagekit-bugreport.sh -bin/pk-debuginfo-install -bin/pkcon -bin/pkgenpack -bin/pkmon -%%RUCK%%bin/ruck -@unexec if cmp -s %D/etc/PackageKit/CommandNotFound.conf %D/etc/PackageKit/CommandNotFound.conf.default; then rm -f %D/etc/PackageKit/CommandNotFound.conf; fi -etc/PackageKit/CommandNotFound.conf -@exec [ -f %B/CommandNotFound.conf ] || cp %B/%f %B/CommandNotFound.conf -@unexec if cmp -s %D/etc/PackageKit/PackageKit.conf %D/etc/PackageKit/PackageKit.conf.default; then rm -f %D/etc/PackageKit/PackageKit.conf; fi -etc/PackageKit/PackageKit.conf -@exec [ -f %B/PackageKit.conf ] || cp %B/%f %B/PackageKit.conf -etc/PackageKit/Vendor.conf -etc/bash_completion.d/pk-completion.bash -etc/cron.daily/packagekit-background.cron -etc/dbus-1/system.d/org.freedesktop.PackageKit.conf -etc/profile.d/PackageKit.sh -etc/sysconfig/packagekit-background -include/PackageKit/backend/pk-backend-spawn.h -include/PackageKit/backend/pk-backend.h -include/PackageKit/packagekit-glib2/packagekit.h -include/PackageKit/packagekit-glib2/pk-bitfield.h -include/PackageKit/packagekit-glib2/pk-catalog.h -include/PackageKit/packagekit-glib2/pk-category.h -include/PackageKit/packagekit-glib2/pk-client-sync.h -include/PackageKit/packagekit-glib2/pk-client.h -include/PackageKit/packagekit-glib2/pk-common.h -include/PackageKit/packagekit-glib2/pk-control-sync.h -include/PackageKit/packagekit-glib2/pk-control.h -include/PackageKit/packagekit-glib2/pk-desktop.h -include/PackageKit/packagekit-glib2/pk-details.h -include/PackageKit/packagekit-glib2/pk-distro-upgrade.h -include/PackageKit/packagekit-glib2/pk-enum.h -include/PackageKit/packagekit-glib2/pk-error.h -include/PackageKit/packagekit-glib2/pk-eula-required.h -include/PackageKit/packagekit-glib2/pk-files.h -include/PackageKit/packagekit-glib2/pk-media-change-required.h -include/PackageKit/packagekit-glib2/pk-message.h -include/PackageKit/packagekit-glib2/pk-package-id.h -include/PackageKit/packagekit-glib2/pk-package-ids.h -include/PackageKit/packagekit-glib2/pk-package-sack-sync.h -include/PackageKit/packagekit-glib2/pk-package-sack.h -include/PackageKit/packagekit-glib2/pk-package.h -include/PackageKit/packagekit-glib2/pk-progress.h -include/PackageKit/packagekit-glib2/pk-repo-detail.h -include/PackageKit/packagekit-glib2/pk-repo-signature-required.h -include/PackageKit/packagekit-glib2/pk-require-restart.h -include/PackageKit/packagekit-glib2/pk-results.h -include/PackageKit/packagekit-glib2/pk-service-pack.h -include/PackageKit/packagekit-glib2/pk-source.h -include/PackageKit/packagekit-glib2/pk-task.h -include/PackageKit/packagekit-glib2/pk-transaction-list.h -include/PackageKit/packagekit-glib2/pk-transaction-past.h -include/PackageKit/packagekit-glib2/pk-update-detail.h -include/PackageKit/packagekit-glib2/pk-version.h -lib/girepository-1.0/PackageKitGlib-1.0.typelib -lib/libpackagekit-glib2.a -lib/libpackagekit-glib2.la -lib/libpackagekit-glib2.so -lib/libpackagekit-glib2.so.14 -lib/packagekit-backend/libpk_backend_dummy.a -lib/packagekit-backend/libpk_backend_dummy.la -lib/packagekit-backend/libpk_backend_dummy.so -%%PORTS%%lib/packagekit-backend/libpk_backend_ports.a -%%PORTS%%lib/packagekit-backend/libpk_backend_ports.la -%%PORTS%%lib/packagekit-backend/libpk_backend_ports.so -lib/packagekit-backend/libpk_backend_test_fail.a -lib/packagekit-backend/libpk_backend_test_fail.la -lib/packagekit-backend/libpk_backend_test_fail.so -lib/packagekit-backend/libpk_backend_test_nop.a -lib/packagekit-backend/libpk_backend_test_nop.la -lib/packagekit-backend/libpk_backend_test_nop.so -lib/packagekit-backend/libpk_backend_test_spawn.a -lib/packagekit-backend/libpk_backend_test_spawn.la -lib/packagekit-backend/libpk_backend_test_spawn.so -lib/packagekit-backend/libpk_backend_test_succeed.a -lib/packagekit-backend/libpk_backend_test_succeed.la -lib/packagekit-backend/libpk_backend_test_succeed.so -lib/packagekit-backend/libpk_backend_test_thread.a -lib/packagekit-backend/libpk_backend_test_thread.la -lib/packagekit-backend/libpk_backend_test_thread.so -lib/polkit-1/extensions/libpackagekit-action-lookup.a -lib/polkit-1/extensions/libpackagekit-action-lookup.la -lib/polkit-1/extensions/libpackagekit-action-lookup.so -%%PYTHON_SITELIBDIR%%/packagekit/__init__.py -%%PYTHON_SITELIBDIR%%/packagekit/__init__.pyc -%%PYTHON_SITELIBDIR%%/packagekit/__init__.pyo -%%PYTHON_SITELIBDIR%%/packagekit/backend.py -%%PYTHON_SITELIBDIR%%/packagekit/backend.pyc -%%PYTHON_SITELIBDIR%%/packagekit/backend.pyo -%%PYTHON_SITELIBDIR%%/packagekit/client.py -%%PYTHON_SITELIBDIR%%/packagekit/client.pyc -%%PYTHON_SITELIBDIR%%/packagekit/client.pyo -%%PYTHON_SITELIBDIR%%/packagekit/enums.py -%%PYTHON_SITELIBDIR%%/packagekit/enums.pyc -%%PYTHON_SITELIBDIR%%/packagekit/enums.pyo -%%PYTHON_SITELIBDIR%%/packagekit/filter.py -%%PYTHON_SITELIBDIR%%/packagekit/filter.pyc -%%PYTHON_SITELIBDIR%%/packagekit/filter.pyo -%%PYTHON_SITELIBDIR%%/packagekit/frontend.py -%%PYTHON_SITELIBDIR%%/packagekit/frontend.pyc -%%PYTHON_SITELIBDIR%%/packagekit/frontend.pyo -%%PYTHON_SITELIBDIR%%/packagekit/misc.py -%%PYTHON_SITELIBDIR%%/packagekit/misc.pyc -%%PYTHON_SITELIBDIR%%/packagekit/misc.pyo -%%PYTHON_SITELIBDIR%%/packagekit/package.py -%%PYTHON_SITELIBDIR%%/packagekit/package.pyc -%%PYTHON_SITELIBDIR%%/packagekit/package.pyo -%%PYTHON_SITELIBDIR%%/packagekit/pkdbus.py -%%PYTHON_SITELIBDIR%%/packagekit/pkdbus.pyc -%%PYTHON_SITELIBDIR%%/packagekit/pkdbus.pyo -%%PYTHON_SITELIBDIR%%/packagekit/pkexceptions.py -%%PYTHON_SITELIBDIR%%/packagekit/pkexceptions.pyc -%%PYTHON_SITELIBDIR%%/packagekit/pkexceptions.pyo -%%PYTHON_SITELIBDIR%%/packagekit/progress.py -%%PYTHON_SITELIBDIR%%/packagekit/progress.pyc -%%PYTHON_SITELIBDIR%%/packagekit/progress.pyo -libdata/pkgconfig/packagekit-glib2.pc -libexec/pk-command-not-found -sbin/packagekitd -%%PORTS%%share/PackageKit/helpers/ports/portsBackend.rb -%%PORTS%%share/PackageKit/helpers/ports/ruby_packagekit/enums.rb -%%PORTS%%share/PackageKit/helpers/ports/ruby_packagekit/prints.rb -share/PackageKit/helpers/test_spawn/search-name.sh -share/PackageKit/pk-upgrade-distro.sh -share/PackageKit/transactions.db -@exec mkdir -p /var/lib/PackageKit -@exec if [ ! -f /var/lib/PackageKit/%f ]; then cp -f %B/%f /var/lib/PackageKit; chmod o-r /var/lib/PackageKit/%f; fi -share/PackageKit/website/img/assassin.png -share/PackageKit/website/img/author-alefebvre.png -share/PackageKit/website/img/author-btimothy.png -share/PackageKit/website/img/author-caglar.png -share/PackageKit/website/img/author-elliot.png -share/PackageKit/website/img/author-glatzor.png -share/PackageKit/website/img/author-grzegorzdabrowski.png -share/PackageKit/website/img/author-hughsie.png -share/PackageKit/website/img/author-jbowes.png -share/PackageKit/website/img/author-kenvandine.png -share/PackageKit/website/img/author-lmacken.png -share/PackageKit/website/img/author-rnorwood.png -share/PackageKit/website/img/author-timlau.png -share/PackageKit/website/img/author-tomparker.png -share/PackageKit/website/img/author-unknown.png -share/PackageKit/website/img/author-zodman.png -share/PackageKit/website/img/dialog-information.png -share/PackageKit/website/img/gpk-added-deps.png -share/PackageKit/website/img/gpk-application-groups.png -share/PackageKit/website/img/gpk-application-search.png -share/PackageKit/website/img/gpk-auto-update.png -share/PackageKit/website/img/gpk-backend-status.png -share/PackageKit/website/img/gpk-battery.png -share/PackageKit/website/img/gpk-client-codecs.png -share/PackageKit/website/img/gpk-client-firmware.png -share/PackageKit/website/img/gpk-client-font.png -share/PackageKit/website/img/gpk-client-mime-type.png -share/PackageKit/website/img/gpk-distro-upgrade-notify.png -share/PackageKit/website/img/gpk-eula.png -share/PackageKit/website/img/gpk-inhibit.png -share/PackageKit/website/img/gpk-log.png -share/PackageKit/website/img/gpk-markdown.png -share/PackageKit/website/img/gpk-network.png -share/PackageKit/website/img/gpk-prefs.png -share/PackageKit/website/img/gpk-progress.png -share/PackageKit/website/img/gpk-remove-confirm.png -share/PackageKit/website/img/gpk-repo-auth.png -share/PackageKit/website/img/gpk-repo-more.png -share/PackageKit/website/img/gpk-repo.png -share/PackageKit/website/img/gpk-require-restart.png -share/PackageKit/website/img/gpk-run-application.png -share/PackageKit/website/img/gpk-service-pack.png -share/PackageKit/website/img/gpk-signature.png -share/PackageKit/website/img/gpk-updates-overview.png -share/PackageKit/website/img/gpk-updates-warning.png -share/PackageKit/website/img/gpk-updates.png -share/PackageKit/website/img/gpk-waiting.png -share/PackageKit/website/img/kpk-confirm.png -share/PackageKit/website/img/kpk-information.png -share/PackageKit/website/img/kpk-notify.png -share/PackageKit/website/img/kpk-progress.png -share/PackageKit/website/img/kpk-search.png -share/PackageKit/website/img/kpk-settings.png -share/PackageKit/website/img/kpk-update.png -share/PackageKit/website/img/large-accessories-text-editor.png -share/PackageKit/website/img/large-application-certificate.png -share/PackageKit/website/img/large-applications-development.png -share/PackageKit/website/img/large-authors.png -share/PackageKit/website/img/large-dialog-information.png -share/PackageKit/website/img/large-emblem-favorite.png -share/PackageKit/website/img/large-emblem-photos.png -share/PackageKit/website/img/large-help-browser.png -share/PackageKit/website/img/large-preferences-system.png -share/PackageKit/website/img/large-system-users.png -share/PackageKit/website/img/packagekit.png -share/PackageKit/website/img/pk-command-not-found.png -share/PackageKit/website/img/pk-opensuse-updater.png -share/PackageKit/website/img/pk-self-check.png -share/PackageKit/website/img/pk-update-bugfix.png -share/PackageKit/website/img/pk-update-enhancement.png -share/PackageKit/website/img/pk-update-high.png -share/PackageKit/website/img/pk-update-low.png -share/PackageKit/website/img/pk-update-normal.png -share/PackageKit/website/img/pk-update-security.png -share/PackageKit/website/img/pk-web-plugin.png -share/PackageKit/website/img/profile-bevan.png -share/PackageKit/website/img/profile-graham.png -share/PackageKit/website/img/profile-suzan.png -share/PackageKit/website/img/status-bad.png -share/PackageKit/website/img/status-good.png -share/PackageKit/website/img/thumbnails/assassin.png -share/PackageKit/website/img/thumbnails/gpk-added-deps.png -share/PackageKit/website/img/thumbnails/gpk-application-groups.png -share/PackageKit/website/img/thumbnails/gpk-application-search.png -share/PackageKit/website/img/thumbnails/gpk-auto-update.png -share/PackageKit/website/img/thumbnails/gpk-backend-status.png -share/PackageKit/website/img/thumbnails/gpk-battery.png -share/PackageKit/website/img/thumbnails/gpk-client-codecs.png -share/PackageKit/website/img/thumbnails/gpk-client-firmware.png -share/PackageKit/website/img/thumbnails/gpk-client-font.png -share/PackageKit/website/img/thumbnails/gpk-client-mime-type.png -share/PackageKit/website/img/thumbnails/gpk-distro-upgrade-notify.png -share/PackageKit/website/img/thumbnails/gpk-eula.png -share/PackageKit/website/img/thumbnails/gpk-inhibit.png -share/PackageKit/website/img/thumbnails/gpk-log.png -share/PackageKit/website/img/thumbnails/gpk-markdown.png -share/PackageKit/website/img/thumbnails/gpk-network.png -share/PackageKit/website/img/thumbnails/gpk-prefs.png -share/PackageKit/website/img/thumbnails/gpk-progress.png -share/PackageKit/website/img/thumbnails/gpk-remove-confirm.png -share/PackageKit/website/img/thumbnails/gpk-repo-auth.png -share/PackageKit/website/img/thumbnails/gpk-repo-more.png -share/PackageKit/website/img/thumbnails/gpk-repo.png -share/PackageKit/website/img/thumbnails/gpk-require-restart.png -share/PackageKit/website/img/thumbnails/gpk-run-application.png -share/PackageKit/website/img/thumbnails/gpk-service-pack.png -share/PackageKit/website/img/thumbnails/gpk-signature.png -share/PackageKit/website/img/thumbnails/gpk-updates-overview.png -share/PackageKit/website/img/thumbnails/gpk-updates-warning.png -share/PackageKit/website/img/thumbnails/gpk-updates.png -share/PackageKit/website/img/thumbnails/gpk-waiting.png -share/PackageKit/website/img/thumbnails/kpk-confirm.png -share/PackageKit/website/img/thumbnails/kpk-information.png -share/PackageKit/website/img/thumbnails/kpk-notify.png -share/PackageKit/website/img/thumbnails/kpk-progress.png -share/PackageKit/website/img/thumbnails/kpk-search.png -share/PackageKit/website/img/thumbnails/kpk-settings.png -share/PackageKit/website/img/thumbnails/kpk-update.png -share/PackageKit/website/img/thumbnails/pk-command-not-found.png -share/PackageKit/website/img/thumbnails/pk-opensuse-updater.png -share/PackageKit/website/img/thumbnails/pk-self-check.png -share/PackageKit/website/img/thumbnails/pk-update-bugfix.png -share/PackageKit/website/img/thumbnails/pk-update-enhancement.png -share/PackageKit/website/img/thumbnails/pk-update-high.png -share/PackageKit/website/img/thumbnails/pk-update-low.png -share/PackageKit/website/img/thumbnails/pk-update-normal.png -share/PackageKit/website/img/thumbnails/pk-update-security.png -share/PackageKit/website/img/thumbnails/pk-web-plugin.png -share/PackageKit/website/img/users-fedora.png -share/PackageKit/website/img/users-foresight.png -share/PackageKit/website/img/users-kubuntu.png -share/PackageKit/website/img/users-moblin.png -share/PackageKit/website/index.html -share/PackageKit/website/pk-authors.html -share/PackageKit/website/pk-bugs.html -share/PackageKit/website/pk-download.html -share/PackageKit/website/pk-faq.html -share/PackageKit/website/pk-help.html -share/PackageKit/website/pk-intro.html -share/PackageKit/website/pk-matrix.html -share/PackageKit/website/pk-package-not-found.html -share/PackageKit/website/pk-profiles.html -share/PackageKit/website/pk-reference.html -share/PackageKit/website/pk-screenshots.html -share/PackageKit/website/pk-using.html -share/PackageKit/website/style.css -share/dbus-1/system-services/org.freedesktop.PackageKit.service -share/gir-1.0/PackageKitGlib-1.0.gir -share/gtk-doc/html/PackageKit/PackageKit-egg-debug.html -share/gtk-doc/html/PackageKit/PackageKit-pk-bitfield.html -share/gtk-doc/html/PackageKit/PackageKit-pk-client-sync.html -share/gtk-doc/html/PackageKit/PackageKit-pk-common.html -share/gtk-doc/html/PackageKit/PackageKit-pk-control-sync.html -share/gtk-doc/html/PackageKit/PackageKit-pk-enum.html -share/gtk-doc/html/PackageKit/PackageKit-pk-package-id.html -share/gtk-doc/html/PackageKit/PackageKit-pk-package-ids.html -share/gtk-doc/html/PackageKit/PackageKit.devhelp -share/gtk-doc/html/PackageKit/PackageKit.devhelp2 -share/gtk-doc/html/PackageKit/PackageKit.html -share/gtk-doc/html/PackageKit/PkCatalog.html -share/gtk-doc/html/PackageKit/PkCategory.html -share/gtk-doc/html/PackageKit/PkClient.html -share/gtk-doc/html/PackageKit/PkControl.html -share/gtk-doc/html/PackageKit/PkDesktop.html -share/gtk-doc/html/PackageKit/PkDetails.html -share/gtk-doc/html/PackageKit/PkDistroUpgrade.html -share/gtk-doc/html/PackageKit/PkError.html -share/gtk-doc/html/PackageKit/PkEulaRequired.html -share/gtk-doc/html/PackageKit/PkFiles.html -share/gtk-doc/html/PackageKit/PkMediaChangeRequired.html -share/gtk-doc/html/PackageKit/PkMessage.html -share/gtk-doc/html/PackageKit/PkPackage.html -share/gtk-doc/html/PackageKit/PkPackageSack.html -share/gtk-doc/html/PackageKit/PkProgress.html -share/gtk-doc/html/PackageKit/PkRepoDetail.html -share/gtk-doc/html/PackageKit/PkRepoSignatureRequired.html -share/gtk-doc/html/PackageKit/PkRequireRestart.html -share/gtk-doc/html/PackageKit/PkResults.html -share/gtk-doc/html/PackageKit/PkServicePack.html -share/gtk-doc/html/PackageKit/PkTask.html -share/gtk-doc/html/PackageKit/PkTransactionPast.html -share/gtk-doc/html/PackageKit/PkUpdateDetail.html -share/gtk-doc/html/PackageKit/Transaction.html -share/gtk-doc/html/PackageKit/api-reference.html -share/gtk-doc/html/PackageKit/backend-compiled.html -share/gtk-doc/html/PackageKit/backend-spawn.html -share/gtk-doc/html/PackageKit/backends-spawn-common.html -share/gtk-doc/html/PackageKit/backends-spawn-methods.html -share/gtk-doc/html/PackageKit/concepts.html -share/gtk-doc/html/PackageKit/config-main.html -share/gtk-doc/html/PackageKit/developer-faq.html -share/gtk-doc/html/PackageKit/faq.html -share/gtk-doc/html/PackageKit/home.png -share/gtk-doc/html/PackageKit/index.html -share/gtk-doc/html/PackageKit/index.sgml -share/gtk-doc/html/PackageKit/introduction-backends.html -share/gtk-doc/html/PackageKit/introduction-cancellation.html -share/gtk-doc/html/PackageKit/introduction-errors.html -share/gtk-doc/html/PackageKit/introduction-group-type.html -share/gtk-doc/html/PackageKit/introduction-ideas-filters.html -share/gtk-doc/html/PackageKit/introduction-ideas-simultaneous.html -share/gtk-doc/html/PackageKit/introduction-ideas-status.html -share/gtk-doc/html/PackageKit/introduction-ideas-transactionid.html -share/gtk-doc/html/PackageKit/introduction-ideas-transactions.html -share/gtk-doc/html/PackageKit/introduction.html -share/gtk-doc/html/PackageKit/left.png -share/gtk-doc/html/PackageKit/libpackagekit-gobject.html -share/gtk-doc/html/PackageKit/libpackagekit-helpers.html -share/gtk-doc/html/PackageKit/pk-faq-error-code.png -share/gtk-doc/html/PackageKit/pk-faq-filter.png -share/gtk-doc/html/PackageKit/pk-faq-status.png -share/gtk-doc/html/PackageKit/pk-structure.png -share/gtk-doc/html/PackageKit/pk-structure.svg -share/gtk-doc/html/PackageKit/pk-transactions-download.png -share/gtk-doc/html/PackageKit/pk-transactions-failure.png -share/gtk-doc/html/PackageKit/pk-transactions-set-locale.png -share/gtk-doc/html/PackageKit/pk-transactions-sig-install.png -share/gtk-doc/html/PackageKit/pk-transactions-success.png -share/gtk-doc/html/PackageKit/pk-transactions-trusted.png -share/gtk-doc/html/PackageKit/pk-transactions.svg -share/gtk-doc/html/PackageKit/right.png -share/gtk-doc/html/PackageKit/specification.html -share/gtk-doc/html/PackageKit/style.css -share/gtk-doc/html/PackageKit/up.png -share/locale/as/LC_MESSAGES/PackageKit.mo -share/locale/bg/LC_MESSAGES/PackageKit.mo -share/locale/bn_IN/LC_MESSAGES/PackageKit.mo -share/locale/ca/LC_MESSAGES/PackageKit.mo -share/locale/cs/LC_MESSAGES/PackageKit.mo -share/locale/da/LC_MESSAGES/PackageKit.mo -share/locale/de/LC_MESSAGES/PackageKit.mo -share/locale/el/LC_MESSAGES/PackageKit.mo -share/locale/en_GB/LC_MESSAGES/PackageKit.mo -share/locale/es/LC_MESSAGES/PackageKit.mo -share/locale/fi/LC_MESSAGES/PackageKit.mo -share/locale/fr/LC_MESSAGES/PackageKit.mo -share/locale/gu/LC_MESSAGES/PackageKit.mo -share/locale/he/LC_MESSAGES/PackageKit.mo -share/locale/hi/LC_MESSAGES/PackageKit.mo -share/locale/hu/LC_MESSAGES/PackageKit.mo -share/locale/it/LC_MESSAGES/PackageKit.mo -share/locale/ja/LC_MESSAGES/PackageKit.mo -share/locale/kn/LC_MESSAGES/PackageKit.mo -share/locale/ko/LC_MESSAGES/PackageKit.mo -share/locale/ml/LC_MESSAGES/PackageKit.mo -share/locale/mr/LC_MESSAGES/PackageKit.mo -share/locale/ms/LC_MESSAGES/PackageKit.mo -share/locale/nb/LC_MESSAGES/PackageKit.mo -share/locale/nl/LC_MESSAGES/PackageKit.mo -share/locale/or/LC_MESSAGES/PackageKit.mo -share/locale/pa/LC_MESSAGES/PackageKit.mo -share/locale/pl/LC_MESSAGES/PackageKit.mo -share/locale/pt/LC_MESSAGES/PackageKit.mo -share/locale/pt_BR/LC_MESSAGES/PackageKit.mo -share/locale/ro/LC_MESSAGES/PackageKit.mo -share/locale/ru/LC_MESSAGES/PackageKit.mo -share/locale/sk/LC_MESSAGES/PackageKit.mo -share/locale/sr/LC_MESSAGES/PackageKit.mo -share/locale/sr@latin/LC_MESSAGES/PackageKit.mo -share/locale/sv/LC_MESSAGES/PackageKit.mo -share/locale/ta/LC_MESSAGES/PackageKit.mo -share/locale/te/LC_MESSAGES/PackageKit.mo -share/locale/th/LC_MESSAGES/PackageKit.mo -share/locale/tr/LC_MESSAGES/PackageKit.mo -share/locale/uk/LC_MESSAGES/PackageKit.mo -share/locale/zh_CN/LC_MESSAGES/PackageKit.mo -share/locale/zh_TW/LC_MESSAGES/PackageKit.mo -share/mime/packages/packagekit-catalog.xml -share/mime/packages/packagekit-package-list.xml -share/mime/packages/packagekit-servicepack.xml -share/polkit-1/actions/org.freedesktop.packagekit.policy -%%RUCK%%share/ruck/AUTHORS -%%RUCK%%share/ruck/README -%%RUCK%%share/ruck/commands/ruckcachecmds.py -%%RUCK%%share/ruck/commands/ruckpackagecmds.py -%%RUCK%%share/ruck/commands/rucktransactcmds.py -%%RUCK%%share/ruck/i18n.py -%%RUCK%%share/ruck/ruckcommand.py -%%RUCK%%share/ruck/ruckformat.py -%%RUCK%%share/ruck/ruckmain.py -%%RUCK%%share/ruck/rucktalk.py -%%RUCK%%share/ruck/ruckyum.py -@exec mkdir -p /var/cache/PackageKit/downloads -@unexec rmdir /var/cache/PackageKit/downloads 2>/dev/null -@unexec rmdir /var/cache/PackageKit 2>/dev/null -@unexec rmdir /var/cache 2>/dev/null -@unexec rmdir /var/lib/PackageKit 2>/dev/null -@unexec rmdir /var/lib 2>/dev/null -%%RUCK%%@dirrm share/ruck/commands -%%RUCK%%@dirrm share/ruck -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/gtk-doc/html/PackageKit -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -%%PORTS%%@dirrm share/PackageKit/website/img/thumbnails -%%PORTS%%@dirrm share/PackageKit/website/img -%%PORTS%%@dirrm share/PackageKit/website -%%PORTS%%@dirrm share/PackageKit/helpers/test_spawn -%%PORTS%%@dirrm share/PackageKit/helpers/ports/ruby_packagekit -%%PORTS%%@dirrm share/PackageKit/helpers/ports -%%PORTS%%@dirrm share/PackageKit/helpers -%%PORTS%%@dirrm share/PackageKit -@dirrm %%PYTHON_SITELIBDIR%%/packagekit -@dirrm lib/packagekit-backend -@dirrmtry lib/girepositry-1.0 -@dirrm include/PackageKit/packagekit-glib2 -@dirrm include/PackageKit/backend -@dirrm include/PackageKit -@dirrmtry etc/sysconfig -@dirrmtry etc/profile.d -@dirrmtry etc/cron.daily -@dirrm etc/PackageKit -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile deleted file mode 100644 index 8e413b3e4..000000000 --- a/print/cups-pk-helper/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: cups-pk-helper -# Date created: 2009-12-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= cups-pk-helper -PORTVERSION= 0.0.4 -CATEGORIES= print -MASTER_SITES= http://www.vuntz.net/download/cups-pk-helper/ - -MAINTAINER= ahze@FreeBSD.org -COMMENT= A helper that makes system-config-printer use PolicyKit - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - cups.2:${PORTSDIR}/print/cups-client \ - polkit.2:${PORTSDIR}/sysutils/policykit - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/libs" - -.include <bsd.port.mk> diff --git a/print/cups-pk-helper/distinfo b/print/cups-pk-helper/distinfo deleted file mode 100644 index e2ed20a53..000000000 --- a/print/cups-pk-helper/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cups-pk-helper-0.0.4.tar.bz2) = f01b83bbe35641b330efcff95bbaee7b -SHA256 (cups-pk-helper-0.0.4.tar.bz2) = 85edaa3a931a167e519eaeb378bf52c5332879820989fff72310360ac23e7056 -SIZE (cups-pk-helper-0.0.4.tar.bz2) = 266120 diff --git a/print/cups-pk-helper/pkg-descr b/print/cups-pk-helper/pkg-descr deleted file mode 100644 index e496eb93d..000000000 --- a/print/cups-pk-helper/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Cups-pk-helper is an application which makes cups configuration interfaces -available under control of PolicyKit. diff --git a/print/cups-pk-helper/pkg-plist b/print/cups-pk-helper/pkg-plist deleted file mode 100644 index d1d62a8ca..000000000 --- a/print/cups-pk-helper/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf -libexec/cups-pk-helper-mechanism -share/PolicyKit/policy/org.opensuse.cupspkhelper.mechanism.policy -share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile deleted file mode 100644 index cd57d2f70..000000000 --- a/print/freetype2/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# New ports collection makefile for: freetype -# Date created: January 24, 1998 -# Whom: jseger@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/print/freetype2/Makefile,v 1.21 2010/02/21 21:18:58 marcus Exp $ -# - -PORTNAME= freetype2 -PORTVERSION= 2.3.12 -CATEGORIES= print -MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ - http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ - http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/ \ - http://ftp.sunet.se/pub/text-processing/freetype/freetype2/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ - ftp://ftp.freetype.org/freetype/freetype2/ -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A free and portable TrueType font rendering engine - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -MAKE_ENV= TOP="" -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GNOME= gnometarget pkgconfig ltverhack:9 -LIBTOOLFILES= builds/unix/configure -CONFIGURE_ARGS= --disable-nls -CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix - -.if defined(WITH_LCD_FILTERING) -CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING -.endif - -.if defined(WITH_CJK) -#PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ -# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ -# http://bsdchat.com/dist/firefly-cjk-patchset/ -#PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz -#PATCH_DIST_STRIP+= -p1 -.endif - -pre-everything:: -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${ECHO_MSG} - @${ECHO_MSG} "You may want not to compile a bytecode interpreter into the" - @${ECHO_MSG} "TrueType driver. Without this you will only compile the code" - @${ECHO_MSG} "necessary to load TrueType glyphs without hinting." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITHOUT_TTF_BYTECODE_ENABLED=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are important patent issues related to the" - @${ECHO_MSG} "use of the interpreter." - @${ECHO_MSG} -.endif -.if !defined(WITH_LCD_FILTERING) - @${ECHO_MSG} - @${ECHO_MSG} "You may want to enable LCD filtering." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH_LCD_FILTERING=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are possible patent issues related to the" - @${ECHO_MSG} "use of the LCD filtering technology." - @${ECHO_MSG} -.endif - -pre-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/builds/unix/install.mk -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${REINPLACE_CMD} -e '/#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER/s,/\* \(.*\) \*/,\1,; /#define TT_CONFIG_OPTION_UNPATENTED_HINTING/s,^\(.*\),/* \1 \*/,' \ - ${WRKSRC}/include/freetype/config/ftoption.h -.endif - -pre-configure: - @${REINPLACE_CMD} -e '/^LIBTOOL/s|LIBTOOL ?= $$(BUILD_DIR)/libtool|LIBTOOL := ${WRKDIR}/gnome-libtool|' \ - ${WRKSRC}/builds/unix/unix-cc.in - -post-configure: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup) - -.include <bsd.port.mk> diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo deleted file mode 100644 index 717b22566..000000000 --- a/print/freetype2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freetype-2.3.12.tar.bz2) = e974a82e5939be8e05ee65f07275d7c5 -SHA256 (freetype-2.3.12.tar.bz2) = 3b96438f016a62b676c1d2089c00ca777f710d19f6aefa66ccf068d360db3e92 -SIZE (freetype-2.3.12.tar.bz2) = 1453034 diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa deleted file mode 100644 index f18618ec8..000000000 --- a/print/freetype2/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- builds/unix/detect.mk.orig 2006-12-09 13:51:54.000000000 -0500 -+++ builds/unix/detect.mk 2007-07-06 12:55:05.000000000 -0400 -@@ -21,6 +21,9 @@ ifeq ($(PLATFORM),ansi) - is_unix := $(strip $(wildcard /sbin/init) \ - $(wildcard /usr/sbin/init) \ - $(wildcard /hurd/auth)) -+ # FreeBSD is "unix" so just mandate this to fix the build in -+ # jails that do not have init (see PR#113470). -+ is_unix := true - ifneq ($(is_unix),) - - PLATFORM := unix -@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix) - ifdef must_configure - ifneq ($(have_Makefile),) - # we are building FT2 not in the src tree -- $(TOP_DIR)/builds/unix/configure $(value CFG) -+# $(TOP_DIR)/builds/unix/configure $(value CFG) - else -- cd builds/unix; ./configure $(value CFG) -+# cd builds/unix; ./configure $(value CFG) - endif - endif - diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in deleted file mode 100644 index f45d886c8..000000000 --- a/print/freetype2/files/patch-builds::unix::freetype-config.in +++ /dev/null @@ -1,17 +0,0 @@ ---- builds/unix/freetype-config.in.orig 2009-12-21 18:23:42.000000000 -0500 -+++ builds/unix/freetype-config.in 2010-02-21 15:51:17.000000000 -0500 -@@ -131,12 +131,8 @@ if test "$echo_ft_version" = "yes" ; the - fi - - if test "$echo_cflags" = "yes" ; then -- cflags="-I${SYSROOT}$includedir/freetype2" -- if test "${SYSROOT}$includedir" != "/usr/include" ; then -- echo $cflags -I${SYSROOT}$includedir -- else -- echo $cflags -- fi -+ cflags="-I@includedir@/freetype2 -I@includedir@" -+ echo $cflags - fi - - if test "$echo_libs" = "yes" ; then diff --git a/print/freetype2/pkg-descr b/print/freetype2/pkg-descr deleted file mode 100644 index 57ec2a4c6..000000000 --- a/print/freetype2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This includes some tools that are in FreeType 1's contrib directory. - -ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format. -ttf2pk: A simple conversion tool to bring TrueType quality to the - TeX world. -ttf2bdf: Produce bitmapped fonts from TrueType files for your X11 - applications. -ttfbanner: make posters using a TrueType font - -WWW: http://freetype.sourceforge.net/ diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist deleted file mode 100644 index fd0ccd25e..000000000 --- a/print/freetype2/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/freetype-config -include/freetype2/freetype/config/ftconfig.h -include/freetype2/freetype/config/ftheader.h -include/freetype2/freetype/config/ftmodule.h -include/freetype2/freetype/config/ftoption.h -include/freetype2/freetype/config/ftstdlib.h -include/freetype2/freetype/freetype.h -include/freetype2/freetype/ftadvanc.h -include/freetype2/freetype/ftbbox.h -include/freetype2/freetype/ftbdf.h -include/freetype2/freetype/ftbitmap.h -include/freetype2/freetype/ftcache.h -include/freetype2/freetype/ftchapters.h -include/freetype2/freetype/ftcid.h -include/freetype2/freetype/fterrdef.h -include/freetype2/freetype/fterrors.h -include/freetype2/freetype/ftgasp.h -include/freetype2/freetype/ftglyph.h -include/freetype2/freetype/ftgxval.h -include/freetype2/freetype/ftgzip.h -include/freetype2/freetype/ftimage.h -include/freetype2/freetype/ftincrem.h -include/freetype2/freetype/ftlcdfil.h -include/freetype2/freetype/ftlist.h -include/freetype2/freetype/ftlzw.h -include/freetype2/freetype/ftmac.h -include/freetype2/freetype/ftmm.h -include/freetype2/freetype/ftmodapi.h -include/freetype2/freetype/ftmoderr.h -include/freetype2/freetype/ftotval.h -include/freetype2/freetype/ftoutln.h -include/freetype2/freetype/ftpfr.h -include/freetype2/freetype/ftrender.h -include/freetype2/freetype/ftsizes.h -include/freetype2/freetype/ftsnames.h -include/freetype2/freetype/ftstroke.h -include/freetype2/freetype/ftsynth.h -include/freetype2/freetype/ftsystem.h -include/freetype2/freetype/fttrigon.h -include/freetype2/freetype/fttypes.h -include/freetype2/freetype/ftwinfnt.h -include/freetype2/freetype/ftxf86.h -include/freetype2/freetype/t1tables.h -include/freetype2/freetype/ttnameid.h -include/freetype2/freetype/tttables.h -include/freetype2/freetype/tttags.h -include/freetype2/freetype/ttunpat.h -include/ft2build.h -lib/libfreetype.a -lib/libfreetype.la -lib/libfreetype.so -lib/libfreetype.so.9 -libdata/pkgconfig/freetype2.pc -share/aclocal/freetype2.m4 -@dirrm include/freetype2/freetype/config -@dirrm include/freetype2/freetype -@dirrm include/freetype2 diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile deleted file mode 100644 index 81c20b0ae..000000000 --- a/print/libgnomeprint/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: libgnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# -# NOTE: Remind to update comms/gfax plist when PORTVERSION change. - -PORTNAME= libgnomeprint -PORTVERSION= 2.18.7 -CATEGORIES= print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - popt.0:${PORTSDIR}/devel/popt - -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ - libartlgpl2 ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} \ - LIBVERSION=2.2 - -.include <bsd.port.pre.mk> - -.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) -CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+= --without-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_CUPS) - @${ECHO_MSG} " Enable cups support by defining" - @${ECHO_MSG} " WITH_CUPS" - @${ECHO_MSG} "" -.endif - -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc[.]h>|<stdlib.h>|' - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts - @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap - -.include <bsd.port.post.mk> - -.endif diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo deleted file mode 100644 index 587a0187f..000000000 --- a/print/libgnomeprint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeprint-2.18.7.tar.bz2) = d66b81ee8aa3b3a33f5efc9a47ce07e3 -SHA256 (gnome2/libgnomeprint-2.18.7.tar.bz2) = 8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6 -SIZE (gnome2/libgnomeprint-2.18.7.tar.bz2) = 858527 diff --git a/print/libgnomeprint/pkg-descr b/print/libgnomeprint/pkg-descr deleted file mode 100644 index ad9ac2ec1..000000000 --- a/print/libgnomeprint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The basis for the Gnome Printing Architecture as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist deleted file mode 100644 index 2b3d0ea1e..000000000 --- a/print/libgnomeprint/pkg-plist +++ /dev/null @@ -1,233 +0,0 @@ -etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font-face.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-glyphlist.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-pgl.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-filter.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-job.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-meta.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-pango.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-paper.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-transport.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-unit.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-rfont.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gp-gc.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/libgnomeprint-enum-types.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-font-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-fontmap.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-glyphlist-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-config-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-path.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gp-gc-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-key.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-list.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-model.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-option.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-printer.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-reference.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-root.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-settings.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-state.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-utils.h -lib/libgnomeprint-2-2.a -lib/libgnomeprint-2-2.la -lib/libgnomeprint-2-2.so -lib/libgnomeprint-2-2.so.0 -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.so -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.a -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.la -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.so -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.a -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.la -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.so -libdata/pkgconfig/libgnomeprint-%%LIBVERSION%%.pc -%%DATADIR%%/%%VERSION%%/globals.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-GENERIC-PS.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/models/uninstalled/GNOME-META.xml -%%DATADIR%%/%%VERSION%%/printers/GENERIC.xml -%%DATADIR%%/%%VERSION%%/printers/PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/printers/uninstalled/META.xml -share/locale/am/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ar/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/as/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ast/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/az/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bg/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/br/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ca/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cy/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/da/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/de/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/dz/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/el/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/es/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/et/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/eu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ga/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/he/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/id/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/is/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/it/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ja/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ka/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/kn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ko/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ky/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mai/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ml/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ms/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nb/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nds/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ne/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/oc/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/or/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ps/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ro/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ru/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/rw/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/si/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sq/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ta/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/te/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/th/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/tr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/uk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/vi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/wa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/xh/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/printers/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/printers -@dirrm %%DATADIR%%/%%VERSION%%/models/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/models -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm lib/libgnomeprint/%%VERSION%%/modules/transports -@dirrm lib/libgnomeprint/%%VERSION%%/modules/filters -@dirrm lib/libgnomeprint/%%VERSION%%/modules -@dirrm lib/libgnomeprint/%%VERSION%% -@dirrm lib/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%% -@dirrm etc/gnome/libgnomeprint-2.0/fonts -@dirrm etc/gnome/libgnomeprint-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile deleted file mode 100644 index 8482d59ae..000000000 --- a/print/libspectre/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libspectre -# Date created: 2008-03-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/libspectre/Makefile,v 1.6 2010/02/23 16:00:33 kwm Exp $ - -PORTNAME= libspectre -PORTVERSION= 0.2.5 -CATEGORIES= print -MASTER_SITES= http://libspectre.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small library for rendering Postscript documents - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomehack gnomeprefix ltverhack -USE_GHOSTSCRIPT=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/print/libspectre/distinfo b/print/libspectre/distinfo deleted file mode 100644 index 49fab0e2a..000000000 --- a/print/libspectre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libspectre-0.2.5.tar.gz) = 56ed626fdf430039f1285e869b8fb3b6 -SHA256 (libspectre-0.2.5.tar.gz) = 0cf52400d6a6f93daa31c8fad3fc37a33cea4198707678fbebca09df9afd69a4 -SIZE (libspectre-0.2.5.tar.gz) = 341454 diff --git a/print/libspectre/pkg-descr b/print/libspectre/pkg-descr deleted file mode 100644 index 63383bb8b..000000000 --- a/print/libspectre/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A small library for rendering Postscript documents - -WWW: http://libspectre.freedesktop.org/wiki/ diff --git a/print/libspectre/pkg-plist b/print/libspectre/pkg-plist deleted file mode 100644 index ad5024a0b..000000000 --- a/print/libspectre/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/libspectre/spectre-document.h -include/libspectre/spectre-exporter.h -include/libspectre/spectre-macros.h -include/libspectre/spectre-page.h -include/libspectre/spectre-render-context.h -include/libspectre/spectre-status.h -include/libspectre/spectre-version.h -include/libspectre/spectre.h -lib/libspectre.a -lib/libspectre.la -lib/libspectre.so -lib/libspectre.so.1 -libdata/pkgconfig/libspectre.pc -@dirrm include/libspectre diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile deleted file mode 100644 index 017d90fbb..000000000 --- a/print/py-cups/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: py-cups -# Date created: 2008-03-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= cups -PORTVERSION= 1.9.47 -CATEGORIES= print python -MASTER_SITES= http://cyberelk.net/tim/data/pycups/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= CUPS bindings for Python - -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client - -USE_PYTHON= yes -USE_ICONV= yes -USE_BZIP2= yes -USE_PYDISTUTILS= yes -CFLAGS+= -I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\" -LDFLAGS+= -L${LOCALBASE}/lib -liconv -MAKE_ENV= LDFLAGS="${LDFLAGS}" -PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py${PYTHON_VER}.egg-info -PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so - -pre-configure: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/cupsconnection.c - -.include <bsd.port.mk> diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo deleted file mode 100644 index d41cd4ca7..000000000 --- a/print/py-cups/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pycups-1.9.47.tar.bz2) = b2c94db15c916e0776e320addb279ba8 -SHA256 (pycups-1.9.47.tar.bz2) = 1bb0cb75c1b8e0c4f0677b07546fcd0c9ec9ed04aa977ee9fc5466cbb6fe862b -SIZE (pycups-1.9.47.tar.bz2) = 45175 diff --git a/print/py-cups/files/patch-cupsppd.c b/print/py-cups/files/patch-cupsppd.c deleted file mode 100644 index 83b68ca60..000000000 --- a/print/py-cups/files/patch-cupsppd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- cupsppd.c.orig 2008-03-20 10:16:42.000000000 -0400 -+++ cupsppd.c 2008-03-20 10:17:16.000000000 -0400 -@@ -451,7 +451,7 @@ - return PyBool_FromLong (nondefaults_marked); - } - --#ifdef __SVR4 -+#if 1 - /* - * A rudimentary emulation of getline() for systems that dont support it - * natively. Since this is used for PPD file reading, it assumes (possibly diff --git a/print/py-cups/pkg-descr b/print/py-cups/pkg-descr deleted file mode 100644 index 1b76ec48e..000000000 --- a/print/py-cups/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CUPS bindings for Python - -WWW: http://cyberelk.net/tim/software/pycups/ diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile deleted file mode 100644 index 01d464cdb..000000000 --- a/print/system-config-printer/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: system-config-printer -# Date created: 2008-03-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/system-config-printer/Makefile,v 1.5 2009/12/29 16:02:30 ahze Exp $ -# - -PORTNAME= system-config-printer -PORTVERSION= 1.1.16 -PORTREVISION= 1 -CATEGORIES= print gnome -MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= CUPS configuration Gtk+2.0 GUI - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ - ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \ - xmlproc_parse:${PORTSDIR}/textproc/py-xml \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - xmlto:${PORTSDIR}/textproc/xmlto \ - desktop-file-install:${PORTSDIR}/devel/desktop-file-utils -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ - ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \ - xmlproc_parse:${PORTSDIR}/textproc/py-xml \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper - -USE_BZIP2= yes -USE_PYTHON= 2.6+ -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -USE_GNOME= pygtk2 -MAN1= system-config-printer-applet.1 system-config-printer.1 -PLIST_SUB= PYTHON_VER=${PYTHON_VER} - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g; s|%%PREFIX%%|${PREFIX}|g' - -.include <bsd.port.mk> diff --git a/print/system-config-printer/distinfo b/print/system-config-printer/distinfo deleted file mode 100644 index 166a1797f..000000000 --- a/print/system-config-printer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (system-config-printer-1.1.16.tar.bz2) = 22394a052fa730a890f6bfea1aec0aa2 -SHA256 (system-config-printer-1.1.16.tar.bz2) = 176b63ee6af2208313469192eb34eb12b41fe8b890a18c8a5ab693010a8e785d -SIZE (system-config-printer-1.1.16.tar.bz2) = 1036604 diff --git a/print/system-config-printer/files/patch-applet.py b/print/system-config-printer/files/patch-applet.py deleted file mode 100644 index d21bb2a2e..000000000 --- a/print/system-config-printer/files/patch-applet.py +++ /dev/null @@ -1,20 +0,0 @@ ---- applet.py.orig 2009-12-22 09:44:19.000000000 -0500 -+++ applet.py 2009-12-29 00:06:27.000000000 -0500 -@@ -43,7 +43,7 @@ - os.environ['LC_ALL'] = 'C' - locale.setlocale (locale.LC_ALL, "") - --APPDIR="/usr/share/system-config-printer" -+APPDIR="%%PREFIX%%/share/system-config-printer" - DOMAIN="system-config-printer" - ICON="printer" - SEARCHING_ICON="document-print-preview" -@@ -234,7 +234,7 @@ - pid = os.fork () - if pid == 0: - # Child. -- cmd = "/usr/bin/system-config-printer" -+ cmd = "%%PREFIX%%/bin/system-config-printer" - argv.insert (0, cmd) - os.execvp (cmd, argv) - sys.exit (1) diff --git a/print/system-config-printer/files/patch-cupshelpers_cupshelpers.py b/print/system-config-printer/files/patch-cupshelpers_cupshelpers.py deleted file mode 100644 index 079c395ad..000000000 --- a/print/system-config-printer/files/patch-cupshelpers_cupshelpers.py +++ /dev/null @@ -1,20 +0,0 @@ ---- cupshelpers/cupshelpers.py.orig 2009-12-22 09:44:19.000000000 -0500 -+++ cupshelpers/cupshelpers.py 2009-12-29 00:08:26.000000000 -0500 -@@ -663,7 +663,7 @@ - - # First, a local function. How to check that something exists - # in a path: -- def pathcheck (name, path="/usr/bin:/bin"): -+ def pathcheck (name, path="%%LOCALBASE%%/bin:%%PREFIX%%/bin:/usr/bin:/bin"): - if name == "-": - # A filter of "-" means that no filter is required, - # i.e. the device accepts the given format as-is. -@@ -765,7 +765,7 @@ - continue - - exepath = pathcheck (exe, -- "/usr/lib/cups/filter:" -+ "%%LOCALBASE%%/libexec/cups/filter:" - "/usr/lib64/cups/filter") - - if exe and not exepath: diff --git a/print/system-config-printer/files/patch-my-default-printer b/print/system-config-printer/files/patch-my-default-printer deleted file mode 100644 index d5678c0a9..000000000 --- a/print/system-config-printer/files/patch-my-default-printer +++ /dev/null @@ -1,6 +0,0 @@ ---- my-default-printer.orig 2008-03-20 11:53:08.000000000 -0400 -+++ my-default-printer 2008-03-20 11:53:17.000000000 -0400 -@@ -1,2 +1,2 @@ - #!/bin/sh --exec /usr/share/system-config-printer/my-default-printer.py "$@" -+exec %%PREFIX%%/share/system-config-printer/my-default-printer.py "$@" diff --git a/print/system-config-printer/files/patch-system-config-printer b/print/system-config-printer/files/patch-system-config-printer deleted file mode 100644 index 17f1bf5fb..000000000 --- a/print/system-config-printer/files/patch-system-config-printer +++ /dev/null @@ -1,6 +0,0 @@ ---- system-config-printer.orig 2008-03-20 11:56:46.000000000 -0400 -+++ system-config-printer 2008-03-20 11:56:58.000000000 -0400 -@@ -1,2 +1,2 @@ - #!/bin/sh --exec /usr/share/system-config-printer/system-config-printer.py "$@" -+exec %%PREFIX%%/share/system-config-printer/system-config-printer.py "$@" diff --git a/print/system-config-printer/files/patch-system-config-printer-applet b/print/system-config-printer/files/patch-system-config-printer-applet deleted file mode 100644 index b9d8e3125..000000000 --- a/print/system-config-printer/files/patch-system-config-printer-applet +++ /dev/null @@ -1,6 +0,0 @@ ---- system-config-printer-applet.orig 2008-03-20 11:57:22.000000000 -0400 -+++ system-config-printer-applet 2008-03-20 11:57:32.000000000 -0400 -@@ -1,2 +1,2 @@ - #!/bin/sh --exec /usr/share/system-config-printer/applet.py "$@" -+exec %%PREFIX%%/share/system-config-printer/applet.py "$@" diff --git a/print/system-config-printer/files/patch-system-config-printer.py b/print/system-config-printer/files/patch-system-config-printer.py deleted file mode 100644 index c0129a32c..000000000 --- a/print/system-config-printer/files/patch-system-config-printer.py +++ /dev/null @@ -1,43 +0,0 @@ ---- system-config-printer.py.orig 2009-12-22 09:44:19.000000000 -0500 -+++ system-config-printer.py 2009-12-29 00:35:54.000000000 -0500 -@@ -4344,7 +4344,7 @@ - if may_be_ps: - debugprint ("Printer might support PostScript") - try: -- os.stat ("/usr/share/cups/model/foomatic-db-ppds") -+ os.stat ("%%LOCALBASE%%/share/cups/model/foomatic-db-ppds") - debugprint ("foomatic-db-ppds already installed") - except OSError: - debugprint ("foomatic-db-ppds not yet installed") -@@ -4892,11 +4892,11 @@ - # Problem executing command. - return True # assume plugin not required - else: -- if glob.glob("/usr/share/hplip/data/plugin/*%s*plugin*" % -+ if glob.glob("%%LOCALBASE%%share/hplip/data/plugin/*%s*plugin*" % - hplip_version): - if hplip_version.startswith("2"): - try: -- f = open('/etc/hp/hplip.conf', 'r') -+ f = open('%%LOCALBASE%%/etc/hp/hplip.conf', 'r') - for line in f: - if line.strip ().startswith("plugin") and \ - line.strip ().endswith("1"): -@@ -5082,7 +5082,7 @@ - # Try to get make and model via SNMP - if host: - os.environ["HOST"] = host -- cmd = '/usr/lib/cups/backend/snmp "${HOST}"' -+ cmd = '%%LOCALBASE%%/libexec/cups/backend/snmp "${HOST}"' - debugprint (host + ": " + cmd) - stdout = None - try: -@@ -6621,7 +6621,7 @@ - try: - # We want this to be in the current natural language, - # so we intentionally don't set LC_ALL=C here. -- p = subprocess.Popen (['/usr/bin/cupstestppd', -+ p = subprocess.Popen (['%%LOCALBASE%%/bin/cupstestppd', - '-rvv', filename], - stdin=file("/dev/null"), - stdout=subprocess.PIPE, diff --git a/print/system-config-printer/files/patch-troubleshoot_CheckUSBPermissions.py b/print/system-config-printer/files/patch-troubleshoot_CheckUSBPermissions.py deleted file mode 100644 index 8fc60a760..000000000 --- a/print/system-config-printer/files/patch-troubleshoot_CheckUSBPermissions.py +++ /dev/null @@ -1,11 +0,0 @@ ---- troubleshoot/CheckUSBPermissions.py.orig 2008-07-26 13:36:20.440361271 -0500 -+++ troubleshoot/CheckUSBPermissions.py 2008-07-26 13:36:36.255172372 -0500 -@@ -51,7 +51,7 @@ - if not os.access (LSUSB, os.X_OK): - return False - -- GETFACL = "/usr/bin/getfacl" -+ GETFACL = "/bin/getfacl" - if not os.access (GETFACL, os.X_OK): - return False - diff --git a/print/system-config-printer/pkg-descr b/print/system-config-printer/pkg-descr deleted file mode 100644 index 3dcfd9461..000000000 --- a/print/system-config-printer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -CUPS configuration Gtk+2.0 GUI - -Configures a CUPS server. It uses the CUPS API (bound to Python with pycups) -to do this. The communication with the server is performed using IPP. As a -result, it is equally able to configure a remote CUPS server as a local one. - -WWW: http://cyberelk.net/tim/software/system-config-printer/ diff --git a/print/system-config-printer/pkg-plist b/print/system-config-printer/pkg-plist deleted file mode 100644 index fea8725a0..000000000 --- a/print/system-config-printer/pkg-plist +++ /dev/null @@ -1,184 +0,0 @@ -bin/my-default-printer -bin/system-config-printer -bin/system-config-printer-applet -etc/dbus-1/system.d/newprinternotification.conf -etc/xdg/autostart/print-applet.desktop -%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%PYTHON_VER%%.egg-info -%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.py -%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyc -%%PYTHON_SITELIBDIR%%/cupshelpers/cupshelpers.py -%%PYTHON_SITELIBDIR%%/cupshelpers/cupshelpers.pyc -%%PYTHON_SITELIBDIR%%/cupshelpers/openprinting.py -%%PYTHON_SITELIBDIR%%/cupshelpers/openprinting.pyc -%%PYTHON_SITELIBDIR%%/cupshelpers/ppds.py -%%PYTHON_SITELIBDIR%%/cupshelpers/ppds.pyc -share/applications/manage-print-jobs.desktop -share/applications/my-default-printer.desktop -share/applications/system-config-printer.desktop -share/locale/ar/LC_MESSAGES/system-config-printer.mo -share/locale/as/LC_MESSAGES/system-config-printer.mo -share/locale/bg/LC_MESSAGES/system-config-printer.mo -share/locale/bn/LC_MESSAGES/system-config-printer.mo -share/locale/bn_IN/LC_MESSAGES/system-config-printer.mo -share/locale/bs/LC_MESSAGES/system-config-printer.mo -share/locale/ca/LC_MESSAGES/system-config-printer.mo -share/locale/cs/LC_MESSAGES/system-config-printer.mo -share/locale/cy/LC_MESSAGES/system-config-printer.mo -share/locale/da/LC_MESSAGES/system-config-printer.mo -share/locale/de/LC_MESSAGES/system-config-printer.mo -share/locale/el/LC_MESSAGES/system-config-printer.mo -share/locale/en_GB/LC_MESSAGES/system-config-printer.mo -share/locale/es/LC_MESSAGES/system-config-printer.mo -share/locale/et/LC_MESSAGES/system-config-printer.mo -share/locale/fa/LC_MESSAGES/system-config-printer.mo -share/locale/fi/LC_MESSAGES/system-config-printer.mo -share/locale/fr/LC_MESSAGES/system-config-printer.mo -share/locale/gu/LC_MESSAGES/system-config-printer.mo -share/locale/he/LC_MESSAGES/system-config-printer.mo -share/locale/hi/LC_MESSAGES/system-config-printer.mo -share/locale/hr/LC_MESSAGES/system-config-printer.mo -share/locale/hu/LC_MESSAGES/system-config-printer.mo -share/locale/hy/LC_MESSAGES/system-config-printer.mo -share/locale/id/LC_MESSAGES/system-config-printer.mo -share/locale/is/LC_MESSAGES/system-config-printer.mo -share/locale/it/LC_MESSAGES/system-config-printer.mo -share/locale/ja/LC_MESSAGES/system-config-printer.mo -share/locale/ka/LC_MESSAGES/system-config-printer.mo -share/locale/kn/LC_MESSAGES/system-config-printer.mo -share/locale/ko/LC_MESSAGES/system-config-printer.mo -share/locale/lo/LC_MESSAGES/system-config-printer.mo -share/locale/lv/LC_MESSAGES/system-config-printer.mo -share/locale/mai/LC_MESSAGES/system-config-printer.mo -share/locale/mk/LC_MESSAGES/system-config-printer.mo -share/locale/ml/LC_MESSAGES/system-config-printer.mo -share/locale/mr/LC_MESSAGES/system-config-printer.mo -share/locale/ms/LC_MESSAGES/system-config-printer.mo -share/locale/my/LC_MESSAGES/system-config-printer.mo -share/locale/nb/LC_MESSAGES/system-config-printer.mo -share/locale/nl/LC_MESSAGES/system-config-printer.mo -share/locale/nn/LC_MESSAGES/system-config-printer.mo -share/locale/or/LC_MESSAGES/system-config-printer.mo -share/locale/pa/LC_MESSAGES/system-config-printer.mo -share/locale/pl/LC_MESSAGES/system-config-printer.mo -share/locale/pt/LC_MESSAGES/system-config-printer.mo -share/locale/pt_BR/LC_MESSAGES/system-config-printer.mo -share/locale/ro/LC_MESSAGES/system-config-printer.mo -share/locale/ru/LC_MESSAGES/system-config-printer.mo -share/locale/si/LC_MESSAGES/system-config-printer.mo -share/locale/sk/LC_MESSAGES/system-config-printer.mo -share/locale/sl/LC_MESSAGES/system-config-printer.mo -share/locale/sr/LC_MESSAGES/system-config-printer.mo -share/locale/sr@latin/LC_MESSAGES/system-config-printer.mo -share/locale/sv/LC_MESSAGES/system-config-printer.mo -share/locale/ta/LC_MESSAGES/system-config-printer.mo -share/locale/te/LC_MESSAGES/system-config-printer.mo -share/locale/th/LC_MESSAGES/system-config-printer.mo -share/locale/tr/LC_MESSAGES/system-config-printer.mo -share/locale/uk/LC_MESSAGES/system-config-printer.mo -share/locale/vi/LC_MESSAGES/system-config-printer.mo -share/locale/zh_CN/LC_MESSAGES/system-config-printer.mo -share/locale/zh_TW/LC_MESSAGES/system-config-printer.mo -%%DATADIR%%/AdvancedServerSettings.py -%%DATADIR%%/GroupsPane.py -%%DATADIR%%/GroupsPaneModel.py -%%DATADIR%%/HIG.py -%%DATADIR%%/PhysicalDevice.py -%%DATADIR%%/SearchCriterion.py -%%DATADIR%%/ToolbarSearchEntry.py -%%DATADIR%%/XmlHelper.py -%%DATADIR%%/applet.py -%%DATADIR%%/asyncconn.py -%%DATADIR%%/asyncipp.py -%%DATADIR%%/asyncpk0.py -%%DATADIR%%/asyncpk1.py -%%DATADIR%%/authconn.py -%%DATADIR%%/config.py -%%DATADIR%%/cupspk.py -%%DATADIR%%/debug.py -%%DATADIR%%/errordialogs.py -%%DATADIR%%/firewall.py -%%DATADIR%%/glade.py -%%DATADIR%%/glade/AboutDialog.glade -%%DATADIR%%/glade/ConnectDialog.glade -%%DATADIR%%/glade/ConnectingDialog.glade -%%DATADIR%%/glade/InstallDialog.glade -%%DATADIR%%/glade/JobsWindow.glade -%%DATADIR%%/glade/NewPrinterName.glade -%%DATADIR%%/glade/NewPrinterWindow.glade -%%DATADIR%%/glade/PrinterPropertiesDialog.glade -%%DATADIR%%/glade/PrintersWindow.glade -%%DATADIR%%/glade/SMBBrowseDialog.glade -%%DATADIR%%/glade/ServerSettingsDialog.glade -%%DATADIR%%/glade/WaitWindow.glade -%%DATADIR%%/glade/statusicon_popupmenu.glade -%%DATADIR%%/gtk_label_autowrap.py -%%DATADIR%%/gtkinklevel.py -%%DATADIR%%/gtkspinner.py -%%DATADIR%%/icons/i-network-printer.png -%%DATADIR%%/installpackage.py -%%DATADIR%%/jobviewer.py -%%DATADIR%%/monitor.py -%%DATADIR%%/my-default-printer.py -%%DATADIR%%/options.py -%%DATADIR%%/optionwidgets.py -%%DATADIR%%/ppdippstr.py -%%DATADIR%%/probe_printer.py -%%DATADIR%%/pysmb.py -%%DATADIR%%/smburi.py -%%DATADIR%%/statereason.py -%%DATADIR%%/system-config-printer.py -%%DATADIR%%/timedops.py -%%DATADIR%%/troubleshoot/CheckLocalServerPublishing.py -%%DATADIR%%/troubleshoot/CheckNetworkServerSanity.py -%%DATADIR%%/troubleshoot/CheckPPDSanity.py -%%DATADIR%%/troubleshoot/CheckPrinterSanity.py -%%DATADIR%%/troubleshoot/CheckUSBPermissions.py -%%DATADIR%%/troubleshoot/ChooseNetworkPrinter.py -%%DATADIR%%/troubleshoot/ChoosePrinter.py -%%DATADIR%%/troubleshoot/DeviceListed.py -%%DATADIR%%/troubleshoot/ErrorLogCheckpoint.py -%%DATADIR%%/troubleshoot/ErrorLogFetch.py -%%DATADIR%%/troubleshoot/ErrorLogParse.py -%%DATADIR%%/troubleshoot/LocalOrRemote.py -%%DATADIR%%/troubleshoot/Locale.py -%%DATADIR%%/troubleshoot/NetworkCUPSPrinterShared.py -%%DATADIR%%/troubleshoot/PrintTestPage.py -%%DATADIR%%/troubleshoot/PrinterStateReasons.py -%%DATADIR%%/troubleshoot/QueueNotEnabled.py -%%DATADIR%%/troubleshoot/QueueRejectingJobs.py -%%DATADIR%%/troubleshoot/RemoteAddress.py -%%DATADIR%%/troubleshoot/SchedulerNotRunning.py -%%DATADIR%%/troubleshoot/ServerFirewalled.py -%%DATADIR%%/troubleshoot/Shrug.py -%%DATADIR%%/troubleshoot/Welcome.py -%%DATADIR%%/troubleshoot/__init__.py -%%DATADIR%%/troubleshoot/base.py -%%DATADIR%%/userdefault.py -@dirrm %%DATADIR%%/troubleshoot -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/cupshelpers -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile deleted file mode 100644 index 5ab29739a..000000000 --- a/security/gnome-keyring/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.91 2010/04/01 14:09:16 kwm Exp $ -# - -PORTNAME= gnome-keyring -PORTVERSION= 2.30.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets - -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= gnome-keyring.schemas - -.include <bsd.port.mk> diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo deleted file mode 100644 index 0773b83ba..000000000 --- a/security/gnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-2.30.1.tar.bz2) = 41f4d9323c4ad7c58d88348979f7daba -SHA256 (gnome2/gnome-keyring-2.30.1.tar.bz2) = a76e7e06c3daa44340f8a3a0f3ef4b784973cdddff2d854cb30a3e7950796e5a -SIZE (gnome2/gnome-keyring-2.30.1.tar.bz2) = 1593050 diff --git a/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c b/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c deleted file mode 100644 index 6cdb0ca6a..000000000 --- a/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c +++ /dev/null @@ -1,11 +0,0 @@ ---- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500 -+++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500 -@@ -31,6 +31,8 @@ - #include <errno.h> - #include <fcntl.h> - -+#include <string.h> -+#include <sys/stat.h> - #include <sys/socket.h> - #include <sys/types.h> - #include <sys/un.h> diff --git a/security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c b/security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c deleted file mode 100644 index 1c4cb9ae4..000000000 --- a/security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c +++ /dev/null @@ -1,11 +0,0 @@ ---- daemon/prompt/gkd-prompt.c.orig 2009-12-21 19:17:13.000000000 -0500 -+++ daemon/prompt/gkd-prompt.c 2009-12-21 19:17:23.000000000 -0500 -@@ -21,6 +21,8 @@ - - #include "config.h" - -+#include <sys/wait.h> -+ - #include "gkd-prompt.h" - #include "gkd-prompt-marshal.h" - #include "gkd-prompt-util.h" diff --git a/security/gnome-keyring/files/patch-egg_egg-unix-credentials.c b/security/gnome-keyring/files/patch-egg_egg-unix-credentials.c deleted file mode 100644 index 5ae53f8b0..000000000 --- a/security/gnome-keyring/files/patch-egg_egg-unix-credentials.c +++ /dev/null @@ -1,44 +0,0 @@ ---- egg/egg-unix-credentials.c.orig 2010-01-13 00:21:23.000000000 -0500 -+++ egg/egg-unix-credentials.c 2010-01-13 00:25:46.000000000 -0500 -@@ -27,6 +27,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <sys/param.h> - #include <sys/uio.h> - #include <sys/un.h> - #include <errno.h> -@@ -37,6 +38,33 @@ - #include <ucred.h> - #endif - -+#if __FreeBSD_version < 701101 -+static char * -+strndup (const char *s, size_t n) -+{ -+ size_t nAvail; -+ char *p; -+ -+ if (s == NULL) -+ return NULL; -+ -+ if (memchr (s, '\0', n) != NULL) { -+ nAvail = strlen(s); -+ if (nAvail > n) -+ nAvail = n; -+ } else{ -+ nAvail = n; -+ } -+ p = malloc (nAvail + 1); -+ if (p == NULL) -+ return NULL; -+ memcpy (p, s, nAvail); -+ p[nAvail] = '\0'; -+ -+ return p; -+} -+#endif -+ - int - egg_unix_credentials_read (int sock, pid_t *pid, uid_t *uid) - { diff --git a/security/gnome-keyring/files/patch-gcr_gcr-certificate.c b/security/gnome-keyring/files/patch-gcr_gcr-certificate.c deleted file mode 100644 index 0c910a4c4..000000000 --- a/security/gnome-keyring/files/patch-gcr_gcr-certificate.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcr/gcr-certificate.c.orig 2009-12-16 23:36:19.000000000 -0500 -+++ gcr/gcr-certificate.c 2009-12-16 23:36:28.000000000 -0500 -@@ -156,7 +156,7 @@ calculate_key_size (GcrCertificateInfo * - const guchar *data, *params; - gsize n_data, n_params, n_key; - guint key_size = 0; -- guchar *key; -+ guchar *key = NULL; - GQuark oid; - - data = egg_asn1_read_element (info->asn1, info->der, info->n_der, "tbsCertificate.subjectPublicKeyInfo", &n_data); diff --git a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c b/security/gnome-keyring/files/patch-pam_gkr-pam-client.c deleted file mode 100644 index 05a0306e6..000000000 --- a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400 -+++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400 -@@ -96,12 +96,12 @@ check_peer_same_uid (int sock) - struct xucred xuc; - socklen_t xuc_len = sizeof (xuc); - -- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -- xuc_len == sizeof (xuc)) { -+ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -+ xuc.cr_version == XUCRED_VERSION) { - uid = xuc.cr_uid; - } else { - syslog (GKR_LOG_ERR, "could not get gnome-keyring-daemon socket credentials, " -- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc)); -+ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION); - return -1; - } - diff --git a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c b/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c deleted file mode 100644 index 0fdeef6bc..000000000 --- a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pkcs11/rpc-layer/gck-rpc-dispatch.c.orig 2009-12-16 23:37:26.000000000 -0500 -+++ pkcs11/rpc-layer/gck-rpc-dispatch.c 2009-12-16 23:38:10.000000000 -0500 -@@ -783,7 +783,7 @@ rpc_C_Finalize (CallState *cs) - { - CK_SLOT_ID_PTR slots; - CK_ULONG n_slots, i; -- CK_RV ret; -+ CK_RV ret = CKR_OK; - - debug (("C_Finalize: enter")); - diff --git a/security/gnome-keyring/pkg-descr b/security/gnome-keyring/pkg-descr deleted file mode 100644 index 75ce77c6d..000000000 --- a/security/gnome-keyring/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gnome-keyring is a program that keep password and other secrets for -users. It is run as a damon in the session, similar to ssh-agent, and -other applications can locate it by an environment variable. - -The program can manage several keyrings, each with its own master -password, and there is also a session keyring which is never stored to -disk, but forgotten when the session ends. - -The library libgnome-keyring is used by applications to integrate with -the gnome keyring system. However, at this point the library hasn't been -tested and used enought to consider the API to be publically -exposed. Therefore use of libgnome-keyring is at the moment limited to -internal use in the gnome desktop. However, we hope that the -gnome-keyring API will turn out useful and good, so that later it -can be made public for any application to use. - --- Gnome-keyring README diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist deleted file mode 100644 index ab1d77448..000000000 --- a/security/gnome-keyring/pkg-plist +++ /dev/null @@ -1,220 +0,0 @@ -bin/gnome-keyring -bin/gnome-keyring-daemon -etc/xdg/autostart/gnome-keyring-pkcs11.desktop -etc/xdg/autostart/gnome-keyring-secrets.desktop -etc/xdg/autostart/gnome-keyring-ssh.desktop -include/gcr/gcr-certificate-basics-widget.h -include/gcr/gcr-certificate-details-widget.h -include/gcr/gcr-certificate.h -include/gcr/gcr-importer.h -include/gcr/gcr-parser.h -include/gcr/gcr-types.h -include/gcr/gcr-unlock-options-widget.h -include/gcr/gcr.h -include/gp11/gp11.h -include/gp11/pkcs11.h -include/gp11/pkcs11g.h -include/gp11/pkcs11n.h -lib/gnome-keyring/devel/gck-ssh-store-standalone.a -lib/gnome-keyring/devel/gck-ssh-store-standalone.la -lib/gnome-keyring/devel/gck-ssh-store-standalone.so -lib/gnome-keyring/devel/gck-user-store-standalone.a -lib/gnome-keyring/devel/gck-user-store-standalone.la -lib/gnome-keyring/devel/gck-user-store-standalone.so -lib/gnome-keyring/gnome-keyring-pkcs11.a -lib/gnome-keyring/gnome-keyring-pkcs11.la -lib/gnome-keyring/gnome-keyring-pkcs11.so -lib/gnome-keyring/standalone/gck-roots-store-standalone.a -lib/gnome-keyring/standalone/gck-roots-store-standalone.la -lib/gnome-keyring/standalone/gck-roots-store-standalone.so -lib/gnome-keyring/standalone/gck-secret-store-standalone.a -lib/gnome-keyring/standalone/gck-secret-store-standalone.la -lib/gnome-keyring/standalone/gck-secret-store-standalone.so -lib/libgcr.a -lib/libgcr.la -lib/libgcr.so -lib/libgcr.so.0 -lib/libgp11.a -lib/libgp11.la -lib/libgp11.so -lib/libgp11.so.0 -lib/pam_gnome_keyring.a -lib/pam_gnome_keyring.la -lib/pam_gnome_keyring.so -libdata/pkgconfig/gcr-0.pc -libdata/pkgconfig/gp11-0.pc -libexec/gnome-keyring-prompt -share/dbus-1/services/org.gnome.keyring.service -share/doc/gcr/ch01.html -share/doc/gcr/gcr-GcrCertificate.html -share/doc/gcr/gcr-gcr-certificate-basics-widget.html -share/doc/gcr/gcr-gcr-certificate-details-widget.html -share/doc/gcr/gcr-gcr-import-dialog.html -share/doc/gcr/gcr-gcr-importer.html -share/doc/gcr/gcr-gcr-initializer.html -share/doc/gcr/gcr-gcr-parser.html -share/doc/gcr/gcr-gcr-simple-certificate.html -share/doc/gcr/gcr-gcr-types.html -share/doc/gcr/gcr-gcr-xxx.html -share/doc/gcr/gcr.devhelp -share/doc/gcr/gcr.devhelp2 -share/doc/gcr/home.png -share/doc/gcr/index.html -share/doc/gcr/index.sgml -share/doc/gcr/left.png -share/doc/gcr/right.png -share/doc/gcr/style.css -share/doc/gcr/up.png -share/doc/gp11/GP11Module.html -share/doc/gp11/GP11Object.html -share/doc/gp11/GP11Session.html -share/doc/gp11/GP11Slot.html -share/doc/gp11/ch01.html -share/doc/gp11/gp11-Errors.html -share/doc/gp11/gp11-GP11Attribute.html -share/doc/gp11/gp11-GP11Attributes.html -share/doc/gp11/gp11-Miscellaneous-Functions.html -share/doc/gp11/gp11.devhelp -share/doc/gp11/gp11.devhelp2 -share/doc/gp11/home.png -share/doc/gp11/index.html -share/doc/gp11/index.sgml -share/doc/gp11/left.png -share/doc/gp11/right.png -share/doc/gp11/style.css -share/doc/gp11/up.png -share/gcr/ui/gcr-certificate-basics-widget.ui -share/gcr/ui/gcr-import-dialog.ui -share/gcr/ui/gcr-unlock-options-widget.ui -%%DATADIR%%/introspect/introspect-collection.xml -%%DATADIR%%/introspect/introspect-item.xml -%%DATADIR%%/introspect/introspect-prompt.xml -%%DATADIR%%/introspect/introspect-service.xml -%%DATADIR%%/introspect/introspect-session.xml -%%DATADIR%%/ui/gkd-prompt.ui -share/locale/ar/LC_MESSAGES/gnome-keyring.mo -share/locale/as/LC_MESSAGES/gnome-keyring.mo -share/locale/ast/LC_MESSAGES/gnome-keyring.mo -share/locale/az/LC_MESSAGES/gnome-keyring.mo -share/locale/be/LC_MESSAGES/gnome-keyring.mo -share/locale/be@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/bg/LC_MESSAGES/gnome-keyring.mo -share/locale/bn/LC_MESSAGES/gnome-keyring.mo -share/locale/bn_IN/LC_MESSAGES/gnome-keyring.mo -share/locale/bs/LC_MESSAGES/gnome-keyring.mo -share/locale/ca/LC_MESSAGES/gnome-keyring.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-keyring.mo -share/locale/cs/LC_MESSAGES/gnome-keyring.mo -share/locale/cy/LC_MESSAGES/gnome-keyring.mo -share/locale/da/LC_MESSAGES/gnome-keyring.mo -share/locale/de/LC_MESSAGES/gnome-keyring.mo -share/locale/dz/LC_MESSAGES/gnome-keyring.mo -share/locale/el/LC_MESSAGES/gnome-keyring.mo -share/locale/en@shaw/LC_MESSAGES/gnome-keyring.mo -share/locale/en_CA/LC_MESSAGES/gnome-keyring.mo -share/locale/en_GB/LC_MESSAGES/gnome-keyring.mo -share/locale/es/LC_MESSAGES/gnome-keyring.mo -share/locale/et/LC_MESSAGES/gnome-keyring.mo -share/locale/eu/LC_MESSAGES/gnome-keyring.mo -share/locale/fa/LC_MESSAGES/gnome-keyring.mo -share/locale/fi/LC_MESSAGES/gnome-keyring.mo -share/locale/fr/LC_MESSAGES/gnome-keyring.mo -share/locale/ga/LC_MESSAGES/gnome-keyring.mo -share/locale/gl/LC_MESSAGES/gnome-keyring.mo -share/locale/gu/LC_MESSAGES/gnome-keyring.mo -share/locale/he/LC_MESSAGES/gnome-keyring.mo -share/locale/hi/LC_MESSAGES/gnome-keyring.mo -share/locale/hr/LC_MESSAGES/gnome-keyring.mo -share/locale/hu/LC_MESSAGES/gnome-keyring.mo -share/locale/id/LC_MESSAGES/gnome-keyring.mo -share/locale/is/LC_MESSAGES/gnome-keyring.mo -share/locale/it/LC_MESSAGES/gnome-keyring.mo -share/locale/ja/LC_MESSAGES/gnome-keyring.mo -share/locale/ka/LC_MESSAGES/gnome-keyring.mo -share/locale/kn/LC_MESSAGES/gnome-keyring.mo -share/locale/ko/LC_MESSAGES/gnome-keyring.mo -share/locale/lt/LC_MESSAGES/gnome-keyring.mo -share/locale/lv/LC_MESSAGES/gnome-keyring.mo -share/locale/mai/LC_MESSAGES/gnome-keyring.mo -share/locale/mg/LC_MESSAGES/gnome-keyring.mo -share/locale/mk/LC_MESSAGES/gnome-keyring.mo -share/locale/ml/LC_MESSAGES/gnome-keyring.mo -share/locale/mn/LC_MESSAGES/gnome-keyring.mo -share/locale/mr/LC_MESSAGES/gnome-keyring.mo -share/locale/ms/LC_MESSAGES/gnome-keyring.mo -share/locale/nb/LC_MESSAGES/gnome-keyring.mo -share/locale/ne/LC_MESSAGES/gnome-keyring.mo -share/locale/nl/LC_MESSAGES/gnome-keyring.mo -share/locale/nn/LC_MESSAGES/gnome-keyring.mo -share/locale/oc/LC_MESSAGES/gnome-keyring.mo -share/locale/or/LC_MESSAGES/gnome-keyring.mo -share/locale/pa/LC_MESSAGES/gnome-keyring.mo -share/locale/pl/LC_MESSAGES/gnome-keyring.mo -share/locale/pt/LC_MESSAGES/gnome-keyring.mo -share/locale/pt_BR/LC_MESSAGES/gnome-keyring.mo -share/locale/ro/LC_MESSAGES/gnome-keyring.mo -share/locale/ru/LC_MESSAGES/gnome-keyring.mo -share/locale/rw/LC_MESSAGES/gnome-keyring.mo -share/locale/si/LC_MESSAGES/gnome-keyring.mo -share/locale/sk/LC_MESSAGES/gnome-keyring.mo -share/locale/sl/LC_MESSAGES/gnome-keyring.mo -share/locale/sq/LC_MESSAGES/gnome-keyring.mo -share/locale/sr/LC_MESSAGES/gnome-keyring.mo -share/locale/sr@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/sv/LC_MESSAGES/gnome-keyring.mo -share/locale/ta/LC_MESSAGES/gnome-keyring.mo -share/locale/te/LC_MESSAGES/gnome-keyring.mo -share/locale/th/LC_MESSAGES/gnome-keyring.mo -share/locale/tr/LC_MESSAGES/gnome-keyring.mo -share/locale/uk/LC_MESSAGES/gnome-keyring.mo -share/locale/vi/LC_MESSAGES/gnome-keyring.mo -share/locale/xh/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/introspect -@dirrm %%DATADIR%% -@dirrm share/gcr/ui -@dirrm share/gcr -@dirrm share/doc/gp11 -@dirrm share/doc/gcr -@dirrm lib/gnome-keyring/standalone -@dirrm lib/gnome-keyring/devel -@dirrm lib/gnome-keyring -@dirrm include/gp11 -@dirrm include/gcr -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile deleted file mode 100644 index 1ebdb9506..000000000 --- a/security/libgnome-keyring/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libgnome-keyring -# Date created: 2009-12-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/libgnome-keyring/Makefile,v 1.2 2010/04/02 20:15:55 kwm Exp $ - -PORTNAME= libgnome-keyring -PORTVERSION= 2.30.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets - -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.16:${PORTSDIR}/security/libgcrypt - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/security/libgnome-keyring/distinfo b/security/libgnome-keyring/distinfo deleted file mode 100644 index b0afae706..000000000 --- a/security/libgnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgnome-keyring-2.30.1.tar.bz2) = 11ce9e5ca66cf934e243ddd68f52adc9 -SHA256 (libgnome-keyring-2.30.1.tar.bz2) = a9227da7d3eee930b75ad7858875344b713d1bf73e6af54870a2691643d5dae4 -SIZE (libgnome-keyring-2.30.1.tar.bz2) = 812131 diff --git a/security/libgnome-keyring/pkg-descr b/security/libgnome-keyring/pkg-descr deleted file mode 100644 index 90cedeaf7..000000000 --- a/security/libgnome-keyring/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-keyring is a program that keep password and other secrets for -users. The library libgnome-keyring is used by applications to integrate -with the gnome keyring system. diff --git a/security/libgnome-keyring/pkg-plist b/security/libgnome-keyring/pkg-plist deleted file mode 100644 index 7a0f7b41f..000000000 --- a/security/libgnome-keyring/pkg-plist +++ /dev/null @@ -1,88 +0,0 @@ -include/gnome-keyring-1/gnome-keyring-memory.h -include/gnome-keyring-1/gnome-keyring-result.h -include/gnome-keyring-1/gnome-keyring.h -lib/libgnome-keyring.a -lib/libgnome-keyring.la -lib/libgnome-keyring.so -lib/libgnome-keyring.so.0 -libdata/pkgconfig/gnome-keyring-1.pc -share/doc/gnome-keyring/ch01.html -share/doc/gnome-keyring/gnome-keyring-Callbacks.html -share/doc/gnome-keyring/gnome-keyring-Item-ACLs.html -share/doc/gnome-keyring/gnome-keyring-Item-Attributes.html -share/doc/gnome-keyring/gnome-keyring-Item-Information.html -share/doc/gnome-keyring/gnome-keyring-Keyring-Info.html -share/doc/gnome-keyring/gnome-keyring-Keyring-Items.html -share/doc/gnome-keyring/gnome-keyring-Keyrings.html -share/doc/gnome-keyring/gnome-keyring-Network-Passwords.html -share/doc/gnome-keyring/gnome-keyring-Non-pageable-Memory.html -share/doc/gnome-keyring/gnome-keyring-Result-Codes.html -share/doc/gnome-keyring/gnome-keyring-Search-Functionality.html -share/doc/gnome-keyring/gnome-keyring.devhelp -share/doc/gnome-keyring/gnome-keyring.devhelp2 -share/doc/gnome-keyring/home.png -share/doc/gnome-keyring/index.html -share/doc/gnome-keyring/index.sgml -share/doc/gnome-keyring/left.png -share/doc/gnome-keyring/right.png -share/doc/gnome-keyring/style.css -share/doc/gnome-keyring/up.png -share/locale/ar/LC_MESSAGES/libgnome-keyring.mo -share/locale/ast/LC_MESSAGES/libgnome-keyring.mo -share/locale/bg/LC_MESSAGES/libgnome-keyring.mo -share/locale/bn/LC_MESSAGES/libgnome-keyring.mo -share/locale/ca/LC_MESSAGES/libgnome-keyring.mo -share/locale/ca@valencia/LC_MESSAGES/libgnome-keyring.mo -share/locale/cs/LC_MESSAGES/libgnome-keyring.mo -share/locale/da/LC_MESSAGES/libgnome-keyring.mo -share/locale/de/LC_MESSAGES/libgnome-keyring.mo -share/locale/el/LC_MESSAGES/libgnome-keyring.mo -share/locale/en_GB/LC_MESSAGES/libgnome-keyring.mo -share/locale/es/LC_MESSAGES/libgnome-keyring.mo -share/locale/et/LC_MESSAGES/libgnome-keyring.mo -share/locale/eu/LC_MESSAGES/libgnome-keyring.mo -share/locale/fi/LC_MESSAGES/libgnome-keyring.mo -share/locale/fr/LC_MESSAGES/libgnome-keyring.mo -share/locale/gl/LC_MESSAGES/libgnome-keyring.mo -share/locale/hu/LC_MESSAGES/libgnome-keyring.mo -share/locale/id/LC_MESSAGES/libgnome-keyring.mo -share/locale/it/LC_MESSAGES/libgnome-keyring.mo -share/locale/ja/LC_MESSAGES/libgnome-keyring.mo -share/locale/ko/LC_MESSAGES/libgnome-keyring.mo -share/locale/lt/LC_MESSAGES/libgnome-keyring.mo -share/locale/lv/LC_MESSAGES/libgnome-keyring.mo -share/locale/ml/LC_MESSAGES/libgnome-keyring.mo -share/locale/mn/LC_MESSAGES/libgnome-keyring.mo -share/locale/nb/LC_MESSAGES/libgnome-keyring.mo -share/locale/nds/LC_MESSAGES/libgnome-keyring.mo -share/locale/nl/LC_MESSAGES/libgnome-keyring.mo -share/locale/nn/LC_MESSAGES/libgnome-keyring.mo -share/locale/pa/LC_MESSAGES/libgnome-keyring.mo -share/locale/pl/LC_MESSAGES/libgnome-keyring.mo -share/locale/pt/LC_MESSAGES/libgnome-keyring.mo -share/locale/pt_BR/LC_MESSAGES/libgnome-keyring.mo -share/locale/ro/LC_MESSAGES/libgnome-keyring.mo -share/locale/ru/LC_MESSAGES/libgnome-keyring.mo -share/locale/sk/LC_MESSAGES/libgnome-keyring.mo -share/locale/sl/LC_MESSAGES/libgnome-keyring.mo -share/locale/sr/LC_MESSAGES/libgnome-keyring.mo -share/locale/sr@latin/LC_MESSAGES/libgnome-keyring.mo -share/locale/sv/LC_MESSAGES/libgnome-keyring.mo -share/locale/ta/LC_MESSAGES/libgnome-keyring.mo -share/locale/th/LC_MESSAGES/libgnome-keyring.mo -share/locale/uk/LC_MESSAGES/libgnome-keyring.mo -share/locale/zh_CN/LC_MESSAGES/libgnome-keyring.mo -share/locale/zh_HK/LC_MESSAGES/libgnome-keyring.mo -share/locale/zh_TW/LC_MESSAGES/libgnome-keyring.mo -@dirrmtry share/local/zh_HK/LC_MESSAGES -@dirrmtry share/local/zh_HK -@dirrmtry share/local/sr@latin/LC_MESSAGES -@dirrmtry share/local/sr@latin -@dirrmtry share/local/nds/LC_MESSAGES -@dirrmtry share/local/nds -@dirrmtry share/local/ca@valencia/LC_MESSAGES -@dirrmtry share/local/ca@valencia -@dirrmtry share/local/ast/LC_MESSAGES -@dirrmtry share/local/ast -@dirrm share/doc/gnome-keyring -@dirrm include/gnome-keyring-1 diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile deleted file mode 100644 index 55b3013b4..000000000 --- a/security/seahorse-plugins/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: seahorse-plugins -# Date created: 06 August 2008 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.24 2010/04/02 20:06:21 kwm Exp $ -# - -PORTNAME= seahorse-plugins -PORTVERSION= 2.30.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plug-ins for the Seahorse key and password management application - -LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -#USE_GECKO= libxul -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= NAUTILUS "Enable the Nautilus component" on \ - GEDIT "Enable GEdit plug-in support" on \ - APPLET "Enable clipboard encryption applet" on \ - NOTIFY "Enable libnotify support" on -#EPIPHANY "Enable Epiphany plug-in support" on - -GCONF_SCHEMAS= seahorse-plugins.schemas -MAN1= seahorse-agent.1 seahorse-tool.1 - -.include <bsd.port.pre.mk> - -#.if ${GECKO}=="libxul" -#CONFIGURE_ARGS+=--with-gecko=libxul-unstable -#.else -#CONFIGURE_ARGS+=--with-gecko=${GECKO} -#.endif - -.if !defined(WITHOUT_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -GCONF_SCHEMAS+= seahorse-gedit.schemas -.else -PLIST_SUB+= GEDIT="@comment " -CONFIGURE_ARGS+=--disable-gedit -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+=--disable-nautilus -.endif - -#.if !defined(WITHOUT_EPIPHANY) -#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26" -#.else -CONFIGURE_ARGS+=--disable-epiphany -PLIST_SUB+= EPHY="@comment " -#.endif - -.if !defined(WITHOUT_APPLET) -USE_GNOME+= gnomepanel -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - -e 's|epiphany-2.24|epiphany-2.26|g' \ - -e 's|2.24|2.26|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo deleted file mode 100644 index be6b57152..000000000 --- a/security/seahorse-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = cb8a86a1039054b621f6419ac2219695 -SHA256 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1fdfed1aef2c22a29a9abc00eae67752854e466a66cee2a8c1c278277e832d66 -SIZE (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1304864 diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c deleted file mode 100644 index 70d1c9261..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c +++ /dev/null @@ -1,10 +0,0 @@ ---- agent/seahorse-agent-cache.c.orig 2009-08-01 15:25:55.000000000 -0400 -+++ agent/seahorse-agent-cache.c 2009-08-01 15:23:38.000000000 -0400 -@@ -237,6 +237,7 @@ seahorse_agent_cache_init () - g_cache = - g_hash_table_new_full (g_str_hash, g_str_equal, NULL, destroy_cache_item); - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_if_fail (GPG_IS_OK (err)); - diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c deleted file mode 100644 index 4ecd84940..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c +++ /dev/null @@ -1,32 +0,0 @@ ---- agent/seahorse-agent-io.c.orig Sun Aug 28 15:52:02 2005 -+++ agent/seahorse-agent-io.c Fri Oct 7 21:51:25 2005 -@@ -412,12 +412,18 @@ io_handler (GIOChannel *source, GIOCondi - gsize length; - GError *err = NULL; - gboolean ret = TRUE; -+ GIOStatus status; - - if (condition & G_IO_IN) { - /* Read 1 line from the io channel, including newline character */ -- g_io_channel_read_line (source, &string, &length, NULL, &err); -+ status = g_io_channel_read_line (source, &string, &length, NULL, &err); - -- if (err != NULL) { -+ if (status == G_IO_STATUS_EOF) { -+ free_conn (cn); -+ ret = FALSE; -+ } -+ -+ else if (err != NULL) { - g_critical ("couldn't read from socket: %s", err->message); - g_clear_error (&err); - free_conn (cn); -@@ -434,7 +440,7 @@ io_handler (GIOChannel *source, GIOCondi - g_free (string); - } - -- if (cn && condition & G_IO_HUP) { -+ else if (cn && condition & G_IO_HUP) { - free_conn (cn); - ret = FALSE; /* removes watch */ - } diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h b/security/seahorse-plugins/files/patch-agent_seahorse-agent.h deleted file mode 100644 index 7ba32051e..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/seahorse-agent.h.orig 2008-08-06 01:22:16.000000000 -0400 -+++ agent/seahorse-agent.h 2008-08-06 01:22:27.000000000 -0400 -@@ -22,6 +22,8 @@ - #ifndef __SEAHORSE_AGENT_H__ - #define __SEAHORSE_AGENT_H__ - -+#include <sys/types.h> -+ - #include <glib.h> - #include <gconf/gconf-client.h> - #include <gconf/gconf.h> diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c deleted file mode 100644 index 16c64303b..000000000 --- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libseahorse/seahorse-pgp-operation.c.orig 2009-08-01 15:26:28.000000000 -0400 -+++ libseahorse/seahorse-pgp-operation.c 2009-08-01 15:23:41.000000000 -0400 -@@ -323,6 +323,7 @@ seahorse_pgp_operation_init (SeahorsePGP - gpgme_error_t err; - gpgme_ctx_t ctx; - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_if_fail (GPG_IS_OK (err)); - diff --git a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c b/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c deleted file mode 100644 index d423b6b59..000000000 --- a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c +++ /dev/null @@ -1,23 +0,0 @@ ---- plugins/nautilus/seahorse-tool.c.orig 2009-08-01 15:27:07.000000000 -0400 -+++ plugins/nautilus/seahorse-tool.c 2009-08-01 15:23:46.000000000 -0400 -@@ -171,6 +171,9 @@ prompt_recipients (gpgme_key_t *signkey) - - if (recips) { - -+ gpgme_check_version (NULL); -+ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP); -+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - gerr = gpgme_new (&ctx); - g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - -@@ -327,6 +330,10 @@ prompt_signer () - - id = cryptui_keyset_key_raw_keyid (keyset, signer); - g_free (signer); -+ -+ gpgme_check_version (NULL); -+ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP); -+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - - gerr = gpgme_new (&ctx); - g_return_val_if_fail (GPG_IS_OK (gerr), NULL); diff --git a/security/seahorse-plugins/pkg-descr b/security/seahorse-plugins/pkg-descr deleted file mode 100644 index 1fda4fd5d..000000000 --- a/security/seahorse-plugins/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -These are various plug-ins for the Seahorse security management application. -They serve to extend Seahorse, and to integrate Seahorse into other -applications such as Nautilus, GEdit, etc. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse-plugins/pkg-plist b/security/seahorse-plugins/pkg-plist deleted file mode 100644 index 3efe45464..000000000 --- a/security/seahorse-plugins/pkg-plist +++ /dev/null @@ -1,253 +0,0 @@ -bin/seahorse-agent -bin/seahorse-preferences -bin/seahorse-tool -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.a -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.la -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.so -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/seahorse.ephy-extension -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.a -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.la -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.so -%%GEDIT%%lib/gedit-2/plugins/seahorse-pgp.gedit-plugin -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.so -lib/seahorse/seahorse-applet -libdata/bonobo/servers/GNOME_SeahorseApplet.server -share/applications/seahorse-pgp-encrypted.desktop -share/applications/seahorse-pgp-keys.desktop -share/applications/seahorse-pgp-preferences.desktop -share/applications/seahorse-pgp-signature.desktop -share/gnome-2.0/ui/GNOME_SeahorseApplet.xml -share/gnome/help/seahorse-applet/C/legal.xml -share/gnome/help/seahorse-applet/C/seahorse-applet.xml -share/gnome/help/seahorse-applet/es/seahorse-applet.xml -share/gnome/help/seahorse-applet/fr/seahorse-applet.xml -share/gnome/help/seahorse-applet/it/seahorse-applet.xml -share/gnome/help/seahorse-applet/oc/seahorse-applet.xml -share/gnome/help/seahorse-applet/ru/seahorse-applet.xml -share/gnome/help/seahorse-applet/sv/seahorse-applet.xml -share/gnome/help/seahorse-applet/vi/seahorse-applet.xml -share/gnome/help/seahorse-plugins/C/legal.xml -share/gnome/help/seahorse-plugins/C/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ca/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/cs/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/de/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/el/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/en_GB/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/es/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/fr/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/it/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/oc/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ru/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/sv/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/vi/seahorse-plugins.xml -share/icons/hicolor/48x48/apps/seahorse-applet.png -share/icons/hicolor/scalable/apps/seahorse-applet.svg -share/locale/ar/LC_MESSAGES/seahorse-plugins.mo -share/locale/as/LC_MESSAGES/seahorse-plugins.mo -share/locale/ast/LC_MESSAGES/seahorse-plugins.mo -share/locale/az/LC_MESSAGES/seahorse-plugins.mo -share/locale/be@latin/LC_MESSAGES/seahorse-plugins.mo -share/locale/bg/LC_MESSAGES/seahorse-plugins.mo -share/locale/bn/LC_MESSAGES/seahorse-plugins.mo -share/locale/bn_IN/LC_MESSAGES/seahorse-plugins.mo -share/locale/br/LC_MESSAGES/seahorse-plugins.mo -share/locale/ca/LC_MESSAGES/seahorse-plugins.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse-plugins.mo -share/locale/cs/LC_MESSAGES/seahorse-plugins.mo -share/locale/da/LC_MESSAGES/seahorse-plugins.mo -share/locale/de/LC_MESSAGES/seahorse-plugins.mo -share/locale/dz/LC_MESSAGES/seahorse-plugins.mo -share/locale/el/LC_MESSAGES/seahorse-plugins.mo -share/locale/en@shaw/LC_MESSAGES/seahorse-plugins.mo -share/locale/en_CA/LC_MESSAGES/seahorse-plugins.mo -share/locale/en_GB/LC_MESSAGES/seahorse-plugins.mo -share/locale/es/LC_MESSAGES/seahorse-plugins.mo -share/locale/et/LC_MESSAGES/seahorse-plugins.mo -share/locale/eu/LC_MESSAGES/seahorse-plugins.mo -share/locale/fi/LC_MESSAGES/seahorse-plugins.mo -share/locale/fr/LC_MESSAGES/seahorse-plugins.mo -share/locale/ga/LC_MESSAGES/seahorse-plugins.mo -share/locale/gl/LC_MESSAGES/seahorse-plugins.mo -share/locale/gu/LC_MESSAGES/seahorse-plugins.mo -share/locale/he/LC_MESSAGES/seahorse-plugins.mo -share/locale/hi/LC_MESSAGES/seahorse-plugins.mo -share/locale/hr/LC_MESSAGES/seahorse-plugins.mo -share/locale/hu/LC_MESSAGES/seahorse-plugins.mo -share/locale/it/LC_MESSAGES/seahorse-plugins.mo -share/locale/ja/LC_MESSAGES/seahorse-plugins.mo -share/locale/kn/LC_MESSAGES/seahorse-plugins.mo -share/locale/ko/LC_MESSAGES/seahorse-plugins.mo -share/locale/ku/LC_MESSAGES/seahorse-plugins.mo -share/locale/lt/LC_MESSAGES/seahorse-plugins.mo -share/locale/lv/LC_MESSAGES/seahorse-plugins.mo -share/locale/mai/LC_MESSAGES/seahorse-plugins.mo -share/locale/mk/LC_MESSAGES/seahorse-plugins.mo -share/locale/ml/LC_MESSAGES/seahorse-plugins.mo -share/locale/mr/LC_MESSAGES/seahorse-plugins.mo -share/locale/ms/LC_MESSAGES/seahorse-plugins.mo -share/locale/nb/LC_MESSAGES/seahorse-plugins.mo -share/locale/ne/LC_MESSAGES/seahorse-plugins.mo -share/locale/nl/LC_MESSAGES/seahorse-plugins.mo -share/locale/nn/LC_MESSAGES/seahorse-plugins.mo -share/locale/oc/LC_MESSAGES/seahorse-plugins.mo -share/locale/or/LC_MESSAGES/seahorse-plugins.mo -share/locale/pa/LC_MESSAGES/seahorse-plugins.mo -share/locale/pl/LC_MESSAGES/seahorse-plugins.mo -share/locale/pt/LC_MESSAGES/seahorse-plugins.mo -share/locale/pt_BR/LC_MESSAGES/seahorse-plugins.mo -share/locale/ro/LC_MESSAGES/seahorse-plugins.mo -share/locale/ru/LC_MESSAGES/seahorse-plugins.mo -share/locale/rw/LC_MESSAGES/seahorse-plugins.mo -share/locale/si/LC_MESSAGES/seahorse-plugins.mo -share/locale/sk/LC_MESSAGES/seahorse-plugins.mo -share/locale/sl/LC_MESSAGES/seahorse-plugins.mo -share/locale/sq/LC_MESSAGES/seahorse-plugins.mo -share/locale/sr/LC_MESSAGES/seahorse-plugins.mo -share/locale/sr@latin/LC_MESSAGES/seahorse-plugins.mo -share/locale/sv/LC_MESSAGES/seahorse-plugins.mo -share/locale/ta/LC_MESSAGES/seahorse-plugins.mo -share/locale/te/LC_MESSAGES/seahorse-plugins.mo -share/locale/th/LC_MESSAGES/seahorse-plugins.mo -share/locale/tr/LC_MESSAGES/seahorse-plugins.mo -share/locale/uk/LC_MESSAGES/seahorse-plugins.mo -share/locale/vi/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_CN/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_HK/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_TW/LC_MESSAGES/seahorse-plugins.mo -share/mime/packages/seahorse.xml -share/omf/seahorse-applet/seahorse-applet-C.omf -share/omf/seahorse-applet/seahorse-applet-es.omf -share/omf/seahorse-applet/seahorse-applet-fr.omf -share/omf/seahorse-applet/seahorse-applet-it.omf -share/omf/seahorse-applet/seahorse-applet-oc.omf -share/omf/seahorse-applet/seahorse-applet-ru.omf -share/omf/seahorse-applet/seahorse-applet-sv.omf -share/omf/seahorse-applet/seahorse-applet-vi.omf -share/omf/seahorse-plugins/seahorse-plugins-C.omf -share/omf/seahorse-plugins/seahorse-plugins-ca.omf -share/omf/seahorse-plugins/seahorse-plugins-cs.omf -share/omf/seahorse-plugins/seahorse-plugins-de.omf -share/omf/seahorse-plugins/seahorse-plugins-el.omf -share/omf/seahorse-plugins/seahorse-plugins-en_GB.omf -share/omf/seahorse-plugins/seahorse-plugins-es.omf -share/omf/seahorse-plugins/seahorse-plugins-fr.omf -share/omf/seahorse-plugins/seahorse-plugins-it.omf -share/omf/seahorse-plugins/seahorse-plugins-oc.omf -share/omf/seahorse-plugins/seahorse-plugins-ru.omf -share/omf/seahorse-plugins/seahorse-plugins-sv.omf -share/omf/seahorse-plugins/seahorse-plugins-vi.omf -share/pixmaps/seahorse-applet.svg -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-encrypted.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-key.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-signed.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-text.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-unknown.png -share/pixmaps/seahorse-plugins/22x22/seahorse-key-personal.png -share/pixmaps/seahorse-plugins/22x22/seahorse-key.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-encrypted.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-key.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-signed.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-text.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-unknown.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet.png -share/pixmaps/seahorse-plugins/48x48/seahorse-key-personal.png -share/pixmaps/seahorse-plugins/48x48/seahorse-key.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign.png -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-encrypted.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-key.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-signed.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-text.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-unknown.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-person.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign.svg -%%DATADIR%%/ui/seahorse-agent-cache.xml -%%DATADIR%%/ui/seahorse-applet-preferences.xml -%%DATADIR%%/ui/seahorse-multi-encrypt.xml -%%DATADIR%%/ui/seahorse-notify.xml -%%DATADIR%%/ui/seahorse-prefs.xml -%%DATADIR%%/ui/seahorse-progress.xml -%%EPHY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%/extensions -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/pixmaps/seahorse-plugins/scalable -@dirrmtry share/pixmaps/seahorse-plugins/48x48 -@dirrmtry share/pixmaps/seahorse-plugins/22x22 -@dirrmtry share/pixmaps/seahorse-plugins -@dirrm share/omf/seahorse-plugins -@dirrm share/omf/seahorse-applet -@dirrm share/gnome/help/seahorse-plugins/vi -@dirrm share/gnome/help/seahorse-plugins/sv -@dirrm share/gnome/help/seahorse-plugins/ru -@dirrm share/gnome/help/seahorse-plugins/oc -@dirrm share/gnome/help/seahorse-plugins/it -@dirrm share/gnome/help/seahorse-plugins/fr -@dirrm share/gnome/help/seahorse-plugins/es -@dirrm share/gnome/help/seahorse-plugins/en_GB -@dirrm share/gnome/help/seahorse-plugins/el -@dirrm share/gnome/help/seahorse-plugins/de -@dirrm share/gnome/help/seahorse-plugins/cs -@dirrm share/gnome/help/seahorse-plugins/ca -@dirrm share/gnome/help/seahorse-plugins/C -@dirrm share/gnome/help/seahorse-plugins -@dirrm share/gnome/help/seahorse-applet/vi -@dirrm share/gnome/help/seahorse-applet/sv -@dirrm share/gnome/help/seahorse-applet/ru -@dirrm share/gnome/help/seahorse-applet/oc -@dirrm share/gnome/help/seahorse-applet/it -@dirrm share/gnome/help/seahorse-applet/fr -@dirrm share/gnome/help/seahorse-applet/es -@dirrm share/gnome/help/seahorse-applet/C -@dirrm share/gnome/help/seahorse-applet -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index fa140e932..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: Seahorse -# Date created: 08 March 2000 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.95 2010/04/02 19:52:20 kwm Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 2.30.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME application for managing encryption keys (PGP, SSH) - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_XORG= sm -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=no - -GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse.1 seahorse-daemon.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - NOTIFY "Enable libnotify support" on \ - MDNS "Enable mDNS key sharing" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+=--disable-ldap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-sharing -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo deleted file mode 100644 index 8134344b0..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-2.30.1.tar.bz2) = b332279b34acca952807e31534fec592 -SHA256 (gnome2/seahorse-2.30.1.tar.bz2) = 1b97064ee91f87494040313a0a2fe813473ec4dba15b5781245080e8fea8e7c3 -SIZE (gnome2/seahorse-2.30.1.tar.bz2) = 2422214 diff --git a/security/seahorse/pkg-descr b/security/seahorse/pkg-descr deleted file mode 100644 index ea4098271..000000000 --- a/security/seahorse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. - -It is a tool for secure communications and data storage. -Data encryption and digital signature creation can easily -be performed through a GUI and Key Management operations -can easily be carried out through an intuitive interface. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist deleted file mode 100644 index 453aae477..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,334 +0,0 @@ -bin/seahorse -bin/seahorse-daemon -include/libcryptui/cryptui-key-chooser.h -include/libcryptui/cryptui-key-combo.h -include/libcryptui/cryptui-key-list.h -include/libcryptui/cryptui-key-store.h -include/libcryptui/cryptui-keyset.h -include/libcryptui/cryptui.h -lib/libcryptui.a -lib/libcryptui.la -lib/libcryptui.so -lib/libcryptui.so.0 -lib/seahorse/seahorse-ssh-askpass -lib/seahorse/xloadimage -libdata/pkgconfig/cryptui-0.0.pc -share/applications/seahorse.desktop -share/dbus-1/services/org.gnome.seahorse.service -share/doc/libcryptui/ch01.html -share/doc/libcryptui/home.png -share/doc/libcryptui/index.html -share/doc/libcryptui/index.sgml -share/doc/libcryptui/left.png -share/doc/libcryptui/libcryptui-CryptUIKeyChooser.html -share/doc/libcryptui/libcryptui-CryptUIKeyStore.html -share/doc/libcryptui/libcryptui-CryptUIKeyset.html -share/doc/libcryptui/libcryptui-cryptui-defines.html -share/doc/libcryptui/libcryptui-cryptui-key-combo.html -share/doc/libcryptui/libcryptui-cryptui-key-list.html -share/doc/libcryptui/libcryptui-cryptui-marshal.html -share/doc/libcryptui/libcryptui-cryptui.html -share/doc/libcryptui/libcryptui.devhelp -share/doc/libcryptui/libcryptui.devhelp2 -share/doc/libcryptui/right.png -share/doc/libcryptui/style.css -share/doc/libcryptui/up.png -share/doc/libseahorse/api-index-full.html -share/doc/libseahorse/ch01.html -share/doc/libseahorse/home.png -share/doc/libseahorse/index.html -share/doc/libseahorse/index.sgml -share/doc/libseahorse/left.png -share/doc/libseahorse/libseahorse-SeahorseCommands.html -share/doc/libseahorse/libseahorse-SeahorseContext.html -share/doc/libseahorse/libseahorse-SeahorseKeyserverControl.html -share/doc/libseahorse/libseahorse-SeahorseMultiOperation.html -share/doc/libseahorse/libseahorse-SeahorseObject.html -share/doc/libseahorse/libseahorse-SeahorseObjectModel.html -share/doc/libseahorse/libseahorse-SeahorseObjectWidget.html -share/doc/libseahorse/libseahorse-SeahorseSecureEntry.html -share/doc/libseahorse/libseahorse-SeahorseServiceDiscovery.html -share/doc/libseahorse/libseahorse-SeahorseSet.html -share/doc/libseahorse/libseahorse-SeahorseSetModel.html -share/doc/libseahorse/libseahorse-SeahorseUnknown.html -share/doc/libseahorse/libseahorse-SeahorseUnknownSource.html -share/doc/libseahorse/libseahorse-SeahorseWidget.html -share/doc/libseahorse/libseahorse-SeahorseXxx.html -share/doc/libseahorse/libseahorse-seahorse-check-button-control.html -share/doc/libseahorse/libseahorse-seahorse-combo-keys.html -share/doc/libseahorse/libseahorse-seahorse-gconf.html -share/doc/libseahorse/libseahorse-seahorse-gtkstock.html -share/doc/libseahorse/libseahorse-seahorse-libdialogs.html -share/doc/libseahorse/libseahorse-seahorse-marshal.html -share/doc/libseahorse/libseahorse-seahorse-passphrase.html -share/doc/libseahorse/libseahorse-seahorse-prefs.html -share/doc/libseahorse/libseahorse-seahorse-progress.html -share/doc/libseahorse/libseahorse-seahorse-secure-memory.html -share/doc/libseahorse/libseahorse-seahorse-servers.html -share/doc/libseahorse/libseahorse-seahorse-source.html -share/doc/libseahorse/libseahorse-seahorse-transfer-operation.html -share/doc/libseahorse/libseahorse-seahorse-types.html -share/doc/libseahorse/libseahorse-seahorse-unix-signal.html -share/doc/libseahorse/libseahorse-seahorse-util.html -share/doc/libseahorse/libseahorse-seahorse-validity.html -share/doc/libseahorse/libseahorse-seahorse-view.html -share/doc/libseahorse/libseahorse.devhelp -share/doc/libseahorse/libseahorse.devhelp2 -share/doc/libseahorse/object-tree.html -share/doc/libseahorse/right.png -share/doc/libseahorse/style.css -share/doc/libseahorse/up.png -share/gnome/help/seahorse/C/figures/seahorse-window.png -share/gnome/help/seahorse/C/legal.xml -share/gnome/help/seahorse/C/seahorse.xml -share/gnome/help/seahorse/ca/figures/seahorse-window.png -share/gnome/help/seahorse/ca/seahorse.xml -share/gnome/help/seahorse/cs/figures/seahorse-window.png -share/gnome/help/seahorse/cs/seahorse.xml -share/gnome/help/seahorse/de/figures/seahorse-window.png -share/gnome/help/seahorse/de/seahorse.xml -share/gnome/help/seahorse/el/figures/seahorse-window.png -share/gnome/help/seahorse/el/seahorse.xml -share/gnome/help/seahorse/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse/en_GB/seahorse.xml -share/gnome/help/seahorse/es/figures/seahorse-window.png -share/gnome/help/seahorse/es/seahorse.xml -share/gnome/help/seahorse/eu/figures/seahorse-window.png -share/gnome/help/seahorse/eu/seahorse.xml -share/gnome/help/seahorse/fr/figures/seahorse-window.png -share/gnome/help/seahorse/fr/seahorse.xml -share/gnome/help/seahorse/it/figures/seahorse-window.png -share/gnome/help/seahorse/it/seahorse.xml -share/gnome/help/seahorse/oc/figures/seahorse-window.png -share/gnome/help/seahorse/oc/seahorse.xml -share/gnome/help/seahorse/ru/figures/seahorse-window.png -share/gnome/help/seahorse/ru/seahorse.xml -share/gnome/help/seahorse/sv/figures/seahorse-window.png -share/gnome/help/seahorse/sv/seahorse.xml -share/gnome/help/seahorse/vi/figures/seahorse-window.png -share/gnome/help/seahorse/vi/seahorse.xml -share/icons/hicolor/16x16/apps/seahorse-preferences.png -share/icons/hicolor/16x16/apps/seahorse.png -share/icons/hicolor/22x22/apps/seahorse-preferences.png -share/icons/hicolor/22x22/apps/seahorse.png -share/icons/hicolor/24x24/apps/seahorse-preferences.png -share/icons/hicolor/24x24/apps/seahorse.png -share/icons/hicolor/32x32/apps/seahorse-preferences.png -share/icons/hicolor/32x32/apps/seahorse.png -share/icons/hicolor/48x48/apps/seahorse-preferences.png -share/icons/hicolor/48x48/apps/seahorse.png -share/locale/ar/LC_MESSAGES/seahorse.mo -share/locale/as/LC_MESSAGES/seahorse.mo -share/locale/ast/LC_MESSAGES/seahorse.mo -share/locale/az/LC_MESSAGES/seahorse.mo -share/locale/be@latin/LC_MESSAGES/seahorse.mo -share/locale/bg/LC_MESSAGES/seahorse.mo -share/locale/bn/LC_MESSAGES/seahorse.mo -share/locale/bn_IN/LC_MESSAGES/seahorse.mo -share/locale/br/LC_MESSAGES/seahorse.mo -share/locale/ca/LC_MESSAGES/seahorse.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse.mo -share/locale/cs/LC_MESSAGES/seahorse.mo -share/locale/cy/LC_MESSAGES/seahorse.mo -share/locale/da/LC_MESSAGES/seahorse.mo -share/locale/de/LC_MESSAGES/seahorse.mo -share/locale/dz/LC_MESSAGES/seahorse.mo -share/locale/el/LC_MESSAGES/seahorse.mo -share/locale/en_CA/LC_MESSAGES/seahorse.mo -share/locale/en_GB/LC_MESSAGES/seahorse.mo -share/locale/en@shaw/LC_MESSAGES/seahorse.mo -share/locale/es/LC_MESSAGES/seahorse.mo -share/locale/et/LC_MESSAGES/seahorse.mo -share/locale/eu/LC_MESSAGES/seahorse.mo -share/locale/fi/LC_MESSAGES/seahorse.mo -share/locale/fr/LC_MESSAGES/seahorse.mo -share/locale/ga/LC_MESSAGES/seahorse.mo -share/locale/gl/LC_MESSAGES/seahorse.mo -share/locale/gu/LC_MESSAGES/seahorse.mo -share/locale/he/LC_MESSAGES/seahorse.mo -share/locale/hi/LC_MESSAGES/seahorse.mo -share/locale/hr/LC_MESSAGES/seahorse.mo -share/locale/hu/LC_MESSAGES/seahorse.mo -share/locale/id/LC_MESSAGES/seahorse.mo -share/locale/it/LC_MESSAGES/seahorse.mo -share/locale/ja/LC_MESSAGES/seahorse.mo -share/locale/kn/LC_MESSAGES/seahorse.mo -share/locale/ku/LC_MESSAGES/seahorse.mo -share/locale/ko/LC_MESSAGES/seahorse.mo -share/locale/lt/LC_MESSAGES/seahorse.mo -share/locale/lv/LC_MESSAGES/seahorse.mo -share/locale/mai/LC_MESSAGES/seahorse.mo -share/locale/mk/LC_MESSAGES/seahorse.mo -share/locale/ml/LC_MESSAGES/seahorse.mo -share/locale/mr/LC_MESSAGES/seahorse.mo -share/locale/ms/LC_MESSAGES/seahorse.mo -share/locale/nb/LC_MESSAGES/seahorse.mo -share/locale/ne/LC_MESSAGES/seahorse.mo -share/locale/nl/LC_MESSAGES/seahorse.mo -share/locale/nn/LC_MESSAGES/seahorse.mo -share/locale/oc/LC_MESSAGES/seahorse.mo -share/locale/or/LC_MESSAGES/seahorse.mo -share/locale/pa/LC_MESSAGES/seahorse.mo -share/locale/pl/LC_MESSAGES/seahorse.mo -share/locale/pt/LC_MESSAGES/seahorse.mo -share/locale/pt_BR/LC_MESSAGES/seahorse.mo -share/locale/ro/LC_MESSAGES/seahorse.mo -share/locale/ru/LC_MESSAGES/seahorse.mo -share/locale/rw/LC_MESSAGES/seahorse.mo -share/locale/si/LC_MESSAGES/seahorse.mo -share/locale/sk/LC_MESSAGES/seahorse.mo -share/locale/sl/LC_MESSAGES/seahorse.mo -share/locale/sq/LC_MESSAGES/seahorse.mo -share/locale/sr/LC_MESSAGES/seahorse.mo -share/locale/sr@latin/LC_MESSAGES/seahorse.mo -share/locale/sv/LC_MESSAGES/seahorse.mo -share/locale/ta/LC_MESSAGES/seahorse.mo -share/locale/te/LC_MESSAGES/seahorse.mo -share/locale/th/LC_MESSAGES/seahorse.mo -share/locale/tr/LC_MESSAGES/seahorse.mo -share/locale/uk/LC_MESSAGES/seahorse.mo -share/locale/vi/LC_MESSAGES/seahorse.mo -share/locale/zh_CN/LC_MESSAGES/seahorse.mo -share/locale/zh_HK/LC_MESSAGES/seahorse.mo -share/locale/zh_TW/LC_MESSAGES/seahorse.mo -share/omf/seahorse/seahorse-C.omf -share/omf/seahorse/seahorse-ca.omf -share/omf/seahorse/seahorse-cs.omf -share/omf/seahorse/seahorse-de.omf -share/omf/seahorse/seahorse-el.omf -share/omf/seahorse/seahorse-en_GB.omf -share/omf/seahorse/seahorse-es.omf -share/omf/seahorse/seahorse-eu.omf -share/omf/seahorse/seahorse-fr.omf -share/omf/seahorse/seahorse-it.omf -share/omf/seahorse/seahorse-oc.omf -share/omf/seahorse/seahorse-ru.omf -share/omf/seahorse/seahorse-sv.omf -share/omf/seahorse/seahorse-vi.omf -share/pixmaps/seahorse/22x22/seahorse-key-personal.png -share/pixmaps/seahorse/22x22/seahorse-key-ssh.png -share/pixmaps/seahorse/22x22/seahorse-key.png -share/pixmaps/seahorse/22x22/seahorse-person.png -share/pixmaps/seahorse/22x22/seahorse-share-keys.png -share/pixmaps/seahorse/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse/22x22/seahorse-sign.png -share/pixmaps/seahorse/48x48/seahorse-key-personal.png -share/pixmaps/seahorse/48x48/seahorse-key-ssh.png -share/pixmaps/seahorse/48x48/seahorse-key.png -share/pixmaps/seahorse/48x48/seahorse-person.png -share/pixmaps/seahorse/48x48/seahorse-share-keys.png -share/pixmaps/seahorse/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse/48x48/seahorse-sign.png -share/pixmaps/seahorse/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse/scalable/seahorse-key.svg -share/pixmaps/seahorse/scalable/seahorse-person.svg -share/pixmaps/seahorse/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse/scalable/seahorse-sign.svg -%%DATADIR%%/ui/seahorse-add-keyring.xml -%%DATADIR%%/ui/seahorse-add-keyserver.xml -%%DATADIR%%/ui/seahorse-add-subkey.xml -%%DATADIR%%/ui/seahorse-add-uid.xml -%%DATADIR%%/ui/seahorse-change-passphrase.xml -%%DATADIR%%/ui/seahorse-expires.xml -%%DATADIR%%/ui/seahorse-generate-select.xml -%%DATADIR%%/ui/seahorse-gkr-add-item.xml -%%DATADIR%%/ui/seahorse-gkr-item-properties.xml -%%DATADIR%%/ui/seahorse-gkr-keyring.xml -%%DATADIR%%/ui/seahorse-key-manager.ui -%%DATADIR%%/ui/seahorse-key-manager.xml -%%DATADIR%%/ui/seahorse-keyserver-results.ui -%%DATADIR%%/ui/seahorse-keyserver-results.xml -%%DATADIR%%/ui/seahorse-keyserver-search.xml -%%DATADIR%%/ui/seahorse-keyserver-sync.xml -%%DATADIR%%/ui/seahorse-notify.xml -%%DATADIR%%/ui/seahorse-pgp-generate.xml -%%DATADIR%%/ui/seahorse-pgp-private-key-properties.xml -%%DATADIR%%/ui/seahorse-pgp-public-key-properties.xml -%%DATADIR%%/ui/seahorse-prefs.xml -%%DATADIR%%/ui/seahorse-progress.xml -%%DATADIR%%/ui/seahorse-revoke.xml -%%DATADIR%%/ui/seahorse-sign.xml -%%DATADIR%%/ui/seahorse-signer.xml -%%DATADIR%%/ui/seahorse-ssh-generate.xml -%%DATADIR%%/ui/seahorse-ssh-key-properties.xml -%%DATADIR%%/ui/seahorse-ssh-upload.xml -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrm share/pixmaps/seahorse/scalable -@dirrm share/pixmaps/seahorse/48x48 -@dirrm share/pixmaps/seahorse/22x22 -@dirrm share/pixmaps/seahorse -@dirrm share/omf/seahorse -@dirrm share/gnome/help/seahorse/vi/figures -@dirrm share/gnome/help/seahorse/vi -@dirrm share/gnome/help/seahorse/sv/figures -@dirrm share/gnome/help/seahorse/sv -@dirrm share/gnome/help/seahorse/ru/figures -@dirrm share/gnome/help/seahorse/ru -@dirrm share/gnome/help/seahorse/oc/figures -@dirrm share/gnome/help/seahorse/oc -@dirrm share/gnome/help/seahorse/it/figures -@dirrm share/gnome/help/seahorse/it -@dirrm share/gnome/help/seahorse/fr/figures -@dirrm share/gnome/help/seahorse/fr -@dirrm share/gnome/help/seahorse/eu/figures -@dirrm share/gnome/help/seahorse/eu -@dirrm share/gnome/help/seahorse/es/figures -@dirrm share/gnome/help/seahorse/es -@dirrm share/gnome/help/seahorse/en_GB/figures -@dirrm share/gnome/help/seahorse/en_GB -@dirrm share/gnome/help/seahorse/el/figures -@dirrm share/gnome/help/seahorse/el -@dirrm share/gnome/help/seahorse/de/figures -@dirrm share/gnome/help/seahorse/de -@dirrm share/gnome/help/seahorse/cs/figures -@dirrm share/gnome/help/seahorse/cs -@dirrm share/gnome/help/seahorse/ca/figures -@dirrm share/gnome/help/seahorse/ca -@dirrm share/gnome/help/seahorse/C/figures -@dirrm share/gnome/help/seahorse/C -@dirrm share/gnome/help/seahorse -@dirrm share/doc/libseahorse -@dirrm share/doc/libcryptui -@dirrmtry share/applications -@dirrm lib/seahorse -@dirrm include/libcryptui -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile deleted file mode 100644 index 4baf662a7..000000000 --- a/sysutils/brasero/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: bonfire -# Date created: 2006-05-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.70 2010/03/31 12:31:06 avl Exp $ - -PORTNAME= brasero -PORTVERSION= 2.30.1 -CATEGORIES= sysutils audio multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= CD/DVD mastering tool for the GNOME desktop - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - cdrdao:${PORTSDIR}/sysutils/cdrdao - -USE_GETTEXT= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_XORG= sm -USE_GNOME= intlhack gnomeprefix gnomehack -USE_LDCONFIG= yes -USE_GSTREAMER= gconf core -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= brasero.1 -GCONF_SCHEMAS= brasero.schemas - -OPTIONS= NAUTILUS "Enable Nautilus extension" on \ - LIBBURNIA "Enable libburnia plug-ins" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+=--enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+=--enable-nautilus=no -.endif - -.if defined(WITH_LIBBURNIA) -LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \ - isofs.6:${PORTSDIR}/devel/libisofs -CONFIGURE_ARGS+=--enable-libburnia -PLIST_SUB+= LIBBURNIA="" -.else -PLIST_SUB+= LIBBURNIA="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/libbrasero-burn/burn-process.c - -.include <bsd.port.post.mk> diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo deleted file mode 100644 index 39893f67a..000000000 --- a/sysutils/brasero/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/brasero-2.30.1.tar.bz2) = 01c313f02939ee7dd277cafe11a5ef89 -SHA256 (gnome2/brasero-2.30.1.tar.bz2) = 676922e42192f38c82b40b460f896fa4653dd55a336365ace1fa64d9fc441f0e -SIZE (gnome2/brasero-2.30.1.tar.bz2) = 4310409 diff --git a/sysutils/brasero/files/patch-libbrasero-burn_burn-process.c b/sysutils/brasero/files/patch-libbrasero-burn_burn-process.c deleted file mode 100644 index b2b342271..000000000 --- a/sysutils/brasero/files/patch-libbrasero-burn_burn-process.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libbrasero-burn/burn-process.c.orig 2010-03-07 15:07:48.000000000 -0500 -+++ libbrasero-burn/burn-process.c 2010-03-07 15:08:41.000000000 -0500 -@@ -609,6 +609,7 @@ brasero_process_start (BraseroJob *job, - gchar *envp [] = { "LANG=C", - "LANGUAGE=C", - "LC_ALL=C", -+ "PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin", - NULL}; - - if (priv->pid) diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr deleted file mode 100644 index 38ff4ebc9..000000000 --- a/sysutils/brasero/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -CD/DVD mastering tool for the gnome desktop. It has been designed to be -simple and easy to use. - -Features: -Data CD/DVD: -- supports edition of discs contents -- can burn data CD/DVD on the fly -- supports multisession -- supports joliet extension -- can write the image to the hard drive -Audio CD: -- write CD-TEXT information (automatically found thanks to gstreamer) -- supports the edition of CD-TEXT information -- can burn audio CD on the fly -- can use all audio files handled by Gstreamer local installation -- can search for audio files inside dropped folders -CD/DVD copy: -- can copy a CD/DVD to the hard drive -- can copy DVD and CD on the fly -- supports single-session data DVD -- supports any kind of CD - -WWW: http://projects.gnome.org/brasero/ diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist deleted file mode 100644 index c9ba87786..000000000 --- a/sysutils/brasero/pkg-plist +++ /dev/null @@ -1,523 +0,0 @@ -bin/brasero -include/brasero/brasero-blank-dialog.h -include/brasero/brasero-burn-dialog.h -include/brasero/brasero-burn-lib.h -include/brasero/brasero-burn-options.h -include/brasero/brasero-burn.h -include/brasero/brasero-drive-selection.h -include/brasero/brasero-drive.h -include/brasero/brasero-enums.h -include/brasero/brasero-error.h -include/brasero/brasero-media.h -include/brasero/brasero-medium-monitor.h -include/brasero/brasero-medium-selection.h -include/brasero/brasero-medium.h -include/brasero/brasero-session-cfg.h -include/brasero/brasero-session-span.h -include/brasero/brasero-session.h -include/brasero/brasero-status.h -include/brasero/brasero-sum-dialog.h -include/brasero/brasero-tags.h -include/brasero/brasero-tool-dialog.h -include/brasero/brasero-track-data-cfg.h -include/brasero/brasero-track-data.h -include/brasero/brasero-track-disc.h -include/brasero/brasero-track-image-cfg.h -include/brasero/brasero-track-image.h -include/brasero/brasero-track-stream-cfg.h -include/brasero/brasero-track-stream.h -include/brasero/brasero-track-type.h -include/brasero/brasero-track.h -include/brasero/brasero-units.h -include/brasero/brasero-volume.h -lib/brasero/plugins/libbrasero-audio2cue.la -lib/brasero/plugins/libbrasero-audio2cue.so -lib/brasero/plugins/libbrasero-burn-uri.la -lib/brasero/plugins/libbrasero-burn-uri.so -lib/brasero/plugins/libbrasero-cdda2wav.la -lib/brasero/plugins/libbrasero-cdda2wav.so -lib/brasero/plugins/libbrasero-cdrdao.la -lib/brasero/plugins/libbrasero-cdrdao.so -lib/brasero/plugins/libbrasero-cdrecord.la -lib/brasero/plugins/libbrasero-cdrecord.so -lib/brasero/plugins/libbrasero-checksum-file.la -lib/brasero/plugins/libbrasero-checksum-file.so -lib/brasero/plugins/libbrasero-checksum.la -lib/brasero/plugins/libbrasero-checksum.so -lib/brasero/plugins/libbrasero-dvdauthor.la -lib/brasero/plugins/libbrasero-dvdauthor.so -lib/brasero/plugins/libbrasero-dvdcss.la -lib/brasero/plugins/libbrasero-dvdcss.so -lib/brasero/plugins/libbrasero-dvdrwformat.la -lib/brasero/plugins/libbrasero-dvdrwformat.so -lib/brasero/plugins/libbrasero-genisoimage.la -lib/brasero/plugins/libbrasero-genisoimage.so -lib/brasero/plugins/libbrasero-growisofs.la -lib/brasero/plugins/libbrasero-growisofs.so -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.la -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.so -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.la -%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.so -lib/brasero/plugins/libbrasero-local-track.la -lib/brasero/plugins/libbrasero-local-track.so -lib/brasero/plugins/libbrasero-mkisofs.la -lib/brasero/plugins/libbrasero-mkisofs.so -lib/brasero/plugins/libbrasero-normalize.la -lib/brasero/plugins/libbrasero-normalize.so -lib/brasero/plugins/libbrasero-readcd.la -lib/brasero/plugins/libbrasero-readcd.so -lib/brasero/plugins/libbrasero-readom.la -lib/brasero/plugins/libbrasero-readom.so -lib/brasero/plugins/libbrasero-transcode.la -lib/brasero/plugins/libbrasero-transcode.so -lib/brasero/plugins/libbrasero-vcdimager.la -lib/brasero/plugins/libbrasero-vcdimager.so -lib/brasero/plugins/libbrasero-vob.la -lib/brasero/plugins/libbrasero-vob.so -lib/brasero/plugins/libbrasero-wodim.la -lib/brasero/plugins/libbrasero-wodim.so -lib/girepository-1.0/BraseroBurn-1.0.typelib -lib/girepository-1.0/BraseroMedia-1.0.typelib -lib/libbrasero-burn.la -lib/libbrasero-burn.so -lib/libbrasero-burn.so.2 -lib/libbrasero-media.la -lib/libbrasero-media.so -lib/libbrasero-media.so.2 -lib/libbrasero-utils.la -lib/libbrasero-utils.so -lib/libbrasero-utils.so.2 -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.so -libdata/pkgconfig/libbrasero-burn.pc -libdata/pkgconfig/libbrasero-media.pc -share/applications/brasero.desktop -share/applications/brasero-copy-medium.desktop -%%NAUTILUS%%share/applications/brasero-nautilus.desktop -share/doc/libbrasero-burn/annotation-glossary.html -share/doc/libbrasero-burn/api-index-full.html -share/doc/libbrasero-burn/ch01.html -share/doc/libbrasero-burn/home.png -share/doc/libbrasero-burn/index.html -share/doc/libbrasero-burn/index.sgml -share/doc/libbrasero-burn/left.png -share/doc/libbrasero-burn/libbrasero-burn-BraseroBlankDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurn.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnOptions.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnSession.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroSessionCfg.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroSessionSpan.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroSumDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroToolDialog.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrack.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackDisc.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackImage.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackImageCfg.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackStream.html -share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackStreamCfg.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-burn-lib.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-enums.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-error.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-status.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-tags.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-track-data-cfg.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-track-data.html -share/doc/libbrasero-burn/libbrasero-burn-brasero-track-type.html -share/doc/libbrasero-burn/libbrasero-burn.devhelp -share/doc/libbrasero-burn/libbrasero-burn.devhelp2 -share/doc/libbrasero-burn/object-tree.html -share/doc/libbrasero-burn/right.png -share/doc/libbrasero-burn/style.css -share/doc/libbrasero-burn/up.png -share/doc/libbrasero-media/annotation-glossary.html -share/doc/libbrasero-media/api-index-full.html -share/doc/libbrasero-media/ch01.html -share/doc/libbrasero-media/home.png -share/doc/libbrasero-media/index.html -share/doc/libbrasero-media/index.sgml -share/doc/libbrasero-media/left.png -share/doc/libbrasero-media/libbrasero-media-BraseroDriveSelection.html -share/doc/libbrasero-media/libbrasero-media-BraseroMedium.html -share/doc/libbrasero-media/libbrasero-media-BraseroMediumMonitor.html -share/doc/libbrasero-media/libbrasero-media-BraseroMediumSelection.html -share/doc/libbrasero-media/libbrasero-media-BraseroVolume.html -share/doc/libbrasero-media/libbrasero-media-brasero-drive.html -share/doc/libbrasero-media/libbrasero-media-brasero-media.html -share/doc/libbrasero-media/libbrasero-media-brasero-units.html -share/doc/libbrasero-media/libbrasero-media.devhelp -share/doc/libbrasero-media/libbrasero-media.devhelp2 -share/doc/libbrasero-media/object-tree.html -share/doc/libbrasero-media/right.png -share/doc/libbrasero-media/style.css -share/doc/libbrasero-media/up.png -%%DATADIR%%/icons/hicolor/16x16/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/16x16/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/16x16/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/16x16/actions/transform-crop-and-resize.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/22x22/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/22x22/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/22x22/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/transform-crop-and-resize.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/24x24/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/24x24/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/24x24/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/24x24/actions/transform-crop-and-resize.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/32x32/actions/insert-pause.png -%%DATADIR%%/icons/hicolor/32x32/actions/iso-image-burn.png -%%DATADIR%%/icons/hicolor/32x32/actions/iso-image-new.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-audio-new.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-blank.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-burn.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-copy.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-data-new.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-00.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-05.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-10.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-100.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-15.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-20.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-25.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-30.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-35.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-40.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-45.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-50.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-55.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-60.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-65.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-70.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-75.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-80.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-85.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-90.png -%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-95.png -%%DATADIR%%/icons/hicolor/48x48/actions/media-optical-video-new.png -%%DATADIR%%/icons/hicolor/scalable/actions/insert-pause.svg -%%DATADIR%%/icons/hicolor/scalable/actions/iso-image-burn.svg -%%DATADIR%%/icons/hicolor/scalable/actions/iso-image-new.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-audio-new.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-blank.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-burn.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-copy.svg -%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-data-new.svg -%%DATADIR%%/icons/hicolor/scalable/actions/transform-crop-and-resize.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-00.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-05.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-10.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-15.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-20.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-25.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-30.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-35.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-40.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-45.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-50.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-55.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-60.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-65.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-70.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-75.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-80.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-85.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-90.svg -%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-95.svg -%%DATADIR%%/logo.png -share/gir-1.0/BraseroBurn-1.0.gir -share/gir-1.0/BraseroMedia-1.0.gir -share/gnome/help/brasero/C/brasero.xml -share/gnome/help/brasero/C/figures/brasero_main.png -share/gnome/help/brasero/C/legal.xml -share/gnome/help/brasero/bg/brasero.xml -share/gnome/help/brasero/bg/figures/brasero_main.png -share/gnome/help/brasero/ca/brasero.xml -share/gnome/help/brasero/ca/figures/brasero_main.png -share/gnome/help/brasero/cs/brasero.xml -share/gnome/help/brasero/cs/figures/brasero_main.png -share/gnome/help/brasero/de/brasero.xml -share/gnome/help/brasero/de/figures/brasero_main.png -share/gnome/help/brasero/el/brasero.xml -share/gnome/help/brasero/el/figures/brasero_main.png -share/gnome/help/brasero/en_GB/brasero.xml -share/gnome/help/brasero/en_GB/figures/brasero_main.png -share/gnome/help/brasero/es/brasero.xml -share/gnome/help/brasero/es/figures/brasero_main.png -share/gnome/help/brasero/fr/brasero.xml -share/gnome/help/brasero/fr/figures/brasero_main.png -share/gnome/help/brasero/it/brasero.xml -share/gnome/help/brasero/it/figures/brasero_main.png -share/gnome/help/brasero/pl/brasero.xml -share/gnome/help/brasero/pl/figures/brasero_main.png -share/gnome/help/brasero/ru/brasero.xml -share/gnome/help/brasero/ru/figures/brasero_main.png -share/gnome/help/brasero/sv/brasero.xml -share/gnome/help/brasero/sv/figures/brasero_main.png -share/gnome/help/brasero/zh_CN/brasero.xml -share/gnome/help/brasero/zh_CN/figures/brasero_main.png -share/gnome/help/brasero/zh_HK/brasero.xml -share/gnome/help/brasero/zh_HK/figures/brasero_main.png -share/gnome/help/brasero/zh_TW/brasero.xml -share/gnome/help/brasero/zh_TW/figures/brasero_main.png -share/icons/hicolor/16x16/apps/brasero.png -share/icons/hicolor/22x22/apps/brasero.png -share/icons/hicolor/24x24/apps/brasero.png -share/icons/hicolor/32x32/apps/brasero.png -share/icons/hicolor/48x48/apps/brasero.png -share/icons/hicolor/scalable/apps/brasero.svg -share/locale/af/LC_MESSAGES/brasero.mo -share/locale/ar/LC_MESSAGES/brasero.mo -share/locale/as/LC_MESSAGES/brasero.mo -share/locale/ast/LC_MESSAGES/brasero.mo -share/locale/be/LC_MESSAGES/brasero.mo -share/locale/bg/LC_MESSAGES/brasero.mo -share/locale/bn/LC_MESSAGES/brasero.mo -share/locale/bn_IN/LC_MESSAGES/brasero.mo -share/locale/br/LC_MESSAGES/brasero.mo -share/locale/ca/LC_MESSAGES/brasero.mo -share/locale/ca@valencia/LC_MESSAGES/brasero.mo -share/locale/cs/LC_MESSAGES/brasero.mo -share/locale/da/LC_MESSAGES/brasero.mo -share/locale/de/LC_MESSAGES/brasero.mo -share/locale/dz/LC_MESSAGES/brasero.mo -share/locale/el/LC_MESSAGES/brasero.mo -share/locale/en_GB/LC_MESSAGES/brasero.mo -share/locale/en@shaw/LC_MESSAGES/brasero.mo -share/locale/es/LC_MESSAGES/brasero.mo -share/locale/et/LC_MESSAGES/brasero.mo -share/locale/eu/LC_MESSAGES/brasero.mo -share/locale/fi/LC_MESSAGES/brasero.mo -share/locale/fr/LC_MESSAGES/brasero.mo -share/locale/ga/LC_MESSAGES/brasero.mo -share/locale/gl/LC_MESSAGES/brasero.mo -share/locale/gu/LC_MESSAGES/brasero.mo -share/locale/he/LC_MESSAGES/brasero.mo -share/locale/hi/LC_MESSAGES/brasero.mo -share/locale/hu/LC_MESSAGES/brasero.mo -share/locale/id/LC_MESSAGES/brasero.mo -share/locale/it/LC_MESSAGES/brasero.mo -share/locale/ja/LC_MESSAGES/brasero.mo -share/locale/kn/LC_MESSAGES/brasero.mo -share/locale/ko/LC_MESSAGES/brasero.mo -share/locale/ku/LC_MESSAGES/brasero.mo -share/locale/lt/LC_MESSAGES/brasero.mo -share/locale/lv/LC_MESSAGES/brasero.mo -share/locale/mai/LC_MESSAGES/brasero.mo -share/locale/mk/LC_MESSAGES/brasero.mo -share/locale/ml/LC_MESSAGES/brasero.mo -share/locale/mr/LC_MESSAGES/brasero.mo -share/locale/nb/LC_MESSAGES/brasero.mo -share/locale/nds/LC_MESSAGES/brasero.mo -share/locale/nl/LC_MESSAGES/brasero.mo -share/locale/oc/LC_MESSAGES/brasero.mo -share/locale/or/LC_MESSAGES/brasero.mo -share/locale/pa/LC_MESSAGES/brasero.mo -share/locale/pl/LC_MESSAGES/brasero.mo -share/locale/pt/LC_MESSAGES/brasero.mo -share/locale/pt_BR/LC_MESSAGES/brasero.mo -share/locale/ro/LC_MESSAGES/brasero.mo -share/locale/ru/LC_MESSAGES/brasero.mo -share/locale/sl/LC_MESSAGES/brasero.mo -share/locale/sr/LC_MESSAGES/brasero.mo -share/locale/sr@latin/LC_MESSAGES/brasero.mo -share/locale/sv/LC_MESSAGES/brasero.mo -share/locale/ta/LC_MESSAGES/brasero.mo -share/locale/te/LC_MESSAGES/brasero.mo -share/locale/th/LC_MESSAGES/brasero.mo -share/locale/tr/LC_MESSAGES/brasero.mo -share/locale/uk/LC_MESSAGES/brasero.mo -share/locale/vi/LC_MESSAGES/brasero.mo -share/locale/zh_CN/LC_MESSAGES/brasero.mo -share/locale/zh_HK/LC_MESSAGES/brasero.mo -share/locale/zh_TW/LC_MESSAGES/brasero.mo -share/mime/packages/brasero.xml -share/omf/brasero/brasero-C.omf -share/omf/brasero/brasero-bg.omf -share/omf/brasero/brasero-ca.omf -share/omf/brasero/brasero-cs.omf -share/omf/brasero/brasero-de.omf -share/omf/brasero/brasero-el.omf -share/omf/brasero/brasero-en_GB.omf -share/omf/brasero/brasero-es.omf -share/omf/brasero/brasero-fr.omf -share/omf/brasero/brasero-it.omf -share/omf/brasero/brasero-pl.omf -share/omf/brasero/brasero-ru.omf -share/omf/brasero/brasero-sv.omf -share/omf/brasero/brasero-zh_CN.omf -share/omf/brasero/brasero-zh_HK.omf -share/omf/brasero/brasero-zh_TW.omf -@dirrm share/omf/brasero -@dirrm share/gnome/help/brasero/zh_TW/figures -@dirrm share/gnome/help/brasero/zh_TW -@dirrm share/gnome/help/brasero/zh_HK/figures -@dirrm share/gnome/help/brasero/zh_HK -@dirrm share/gnome/help/brasero/zh_CN/figures -@dirrm share/gnome/help/brasero/zh_CN -@dirrm share/gnome/help/brasero/sv/figures -@dirrm share/gnome/help/brasero/sv -@dirrm share/gnome/help/brasero/ru/figures -@dirrm share/gnome/help/brasero/ru -@dirrm share/gnome/help/brasero/pl/figures -@dirrm share/gnome/help/brasero/pl -@dirrm share/gnome/help/brasero/it/figures -@dirrm share/gnome/help/brasero/it -@dirrm share/gnome/help/brasero/fr/figures -@dirrm share/gnome/help/brasero/fr -@dirrm share/gnome/help/brasero/es/figures -@dirrm share/gnome/help/brasero/es -@dirrm share/gnome/help/brasero/en_GB/figures -@dirrm share/gnome/help/brasero/en_GB -@dirrm share/gnome/help/brasero/el/figures -@dirrm share/gnome/help/brasero/el -@dirrm share/gnome/help/brasero/de/figures -@dirrm share/gnome/help/brasero/de -@dirrm share/gnome/help/brasero/cs/figures -@dirrm share/gnome/help/brasero/cs -@dirrm share/gnome/help/brasero/ca/figures -@dirrm share/gnome/help/brasero/ca -@dirrm share/gnome/help/brasero/bg/figures -@dirrm share/gnome/help/brasero/bg -@dirrm share/gnome/help/brasero/C/figures -@dirrm share/gnome/help/brasero/C -@dirrm share/gnome/help/brasero -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/doc/libbrasero-media -@dirrm share/doc/libbrasero-burn -@dirrmtry share/applications -@dirrm lib/brasero/plugins -@dirrm lib/brasero -@dirrm include/brasero -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile deleted file mode 100644 index f207e687c..000000000 --- a/sysutils/gconf-editor/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gconf-editor -# Date created: 12 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.81 2010/03/11 15:30:44 kwm Exp $ -# - -PORTNAME= gconf-editor -PORTVERSION= 2.30.0 -PORTEPOCH= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A gconf database editor for the GNOME 2 environment - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gconf-editor.1 -GCONF_SCHEMAS= gconf-editor.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo deleted file mode 100644 index 5e4a61561..000000000 --- a/sysutils/gconf-editor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconf-editor-2.30.0.tar.bz2) = 2a941e3c64843be69190f38891470580 -SHA256 (gnome2/gconf-editor-2.30.0.tar.bz2) = 955d8eb6ff39f72002a7cfb0bed5e4b6eaad45410441e4a5a767767ec6db26d4 -SIZE (gnome2/gconf-editor-2.30.0.tar.bz2) = 1389176 diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr deleted file mode 100644 index 0c8d23c9b..000000000 --- a/sysutils/gconf-editor/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gconf-editor is a GNOME 2 GConf database editor. It is analogous to -regedit on Windows. diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist deleted file mode 100644 index 056eace55..000000000 --- a/sysutils/gconf-editor/pkg-plist +++ /dev/null @@ -1,321 +0,0 @@ -bin/gconf-editor -share/applications/gconf-editor.desktop -%%DATADIR%%/icons/hicolor/16x16/status/type-boolean.png -%%DATADIR%%/icons/hicolor/16x16/status/type-float.png -%%DATADIR%%/icons/hicolor/16x16/status/type-integer.png -%%DATADIR%%/icons/hicolor/16x16/status/type-list.png -%%DATADIR%%/icons/hicolor/16x16/status/type-pair.png -%%DATADIR%%/icons/hicolor/16x16/status/type-schema.png -%%DATADIR%%/icons/hicolor/16x16/status/type-string.png -%%DATADIR%%/icons/hicolor/16x16/status/type-undefined.png -share/gnome/help/gconf-editor/C/figures/entry-blank.png -share/gnome/help/gconf-editor/C/figures/entry-bool.png -share/gnome/help/gconf-editor/C/figures/entry-list.png -share/gnome/help/gconf-editor/C/figures/entry-number.png -share/gnome/help/gconf-editor/C/figures/entry-schema.png -share/gnome/help/gconf-editor/C/figures/entry-string.png -share/gnome/help/gconf-editor/C/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/C/gconf-editor.xml -share/gnome/help/gconf-editor/C/legal.xml -share/gnome/help/gconf-editor/ca/figures/entry-blank.png -share/gnome/help/gconf-editor/ca/figures/entry-bool.png -share/gnome/help/gconf-editor/ca/figures/entry-list.png -share/gnome/help/gconf-editor/ca/figures/entry-number.png -share/gnome/help/gconf-editor/ca/figures/entry-schema.png -share/gnome/help/gconf-editor/ca/figures/entry-string.png -share/gnome/help/gconf-editor/ca/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/ca/gconf-editor.xml -share/gnome/help/gconf-editor/cs/figures/entry-blank.png -share/gnome/help/gconf-editor/cs/figures/entry-bool.png -share/gnome/help/gconf-editor/cs/figures/entry-list.png -share/gnome/help/gconf-editor/cs/figures/entry-number.png -share/gnome/help/gconf-editor/cs/figures/entry-schema.png -share/gnome/help/gconf-editor/cs/figures/entry-string.png -share/gnome/help/gconf-editor/cs/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/cs/gconf-editor.xml -share/gnome/help/gconf-editor/de/figures/entry-blank.png -share/gnome/help/gconf-editor/de/figures/entry-bool.png -share/gnome/help/gconf-editor/de/figures/entry-list.png -share/gnome/help/gconf-editor/de/figures/entry-number.png -share/gnome/help/gconf-editor/de/figures/entry-schema.png -share/gnome/help/gconf-editor/de/figures/entry-string.png -share/gnome/help/gconf-editor/de/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/de/gconf-editor.xml -share/gnome/help/gconf-editor/el/figures/entry-blank.png -share/gnome/help/gconf-editor/el/figures/entry-bool.png -share/gnome/help/gconf-editor/el/figures/entry-list.png -share/gnome/help/gconf-editor/el/figures/entry-number.png -share/gnome/help/gconf-editor/el/figures/entry-schema.png -share/gnome/help/gconf-editor/el/figures/entry-string.png -share/gnome/help/gconf-editor/el/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/el/gconf-editor.xml -share/gnome/help/gconf-editor/en_GB/figures/entry-blank.png -share/gnome/help/gconf-editor/en_GB/figures/entry-bool.png -share/gnome/help/gconf-editor/en_GB/figures/entry-list.png -share/gnome/help/gconf-editor/en_GB/figures/entry-number.png -share/gnome/help/gconf-editor/en_GB/figures/entry-schema.png -share/gnome/help/gconf-editor/en_GB/figures/entry-string.png -share/gnome/help/gconf-editor/en_GB/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/en_GB/gconf-editor.xml -share/gnome/help/gconf-editor/es/figures/entry-blank.png -share/gnome/help/gconf-editor/es/figures/entry-bool.png -share/gnome/help/gconf-editor/es/figures/entry-list.png -share/gnome/help/gconf-editor/es/figures/entry-number.png -share/gnome/help/gconf-editor/es/figures/entry-schema.png -share/gnome/help/gconf-editor/es/figures/entry-string.png -share/gnome/help/gconf-editor/es/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/es/gconf-editor.xml -share/gnome/help/gconf-editor/fr/figures/entry-blank.png -share/gnome/help/gconf-editor/fr/figures/entry-bool.png -share/gnome/help/gconf-editor/fr/figures/entry-list.png -share/gnome/help/gconf-editor/fr/figures/entry-number.png -share/gnome/help/gconf-editor/fr/figures/entry-schema.png -share/gnome/help/gconf-editor/fr/figures/entry-string.png -share/gnome/help/gconf-editor/fr/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/fr/gconf-editor.xml -share/gnome/help/gconf-editor/it/figures/entry-blank.png -share/gnome/help/gconf-editor/it/figures/entry-bool.png -share/gnome/help/gconf-editor/it/figures/entry-list.png -share/gnome/help/gconf-editor/it/figures/entry-number.png -share/gnome/help/gconf-editor/it/figures/entry-schema.png -share/gnome/help/gconf-editor/it/figures/entry-string.png -share/gnome/help/gconf-editor/it/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/it/gconf-editor.xml -share/gnome/help/gconf-editor/oc/figures/entry-blank.png -share/gnome/help/gconf-editor/oc/figures/entry-bool.png -share/gnome/help/gconf-editor/oc/figures/entry-list.png -share/gnome/help/gconf-editor/oc/figures/entry-number.png -share/gnome/help/gconf-editor/oc/figures/entry-schema.png -share/gnome/help/gconf-editor/oc/figures/entry-string.png -share/gnome/help/gconf-editor/oc/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/oc/gconf-editor.xml -share/gnome/help/gconf-editor/pt_BR/figures/entry-blank.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-bool.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-list.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-number.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-schema.png -share/gnome/help/gconf-editor/pt_BR/figures/entry-string.png -share/gnome/help/gconf-editor/pt_BR/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/pt_BR/gconf-editor.xml -share/gnome/help/gconf-editor/ru/figures/entry-blank.png -share/gnome/help/gconf-editor/ru/figures/entry-bool.png -share/gnome/help/gconf-editor/ru/figures/entry-list.png -share/gnome/help/gconf-editor/ru/figures/entry-number.png -share/gnome/help/gconf-editor/ru/figures/entry-schema.png -share/gnome/help/gconf-editor/ru/figures/entry-string.png -share/gnome/help/gconf-editor/ru/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/ru/gconf-editor.xml -share/gnome/help/gconf-editor/sv/figures/entry-blank.png -share/gnome/help/gconf-editor/sv/figures/entry-bool.png -share/gnome/help/gconf-editor/sv/figures/entry-list.png -share/gnome/help/gconf-editor/sv/figures/entry-number.png -share/gnome/help/gconf-editor/sv/figures/entry-schema.png -share/gnome/help/gconf-editor/sv/figures/entry-string.png -share/gnome/help/gconf-editor/sv/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/sv/gconf-editor.xml -share/gnome/help/gconf-editor/th/figures/entry-blank.png -share/gnome/help/gconf-editor/th/figures/entry-bool.png -share/gnome/help/gconf-editor/th/figures/entry-list.png -share/gnome/help/gconf-editor/th/figures/entry-number.png -share/gnome/help/gconf-editor/th/figures/entry-schema.png -share/gnome/help/gconf-editor/th/figures/entry-string.png -share/gnome/help/gconf-editor/th/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/th/gconf-editor.xml -share/gnome/help/gconf-editor/uk/figures/entry-blank.png -share/gnome/help/gconf-editor/uk/figures/entry-bool.png -share/gnome/help/gconf-editor/uk/figures/entry-list.png -share/gnome/help/gconf-editor/uk/figures/entry-number.png -share/gnome/help/gconf-editor/uk/figures/entry-schema.png -share/gnome/help/gconf-editor/uk/figures/entry-string.png -share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/uk/gconf-editor.xml -share/gnome/help/gconf-editor/zh_CN/figures/entry-blank.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-bool.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-list.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-number.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-schema.png -share/gnome/help/gconf-editor/zh_CN/figures/entry-string.png -share/gnome/help/gconf-editor/zh_CN/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/zh_CN/gconf-editor.xml -share/icons/hicolor/48x48/apps/gconf-editor.png -share/locale/am/LC_MESSAGES/gconf-editor.mo -share/locale/ar/LC_MESSAGES/gconf-editor.mo -share/locale/as/LC_MESSAGES/gconf-editor.mo -share/locale/ast/LC_MESSAGES/gconf-editor.mo -share/locale/az/LC_MESSAGES/gconf-editor.mo -share/locale/be/LC_MESSAGES/gconf-editor.mo -share/locale/be@latin/LC_MESSAGES/gconf-editor.mo -share/locale/bg/LC_MESSAGES/gconf-editor.mo -share/locale/bn/LC_MESSAGES/gconf-editor.mo -share/locale/bn_IN/LC_MESSAGES/gconf-editor.mo -share/locale/br/LC_MESSAGES/gconf-editor.mo -share/locale/bs/LC_MESSAGES/gconf-editor.mo -share/locale/ca/LC_MESSAGES/gconf-editor.mo -share/locale/ca@valencia/LC_MESSAGES/gconf-editor.mo -share/locale/cs/LC_MESSAGES/gconf-editor.mo -share/locale/cy/LC_MESSAGES/gconf-editor.mo -share/locale/da/LC_MESSAGES/gconf-editor.mo -share/locale/de/LC_MESSAGES/gconf-editor.mo -share/locale/dz/LC_MESSAGES/gconf-editor.mo -share/locale/el/LC_MESSAGES/gconf-editor.mo -share/locale/en@shaw/LC_MESSAGES/gconf-editor.mo -share/locale/en_CA/LC_MESSAGES/gconf-editor.mo -share/locale/en_GB/LC_MESSAGES/gconf-editor.mo -share/locale/es/LC_MESSAGES/gconf-editor.mo -share/locale/et/LC_MESSAGES/gconf-editor.mo -share/locale/eu/LC_MESSAGES/gconf-editor.mo -share/locale/fa/LC_MESSAGES/gconf-editor.mo -share/locale/fi/LC_MESSAGES/gconf-editor.mo -share/locale/fr/LC_MESSAGES/gconf-editor.mo -share/locale/ga/LC_MESSAGES/gconf-editor.mo -share/locale/gl/LC_MESSAGES/gconf-editor.mo -share/locale/gu/LC_MESSAGES/gconf-editor.mo -share/locale/he/LC_MESSAGES/gconf-editor.mo -share/locale/hi/LC_MESSAGES/gconf-editor.mo -share/locale/hr/LC_MESSAGES/gconf-editor.mo -share/locale/hu/LC_MESSAGES/gconf-editor.mo -share/locale/id/LC_MESSAGES/gconf-editor.mo -share/locale/it/LC_MESSAGES/gconf-editor.mo -share/locale/ja/LC_MESSAGES/gconf-editor.mo -share/locale/ka/LC_MESSAGES/gconf-editor.mo -share/locale/kn/LC_MESSAGES/gconf-editor.mo -share/locale/ko/LC_MESSAGES/gconf-editor.mo -share/locale/ku/LC_MESSAGES/gconf-editor.mo -share/locale/li/LC_MESSAGES/gconf-editor.mo -share/locale/lt/LC_MESSAGES/gconf-editor.mo -share/locale/lv/LC_MESSAGES/gconf-editor.mo -share/locale/mai/LC_MESSAGES/gconf-editor.mo -share/locale/mg/LC_MESSAGES/gconf-editor.mo -share/locale/mk/LC_MESSAGES/gconf-editor.mo -share/locale/ml/LC_MESSAGES/gconf-editor.mo -share/locale/mn/LC_MESSAGES/gconf-editor.mo -share/locale/mr/LC_MESSAGES/gconf-editor.mo -share/locale/ms/LC_MESSAGES/gconf-editor.mo -share/locale/nb/LC_MESSAGES/gconf-editor.mo -share/locale/ne/LC_MESSAGES/gconf-editor.mo -share/locale/nl/LC_MESSAGES/gconf-editor.mo -share/locale/nn/LC_MESSAGES/gconf-editor.mo -share/locale/oc/LC_MESSAGES/gconf-editor.mo -share/locale/or/LC_MESSAGES/gconf-editor.mo -share/locale/pa/LC_MESSAGES/gconf-editor.mo -share/locale/pl/LC_MESSAGES/gconf-editor.mo -share/locale/ps/LC_MESSAGES/gconf-editor.mo -share/locale/pt/LC_MESSAGES/gconf-editor.mo -share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo -share/locale/ro/LC_MESSAGES/gconf-editor.mo -share/locale/ru/LC_MESSAGES/gconf-editor.mo -share/locale/rw/LC_MESSAGES/gconf-editor.mo -share/locale/si/LC_MESSAGES/gconf-editor.mo -share/locale/sk/LC_MESSAGES/gconf-editor.mo -share/locale/sl/LC_MESSAGES/gconf-editor.mo -share/locale/sq/LC_MESSAGES/gconf-editor.mo -share/locale/sr/LC_MESSAGES/gconf-editor.mo -share/locale/sr@latin/LC_MESSAGES/gconf-editor.mo -share/locale/sv/LC_MESSAGES/gconf-editor.mo -share/locale/ta/LC_MESSAGES/gconf-editor.mo -share/locale/te/LC_MESSAGES/gconf-editor.mo -share/locale/th/LC_MESSAGES/gconf-editor.mo -share/locale/tr/LC_MESSAGES/gconf-editor.mo -share/locale/ug/LC_MESSAGES/gconf-editor.mo -share/locale/uk/LC_MESSAGES/gconf-editor.mo -share/locale/vi/LC_MESSAGES/gconf-editor.mo -share/locale/xh/LC_MESSAGES/gconf-editor.mo -share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo -share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo -share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo -share/omf/gconf-editor/gconf-editor-C.omf -share/omf/gconf-editor/gconf-editor-ca.omf -share/omf/gconf-editor/gconf-editor-cs.omf -share/omf/gconf-editor/gconf-editor-de.omf -share/omf/gconf-editor/gconf-editor-el.omf -share/omf/gconf-editor/gconf-editor-en_GB.omf -share/omf/gconf-editor/gconf-editor-es.omf -share/omf/gconf-editor/gconf-editor-fr.omf -share/omf/gconf-editor/gconf-editor-it.omf -share/omf/gconf-editor/gconf-editor-oc.omf -share/omf/gconf-editor/gconf-editor-pt_BR.omf -share/omf/gconf-editor/gconf-editor-ru.omf -share/omf/gconf-editor/gconf-editor-sv.omf -share/omf/gconf-editor/gconf-editor-th.omf -share/omf/gconf-editor/gconf-editor-uk.omf -share/omf/gconf-editor/gconf-editor-zh_CN.omf -@dirrm share/omf/gconf-editor -@dirrm share/gnome/help/gconf-editor/zh_CN/figures -@dirrm share/gnome/help/gconf-editor/zh_CN -@dirrm share/gnome/help/gconf-editor/uk/figures -@dirrm share/gnome/help/gconf-editor/uk -@dirrm share/gnome/help/gconf-editor/th/figures -@dirrm share/gnome/help/gconf-editor/th -@dirrm share/gnome/help/gconf-editor/sv/figures -@dirrm share/gnome/help/gconf-editor/sv -@dirrm share/gnome/help/gconf-editor/ru/figures -@dirrm share/gnome/help/gconf-editor/ru -@dirrm share/gnome/help/gconf-editor/pt_BR/figures -@dirrm share/gnome/help/gconf-editor/pt_BR -@dirrm share/gnome/help/gconf-editor/oc/figures -@dirrm share/gnome/help/gconf-editor/oc -@dirrm share/gnome/help/gconf-editor/it/figures -@dirrm share/gnome/help/gconf-editor/it -@dirrm share/gnome/help/gconf-editor/fr/figures -@dirrm share/gnome/help/gconf-editor/fr -@dirrm share/gnome/help/gconf-editor/es/figures -@dirrm share/gnome/help/gconf-editor/es -@dirrm share/gnome/help/gconf-editor/en_GB/figures -@dirrm share/gnome/help/gconf-editor/en_GB -@dirrm share/gnome/help/gconf-editor/el/figures -@dirrm share/gnome/help/gconf-editor/el -@dirrm share/gnome/help/gconf-editor/de/figures -@dirrm share/gnome/help/gconf-editor/de -@dirrm share/gnome/help/gconf-editor/cs/figures -@dirrm share/gnome/help/gconf-editor/cs -@dirrm share/gnome/help/gconf-editor/ca/figures -@dirrm share/gnome/help/gconf-editor/ca -@dirrm share/gnome/help/gconf-editor/C/figures -@dirrm share/gnome/help/gconf-editor/C -@dirrm share/gnome/help/gconf-editor -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile deleted file mode 100644 index 2e65685ef..000000000 --- a/sysutils/gnome-control-center/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: gnomecontrolcenter2 -# Date created: 04 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.206 2010/03/31 08:33:21 avl Exp $ -# - -PORTNAME= gnome-control-center -PORTVERSION= 2.30.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Control center for GNOME 2 project - -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -RUN_DEPENDS= gnome-eject:${PORTSDIR}/sysutils/gnome-mount \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -USE_GSTREAMER= good -WANT_GNOME= yes -USE_GNOME= gnomeprefix gnomehack intlhack metacity gnomemenus \ - desktopfileutils libgnomekbd gnomedesktop librsvg2 -USE_XORG= xscrnsaver -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= control-center.schemas fontilus.schemas \ - gnome-control-center.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+=--enable-aboutme -PLIST_SUB+= ABOUTME="" -.else -CONFIGURE_ARGS+=--disable-aboutme -PLIST_SUB+= ABOUTME="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/capplets/common/gnome-theme-info.c - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo deleted file mode 100644 index 7a5ae7dcc..000000000 --- a/sysutils/gnome-control-center/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-control-center-2.30.1.tar.bz2) = 9608eae5605cfc478ba35b683bf129c1 -SHA256 (gnome2/gnome-control-center-2.30.1.tar.bz2) = db050803a4bf3a2297255b8fff4810f2125a5b001d3fd785ee1ecd7f2c6f593b -SIZE (gnome2/gnome-control-center-2.30.1.tar.bz2) = 2830194 diff --git a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c b/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c deleted file mode 100644 index 69c01de97..000000000 --- a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c +++ /dev/null @@ -1,15 +0,0 @@ ---- capplets/about-me/gnome-about-me-password.c.orig Sun Jun 11 04:50:31 2006 -+++ capplets/about-me/gnome-about-me-password.c Tue Jun 13 00:02:27 2006 -@@ -52,6 +52,12 @@ - #include <signal.h> - #endif - -+#if __FreeBSD__ -+#include <sys/types.h> -+#include <libutil.h> -+#include <signal.h> -+#endif -+ - #include "capplet-util.h" - #include "eel-alert-dialog.h" - diff --git a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c deleted file mode 100644 index c9b378544..000000000 --- a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- capplets/common/gnome-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200 -+++ capplets/common/gnome-theme-info.c 2009-07-19 12:54:25.000000000 +0200 -@@ -1876,7 +1876,7 @@ gnome_theme_init () - #ifdef XCURSOR_ICONDIR - /* if there's a separate xcursors dir, add that as well */ - if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && -- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { -+ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) { - top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR); - add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); - g_object_unref (top_theme_dir); diff --git a/sysutils/gnome-control-center/files/patch-configure b/sysutils/gnome-control-center/files/patch-configure deleted file mode 100644 index 315666277..000000000 --- a/sysutils/gnome-control-center/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Feb 13 07:51:47 2007 -+++ configure Tue Feb 13 07:51:47 2007 -@@ -12525,6 +12525,7 @@ - if test "${gt_cv_func_ngettext_libc+set}" = set; then : - $as_echo_n "(cached) " >&6 - else -+ LIBS="-lintl $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - diff --git a/sysutils/gnome-control-center/files/patch-libslab_directory-tile.c b/sysutils/gnome-control-center/files/patch-libslab_directory-tile.c deleted file mode 100644 index 86acdbe0c..000000000 --- a/sysutils/gnome-control-center/files/patch-libslab_directory-tile.c +++ /dev/null @@ -1,9 +0,0 @@ ---- libslab/directory-tile.c.orig Mon Mar 12 16:33:35 2007 -+++ libslab/directory-tile.c Mon Mar 12 16:35:48 2007 -@@ -644,5 +644,5 @@ static void - disown_spawned_child (gpointer user_data) - { - setsid (); -- setpgrp (); -+ setpgrp (0, 0); - } diff --git a/sysutils/gnome-control-center/pkg-descr b/sysutils/gnome-control-center/pkg-descr deleted file mode 100644 index fba462829..000000000 --- a/sysutils/gnome-control-center/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Configuration tools tightly integrated within the GNOME 2 desktop. - -WWW: http://www.gnome.org diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist deleted file mode 100644 index 54023d50b..000000000 --- a/sysutils/gnome-control-center/pkg-plist +++ /dev/null @@ -1,364 +0,0 @@ -%%ABOUTME%%bin/gnome-about-me -bin/gnome-appearance-properties -bin/gnome-at-mobility -bin/gnome-at-properties -bin/gnome-at-visual -bin/gnome-control-center -bin/gnome-default-applications-properties -bin/gnome-display-properties -bin/gnome-font-viewer -bin/gnome-keybinding-properties -bin/gnome-keyboard-properties -bin/gnome-mouse-properties -bin/gnome-network-properties -bin/gnome-thumbnail-font -bin/gnome-typing-monitor -bin/gnome-window-properties -etc/xdg/autostart/gnome-at-session.desktop -etc/xdg/menus/gnomecc.menu -include/gnome-window-settings-2.0/gnome-window-manager.h -include/gnome-window-settings-2.0/gnome-wm-manager.h -lib/libgnome-window-settings.a -lib/libgnome-window-settings.la -lib/libgnome-window-settings.so -lib/libgnome-window-settings.so.1 -lib/window-manager-settings/libmetacity.a -lib/window-manager-settings/libmetacity.la -lib/window-manager-settings/libmetacity.so -libdata/pkgconfig/gnome-default-applications.pc -libdata/pkgconfig/gnome-keybindings.pc -libdata/pkgconfig/gnome-window-settings-2.0.pc -share/applications/at-properties.desktop -share/applications/default-applications.desktop -share/applications/display-properties.desktop -%%ABOUTME%%share/applications/gnome-about-me.desktop -share/applications/gnome-appearance-properties.desktop -share/applications/gnome-font-viewer.desktop -share/applications/gnome-network-properties.desktop -share/applications/gnome-settings-mouse.desktop -share/applications/gnome-theme-installer.desktop -share/applications/gnomecc.desktop -share/applications/keybinding.desktop -share/applications/keyboard.desktop -share/applications/window-properties.desktop -share/desktop-directories/gnomecc.directory -%%DATADIR%%/default-apps/gnome-default-applications.xml -%%DATADIR%%/keybindings/00-multimedia-key.xml -%%DATADIR%%/keybindings/01-desktop-key.xml -%%DATADIR%%/pixmaps/at-startup.png -%%DATADIR%%/pixmaps/at-support.png -%%DATADIR%%/pixmaps/bar-disabled.png -%%DATADIR%%/pixmaps/bar-green.png -%%DATADIR%%/pixmaps/bar-red.png -%%DATADIR%%/pixmaps/bar.png -%%DATADIR%%/pixmaps/double-click-maybe.png -%%DATADIR%%/pixmaps/double-click-off.png -%%DATADIR%%/pixmaps/double-click-on.png -%%ABOUTME%%%%DATADIR%%/pixmaps/gnome-about-me-lock-open.png -%%ABOUTME%%%%DATADIR%%/pixmaps/gnome-about-me-lock.png -%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png -%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png -%%ABOUTME%%%%DATADIR%%/pixmaps/left-index-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/left-index-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/left-little-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/left-little-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/left-middle-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/left-middle-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/left-ring-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/left-ring-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/left-thumb.png -%%ABOUTME%%%%DATADIR%%/pixmaps/left-thumb.svg -%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png -%%DATADIR%%/pixmaps/mouse-cursor-normal.png -%%DATADIR%%/pixmaps/mouse-cursor-white-large.png -%%DATADIR%%/pixmaps/mouse-cursor-white.png -%%DATADIR%%/pixmaps/ocean-stripes.png -%%ABOUTME%%%%DATADIR%%/pixmaps/print_error.png -%%ABOUTME%%%%DATADIR%%/pixmaps/print_error.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/print_ok.png -%%ABOUTME%%%%DATADIR%%/pixmaps/print_ok.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/right-index-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/right-index-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/right-little-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/right-little-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/right-middle-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/right-middle-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/right-ring-finger.png -%%ABOUTME%%%%DATADIR%%/pixmaps/right-ring-finger.svg -%%ABOUTME%%%%DATADIR%%/pixmaps/right-thumb.png -%%ABOUTME%%%%DATADIR%%/pixmaps/right-thumb.svg -%%DATADIR%%/pixmaps/subpixel-bgr.png -%%DATADIR%%/pixmaps/subpixel-rgb.png -%%DATADIR%%/pixmaps/subpixel-vbgr.png -%%DATADIR%%/pixmaps/subpixel-vrgb.png -%%DATADIR%%/pixmaps/theme-thumbnailing.png -%%DATADIR%%/pixmaps/window-theme-thumbnailing.png -%%DATADIR%%/ui/appearance.ui -%%DATADIR%%/ui/at-enable-dialog.ui -%%DATADIR%%/ui/display-capplet.ui -%%ABOUTME%%%%DATADIR%%/ui/gnome-about-me-dialog.ui -%%ABOUTME%%%%DATADIR%%/ui/gnome-about-me-fingerprint.ui -%%ABOUTME%%%%DATADIR%%/ui/gnome-about-me-password.ui -%%DATADIR%%/ui/gnome-default-applications-properties.ui -%%DATADIR%%/ui/gnome-keybinding-properties.ui -%%DATADIR%%/ui/gnome-keyboard-properties-a11y-notifications.ui -%%DATADIR%%/ui/gnome-keyboard-properties-dialog.ui -%%DATADIR%%/ui/gnome-keyboard-properties-layout-chooser.ui -%%DATADIR%%/ui/gnome-keyboard-properties-model-chooser.ui -%%DATADIR%%/ui/gnome-keyboard-properties-options-dialog.ui -%%DATADIR%%/ui/gnome-mouse-properties.ui -%%DATADIR%%/ui/gnome-network-properties.ui -%%DATADIR%%/ui/gnome-window-properties.ui -share/gnome/cursor-fonts/cursor-large-white.pcf -share/gnome/cursor-fonts/cursor-large.pcf -share/gnome/cursor-fonts/cursor-white.pcf -share/gnome/help/control-center/C/config-accessibility-keyboard.xml -share/gnome/help/control-center/C/config-background.xml -share/gnome/help/control-center/C/config-behavior.xml -share/gnome/help/control-center/C/config-cds.xml -share/gnome/help/control-center/C/config-default-apps.xml -share/gnome/help/control-center/C/config-file-type.xml -share/gnome/help/control-center/C/config-hints.xml -share/gnome/help/control-center/C/config-html.xml -share/gnome/help/control-center/C/config-kbd.xml -share/gnome/help/control-center/C/config-keybindings.xml -share/gnome/help/control-center/C/config-mouse.xml -share/gnome/help/control-center/C/config-screensaver.xml -share/gnome/help/control-center/C/config-themes.xml -share/gnome/help/control-center/C/control-center.xml -share/gnome/help/control-center/ca/control-center.xml -share/gnome/help/control-center/ca@valencia/control-center.xml -share/gnome/help/control-center/cs/control-center.xml -share/gnome/help/control-center/de/control-center.xml -share/gnome/help/control-center/el/control-center.xml -share/gnome/help/control-center/en_GB/control-center.xml -share/gnome/help/control-center/es/control-center.xml -share/gnome/help/control-center/fr/control-center.xml -share/gnome/help/control-center/it/control-center.xml -share/gnome/help/control-center/ja/control-center.xml -share/gnome/help/control-center/oc/control-center.xml -share/gnome/help/control-center/pa/control-center.xml -share/gnome/help/control-center/pl/control-center.xml -share/gnome/help/control-center/pt/control-center.xml -share/gnome/help/control-center/pt_BR/control-center.xml -share/gnome/help/control-center/ru/control-center.xml -share/gnome/help/control-center/sv/control-center.xml -share/gnome/help/control-center/th/control-center.xml -share/gnome/help/control-center/uk/control-center.xml -share/gnome/help/control-center/vi/control-center.xml -share/gnome/help/control-center/zh_CN/control-center.xml -share/icons/hicolor/16x16/apps/gnome-display-properties.png -share/icons/hicolor/16x16/apps/gnome-network-properties.png -share/icons/hicolor/16x16/apps/gnome-settings-default-applications.png -share/icons/hicolor/22x22/apps/gnome-display-properties.png -share/icons/hicolor/22x22/apps/gnome-network-properties.png -share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png -share/icons/hicolor/24x24/apps/gnome-display-properties.png -share/icons/hicolor/24x24/apps/gnome-network-properties.png -share/icons/hicolor/24x24/apps/gnome-settings-default-applications.png -share/icons/hicolor/32x32/apps/gnome-display-properties.png -share/icons/hicolor/32x32/apps/gnome-network-properties.png -share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png -share/icons/hicolor/48x48/apps/gnome-network-properties.png -share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png -share/icons/hicolor/48x48/apps/typing-monitor.png -share/icons/hicolor/scalable/apps/gnome-display-properties.svg -share/icons/hicolor/scalable/apps/gnome-network-properties.svg -share/icons/hicolor/scalable/apps/typing-monitor.svg -share/locale/af/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/am/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/as/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/az/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/be/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/br/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/da/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/de/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/el/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/es/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/et/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/he/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/id/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/is/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/it/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/or/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/si/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/te/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/th/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo -share/mime/application/x-gnome-theme-package.xml -share/mime/packages/gnome-theme-package.xml -share/omf/control-center/control-center-C.omf -share/omf/control-center/control-center-ca.omf -share/omf/control-center/control-center-ca@valencia.omf -share/omf/control-center/control-center-cs.omf -share/omf/control-center/control-center-de.omf -share/omf/control-center/control-center-el.omf -share/omf/control-center/control-center-en_GB.omf -share/omf/control-center/control-center-es.omf -share/omf/control-center/control-center-fr.omf -share/omf/control-center/control-center-it.omf -share/omf/control-center/control-center-ja.omf -share/omf/control-center/control-center-oc.omf -share/omf/control-center/control-center-pa.omf -share/omf/control-center/control-center-pl.omf -share/omf/control-center/control-center-pt.omf -share/omf/control-center/control-center-pt_BR.omf -share/omf/control-center/control-center-ru.omf -share/omf/control-center/control-center-sv.omf -share/omf/control-center/control-center-th.omf -share/omf/control-center/control-center-uk.omf -share/omf/control-center/control-center-vi.omf -share/omf/control-center/control-center-zh_CN.omf -@dirrm share/omf/control-center -@dirrm share/gnome/help/control-center/zh_CN -@dirrm share/gnome/help/control-center/vi -@dirrm share/gnome/help/control-center/uk -@dirrm share/gnome/help/control-center/th -@dirrm share/gnome/help/control-center/sv -@dirrm share/gnome/help/control-center/ru -@dirrm share/gnome/help/control-center/pt_BR -@dirrm share/gnome/help/control-center/pt -@dirrm share/gnome/help/control-center/pl -@dirrm share/gnome/help/control-center/pa -@dirrm share/gnome/help/control-center/oc -@dirrm share/gnome/help/control-center/ja -@dirrm share/gnome/help/control-center/it -@dirrm share/gnome/help/control-center/fr -@dirrm share/gnome/help/control-center/es -@dirrm share/gnome/help/control-center/en_GB -@dirrm share/gnome/help/control-center/el -@dirrm share/gnome/help/control-center/de -@dirrm share/gnome/help/control-center/cs -@dirrm share/gnome/help/control-center/ca@valencia -@dirrm share/gnome/help/control-center/ca -@dirrm share/gnome/help/control-center/C -@dirrm share/gnome/help/control-center -@dirrm share/gnome/cursor-fonts -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/default-apps -@dirrmtry share/desktop-directories -@dirrmtry share/applications -@dirrm lib/window-manager-settings -@dirrm include/gnome-window-settings-2.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile deleted file mode 100644 index c8028e4a6..000000000 --- a/sysutils/gnome-power-manager/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gnome-power-manager -# Date created: 03 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.62 2010/03/30 10:37:10 avl Exp $ -# - -PORTNAME= gnome-power-manager -PORTVERSION= 2.30.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Power management system for the GNOME Desktop - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - devkit-power-gobject.1:${PORTSDIR}/sysutils/upower \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ - gnomedocutils gnomepanel -CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ - --disable-docbook-docs \ - --enable-hal -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-power-manager.schemas - -.if !defined(NO_INSTALL_MANPAGES) -BUILD_DEPENDS+= docbook2html:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 -MAN1= gnome-power-manager.1 gnome-power-preferences.1 \ - gnome-power-statistics.1 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \ - ${WRKSRC}/configure -.if defined(NO_INSTALL_MANPAGES) - @${REINPLACE_CMD} -e "s|2MAN_TRUE=$$|2MAN_TRUE='#'|g ; \ - s|2MAN_FALSE='#'|2MAN_FALSE=|g" ${WRKSRC}/configure -.endif - -.include <bsd.port.mk> diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo deleted file mode 100644 index 644f60204..000000000 --- a/sysutils/gnome-power-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-power-manager-2.30.1.tar.bz2) = b85178b8db77db5d22e185430549a295 -SHA256 (gnome2/gnome-power-manager-2.30.1.tar.bz2) = 47af6221ae83d329088abd8f5176f503fe5f81417a7c6766c95279b0af05021c -SIZE (gnome2/gnome-power-manager-2.30.1.tar.bz2) = 3854167 diff --git a/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in b/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in deleted file mode 100644 index 9a5d2c5a5..000000000 --- a/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- applets/brightness/Makefile.in.orig 2010-01-01 20:51:42.000000000 +0800 -+++ applets/brightness/Makefile.in 2010-01-01 20:51:42.000000000 +0800 -@@ -344,6 +344,7 @@ - gnome_brightness_applet_LDADD = \ - $(DBUS_LIBS) \ - $(GNOME_LIBS) \ -+ -lexecinfo \ - $(PANEL_LIBS) - - serverdir = $(prefix)/libdata/bonobo/servers diff --git a/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in b/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in deleted file mode 100644 index 4965221fe..000000000 --- a/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- applets/inhibit/Makefile.in.orig 2010-01-01 20:53:23.000000000 +0800 -+++ applets/inhibit/Makefile.in 2010-01-01 20:53:36.000000000 +0800 -@@ -343,6 +343,7 @@ - gnome_inhibit_applet_LDADD = \ - $(DBUS_LIBS) \ - $(GNOME_LIBS) \ -+ -lexecinfo \ - $(PANEL_LIBS) - - serverdir = $(prefix)/libdata/bonobo/servers diff --git a/sysutils/gnome-power-manager/files/patch-configure b/sysutils/gnome-power-manager/files/patch-configure deleted file mode 100644 index 69d50145e..000000000 --- a/sysutils/gnome-power-manager/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig 2010-01-30 18:17:55.000000000 -0500 -+++ configure 2010-01-30 18:18:23.000000000 -0500 -@@ -12822,21 +12822,15 @@ if test "$GCC" = "yes"; then - WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type" - WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral" - WARNINGFLAGS="$WARNINGFLAGS -Wformat-security" -- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs" - WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute" -- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered" -- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body" -- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers" - # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare" -- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits" - # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized" - # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return" - WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement" - WARNINGFLAGS="$WARNINGFLAGS -Wshadow" - WARNINGFLAGS="$WARNINGFLAGS -Winline" - # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum" -- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type" -- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" -+# WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" - WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing" - else - WARNINGFLAGS="" diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in deleted file mode 100644 index a161ee0fa..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- src/Makefile.in.orig 2010-03-30 18:08:05.000000000 +0800 -+++ src/Makefile.in 2010-03-30 18:09:04.000000000 +0800 -@@ -497,6 +497,7 @@ - $(GNOME_LIBS) \ - $(UNIQUE_LIBS) \ - $(DBUS_LIBS) \ -+ -lexecinfo \ - -lm - - gnome_power_statistics_CFLAGS = \ -@@ -511,7 +512,7 @@ - - gnome_power_preferences_LDADD = libgpmshared.a $(GLIB_LIBS) \ - $(X11_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) $(UNIQUE_LIBS) \ -- $(GPM_EXTRA_LIBS) $(DEVKIT_LIBS) -lm $(am__append_1) -+ $(GPM_EXTRA_LIBS) $(DEVKIT_LIBS) -lexecinfo -lm $(am__append_1) - gnome_power_preferences_CFLAGS = \ - $(WARNINGFLAGS) \ - $(NULL) -@@ -531,7 +532,7 @@ - gnome_power_manager_LDADD = libgpmshared.a $(GLIB_LIBS) $(X11_LIBS) \ - $(GSTREAMER_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) $(X11_LIBS) \ - $(CANBERRA_LIBS) $(LIBNOTIFY_LIBS) $(GPM_EXTRA_LIBS) \ -- $(DEVKIT_LIBS) -lm $(am__append_3) -+ $(DEVKIT_LIBS) -lexecinfo -lm $(am__append_3) - gnome_power_manager_CFLAGS = \ - $(WARNINGFLAGS) \ - $(NULL) -@@ -590,7 +591,7 @@ - - gnome_power_self_test_LDADD = $(GLIB_LIBS) $(X11_LIBS) $(GNOME_LIBS) \ - $(GSTREAMER_LIBS) $(DEVKIT_LIBS) $(DBUS_LIBS) $(X11_LIBS) \ -- $(LIBNOTIFY_LIBS) $(GPM_EXTRA_LIBS) -lm $(am__append_4) -+ $(LIBNOTIFY_LIBS) $(GPM_EXTRA_LIBS) -lexecinfo -lm $(am__append_4) - gnome_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS) - BUILT_SOURCES = \ - org.gnome.PowerManager.h \ diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-load.c b/sysutils/gnome-power-manager/files/patch-src_gpm-load.c deleted file mode 100644 index eaa8df1b2..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_gpm-load.c +++ /dev/null @@ -1,55 +0,0 @@ ---- src/gpm-load.c.orig 2010-01-01 23:29:11.000000000 -0500 -+++ src/gpm-load.c 2010-01-01 23:46:31.000000000 -0500 -@@ -33,6 +33,10 @@ - #include <kstat.h> - #include <sys/sysinfo.h> - #endif -+#if defined(__FreeBSD__) -+#include <sys/resource.h> -+#include <sys/sysctl.h> -+#endif - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ -@@ -151,6 +155,32 @@ out: - return FALSE; - } - -+#elif defined(__FreeBSD__) -+ -+/** -+ * gpm_load_get_cpu_values: -+ * @cpu_idle: The idle time reported by the CPU -+ * @cpu_total: The total time reported by the CPU -+ * Return value: Success of reading of the kern.cp_time sysctl. -+ **/ -+static gboolean -+gpm_load_get_cpu_values (long unsigned *cpu_idle, long unsigned *cpu_total) -+{ -+ long cpts[CPUSTATES]; -+ size_t length; -+ -+ length = sizeof (cpts); -+ if (sysctlbyname ("kern.cp_time", cpts, &length, NULL, 0)) { -+ return FALSE; -+ } -+ -+ *cpu_idle = (unsigned long) cpts[CP_IDLE]; -+ *cpu_total = (unsigned long) (cpts[CP_USER] + cpts[CP_NICE] + \ -+ cpts[CP_SYS] + cpts[CP_IDLE] + cpts[CP_INTR]); -+ -+ return TRUE; -+} -+ - #else - - /** -@@ -192,7 +222,7 @@ gpm_load_get_cpu_values (long unsigned * - *cpu_total = cpu_user + cpu_nice + cpu_system + *cpu_idle; - ret = TRUE; - out: -- if (!fd) -+ if (fd) - fclose (fd); - return ret; - } diff --git a/sysutils/gnome-power-manager/pkg-descr b/sysutils/gnome-power-manager/pkg-descr deleted file mode 100644 index 186c9ced4..000000000 --- a/sysutils/gnome-power-manager/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME Power Manager is a GNOME session daemon that acts as a policy agent -on top of HAL (the Hardware Abstraction Layer). GNOME Power Manager listens -for HAL events and responds with user-configurable reactions. -Currently it supports laptop batteries and AC adapters. Its goal is to be -architecture neutral and free of polling and other hacks. - -WWW: http://projects.gnome.org/gnome-power-manager/ diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist deleted file mode 100644 index 47e2c200a..000000000 --- a/sysutils/gnome-power-manager/pkg-plist +++ /dev/null @@ -1,779 +0,0 @@ -bin/gnome-power-bugreport.sh -bin/gnome-power-manager -bin/gnome-power-preferences -bin/gnome-power-statistics -etc/xdg/autostart/gnome-power-manager.desktop -libdata/bonobo/servers/GNOME_BrightnessApplet.server -libdata/bonobo/servers/GNOME_InhibitApplet.server -libexec/gnome-brightness-applet -libexec/gnome-inhibit-applet -share/applications/gnome-power-preferences.desktop -share/applications/gnome-power-statistics.desktop -share/dbus-1/services/gnome-power-manager.service -share/gnome-2.0/ui/GNOME_BrightnessApplet.xml -share/gnome-2.0/ui/GNOME_InhibitApplet.xml -%%DATADIR%%/acme.ui -%%DATADIR%%/gpm-feedback-widget.ui -%%DATADIR%%/gpm-prefs.ui -%%DATADIR%%/gpm-statistics.ui -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-monitor.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/icon-theme.cache -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-charged.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-empty.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-missing.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-monitor.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg -share/gnome/help/gnome-power-manager/C/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/C/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/C/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/C/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/C/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/C/figures/gpm-low.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/C/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/C/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/C/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/C/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/C/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/C/legal.xml -share/gnome/help/gnome-power-manager/ca/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/ca/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-low.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/ca/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/ca/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/de/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/de/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/de/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/de/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/de/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/de/figures/gpm-low.png -share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/de/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/de/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/de/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/de/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/de/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/el/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/el/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/el/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/el/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/el/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/el/figures/gpm-low.png -share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/el/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/el/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/el/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/el/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/el/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/en_GB/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/en_GB/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-low.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/en_GB/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/en_GB/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/es/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/es/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/es/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/es/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/es/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/es/figures/gpm-low.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/es/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/es/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/es/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/es/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/es/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/eu/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/eu/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-low.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/eu/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/eu/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/fi/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/fi/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-low.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/fi/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/fi/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/fr/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/fr/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-low.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/fr/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/fr/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/hu/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/hu/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-low.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/hu/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/hu/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/it/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/it/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/it/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/it/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/it/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/it/figures/gpm-low.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/it/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/it/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/it/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/it/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/it/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/oc/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/oc/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-low.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/oc/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/oc/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/pa/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/pa/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-low.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/pa/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/pa/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/ru/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/ru/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-low.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/ru/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/ru/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/sv/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/sv/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-low.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/sv/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/sv/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/zh_CN/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/zh_CN/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-low.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/zh_CN/gnome-power-manager.xml -share/icons/hicolor/16x16/apps/gnome-brightness-applet.png -share/icons/hicolor/16x16/apps/gnome-inhibit-applet.png -share/icons/hicolor/16x16/apps/gnome-power-manager.png -share/icons/hicolor/16x16/apps/gnome-power-statistics.png -share/icons/hicolor/22x22/apps/gnome-brightness-applet.png -share/icons/hicolor/22x22/apps/gnome-inhibit-applet.png -share/icons/hicolor/22x22/apps/gnome-power-manager.png -share/icons/hicolor/22x22/apps/gnome-power-statistics.png -share/icons/hicolor/24x24/apps/gnome-brightness-applet.png -share/icons/hicolor/24x24/apps/gnome-inhibit-applet.png -share/icons/hicolor/24x24/apps/gnome-power-manager.png -share/icons/hicolor/24x24/apps/gnome-power-statistics.png -share/icons/hicolor/32x32/apps/gnome-brightness-applet.png -share/icons/hicolor/32x32/apps/gnome-inhibit-applet.png -share/icons/hicolor/32x32/apps/gnome-power-manager.png -share/icons/hicolor/32x32/apps/gnome-power-statistics.png -share/icons/hicolor/48x48/apps/gnome-brightness-applet.png -share/icons/hicolor/48x48/apps/gnome-inhibit-applet.png -share/icons/hicolor/48x48/apps/gnome-power-manager.png -share/icons/hicolor/48x48/apps/gnome-power-statistics.png -share/icons/hicolor/scalable/apps/gnome-brightness-applet.svg -share/icons/hicolor/scalable/apps/gnome-inhibit-applet.svg -share/icons/hicolor/scalable/apps/gnome-power-manager.svg -share/icons/hicolor/scalable/apps/gnome-power-statistics.svg -share/locale/ar/LC_MESSAGES/gnome-power-manager.mo -share/locale/as/LC_MESSAGES/gnome-power-manager.mo -share/locale/ast/LC_MESSAGES/gnome-power-manager.mo -share/locale/be/LC_MESSAGES/gnome-power-manager.mo -share/locale/be@latin/LC_MESSAGES/gnome-power-manager.mo -share/locale/bg/LC_MESSAGES/gnome-power-manager.mo -share/locale/bn/LC_MESSAGES/gnome-power-manager.mo -share/locale/bn_IN/LC_MESSAGES/gnome-power-manager.mo -share/locale/ca/LC_MESSAGES/gnome-power-manager.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-power-manager.mo -share/locale/cs/LC_MESSAGES/gnome-power-manager.mo -share/locale/cy/LC_MESSAGES/gnome-power-manager.mo -share/locale/da/LC_MESSAGES/gnome-power-manager.mo -share/locale/de/LC_MESSAGES/gnome-power-manager.mo -share/locale/dz/LC_MESSAGES/gnome-power-manager.mo -share/locale/el/LC_MESSAGES/gnome-power-manager.mo -share/locale/en@shaw/LC_MESSAGES/gnome-power-manager.mo -share/locale/en_CA/LC_MESSAGES/gnome-power-manager.mo -share/locale/en_GB/LC_MESSAGES/gnome-power-manager.mo -share/locale/es/LC_MESSAGES/gnome-power-manager.mo -share/locale/et/LC_MESSAGES/gnome-power-manager.mo -share/locale/eu/LC_MESSAGES/gnome-power-manager.mo -share/locale/fa/LC_MESSAGES/gnome-power-manager.mo -share/locale/fi/LC_MESSAGES/gnome-power-manager.mo -share/locale/fr/LC_MESSAGES/gnome-power-manager.mo -share/locale/ga/LC_MESSAGES/gnome-power-manager.mo -share/locale/gl/LC_MESSAGES/gnome-power-manager.mo -share/locale/gu/LC_MESSAGES/gnome-power-manager.mo -share/locale/he/LC_MESSAGES/gnome-power-manager.mo -share/locale/hi/LC_MESSAGES/gnome-power-manager.mo -share/locale/hr/LC_MESSAGES/gnome-power-manager.mo -share/locale/hu/LC_MESSAGES/gnome-power-manager.mo -share/locale/id/LC_MESSAGES/gnome-power-manager.mo -share/locale/is/LC_MESSAGES/gnome-power-manager.mo -share/locale/it/LC_MESSAGES/gnome-power-manager.mo -share/locale/ja/LC_MESSAGES/gnome-power-manager.mo -share/locale/ka/LC_MESSAGES/gnome-power-manager.mo -share/locale/kn/LC_MESSAGES/gnome-power-manager.mo -share/locale/ko/LC_MESSAGES/gnome-power-manager.mo -share/locale/ku/LC_MESSAGES/gnome-power-manager.mo -share/locale/lt/LC_MESSAGES/gnome-power-manager.mo -share/locale/lv/LC_MESSAGES/gnome-power-manager.mo -share/locale/mai/LC_MESSAGES/gnome-power-manager.mo -share/locale/mg/LC_MESSAGES/gnome-power-manager.mo -share/locale/mk/LC_MESSAGES/gnome-power-manager.mo -share/locale/ml/LC_MESSAGES/gnome-power-manager.mo -share/locale/mr/LC_MESSAGES/gnome-power-manager.mo -share/locale/nb/LC_MESSAGES/gnome-power-manager.mo -share/locale/nl/LC_MESSAGES/gnome-power-manager.mo -share/locale/nn/LC_MESSAGES/gnome-power-manager.mo -share/locale/oc/LC_MESSAGES/gnome-power-manager.mo -share/locale/or/LC_MESSAGES/gnome-power-manager.mo -share/locale/pa/LC_MESSAGES/gnome-power-manager.mo -share/locale/pl/LC_MESSAGES/gnome-power-manager.mo -share/locale/pt/LC_MESSAGES/gnome-power-manager.mo -share/locale/pt_BR/LC_MESSAGES/gnome-power-manager.mo -share/locale/ro/LC_MESSAGES/gnome-power-manager.mo -share/locale/ru/LC_MESSAGES/gnome-power-manager.mo -share/locale/si/LC_MESSAGES/gnome-power-manager.mo -share/locale/sk/LC_MESSAGES/gnome-power-manager.mo -share/locale/sl/LC_MESSAGES/gnome-power-manager.mo -share/locale/sr/LC_MESSAGES/gnome-power-manager.mo -share/locale/sr@latin/LC_MESSAGES/gnome-power-manager.mo -share/locale/sv/LC_MESSAGES/gnome-power-manager.mo -share/locale/ta/LC_MESSAGES/gnome-power-manager.mo -share/locale/te/LC_MESSAGES/gnome-power-manager.mo -share/locale/th/LC_MESSAGES/gnome-power-manager.mo -share/locale/tr/LC_MESSAGES/gnome-power-manager.mo -share/locale/uk/LC_MESSAGES/gnome-power-manager.mo -share/locale/vi/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_CN/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_HK/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_TW/LC_MESSAGES/gnome-power-manager.mo -share/omf/gnome-power-manager/gnome-power-manager-C.omf -share/omf/gnome-power-manager/gnome-power-manager-ca.omf -share/omf/gnome-power-manager/gnome-power-manager-de.omf -share/omf/gnome-power-manager/gnome-power-manager-el.omf -share/omf/gnome-power-manager/gnome-power-manager-en_GB.omf -share/omf/gnome-power-manager/gnome-power-manager-es.omf -share/omf/gnome-power-manager/gnome-power-manager-eu.omf -share/omf/gnome-power-manager/gnome-power-manager-fi.omf -share/omf/gnome-power-manager/gnome-power-manager-fr.omf -share/omf/gnome-power-manager/gnome-power-manager-hu.omf -share/omf/gnome-power-manager/gnome-power-manager-it.omf -share/omf/gnome-power-manager/gnome-power-manager-oc.omf -share/omf/gnome-power-manager/gnome-power-manager-pa.omf -share/omf/gnome-power-manager/gnome-power-manager-ru.omf -share/omf/gnome-power-manager/gnome-power-manager-sv.omf -share/omf/gnome-power-manager/gnome-power-manager-zh_CN.omf -@dirrm share/omf/gnome-power-manager -@dirrm share/gnome/help/gnome-power-manager/zh_CN/figures -@dirrm share/gnome/help/gnome-power-manager/zh_CN -@dirrm share/gnome/help/gnome-power-manager/sv/figures -@dirrm share/gnome/help/gnome-power-manager/sv -@dirrm share/gnome/help/gnome-power-manager/ru/figures -@dirrm share/gnome/help/gnome-power-manager/ru -@dirrm share/gnome/help/gnome-power-manager/pa/figures -@dirrm share/gnome/help/gnome-power-manager/pa -@dirrm share/gnome/help/gnome-power-manager/oc/figures -@dirrm share/gnome/help/gnome-power-manager/oc -@dirrm share/gnome/help/gnome-power-manager/it/figures -@dirrm share/gnome/help/gnome-power-manager/it -@dirrm share/gnome/help/gnome-power-manager/hu/figures -@dirrm share/gnome/help/gnome-power-manager/hu -@dirrm share/gnome/help/gnome-power-manager/fr/figures -@dirrm share/gnome/help/gnome-power-manager/fr -@dirrm share/gnome/help/gnome-power-manager/fi/figures -@dirrm share/gnome/help/gnome-power-manager/fi -@dirrm share/gnome/help/gnome-power-manager/eu/figures -@dirrm share/gnome/help/gnome-power-manager/eu -@dirrm share/gnome/help/gnome-power-manager/es/figures -@dirrm share/gnome/help/gnome-power-manager/es -@dirrm share/gnome/help/gnome-power-manager/en_GB/figures -@dirrm share/gnome/help/gnome-power-manager/en_GB -@dirrm share/gnome/help/gnome-power-manager/el/figures -@dirrm share/gnome/help/gnome-power-manager/el -@dirrm share/gnome/help/gnome-power-manager/de/figures -@dirrm share/gnome/help/gnome-power-manager/de -@dirrm share/gnome/help/gnome-power-manager/ca/figures -@dirrm share/gnome/help/gnome-power-manager/ca -@dirrm share/gnome/help/gnome-power-manager/C/figures -@dirrm share/gnome/help/gnome-power-manager/C -@dirrm share/gnome/help/gnome-power-manager -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile deleted file mode 100644 index 3fab36650..000000000 --- a/sysutils/gnome-settings-daemon/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gnome-settings-daemon -# Date created: 14 Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.61 2010/03/31 08:12:47 avl Exp $ -# - -PORTNAME= gnome-settings-daemon -PORTVERSION= 2.30.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 settings daemon - -LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb - -USE_XORG= xxf86misc -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop libgnomekbd -USE_GETTEXT= yes -USE_GSTREAMER= good -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= apps_gnome_settings_daemon_housekeeping.schemas \ - apps_gnome_settings_daemon_keybindings.schemas \ - apps_gnome_settings_daemon_xrandr.schemas \ - desktop_gnome_font_rendering.schemas \ - desktop_gnome_keybindings.schemas \ - desktop_gnome_peripherals_touchpad.schemas \ - gnome-settings-daemon.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-settings-daemon/distinfo b/sysutils/gnome-settings-daemon/distinfo deleted file mode 100644 index 7072a4788..000000000 --- a/sysutils/gnome-settings-daemon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-settings-daemon-2.30.1.tar.bz2) = 0a287d63b15bda50c344b3fe9a71c47e -SHA256 (gnome2/gnome-settings-daemon-2.30.1.tar.bz2) = 6f66de1bb80af094a640398549799109e60f53d5373a1b0b7719a5a31c900095 -SIZE (gnome2/gnome-settings-daemon-2.30.1.tar.bz2) = 1246609 diff --git a/sysutils/gnome-settings-daemon/pkg-descr b/sysutils/gnome-settings-daemon/pkg-descr deleted file mode 100644 index 9ce205e84..000000000 --- a/sysutils/gnome-settings-daemon/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GNOME 2 settings daemon. - -WWW: http://www.gnome.org diff --git a/sysutils/gnome-settings-daemon/pkg-plist b/sysutils/gnome-settings-daemon/pkg-plist deleted file mode 100644 index a63c34736..000000000 --- a/sysutils/gnome-settings-daemon/pkg-plist +++ /dev/null @@ -1,227 +0,0 @@ -etc/xdg/autostart/gnome-settings-daemon.desktop -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-plugin.h -lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/liba11y-keyboard.a -lib/gnome-settings-daemon-2.0/liba11y-keyboard.la -lib/gnome-settings-daemon-2.0/liba11y-keyboard.so -lib/gnome-settings-daemon-2.0/libbackground.a -lib/gnome-settings-daemon-2.0/libbackground.la -lib/gnome-settings-daemon-2.0/libbackground.so -lib/gnome-settings-daemon-2.0/libclipboard.a -lib/gnome-settings-daemon-2.0/libclipboard.la -lib/gnome-settings-daemon-2.0/libclipboard.so -lib/gnome-settings-daemon-2.0/libfont.a -lib/gnome-settings-daemon-2.0/libfont.la -lib/gnome-settings-daemon-2.0/libfont.so -lib/gnome-settings-daemon-2.0/libhousekeeping.a -lib/gnome-settings-daemon-2.0/libhousekeeping.la -lib/gnome-settings-daemon-2.0/libhousekeeping.so -lib/gnome-settings-daemon-2.0/libkeybindings.a -lib/gnome-settings-daemon-2.0/libkeybindings.la -lib/gnome-settings-daemon-2.0/libkeybindings.so -lib/gnome-settings-daemon-2.0/libkeyboard.a -lib/gnome-settings-daemon-2.0/libkeyboard.la -lib/gnome-settings-daemon-2.0/libkeyboard.so -lib/gnome-settings-daemon-2.0/libmedia-keys.a -lib/gnome-settings-daemon-2.0/libmedia-keys.la -lib/gnome-settings-daemon-2.0/libmedia-keys.so -lib/gnome-settings-daemon-2.0/libmouse.a -lib/gnome-settings-daemon-2.0/libmouse.la -lib/gnome-settings-daemon-2.0/libmouse.so -lib/gnome-settings-daemon-2.0/libsound.a -lib/gnome-settings-daemon-2.0/libsound.la -lib/gnome-settings-daemon-2.0/libsound.so -lib/gnome-settings-daemon-2.0/libtyping-break.a -lib/gnome-settings-daemon-2.0/libtyping-break.la -lib/gnome-settings-daemon-2.0/libtyping-break.so -lib/gnome-settings-daemon-2.0/libxrandr.a -lib/gnome-settings-daemon-2.0/libxrandr.la -lib/gnome-settings-daemon-2.0/libxrandr.so -lib/gnome-settings-daemon-2.0/libxrdb.a -lib/gnome-settings-daemon-2.0/libxrdb.la -lib/gnome-settings-daemon-2.0/libxrdb.so -lib/gnome-settings-daemon-2.0/libxsettings.a -lib/gnome-settings-daemon-2.0/libxsettings.la -lib/gnome-settings-daemon-2.0/libxsettings.so -lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin -libdata/pkgconfig/gnome-settings-daemon.pc -libexec/gnome-settings-daemon -libexec/gsd-locate-pointer -share/dbus-1/services/org.gnome.SettingsDaemon.service -share/gnome-control-center/keybindings/50-accessibility.xml -%%DATADIR%%/acme.ui -%%DATADIR%%/gsd-a11y-preferences-dialog.ui -%%DATADIR%%/modmap-dialog.ui -%%DATADIR%%/show-layout.ui -%%DATADIR%%/xrdb/Editres.ad -%%DATADIR%%/xrdb/Emacs.ad -%%DATADIR%%/xrdb/General.ad -%%DATADIR%%/xrdb/Motif.ad -%%DATADIR%%/xrdb/Tk.ad -%%DATADIR%%/xrdb/Xaw.ad -share/icons/hicolor/16x16/actions/touchpad-disabled.png -share/icons/hicolor/16x16/actions/touchpad-enabled.png -share/icons/hicolor/16x16/apps/gsd-xrandr.png -share/icons/hicolor/22x22/actions/touchpad-disabled.png -share/icons/hicolor/22x22/actions/touchpad-enabled.png -share/icons/hicolor/22x22/apps/gsd-xrandr.png -share/icons/hicolor/24x24/actions/touchpad-disabled.png -share/icons/hicolor/24x24/actions/touchpad-enabled.png -share/icons/hicolor/24x24/apps/gsd-xrandr.png -share/icons/hicolor/32x32/actions/touchpad-disabled.png -share/icons/hicolor/32x32/actions/touchpad-enabled.png -share/icons/hicolor/32x32/apps/gsd-xrandr.png -share/icons/hicolor/scalable/actions/touchpad-disabled.svg -share/icons/hicolor/scalable/actions/touchpad-enabled.svg -share/icons/hicolor/scalable/apps/gsd-xrandr.svg -share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/crh/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/dz/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/el/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en@shaw/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en_CA/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en_GB/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/es/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/et/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/eu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ga/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/gl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/gu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/he/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/id/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/is/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/it/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ja/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ka/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/kn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ko/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ku/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/lt/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/lv/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mai/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mg/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ml/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ms/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nb/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nds/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ne/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nso/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/oc/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/or/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pt/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pt_BR/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ro/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ru/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/rw/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/si/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sq/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sr@latin/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sv/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ta/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/te/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/th/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/tr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/uk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/vi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/wa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/xh/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_CN/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_HK/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo -@dirrm %%DATADIR%%/xrdb -@dirrm %%DATADIR%% -@dirrm lib/gnome-settings-daemon-2.0 -@dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon -@dirrm include/gnome-settings-daemon-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile deleted file mode 100644 index d313daee7..000000000 --- a/sysutils/gnome-system-monitor/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomesystemmonitor -# Date created: 09 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-system-monitor -PORTVERSION= 2.28.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 system monitor program - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils \ - librsvg2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lutil" - -GCONF_SCHEMAS= gnome-system-monitor.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo deleted file mode 100644 index 925fc1787..000000000 --- a/sysutils/gnome-system-monitor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-system-monitor-2.28.1.tar.bz2) = 064cf1a97d3dd1946bc3e55d8272c2c8 -SHA256 (gnome2/gnome-system-monitor-2.28.1.tar.bz2) = 25b2566af336c44dc279afd7a522e3616b68047f1a1a34c8a5024a52f894429b -SIZE (gnome2/gnome-system-monitor-2.28.1.tar.bz2) = 2335360 diff --git a/sysutils/gnome-system-monitor/files/patch-src_load-graph.cpp b/sysutils/gnome-system-monitor/files/patch-src_load-graph.cpp deleted file mode 100644 index 9b934be3d..000000000 --- a/sysutils/gnome-system-monitor/files/patch-src_load-graph.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/load-graph.cpp.orig 2008-01-14 23:43:43.000000000 -0600 -+++ src/load-graph.cpp 2008-01-14 23:44:15.000000000 -0600 -@@ -412,7 +412,7 @@ - // e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10) - // where base10 = 1, coef10 = 101, pow2 = 16 - -- unsigned pow2 = std::floor(log2(new_max)); -+ unsigned pow2 = std::floor(log(new_max) / log(2)); - unsigned base10 = pow2 / 10; - unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10))); - g_assert(new_max <= (coef10 * (1UL << (base10 * 10)))); diff --git a/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp b/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp deleted file mode 100644 index c00526174..000000000 --- a/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400 -+++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400 -@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str - goto failsafe; - - if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname, -+#ifdef NI_IDN - sizeof hostname, service, sizeof service, NI_IDN)) -+#else -+ sizeof hostname, service, sizeof service, 0)) -+#endif - goto failsafe; - - if (res) freeaddrinfo(res); diff --git a/sysutils/gnome-system-monitor/pkg-descr b/sysutils/gnome-system-monitor/pkg-descr deleted file mode 100644 index 40caee647..000000000 --- a/sysutils/gnome-system-monitor/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GNOME 2.0 system monitor program. diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist deleted file mode 100644 index fe6d662fa..000000000 --- a/sysutils/gnome-system-monitor/pkg-plist +++ /dev/null @@ -1,372 +0,0 @@ -bin/gnome-system-monitor -share/applications/gnome-system-monitor.desktop -share/gnome/help/gnome-system-monitor/C/figures/addColumn.png -share/gnome/help/gnome-system-monitor/C/figures/changePriority.png -share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/C/figures/processListing.png -share/gnome/help/gnome-system-monitor/C/figures/sortButton.png -share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/C/legal.xml -share/gnome/help/gnome-system-monitor/ar/figures/addColumn.png -share/gnome/help/gnome-system-monitor/ar/figures/changePriority.png -share/gnome/help/gnome-system-monitor/ar/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/ar/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/ar/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/ar/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/ar/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/ar/figures/processListing.png -share/gnome/help/gnome-system-monitor/ar/figures/sortButton.png -share/gnome/help/gnome-system-monitor/ar/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/ar/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/ar/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/ar/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/ar/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png -share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png -share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/bg/figures/processListing.png -share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png -share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/bg/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/ca/figures/addColumn.png -share/gnome/help/gnome-system-monitor/ca/figures/changePriority.png -share/gnome/help/gnome-system-monitor/ca/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/ca/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/ca/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/ca/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/ca/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/ca/figures/processListing.png -share/gnome/help/gnome-system-monitor/ca/figures/sortButton.png -share/gnome/help/gnome-system-monitor/ca/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/ca/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/ca/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/ca/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/ca/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/cs/figures/addColumn.png -share/gnome/help/gnome-system-monitor/cs/figures/changePriority.png -share/gnome/help/gnome-system-monitor/cs/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/cs/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/cs/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/cs/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/cs/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/cs/figures/processListing.png -share/gnome/help/gnome-system-monitor/cs/figures/sortButton.png -share/gnome/help/gnome-system-monitor/cs/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/cs/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/cs/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/cs/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/cs/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/da/figures/addColumn.png -share/gnome/help/gnome-system-monitor/da/figures/changePriority.png -share/gnome/help/gnome-system-monitor/da/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/da/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/da/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/da/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/da/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/da/figures/processListing.png -share/gnome/help/gnome-system-monitor/da/figures/sortButton.png -share/gnome/help/gnome-system-monitor/da/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/da/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/da/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/da/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/da/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/de/figures/addColumn.png -share/gnome/help/gnome-system-monitor/de/figures/changePriority.png -share/gnome/help/gnome-system-monitor/de/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/de/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/de/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/de/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/de/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/de/figures/processListing.png -share/gnome/help/gnome-system-monitor/de/figures/sortButton.png -share/gnome/help/gnome-system-monitor/de/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/de/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/de/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/de/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/de/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/el/figures/addColumn.png -share/gnome/help/gnome-system-monitor/el/figures/changePriority.png -share/gnome/help/gnome-system-monitor/el/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/el/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/el/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/el/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/el/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/el/figures/processListing.png -share/gnome/help/gnome-system-monitor/el/figures/sortButton.png -share/gnome/help/gnome-system-monitor/el/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/el/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/el/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/el/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/el/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/es/figures/addColumn.png -share/gnome/help/gnome-system-monitor/es/figures/changePriority.png -share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/es/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/es/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/es/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/es/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/es/figures/processListing.png -share/gnome/help/gnome-system-monitor/es/figures/sortButton.png -share/gnome/help/gnome-system-monitor/es/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/es/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/es/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/es/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/es/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/fr/figures/addColumn.png -share/gnome/help/gnome-system-monitor/fr/figures/changePriority.png -share/gnome/help/gnome-system-monitor/fr/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/fr/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/fr/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/fr/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/fr/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/fr/figures/processListing.png -share/gnome/help/gnome-system-monitor/fr/figures/sortButton.png -share/gnome/help/gnome-system-monitor/fr/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png -share/gnome/help/gnome-system-monitor/oc/figures/changePriority.png -share/gnome/help/gnome-system-monitor/oc/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/oc/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/oc/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/oc/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/oc/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/oc/figures/processListing.png -share/gnome/help/gnome-system-monitor/oc/figures/sortButton.png -share/gnome/help/gnome-system-monitor/oc/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/oc/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/oc/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/oc/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/oc/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/pa/figures/addColumn.png -share/gnome/help/gnome-system-monitor/pa/figures/changePriority.png -share/gnome/help/gnome-system-monitor/pa/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/pa/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/pa/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/pa/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/pa/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/pa/figures/processListing.png -share/gnome/help/gnome-system-monitor/pa/figures/sortButton.png -share/gnome/help/gnome-system-monitor/pa/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/pa/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/pa/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/pa/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/pa/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/sv/figures/addColumn.png -share/gnome/help/gnome-system-monitor/sv/figures/changePriority.png -share/gnome/help/gnome-system-monitor/sv/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/sv/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/sv/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/sv/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/sv/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/sv/figures/processListing.png -share/gnome/help/gnome-system-monitor/sv/figures/sortButton.png -share/gnome/help/gnome-system-monitor/sv/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml -share/gnome/help/gnome-system-monitor/zh_CN/figures/addColumn.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/changePriority.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/colorPanel.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/columnContextMenu.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/gnome-system-monitor_window.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/memoryMaps.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/moreInfo.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/processListing.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/sortButton.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu2.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/systemMonitor.png -share/gnome/help/gnome-system-monitor/zh_CN/figures/viewMenu.png -share/gnome/help/gnome-system-monitor/zh_CN/gnome-system-monitor.xml -share/locale/am/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo -share/locale/as/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ast/LC_MESSAGES/gnome-system-monitor.mo -share/locale/az/LC_MESSAGES/gnome-system-monitor.mo -share/locale/be/LC_MESSAGES/gnome-system-monitor.mo -share/locale/be@latin/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bg/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bn_IN/LC_MESSAGES/gnome-system-monitor.mo -share/locale/bs/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ca/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-system-monitor.mo -share/locale/cs/LC_MESSAGES/gnome-system-monitor.mo -share/locale/cy/LC_MESSAGES/gnome-system-monitor.mo -share/locale/da/LC_MESSAGES/gnome-system-monitor.mo -share/locale/de/LC_MESSAGES/gnome-system-monitor.mo -share/locale/dz/LC_MESSAGES/gnome-system-monitor.mo -share/locale/el/LC_MESSAGES/gnome-system-monitor.mo -share/locale/en@shaw/LC_MESSAGES/gnome-system-monitor.mo -share/locale/en_CA/LC_MESSAGES/gnome-system-monitor.mo -share/locale/en_GB/LC_MESSAGES/gnome-system-monitor.mo -share/locale/es/LC_MESSAGES/gnome-system-monitor.mo -share/locale/et/LC_MESSAGES/gnome-system-monitor.mo -share/locale/eu/LC_MESSAGES/gnome-system-monitor.mo -share/locale/fa/LC_MESSAGES/gnome-system-monitor.mo -share/locale/fi/LC_MESSAGES/gnome-system-monitor.mo -share/locale/fr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ga/LC_MESSAGES/gnome-system-monitor.mo -share/locale/gl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/gu/LC_MESSAGES/gnome-system-monitor.mo -share/locale/he/LC_MESSAGES/gnome-system-monitor.mo -share/locale/hi/LC_MESSAGES/gnome-system-monitor.mo -share/locale/hr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/hu/LC_MESSAGES/gnome-system-monitor.mo -share/locale/id/LC_MESSAGES/gnome-system-monitor.mo -share/locale/it/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ja/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ka/LC_MESSAGES/gnome-system-monitor.mo -share/locale/kn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ko/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ku/LC_MESSAGES/gnome-system-monitor.mo -share/locale/li/LC_MESSAGES/gnome-system-monitor.mo -share/locale/lt/LC_MESSAGES/gnome-system-monitor.mo -share/locale/lv/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mai/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mg/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mk/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ml/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/mr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ms/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nds/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo -share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo -share/locale/or/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ps/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pt/LC_MESSAGES/gnome-system-monitor.mo -share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo -share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo -share/locale/si/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sr@latin/LC_MESSAGES/gnome-system-monitor.mo -share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo -share/locale/te/LC_MESSAGES/gnome-system-monitor.mo -share/locale/th/LC_MESSAGES/gnome-system-monitor.mo -share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo -share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo -share/locale/uk/LC_MESSAGES/gnome-system-monitor.mo -share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo -share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo -share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo -share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo -share/omf/gnome-system-monitor/gnome-system-monitor-C.omf -share/omf/gnome-system-monitor/gnome-system-monitor-ar.omf -share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf -share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf -share/omf/gnome-system-monitor/gnome-system-monitor-cs.omf -share/omf/gnome-system-monitor/gnome-system-monitor-da.omf -share/omf/gnome-system-monitor/gnome-system-monitor-de.omf -share/omf/gnome-system-monitor/gnome-system-monitor-el.omf -share/omf/gnome-system-monitor/gnome-system-monitor-es.omf -share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf -share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf -share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf -share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf -share/omf/gnome-system-monitor/gnome-system-monitor-zh_CN.omf -share/pixmaps/gnome-system-monitor/download.svg -share/pixmaps/gnome-system-monitor/side.png -share/pixmaps/gnome-system-monitor/upload.svg -@dirrm share/pixmaps/gnome-system-monitor -@dirrm share/omf/gnome-system-monitor -@dirrm share/gnome/help/gnome-system-monitor/zh_CN/figures -@dirrm share/gnome/help/gnome-system-monitor/zh_CN -@dirrm share/gnome/help/gnome-system-monitor/sv/figures -@dirrm share/gnome/help/gnome-system-monitor/sv -@dirrm share/gnome/help/gnome-system-monitor/pa/figures -@dirrm share/gnome/help/gnome-system-monitor/pa -@dirrm share/gnome/help/gnome-system-monitor/oc/figures -@dirrm share/gnome/help/gnome-system-monitor/oc -@dirrm share/gnome/help/gnome-system-monitor/fr/figures -@dirrm share/gnome/help/gnome-system-monitor/fr -@dirrm share/gnome/help/gnome-system-monitor/es/figures -@dirrm share/gnome/help/gnome-system-monitor/es -@dirrm share/gnome/help/gnome-system-monitor/el/figures -@dirrm share/gnome/help/gnome-system-monitor/el -@dirrm share/gnome/help/gnome-system-monitor/de/figures -@dirrm share/gnome/help/gnome-system-monitor/de -@dirrm share/gnome/help/gnome-system-monitor/da/figures -@dirrm share/gnome/help/gnome-system-monitor/da -@dirrm share/gnome/help/gnome-system-monitor/cs/figures -@dirrm share/gnome/help/gnome-system-monitor/cs -@dirrm share/gnome/help/gnome-system-monitor/ca/figures -@dirrm share/gnome/help/gnome-system-monitor/ca -@dirrm share/gnome/help/gnome-system-monitor/bg/figures -@dirrm share/gnome/help/gnome-system-monitor/bg -@dirrm share/gnome/help/gnome-system-monitor/ar/figures -@dirrm share/gnome/help/gnome-system-monitor/ar -@dirrm share/gnome/help/gnome-system-monitor/C/figures -@dirrm share/gnome/help/gnome-system-monitor/C -@dirrm share/gnome/help/gnome-system-monitor -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile deleted file mode 100644 index 3a0fd3e68..000000000 --- a/sysutils/gnome-system-tools/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomesystemtools -# Date created: 17 May 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.96 2010/04/01 22:41:45 kwm Exp $ -# - -PORTNAME= gnome-system-tools -PORTVERSION= 2.30.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Tools to configure workstations - -LIB_DEPENDS= oobs-1.4:${PORTSDIR}/devel/liboobs \ - polkit-gtk-1.0:${PORTSDIR}/sysutils/polkit-gnome - -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 -USE_AUTOTOOLS= libtool:22 -INSTALLS_OMF= yes -CONFIGURE_ARGS= --enable-services -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-system-tools.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-system-tools/distinfo b/sysutils/gnome-system-tools/distinfo deleted file mode 100644 index 8fb8a76b1..000000000 --- a/sysutils/gnome-system-tools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-system-tools-2.30.1.tar.bz2) = d752a0bc2e075ba6d99fbf5d609051cc -SHA256 (gnome2/gnome-system-tools-2.30.1.tar.bz2) = c70c2282275d54793c65cffe51ad84d2586b13eb49e4c7d4fa94e7d2edbebc70 -SIZE (gnome2/gnome-system-tools-2.30.1.tar.bz2) = 5380453 diff --git a/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c b/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c deleted file mode 100644 index c9fcbb653..000000000 --- a/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c +++ /dev/null @@ -1,31 +0,0 @@ ---- src/users/user-settings.c.orig 2010-01-11 19:53:32.000000000 +0100 -+++ src/users/user-settings.c 2010-01-20 15:42:10.000000000 +0100 -@@ -31,7 +31,15 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <stdlib.h> -+#ifdef __FreeBSD__ -+# include <sys/param.h> -+# if __FreeBSD_version >= 900007 -+# define HAVE_UTMPX_H -+#include <utmpx.h> -+# else - #include <utmp.h> -+# endif -+#endif - #include <ctype.h> - - #include "users-table.h" -@@ -274,10 +282,10 @@ static void - set_login_length (GtkWidget *entry) - { - gint max_len; --#ifdef __FreeBSD__ -+#if (defined(__FreeBSD__) && !defined(HAVE_UTMPX_H)) - max_len = UT_NAMESIZE; - #else -- struct utmp ut; -+ struct utmpx ut; - - max_len = sizeof (ut.ut_user); - #endif diff --git a/sysutils/gnome-system-tools/pkg-descr b/sysutils/gnome-system-tools/pkg-descr deleted file mode 100644 index b0b69e539..000000000 --- a/sysutils/gnome-system-tools/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Various tools to assist in administration and configuration of a workstation. -Included are tools to: - - * Administer user and group accounts - * Change the date, time, and time zone - * Set up and configure network interfaces - * Modify bootloader settings - * Start, stop, and modify system services - -WWW: http://www.gnome.org/projects/gst/ diff --git a/sysutils/gnome-system-tools/pkg-plist b/sysutils/gnome-system-tools/pkg-plist deleted file mode 100644 index 0bfaa9786..000000000 --- a/sysutils/gnome-system-tools/pkg-plist +++ /dev/null @@ -1,582 +0,0 @@ -bin/network-admin -bin/services-admin -bin/shares-admin -bin/time-admin -bin/users-admin -etc/gnome-system-tools/user-profiles.conf -lib/nautilus/extensions-2.0/libnautilus-gst-shares.a -lib/nautilus/extensions-2.0/libnautilus-gst-shares.la -lib/nautilus/extensions-2.0/libnautilus-gst-shares.so -libdata/pkgconfig/gnome-system-tools.pc -share/applications/network.desktop -share/applications/services.desktop -share/applications/shares.desktop -share/applications/time.desktop -share/applications/users.desktop -%%DATADIR%%/pixmaps/world_map-960.png -%%DATADIR%%/ui/common.ui -%%DATADIR%%/ui/network.ui -%%DATADIR%%/ui/services.ui -%%DATADIR%%/ui/shares.ui -%%DATADIR%%/ui/time.ui -%%DATADIR%%/ui/users.ui -share/gnome/help/network-admin/C/figures/network-tool.png -share/gnome/help/network-admin/C/legal.xml -share/gnome/help/network-admin/C/network-admin.xml -share/gnome/help/network-admin/ca/figures/network-tool.png -share/gnome/help/network-admin/ca/network-admin.xml -share/gnome/help/network-admin/cs/figures/network-tool.png -share/gnome/help/network-admin/cs/network-admin.xml -share/gnome/help/network-admin/de/figures/network-tool.png -share/gnome/help/network-admin/de/network-admin.xml -share/gnome/help/network-admin/el/figures/network-tool.png -share/gnome/help/network-admin/el/network-admin.xml -share/gnome/help/network-admin/en_GB/figures/network-tool.png -share/gnome/help/network-admin/en_GB/network-admin.xml -share/gnome/help/network-admin/es/figures/network-tool.png -share/gnome/help/network-admin/es/network-admin.xml -share/gnome/help/network-admin/fr/figures/network-tool.png -share/gnome/help/network-admin/fr/network-admin.xml -share/gnome/help/network-admin/it/figures/network-tool.png -share/gnome/help/network-admin/it/network-admin.xml -share/gnome/help/network-admin/oc/figures/network-tool.png -share/gnome/help/network-admin/oc/network-admin.xml -share/gnome/help/network-admin/sv/figures/network-tool.png -share/gnome/help/network-admin/sv/network-admin.xml -share/gnome/help/network-admin/zh_CN/figures/network-tool.png -share/gnome/help/network-admin/zh_CN/network-admin.xml -share/gnome/help/services-admin/C/figures/services-tool.png -share/gnome/help/services-admin/C/legal.xml -share/gnome/help/services-admin/C/services-admin.xml -share/gnome/help/services-admin/ca/figures/services-tool.png -share/gnome/help/services-admin/ca/services-admin.xml -share/gnome/help/services-admin/cs/figures/services-tool.png -share/gnome/help/services-admin/cs/services-admin.xml -share/gnome/help/services-admin/de/figures/services-tool.png -share/gnome/help/services-admin/de/services-admin.xml -share/gnome/help/services-admin/el/figures/services-tool.png -share/gnome/help/services-admin/el/services-admin.xml -share/gnome/help/services-admin/en_GB/figures/services-tool.png -share/gnome/help/services-admin/en_GB/services-admin.xml -share/gnome/help/services-admin/es/figures/services-tool.png -share/gnome/help/services-admin/es/services-admin.xml -share/gnome/help/services-admin/fr/figures/services-tool.png -share/gnome/help/services-admin/fr/services-admin.xml -share/gnome/help/services-admin/it/figures/services-tool.png -share/gnome/help/services-admin/it/services-admin.xml -share/gnome/help/services-admin/nl/figures/services-tool.png -share/gnome/help/services-admin/nl/legal.xml -share/gnome/help/services-admin/nl/services-admin.xml -share/gnome/help/services-admin/oc/figures/services-tool.png -share/gnome/help/services-admin/oc/services-admin.xml -share/gnome/help/services-admin/pl/figures/services-tool.png -share/gnome/help/services-admin/pl/services-admin.xml -share/gnome/help/services-admin/pt_BR/figures/services-tool.png -share/gnome/help/services-admin/pt_BR/services-admin.xml -share/gnome/help/services-admin/sv/figures/services-tool.png -share/gnome/help/services-admin/sv/services-admin.xml -share/gnome/help/services-admin/zh_CN/figures/services-tool.png -share/gnome/help/services-admin/zh_CN/services-admin.xml -share/gnome/help/shares-admin/C/figures/shares-tool.png -share/gnome/help/shares-admin/C/legal.xml -share/gnome/help/shares-admin/C/shares-admin.xml -share/gnome/help/shares-admin/ca/figures/shares-tool.png -share/gnome/help/shares-admin/ca/shares-admin.xml -share/gnome/help/shares-admin/cs/figures/shares-tool.png -share/gnome/help/shares-admin/cs/shares-admin.xml -share/gnome/help/shares-admin/de/figures/shares-tool.png -share/gnome/help/shares-admin/de/shares-admin.xml -share/gnome/help/shares-admin/el/figures/shares-tool.png -share/gnome/help/shares-admin/el/shares-admin.xml -share/gnome/help/shares-admin/en_GB/figures/shares-tool.png -share/gnome/help/shares-admin/en_GB/shares-admin.xml -share/gnome/help/shares-admin/es/figures/shares-tool.png -share/gnome/help/shares-admin/es/shares-admin.xml -share/gnome/help/shares-admin/fr/figures/shares-tool.png -share/gnome/help/shares-admin/fr/shares-admin.xml -share/gnome/help/shares-admin/it/figures/shares-tool.png -share/gnome/help/shares-admin/it/shares-admin.xml -share/gnome/help/shares-admin/oc/figures/shares-tool.png -share/gnome/help/shares-admin/oc/shares-admin.xml -share/gnome/help/shares-admin/pt_BR/figures/shares-tool.png -share/gnome/help/shares-admin/pt_BR/shares-admin.xml -share/gnome/help/shares-admin/sv/figures/shares-tool.png -share/gnome/help/shares-admin/sv/shares-admin.xml -share/gnome/help/shares-admin/zh_CN/figures/shares-tool.png -share/gnome/help/shares-admin/zh_CN/shares-admin.xml -share/gnome/help/time-admin/C/figures/time-map.png -share/gnome/help/time-admin/C/figures/time-servers.png -share/gnome/help/time-admin/C/figures/time-tool-automatic.png -share/gnome/help/time-admin/C/figures/time-tool-manual.png -share/gnome/help/time-admin/C/legal.xml -share/gnome/help/time-admin/C/time-admin.xml -share/gnome/help/time-admin/ca/figures/time-map.png -share/gnome/help/time-admin/ca/figures/time-servers.png -share/gnome/help/time-admin/ca/figures/time-tool-automatic.png -share/gnome/help/time-admin/ca/figures/time-tool-manual.png -share/gnome/help/time-admin/ca/time-admin.xml -share/gnome/help/time-admin/cs/figures/time-map.png -share/gnome/help/time-admin/cs/figures/time-servers.png -share/gnome/help/time-admin/cs/figures/time-tool-automatic.png -share/gnome/help/time-admin/cs/figures/time-tool-manual.png -share/gnome/help/time-admin/cs/time-admin.xml -share/gnome/help/time-admin/de/figures/time-map.png -share/gnome/help/time-admin/de/figures/time-servers.png -share/gnome/help/time-admin/de/figures/time-tool-automatic.png -share/gnome/help/time-admin/de/figures/time-tool-manual.png -share/gnome/help/time-admin/de/time-admin.xml -share/gnome/help/time-admin/el/figures/time-map.png -share/gnome/help/time-admin/el/figures/time-servers.png -share/gnome/help/time-admin/el/figures/time-tool-automatic.png -share/gnome/help/time-admin/el/figures/time-tool-manual.png -share/gnome/help/time-admin/el/time-admin.xml -share/gnome/help/time-admin/en_GB/figures/time-map.png -share/gnome/help/time-admin/en_GB/figures/time-servers.png -share/gnome/help/time-admin/en_GB/figures/time-tool-automatic.png -share/gnome/help/time-admin/en_GB/figures/time-tool-manual.png -share/gnome/help/time-admin/en_GB/time-admin.xml -share/gnome/help/time-admin/es/figures/time-map.png -share/gnome/help/time-admin/es/figures/time-servers.png -share/gnome/help/time-admin/es/figures/time-tool-automatic.png -share/gnome/help/time-admin/es/figures/time-tool-manual.png -share/gnome/help/time-admin/es/time-admin.xml -share/gnome/help/time-admin/fr/figures/time-map.png -share/gnome/help/time-admin/fr/figures/time-servers.png -share/gnome/help/time-admin/fr/figures/time-tool-automatic.png -share/gnome/help/time-admin/fr/figures/time-tool-manual.png -share/gnome/help/time-admin/fr/time-admin.xml -share/gnome/help/time-admin/it/figures/time-map.png -share/gnome/help/time-admin/it/figures/time-servers.png -share/gnome/help/time-admin/it/figures/time-tool-automatic.png -share/gnome/help/time-admin/it/figures/time-tool-manual.png -share/gnome/help/time-admin/it/time-admin.xml -share/gnome/help/time-admin/nl/figures/time-map.png -share/gnome/help/time-admin/nl/figures/time-servers.png -share/gnome/help/time-admin/nl/figures/time-tool-manual.png -share/gnome/help/time-admin/nl/legal.xml -share/gnome/help/time-admin/nl/time-admin.xml -share/gnome/help/time-admin/oc/figures/time-map.png -share/gnome/help/time-admin/oc/figures/time-servers.png -share/gnome/help/time-admin/oc/figures/time-tool-automatic.png -share/gnome/help/time-admin/oc/figures/time-tool-manual.png -share/gnome/help/time-admin/oc/time-admin.xml -share/gnome/help/time-admin/pt_BR/figures/time-map.png -share/gnome/help/time-admin/pt_BR/figures/time-servers.png -share/gnome/help/time-admin/pt_BR/figures/time-tool-automatic.png -share/gnome/help/time-admin/pt_BR/figures/time-tool-manual.png -share/gnome/help/time-admin/pt_BR/time-admin.xml -share/gnome/help/time-admin/ru/figures/time-map.png -share/gnome/help/time-admin/ru/figures/time-servers.png -share/gnome/help/time-admin/ru/figures/time-tool-automatic.png -share/gnome/help/time-admin/ru/figures/time-tool-manual.png -share/gnome/help/time-admin/ru/time-admin.xml -share/gnome/help/time-admin/sv/figures/time-map.png -share/gnome/help/time-admin/sv/figures/time-servers.png -share/gnome/help/time-admin/sv/figures/time-tool-automatic.png -share/gnome/help/time-admin/sv/figures/time-tool-manual.png -share/gnome/help/time-admin/sv/time-admin.xml -share/gnome/help/time-admin/zh_CN/figures/time-map.png -share/gnome/help/time-admin/zh_CN/figures/time-servers.png -share/gnome/help/time-admin/zh_CN/figures/time-tool-automatic.png -share/gnome/help/time-admin/zh_CN/figures/time-tool-manual.png -share/gnome/help/time-admin/zh_CN/time-admin.xml -share/gnome/help/users-admin/C/figures/groups.png -share/gnome/help/users-admin/C/figures/users-tool.png -share/gnome/help/users-admin/C/legal.xml -share/gnome/help/users-admin/C/users-admin.xml -share/gnome/help/users-admin/ca/figures/groups.png -share/gnome/help/users-admin/ca/figures/users-tool.png -share/gnome/help/users-admin/ca/users-admin.xml -share/gnome/help/users-admin/cs/figures/groups.png -share/gnome/help/users-admin/cs/figures/users-tool.png -share/gnome/help/users-admin/cs/users-admin.xml -share/gnome/help/users-admin/de/figures/groups.png -share/gnome/help/users-admin/de/figures/users-tool.png -share/gnome/help/users-admin/de/users-admin.xml -share/gnome/help/users-admin/el/figures/groups.png -share/gnome/help/users-admin/el/figures/users-tool.png -share/gnome/help/users-admin/el/users-admin.xml -share/gnome/help/users-admin/en_GB/figures/groups.png -share/gnome/help/users-admin/en_GB/figures/users-tool.png -share/gnome/help/users-admin/en_GB/users-admin.xml -share/gnome/help/users-admin/es/figures/groups.png -share/gnome/help/users-admin/es/figures/users-tool.png -share/gnome/help/users-admin/es/users-admin.xml -share/gnome/help/users-admin/fr/figures/groups.png -share/gnome/help/users-admin/fr/figures/users-tool.png -share/gnome/help/users-admin/fr/users-admin.xml -share/gnome/help/users-admin/it/figures/groups.png -share/gnome/help/users-admin/it/figures/users-tool.png -share/gnome/help/users-admin/it/users-admin.xml -share/gnome/help/users-admin/oc/figures/groups.png -share/gnome/help/users-admin/oc/figures/users-tool.png -share/gnome/help/users-admin/oc/users-admin.xml -share/gnome/help/users-admin/pt_BR/figures/groups.png -share/gnome/help/users-admin/pt_BR/figures/users-tool.png -share/gnome/help/users-admin/pt_BR/users-admin.xml -share/gnome/help/users-admin/ru/figures/groups.png -share/gnome/help/users-admin/ru/figures/users-tool.png -share/gnome/help/users-admin/ru/users-admin.xml -share/gnome/help/users-admin/sv/figures/groups.png -share/gnome/help/users-admin/sv/figures/users-tool.png -share/gnome/help/users-admin/sv/users-admin.xml -share/gnome/help/users-admin/zh_CN/figures/groups.png -share/gnome/help/users-admin/zh_CN/figures/users-tool.png -share/gnome/help/users-admin/zh_CN/users-admin.xml -share/icons/hicolor/16x16/apps/time-admin.png -share/icons/hicolor/22x22/apps/time-admin.png -share/icons/hicolor/24x24/apps/time-admin.png -share/icons/hicolor/32x32/apps/time-admin.png -share/icons/hicolor/48x48/apps/time-admin.png -share/icons/hicolor/48x48/devices/irda.png -share/icons/hicolor/48x48/devices/plip.png -share/icons/hicolor/scalable/apps/time-admin.svg -share/locale/af/LC_MESSAGES/gnome-system-tools.mo -share/locale/am/LC_MESSAGES/gnome-system-tools.mo -share/locale/ar/LC_MESSAGES/gnome-system-tools.mo -share/locale/as/LC_MESSAGES/gnome-system-tools.mo -share/locale/ast/LC_MESSAGES/gnome-system-tools.mo -share/locale/az/LC_MESSAGES/gnome-system-tools.mo -share/locale/be/LC_MESSAGES/gnome-system-tools.mo -share/locale/be@latin/LC_MESSAGES/gnome-system-tools.mo -share/locale/bg/LC_MESSAGES/gnome-system-tools.mo -share/locale/bn/LC_MESSAGES/gnome-system-tools.mo -share/locale/bn_IN/LC_MESSAGES/gnome-system-tools.mo -share/locale/br/LC_MESSAGES/gnome-system-tools.mo -share/locale/ca/LC_MESSAGES/gnome-system-tools.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-system-tools.mo -share/locale/cs/LC_MESSAGES/gnome-system-tools.mo -share/locale/cy/LC_MESSAGES/gnome-system-tools.mo -share/locale/da/LC_MESSAGES/gnome-system-tools.mo -share/locale/de/LC_MESSAGES/gnome-system-tools.mo -share/locale/dz/LC_MESSAGES/gnome-system-tools.mo -share/locale/el/LC_MESSAGES/gnome-system-tools.mo -share/locale/en@shaw/LC_MESSAGES/gnome-system-tools.mo -share/locale/en_CA/LC_MESSAGES/gnome-system-tools.mo -share/locale/en_GB/LC_MESSAGES/gnome-system-tools.mo -share/locale/es/LC_MESSAGES/gnome-system-tools.mo -share/locale/et/LC_MESSAGES/gnome-system-tools.mo -share/locale/eu/LC_MESSAGES/gnome-system-tools.mo -share/locale/fa/LC_MESSAGES/gnome-system-tools.mo -share/locale/fi/LC_MESSAGES/gnome-system-tools.mo -share/locale/fr/LC_MESSAGES/gnome-system-tools.mo -share/locale/ga/LC_MESSAGES/gnome-system-tools.mo -share/locale/gl/LC_MESSAGES/gnome-system-tools.mo -share/locale/gu/LC_MESSAGES/gnome-system-tools.mo -share/locale/he/LC_MESSAGES/gnome-system-tools.mo -share/locale/hi/LC_MESSAGES/gnome-system-tools.mo -share/locale/hr/LC_MESSAGES/gnome-system-tools.mo -share/locale/hu/LC_MESSAGES/gnome-system-tools.mo -share/locale/id/LC_MESSAGES/gnome-system-tools.mo -share/locale/is/LC_MESSAGES/gnome-system-tools.mo -share/locale/it/LC_MESSAGES/gnome-system-tools.mo -share/locale/ja/LC_MESSAGES/gnome-system-tools.mo -share/locale/ka/LC_MESSAGES/gnome-system-tools.mo -share/locale/kn/LC_MESSAGES/gnome-system-tools.mo -share/locale/ko/LC_MESSAGES/gnome-system-tools.mo -share/locale/ku/LC_MESSAGES/gnome-system-tools.mo -share/locale/lt/LC_MESSAGES/gnome-system-tools.mo -share/locale/lv/LC_MESSAGES/gnome-system-tools.mo -share/locale/mai/LC_MESSAGES/gnome-system-tools.mo -share/locale/mg/LC_MESSAGES/gnome-system-tools.mo -share/locale/mk/LC_MESSAGES/gnome-system-tools.mo -share/locale/ml/LC_MESSAGES/gnome-system-tools.mo -share/locale/mn/LC_MESSAGES/gnome-system-tools.mo -share/locale/mr/LC_MESSAGES/gnome-system-tools.mo -share/locale/ms/LC_MESSAGES/gnome-system-tools.mo -share/locale/nb/LC_MESSAGES/gnome-system-tools.mo -share/locale/nds/LC_MESSAGES/gnome-system-tools.mo -share/locale/ne/LC_MESSAGES/gnome-system-tools.mo -share/locale/nl/LC_MESSAGES/gnome-system-tools.mo -share/locale/nn/LC_MESSAGES/gnome-system-tools.mo -share/locale/oc/LC_MESSAGES/gnome-system-tools.mo -share/locale/or/LC_MESSAGES/gnome-system-tools.mo -share/locale/pa/LC_MESSAGES/gnome-system-tools.mo -share/locale/pl/LC_MESSAGES/gnome-system-tools.mo -share/locale/ps/LC_MESSAGES/gnome-system-tools.mo -share/locale/pt/LC_MESSAGES/gnome-system-tools.mo -share/locale/pt_BR/LC_MESSAGES/gnome-system-tools.mo -share/locale/ro/LC_MESSAGES/gnome-system-tools.mo -share/locale/ru/LC_MESSAGES/gnome-system-tools.mo -share/locale/rw/LC_MESSAGES/gnome-system-tools.mo -share/locale/si/LC_MESSAGES/gnome-system-tools.mo -share/locale/sk/LC_MESSAGES/gnome-system-tools.mo -share/locale/sl/LC_MESSAGES/gnome-system-tools.mo -share/locale/sq/LC_MESSAGES/gnome-system-tools.mo -share/locale/sr/LC_MESSAGES/gnome-system-tools.mo -share/locale/sr@latin/LC_MESSAGES/gnome-system-tools.mo -share/locale/sv/LC_MESSAGES/gnome-system-tools.mo -share/locale/ta/LC_MESSAGES/gnome-system-tools.mo -share/locale/te/LC_MESSAGES/gnome-system-tools.mo -share/locale/th/LC_MESSAGES/gnome-system-tools.mo -share/locale/tr/LC_MESSAGES/gnome-system-tools.mo -share/locale/uk/LC_MESSAGES/gnome-system-tools.mo -share/locale/vi/LC_MESSAGES/gnome-system-tools.mo -share/locale/wa/LC_MESSAGES/gnome-system-tools.mo -share/locale/xh/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_CN/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_HK/LC_MESSAGES/gnome-system-tools.mo -share/locale/zh_TW/LC_MESSAGES/gnome-system-tools.mo -share/omf/gnome-system-tools/services-admin-nl.omf -share/omf/gnome-system-tools/time-admin-nl.omf -share/omf/network-admin/network-admin-C.omf -share/omf/network-admin/network-admin-ca.omf -share/omf/network-admin/network-admin-cs.omf -share/omf/network-admin/network-admin-de.omf -share/omf/network-admin/network-admin-el.omf -share/omf/network-admin/network-admin-en_GB.omf -share/omf/network-admin/network-admin-es.omf -share/omf/network-admin/network-admin-fr.omf -share/omf/network-admin/network-admin-it.omf -share/omf/network-admin/network-admin-oc.omf -share/omf/network-admin/network-admin-sv.omf -share/omf/network-admin/network-admin-zh_CN.omf -share/omf/services-admin/services-admin-C.omf -share/omf/services-admin/services-admin-ca.omf -share/omf/services-admin/services-admin-cs.omf -share/omf/services-admin/services-admin-de.omf -share/omf/services-admin/services-admin-el.omf -share/omf/services-admin/services-admin-en_GB.omf -share/omf/services-admin/services-admin-es.omf -share/omf/services-admin/services-admin-fr.omf -share/omf/services-admin/services-admin-it.omf -share/omf/services-admin/services-admin-oc.omf -share/omf/services-admin/services-admin-pl.omf -share/omf/services-admin/services-admin-pt_BR.omf -share/omf/services-admin/services-admin-sv.omf -share/omf/services-admin/services-admin-zh_CN.omf -share/omf/shares-admin/shares-admin-C.omf -share/omf/shares-admin/shares-admin-ca.omf -share/omf/shares-admin/shares-admin-cs.omf -share/omf/shares-admin/shares-admin-de.omf -share/omf/shares-admin/shares-admin-el.omf -share/omf/shares-admin/shares-admin-en_GB.omf -share/omf/shares-admin/shares-admin-es.omf -share/omf/shares-admin/shares-admin-fr.omf -share/omf/shares-admin/shares-admin-it.omf -share/omf/shares-admin/shares-admin-oc.omf -share/omf/shares-admin/shares-admin-pt_BR.omf -share/omf/shares-admin/shares-admin-sv.omf -share/omf/shares-admin/shares-admin-zh_CN.omf -share/omf/time-admin/time-admin-C.omf -share/omf/time-admin/time-admin-ca.omf -share/omf/time-admin/time-admin-cs.omf -share/omf/time-admin/time-admin-de.omf -share/omf/time-admin/time-admin-el.omf -share/omf/time-admin/time-admin-en_GB.omf -share/omf/time-admin/time-admin-es.omf -share/omf/time-admin/time-admin-fr.omf -share/omf/time-admin/time-admin-it.omf -share/omf/time-admin/time-admin-oc.omf -share/omf/time-admin/time-admin-pt_BR.omf -share/omf/time-admin/time-admin-ru.omf -share/omf/time-admin/time-admin-sv.omf -share/omf/time-admin/time-admin-zh_CN.omf -share/omf/users-admin/users-admin-C.omf -share/omf/users-admin/users-admin-ca.omf -share/omf/users-admin/users-admin-cs.omf -share/omf/users-admin/users-admin-de.omf -share/omf/users-admin/users-admin-el.omf -share/omf/users-admin/users-admin-en_GB.omf -share/omf/users-admin/users-admin-es.omf -share/omf/users-admin/users-admin-fr.omf -share/omf/users-admin/users-admin-it.omf -share/omf/users-admin/users-admin-oc.omf -share/omf/users-admin/users-admin-pt_BR.omf -share/omf/users-admin/users-admin-ru.omf -share/omf/users-admin/users-admin-sv.omf -share/omf/users-admin/users-admin-zh_CN.omf -@dirrm share/omf/users-admin -@dirrm share/omf/time-admin -@dirrm share/omf/shares-admin -@dirrm share/omf/services-admin -@dirrm share/omf/network-admin -@dirrm share/omf/gnome-system-tools -@dirrm share/gnome/help/users-admin/zh_CN/figures -@dirrm share/gnome/help/users-admin/zh_CN -@dirrm share/gnome/help/users-admin/sv/figures -@dirrm share/gnome/help/users-admin/sv -@dirrm share/gnome/help/users-admin/ru/figures -@dirrm share/gnome/help/users-admin/ru -@dirrm share/gnome/help/users-admin/pt_BR/figures -@dirrm share/gnome/help/users-admin/pt_BR -@dirrm share/gnome/help/users-admin/oc/figures -@dirrm share/gnome/help/users-admin/oc -@dirrm share/gnome/help/users-admin/it/figures -@dirrm share/gnome/help/users-admin/it -@dirrm share/gnome/help/users-admin/fr/figures -@dirrm share/gnome/help/users-admin/fr -@dirrm share/gnome/help/users-admin/es/figures -@dirrm share/gnome/help/users-admin/es -@dirrm share/gnome/help/users-admin/en_GB/figures -@dirrm share/gnome/help/users-admin/en_GB -@dirrm share/gnome/help/users-admin/el/figures -@dirrm share/gnome/help/users-admin/el -@dirrm share/gnome/help/users-admin/de/figures -@dirrm share/gnome/help/users-admin/de -@dirrm share/gnome/help/users-admin/cs/figures -@dirrm share/gnome/help/users-admin/cs -@dirrm share/gnome/help/users-admin/ca/figures -@dirrm share/gnome/help/users-admin/ca -@dirrm share/gnome/help/users-admin/C/figures -@dirrm share/gnome/help/users-admin/C -@dirrm share/gnome/help/users-admin -@dirrm share/gnome/help/time-admin/zh_CN/figures -@dirrm share/gnome/help/time-admin/zh_CN -@dirrm share/gnome/help/time-admin/sv/figures -@dirrm share/gnome/help/time-admin/sv -@dirrm share/gnome/help/time-admin/ru/figures -@dirrm share/gnome/help/time-admin/ru -@dirrm share/gnome/help/time-admin/pt_BR/figures -@dirrm share/gnome/help/time-admin/pt_BR -@dirrm share/gnome/help/time-admin/oc/figures -@dirrm share/gnome/help/time-admin/oc -@dirrm share/gnome/help/time-admin/nl/figures -@dirrm share/gnome/help/time-admin/nl -@dirrm share/gnome/help/time-admin/it/figures -@dirrm share/gnome/help/time-admin/it -@dirrm share/gnome/help/time-admin/fr/figures -@dirrm share/gnome/help/time-admin/fr -@dirrm share/gnome/help/time-admin/es/figures -@dirrm share/gnome/help/time-admin/es -@dirrm share/gnome/help/time-admin/en_GB/figures -@dirrm share/gnome/help/time-admin/en_GB -@dirrm share/gnome/help/time-admin/el/figures -@dirrm share/gnome/help/time-admin/el -@dirrm share/gnome/help/time-admin/de/figures -@dirrm share/gnome/help/time-admin/de -@dirrm share/gnome/help/time-admin/cs/figures -@dirrm share/gnome/help/time-admin/cs -@dirrm share/gnome/help/time-admin/ca/figures -@dirrm share/gnome/help/time-admin/ca -@dirrm share/gnome/help/time-admin/C/figures -@dirrm share/gnome/help/time-admin/C -@dirrm share/gnome/help/time-admin -@dirrm share/gnome/help/shares-admin/zh_CN/figures -@dirrm share/gnome/help/shares-admin/zh_CN -@dirrm share/gnome/help/shares-admin/sv/figures -@dirrm share/gnome/help/shares-admin/sv -@dirrm share/gnome/help/shares-admin/pt_BR/figures -@dirrm share/gnome/help/shares-admin/pt_BR -@dirrm share/gnome/help/shares-admin/oc/figures -@dirrm share/gnome/help/shares-admin/oc -@dirrm share/gnome/help/shares-admin/it/figures -@dirrm share/gnome/help/shares-admin/it -@dirrm share/gnome/help/shares-admin/fr/figures -@dirrm share/gnome/help/shares-admin/fr -@dirrm share/gnome/help/shares-admin/es/figures -@dirrm share/gnome/help/shares-admin/es -@dirrm share/gnome/help/shares-admin/en_GB/figures -@dirrm share/gnome/help/shares-admin/en_GB -@dirrm share/gnome/help/shares-admin/el/figures -@dirrm share/gnome/help/shares-admin/el -@dirrm share/gnome/help/shares-admin/de/figures -@dirrm share/gnome/help/shares-admin/de -@dirrm share/gnome/help/shares-admin/cs/figures -@dirrm share/gnome/help/shares-admin/cs -@dirrm share/gnome/help/shares-admin/ca/figures -@dirrm share/gnome/help/shares-admin/ca -@dirrm share/gnome/help/shares-admin/C/figures -@dirrm share/gnome/help/shares-admin/C -@dirrm share/gnome/help/shares-admin -@dirrm share/gnome/help/services-admin/zh_CN/figures -@dirrm share/gnome/help/services-admin/zh_CN -@dirrm share/gnome/help/services-admin/sv/figures -@dirrm share/gnome/help/services-admin/sv -@dirrm share/gnome/help/services-admin/pt_BR/figures -@dirrm share/gnome/help/services-admin/pt_BR -@dirrm share/gnome/help/services-admin/pl/figures -@dirrm share/gnome/help/services-admin/pl -@dirrm share/gnome/help/services-admin/oc/figures -@dirrm share/gnome/help/services-admin/oc -@dirrm share/gnome/help/services-admin/nl/figures -@dirrm share/gnome/help/services-admin/nl -@dirrm share/gnome/help/services-admin/it/figures -@dirrm share/gnome/help/services-admin/it -@dirrm share/gnome/help/services-admin/fr/figures -@dirrm share/gnome/help/services-admin/fr -@dirrm share/gnome/help/services-admin/es/figures -@dirrm share/gnome/help/services-admin/es -@dirrm share/gnome/help/services-admin/en_GB/figures -@dirrm share/gnome/help/services-admin/en_GB -@dirrm share/gnome/help/services-admin/el/figures -@dirrm share/gnome/help/services-admin/el -@dirrm share/gnome/help/services-admin/de/figures -@dirrm share/gnome/help/services-admin/de -@dirrm share/gnome/help/services-admin/cs/figures -@dirrm share/gnome/help/services-admin/cs -@dirrm share/gnome/help/services-admin/ca/figures -@dirrm share/gnome/help/services-admin/ca -@dirrm share/gnome/help/services-admin/C/figures -@dirrm share/gnome/help/services-admin/C -@dirrm share/gnome/help/services-admin -@dirrm share/gnome/help/network-admin/zh_CN/figures -@dirrm share/gnome/help/network-admin/zh_CN -@dirrm share/gnome/help/network-admin/sv/figures -@dirrm share/gnome/help/network-admin/sv -@dirrm share/gnome/help/network-admin/oc/figures -@dirrm share/gnome/help/network-admin/oc -@dirrm share/gnome/help/network-admin/it/figures -@dirrm share/gnome/help/network-admin/it -@dirrm share/gnome/help/network-admin/fr/figures -@dirrm share/gnome/help/network-admin/fr -@dirrm share/gnome/help/network-admin/es/figures -@dirrm share/gnome/help/network-admin/es -@dirrm share/gnome/help/network-admin/en_GB/figures -@dirrm share/gnome/help/network-admin/en_GB -@dirrm share/gnome/help/network-admin/el/figures -@dirrm share/gnome/help/network-admin/el -@dirrm share/gnome/help/network-admin/de/figures -@dirrm share/gnome/help/network-admin/de -@dirrm share/gnome/help/network-admin/cs/figures -@dirrm share/gnome/help/network-admin/cs -@dirrm share/gnome/help/network-admin/ca/figures -@dirrm share/gnome/help/network-admin/ca -@dirrm share/gnome/help/network-admin/C/figures -@dirrm share/gnome/help/network-admin/C -@dirrm share/gnome/help/network-admin -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm etc/gnome-system-tools -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile deleted file mode 100644 index a5dab1fcc..000000000 --- a/sysutils/hal-info/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: hal-info -# Date Created: 25 January 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/hal-info/Makefile,v 1.5 2009/12/25 17:19:06 marcus Exp $ -# - -PORTNAME= hal-info -PORTVERSION= 20091130 -CATEGORIES= sysutils -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional FDI files to further classify HAL devices - -LIB_PC_DEPENDS= hal.pc:${PORTSDIR}/sysutils/hal - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} - -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/sysutils/hal-info/distinfo b/sysutils/hal-info/distinfo deleted file mode 100644 index 62258e16f..000000000 --- a/sysutils/hal-info/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hal-info-20091130.tar.gz) = 34375489a02a00b250fdc0b280be11b8 -SHA256 (hal-info-20091130.tar.gz) = 3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224 -SIZE (hal-info-20091130.tar.gz) = 144859 diff --git a/sysutils/hal-info/files/patch-configure b/sysutils/hal-info/files/patch-configure deleted file mode 100644 index 0a256b677..000000000 --- a/sysutils/hal-info/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig 2009-12-25 12:13:27.000000000 -0500 -+++ configure 2009-12-25 12:14:19.000000000 -0500 -@@ -3397,7 +3397,7 @@ else - enable_recall=yes - fi - -- if test x$enable_recall == xyes; then -+ if test x$enable_recall = xyes; then - BUILD_RECALL_TRUE= - BUILD_RECALL_FALSE='#' - else -@@ -3413,7 +3413,7 @@ else - enable_video=yes - fi - -- if test x$enable_video == xyes; then -+ if test x$enable_video = xyes; then - BUILD_VIDEO_TRUE= - BUILD_VIDEO_FALSE='#' - else -@@ -3429,7 +3429,7 @@ else - enable_video_nvidia_quirks=yes - fi - -- if test x$enable_video_nvidia_quirks == xyes; then -+ if test x$enable_video_nvidia_quirks = xyes; then - BUILD_VIDEO_NVIDIA_QUIRKS_TRUE= - BUILD_VIDEO_NVIDIA_QUIRKS_FALSE='#' - else -@@ -3445,7 +3445,7 @@ else - enable_video_default_quirks=yes - fi - -- if test x$enable_video_default_quirks == xyes; then -+ if test x$enable_video_default_quirks = xyes; then - BUILD_VIDEO_DEFAULT_QUIRKS_TRUE= - BUILD_VIDEO_DEFAULT_QUIRKS_FALSE='#' - else -@@ -3461,7 +3461,7 @@ else - enable_keymaps=yes - fi - -- if test x$enable_keymaps == xyes; then -+ if test x$enable_keymaps = xyes; then - BUILD_KEYMAPS_TRUE= - BUILD_KEYMAPS_FALSE='#' - else -@@ -3477,7 +3477,7 @@ else - enable_killswitch_dell_wlan=yes - fi - -- if test x$enable_killswitch_dell_wlan == xyes; then -+ if test x$enable_killswitch_dell_wlan = xyes; then - BUILD_KILLSWITCH_DELL_WLAN_TRUE= - BUILD_KILLSWITCH_DELL_WLAN_FALSE='#' - else -@@ -3493,7 +3493,7 @@ else - enable_killswitch_dell_bluetooth=yes - fi - -- if test x$enable_killswitch_dell_bluetooth == xyes; then -+ if test x$enable_killswitch_dell_bluetooth = xyes; then - BUILD_KILLSWITCH_DELL_BLUETOOTH_TRUE= - BUILD_KILLSWITCH_DELL_BLUETOOTH_FALSE='#' - else -@@ -3509,7 +3509,7 @@ else - enable_killswitch_dell_wwan=yes - fi - -- if test x$enable_killswitch_dell_wwan == xyes; then -+ if test x$enable_killswitch_dell_wwan = xyes; then - BUILD_KILLSWITCH_DELL_WWAN_TRUE= - BUILD_KILLSWITCH_DELL_WWAN_FALSE='#' - else -@@ -3525,7 +3525,7 @@ else - enable_killswitch_sony_bluetooth=yes - fi - -- if test x$enable_killswitch_sony_bluetooth == xyes; then -+ if test x$enable_killswitch_sony_bluetooth = xyes; then - BUILD_KILLSWITCH_SONY_BLUETOOTH_TRUE= - BUILD_KILLSWITCH_SONY_BLUETOOTH_FALSE='#' - else -@@ -3541,7 +3541,7 @@ else - enable_killswitch_thinkpad_bluetooth=yes - fi - -- if test x$enable_killswitch_thinkpad_bluetooth == xyes; then -+ if test x$enable_killswitch_thinkpad_bluetooth = xyes; then - BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_TRUE= - BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_FALSE='#' - else -@@ -3557,7 +3557,7 @@ else - enable_killswitch_ipw_wlan=yes - fi - -- if test x$enable_killswitch_ipw_wlan == xyes; then -+ if test x$enable_killswitch_ipw_wlan = xyes; then - BUILD_KILLSWITCH_IPW_WLAN_TRUE= - BUILD_KILLSWITCH_IPW_WLAN_FALSE='#' - else -@@ -3573,7 +3573,7 @@ else - enable_killswitch_iwl_wlan=yes - fi - -- if test x$enable_killswitch_iwl_wlan == xyes; then -+ if test x$enable_killswitch_iwl_wlan = xyes; then - BUILD_KILLSWITCH_IWL_WLAN_TRUE= - BUILD_KILLSWITCH_IWL_WLAN_FALSE='#' - else diff --git a/sysutils/hal-info/pkg-descr b/sysutils/hal-info/pkg-descr deleted file mode 100644 index dd42292fc..000000000 --- a/sysutils/hal-info/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -hal-info contains device information for HAL. - -WWW: http://www.freedesktop.org/Software/hal diff --git a/sysutils/hal-info/pkg-plist b/sysutils/hal-info/pkg-plist deleted file mode 100644 index 35e2b64a2..000000000 --- a/sysutils/hal-info/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -share/hal/fdi/information/10freedesktop/10-battery.fdi -share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi -share/hal/fdi/information/10freedesktop/10-cd-dvd-burner.fdi -share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-bluetooth.fdi -share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi -share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wwan.fdi -share/hal/fdi/information/10freedesktop/10-ipw-rfkill-switch.fdi -share/hal/fdi/information/10freedesktop/10-iwl-rfkill-switch.fdi -share/hal/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi -share/hal/fdi/information/10freedesktop/10-modem.fdi -share/hal/fdi/information/10freedesktop/10-recall-battery-dell.fdi -share/hal/fdi/information/10freedesktop/10-recall-battery-fujitsu.fdi -share/hal/fdi/information/10freedesktop/10-recall-battery-gateway.fdi -share/hal/fdi/information/10freedesktop/10-recall-battery-ibm.fdi -share/hal/fdi/information/10freedesktop/10-recall-battery-lenovo.fdi -share/hal/fdi/information/10freedesktop/10-recall-battery-toshiba.fdi -share/hal/fdi/information/10freedesktop/10-scanner.fdi -share/hal/fdi/information/10freedesktop/10-sony-bluetooth-switch.fdi -share/hal/fdi/information/10freedesktop/10-thinkpad-rfkill-switch-bluetooth.fdi -share/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi -share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi -share/hal/fdi/information/10freedesktop/10-usb-obex.fdi -share/hal/fdi/information/10freedesktop/10-usb-pda.fdi -share/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi -share/hal/fdi/information/10freedesktop/10-usbcsr-mice.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-apple.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-samsung.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-sony.fdi -share/hal/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi -share/hal/fdi/information/10freedesktop/21-video-quirk-nvidia.fdi -share/hal/fdi/information/10freedesktop/30-keymap-acer.fdi -share/hal/fdi/information/10freedesktop/30-keymap-compaq.fdi -share/hal/fdi/information/10freedesktop/30-keymap-dell.fdi -share/hal/fdi/information/10freedesktop/30-keymap-hp.fdi -share/hal/fdi/information/10freedesktop/30-keymap-lenovo.fdi -share/hal/fdi/information/10freedesktop/30-keymap-misc.fdi -share/hal/fdi/information/10freedesktop/30-keymap-module-sony-laptop.fdi -share/hal/fdi/information/10freedesktop/30-keymap-module-thinkpad-acpi.fdi -share/hal/fdi/information/10freedesktop/99-video-quirk-default.fdi -share/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi -share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile deleted file mode 100644 index 2d7cac630..000000000 --- a/sysutils/hal/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -# New ports collection makefile for: HAL -# Date Created: 02 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.80 2010/02/26 13:31:53 marcus Exp $ -# - -PORTNAME= hal -DISTVERSION= 0.5.14 -PORTREVISION= 7 -CATEGORIES= sysutils -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Hardware Abstraction Layer for simplifying device access - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit \ - volume_id.0:${PORTSDIR}/devel/libvolume_id \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_PYTHON= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-backend=freebsd \ - --disable-docbook-docs \ - --with-pci-ids=${LOCALBASE}/share/pciids \ - --disable-usb-ids \ - --without-libpci \ - --disable-usb \ - --disable-smbios \ - --disable-apm \ - --disable-pmu \ - --enable-policy-kit \ - --enable-console-kit \ - --with-socket-dir=/var/run/hald \ - --with-eject=/usr/sbin/cdcontrol \ - --with-pid-file=/var/run/hald/hald.pid \ - --with-deprecated-keys \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -#HALVERSION= 0.5.10 -#SNAPVERSION= 20080218 - -USERS= haldaemon -GROUPS= haldaemon - -USE_RC_SUBR= hald -USE_GNOME_SUBR= yes -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION} -PLIST_SUB= VERSION=${DISTVERSION} - -RC_FILES= hal.conf:${PREFIX}/etc/dbus-1/system.d -PLIST_FILES= ${PRIV_FILES:S|^|%%DATADIR%%/dist/|} - -SUB_FILES= pkg-install pkg-deinstall -SUB_LIST= RC_FILES="${RC_FILES}" - -MAN1= hal-disable-polling.1 hal-find-by-capability.1 \ - hal-find-by-property.1 hal-get-property.1 \ - hal-is-caller-locked-out.1 hal-is-caller-privileged.1 \ - hal-lock.1 hal-set-property.1 lshal.1 -MAN8= hald.8 - -OPTIONS= FIXED_MOUNTPOINTS "use fixed mountpoints" off - -.include <bsd.port.pre.mk> - -.if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") -RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode -.endif - -.if defined(WITH_FIXED_MOUNTPOINTS) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c -.endif - -.if ${OSVERSION} >= 800063 -PLIST_SUB+= USB2="" -.else -PLIST_SUB+= USB2="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^scriptdir = /s|[(]libexecdir[)]/scripts|(libexecdir)/hal/scripts|' \ - ${WRKSRC}/tools/Makefile.in \ - ${WRKSRC}/tools/freebsd/Makefile.in - @${REINPLACE_CMD} -e 's|[(]libexecdir[)]/scripts|(libexecdir)/hal/scripts|' \ - ${WRKSRC}/hald/Makefile.in \ - ${WRKSRC}/tools/Makefile.in - @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \ - ${WRKSRC}/hal.conf.in - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse - -post-install: - ${MKDIR} ${DATADIR}/dist - ${INSTALL_DATA} ${WRKSRC}/hal.conf ${DATADIR}/dist - ${MKDIR} ${PREFIX}/share/hal/fdi/policy/10osvendor - ${INSTALL_DATA} ${FILESDIR}/10-mouse-sysmouse.fdi \ - ${PREFIX}/share/hal/fdi/policy/10osvendor - ${INSTALL_SCRIPT} ${FILESDIR}/mount-fuse \ - ${PREFIX}/share/hal/mount-fuse -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \ - ${DOCSDIR}/README.freebsd - ${INSTALL_DATA} ${WRKDIR}/README.fuse \ - ${DOCSDIR}/README.fuse -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo deleted file mode 100644 index ff1858776..000000000 --- a/sysutils/hal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hal-0.5.14.tar.gz) = e9163df591a6f38f59fdbfe33e73bf20 -SHA256 (hal-0.5.14.tar.gz) = 323aacfa52f12def3b0d1e76456e34f027c345adc344aad19a8cc0c59c1a8d02 -SIZE (hal-0.5.14.tar.gz) = 1238766 diff --git a/sysutils/hal/files/10-mouse-sysmouse.fdi b/sysutils/hal/files/10-mouse-sysmouse.fdi deleted file mode 100644 index cffd4f624..000000000 --- a/sysutils/hal/files/10-mouse-sysmouse.fdi +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<deviceinfo version="0.2"> - <device> - <match key="info.capabilities" contains="input.mouse"> - <append key="info.addons" type="strlist">hald-addon-mouse-sysmouse</append> - </match> - </device> -</deviceinfo> diff --git a/sysutils/hal/files/README.fuse b/sysutils/hal/files/README.fuse deleted file mode 100644 index 75adcab7d..000000000 --- a/sysutils/hal/files/README.fuse +++ /dev/null @@ -1,31 +0,0 @@ -Mounting Fuse File Systems with HAL ------------------------------------ - -$FreeBSD$ - -Hal supports mounting Fuse device-backed file systems (e.g. NTFS). To enable -this feature, copy the included %%LOCALBASE%%/share/hal/mount-fuse script -to /sbin. Make sure this script is executable. Edit the script, and change -the FUSE_HELPER environment variable to the name of the executable which -will actually mount the Fuse volume (e.g. for NTFS, this is ``ntfs-3g''). - -Finally, the script must be renamed to ``mount_FSNAME''. FSNAME is the name -of the file system type (e.g. for NTFS, this is ``ntfs''). If there is -already an executable in /sbin or /usr/sbin with this name, the -existing executable must be renamed or deleted. - -As is stated in the examples above, overriding FreeBSD's existing NTFS -support with Fuse's ntfs-3g is the most common use case for this. The -ntfs-3g Fuse driver uses different mount options than FreeBSD's included -mount_ntfs. GNOME transparently supports switching between ntfs and -ntfs-3g. Simply edit the following GConf key in the GNOME -Configuration Editor (i.e. gconf-editor): - -/system/storage/default_options/ntfs/fstype_override - -Set the value to ``ntfs-3g'', then add your desired ntfs-3g options to the -following GConf key: - -/system/storage/default_options/ntfs-3g/mount_options - -Other desktop systems may have similar options. diff --git a/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c b/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c deleted file mode 100644 index f505709e1..000000000 --- a/sysutils/hal/files/extra-patch-tools_hal-storage-mount.c +++ /dev/null @@ -1,25 +0,0 @@ ---- tools/hal-storage-mount.c.orig 2008-05-20 13:24:30.000000000 -0400 -+++ tools/hal-storage-mount.c 2008-05-20 13:30:14.000000000 -0400 -@@ -585,17 +585,11 @@ handle_mount (LibHalContext *hal_ctx, - explicit_mount_point_given = FALSE; - if (strlen (mount_point) == 0) { - char *p; -- -- if (label != NULL) { -- /* best - use label */ -- g_strlcpy (mount_point, label, sizeof (mount_point)); -- -- /* TODO: use drive type */ -- -- } else { -- /* fallback - use "disk" */ -- g_snprintf (mount_point, sizeof (mount_point), "%s", "disk"); -- } -+ char *basename; -+ -+ basename = g_path_get_basename (device); -+ g_strlcpy (mount_point, basename, sizeof (mount_point)); -+ g_free (basename); - - /* sanitize computed mount point name, e.g. replace invalid chars with '-' */ - p = mount_point; diff --git a/sysutils/hal/files/hald.in b/sysutils/hal/files/hald.in deleted file mode 100644 index 66e333967..000000000 --- a/sysutils/hal/files/hald.in +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/sysutils/hal/files/hald.in,v 1.21 2010/03/16 19:33:11 mezz Exp $ -# -# PROVIDE: hald -# REQUIRE: DAEMON usbd devd dbus moused webcamd -# -# Add the following line to /etc/rc.conf to enable the HAL daemon: -# -# hald_enable="YES" -# - -. /etc/rc.subr -. %%GNOME_SUBR%% - -hald_enable=${hald_enable-${gnome_enable}} -hald_flags=${hald_flags-""} - -name=hald -rcvar=`set_rcvar` - -command="%%PREFIX%%/sbin/hald" -pidfile="/var/run/${name}/${name}.pid" - -stop_postcmd="hald_postcmd" -start_precmd="hald_precmd" -start_cmd="hald_start" - -local_force_depend() -{ - _depend="$1" - if [ -f %%LOCALBASE%%/etc/rc.d/${_depend}.sh ]; then - _depend="${_depend}.sh" - fi - - if ! %%LOCALBASE%%/etc/rc.d/${_depend} forcestatus 1>/dev/null 2>&1 && - ! %%LOCALBASE%%/etc/rc.d/${_depend} forcestart; then - return 1 - fi - return 0 -} - -hald_precmd() -{ - if ! checkyesno dbus_enable - then - local_force_depend dbus || return 1 - fi - - chmod 0755 /var/cache - - mkdir -p $(dirname $pidfile) -} - -hald_postcmd() -{ - rm -f $pidfile -} - -hald_start() -{ - if ! checkyesno hald_enable ; then - return 0 - fi - echo "Starting ${name}." - - ( iter=0 - while ! ps -axoargs | grep "^/usr/libexec/getty " | grep -qv grep >/dev/null 2>&1; do - if [ ${iter} -eq 60 ]; then - break - fi - sleep 1 - iter=$(expr ${iter} + 1) - done - ${command} ${hald_flags} ) & -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/sysutils/hal/files/mount-fuse b/sysutils/hal/files/mount-fuse deleted file mode 100755 index a0ea8536e..000000000 --- a/sysutils/hal/files/mount-fuse +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh -# Wrapper script for FreeBSD and PC-BSD, which takes calls from HAL -# for running mount_ntfs, and performs it with a given FUSE helper. -################################################################### - -## Modify this next variable to point to the correct FUSE helper. -FUSE_HELPER="ntfs-3g" -## DO NOT modify anything below this. - -FUSEDB="/tmp" -if [ -n "${TMPDIR}" ] -then - FUSEDB=${TMPDIR} -fi - -FUSEDB="${FUSEDB}/.fuse-mnts" -MNTSTRING="" -OPTIONS="" -FOUNDOPT="0" -FOUNDU="0" -FOUNDG="0" -FOUNDBADARG="0" -HWDEV="" -FOUNDDEV="0" - -for i in $@ -do - if [ "$FOUNDOPT" = "1" ] - then - OPTIONS="${OPTIONS} -o ${i}" - elif [ "${FOUNDU}" = "1" ] - then - OPTIONS="${OPTIONS} -o uid=${i}" - elif [ "${FOUNDG}" = "1" ] - then - OPTIONS="${OPTIONS} -o gid=${i}" - elif [ "${FOUNDBADARG}" = "1" ] - then - # We have an invalid argument flag, so ignore it and following argument - FOUNDBADARG="0" - else - - if [ "${FOUNDDEV}" = "1" ] - then - # Save the mount-point, will be used later - MNTPOINT="${i}" - FOUNDDEV="2" - fi - - echo ${i}| grep -q "/dev" 2>/dev/null - if [ "$?" = "0" -a "${FOUNDDEV}" = "0" ] - then - FOUNDDEV="1" - # Lets check if we were given a fuse[] device - # or a real device name - echo "${i}" | grep -q "fuse" 2>/dev/null - if [ "$?" = "0" ] - then - # Lets save the old fuse device name we had saved - OLDFUSE="${i}" - - # Lets get the *real* device name for FUSE helper - REALHWDEV="`cat ${FUSEDB} | grep ${i} | cut -d '=' -f 2`" - - # Now lets change the string we will be saving - i="${REALHWDEV}" - else - # We are doing a first time mount of this device - - # Set the real device name for mounting - REALHWDEV="${i}" - fi - fi - - # Add the value to our mount string if it isn't any invalid flag - if [ "${i}" != "-o" -a "${i}" != "-u" -a "${i}" != "-C" -a "${i}" != "-g" -a "${i}" != "-m" -a "${i}" != "-a" -a "${i}" != "-i" -a "${i}" -a "-W" ] - then - MNTSTRING="${MNTSTRING} ${i}" - fi - - fi - - # Check if we are on a -u user id flag now - if [ "${i}" = "-u" ] - then - FOUNDU="1" - else - FOUNDU="0" - fi - - # Check if we are on a -g group id flag now - if [ "${i}" = "-g" ] - then - FOUNDG="1" - else - FOUNDG="0" - fi - - # Check if we are on a -o option - if [ "${i}" = "-o" ] - then - FOUNDOPT="1" - else - FOUNDOPT="0" - fi - - # Check if we are on some other invalid flag - if [ "${i}" = "-C" -o "${i}" = "-m" -o "${i}" = "-W" ] - then - FOUNDBADARG="1" - else - FOUNDBADARG="0" - fi -done - -# Save our final string which our FUSE helper will use -FINALSTRING="${MNTSTRING} ${OPTIONS}" - -# Check that fuse.ko is loaded -kldstat | grep -q fuse 2>/dev/null -if [ "$?" != "0" ] -then - kldload /usr/local/modules/fuse.ko -fi - -# Run the FUSE helper command now, with the options in the right order -${FUSE_HELPER} ${FINALSTRING} - -# If we have an OLDFUSE variable, lets clear it from the list -if [ ! -z "${OLDFUSE}" -a -e ${FUSEDB} ] -then - cat ${FUSEDB} | grep -v "${OLDFUSE}=" > /tmp/.newfuse - mv /tmp/.newfuse ${FUSEDB} -fi - -# Now lets figure out which fuse device was used and save it to DB -NEWFUSE="`mount | tr -s ' ' | grep \" ${MNTPOINT} \" | cut -d ' ' -f 1`" - -# Make sure we don't already have this fuse device listed -if [ -e ${FUSEDB} ] -then - cat ${FUSEDB} | grep -v "${NEWFUSE}=" > /tmp/.newfuse - mv /tmp/.newfuse ${FUSEDB} -else - touch ${FUSEDB} -fi - -# Save the fuse device to our DB -echo "${NEWFUSE}=${REALHWDEV}" >> ${FUSEDB} - - -# Finished! -exit 0 diff --git a/sysutils/hal/files/patch-Makefile.in b/sysutils/hal/files/patch-Makefile.in deleted file mode 100644 index 46b74a5b1..000000000 --- a/sysutils/hal/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2009-12-23 13:39:15.000000000 -0500 -+++ Makefile.in 2009-12-23 13:39:58.000000000 -0500 -@@ -379,17 +379,17 @@ clean-libtool: - distclean-libtool: - -rm -f libtool config.lt - install-dist_dbusDATA: $(dist_dbus_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(dbusdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusdir)" -- @list='$(dist_dbus_DATA)'; test -n "$(dbusdir)" || list=; \ -- for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- echo "$$d$$p"; \ -- done | $(am__base_list) | \ -- while read files; do \ -- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusdir)'"; \ -- $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusdir)" || exit $$?; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(dbusdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusdir)" -+# @list='$(dist_dbus_DATA)'; test -n "$(dbusdir)" || list=; \ -+# for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# echo "$$d$$p"; \ -+# done | $(am__base_list) | \ -+# while read files; do \ -+# echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusdir)'"; \ -+# $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusdir)" || exit $$?; \ -+# done - - uninstall-dist_dbusDATA: - @$(NORMAL_UNINSTALL) diff --git a/sysutils/hal/files/patch-doc_Makefile.in b/sysutils/hal/files/patch-doc_Makefile.in deleted file mode 100644 index 9cd951720..000000000 --- a/sysutils/hal/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2008-01-03 21:41:19.000000000 -0500 -+++ doc/Makefile.in 2008-01-03 21:41:31.000000000 -0500 -@@ -203,7 +203,7 @@ target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - EXTRA_DIST = TODO --SUBDIRS = api spec man -+SUBDIRS = spec man - MAINTAINERCLEANFILES = \ - *~ \ - Makefile.in diff --git a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi deleted file mode 100644 index 1391709f8..000000000 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi +++ /dev/null @@ -1,13 +0,0 @@ ---- fdi/policy/10osvendor/10-power-mgmt-policy.fdi.orig 2008-05-07 19:21:15.000000000 -0400 -+++ fdi/policy/10osvendor/10-power-mgmt-policy.fdi 2009-01-30 17:41:05.000000000 -0500 -@@ -10,7 +10,9 @@ - - <device> - <match key="power_management.type" string="acpi"> -- <append key="info.addons" type="strlist">hald-addon-acpi</append> -+ <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> -+ <append key="info.addons" type="strlist">hald-addon-acpi</append> -+ </match> - </match> - </device> - diff --git a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi deleted file mode 100644 index bb18f3310..000000000 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi +++ /dev/null @@ -1,31 +0,0 @@ ---- fdi/policy/10osvendor/10-x11-input.fdi.orig 2009-06-26 03:28:39.000000000 -0400 -+++ fdi/policy/10osvendor/10-x11-input.fdi 2009-07-18 21:19:15.000000000 -0400 -@@ -7,15 +7,6 @@ - <merge key="input.x11_driver" type="string">evdev</merge> - </match> - -- <!-- FIXME: Support tablets too. --> -- <match key="info.capabilities" contains="input.mouse"> -- <merge key="input.x11_driver" type="string">mouse</merge> -- <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" -- string="Linux"> -- <merge key="input.x11_driver" type="string">evdev</merge> -- </match> -- </match> -- - <match key="info.capabilities" contains="input.tablet"> - <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" - string="Linux"> -@@ -23,10 +14,10 @@ - </match> - </match> - -- <match key="info.capabilities" contains="input.keys"> -+ <match key="info.capabilities" contains="input.keyboard"> - <!-- If we're using Linux, we use evdev by default (falling back to - keyboard otherwise). --> -- <merge key="input.x11_driver" type="string">keyboard</merge> -+ <merge key="input.x11_driver" type="string">kbd</merge> - <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" - string="Linux"> - <merge key="input.x11_driver" type="string">evdev</merge> diff --git a/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c b/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c deleted file mode 100644 index fed388c95..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c +++ /dev/null @@ -1,105 +0,0 @@ ---- hald/freebsd/addons/addon-storage.c.orig 2009-08-24 08:42:29.000000000 -0400 -+++ hald/freebsd/addons/addon-storage.c 2009-12-23 13:53:00.000000000 -0500 -@@ -107,8 +107,7 @@ hf_addon_storage_update (void) - - if (hf_addon_storage_cdrom_eject_pressed(cdrom)) - { -- libhal_device_emit_condition(hfp_ctx, hfp_udi, "EjectPressed", "", &hfp_error); -- dbus_error_free(&hfp_error); -+ libhal_device_emit_condition(hfp_ctx, hfp_udi, "EjectPressed", "", NULL); - } - - hfp_cdrom_free(cdrom); -@@ -164,19 +163,17 @@ unmount_volumes (void) - "block.storage_device", - hfp_udi, - &num_volumes, -- &hfp_error)) != NULL) -+ NULL)) != NULL) - { - int i; - -- dbus_error_free(&hfp_error); -- - for (i = 0; i < num_volumes; i++) - { - char *vol_udi; - - vol_udi = volumes[i]; - -- if (libhal_device_get_property_bool(hfp_ctx, vol_udi, "volume.is_mounted", &hfp_error)) -+ if (libhal_device_get_property_bool(hfp_ctx, vol_udi, "volume.is_mounted", NULL)) - { - DBusMessage *msg = NULL; - DBusMessage *reply = NULL; -@@ -185,7 +182,6 @@ unmount_volumes (void) - char **options = NULL; - char *devfile; - -- dbus_error_free(&hfp_error); - hfp_info("Forcing unmount of volume '%s'", vol_udi); - - dbus_connection = libhal_ctx_get_dbus_connection(hfp_ctx); -@@ -265,10 +261,9 @@ poll_for_media (boolean check_only, bool - check_lock_state = FALSE; - - hfp_info("Checking whether device %s is locked by HAL", addon.device_file); -- if (libhal_device_is_locked_by_others(hfp_ctx, hfp_udi, "org.freedesktop.Hal.Device.Storage", &hfp_error)) -+ if (libhal_device_is_locked_by_others(hfp_ctx, hfp_udi, "org.freedesktop.Hal.Device.Storage", NULL)) - { - hfp_info("... device %s is locked by HAL", addon.device_file); -- dbus_error_free(&hfp_error); - is_locked_by_hal = TRUE; - update_proc_title(addon.device_file); - goto skip_check; -@@ -278,10 +273,8 @@ poll_for_media (boolean check_only, bool - hfp_info("... device %s is not locked by HAL", addon.device_file); - is_locked_by_hal = FALSE; - } -- dbus_error_free(&hfp_error); - -- should_poll = libhal_device_get_property_bool(hfp_ctx, hfp_udi, "storage.media_check_enabled", &hfp_error); -- dbus_error_free(&hfp_error); -+ should_poll = libhal_device_get_property_bool(hfp_ctx, hfp_udi, "storage.media_check_enabled", NULL); - polling_disabled = ! should_poll; - update_proc_title(addon.device_file); - } -@@ -314,8 +307,7 @@ poll_for_media (boolean check_only, bool - unmount_volumes(); - #endif - -- libhal_device_rescan(hfp_ctx, hfp_udi, &hfp_error); -- dbus_error_free(&hfp_error); -+ libhal_device_rescan(hfp_ctx, hfp_udi, NULL); - addon.had_media = has_media; - - return TRUE; -@@ -412,12 +404,10 @@ main (int argc, char **argv) - ! strcmp(driver, "cd")))) && ! strcmp(removable, "true"); - addon.had_media = poll_for_media(TRUE, FALSE); - -- if (! libhal_device_addon_is_ready(hfp_ctx, hfp_udi, &hfp_error)) -+ if (! libhal_device_addon_is_ready(hfp_ctx, hfp_udi, NULL)) - goto end; -- dbus_error_free(&hfp_error); - -- syscon = dbus_bus_get(DBUS_BUS_SYSTEM, &hfp_error); -- dbus_error_free(&hfp_error); -+ syscon = dbus_bus_get(DBUS_BUS_SYSTEM, NULL); - assert(syscon != NULL); - dbus_connection_set_exit_on_disconnect(syscon, 0); - -@@ -452,12 +442,11 @@ main (int argc, char **argv) - " <method name=\"CheckForMedia\">\n" - " <arg name=\"call_had_sideeffect\" direction=\"out\" type=\"b\"/>\n" - " </method>\n", -- &hfp_error)) -+ NULL)) - { - hfp_critical("Cannot claim interface 'org.freedesktop.Hal.Device.Storage.Removable'"); - goto end; - } -- dbus_error_free(&hfp_error); - - while (TRUE) - { diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-usb.c b/sysutils/hal/files/patch-hald_freebsd_hf-usb.c deleted file mode 100644 index 8e4d2a1b2..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-usb.c +++ /dev/null @@ -1,20 +0,0 @@ ---- hald/freebsd/hf-usb.c.orig 2009-09-17 08:49:46.000000000 -0500 -+++ hald/freebsd/hf-usb.c 2010-03-17 22:20:33.000000000 -0500 -@@ -392,7 +392,7 @@ - hf_devtree_device_set_name(device, di->udi_devnames[0]); - - if ((devname = hf_usb_get_devname(di, "ukbd"))) /* USB keyboard */ -- hf_device_set_input(device, "keyboard", "keys", devname); -+ hf_device_set_input(device, "keyboard", "keys", NULL); - else if ((devname = hf_usb_get_devname(di, "ums"))) /* USB mouse */ - hf_device_set_input(device, "mouse", NULL, devname); - else if ((devname = hf_usb_get_devname(di, "uhid"))) /* UHID device */ -@@ -908,6 +908,8 @@ - - hal_device_property_set_string(device, "info.category", "video4linux"); - hal_device_add_capability(device, "video4linux"); -+ hal_device_add_capability(device, "video4linux.video_capture"); - hf_device_property_set_string_printf(device, "video4linux.device", "/dev/video%i", unit); - hal_device_property_set_string(device, "info.product", "Video Device"); -+ hal_device_property_set_string(device, "video4linux.version", "1"); - } diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c b/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c deleted file mode 100644 index af288291d..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c +++ /dev/null @@ -1,153 +0,0 @@ ---- hald/freebsd/hf-usb2.c.orig 2009-08-24 07:42:29.000000000 -0500 -+++ hald/freebsd/hf-usb2.c 2010-03-17 22:25:17.000000000 -0500 -@@ -42,22 +42,6 @@ - static struct libusb20_backend *hf_usb2_be = NULL; - - static void --hf_usb2_copy_parent (HalDevice *parent, -- const char *key, -- gpointer user_data) --{ -- HalDevice *device; -- -- g_return_if_fail(HAL_IS_DEVICE(parent)); -- g_return_if_fail(HAL_IS_DEVICE(user_data)); -- -- device = HAL_DEVICE(user_data); -- -- if (! strncmp(key, "usb_device.", strlen("usb_device."))) -- hal_device_copy_property(parent, key, device, key); --} -- --static void - hf_usb2_probe_interfaces(HalDevice *parent) - { - int num_interfaces; -@@ -79,9 +63,9 @@ - - hal_device_property_set_string(device, "info.subsystem", "usb"); - hal_device_property_set_int(device, "usb.interface.number", i); -- hal_device_property_foreach(parent, hf_usb2_copy_parent, device); - hal_device_copy_property(parent, "info.product", device, "info.product"); - hal_device_copy_property(parent, "info.vendor", device, "info.vendor"); -+ hal_device_merge_with_rewrite(device, parent, "usb.", "usb_device."); - - if (hf_device_preprobe(device)) - { -@@ -98,10 +82,10 @@ - if (driver) - { - if (! strcmp(driver, "ukbd")) -- hf_device_set_input(device, "keyboard", NULL); -- else if (! strcmp(driver, "ums")) -+ hf_device_set_input(device, "keyboard", "keys", NULL); -+ else if (! strcmp(driver, "ums") || ! strcmp(driver, "atp")) - { -- hf_device_set_input(device, "mouse", devname); -+ hf_device_set_input(device, "mouse", NULL, devname); - hf_runner_run_sync(device, 0, "hald-probe-mouse", NULL); - } - else if (! strcmp(driver, "uhid")) -@@ -133,6 +117,11 @@ - hf_usb_add_webcam_properties(device); - } - } -+ else -+ { -+ /* Try and detect webcamd devices. */ -+ hf_runner_run_sync(device, 0, "hald-probe-video4linux", NULL); -+ } - - hf_usb_device_compute_udi(device); - hf_device_add(device); -@@ -192,11 +181,12 @@ - addr = libusb20_dev_get_address(pdev); - - if (addr == 1) -- parent = hf_devtree_find_parent_from_info(hald_get_gdl(), "usbus", bus); -+ parent = hf_devtree_find_from_info(hald_get_gdl(), "usbus", bus); - else - parent = hf_device_store_match(hald_get_gdl(), "usb_device.bus_number", - HAL_PROPERTY_TYPE_INT32, bus, "usb_device.port_number", -- HAL_PROPERTY_TYPE_INT32, addr - 1, NULL); -+ HAL_PROPERTY_TYPE_INT32, addr - 1, "info.bus", -+ HAL_PROPERTY_TYPE_STRING, "usb_device", NULL); - if (! parent || hal_device_property_get_bool(parent, "info.ignore")) - continue; - -@@ -216,7 +206,13 @@ - HalDevice *parent_device; - int bus, addr, pbus, paddr; - -- if (strncmp(name, "ugen", strlen("ugen"))) -+ if (! parent) -+ return FALSE; -+ -+ if (strncmp(name, "ugen", strlen("ugen")) && -+ ! strncmp(parent, "uhub", strlen("uhub"))) -+ return TRUE; -+ else if (strncmp(name, "ugen", strlen("ugen"))) - return FALSE; - else if (strncmp(parent, "ugen", strlen("ugen"))) - return TRUE; -@@ -232,7 +228,8 @@ - - parent_device = hf_device_store_match(hald_get_gdl(), - "usb_device.bus_number", HAL_PROPERTY_TYPE_INT32, pbus, -- "usb_device.port_number", HAL_PROPERTY_TYPE_INT32, paddr, NULL); -+ "usb_device.port_number", HAL_PROPERTY_TYPE_INT32, paddr, "info.bus", -+ HAL_PROPERTY_TYPE_STRING, "usb_device", NULL); - - if (parent_device && ! hal_device_property_get_bool(parent_device, - "info.ignore")) -@@ -255,8 +252,6 @@ - - if (strncmp(name, "ugen", strlen("ugen"))) - return FALSE; -- else if (strncmp(parent, "ugen", strlen("ugen"))) -- return TRUE; - - if (sscanf(name, "ugen%i.%i", &bus, &addr) != 2) - return FALSE; -@@ -265,7 +260,8 @@ - - device = hf_device_store_match(hald_get_gdl(), "usb_device.bus_number", - HAL_PROPERTY_TYPE_INT32, bus, "usb_device.port_number", -- HAL_PROPERTY_TYPE_INT32, addr, NULL); -+ HAL_PROPERTY_TYPE_INT32, addr, "info.bus", -+ HAL_PROPERTY_TYPE_STRING, "usb_device", NULL); - - if (device) - { -@@ -276,6 +272,23 @@ - return FALSE; - } - -+static gboolean -+hf_usb2_devd_notify (const char *system, -+ const char *subsystem, -+ const char *type, -+ const char *data) -+{ -+ if (! data || strcmp(system, "DEVFS") || strcmp(subsystem, "CDEV") || -+ (strcmp(type, "CREATE") && strcmp(type, "DESTROY"))) -+ return FALSE; -+ -+ if (! strncmp(data, "cdev=ugen", strlen("cdev=ugen")) || -+ ! strncmp(data, "cdev=usb", strlen("cdev=usb"))) -+ return TRUE; -+ -+ return FALSE; -+} -+ - HFHandler hf_usb2_handler = { - .privileged_init = hf_usb2_privileged_init, - .probe = hf_usb2_probe -@@ -283,5 +296,6 @@ - - HFDevdHandler hf_usb2_devd_handler = { - .add = hf_usb2_devd_add, -- .remove = hf_usb2_devd_remove -+ .remove = hf_usb2_devd_remove, -+ .notify = hf_usb2_devd_notify - }; diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c b/sysutils/hal/files/patch-hald_freebsd_hf-volume.c deleted file mode 100644 index 4fb0d95b4..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c +++ /dev/null @@ -1,16 +0,0 @@ ---- hald/freebsd/hf-volume.c.orig 2009-12-23 14:01:00.000000000 -0500 -+++ hald/freebsd/hf-volume.c 2009-12-23 14:01:25.000000000 -0500 -@@ -86,9 +86,12 @@ hf_volume_resolve_fuse (const char *spec - { - if (strcmp(fields[0], special) == 0) - { -+ char *ret; -+ -+ ret = g_strdup(fields[1]); - g_strfreev(fields); - g_strfreev(lines); -- return g_strdup(fields[1]); -+ return ret; - } - } - g_strfreev(fields); diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am b/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am deleted file mode 100644 index ccb4773de..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ ---- hald/freebsd/probing/Makefile.am.orig 2009-08-24 08:42:29.000000000 -0400 -+++ hald/freebsd/probing/Makefile.am 2010-02-19 23:08:42.000000000 -0500 -@@ -19,7 +19,8 @@ libexec_PROGRAMS = \ - if HAVE_LIBUSB20 - libexec_PROGRAMS += \ - hald-probe-usb2-device \ -- hald-probe-usb2-interface -+ hald-probe-usb2-interface \ -+ hald-probe-video4linux - endif - endif - -@@ -38,6 +39,14 @@ hald_probe_usb2_interface_SOURCES = prob - hald_probe_usb2_interface_LDADD = \ - $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ - @LIBUSB20_LIBS@ -+ -+hald_probe_video4linux_SOURCES = probe-video4linux.c -+hald_probe_video4linux_CPPFLAGS = \ -+ $(AM_CPPFLAGS) @GLIB_CFLAGS@ -+hald_probe_video4linux_LDADD = \ -+ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+ @GLIB_LIBS@ \ -+ @LIBUSB20_LIBS@ - endif - - hald_probe_mouse_SOURCES = probe-mouse.c diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in b/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in deleted file mode 100644 index de353f177..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in +++ /dev/null @@ -1,564 +0,0 @@ ---- hald/freebsd/probing/Makefile.in.orig 2010-02-19 23:05:16.000000000 -0500 -+++ hald/freebsd/probing/Makefile.in 2010-02-19 23:14:32.000000000 -0500 -@@ -1,9 +1,8 @@ --# Makefile.in generated by automake 1.11 from Makefile.am. -+# Makefile.in generated by automake 1.10.1 from Makefile.am. - # @configure_input@ - - # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, --# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, --# Inc. -+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. -@@ -17,9 +16,8 @@ - - VPATH = @srcdir@ - pkgdatadir = $(datadir)/@PACKAGE@ --pkgincludedir = $(includedir)/@PACKAGE@ - pkglibdir = $(libdir)/@PACKAGE@ --pkglibexecdir = $(libexecdir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - install_sh_DATA = $(install_sh) -c -m 644 - install_sh_PROGRAM = $(install_sh) -c -@@ -44,7 +42,8 @@ host_triplet = @host@ - @HALD_COMPILE_FREEBSD_TRUE@ $(am__EXEEXT_1) - @HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@am__append_1 = \ - @HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-device \ --@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface \ -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-video4linux - - subdir = hald/freebsd/probing - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -@@ -56,17 +55,15 @@ am__configure_deps = $(am__aclocal_m4_de - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = --CONFIG_CLEAN_VPATH_FILES = - @HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@am__EXEEXT_1 = hald-probe-usb2-device$(EXEEXT) \ --@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface$(EXEEXT) -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-usb2-interface$(EXEEXT) \ -+@HALD_COMPILE_FREEBSD_TRUE@@HAVE_LIBUSB20_TRUE@ hald-probe-video4linux$(EXEEXT) - am__installdirs = "$(DESTDIR)$(libexecdir)" -+libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) - PROGRAMS = $(libexec_PROGRAMS) - am_hald_probe_hiddev_OBJECTS = probe-hiddev.$(OBJEXT) - hald_probe_hiddev_OBJECTS = $(am_hald_probe_hiddev_OBJECTS) - hald_probe_hiddev_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la --AM_V_lt = $(am__v_lt_$(V)) --am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) --am__v_lt_0 = --silent - am_hald_probe_mouse_OBJECTS = hald_probe_mouse-probe-mouse.$(OBJEXT) - hald_probe_mouse_OBJECTS = $(am_hald_probe_mouse_OBJECTS) - hald_probe_mouse_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -@@ -92,6 +89,10 @@ am__hald_probe_usb2_interface_SOURCES_DI - hald_probe_usb2_interface_OBJECTS = \ - $(am_hald_probe_usb2_interface_OBJECTS) - @HAVE_LIBUSB20_TRUE@hald_probe_usb2_interface_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la -+am__hald_probe_video4linux_SOURCES_DIST = probe-video4linux.c -+@HAVE_LIBUSB20_TRUE@am_hald_probe_video4linux_OBJECTS = hald_probe_video4linux-probe-video4linux.$(OBJEXT) -+hald_probe_video4linux_OBJECTS = $(am_hald_probe_video4linux_OBJECTS) -+@HAVE_LIBUSB20_TRUE@hald_probe_video4linux_DEPENDENCIES = $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la - am_hald_probe_volume_OBJECTS = \ - hald_probe_volume-freebsd_dvd_rw_utils.$(OBJEXT) \ - hald_probe_volume-probe-volume.$(OBJEXT) -@@ -100,40 +101,27 @@ hald_probe_volume_DEPENDENCIES = $(top_b - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles --am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) --LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ -- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ -- $(AM_CFLAGS) $(CFLAGS) --AM_V_CC = $(am__v_CC_$(V)) --am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) --am__v_CC_0 = @echo " CC " $@; --AM_V_at = $(am__v_at_$(V)) --am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) --am__v_at_0 = @ -+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ -+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) --LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ -- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -- $(AM_LDFLAGS) $(LDFLAGS) -o $@ --AM_V_CCLD = $(am__v_CCLD_$(V)) --am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) --am__v_CCLD_0 = @echo " CCLD " $@; --AM_V_GEN = $(am__v_GEN_$(V)) --am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) --am__v_GEN_0 = @echo " GEN " $@; -+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ -+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ -+ $(LDFLAGS) -o $@ - SOURCES = $(hald_probe_hiddev_SOURCES) $(hald_probe_mouse_SOURCES) \ - $(hald_probe_scsi_SOURCES) $(hald_probe_smbios_SOURCES) \ - $(hald_probe_storage_SOURCES) \ - $(hald_probe_usb2_device_SOURCES) \ - $(hald_probe_usb2_interface_SOURCES) \ -- $(hald_probe_volume_SOURCES) -+ $(hald_probe_video4linux_SOURCES) $(hald_probe_volume_SOURCES) - DIST_SOURCES = $(hald_probe_hiddev_SOURCES) \ - $(hald_probe_mouse_SOURCES) $(hald_probe_scsi_SOURCES) \ - $(hald_probe_smbios_SOURCES) $(hald_probe_storage_SOURCES) \ - $(am__hald_probe_usb2_device_SOURCES_DIST) \ - $(am__hald_probe_usb2_interface_SOURCES_DIST) \ -+ $(am__hald_probe_video4linux_SOURCES_DIST) \ - $(hald_probe_volume_SOURCES) - ETAGS = etags - CTAGS = ctags -@@ -142,7 +130,6 @@ ACLOCAL = @ACLOCAL@ - ACPI_ACPID = @ACPI_ACPID@ - ACPI_PROC = @ACPI_PROC@ - AMTAR = @AMTAR@ --AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ - AR = @AR@ - AUTOCONF = @AUTOCONF@ - AUTOHEADER = @AUTOHEADER@ -@@ -222,7 +209,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ - PACKAGE_NAME = @PACKAGE_NAME@ - PACKAGE_STRING = @PACKAGE_STRING@ - PACKAGE_TARNAME = @PACKAGE_TARNAME@ --PACKAGE_URL = @PACKAGE_URL@ - PACKAGE_VERSION = @PACKAGE_VERSION@ - PARTED_CFLAGS = @PARTED_CFLAGS@ - PARTED_LIBS = @PARTED_LIBS@ -@@ -325,6 +311,15 @@ hald_probe_hiddev_LDADD = \ - @HAVE_LIBUSB20_TRUE@ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ - @HAVE_LIBUSB20_TRUE@ @LIBUSB20_LIBS@ - -+@HAVE_LIBUSB20_TRUE@hald_probe_video4linux_SOURCES = probe-video4linux.c -+@HAVE_LIBUSB20_TRUE@hald_probe_video4linux_CPPFLAGS = \ -+@HAVE_LIBUSB20_TRUE@ $(AM_CPPFLAGS) @GLIB_CFLAGS@ -+ -+@HAVE_LIBUSB20_TRUE@hald_probe_video4linux_LDADD = \ -+@HAVE_LIBUSB20_TRUE@ $(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la \ -+@HAVE_LIBUSB20_TRUE@ @GLIB_LIBS@ \ -+@HAVE_LIBUSB20_TRUE@ @LIBUSB20_LIBS@ -+ - hald_probe_mouse_SOURCES = probe-mouse.c - hald_probe_mouse_CPPFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@ - hald_probe_mouse_LDADD = \ -@@ -363,14 +358,14 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_ - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ -- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ -- && { if test -f $@; then exit 0; else break; fi; }; \ -+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -+ && exit 0; \ - exit 1;; \ - esac; \ - done; \ -- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu hald/freebsd/probing/Makefile'; \ -- $(am__cd) $(top_srcdir) && \ -- $(AUTOMAKE) --gnu hald/freebsd/probing/Makefile -+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu hald/freebsd/probing/Makefile'; \ -+ cd $(top_srcdir) && \ -+ $(AUTOMAKE) --gnu hald/freebsd/probing/Makefile - .PRECIOUS: Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ -@@ -388,74 +383,61 @@ $(top_srcdir)/configure: @MAINTAINER_MOD - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh --$(am__aclocal_m4_deps): - install-libexecPROGRAMS: $(libexec_PROGRAMS) - @$(NORMAL_INSTALL) - test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)" -- @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ -- for p in $$list; do echo "$$p $$p"; done | \ -- sed 's/$(EXEEXT)$$//' | \ -- while read p p1; do if test -f $$p || test -f $$p1; \ -- then echo "$$p"; echo "$$p"; else :; fi; \ -- done | \ -- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ -- sed 'N;N;N;s,\n, ,g' | \ -- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ -- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ -- if ($$2 == $$4) files[d] = files[d] " " $$1; \ -- else { print "f", $$3 "/" $$4, $$1; } } \ -- END { for (d in files) print "f", d, files[d] }' | \ -- while read type dir files; do \ -- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ -- test -z "$$files" || { \ -- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \ -- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \ -- } \ -- ; done -+ @list='$(libexec_PROGRAMS)'; for p in $$list; do \ -+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ -+ if test -f $$p \ -+ || test -f $$p1 \ -+ ; then \ -+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ -+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \ -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \ -+ else :; fi; \ -+ done - - uninstall-libexecPROGRAMS: - @$(NORMAL_UNINSTALL) -- @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ -- files=`for p in $$list; do echo "$$p"; done | \ -- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -- -e 's/$$/$(EXEEXT)/' `; \ -- test -n "$$list" || exit 0; \ -- echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \ -- cd "$(DESTDIR)$(libexecdir)" && rm -f $$files -+ @list='$(libexec_PROGRAMS)'; for p in $$list; do \ -+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ -+ echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \ -+ rm -f "$(DESTDIR)$(libexecdir)/$$f"; \ -+ done - - clean-libexecPROGRAMS: -- @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \ -- echo " rm -f" $$list; \ -- rm -f $$list || exit $$?; \ -- test -n "$(EXEEXT)" || exit 0; \ -- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -- echo " rm -f" $$list; \ -- rm -f $$list -+ @list='$(libexec_PROGRAMS)'; for p in $$list; do \ -+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f $$p $$f"; \ -+ rm -f $$p $$f ; \ -+ done - hald-probe-hiddev$(EXEEXT): $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_DEPENDENCIES) - @rm -f hald-probe-hiddev$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_hiddev_OBJECTS) $(hald_probe_hiddev_LDADD) $(LIBS) - hald-probe-mouse$(EXEEXT): $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_DEPENDENCIES) - @rm -f hald-probe-mouse$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_mouse_OBJECTS) $(hald_probe_mouse_LDADD) $(LIBS) - hald-probe-scsi$(EXEEXT): $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_DEPENDENCIES) - @rm -f hald-probe-scsi$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_scsi_OBJECTS) $(hald_probe_scsi_LDADD) $(LIBS) - hald-probe-smbios$(EXEEXT): $(hald_probe_smbios_OBJECTS) $(hald_probe_smbios_DEPENDENCIES) - @rm -f hald-probe-smbios$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_smbios_OBJECTS) $(hald_probe_smbios_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_smbios_OBJECTS) $(hald_probe_smbios_LDADD) $(LIBS) - hald-probe-storage$(EXEEXT): $(hald_probe_storage_OBJECTS) $(hald_probe_storage_DEPENDENCIES) - @rm -f hald-probe-storage$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_storage_OBJECTS) $(hald_probe_storage_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_storage_OBJECTS) $(hald_probe_storage_LDADD) $(LIBS) - hald-probe-usb2-device$(EXEEXT): $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_DEPENDENCIES) - @rm -f hald-probe-usb2-device$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_usb2_device_OBJECTS) $(hald_probe_usb2_device_LDADD) $(LIBS) - hald-probe-usb2-interface$(EXEEXT): $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_DEPENDENCIES) - @rm -f hald-probe-usb2-interface$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_usb2_interface_OBJECTS) $(hald_probe_usb2_interface_LDADD) $(LIBS) -+hald-probe-video4linux$(EXEEXT): $(hald_probe_video4linux_OBJECTS) $(hald_probe_video4linux_DEPENDENCIES) -+ @rm -f hald-probe-video4linux$(EXEEXT) -+ $(LINK) $(hald_probe_video4linux_OBJECTS) $(hald_probe_video4linux_LDADD) $(LIBS) - hald-probe-volume$(EXEEXT): $(hald_probe_volume_OBJECTS) $(hald_probe_volume_DEPENDENCIES) - @rm -f hald-probe-volume$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(hald_probe_volume_OBJECTS) $(hald_probe_volume_LDADD) $(LIBS) -+ $(LINK) $(hald_probe_volume_OBJECTS) $(hald_probe_volume_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) -@@ -466,6 +448,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_mouse-probe-mouse.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_storage-probe-storage.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_video4linux-probe-video4linux.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hald_probe_volume-probe-volume.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-hiddev.Po@am__quote@ -@@ -475,105 +458,106 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe-usb2-interface.Po@am__quote@ - - .c.o: --@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(COMPILE) -c $< - - .c.obj: --@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - - .c.lo: --@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - - hald_probe_mouse-probe-mouse.o: probe-mouse.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.o -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.o -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-mouse.c' object='hald_probe_mouse-probe-mouse.o' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_mouse-probe-mouse.o `test -f 'probe-mouse.c' || echo '$(srcdir)/'`probe-mouse.c - - hald_probe_mouse-probe-mouse.obj: probe-mouse.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.obj -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi` --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_mouse-probe-mouse.obj -MD -MP -MF $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_mouse-probe-mouse.Tpo $(DEPDIR)/hald_probe_mouse-probe-mouse.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-mouse.c' object='hald_probe_mouse-probe-mouse.obj' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_mouse_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_mouse-probe-mouse.obj `if test -f 'probe-mouse.c'; then $(CYGPATH_W) 'probe-mouse.c'; else $(CYGPATH_W) '$(srcdir)/probe-mouse.c'; fi` - - hald_probe_storage-freebsd_dvd_rw_utils.o: freebsd_dvd_rw_utils.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='freebsd_dvd_rw_utils.c' object='hald_probe_storage-freebsd_dvd_rw_utils.o' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c - - hald_probe_storage-freebsd_dvd_rw_utils.obj: freebsd_dvd_rw_utils.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi` --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-freebsd_dvd_rw_utils.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_storage-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_storage-freebsd_dvd_rw_utils.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='freebsd_dvd_rw_utils.c' object='hald_probe_storage-freebsd_dvd_rw_utils.obj' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi` - - hald_probe_storage-probe-storage.o: probe-storage.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.o -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-storage.c' object='hald_probe_storage-probe-storage.o' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-probe-storage.o `test -f 'probe-storage.c' || echo '$(srcdir)/'`probe-storage.c - - hald_probe_storage-probe-storage.obj: probe-storage.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi` --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_storage-probe-storage.obj -MD -MP -MF $(DEPDIR)/hald_probe_storage-probe-storage.Tpo -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_storage-probe-storage.Tpo $(DEPDIR)/hald_probe_storage-probe-storage.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-storage.c' object='hald_probe_storage-probe-storage.obj' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_storage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_storage-probe-storage.obj `if test -f 'probe-storage.c'; then $(CYGPATH_W) 'probe-storage.c'; else $(CYGPATH_W) '$(srcdir)/probe-storage.c'; fi` - -+hald_probe_video4linux-probe-video4linux.o: probe-video4linux.c -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_video4linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_video4linux-probe-video4linux.o -MD -MP -MF $(DEPDIR)/hald_probe_video4linux-probe-video4linux.Tpo -c -o hald_probe_video4linux-probe-video4linux.o `test -f 'probe-video4linux.c' || echo '$(srcdir)/'`probe-video4linux.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_video4linux-probe-video4linux.Tpo $(DEPDIR)/hald_probe_video4linux-probe-video4linux.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-video4linux.c' object='hald_probe_video4linux-probe-video4linux.o' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_video4linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_video4linux-probe-video4linux.o `test -f 'probe-video4linux.c' || echo '$(srcdir)/'`probe-video4linux.c -+ -+hald_probe_video4linux-probe-video4linux.obj: probe-video4linux.c -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_video4linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_video4linux-probe-video4linux.obj -MD -MP -MF $(DEPDIR)/hald_probe_video4linux-probe-video4linux.Tpo -c -o hald_probe_video4linux-probe-video4linux.obj `if test -f 'probe-video4linux.c'; then $(CYGPATH_W) 'probe-video4linux.c'; else $(CYGPATH_W) '$(srcdir)/probe-video4linux.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_video4linux-probe-video4linux.Tpo $(DEPDIR)/hald_probe_video4linux-probe-video4linux.Po -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-video4linux.c' object='hald_probe_video4linux-probe-video4linux.obj' libtool=no @AMDEPBACKSLASH@ -+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_video4linux_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_video4linux-probe-video4linux.obj `if test -f 'probe-video4linux.c'; then $(CYGPATH_W) 'probe-video4linux.c'; else $(CYGPATH_W) '$(srcdir)/probe-video4linux.c'; fi` -+ - hald_probe_volume-freebsd_dvd_rw_utils.o: freebsd_dvd_rw_utils.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_volume-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-freebsd_dvd_rw_utils.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_volume-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='freebsd_dvd_rw_utils.c' object='hald_probe_volume-freebsd_dvd_rw_utils.o' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-freebsd_dvd_rw_utils.o `test -f 'freebsd_dvd_rw_utils.c' || echo '$(srcdir)/'`freebsd_dvd_rw_utils.c - - hald_probe_volume-freebsd_dvd_rw_utils.obj: freebsd_dvd_rw_utils.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-freebsd_dvd_rw_utils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_volume-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi` --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-freebsd_dvd_rw_utils.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo -c -o hald_probe_volume-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Tpo $(DEPDIR)/hald_probe_volume-freebsd_dvd_rw_utils.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='freebsd_dvd_rw_utils.c' object='hald_probe_volume-freebsd_dvd_rw_utils.obj' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-freebsd_dvd_rw_utils.obj `if test -f 'freebsd_dvd_rw_utils.c'; then $(CYGPATH_W) 'freebsd_dvd_rw_utils.c'; else $(CYGPATH_W) '$(srcdir)/freebsd_dvd_rw_utils.c'; fi` - - hald_probe_volume-probe-volume.o: probe-volume.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.o -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-volume.c' object='hald_probe_volume-probe-volume.o' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-probe-volume.o `test -f 'probe-volume.c' || echo '$(srcdir)/'`probe-volume.c - - hald_probe_volume-probe-volume.obj: probe-volume.c --@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi` --@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po --@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hald_probe_volume-probe-volume.obj -MD -MP -MF $(DEPDIR)/hald_probe_volume-probe-volume.Tpo -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi` -+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hald_probe_volume-probe-volume.Tpo $(DEPDIR)/hald_probe_volume-probe-volume.Po - @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='probe-volume.c' object='hald_probe_volume-probe-volume.obj' libtool=no @AMDEPBACKSLASH@ - @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hald_probe_volume_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hald_probe_volume-probe-volume.obj `if test -f 'probe-volume.c'; then $(CYGPATH_W) 'probe-volume.c'; else $(CYGPATH_W) '$(srcdir)/probe-volume.c'; fi` -@@ -589,14 +573,14 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ -- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ -+ $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique - tags: TAGS - - TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) -- set x; \ -+ tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ -@@ -604,34 +588,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEP - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ -- shift; \ -- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ -+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ -- if test $$# -gt 0; then \ -- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -- "$$@" $$unique; \ -- else \ -- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -- $$unique; \ -- fi; \ -+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ -+ $$tags $$unique; \ - fi - ctags: CTAGS - CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) -+ tags=; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ -- test -z "$(CTAGS_ARGS)$$unique" \ -+ test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ -- $$unique -+ $$tags $$unique - - GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ -- && $(am__cd) $(top_srcdir) \ -- && gtags -i $(GTAGS_ARGS) "$$here" -+ && cd $(top_srcdir) \ -+ && gtags -i $(GTAGS_ARGS) $$here - - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -@@ -652,17 +631,13 @@ distdir: $(DISTFILES) - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ -- if test -d "$(distdir)/$$file"; then \ -- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -- fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ -- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ -+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ -- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ -+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ -- test -f "$(distdir)/$$file" \ -- || cp -p $$d/$$file "$(distdir)/$$file" \ -+ test -f $(distdir)/$$file \ -+ || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -@@ -693,7 +668,6 @@ clean-generic: - - distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" -@@ -715,8 +689,6 @@ dvi-am: - - html: html-am - --html-am: -- - info: info-am - - info-am: -@@ -725,28 +697,18 @@ install-data-am: - - install-dvi: install-dvi-am - --install-dvi-am: -- - install-exec-am: install-libexecPROGRAMS - - install-html: install-html-am - --install-html-am: -- - install-info: install-info-am - --install-info-am: -- - install-man: - - install-pdf: install-pdf-am - --install-pdf-am: -- - install-ps: install-ps-am - --install-ps-am: -- - installcheck-am: - - maintainer-clean: maintainer-clean-am -@@ -785,7 +747,6 @@ uninstall-am: uninstall-libexecPROGRAMS - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-libexecPROGRAMS - -- - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c deleted file mode 100644 index fa04e0fa0..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c +++ /dev/null @@ -1,16 +0,0 @@ ---- hald/freebsd/probing/probe-usb2-interface.c.orig 2010-01-23 22:01:20.000000000 -0500 -+++ hald/freebsd/probing/probe-usb2-interface.c 2010-01-23 22:01:49.000000000 -0500 -@@ -58,11 +58,11 @@ main(int argc, char **argv) - if (pbe == NULL) - goto end; - -- busstr = getenv("HAL_PROP_USB_DEVICE_BUS_NUMBER"); -+ busstr = getenv("HAL_PROP_USB_BUS_NUMBER"); - if (! busstr) - goto end; - -- addrstr = getenv("HAL_PROP_USB_DEVICE_PORT_NUMBER"); -+ addrstr = getenv("HAL_PROP_USB_PORT_NUMBER"); - if (! addrstr) - goto end; - diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c deleted file mode 100644 index 83fe65b85..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c +++ /dev/null @@ -1,228 +0,0 @@ ---- hald/freebsd/probing/probe-video4linux.c.orig 2010-02-21 14:51:01.000000000 -0500 -+++ hald/freebsd/probing/probe-video4linux.c 2010-02-21 14:54:51.000000000 -0500 -@@ -0,0 +1,225 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_probing_probe-video4linux.c,v 1.4 2010-02-21 19:57:47 marcus Exp $ -+ * -+ * probe-video4linux.c : Probe video4linux devices -+ * Adapted for FreeBSD by : Joe Marcus Clarke <marcus@FreeBSD.org> -+ * -+ * Copyright (C) 2007 Nokia Corporation -+ * -+ * Licensed under the Academic Free License version 2.1 -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ **************************************************************************/ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+ -+#include <sys/types.h> -+#include <sys/user.h> -+#include <sys/sysctl.h> -+#include <sys/time.h> -+#include <sys/ioctl.h> -+#include <linux/videodev.h> -+#include <linux/videodev2.h> -+#include <errno.h> -+#include <fcntl.h> -+#include <stdint.h> -+#include <stdio.h> -+#include <stdlib.h> -+#include <string.h> -+#include <unistd.h> -+#include <glib.h> -+ -+#include "../libprobe/hfp.h" -+ -+#define WEBCAMD_PID_FILE "/var/run/webcamd" -+#define V4B_DEVICES_MAX 10 /* XXX from video4bsd.h */ -+ -+static int -+hfp_v4l_get_unit (int bus, int addr) -+{ -+ int i; -+ pid_t pid; -+ int mib[4]; -+ char *endptr; -+ char *pidf = NULL; -+ char *contents = NULL; -+ gsize len; -+ -+ for (i = 0; i < V4B_DEVICES_MAX; i++) { -+ pidf = g_strdup_printf ("%s.%i.%i.%i.pid", WEBCAMD_PID_FILE, bus, addr, i); -+ if (g_file_test (pidf, G_FILE_TEST_EXISTS)) -+ break; -+ g_free (pidf); -+ pidf = NULL; -+ } -+ -+ if (pidf == NULL) -+ return -1; -+ -+ if (! g_file_get_contents (pidf, &contents, &len, NULL)) { -+ g_free (pidf); -+ return -1; -+ } -+ -+ g_free (pidf); -+ -+ pid = (int) strtol (contents, &endptr, 10); -+ if (endptr == contents) { -+ g_free (contents); -+ return -1; -+ } -+ g_free (contents); -+ -+ len = 4; -+ sysctlnametomib ("kern.proc.pid", mib, &len); -+ -+ len = sizeof(struct kinfo_proc); -+ mib[3] = pid; -+ -+ /* This is just a rough test. */ -+ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) -+ return -1; -+ -+ return i; -+} -+ -+int -+main (int argc, char **argv) -+{ -+ int ret = 1; -+ int fd = -1; -+ int unit = -1; -+ int bus = -1; -+ int addr = -1; -+ int intf = -1; -+ char *device_file = NULL; -+ char *busstr; -+ char *addrstr; -+ char *intfstr; -+ struct video_capability v1cap; -+ struct v4l2_capability v2cap; -+ LibHalChangeSet *cset; -+ -+ if (! hfp_init (argc, argv)) -+ goto out; -+ -+ busstr = getenv ("HAL_PROP_USB_BUS_NUMBER"); -+ if (! busstr) -+ goto out; -+ addrstr = getenv ("HAL_PROP_USB_PORT_NUMBER"); -+ if (! addrstr) -+ goto out; -+ intfstr = getenv ("HAL_PROP_USB_INTERFACE_NUMBER"); -+ if (! intfstr) -+ goto out; -+ -+ bus = atoi (busstr); -+ addr = atoi (addrstr); -+ intf = atoi (intfstr); -+ if (intf != 0) -+ goto out; -+ -+ unit = hfp_v4l_get_unit (bus, addr); -+ if (unit == -1) -+ goto out; -+ device_file = g_strdup_printf ("/dev/video%i", unit); -+ if (device_file == NULL) -+ goto out; -+ -+ /* give a meaningful process title for ps(1) */ -+ setproctitle("%s (bus: %i, addr: %i)", device_file, bus, addr); -+ -+ cset = libhal_device_new_changeset (hfp_udi); -+ -+ hfp_info ("Doing probe-video4linux for %s (udi=%s)", device_file, hfp_udi); -+ -+ fd = open (device_file, O_RDONLY); -+ if (fd < 0) { -+ hfp_critical ("Cannot open %s: %s", device_file, strerror (errno)); -+ goto out; -+ } -+ -+ if (ioctl (fd, VIDIOC_QUERYCAP, &v2cap) == 0) { -+ libhal_changeset_set_property_string (cset, -+ "video4linux.device", device_file); -+ libhal_changeset_set_property_string (cset, -+ "info.category", "video4linux"); -+ libhal_changeset_set_property_string (cset, -+ "video4linux.version", "2"); -+ -+ libhal_changeset_set_property_string (cset, -+ "info.product", (const char *)v2cap.card); -+ -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux", NULL); -+ if ((v2cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.video_capture", NULL); -+ } if ((v2cap.capabilities & V4L2_CAP_VIDEO_OUTPUT) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.video_output", NULL); -+ } if ((v2cap.capabilities & V4L2_CAP_VIDEO_OVERLAY) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.video_overlay", NULL); -+ } if ((v2cap.capabilities & V4L2_CAP_AUDIO) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.audio", NULL); -+ } if ((v2cap.capabilities & V4L2_CAP_TUNER) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.tuner", NULL); -+ } if ((v2cap.capabilities & V4L2_CAP_RADIO) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.radio", NULL); -+ } -+ } else { -+ hfp_info (("ioctl VIDIOC_QUERYCAP failed")); -+ -+ if (ioctl (fd, VIDIOCGCAP, &v1cap) == 0) { -+ libhal_changeset_set_property_string (cset, -+ "video4linux.device", device_file); -+ libhal_changeset_set_property_string (cset, -+ "info.category", "video4linux"); -+ libhal_changeset_set_property_string (cset, -+ "video4linux.version", "1"); -+ -+ libhal_changeset_set_property_string (cset, -+ "info.product", v1cap.name); -+ -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux", NULL); -+ if ((v1cap.type & VID_TYPE_CAPTURE) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.video_capture", NULL); -+ } if ((v1cap.type & VID_TYPE_OVERLAY) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.video_overlay", NULL); -+ } if (v1cap.audios > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.audio", NULL); -+ } if ((v1cap.type & VID_TYPE_TUNER) > 0) { -+ libhal_device_add_capability (hfp_ctx, hfp_udi, "video4linux.tuner", NULL); -+ } -+ } else { -+ hfp_info (("ioctl VIDIOCGCAP failed; not a v4l device")); -+ } -+ } -+ -+ libhal_device_commit_changeset (hfp_ctx, cset, NULL); -+ libhal_device_free_changeset (cset); -+ -+ close (fd); -+ -+ ret = 0; -+ -+out: -+ g_free (device_file); -+ if (fd >= 0) -+ close (fd); -+ -+ return ret; -+} -+ diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c deleted file mode 100644 index 1ff3d0206..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c +++ /dev/null @@ -1,31 +0,0 @@ ---- hald/freebsd/probing/probe-volume.c.orig 2009-12-23 14:06:53.000000000 -0500 -+++ hald/freebsd/probing/probe-volume.c 2009-12-23 14:07:01.000000000 -0500 -@@ -574,6 +574,7 @@ main (int argc, char **argv) - - snprintf(ufsid, sizeof(ufsid), "%08x%08x", ufsdisk.d_fs.fs_id[0], ufsdisk.d_fs.fs_id[1]); - libhal_device_set_property_string(hfp_ctx, hfp_udi, "volume.freebsd.ufsid", ufsid, &hfp_error); -+ dbus_error_free(&hfp_error); - ufs_devs = libhal_manager_find_device_string_match(hfp_ctx, - "volume.freebsd.ufsid", - ufsid, -@@ -582,16 +583,17 @@ main (int argc, char **argv) - dbus_error_free(&hfp_error); - for (i = 0; i < num_udis; i++) - { -- if (ufs_devs[i] != NULL) -+ if (ufs_devs[i] != NULL && strcmp(ufs_devs[i], hfp_udi)) - { - gboolean mounted; - - mounted = libhal_device_get_property_bool(hfp_ctx, ufs_devs[i], "volume.is_mounted", &hfp_error); -- dbus_error_free(&hfp_error); -+ dbus_error_free(&hfp_error); - if (mounted) -- { -+ { - libhal_device_set_property_bool(hfp_ctx, hfp_udi, "volume.ignore", TRUE, &hfp_error); - dbus_error_free(&hfp_error); -+ break; - } - } - } diff --git a/sysutils/hal/files/patch-hald_hf-storage.c b/sysutils/hal/files/patch-hald_hf-storage.c deleted file mode 100644 index 162079ac7..000000000 --- a/sysutils/hal/files/patch-hald_hf-storage.c +++ /dev/null @@ -1,79 +0,0 @@ ---- hald/freebsd/hf-storage.c.orig 2009-08-24 08:42:29.000000000 -0400 -+++ hald/freebsd/hf-storage.c 2010-02-26 08:29:38.000000000 -0500 -@@ -30,6 +30,7 @@ - #include <limits.h> - #include <inttypes.h> - #include <string.h> -+#include <unistd.h> - #include <sys/param.h> - #include <sys/types.h> - #include <sys/disklabel.h> -@@ -418,10 +419,41 @@ hf_storage_parse_conftxt (const char *co - continue; - } - -+ /* XXX This is a hack, but we need to ignore dynamic labels like -+ * ufsids which are created and destroyed based on whether or not -+ * the actual device is mounted or not. If we don't then strange -+ * things happen in applications like nautilus. -+ */ -+ if ((! strcmp(fields[1], "LABEL") || -+ ! strcmp(fields[1], "BSD") || -+ ! strcmp(fields[1], "PART")) && -+ ! (strncmp(fields[2], "ufsid/", strlen("ufsid/")) || -+ ! strncmp(fields[2], "ufs/", strlen("ufs/")))) -+ { -+ g_strfreev(fields); -+ continue; -+ } -+ - geom_obj = g_new0(Geom_Object, 1); - - geom_obj->class = g_strdup(fields[1]); - geom_obj->dev = g_strdup(fields[2]); -+ /* Allow for spaces in label names. */ -+ if (! strcmp(fields[1], "LABEL")) -+ { -+ int j; -+ -+ for (j = 3; g_strv_length(fields) > (j + 2) && -+ strcmp(fields[j + 2], "i"); j++) -+ { -+ char *tmp; -+ -+ tmp = g_strdup_printf("%s %s", geom_obj->dev, fields[j]); -+ g_free(geom_obj->dev); -+ geom_obj->dev = tmp; -+ } -+ } -+ - geom_obj->type = -1; /* We use -1 here to denote a missing type. */ - geom_obj->hash = hash; - -@@ -589,11 +621,16 @@ hf_storage_devd_notify (const char *syst - char *conftxt; - GSList *new_disks; - -- if (strcmp(system, "DEVFS") || strcmp(subsystem, "CDEV") || -+ if (! data || strcmp(system, "DEVFS") || strcmp(subsystem, "CDEV") || - (strcmp(type, "CREATE") && strcmp(type, "DESTROY"))) - return FALSE; - -+ if (! strcmp(type, "DESTROY")) -+ g_usleep(G_USEC_PER_SEC/2); -+ - conftxt = hf_get_string_sysctl(NULL, "kern.geom.conftxt"); -+ if (! conftxt) -+ return FALSE; - new_disks = hf_storage_parse_conftxt(conftxt); - g_free(conftxt); - -@@ -669,7 +706,7 @@ hf_storage_conftxt_timeout_cb (gpointer - if (hf_is_waiting) - return TRUE; - -- hf_storage_devd_notify("DEVFS", "CDEV", "CREATE", NULL); -+ hf_storage_devd_notify("DEVFS", "CDEV", "CREATE", ""); - - return TRUE; - } diff --git a/sysutils/hal/files/patch-tools_hal-storage-eject.c b/sysutils/hal/files/patch-tools_hal-storage-eject.c deleted file mode 100644 index 730e2a076..000000000 --- a/sysutils/hal/files/patch-tools_hal-storage-eject.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/hal-storage-eject.c.orig 2008-10-27 13:23:11.000000000 -0400 -+++ tools/hal-storage-eject.c 2008-10-27 13:23:23.000000000 -0400 -@@ -190,7 +190,7 @@ main (int argc, char *argv[]) - unknown_eject_error ("Cannot obtain lock on /media/.hal-mtab"); - } - handle_unmount (hal_ctx, -- udi, volume_to_unmount, drive, -+ volume_udi, volume_to_unmount, drive, - libhal_volume_get_device_file (volume_to_unmount), - invoked_by_uid, invoked_by_syscon_name, - FALSE, FALSE); /* use neither lazy nor force */ diff --git a/sysutils/hal/files/patch-tools_hal-storage-mount.c b/sysutils/hal/files/patch-tools_hal-storage-mount.c deleted file mode 100644 index 390d35111..000000000 --- a/sysutils/hal/files/patch-tools_hal-storage-mount.c +++ /dev/null @@ -1,91 +0,0 @@ ---- tools/hal-storage-mount.c.orig 2008-05-07 19:24:23.000000000 -0400 -+++ tools/hal-storage-mount.c 2008-10-09 00:54:34.000000000 -0400 -@@ -56,8 +56,9 @@ - - #ifdef __FreeBSD__ - #define MOUNT "/sbin/mount" --#define MOUNT_OPTIONS "noexec,nosuid" -+#define MOUNT_OPTIONS "nosuid" - #define MOUNT_TYPE_OPT "-t" -+#define FUSE_DB "/tmp/.fuse-mnts" - #elif sun - #define MOUNT "/sbin/mount" - #define MOUNT_OPTIONS "noexec,nosuid" -@@ -255,6 +256,51 @@ out: - return f; - } - -+#ifdef __FreeBSD__ -+static char * -+resolve_fuse (const char *special) -+{ -+ gchar *contents; -+ gchar **lines; -+ gsize len; -+ int i; -+ -+ if (! g_file_get_contents (FUSE_DB, &contents, &len, NULL)) -+ return g_strdup (special); -+ -+ lines = g_strsplit (contents, "\n", 0); -+ g_free (contents); -+ -+ for (i = 0; lines && lines[i]; i++) { -+ gchar **fields; -+ -+ fields = g_strsplit (lines[i], "=", 2); -+ if (fields && g_strv_length (fields) == 2) { -+ if (strcmp (fields[0], special) == 0) { -+ g_strfreev (fields); -+ g_strfreev (lines); -+ return g_strdup (fields[1]); -+ } -+ } -+ g_strfreev (fields); -+ } -+ -+ g_strfreev (lines); -+ -+ return g_strdup (special); -+} -+#endif -+ -+static char * -+resolve_special (const char *special) -+{ -+#ifdef __FreeBSD__ -+ if (strstr(special, "fuse")) -+ return resolve_fuse (special); -+#endif -+ return g_strdup (special); -+} -+ - static LibHalVolume * - volume_findby (LibHalContext *hal_ctx, const char *property, const char *value) - { -@@ -400,18 +446,20 @@ device_is_mounted (const char *device, c - unknown_error ("Cannot open /etc/mtab or equivalent"); - } - while (((entry = mtab_next (handle, mount_point)) != NULL) && (ret == FALSE)) { -- char *resolved; -+ char *resolved, *rspecial; - - resolved = resolve_symlink (entry); -+ rspecial = resolve_special (resolved); -+ g_free (resolved); - #ifdef DEBUG -- printf ("/proc/mounts: device %s -> %s \n", entry, resolved); -+ printf ("/proc/mounts: device %s -> %s \n", entry, rspecial); - #endif -- if (strcmp (device, resolved) == 0) { -- printf ("%s (-> %s) found in mount list. Not mounting.\n", entry, resolved); -+ if (strcmp (device, rspecial) == 0) { -+ printf ("%s (-> %s) found in mount list. Not mounting.\n", entry, rspecial); - ret = TRUE; - } - -- g_free (resolved); -+ g_free (rspecial); - } - mtab_close (handle); - return ret; diff --git a/sysutils/hal/files/patch-tools_hal-storage-shared.c b/sysutils/hal/files/patch-tools_hal-storage-shared.c deleted file mode 100644 index 1ed7fe907..000000000 --- a/sysutils/hal/files/patch-tools_hal-storage-shared.c +++ /dev/null @@ -1,45 +0,0 @@ ---- tools/hal-storage-shared.c.orig 2008-05-07 19:24:24.000000000 -0400 -+++ tools/hal-storage-shared.c 2008-10-20 14:53:35.000000000 -0400 -@@ -297,6 +297,9 @@ handle_unmount (LibHalContext *hal_ctx, - char *mount_point_to_unmount; - gboolean mounted_by_other_uid; - FILE *hal_mtab_new; -+#ifdef __FreeBSD__ -+ char *rdevice = NULL; -+#endif - - #ifdef DEBUG - printf ("device = %s\n", device); -@@ -473,7 +476,20 @@ line_found: - #endif - if (option_force) - args[na++] = "-f"; -- args[na++] = (char *) device; -+#ifdef __FreeBSD__ -+ dbus_error_init (&error); -+ if (libhal_device_property_exists (hal_ctx, udi, "volume.freebsd.real_mounted_device", NULL)) { -+ rdevice = libhal_device_get_property_string (hal_ctx, udi, "volume.freebsd.real_mounted_device", &error); -+ if (dbus_error_is_set (&error)) { -+ dbus_error_free (&error); -+ unknown_error ("Error while getting volume.freebsd.real_mounted_device"); -+ } -+ } -+ if (rdevice) -+ args[na++] = rdevice; -+ else -+#endif -+ args[na++] = (char *) device; - args[na++] = NULL; - - #ifdef DEBUG -@@ -497,6 +513,10 @@ line_found: - unknown_error ("Cannot spawn " UMOUNT); - } - -+#ifdef __FreeBSD__ -+ g_free (rdevice); -+#endif -+ - /* check if unmount was succesful */ - if (exit_status != 0) { - printf ("%s error %d, stdout='%s', stderr='%s'\n", UMOUNT, exit_status, sout, serr); diff --git a/sysutils/hal/files/pkg-deinstall.in b/sysutils/hal/files/pkg-deinstall.in deleted file mode 100644 index 4650d60fe..000000000 --- a/sysutils/hal/files/pkg-deinstall.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -[ "$2" != DEINSTALL ] && exit 0 - -USER=haldaemon - -%%LOCALBASE%%/bin/polkit-auth --user ${USER} --revoke \ - org.freedesktop.policykit.read - -for pair in %%RC_FILES%%; do - file=`echo $pair | cut -f 1 -d :` - destdir=`echo $pair | cut -f 2 -d :` - - if cmp -s %%DATADIR%%/dist/$file $destdir/$file; then - rm -f $destdir/$file - fi -done diff --git a/sysutils/hal/files/pkg-install.in b/sysutils/hal/files/pkg-install.in deleted file mode 100644 index 253eef1f0..000000000 --- a/sysutils/hal/files/pkg-install.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=haldaemon - GROUP=${USER} - - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/hald - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/cache/hald - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/lib/hal - %%LOCALBASE%%/bin/polkit-auth --user ${USER} --grant \ - org.freedesktop.policykit.read - - for pair in %%RC_FILES%%; do - file=`echo $pair | cut -f 1 -d :` - destdir=`echo $pair | cut -f 2 -d :` - - if [ ! -f $destdir/$file ]; then - mkdir -p $destdir - cp -p %%DATADIR%%/dist/$file $destdir/$file - fi - done - exit 0 - ;; -esac diff --git a/sysutils/hal/pkg-descr b/sysutils/hal/pkg-descr deleted file mode 100644 index c94358513..000000000 --- a/sysutils/hal/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -HAL is a hardware abstraction layer whose goal is to merge information from -various sources such that desktop applications can locate and use hardware -devices. The point is that the exact set of information to merge varies by -device and bus type. - -WWW: http://www.freedesktop.org/Software/hal diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist deleted file mode 100644 index 33f9be2a2..000000000 --- a/sysutils/hal/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -@unexec %D/etc/rc.d/hald stop > /dev/null 2>&1 || true -bin/hal-device -bin/hal-disable-polling -bin/hal-find-by-capability -bin/hal-find-by-property -bin/hal-get-property -bin/hal-is-caller-locked-out -bin/hal-is-caller-privileged -bin/hal-lock -bin/hal-set-property -bin/lshal -@exec mkdir -p %D/etc/hal/fdi/preprobe -@exec mkdir -p %D/etc/hal/fdi/policy -@exec mkdir -p %D/etc/hal/fdi/information -include/hal/libhal-storage.h -include/hal/libhal.h -lib/libhal-storage.a -lib/libhal-storage.la -lib/libhal-storage.so -lib/libhal-storage.so.1 -lib/libhal.a -lib/libhal.la -lib/libhal.so -lib/libhal.so.1 -libdata/pkgconfig/hal-storage.pc -libdata/pkgconfig/hal.pc -libexec/hal-storage-cleanup-all-mountpoints -libexec/hal-storage-cleanup-mountpoint -libexec/hal-storage-closetray -libexec/hal-storage-eject -libexec/hal-storage-mount -libexec/hal-storage-unmount -libexec/hal-system-power-pm-is-supported -libexec/hal-system-setserial -libexec/hal/scripts/freebsd/hal-system-lcd-get-brightness-freebsd -libexec/hal/scripts/freebsd/hal-system-lcd-set-brightness-freebsd -libexec/hal/scripts/freebsd/hal-system-power-reboot-freebsd -libexec/hal/scripts/freebsd/hal-system-power-set-power-save-freebsd -libexec/hal/scripts/freebsd/hal-system-power-shutdown-freebsd -libexec/hal/scripts/freebsd/hal-system-power-suspend-freebsd -libexec/hal/scripts/hal-dockstation-undock -libexec/hal/scripts/hal-functions -libexec/hal/scripts/hal-luks-remove -libexec/hal/scripts/hal-luks-setup -libexec/hal/scripts/hal-luks-teardown -libexec/hal/scripts/hal-system-killswitch-get-power -libexec/hal/scripts/hal-system-killswitch-set-power -libexec/hal/scripts/hal-system-lcd-get-brightness -libexec/hal/scripts/hal-system-lcd-set-brightness -libexec/hal/scripts/hal-system-power-hibernate -libexec/hal/scripts/hal-system-power-reboot -libexec/hal/scripts/hal-system-power-set-power-save -libexec/hal/scripts/hal-system-power-shutdown -libexec/hal/scripts/hal-system-power-suspend -libexec/hal/scripts/hal-system-power-suspend-hybrid -libexec/hal/scripts/hal-system-wol-enable -libexec/hal/scripts/hal-system-wol-enabled -libexec/hal/scripts/hal-system-wol-supported -libexec/hald-addon-mouse-sysmouse -libexec/hald-addon-storage -libexec/hald-generate-fdi-cache -libexec/hald-probe-hiddev -libexec/hald-probe-mouse -libexec/hald-probe-scsi -libexec/hald-probe-smbios -libexec/hald-probe-storage -%%USB2%%libexec/hald-probe-usb2-device -%%USB2%%libexec/hald-probe-usb2-interface -%%USB2%%libexec/hald-probe-video4linux -libexec/hald-probe-volume -libexec/hald-runner -sbin/hald -%%PORTDOCS%%%%DOCSDIR%%/README.freebsd -%%PORTDOCS%%%%DOCSDIR%%/README.fuse -%%DATADIR%%/dist/hal.conf -%%DATADIR%%/fdi/fdi.dtd -%%DATADIR%%/fdi/information/10freedesktop/01-deprecated-keys.fdi -@exec mkdir -p %D/%%DATADIR%%/fdi/information/20thirdparty -%%DATADIR%%/fdi/policy/10osvendor/10-dockstation.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-input-policy.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-leds.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-mouse-sysmouse.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-power-mgmt-policy.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-rfkill-switch.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-tabletPCs.fdi -%%DATADIR%%/fdi/policy/10osvendor/10-x11-input.fdi -%%DATADIR%%/fdi/policy/10osvendor/15-storage-luks.fdi -%%DATADIR%%/fdi/policy/10osvendor/20-storage-methods.fdi -%%DATADIR%%/fdi/policy/10osvendor/30-wol.fdi -%%DATADIR%%/mount-fuse -share/PolicyKit/policy/org.freedesktop.hal.dockstation.policy -share/PolicyKit/policy/org.freedesktop.hal.killswitch.policy -share/PolicyKit/policy/org.freedesktop.hal.leds.policy -share/PolicyKit/policy/org.freedesktop.hal.policy -share/PolicyKit/policy/org.freedesktop.hal.power-management.policy -share/PolicyKit/policy/org.freedesktop.hal.storage.policy -share/PolicyKit/policy/org.freedesktop.hal.wol.policy -@exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/10osvendor -@dirrm %%DATADIR%%/fdi/preprobe -@dirrm %%DATADIR%%/fdi/policy/20thirdparty -@dirrm %%DATADIR%%/fdi/policy/10osvendor -@dirrm %%DATADIR%%/fdi/policy -@dirrm %%DATADIR%%/fdi/information/20thirdparty -@dirrm %%DATADIR%%/fdi/information/10freedesktop -@dirrm %%DATADIR%%/fdi/information -@dirrm %%DATADIR%%/fdi -@dirrm %%DATADIR%%/dist -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm libexec/hal/scripts/freebsd -@dirrm libexec/hal/scripts -@dirrm libexec/hal -@dirrm include/hal -@dirrm etc/hal/fdi/preprobe -@dirrm etc/hal/fdi/policy -@dirrm etc/hal/fdi/information -@dirrm etc/hal/fdi -@dirrm etc/hal -@unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true -@unexec rm -rf /var/run/hald/hald-local 2>/dev/null || true -@unexec rm -rf /var/run/hald/hald-runner 2>/dev/null || true -@unexec rmdir /var/run/hald 2>/dev/null || true -@unexec rmdir /var/cache/hald 2>/dev/null || true -@unexec rmdir /var/cache 2>/dev/null || true -@unexec rmdir /var/lib/hal 2>/dev/null || true -@unexec rmdir /var/lib 2>/dev/null || true diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile deleted file mode 100644 index 427c91711..000000000 --- a/sysutils/pessulus/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: pessulus -# Date created: 14 March 2006 -# Whom: FreeBSD GNOME Team -# -# $FreeBSD$ -# $MCom: ports/sysutils/pessulus/Makefile,v 1.27 2010/02/24 03:43:54 avl Exp $ -# - -PORTNAME= pessulus -PORTVERSION= 2.30.0 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A lockdown editor for GNOME - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomedesktop -WANT_GNOME= yes -USE_PYTHON= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCS= AUTHORS COPYING ChangeLog HACKING \ - MAINTAINERS NEWS README TODO - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/sysutils/pessulus/distinfo b/sysutils/pessulus/distinfo deleted file mode 100644 index 4683c78b6..000000000 --- a/sysutils/pessulus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pessulus-2.30.0.tar.bz2) = a4a91bd6d554e3a2bb42ce5567d80203 -SHA256 (gnome2/pessulus-2.30.0.tar.bz2) = f735ec84fa179ae7896bcfc100f1ff30c8e135ceee2a8d2f5e7629d3f7454679 -SIZE (gnome2/pessulus-2.30.0.tar.bz2) = 182629 diff --git a/sysutils/pessulus/files/patch-data_Makefile.in b/sysutils/pessulus/files/patch-data_Makefile.in deleted file mode 100644 index e6233c448..000000000 --- a/sysutils/pessulus/files/patch-data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.in.orig 2008-09-22 12:27:32.000000000 +0200 -+++ data/Makefile.in 2008-09-22 12:27:59.000000000 +0200 -@@ -422,7 +422,7 @@ uninstall-am: uninstall-desktopDATA unin - @INTLTOOL_DESKTOP_RULE@ - - install-icons: -- for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir --parents $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done -+ for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done - - install -m 644 $(srcdir)/pessulus-16.png $(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/pessulus.png - install -m 644 $(srcdir)/pessulus-22.png $(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/pessulus.png diff --git a/sysutils/pessulus/pkg-descr b/sysutils/pessulus/pkg-descr deleted file mode 100644 index f1105467e..000000000 --- a/sysutils/pessulus/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pessulus is a lockdown editor for GNOME, written in python. It enables -administrators to set mandatory settings in GConf. The users can not change -these settings. Use of pessulus can be useful on computers that are open to -use by everyone, e.g. in an internet cafe. - -WWW: http://www.gnome.org/~vuntz/pessulus/ diff --git a/sysutils/pessulus/pkg-plist b/sysutils/pessulus/pkg-plist deleted file mode 100644 index 15f1ba1ca..000000000 --- a/sysutils/pessulus/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -bin/pessulus -%%PYTHON_SITELIBDIR%%/Pessulus/__init__.py -%%PYTHON_SITELIBDIR%%/Pessulus/__init__.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/__init__.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/config.py -%%PYTHON_SITELIBDIR%%/Pessulus/config.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/config.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.py -%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.py -%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/icons.py -%%PYTHON_SITELIBDIR%%/Pessulus/icons.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/icons.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.py -%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/main.py -%%PYTHON_SITELIBDIR%%/Pessulus/main.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/main.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.py -%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.py -%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.pyo -%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.py -%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyc -%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyo -share/applications/pessulus.desktop -share/icons/hicolor/16x16/apps/pessulus.png -share/icons/hicolor/22x22/apps/pessulus.png -share/icons/hicolor/24x24/apps/pessulus.png -share/icons/hicolor/32x32/apps/pessulus.png -share/icons/hicolor/48x48/apps/pessulus.png -share/icons/hicolor/scalable/apps/pessulus.svg -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/HACKING -%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/locale/ar/LC_MESSAGES/pessulus.mo -share/locale/as/LC_MESSAGES/pessulus.mo -share/locale/ast/LC_MESSAGES/pessulus.mo -share/locale/bal/LC_MESSAGES/pessulus.mo -share/locale/be/LC_MESSAGES/pessulus.mo -share/locale/be@latin/LC_MESSAGES/pessulus.mo -share/locale/bg/LC_MESSAGES/pessulus.mo -share/locale/bn/LC_MESSAGES/pessulus.mo -share/locale/bn_IN/LC_MESSAGES/pessulus.mo -share/locale/br/LC_MESSAGES/pessulus.mo -share/locale/ca/LC_MESSAGES/pessulus.mo -share/locale/ca@valencia/LC_MESSAGES/pessulus.mo -share/locale/crh/LC_MESSAGES/pessulus.mo -share/locale/cs/LC_MESSAGES/pessulus.mo -share/locale/cy/LC_MESSAGES/pessulus.mo -share/locale/da/LC_MESSAGES/pessulus.mo -share/locale/de/LC_MESSAGES/pessulus.mo -share/locale/dz/LC_MESSAGES/pessulus.mo -share/locale/el/LC_MESSAGES/pessulus.mo -share/locale/en@shaw/LC_MESSAGES/pessulus.mo -share/locale/en_CA/LC_MESSAGES/pessulus.mo -share/locale/en_GB/LC_MESSAGES/pessulus.mo -share/locale/es/LC_MESSAGES/pessulus.mo -share/locale/et/LC_MESSAGES/pessulus.mo -share/locale/eu/LC_MESSAGES/pessulus.mo -share/locale/fi/LC_MESSAGES/pessulus.mo -share/locale/fr/LC_MESSAGES/pessulus.mo -share/locale/gl/LC_MESSAGES/pessulus.mo -share/locale/gu/LC_MESSAGES/pessulus.mo -share/locale/he/LC_MESSAGES/pessulus.mo -share/locale/hi/LC_MESSAGES/pessulus.mo -share/locale/hu/LC_MESSAGES/pessulus.mo -share/locale/id/LC_MESSAGES/pessulus.mo -share/locale/it/LC_MESSAGES/pessulus.mo -share/locale/ja/LC_MESSAGES/pessulus.mo -share/locale/ka/LC_MESSAGES/pessulus.mo -share/locale/ko/LC_MESSAGES/pessulus.mo -share/locale/kn/LC_MESSAGES/pessulus.mo -share/locale/ku/LC_MESSAGES/pessulus.mo -share/locale/lt/LC_MESSAGES/pessulus.mo -share/locale/lv/LC_MESSAGES/pessulus.mo -share/locale/mai/LC_MESSAGES/pessulus.mo -share/locale/mk/LC_MESSAGES/pessulus.mo -share/locale/ml/LC_MESSAGES/pessulus.mo -share/locale/mn/LC_MESSAGES/pessulus.mo -share/locale/mr/LC_MESSAGES/pessulus.mo -share/locale/nb/LC_MESSAGES/pessulus.mo -share/locale/nds/LC_MESSAGES/pessulus.mo -share/locale/ne/LC_MESSAGES/pessulus.mo -share/locale/nl/LC_MESSAGES/pessulus.mo -share/locale/nn/LC_MESSAGES/pessulus.mo -share/locale/oc/LC_MESSAGES/pessulus.mo -share/locale/or/LC_MESSAGES/pessulus.mo -share/locale/pa/LC_MESSAGES/pessulus.mo -share/locale/pl/LC_MESSAGES/pessulus.mo -share/locale/ps/LC_MESSAGES/pessulus.mo -share/locale/pt/LC_MESSAGES/pessulus.mo -share/locale/pt_BR/LC_MESSAGES/pessulus.mo -share/locale/ro/LC_MESSAGES/pessulus.mo -share/locale/ru/LC_MESSAGES/pessulus.mo -share/locale/si/LC_MESSAGES/pessulus.mo -share/locale/sk/LC_MESSAGES/pessulus.mo -share/locale/sl/LC_MESSAGES/pessulus.mo -share/locale/sq/LC_MESSAGES/pessulus.mo -share/locale/sr/LC_MESSAGES/pessulus.mo -share/locale/sr@latin/LC_MESSAGES/pessulus.mo -share/locale/sv/LC_MESSAGES/pessulus.mo -share/locale/ta/LC_MESSAGES/pessulus.mo -share/locale/te/LC_MESSAGES/pessulus.mo -share/locale/th/LC_MESSAGES/pessulus.mo -share/locale/tr/LC_MESSAGES/pessulus.mo -share/locale/uk/LC_MESSAGES/pessulus.mo -share/locale/uz@cyrillic/LC_MESSAGES/pessulus.mo -share/locale/vi/LC_MESSAGES/pessulus.mo -share/locale/zh_CN/LC_MESSAGES/pessulus.mo -share/locale/zh_HK/LC_MESSAGES/pessulus.mo -share/locale/zh_TW/LC_MESSAGES/pessulus.mo -%%DATADIR%%/ui/pessulus.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/Pessulus -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/bal/LC_MESSAGES -@dirrmtry share/locale/bal -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile deleted file mode 100644 index 9da573cce..000000000 --- a/sysutils/polkit-gnome/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: polkit-gnome -# Date Created: 30 Juli 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.9 2010/04/21 16:52:46 kwm Exp $ -# - -PORTNAME= polkit-gnome -PORTVERSION= 0.96 -PORTREVISION= 3 -CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME frontend to the PolicKit framework - -LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gtk20 intlhack -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/sysutils/polkit-gnome/distinfo b/sysutils/polkit-gnome/distinfo deleted file mode 100644 index eed5204a9..000000000 --- a/sysutils/polkit-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (polkit-gnome-0.96.tar.bz2) = 611cf39fba2945320fc7a9ec49087e69 -SHA256 (polkit-gnome-0.96.tar.bz2) = 0d96c8032d658a2e1eef8adfbeafff0f569ef0cf68b35915423acc00873c8a92 -SIZE (polkit-gnome-0.96.tar.bz2) = 362723 diff --git a/sysutils/polkit-gnome/pkg-descr b/sysutils/polkit-gnome/pkg-descr deleted file mode 100644 index 57dad7b5d..000000000 --- a/sysutils/polkit-gnome/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PolicyKit is a framework for defining policy for system-wide components and -for desktop pieces to configure it. PolicyKit-gnome is a GTK+/GNOME frontend -for that framework. - -WWW: http://www.freedesktop.org/wiki/Software/PolicyKit diff --git a/sysutils/polkit-gnome/pkg-plist b/sysutils/polkit-gnome/pkg-plist deleted file mode 100644 index 3a4f4dddf..000000000 --- a/sysutils/polkit-gnome/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop -include/polkit-gtk-1/polkitgtk/polkitgtk.h -include/polkit-gtk-1/polkitgtk/polkitgtktypes.h -include/polkit-gtk-1/polkitgtk/polkitlockbutton.h -lib/girepository-1.0/PolkitGtk-1.0.typelib -lib/libpolkit-gtk-1.a -lib/libpolkit-gtk-1.la -lib/libpolkit-gtk-1.so -lib/libpolkit-gtk-1.so.0 -libexec/polkit-gnome-authentication-agent-1 -libdata/pkgconfig/polkit-gtk-1.pc -share/gir-1.0/PolkitGtk-1.0.gir -share/locale/ar/LC_MESSAGES/polkit-gnome-1.mo -share/locale/be/LC_MESSAGES/polkit-gnome-1.mo -share/locale/ca/LC_MESSAGES/polkit-gnome-1.mo -share/locale/cs/LC_MESSAGES/polkit-gnome-1.mo -share/locale/da/LC_MESSAGES/polkit-gnome-1.mo -share/locale/de/LC_MESSAGES/polkit-gnome-1.mo -share/locale/el/LC_MESSAGES/polkit-gnome-1.mo -share/locale/en_GB/LC_MESSAGES/polkit-gnome-1.mo -share/locale/es/LC_MESSAGES/polkit-gnome-1.mo -share/locale/eu/LC_MESSAGES/polkit-gnome-1.mo -share/locale/fi/LC_MESSAGES/polkit-gnome-1.mo -share/locale/fr/LC_MESSAGES/polkit-gnome-1.mo -share/locale/gl/LC_MESSAGES/polkit-gnome-1.mo -share/locale/gu/LC_MESSAGES/polkit-gnome-1.mo -share/locale/he/LC_MESSAGES/polkit-gnome-1.mo -share/locale/hu/LC_MESSAGES/polkit-gnome-1.mo -share/locale/it/LC_MESSAGES/polkit-gnome-1.mo -share/locale/ja/LC_MESSAGES/polkit-gnome-1.mo -share/locale/lt/LC_MESSAGES/polkit-gnome-1.mo -share/locale/nb/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pa/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pl/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pt/LC_MESSAGES/polkit-gnome-1.mo -share/locale/pt_BR/LC_MESSAGES/polkit-gnome-1.mo -share/locale/ru/LC_MESSAGES/polkit-gnome-1.mo -share/locale/sk/LC_MESSAGES/polkit-gnome-1.mo -share/locale/sl/LC_MESSAGES/polkit-gnome-1.mo -share/locale/sv/LC_MESSAGES/polkit-gnome-1.mo -share/locale/zh_CN/LC_MESSAGES/polkit-gnome-1.mo -share/locale/zh_HK/LC_MESSAGES/polkit-gnome-1.mo -share/locale/zh_TW/LC_MESSAGES/polkit-gnome-1.mo -@dirrm include/polkit-gtk-1/polkitgtk -@dirrm include/polkit-gtk-1 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile deleted file mode 100644 index 73cfd1bd1..000000000 --- a/sysutils/system-tools-backends/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: system-tools-backends -# Date created: 11 February 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.59 2010/03/14 01:11:07 kwm Exp $ -# - -PORTNAME= system-tools-backends -PORTVERSION= 2.10.0 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Backend system admin scripts for gnome-system-tools - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack glib20 -GNU_CONFIGURE= yes -USE_GNOME_SUBR= yes -CONFIGURE_ARGS= --with-stb-group=wheel \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-configure: - @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \ - ${WRKSRC}/po/Makefile - -.include <bsd.port.mk> diff --git a/sysutils/system-tools-backends/distinfo b/sysutils/system-tools-backends/distinfo deleted file mode 100644 index a27e4255a..000000000 --- a/sysutils/system-tools-backends/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/system-tools-backends-2.10.0.tar.bz2) = 01fd8fcfbe5f68492186404c96af915a -SHA256 (gnome2/system-tools-backends-2.10.0.tar.bz2) = 5afea48c0c195dd3b6e0b87a586c08bf614942d4bcb60449fd9f65d95418b60d -SIZE (gnome2/system-tools-backends-2.10.0.tar.bz2) = 461621 diff --git a/sysutils/system-tools-backends/files/patch-Utils_Platform.pm b/sysutils/system-tools-backends/files/patch-Utils_Platform.pm deleted file mode 100644 index c22ec910f..000000000 --- a/sysutils/system-tools-backends/files/patch-Utils_Platform.pm +++ /dev/null @@ -1,18 +0,0 @@ ---- Utils/Platform.pm.orig 2010-04-02 00:17:39.000000000 +0200 -+++ Utils/Platform.pm 2010-04-02 00:18:30.000000000 +0200 -@@ -73,6 +73,7 @@ my $PLATFORM_INFO = { - "freebsd-6" => [ "FreeBSD", "6", "" ], - "freebsd-7" => [ "FreeBSD", "7", "" ], - "freebsd-8" => [ "FreeBSD", "8", "" ], -+ "freebsd-9" => [ "FreeBSD", "9", "" ], - "gentoo" => [ "Gentoo Linux", "", "" ], - "vlos-1.2" => [ "Vida Linux OS", "1.2" ], - "archlinux" => [ "Arch Linux", "", "" ], -@@ -126,6 +127,7 @@ sub ensure_distro_map - "freebsd-6" => "freebsd-5", - "freebsd-7" => "freebsd-5", - "freebsd-8" => "freebsd-5", -+ "freebsd-9" => "freebsd-5", - "openna-1.0" => "redhat-6.2", - "pld-1.1" => "pld-1.0", - "pld-1.99" => "pld-1.0", diff --git a/sysutils/system-tools-backends/files/patch-dispatcher_main.c b/sysutils/system-tools-backends/files/patch-dispatcher_main.c deleted file mode 100644 index d21e2c24e..000000000 --- a/sysutils/system-tools-backends/files/patch-dispatcher_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dispatcher/main.c.orig 2009-03-17 02:57:49.000000000 +0100 -+++ dispatcher/main.c 2009-04-16 10:05:33.000000000 +0200 -@@ -48,7 +48,7 @@ daemonize (void) - setsid (); - - if ((pidfile_fd = open (LOCALSTATEDIR "/run/system-tools-backends.pid", -- O_CREAT | O_WRONLY, -+ O_CREAT | O_WRONLY, 0600, - S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) != -1) - { - str = g_strdup_printf ("%d", getpid ()); diff --git a/sysutils/system-tools-backends/pkg-descr b/sysutils/system-tools-backends/pkg-descr deleted file mode 100644 index 3434030ae..000000000 --- a/sysutils/system-tools-backends/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -System-tools-backends is a collection of scripts (mostly Perl) used by -gnome-system-tools to perform system administration tasks. - -WWW: http://www.gnome.org/projects/gst/ diff --git a/sysutils/system-tools-backends/pkg-plist b/sysutils/system-tools-backends/pkg-plist deleted file mode 100644 index 9fcee66ac..000000000 --- a/sysutils/system-tools-backends/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf -sbin/system-tools-backends -libdata/pkgconfig/system-tools-backends-2.0.pc -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.GroupConfig2.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.GroupsConfig2.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.HostsConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.IfacesConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.NFSConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.NTPConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.Platform.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.SMBConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.SelfConfig2.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.ServiceConfig2.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.ServicesConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.TimeConfig.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.UserConfig2.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.UsersConfig2.service -share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.service -share/locale/ar/LC_MESSAGES/system-tools-backends.mo -share/locale/bg/LC_MESSAGES/system-tools-backends.mo -share/locale/bn_IN/LC_MESSAGES/system-tools-backends.mo -share/locale/ca/LC_MESSAGES/system-tools-backends.mo -share/locale/cs/LC_MESSAGES/system-tools-backends.mo -share/locale/da/LC_MESSAGES/system-tools-backends.mo -share/locale/de/LC_MESSAGES/system-tools-backends.mo -share/locale/el/LC_MESSAGES/system-tools-backends.mo -share/locale/en_GB/LC_MESSAGES/system-tools-backends.mo -share/locale/es/LC_MESSAGES/system-tools-backends.mo -share/locale/et/LC_MESSAGES/system-tools-backends.mo -share/locale/eu/LC_MESSAGES/system-tools-backends.mo -share/locale/fi/LC_MESSAGES/system-tools-backends.mo -share/locale/fr/LC_MESSAGES/system-tools-backends.mo -share/locale/gl/LC_MESSAGES/system-tools-backends.mo -share/locale/gu/LC_MESSAGES/system-tools-backends.mo -share/locale/he/LC_MESSAGES/system-tools-backends.mo -share/locale/hi/LC_MESSAGES/system-tools-backends.mo -share/locale/hu/LC_MESSAGES/system-tools-backends.mo -share/locale/it/LC_MESSAGES/system-tools-backends.mo -share/locale/ja/LC_MESSAGES/system-tools-backends.mo -share/locale/kn/LC_MESSAGES/system-tools-backends.mo -share/locale/nb/LC_MESSAGES/system-tools-backends.mo -share/locale/nds/LC_MESSAGES/system-tools-backends.mo -share/locale/or/LC_MESSAGES/system-tools-backends.mo -share/locale/pa/LC_MESSAGES/system-tools-backends.mo -share/locale/pl/LC_MESSAGES/system-tools-backends.mo -share/locale/pt/LC_MESSAGES/system-tools-backends.mo -share/locale/pt_BR/LC_MESSAGES/system-tools-backends.mo -share/locale/ro/LC_MESSAGES/system-tools-backends.mo -share/locale/sl/LC_MESSAGES/system-tools-backends.mo -share/locale/sr/LC_MESSAGES/system-tools-backends.mo -share/locale/sr@latin/LC_MESSAGES/system-tools-backends.mo -share/locale/sv/LC_MESSAGES/system-tools-backends.mo -share/locale/ta/LC_MESSAGES/system-tools-backends.mo -share/locale/te/LC_MESSAGES/system-tools-backends.mo -share/locale/th/LC_MESSAGES/system-tools-backends.mo -share/locale/tr/LC_MESSAGES/system-tools-backends.mo -share/locale/uk/LC_MESSAGES/system-tools-backends.mo -share/locale/zh_CN/LC_MESSAGES/system-tools-backends.mo -share/locale/zh_HK/LC_MESSAGES/system-tools-backends.mo -share/locale/zh_TW/LC_MESSAGES/system-tools-backends.mo -share/polkit-1/actions/org.freedesktop.SystemToolsBackends.policy -share/system-tools-backends-2.0/files/general_gprs_chatscript -share/system-tools-backends-2.0/files/general_isdn_ppp_options -share/system-tools-backends-2.0/files/general_pppoe_ppp_options -share/system-tools-backends-2.0/scripts/GroupConfig.pm -share/system-tools-backends-2.0/scripts/GroupsConfig.pm -share/system-tools-backends-2.0/scripts/HostsConfig.pm -share/system-tools-backends-2.0/scripts/IfacesConfig.pm -share/system-tools-backends-2.0/scripts/Init/Services.pm -share/system-tools-backends-2.0/scripts/Init/ServicesList.pm -share/system-tools-backends-2.0/scripts/NFSConfig.pm -share/system-tools-backends-2.0/scripts/NTPConfig.pm -share/system-tools-backends-2.0/scripts/Network/Hosts.pm -share/system-tools-backends-2.0/scripts/Network/Ifaces.pm -share/system-tools-backends-2.0/scripts/Platform.pm -share/system-tools-backends-2.0/scripts/SMBConfig.pm -share/system-tools-backends-2.0/scripts/SelfConfig.pm -share/system-tools-backends-2.0/scripts/ServiceConfig.pm -share/system-tools-backends-2.0/scripts/ServicesConfig.pm -share/system-tools-backends-2.0/scripts/Shares/NFS.pm -share/system-tools-backends-2.0/scripts/Shares/SMB.pm -share/system-tools-backends-2.0/scripts/StbObject.pm -share/system-tools-backends-2.0/scripts/SystemToolsBackends.pl -share/system-tools-backends-2.0/scripts/Time/NTP.pm -share/system-tools-backends-2.0/scripts/Time/TimeDate.pm -share/system-tools-backends-2.0/scripts/TimeConfig.pm -share/system-tools-backends-2.0/scripts/UserConfig.pm -share/system-tools-backends-2.0/scripts/Users/Groups.pm -share/system-tools-backends-2.0/scripts/Users/Shells.pm -share/system-tools-backends-2.0/scripts/Users/Users.pm -share/system-tools-backends-2.0/scripts/UsersConfig.pm -share/system-tools-backends-2.0/scripts/Utils/Backend.pm -share/system-tools-backends-2.0/scripts/Utils/DBus.pm -share/system-tools-backends-2.0/scripts/Utils/File.pm -share/system-tools-backends-2.0/scripts/Utils/Monitor.pm -share/system-tools-backends-2.0/scripts/Utils/Parse.pm -share/system-tools-backends-2.0/scripts/Utils/Platform.pm -share/system-tools-backends-2.0/scripts/Utils/Replace.pm -share/system-tools-backends-2.0/scripts/Utils/Report.pm -share/system-tools-backends-2.0/scripts/Utils/Util.pm -share/system-tools-backends-2.0/scripts/Utils/XML.pm -@dirrm share/system-tools-backends-2.0/scripts/Utils -@dirrm share/system-tools-backends-2.0/scripts/Users -@dirrm share/system-tools-backends-2.0/scripts/Time -@dirrm share/system-tools-backends-2.0/scripts/Shares -@dirrm share/system-tools-backends-2.0/scripts/Network -@dirrm share/system-tools-backends-2.0/scripts/Init -@dirrm share/system-tools-backends-2.0/scripts -@dirrm share/system-tools-backends-2.0/files -@dirrm share/system-tools-backends-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile deleted file mode 100644 index 8c811d06d..000000000 --- a/sysutils/tracker-client/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# New ports collection makefile for: tracker -# Date created: 2006-12-09 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/tracker-client/Makefile,v 1.13 2010/02/25 12:31:20 avl Exp $ -# - -PORTNAME= tracker -PORTVERSION= 0.6.95 -PORTREVISION= 5 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -PKGNAMESUFFIX?= -client - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Object database, tag/metadata database, search tool and indexer - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ - exif.12:${PORTSDIR}/graphics/libexif \ - wv-1.2.4:${PORTSDIR}/textproc/wv \ - gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ - qdbm.14:${PORTSDIR}/databases/qdbm \ - exempi.3:${PORTSDIR}/textproc/exempi \ - hal.1:${PORTSDIR}/sysutils/hal \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - raptor.2:${PORTSDIR}/textproc/raptor \ - ogg.6:${PORTSDIR}/audio/libogg \ - iptcdata.3:${PORTSDIR}/graphics/libiptcdata -RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \ - o3totxt:${PORTSDIR}/converters/o3read \ - pdftotext:${PORTSDIR}/graphics/poppler-utils \ - w3m:${PORTSDIR}/www/w3m - -USE_BZIP2= yes -USE_FAM= yes -WANT_FAM_SYSTEM=gamin -INSTALLS_ICONS= yes -USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GSTREAMER= core -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ - --enable-file-monitoring=fam \ - --with-session-bus-services-dir=${LOCALBASE}/share/dbus-1/services \ - --enable-external-qdbm --enable-libexif --enable-libvorbis \ - --enable-libiptcdata - -.include <bsd.port.pre.mk> - -.if defined(TRACKER_SLAVE) -LIB_DEPENDS+= trackerclient:${PORTSDIR}/sysutils/tracker-client -. if ${TRACKER_SLAVE}=="gnome" -PKGNAMESUFFIX= -gnome -LIB_DEPENDS+= tracker-gtk:${PORTSDIR}/sysutils/tracker-libtrackergtk -BUILD_WRKSRC= ${WRKSRC}/src/tracker-applet -INSTALL_WRKSRC= ${WRKSRC}/src/tracker-applet -EXTRA_WRKSRC= src/tracker-preferences src/tracker-search-tool -BUILD_DEPENDS+= ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet -RUN_DEPENDS+= ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet -USE_GNOME+= gnomedesktop libgsf -MAN1+= tracker-applet.1 tracker-search-tool.1 tracker-preferences.1 -CONFIGURE_ARGS+=--enable-deskbar-applet \ - --with-deskbar-applet-handler-dir=${LOCALBASE}/libexec/deskbar-applet/handlers -. endif -. if defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="libtrackergtk" -PKGNAMESUFFIX= -libtrackergtk -USE_GNOME+= libgsf -BUILD_WRKSRC= ${WRKSRC}/src/libtracker-gtk -INSTALL_WRKSRC= ${BUILD_WRKSRC} -. endif -.else -MAN1+= tracker-extract.1 tracker-files.1 \ - tracker-info.1 \ - tracker-meta-folder.1 tracker-query.1 \ - tracker-search.1 tracker-services.1 tracker-stats.1 \ - tracker-status.1 tracker-tag.1 tracker-thumbnailer.1 tracker-unique.1 trackerd.1 - -MAN5+= tracker.cfg.5 -CONFIGURE_ARGS+= --disable-libtrackergtk --disable-gui \ - --disable-trackerapplet --disable-gsf \ - --disable-preferences --disable-deskbar-applet \ - --disable-tracker-applet --disable-tracker-preferences \ - --disable-libgsf -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure - -post-build: -.if defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="libtrackergtk" - @(cd ${WRKSRC}/src/tracker-extract && ${MAKE} libextract-msoffice.la) -.elif defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="gnome" -. for dir in ${EXTRA_WRKSRC} - @(cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -. endfor -.endif - -post-install: -.if defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="libtrackergtk" - ${MKDIR} ${PREFIX}/lib/tracker/extract-modules - @(cd ${WRKSRC}/src/tracker-extract && for f in .a .la .so ; \ - do ${INSTALL_DATA} .libs/libextract-msoffice$${f} \ - ${PREFIX}/lib/tracker/extract-modules ; done) -.elif defined(TRACKER_SLAVE) && ${TRACKER_SLAVE}=="gnome" -. for dir in ${EXTRA_WRKSRC} - @(cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -. endfor -. for man in ${MAN1} - @(cd ${WRKSRC} && ${INSTALL_DATA} docs/manpages/${man} ${PREFIX}/man/man1/${man}) -. endfor -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/tracker-client/distinfo b/sysutils/tracker-client/distinfo deleted file mode 100644 index 2848e25a3..000000000 --- a/sysutils/tracker-client/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tracker-0.6.95.tar.bz2) = a4edc8aa830070bd3f1d80a7df07c80c -SHA256 (tracker-0.6.95.tar.bz2) = 0fe42353117c62ccc9de3b3c9c11acf707a0702d30cd24b8d1cd1e2581dec339 -SIZE (tracker-0.6.95.tar.bz2) = 1399996 diff --git a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-albumart.c b/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-albumart.c deleted file mode 100644 index d2467b17c..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-albumart.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/libtracker-common/tracker-albumart.c.orig 2009-08-08 17:37:48.000000000 +0000 -+++ src/libtracker-common/tracker-albumart.c 2009-08-08 17:38:14.000000000 +0000 -@@ -81,7 +81,8 @@ - return retval; - } - --#ifndef HAVE_STRCASESTR -+#if 0 -+// #ifndef HAVE_STRCASESTR - - static gchar * - strcasestr (const gchar *haystack, diff --git a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-type-utils.c b/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-type-utils.c deleted file mode 100644 index c6f07b336..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-common_tracker-type-utils.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/libtracker-common/tracker-type-utils.c.orig 2009-08-08 17:29:36.000000000 +0000 -+++ src/libtracker-common/tracker-type-utils.c 2009-08-08 17:30:09.000000000 +0000 -@@ -531,8 +531,8 @@ - /* mktime() always assumes that "tm" is in locale time but we - * want to keep control on time, so we go to UTC - */ -- t = mktime (&tm); -- t -= timezone; -+ -+ t = timegm (&tm); - - if (*date_string == '+' || - *date_string == '-') { diff --git a/sysutils/tracker-client/files/patch-src_libtracker-gtk_Makefile.in b/sysutils/tracker-client/files/patch-src_libtracker-gtk_Makefile.in deleted file mode 100644 index a5d3b6c17..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-gtk_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- src/libtracker-gtk/Makefile.in.orig 2009-08-08 17:07:00.000000000 +0000 -+++ src/libtracker-gtk/Makefile.in 2009-08-08 17:09:07.000000000 +0000 -@@ -66,7 +66,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libtracker_gtk_la_DEPENDENCIES = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libtracker_gtk_la_OBJECTS = tracker-utils.lo tracker-ui.lo \ - tracker-metadata-tile.lo tracker-tag-bar.lo \ -@@ -355,7 +354,7 @@ - tracker-keyword-store.c - - libtracker_gtk_la_LIBADD = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -+ -ltrackerclient \ - $(LIBTRACKERGTK_LIBS) \ - $(GCOV_LIBS) - diff --git a/sysutils/tracker-client/files/patch-src_libtracker-gtk_tracker-tag-bar.h b/sysutils/tracker-client/files/patch-src_libtracker-gtk_tracker-tag-bar.h deleted file mode 100644 index 950306602..000000000 --- a/sysutils/tracker-client/files/patch-src_libtracker-gtk_tracker-tag-bar.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libtracker-gtk/tracker-tag-bar.h.orig 2007-07-17 04:35:33.000000000 +0400 -+++ src/libtracker-gtk/tracker-tag-bar.h 2007-08-25 00:53:14.000000000 +0400 -@@ -59,6 +59,8 @@ - const gchar *uri - ); - -+GType tracker_tag_bar_get_type(void); -+ - G_END_DECLS - - #endif /* TRACKER_TAG_BAR_H */ diff --git a/sysutils/tracker-client/files/patch-src_tracker-applet_Makefile.in b/sysutils/tracker-client/files/patch-src_tracker-applet_Makefile.in deleted file mode 100644 index e00d83cf4..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-applet_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tracker-applet/Makefile.in.orig 2009-08-08 17:11:05.000000000 +0000 -+++ src/tracker-applet/Makefile.in 2009-08-08 17:12:21.000000000 +0000 -@@ -65,8 +65,6 @@ - tracker_applet_OBJECTS = $(am_tracker_applet_OBJECTS) - am__DEPENDENCIES_1 = - tracker_applet_DEPENDENCIES = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -@@ -345,8 +343,8 @@ - $(GCOV_CFLAGS) - - tracker_applet_LDADD = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ -+ -ltrackerclient \ -+ -ltracker-common \ - $(TRACKER_APPLET_LIBS) \ - $(LIBGLADE_LIBS) \ - $(GCOV_LIBS) diff --git a/sysutils/tracker-client/files/patch-src_tracker-preferences_Makefile.in b/sysutils/tracker-client/files/patch-src_tracker-preferences_Makefile.in deleted file mode 100644 index 76095e88b..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-preferences_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tracker-preferences/Makefile.in.orig 2009-08-08 17:13:03.000000000 +0000 -+++ src/tracker-preferences/Makefile.in 2009-08-08 17:14:08.000000000 +0000 -@@ -67,8 +67,6 @@ - tracker_preferences_OBJECTS = $(am_tracker_preferences_OBJECTS) - am__DEPENDENCIES_1 = - tracker_preferences_DEPENDENCIES = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -@@ -361,8 +359,8 @@ - tracker-preferences-utils.h - - tracker_preferences_LDADD = \ -- $(top_builddir)/src/libtracker/libtrackerclient.la \ -- $(top_builddir)/src/libtracker-common/libtracker-common.la \ -+ -ltrackerclient \ -+ -ltracker-common \ - $(LIBGLADE_LIBS) \ - $(GTK2_LIBS) \ - $(DBUS_LIBS) \ diff --git a/sysutils/tracker-client/files/patch-src_tracker-search-tool_Makefile.in b/sysutils/tracker-client/files/patch-src_tracker-search-tool_Makefile.in deleted file mode 100644 index 0130754f0..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-search-tool_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- src/tracker-search-tool/Makefile.in.orig 2009-08-08 17:14:44.000000000 +0000 -+++ src/tracker-search-tool/Makefile.in 2009-08-08 17:15:51.000000000 +0000 -@@ -69,9 +69,7 @@ - tracker_search_tool_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_1) \ -- $(top_builddir)/src/libtracker-gtk/libtracker-gtk.la \ -- $(top_builddir)/src/libtracker/libtrackerclient.la -+ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -367,8 +365,8 @@ - $(GCOV_LIBS) \ - $(GNOMEDESKTOP_LIBS) \ - $(DBUS_LIBS) \ -- $(top_builddir)/src/libtracker-gtk/libtracker-gtk.la \ -- $(top_builddir)/src/libtracker/libtrackerclient.la -+ -ltracker-gtk \ -+ -ltrackerclient - - desktopdir = $(datadir)/applications - desktop_DATA = tracker-search-tool.desktop diff --git a/sysutils/tracker-client/files/patch-src_tracker-search-tool_tracker-search-tool-support.h b/sysutils/tracker-client/files/patch-src_tracker-search-tool_tracker-search-tool-support.h deleted file mode 100644 index 609f18068..000000000 --- a/sysutils/tracker-client/files/patch-src_tracker-search-tool_tracker-search-tool-support.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/tracker-search-tool/tracker-search-tool-support.h.orig 2007-07-21 20:55:20.000000000 +0400 -+++ src/tracker-search-tool/tracker-search-tool-support.h 2007-08-24 22:31:05.000000000 +0400 -@@ -143,6 +143,15 @@ - tracker_search_get_stored_window_geometry (gint * width, - gint * height); - -+void -+tracker_set_stored_separator_position (int pos); -+ -+char * -+tracker_string_replace (const char *haystack, char *needle, char *replacement); -+ -+int -+tracker_get_stored_separator_position (); -+ - #ifdef __cplusplus - } - #endif diff --git a/sysutils/tracker-client/pkg-descr b/sysutils/tracker-client/pkg-descr deleted file mode 100644 index fbabf7af0..000000000 --- a/sysutils/tracker-client/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Tracker is a powerful desktop-neutral first class object database, tag/metadata -database, search tool and indexer. - -Tracker is also extremely fast and super efficient with your systems memory when -compared with some other competing frameworks and is by far the fastest and most -memory efficient Nautilus search and Deskbar backends currently availble. - -It consists of a common object database that allows entities to have an almost -infinte number of properties, metadata (both embedded/harvested as well as user -definable), a comprehensive database of keywords/tags and links to other -entities. - -WWW: http://www.tracker-project.org/ diff --git a/sysutils/tracker-client/pkg-plist b/sysutils/tracker-client/pkg-plist deleted file mode 100644 index f51b198ec..000000000 --- a/sysutils/tracker-client/pkg-plist +++ /dev/null @@ -1,310 +0,0 @@ -bin/tracker-files -bin/tracker-info -bin/tracker-meta-folder -bin/tracker-processes -bin/tracker-query -bin/tracker-search -bin/tracker-services -bin/tracker-stats -bin/tracker-status -bin/tracker-tag -bin/tracker-unique -etc/xdg/autostart/trackerd.desktop -include/tracker-1.0/libtracker-common/tracker-common.h -include/tracker-1.0/libtracker-common/tracker-config.h -include/tracker-1.0/libtracker-common/tracker-field.h -include/tracker-1.0/libtracker-common/tracker-file-utils.h -include/tracker-1.0/libtracker-common/tracker-language.h -include/tracker-1.0/libtracker-common/tracker-module-config.h -include/tracker-1.0/libtracker-common/tracker-ontology.h -include/tracker-1.0/libtracker-common/tracker-parser.h -include/tracker-1.0/libtracker-common/tracker-service.h -include/tracker-1.0/libtracker-common/tracker-type-utils.h -include/tracker-1.0/libtracker-common/tracker-utils.h -include/tracker-1.0/libtracker-module/tracker-module-file.h -include/tracker-1.0/libtracker-module/tracker-module-iteratable.h -include/tracker-1.0/libtracker-module/tracker-module-metadata-utils.h -include/tracker-1.0/libtracker-module/tracker-module-metadata.h -include/tracker-1.0/libtracker-module/tracker-module.h -include/tracker-daemon-glue.h -include/tracker-files-glue.h -include/tracker-keywords-glue.h -include/tracker-metadata-glue.h -include/tracker-search-glue.h -include/tracker.h -lib/libtrackerclient.a -lib/libtrackerclient.la -lib/libtrackerclient.so -lib/libtrackerclient.so.0 -lib/tracker/extract-modules/libextract-abw.a -lib/tracker/extract-modules/libextract-abw.la -lib/tracker/extract-modules/libextract-abw.so -lib/tracker/extract-modules/libextract-gstreamer.a -lib/tracker/extract-modules/libextract-gstreamer.la -lib/tracker/extract-modules/libextract-gstreamer.so -lib/tracker/extract-modules/libextract-html.a -lib/tracker/extract-modules/libextract-html.la -lib/tracker/extract-modules/libextract-html.so -lib/tracker/extract-modules/libextract-jpeg.a -lib/tracker/extract-modules/libextract-jpeg.la -lib/tracker/extract-modules/libextract-jpeg.so -lib/tracker/extract-modules/libextract-mp3.a -lib/tracker/extract-modules/libextract-mp3.la -lib/tracker/extract-modules/libextract-mp3.so -lib/tracker/extract-modules/libextract-oasis.a -lib/tracker/extract-modules/libextract-oasis.la -lib/tracker/extract-modules/libextract-oasis.so -lib/tracker/extract-modules/libextract-pdf.a -lib/tracker/extract-modules/libextract-pdf.la -lib/tracker/extract-modules/libextract-pdf.so -lib/tracker/extract-modules/libextract-playlist.a -lib/tracker/extract-modules/libextract-playlist.la -lib/tracker/extract-modules/libextract-playlist.so -lib/tracker/extract-modules/libextract-png.a -lib/tracker/extract-modules/libextract-png.la -lib/tracker/extract-modules/libextract-png.so -lib/tracker/extract-modules/libextract-ps.a -lib/tracker/extract-modules/libextract-ps.la -lib/tracker/extract-modules/libextract-ps.so -lib/tracker/extract-modules/libextract-tiff.a -lib/tracker/extract-modules/libextract-tiff.la -lib/tracker/extract-modules/libextract-tiff.so -lib/tracker/extract-modules/libextract-vorbis.a -lib/tracker/extract-modules/libextract-vorbis.la -lib/tracker/extract-modules/libextract-vorbis.so -lib/tracker/extract-modules/libextract-xmp.a -lib/tracker/extract-modules/libextract-xmp.la -lib/tracker/extract-modules/libextract-xmp.so -lib/tracker/filters/application/csv_filter -lib/tracker/filters/application/msword_filter -lib/tracker/filters/application/pdf_filter -lib/tracker/filters/application/tab-separated-values_filter -lib/tracker/filters/application/vnd.ms-excel_filter -lib/tracker/filters/application/vnd.oasis.opendocument.presentation-template_filter -lib/tracker/filters/application/vnd.oasis.opendocument.presentation_filter -lib/tracker/filters/application/vnd.oasis.opendocument.spreadsheet-template_filter -lib/tracker/filters/application/vnd.oasis.opendocument.spreadsheet_filter -lib/tracker/filters/application/vnd.oasis.opendocument.text-template_filter -lib/tracker/filters/application/vnd.oasis.opendocument.text_filter -lib/tracker/filters/application/vnd.stardivision.writer_filter -lib/tracker/filters/application/vnd.sun.xml.calc.template_filter -lib/tracker/filters/application/vnd.sun.xml.calc_filter -lib/tracker/filters/application/vnd.sun.xml.draw_filter -lib/tracker/filters/application/vnd.sun.xml.impress.template_filter -lib/tracker/filters/application/vnd.sun.xml.impress_filter -lib/tracker/filters/application/vnd.sun.xml.writer.template_filter -lib/tracker/filters/application/vnd.sun.xml.writer_filter -lib/tracker/filters/application/x-abiword_filter -lib/tracker/filters/application/x-gnumeric_filter -lib/tracker/filters/text/csv_filter -lib/tracker/filters/text/djvu_filter -lib/tracker/filters/text/html_filter -lib/tracker/filters/text/spreadsheet_filter -lib/tracker/filters/text/tab-separated-values_filter -lib/tracker/filters/text/x-comma-separated-values_filter -lib/tracker/filters/text/x-tex_filter -lib/tracker/filters/text/xml_filter -lib/tracker/indexer-modules/libtracker-module-applications.a -lib/tracker/indexer-modules/libtracker-module-applications.la -lib/tracker/indexer-modules/libtracker-module-applications.so -lib/tracker/indexer-modules/libtracker-module-evolution.a -lib/tracker/indexer-modules/libtracker-module-evolution.la -lib/tracker/indexer-modules/libtracker-module-evolution.so -lib/tracker/indexer-modules/libtracker-module-files.a -lib/tracker/indexer-modules/libtracker-module-files.la -lib/tracker/indexer-modules/libtracker-module-files.so -lib/tracker/indexer-modules/libtracker-module-gaim-conversations.a -lib/tracker/indexer-modules/libtracker-module-gaim-conversations.la -lib/tracker/indexer-modules/libtracker-module-gaim-conversations.so -lib/tracker/libstemmer.a -lib/tracker/libstemmer.la -lib/tracker/libstemmer.so -lib/tracker/libstemmer.so.0 -lib/tracker/libtracker-common.a -lib/tracker/libtracker-common.la -lib/tracker/libtracker-common.so -lib/tracker/libtracker-common.so.0 -lib/tracker/libtracker-data.a -lib/tracker/libtracker-data.la -lib/tracker/libtracker-data.so -lib/tracker/libtracker-data.so.0 -lib/tracker/libtracker-db.a -lib/tracker/libtracker-db.la -lib/tracker/libtracker-db.so -lib/tracker/libtracker-db.so.0 -lib/tracker/libtracker-module.a -lib/tracker/libtracker-module.la -lib/tracker/libtracker-module.so -lib/tracker/libtracker-module.so.0 -libdata/pkgconfig/tracker-module-1.0.pc -libdata/pkgconfig/tracker.pc -libexec/tracker-extract -libexec/tracker-indexer -libexec/trackerd -share/dbus-1/services/org.freedesktop.Tracker.Extract.service -share/dbus-1/services/org.freedesktop.Tracker.Indexer.service -share/dbus-1/services/org.freedesktop.Tracker.service -share/doc/libtracker-common/ch01.html -share/doc/libtracker-common/ch02.html -share/doc/libtracker-common/ch03.html -share/doc/libtracker-common/ch04.html -share/doc/libtracker-common/ch05.html -share/doc/libtracker-common/home.png -share/doc/libtracker-common/index.html -share/doc/libtracker-common/index.sgml -share/doc/libtracker-common/left.png -share/doc/libtracker-common/libtracker-common-Config.html -share/doc/libtracker-common/libtracker-common-DBus.html -share/doc/libtracker-common/libtracker-common-Fields.html -share/doc/libtracker-common/libtracker-common-File-Operations.html -share/doc/libtracker-common/libtracker-common-General.html -share/doc/libtracker-common/libtracker-common-HAL.html -share/doc/libtracker-common/libtracker-common-IO-Priority.html -share/doc/libtracker-common/libtracker-common-Language.html -share/doc/libtracker-common/libtracker-common-Logging.html -share/doc/libtracker-common/libtracker-common-Module-Config.html -share/doc/libtracker-common/libtracker-common-NFS-Locking.html -share/doc/libtracker-common/libtracker-common-Ontology.html -share/doc/libtracker-common/libtracker-common-Parser.html -share/doc/libtracker-common/libtracker-common-Service.html -share/doc/libtracker-common/libtracker-common-Type-Conversions.html -share/doc/libtracker-common/libtracker-common.devhelp -share/doc/libtracker-common/libtracker-common.devhelp2 -share/doc/libtracker-common/libtracker-common.html -share/doc/libtracker-common/right.png -share/doc/libtracker-common/style.css -share/doc/libtracker-common/up.png -share/doc/libtracker-module/adding-categories.html -share/doc/libtracker-module/ch01.html -share/doc/libtracker-module/ch02.html -share/doc/libtracker-module/creating-extractor-module-binary.html -share/doc/libtracker-module/defining-properties.html -share/doc/libtracker-module/home.png -share/doc/libtracker-module/how-to-add-an-extractor.html -share/doc/libtracker-module/index.html -share/doc/libtracker-module/index.sgml -share/doc/libtracker-module/installing-an-extractor.html -share/doc/libtracker-module/integrating-applications.html -share/doc/libtracker-module/left.png -share/doc/libtracker-module/libtracker-module-Iteratable-files.html -share/doc/libtracker-module/libtracker-module-Metadata-Convenience-Fallback-Functions.html -share/doc/libtracker-module/libtracker-module-Metadata-Object.html -share/doc/libtracker-module/libtracker-module-Module-files.html -share/doc/libtracker-module/libtracker-module.devhelp -share/doc/libtracker-module/libtracker-module.devhelp2 -share/doc/libtracker-module/right.png -share/doc/libtracker-module/style.css -share/doc/libtracker-module/testing-an-extractor.html -share/doc/libtracker-module/tracker-indexer.html -share/doc/libtracker-module/up.png -share/doc/libtracker-module/writing-an-extractor.html -share/doc/libtracker-module/writing-an-indexer-module.html -share/icons/hicolor/16x16/apps/tracker.png -share/icons/hicolor/22x22/apps/tracker.png -share/icons/hicolor/24x24/apps/tracker.png -share/icons/hicolor/32x32/apps/tracker.png -share/icons/hicolor/48x48/apps/tracker.png -share/icons/hicolor/scalable/apps/tracker.svg -share/locale/ar/LC_MESSAGES/tracker.mo -share/locale/be/LC_MESSAGES/tracker.mo -share/locale/be@latin/LC_MESSAGES/tracker.mo -share/locale/ca/LC_MESSAGES/tracker.mo -share/locale/cs/LC_MESSAGES/tracker.mo -share/locale/da/LC_MESSAGES/tracker.mo -share/locale/de/LC_MESSAGES/tracker.mo -share/locale/dz/LC_MESSAGES/tracker.mo -share/locale/el/LC_MESSAGES/tracker.mo -share/locale/en_GB/LC_MESSAGES/tracker.mo -share/locale/es/LC_MESSAGES/tracker.mo -share/locale/et/LC_MESSAGES/tracker.mo -share/locale/fi/LC_MESSAGES/tracker.mo -share/locale/fr/LC_MESSAGES/tracker.mo -share/locale/gl/LC_MESSAGES/tracker.mo -share/locale/he/LC_MESSAGES/tracker.mo -share/locale/hu/LC_MESSAGES/tracker.mo -share/locale/it/LC_MESSAGES/tracker.mo -share/locale/ja/LC_MESSAGES/tracker.mo -share/locale/ko/LC_MESSAGES/tracker.mo -share/locale/lt/LC_MESSAGES/tracker.mo -share/locale/mk/LC_MESSAGES/tracker.mo -share/locale/nb/LC_MESSAGES/tracker.mo -share/locale/nl/LC_MESSAGES/tracker.mo -share/locale/oc/LC_MESSAGES/tracker.mo -share/locale/pl/LC_MESSAGES/tracker.mo -share/locale/pt/LC_MESSAGES/tracker.mo -share/locale/pt_BR/LC_MESSAGES/tracker.mo -share/locale/ru/LC_MESSAGES/tracker.mo -share/locale/sk/LC_MESSAGES/tracker.mo -share/locale/sl/LC_MESSAGES/tracker.mo -share/locale/sv/LC_MESSAGES/tracker.mo -share/locale/th/LC_MESSAGES/tracker.mo -share/locale/zh_CN/LC_MESSAGES/tracker.mo -%%DATADIR%%/languages/stopwords.da -%%DATADIR%%/languages/stopwords.de -%%DATADIR%%/languages/stopwords.en -%%DATADIR%%/languages/stopwords.es -%%DATADIR%%/languages/stopwords.fi -%%DATADIR%%/languages/stopwords.fr -%%DATADIR%%/languages/stopwords.hu -%%DATADIR%%/languages/stopwords.it -%%DATADIR%%/languages/stopwords.nb -%%DATADIR%%/languages/stopwords.nl -%%DATADIR%%/languages/stopwords.pt -%%DATADIR%%/languages/stopwords.ru -%%DATADIR%%/languages/stopwords.sv -%%DATADIR%%/modules/applications.module -%%DATADIR%%/modules/evolution.module -%%DATADIR%%/modules/files.module -%%DATADIR%%/modules/gaim-conversations.module -%%DATADIR%%/services/application.metadata -%%DATADIR%%/services/audio.metadata -%%DATADIR%%/services/conversation.metadata -%%DATADIR%%/services/default.metadata -%%DATADIR%%/services/default.service -%%DATADIR%%/services/document.metadata -%%DATADIR%%/services/email.metadata -%%DATADIR%%/services/file.metadata -%%DATADIR%%/services/image.metadata -%%DATADIR%%/services/playlist.metadata -%%DATADIR%%/services/video.metadata -%%DATADIR%%/sqlite-cache.sql -%%DATADIR%%/sqlite-contents.sql -%%DATADIR%%/sqlite-email.sql -%%DATADIR%%/sqlite-fulltext.sql -%%DATADIR%%/sqlite-metadata.sql -%%DATADIR%%/sqlite-service-triggers.sql -%%DATADIR%%/sqlite-service-types.sql -%%DATADIR%%/sqlite-service.sql -%%DATADIR%%/sqlite-stored-procs.sql -%%DATADIR%%/sqlite-tracker-triggers.sql -%%DATADIR%%/sqlite-tracker.sql -%%DATADIR%%/sqlite-user-data.sql -%%DATADIR%%/tracker-backup.xml -%%DATADIR%%/tracker-daemon.xml -%%DATADIR%%/tracker-extract.xml -%%DATADIR%%/tracker-files.xml -%%DATADIR%%/tracker-indexer.xml -%%DATADIR%%/tracker-keywords.xml -%%DATADIR%%/tracker-metadata.xml -%%DATADIR%%/tracker-search.xml -@dirrm %%DATADIR%%/services -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%%/languages -@dirrm %%DATADIR%% -@dirrm share/doc/libtracker-module -@dirrm share/doc/libtracker-common -@dirrm lib/tracker/indexer-modules -@dirrm lib/tracker/filters/text -@dirrm lib/tracker/filters/application -@dirrm lib/tracker/filters -@dirrm lib/tracker/extract-modules -@dirrm lib/tracker -@dirrm include/tracker-1.0/libtracker-module -@dirrm include/tracker-1.0/libtracker-common -@dirrm include/tracker-1.0 -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile deleted file mode 100644 index a9eb828b4..000000000 --- a/sysutils/upower/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: DeviceKit-power -# Date Created: 30 December 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/upower/Makefile,v 1.14 2010/04/11 23:54:19 marcus Exp $ -# - -PORTNAME= upower -DISTVERSION= 0.9.3 -CATEGORIES= sysutils -MASTER_SITES= http://upower.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= D-Bus daemon for simplifying power management tasks - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack ltverhack glib20 -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_PYTHON= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-backend=freebsd \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -.if defined(NO_INSTALL_MANPAGES) -CONFIGURE_ARGS+=--disable-man-pages -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 \ - ${LOCALBASE}/share/xml/docbook/4.1.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-sk \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl -MAN1= upower.1 -MAN7= UPower.7 -MAN8= upowerd.8 -.endif - -.include <bsd.port.mk> diff --git a/sysutils/upower/distinfo b/sysutils/upower/distinfo deleted file mode 100644 index 066e883b1..000000000 --- a/sysutils/upower/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (upower-0.9.3.tar.bz2) = 18cd3809d3869b889b094d1b9dbe88e9 -SHA256 (upower-0.9.3.tar.bz2) = 05eb4bd73493c779a6972893d7439f92ca8cc30cd81cf00663cfb4dca10896a1 -SIZE (upower-0.9.3.tar.bz2) = 468427 diff --git a/sysutils/upower/files/patch-src_freebsd_up-backend.c b/sysutils/upower/files/patch-src_freebsd_up-backend.c deleted file mode 100644 index f6ad11815..000000000 --- a/sysutils/upower/files/patch-src_freebsd_up-backend.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/freebsd/up-backend.c.orig 2010-05-09 13:40:33.000000000 -0400 -+++ src/freebsd/up-backend.c 2010-05-09 13:42:27.000000000 -0400 -@@ -298,16 +298,6 @@ up_backend_coldplug (UpBackend *backend, - } - - /** -- * up_backend_get_powersave_command: -- **/ --const gchar * --up_backend_get_powersave_command (UpBackend *backend, gboolean powersave) --{ -- /* XXX: Do we want to use powerd here? */ -- return NULL; --} -- --/** - * up_backend_get_suspend_command: - **/ - const gchar * diff --git a/sysutils/upower/files/patch-src_up-daemon.c b/sysutils/upower/files/patch-src_up-daemon.c deleted file mode 100644 index eea72a87b..000000000 --- a/sysutils/upower/files/patch-src_up-daemon.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/up-daemon.c.orig 2010-04-19 11:58:18.000000000 -0400 -+++ src/up-daemon.c 2010-05-09 13:38:28.000000000 -0400 -@@ -488,6 +488,8 @@ up_daemon_suspend_allowed (UpDaemon *dae - goto out; - - ret = up_polkit_is_allowed (priv->polkit, subject, "org.freedesktop.upower.suspend", context); -+ if (!ret) -+ goto out; - dbus_g_method_return (context, ret); - - out: -@@ -575,6 +577,8 @@ up_daemon_hibernate_allowed (UpDaemon *d - goto out; - - ret = up_polkit_is_allowed (priv->polkit, subject, "org.freedesktop.upower.hibernate", context); -+ if (!ret) -+ goto out; - dbus_g_method_return (context, ret); - - out: diff --git a/sysutils/upower/files/patch-src_up-polkit.c b/sysutils/upower/files/patch-src_up-polkit.c deleted file mode 100644 index 88a074e99..000000000 --- a/sysutils/upower/files/patch-src_up-polkit.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/up-polkit.c.orig 2010-04-08 21:38:56.000000000 -0400 -+++ src/up-polkit.c 2010-04-09 02:48:12.000000000 -0400 -@@ -69,7 +69,7 @@ up_polkit_check_auth (UpPolkit *polkit, - { - gboolean ret = FALSE; - GError *error; -- GError *error_local; -+ GError *error_local = NULL; - PolkitAuthorizationResult *result; - - /* check auth */ -@@ -104,7 +104,7 @@ up_polkit_is_allowed (UpPolkit *polkit, - { - gboolean ret = FALSE; - GError *error; -- GError *error_local; -+ GError *error_local = NULL; - PolkitAuthorizationResult *result; - - /* check auth */ diff --git a/sysutils/upower/pkg-descr b/sysutils/upower/pkg-descr deleted file mode 100644 index 348f53146..000000000 --- a/sysutils/upower/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -UPower is an abstraction for enumerating power devices, -listening to device events and querying history and statistics. -Any application or service on the system can access the -org.freedesktop.DeviceKit.Power service via the system message bus. - -WWW: http://upower.freedesktop.org/ diff --git a/sysutils/upower/pkg-plist b/sysutils/upower/pkg-plist deleted file mode 100644 index 8f96cd1fc..000000000 --- a/sysutils/upower/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/devkit-power -bin/upower -etc/UPower/UPower.conf -etc/dbus-1/system.d/org.freedesktop.UPower.conf -include/DeviceKit-power/devkit-power-gobject/devicekit-power.h -include/DeviceKit-power/devkit-power-gobject/dkp-client.h -include/DeviceKit-power/devkit-power-gobject/dkp-device.h -include/DeviceKit-power/devkit-power-gobject/dkp-enum.h -include/DeviceKit-power/devkit-power-gobject/dkp-history-obj.h -include/DeviceKit-power/devkit-power-gobject/dkp-qos-obj.h -include/DeviceKit-power/devkit-power-gobject/dkp-stats-obj.h -include/DeviceKit-power/devkit-power-gobject/dkp-version.h -include/DeviceKit-power/devkit-power-gobject/dkp-wakeups-obj.h -include/DeviceKit-power/devkit-power-gobject/dkp-wakeups.h -include/libupower-glib/up-client.h -include/libupower-glib/up-device.h -include/libupower-glib/up-history-item.h -include/libupower-glib/up-qos-item.h -include/libupower-glib/up-stats-item.h -include/libupower-glib/up-types.h -include/libupower-glib/up-version.h -include/libupower-glib/up-wakeup-item.h -include/libupower-glib/up-wakeups.h -include/libupower-glib/upower.h -lib/girepository-1.0/UPowerGlib-1.0.typelib -lib/libdevkit-power-gobject.a -lib/libdevkit-power-gobject.la -lib/libdevkit-power-gobject.so -lib/libdevkit-power-gobject.so.1 -lib/libupower-glib.a -lib/libupower-glib.la -lib/libupower-glib.so -lib/libupower-glib.so.1 -libdata/pkgconfig/devkit-power-gobject.pc -libdata/pkgconfig/upower-glib.pc -libexec/devkit-power-daemon -libexec/upowerd -share/dbus-1/interfaces/org.freedesktop.UPower.Device.xml -share/dbus-1/interfaces/org.freedesktop.UPower.QoS.xml -share/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml -share/dbus-1/interfaces/org.freedesktop.UPower.xml -share/dbus-1/system-services/org.freedesktop.UPower.service -share/gir-1.0/UPowerGlib-1.0.gir -share/locale/it/LC_MESSAGES/upower.mo -share/locale/pl/LC_MESSAGES/upower.mo -share/locale/sv/LC_MESSAGES/upower.mo -share/polkit-1/actions/org.freedesktop.upower.policy -share/polkit-1/actions/org.freedesktop.upower.qos.policy -@exec mkdir -p /var/lib/DeviceKit-power -@dirrm include/DeviceKit-power/devkit-power-gobject -@dirrm include/DeviceKit-power -@dirrm include/libupower-glib -@dirrm etc/UPower -@unexec rmdir /var/lib/DeviceKit-power 2>/dev/null || true -@unexec rmdir /var/lib 2>/dev/null || true diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile deleted file mode 100644 index 38129b94b..000000000 --- a/textproc/gnome-doc-utils/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome-doc-utils -# Date created: 11 November 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.81 2010/03/31 10:26:01 avl Exp $ -# - -PORTNAME= gnome-doc-utils -PORTVERSION= 0.20.1 -CATEGORIES= textproc gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME doc utils - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ - gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ - ${LOCALBASE}/share/xml/docbook/4.3/catalog.xml:${PORTSDIR}/textproc/docbook-xml-430 \ - ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:${PORTSDIR}/textproc/docbook-xml-440 - -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_UNSAFE=yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack libxslt intlhack -USE_PYTHON= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= xml2po.1 - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}/xml2po/modes - -.include <bsd.port.mk> diff --git a/textproc/gnome-doc-utils/distinfo b/textproc/gnome-doc-utils/distinfo deleted file mode 100644 index 500af1457..000000000 --- a/textproc/gnome-doc-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-doc-utils-0.20.1.tar.bz2) = 19e67da738497f82a2a36a603953f588 -SHA256 (gnome-doc-utils-0.20.1.tar.bz2) = 2a744dc0561fc9e2d8b1fc1c2dcf6e5dd07663affb3e908cd1fe5b1dd3cca26b -SIZE (gnome-doc-utils-0.20.1.tar.bz2) = 714900 diff --git a/textproc/gnome-doc-utils/pkg-descr b/textproc/gnome-doc-utils/pkg-descr deleted file mode 100644 index f8e90484e..000000000 --- a/textproc/gnome-doc-utils/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The GNOME Doc Utils is a collection of documentation utilities for the GNOME -project. Notably, it contains utilities for building documentation and all -auxiliary files in the source tree, and it contains the DocBook XSLT -stylesheets that were once distributed with Yelp. Starting with GNOME 2.8, Yelp -require GNOME Doc Utils for the XSLT. diff --git a/textproc/gnome-doc-utils/pkg-plist b/textproc/gnome-doc-utils/pkg-plist deleted file mode 100644 index dc9481d9c..000000000 --- a/textproc/gnome-doc-utils/pkg-plist +++ /dev/null @@ -1,335 +0,0 @@ -bin/gnome-doc-prepare -bin/gnome-doc-tool -bin/xml2po -libdata/pkgconfig/gnome-doc-utils.pc -libdata/pkgconfig/xml2po.pc -%%PYTHON_SITELIBDIR%%/xml2po/__init__.py -%%PYTHON_SITELIBDIR%%/xml2po/__init__.pyc -%%PYTHON_SITELIBDIR%%/xml2po/__init__.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/__init__.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/__init__.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/__init__.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/basic.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/basic.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/basic.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/docbook.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/docbook.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/docbook.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/gs.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/gs.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/gs.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/mallard.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/mallard.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/mallard.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/ubuntu.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/ubuntu.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/ubuntu.pyo -%%PYTHON_SITELIBDIR%%/xml2po/modes/xhtml.py -%%PYTHON_SITELIBDIR%%/xml2po/modes/xhtml.pyc -%%PYTHON_SITELIBDIR%%/xml2po/modes/xhtml.pyo -share/aclocal/gnome-doc-utils.m4 -%%DATADIR%%/gnome-doc-utils.make -%%DATADIR%%/icons/hicolor/48x48/status/admon-bug.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-caution.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-important.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-note.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-tip.png -%%DATADIR%%/icons/hicolor/48x48/status/admon-warning.png -%%DATADIR%%/icons/hicolor/scalable/status/admon-bug.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-caution.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-important.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-note.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-tip.svg -%%DATADIR%%/icons/hicolor/scalable/status/admon-warning.svg -%%DATADIR%%/template-document.xml -%%DATADIR%%/template.make -%%DATADIR%%/template.omf.in -%%DATADIR%%/templates/gnome-app-template.xml -%%DATADIR%%/templates/gnome-applet-template.xml -%%DATADIR%%/templates/legal.xml -%%DATADIR%%/watermarks/watermark-blockquote-00AB.png -%%DATADIR%%/watermarks/watermark-blockquote-00BB.png -%%DATADIR%%/watermarks/watermark-blockquote-201C.png -%%DATADIR%%/watermarks/watermark-blockquote-201D.png -%%DATADIR%%/watermarks/watermark-blockquote-201E.png -%%DATADIR%%/watermarks/watermark-code-python.png -%%DATADIR%%/watermarks/watermark-code.png -share/gnome/help/gnome-doc-make/C/gnome-doc-make.xml -share/gnome/help/gnome-doc-make/C/legal.xml -share/gnome/help/gnome-doc-make/C/make-ref.xml -share/gnome/help/gnome-doc-make/de/gnome-doc-make.xml -share/gnome/help/gnome-doc-make/de/legal.xml -share/gnome/help/gnome-doc-make/de/make-ref.xml -share/gnome/help/gnome-doc-xslt/C/db-chunk.xml -share/gnome/help/gnome-doc-xslt/C/db-common.xml -share/gnome/help/gnome-doc-xslt/C/db-label.xml -share/gnome/help/gnome-doc-xslt/C/db-title.xml -share/gnome/help/gnome-doc-xslt/C/db-xref.xml -share/gnome/help/gnome-doc-xslt/C/db2html-autotoc.xml -share/gnome/help/gnome-doc-xslt/C/db2html-bibliography.xml -share/gnome/help/gnome-doc-xslt/C/db2html-block.xml -share/gnome/help/gnome-doc-xslt/C/db2html-callout.xml -share/gnome/help/gnome-doc-xslt/C/db2html-classsynopsis.xml -share/gnome/help/gnome-doc-xslt/C/db2html-cmdsynopsis.xml -share/gnome/help/gnome-doc-xslt/C/db2html-css.xml -share/gnome/help/gnome-doc-xslt/C/db2html-division.xml -share/gnome/help/gnome-doc-xslt/C/db2html-ebnf.xml -share/gnome/help/gnome-doc-xslt/C/db2html-footnote.xml -share/gnome/help/gnome-doc-xslt/C/db2html-funcsynopsis.xml -share/gnome/help/gnome-doc-xslt/C/db2html-index.xml -share/gnome/help/gnome-doc-xslt/C/db2html-info.xml -share/gnome/help/gnome-doc-xslt/C/db2html-inline.xml -share/gnome/help/gnome-doc-xslt/C/db2html-l10n.xml -share/gnome/help/gnome-doc-xslt/C/db2html-list.xml -share/gnome/help/gnome-doc-xslt/C/db2html-media.xml -share/gnome/help/gnome-doc-xslt/C/db2html-qanda.xml -share/gnome/help/gnome-doc-xslt/C/db2html-refentry.xml -share/gnome/help/gnome-doc-xslt/C/db2html-table.xml -share/gnome/help/gnome-doc-xslt/C/db2html-title.xml -share/gnome/help/gnome-doc-xslt/C/db2html-xref.xml -share/gnome/help/gnome-doc-xslt/C/db2html.xml -share/gnome/help/gnome-doc-xslt/C/db2omf.xml -share/gnome/help/gnome-doc-xslt/C/db2xhtml.xml -share/gnome/help/gnome-doc-xslt/C/gettext.xml -share/gnome/help/gnome-doc-xslt/C/gnome-doc-xslt.xml -share/gnome/help/gnome-doc-xslt/C/l10n-numbers.xml -share/gnome/help/gnome-doc-xslt/C/legal.xml -share/gnome/help/gnome-doc-xslt/C/utils.xml -share/gnome/help/gnome-doc-xslt/C/theme.xml -share/gnome/help/gnome-doc-xslt/C/translating.xml -share/gnome/help/gnome-doc-xslt/de/db-chunk.xml -share/gnome/help/gnome-doc-xslt/de/db-common.xml -share/gnome/help/gnome-doc-xslt/de/db-label.xml -share/gnome/help/gnome-doc-xslt/de/db-title.xml -share/gnome/help/gnome-doc-xslt/de/db-xref.xml -share/gnome/help/gnome-doc-xslt/de/db2html-autotoc.xml -share/gnome/help/gnome-doc-xslt/de/db2html-bibliography.xml -share/gnome/help/gnome-doc-xslt/de/db2html-block.xml -share/gnome/help/gnome-doc-xslt/de/db2html-callout.xml -share/gnome/help/gnome-doc-xslt/de/db2html-classsynopsis.xml -share/gnome/help/gnome-doc-xslt/de/db2html-cmdsynopsis.xml -share/gnome/help/gnome-doc-xslt/de/db2html-css.xml -share/gnome/help/gnome-doc-xslt/de/db2html-division.xml -share/gnome/help/gnome-doc-xslt/de/db2html-ebnf.xml -share/gnome/help/gnome-doc-xslt/de/db2html-footnote.xml -share/gnome/help/gnome-doc-xslt/de/db2html-funcsynopsis.xml -share/gnome/help/gnome-doc-xslt/de/db2html-index.xml -share/gnome/help/gnome-doc-xslt/de/db2html-info.xml -share/gnome/help/gnome-doc-xslt/de/db2html-inline.xml -share/gnome/help/gnome-doc-xslt/de/db2html-l10n.xml -share/gnome/help/gnome-doc-xslt/de/db2html-list.xml -share/gnome/help/gnome-doc-xslt/de/db2html-media.xml -share/gnome/help/gnome-doc-xslt/de/db2html-qanda.xml -share/gnome/help/gnome-doc-xslt/de/db2html-refentry.xml -share/gnome/help/gnome-doc-xslt/de/db2html-table.xml -share/gnome/help/gnome-doc-xslt/de/db2html-title.xml -share/gnome/help/gnome-doc-xslt/de/db2html-xref.xml -share/gnome/help/gnome-doc-xslt/de/db2html.xml -share/gnome/help/gnome-doc-xslt/de/db2omf.xml -share/gnome/help/gnome-doc-xslt/de/db2xhtml.xml -share/gnome/help/gnome-doc-xslt/de/gettext.xml -share/gnome/help/gnome-doc-xslt/de/gnome-doc-xslt.xml -share/gnome/help/gnome-doc-xslt/de/l10n-numbers.xml -share/gnome/help/gnome-doc-xslt/de/legal.xml -share/gnome/help/gnome-doc-xslt/de/theme.xml -share/gnome/help/gnome-doc-xslt/de/translating.xml -share/gnome/help/gnome-doc-xslt/de/utils.xml -share/locale/ar/LC_MESSAGES/gnome-doc-utils.mo -share/locale/as/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ast/LC_MESSAGES/gnome-doc-utils.mo -share/locale/be@latin/LC_MESSAGES/gnome-doc-utils.mo -share/locale/bg/LC_MESSAGES/gnome-doc-utils.mo -share/locale/bn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/bn_IN/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ca/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-doc-utils.mo -share/locale/cs/LC_MESSAGES/gnome-doc-utils.mo -share/locale/cy/LC_MESSAGES/gnome-doc-utils.mo -share/locale/da/LC_MESSAGES/gnome-doc-utils.mo -share/locale/de/LC_MESSAGES/gnome-doc-utils.mo -share/locale/dz/LC_MESSAGES/gnome-doc-utils.mo -share/locale/el/LC_MESSAGES/gnome-doc-utils.mo -share/locale/en_CA/LC_MESSAGES/gnome-doc-utils.mo -share/locale/en_GB/LC_MESSAGES/gnome-doc-utils.mo -share/locale/en@shaw/LC_MESSAGES/gnome-doc-utils.mo -share/locale/es/LC_MESSAGES/gnome-doc-utils.mo -share/locale/et/LC_MESSAGES/gnome-doc-utils.mo -share/locale/eu/LC_MESSAGES/gnome-doc-utils.mo -share/locale/fa/LC_MESSAGES/gnome-doc-utils.mo -share/locale/fi/LC_MESSAGES/gnome-doc-utils.mo -share/locale/fr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ga/LC_MESSAGES/gnome-doc-utils.mo -share/locale/gl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/gu/LC_MESSAGES/gnome-doc-utils.mo -share/locale/he/LC_MESSAGES/gnome-doc-utils.mo -share/locale/hi/LC_MESSAGES/gnome-doc-utils.mo -share/locale/hu/LC_MESSAGES/gnome-doc-utils.mo -share/locale/id/LC_MESSAGES/gnome-doc-utils.mo -share/locale/it/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ja/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ka/LC_MESSAGES/gnome-doc-utils.mo -share/locale/kn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ko/LC_MESSAGES/gnome-doc-utils.mo -share/locale/lt/LC_MESSAGES/gnome-doc-utils.mo -share/locale/lv/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mai/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mg/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mk/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ml/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/mr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/nb/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ne/LC_MESSAGES/gnome-doc-utils.mo -share/locale/nl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/nn/LC_MESSAGES/gnome-doc-utils.mo -share/locale/oc/LC_MESSAGES/gnome-doc-utils.mo -share/locale/or/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pa/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pt/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pt_BR/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ro/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ru/LC_MESSAGES/gnome-doc-utils.mo -share/locale/rw/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sk/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sl/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sq/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sr@latin/LC_MESSAGES/gnome-doc-utils.mo -share/locale/sv/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ta/LC_MESSAGES/gnome-doc-utils.mo -share/locale/te/LC_MESSAGES/gnome-doc-utils.mo -share/locale/th/LC_MESSAGES/gnome-doc-utils.mo -share/locale/tr/LC_MESSAGES/gnome-doc-utils.mo -share/locale/ug/LC_MESSAGES/gnome-doc-utils.mo -share/locale/uk/LC_MESSAGES/gnome-doc-utils.mo -share/locale/vi/LC_MESSAGES/gnome-doc-utils.mo -share/locale/wa/LC_MESSAGES/gnome-doc-utils.mo -share/locale/zh_CN/LC_MESSAGES/gnome-doc-utils.mo -share/locale/zh_HK/LC_MESSAGES/gnome-doc-utils.mo -share/locale/zh_TW/LC_MESSAGES/gnome-doc-utils.mo -share/omf/gnome-doc-make/gnome-doc-make-C.omf -share/omf/gnome-doc-make/gnome-doc-make-de.omf -share/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf -share/omf/gnome-doc-xslt/gnome-doc-xslt-de.omf -share/xml/gnome/xslt/common/utils.xsl -share/xml/gnome/xslt/common/theme.xsl -share/xml/gnome/xslt/docbook/common/db-chunk.xsl -share/xml/gnome/xslt/docbook/common/db-common.xsl -share/xml/gnome/xslt/docbook/common/db-label.xsl -share/xml/gnome/xslt/docbook/common/db-title.xsl -share/xml/gnome/xslt/docbook/common/db-xref.xsl -share/xml/gnome/xslt/docbook/html/db2html-autotoc.xsl -share/xml/gnome/xslt/docbook/html/db2html-bibliography.xsl -share/xml/gnome/xslt/docbook/html/db2html-block.xsl -share/xml/gnome/xslt/docbook/html/db2html-callout.xsl -share/xml/gnome/xslt/docbook/html/db2html-classsynopsis.xsl -share/xml/gnome/xslt/docbook/html/db2html-cmdsynopsis.xsl -share/xml/gnome/xslt/docbook/html/db2html-css.xsl -share/xml/gnome/xslt/docbook/html/db2html-division.xsl -share/xml/gnome/xslt/docbook/html/db2html-ebnf.xsl -share/xml/gnome/xslt/docbook/html/db2html-footnote.xsl -share/xml/gnome/xslt/docbook/html/db2html-funcsynopsis.xsl -share/xml/gnome/xslt/docbook/html/db2html-index.xsl -share/xml/gnome/xslt/docbook/html/db2html-info.xsl -share/xml/gnome/xslt/docbook/html/db2html-inline.xsl -share/xml/gnome/xslt/docbook/html/db2html-l10n.xsl -share/xml/gnome/xslt/docbook/html/db2html-list.xsl -share/xml/gnome/xslt/docbook/html/db2html-media.xsl -share/xml/gnome/xslt/docbook/html/db2html-qanda.xsl -share/xml/gnome/xslt/docbook/html/db2html-refentry.xsl -share/xml/gnome/xslt/docbook/html/db2html-suppressed.xsl -share/xml/gnome/xslt/docbook/html/db2html-table.xsl -share/xml/gnome/xslt/docbook/html/db2html-title.xsl -share/xml/gnome/xslt/docbook/html/db2html-xref.xsl -share/xml/gnome/xslt/docbook/html/db2html.xsl -share/xml/gnome/xslt/docbook/html/db2xhtml.xsl -share/xml/gnome/xslt/docbook/omf/db2omf.xsl -share/xml/gnome/xslt/docbook/utils/chunks.xsl -share/xml/gnome/xslt/docbook/utils/credits.xsl -share/xml/gnome/xslt/docbook/utils/figures.xsl -share/xml/gnome/xslt/docbook/utils/graphics.xsl -share/xml/gnome/xslt/docbook/utils/ids.xsl -share/xml/gnome/xslt/gettext/gettext.xsl -share/xml/gnome/xslt/gettext/l10n-numbers.xsl -share/xml/gnome/xslt/gettext/l10n.xml -share/xml/gnome/xslt/mallard/cache/mal-cache.xsl -share/xml/gnome/xslt/mallard/common/mal-chunk.xsl -share/xml/gnome/xslt/mallard/common/mal-link.xsl -share/xml/gnome/xslt/mallard/html/mal2html-block.xsl -share/xml/gnome/xslt/mallard/html/mal2html-css.xsl -share/xml/gnome/xslt/mallard/html/mal2html-inline.xsl -share/xml/gnome/xslt/mallard/html/mal2html-list.xsl -share/xml/gnome/xslt/mallard/html/mal2html-media.xsl -share/xml/gnome/xslt/mallard/html/mal2html-page.xsl -share/xml/gnome/xslt/mallard/html/mal2html-table.xsl -share/xml/gnome/xslt/mallard/html/mal2html.xsl -share/xml/gnome/xslt/mallard/html/mal2xhtml.xsl -share/xml/mallard/1.0/mallard.rnc -share/xml/mallard/1.0/mallard.rng -@dirrm share/xml/mallard/1.0 -@dirrm share/xml/mallard -@dirrm share/xml/gnome/xslt/mallard/html -@dirrm share/xml/gnome/xslt/mallard/common -@dirrm share/xml/gnome/xslt/mallard/cache -@dirrm share/xml/gnome/xslt/mallard -@dirrm share/xml/gnome/xslt/gettext -@dirrm share/xml/gnome/xslt/docbook/utils -@dirrm share/xml/gnome/xslt/docbook/omf -@dirrm share/xml/gnome/xslt/docbook/html -@dirrm share/xml/gnome/xslt/docbook/common -@dirrm share/xml/gnome/xslt/docbook -@dirrm share/xml/gnome/xslt/common -@dirrm share/xml/gnome/xslt -@dirrm share/xml/gnome -@dirrm share/omf/gnome-doc-xslt -@dirrm share/omf/gnome-doc-make -@dirrm share/gnome/help/gnome-doc-xslt/de -@dirrm share/gnome/help/gnome-doc-xslt/C -@dirrm share/gnome/help/gnome-doc-xslt -@dirrm share/gnome/help/gnome-doc-make/de -@dirrm share/gnome/help/gnome-doc-make/C -@dirrm share/gnome/help/gnome-doc-make -@dirrm %%DATADIR%%/watermarks -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/xml2po/modes -@dirrm %%PYTHON_SITELIBDIR%%/xml2po -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile deleted file mode 100644 index edb809318..000000000 --- a/textproc/gtk-doc/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gtk-doc -# Date created: 8 March 2001 -# Whom: fenner -# -# $FreeBSD$ -# $MCom: ports/textproc/gtk-doc/Makefile,v 1.6 2008/03/19 21:35:45 ahze Exp $ - -PORTNAME= gtk-doc -PORTVERSION= 1.14 -CATEGORIES= textproc -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Code documentation system, originally for GTK+ - -BUILD_DEPENDS= jade:${PORTSDIR}/textproc/jade \ - ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-sk \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= jade:${PORTSDIR}/textproc/jade \ - ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-sk \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - rarian-sk-config:${PORTSDIR}/textproc/rarian - -DOCBOOK_VERSION= 4.1.2 - -CATALOG_DIR= ${PREFIX}/share/sgml/${PORTNAME} -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports - -USE_BZIP2= yes -USE_PERL5= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget gnomeprefix libxslt gnomedocutils -INSTALLS_OMF= yes -CONFIGURE_ARGS= --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports - -PLIST_SUB= XMLCATMGR=${XMLCATMGR} \ - CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} \ - CATALOG_DIR=${CATALOG_DIR} - -post-install: - -@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${CATALOG_DIR}/gtk-doc.cat - -.include <bsd.port.mk> diff --git a/textproc/gtk-doc/distinfo b/textproc/gtk-doc/distinfo deleted file mode 100644 index 58231e0b2..000000000 --- a/textproc/gtk-doc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk-doc-1.14.tar.bz2) = 7aa8a1262c70692ebbdf33395fddd5c4 -SHA256 (gtk-doc-1.14.tar.bz2) = a92aa890d35ff9ac152d3a6957dc66d486046c1993538eaf2be13b4d4d089c03 -SIZE (gtk-doc-1.14.tar.bz2) = 785147 diff --git a/textproc/gtk-doc/pkg-descr b/textproc/gtk-doc/pkg-descr deleted file mode 100644 index 4be3fa282..000000000 --- a/textproc/gtk-doc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package automatically generates DocBook documentation for GTK+ and Gnome, -and converts the DocBook documentation into HTML (and man pages in future). - -WWW: http://www.gtk.org/ diff --git a/textproc/gtk-doc/pkg-plist b/textproc/gtk-doc/pkg-plist deleted file mode 100644 index 51f4fe9c5..000000000 --- a/textproc/gtk-doc/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -bin/gtkdoc-check -bin/gtkdoc-depscan -bin/gtkdoc-fixxref -bin/gtkdoc-mkdb -bin/gtkdoc-mkhtml -bin/gtkdoc-mkman -bin/gtkdoc-mkpdf -bin/gtkdoc-mktmpl -bin/gtkdoc-rebase -bin/gtkdoc-scan -bin/gtkdoc-scangobj -bin/gtkdoc-scanobj -bin/gtkdocize -libdata/pkgconfig/gtk-doc.pc -share/aclocal/gtk-doc.m4 -share/gnome/help/gtk-doc-manual/C/fdl-appendix.xml -share/gnome/help/gtk-doc-manual/C/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/bn_IN/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/de/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/el/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/en_GB/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/es/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/fr/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/gu/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/sv/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/ta/gtk-doc-manual.xml -share/gnome/help/gtk-doc-manual/te/gtk-doc-manual.xml -%%DATADIR%%/data/devhelp.xsl -%%DATADIR%%/data/devhelp2.xsl -%%DATADIR%%/data/gtk-doc.dcl -%%DATADIR%%/data/gtk-doc.dsl -%%DATADIR%%/data/gtk-doc.make -%%DATADIR%%/data/gtk-doc.notmpl.make -%%DATADIR%%/data/gtk-doc.xsl -%%DATADIR%%/data/gtkdoc-common.pl -%%DATADIR%%/data/home.png -%%DATADIR%%/data/left.png -%%DATADIR%%/data/right.png -%%DATADIR%%/data/style.css -%%DATADIR%%/data/up.png -%%DATADIR%%/data/version-greater-or-equal.xsl -share/omf/gtk-doc-manual/gtk-doc-manual-C.omf -share/omf/gtk-doc-manual/gtk-doc-manual-bn_IN.omf -share/omf/gtk-doc-manual/gtk-doc-manual-de.omf -share/omf/gtk-doc-manual/gtk-doc-manual-el.omf -share/omf/gtk-doc-manual/gtk-doc-manual-en_GB.omf -share/omf/gtk-doc-manual/gtk-doc-manual-es.omf -share/omf/gtk-doc-manual/gtk-doc-manual-fr.omf -share/omf/gtk-doc-manual/gtk-doc-manual-gu.omf -share/omf/gtk-doc-manual/gtk-doc-manual-sv.omf -share/omf/gtk-doc-manual/gtk-doc-manual-ta.omf -share/omf/gtk-doc-manual/gtk-doc-manual-te.omf -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove CATALOG %%CATALOG_DIR%%/gtk-doc.cat -share/sgml/gtk-doc/gtk-doc.cat -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%CATALOG_DIR%%/gtk-doc.cat -@dirrm share/sgml/gtk-doc -@dirrm share/omf/gtk-doc-manual -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@dirrm share/gnome/help/gtk-doc-manual/bn_IN -@dirrm share/gnome/help/gtk-doc-manual/de -@dirrm share/gnome/help/gtk-doc-manual/el -@dirrm share/gnome/help/gtk-doc-manual/en_GB -@dirrm share/gnome/help/gtk-doc-manual/es -@dirrm share/gnome/help/gtk-doc-manual/fr -@dirrm share/gnome/help/gtk-doc-manual/gu -@dirrm share/gnome/help/gtk-doc-manual/sv -@dirrm share/gnome/help/gtk-doc-manual/ta -@dirrm share/gnome/help/gtk-doc-manual/te -@dirrm share/gnome/help/gtk-doc-manual/C -@dirrm share/gnome/help/gtk-doc-manual diff --git a/textproc/libxml++26-reference/Makefile b/textproc/libxml++26-reference/Makefile deleted file mode 100644 index 8b36c25ea..000000000 --- a/textproc/libxml++26-reference/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libxml++26-reference -# Date created: 03 April 2010 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \ - ${LOCALBASE}/share/glibmm-2.4/doctool/doc-install.pl:${PORTSDIR}/devel/glibmm-reference - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/libxml++-2.6 - -do-install: -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && ${GMAKE} install-data-local install-dist_referenceDATA -.endif - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/textproc/libxml++26-reference/pkg-descr b/textproc/libxml++26-reference/pkg-descr deleted file mode 100644 index 750f85f71..000000000 --- a/textproc/libxml++26-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for textproc/libxml++26. - -WWW: http://libxmlplusplus.sourceforge.net/ diff --git a/textproc/libxml++26-reference/pkg-plist b/textproc/libxml++26-reference/pkg-plist deleted file mode 100644 index d3df5f039..000000000 --- a/textproc/libxml++26-reference/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PORTDOCS%%share/devhelp/books/libxml++-%%API_VERSION%%/libxml++-%%API_VERSION%%.devhelp2 -%%PORTDOCS%%@dirrmtry share/devhelp/books/libxml++-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile deleted file mode 100644 index e671c3d66..000000000 --- a/textproc/libxml++26/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libxml++ -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.35 2009/03/17 14:57:40 kwm Exp $ -# - -PORTNAME= libxml++ -PORTVERSION= 2.30.0 -PORTREVISION?= 0 -CATEGORIES= textproc -MASTER_SITES= GNOME - -MAINTAINER= bland@FreeBSD.org -COMMENT= XML API for C++ - -USE_BZIP2= yes - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -.if !defined(REFERENCE_PORT) - -LATEST_LINK= libxml++26 - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 pkgconfig -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^gentoo_ltmain_version=/s/`.*`/$$gentoo_lt_version/' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ - ${WRKSRC}/libxml++-2.6.pc.in - -.include <bsd.port.mk> - -.endif
\ No newline at end of file diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo deleted file mode 100644 index 430d2895f..000000000 --- a/textproc/libxml++26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libxml++-2.30.0.tar.bz2) = ae752b65c016391cbca40bc73bcc67c0 -SHA256 (libxml++-2.30.0.tar.bz2) = f3957b1c1e5d25be6d8dd0f409ad7d8b0dd71bfa57e53ec9f866824669e2f7c1 -SIZE (libxml++-2.30.0.tar.bz2) = 653319 diff --git a/textproc/libxml++26/pkg-descr b/textproc/libxml++26/pkg-descr deleted file mode 100644 index 94d8feaff..000000000 --- a/textproc/libxml++26/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libxml++ is a C++ interface for working with XML files, using libxml -(gnome-xml) to parse and write the actual XML files. It has a simple -but complete API. - -WWW: http://libxmlplusplus.sourceforge.net/ diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist deleted file mode 100644 index f9349c1b9..000000000 --- a/textproc/libxml++26/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -include/libxml++-%%API_VERSION%%/include/libxml++config.h -include/libxml++-%%API_VERSION%%/libxml++/attribute.h -include/libxml++-%%API_VERSION%%/libxml++/document.h -include/libxml++-%%API_VERSION%%/libxml++/dtd.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h -include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/parserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/keepblanks.h -include/libxml++-%%API_VERSION%%/libxml++/libxml++.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/cdatanode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h -include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h -include/libxml++-%%API_VERSION%%/libxml++/schema.h -include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h -lib/libxml++-%%VERSION%%.a -lib/libxml++-%%VERSION%%.la -lib/libxml++-%%VERSION%%.so -lib/libxml++-%%VERSION%%.so.2 -libdata/pkgconfig/libxml++-%%API_VERSION%%.pc -@dirrm include/libxml++-%%API_VERSION%%/libxml++/validators -@dirrm include/libxml++-%%API_VERSION%%/libxml++/parsers -@dirrm include/libxml++-%%API_VERSION%%/libxml++/nodes -@dirrm include/libxml++-%%API_VERSION%%/libxml++/io -@dirrm include/libxml++-%%API_VERSION%%/libxml++/exceptions -@dirrm include/libxml++-%%API_VERSION%%/libxml++ -@dirrm include/libxml++-%%API_VERSION%%/include -@dirrm include/libxml++-%%API_VERSION%% diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile deleted file mode 100644 index ead0af74a..000000000 --- a/textproc/libxml2/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: libxml2 -# Date created: 28 September 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# -# WITHOUT_SCHEMA disable XML schema support -# WITH_MEM_DEBUG enable memory debugging (DEVELOPERS ONLY!) -# WITH_XMLLINT_HIST enable history for xmllint -# WITH_THREAD_ALLOC enable per-thread memory (DEVELOPERS ONLY!) -# - -PORTNAME= libxml2 -PORTVERSION= 2.7.7 -PORTREVISION?= 0 -CATEGORIES?= textproc gnome -MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ - ftp://gd.tuwien.ac.at/pub/libxml/ \ - ftp://xmlsoft.org/libxml2/ -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= XML parser library for GNOME - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_ICONV= yes -GNU_CONFIGURE= yes -USE_GNOME?= gnomehack gnometarget pkgconfig -USE_LDCONFIG= yes -CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ - --with-html-dir=${PREFIX}/share/doc \ - --with-html-subdir=${PORTNAME} \ - --without-python -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if !defined(MASTERDIR) -MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 -MAN3= libxml.3 -.endif - -.if defined(WITHOUT_SCHEMA) -CONFIGURE_ARGS+= --without-schemas -.endif - -.if defined(WITH_MEM_DEBUG) -CONFIGURE_ARGS+= --with-mem-debug -.endif - -.if defined(WITH_XMLLINT_HIST) -CONFIGURE_ARGS+= --with-history -.endif - -.if defined(WITH_THREAD_ALLOC) -CONFIGURE_ARGS+= --with-thread-alloc -.endif - -post-patch: -.for d in . doc doc/devhelp doc/examples - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ - ${WRKSRC}/${d}/Makefile.in -.endfor -.for f in catalog.c xmlcatalog.c xmllint.c doc/xmllint.1 - @${REINPLACE_CMD} -e \ - 's|/etc/xml/catalog|${LOCALBASE}/share/xml/catalog|g; \ - s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' ${WRKSRC}/${f} -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo deleted file mode 100644 index 48c948da1..000000000 --- a/textproc/libxml2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libxml2-2.7.7.tar.gz) = 9abc9959823ca9ff904f1fbcf21df066 -SHA256 (gnome2/libxml2-2.7.7.tar.gz) = af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68 -SIZE (gnome2/libxml2-2.7.7.tar.gz) = 4868502 diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa deleted file mode 100644 index 91bee0a42..000000000 --- a/textproc/libxml2/files/patch-aa +++ /dev/null @@ -1,49 +0,0 @@ ---- Makefile.in.orig 2010-03-20 17:51:45.000000000 -0400 -+++ Makefile.in 2010-03-20 17:52:13.000000000 -0400 -@@ -562,7 +562,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = include . doc example xstc @PYTHON_SUBDIR@ -+SUBDIRS = include . doc example xstc @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ - DIST_SUBDIRS = include . doc example python xstc - INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ - bin_SCRIPTS = xml2-config -@@ -572,7 +572,7 @@ libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIB - @USE_VERSION_SCRIPT_TRUE@LIBXML2_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxml2.syms - libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ \ - $(LIBXML2_VERSION_SCRIPT) \ -- -version-info @LIBXML_VERSION_INFO@ \ -+ -version-info 5:0:0 \ - @MODULE_PLATFORM_LIBS@ - - @WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \ -@@ -688,7 +688,7 @@ runxmlconf_LDFLAGS = - runxmlconf_DEPENDENCIES = $(DEPS) - runxmlconf_LDADD = $(LDADDS) - CLEANFILES = xml2Conf.sh *.gcda *.gcno --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = xml2Conf.sh - CVS_EXTRA_DIST = - EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ -@@ -711,8 +711,8 @@ pkgconfig_DATA = libxml-2.0.pc - # Install the tests program sources as examples - # - BASE_DIR = $(datadir)/doc --DOC_MODULE = libxml2-$(VERSION) --EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples -+DOC_MODULE = libxml2 -+EXAMPLES_DIR = $(datadir)/examples/libxml2 - - # - # Coverage support, largely borrowed from libvirt -@@ -1546,7 +1546,7 @@ distcleancheck: distclean - exit 1; } >&2 - check-am: all-am - check: check-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ - config.h - install-binPROGRAMS: install-libLTLIBRARIES - diff --git a/textproc/libxml2/files/patch-config.h.in b/textproc/libxml2/files/patch-config.h.in deleted file mode 100644 index e86bbf40e..000000000 --- a/textproc/libxml2/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.in.orig Sun Nov 3 16:55:05 2002 -+++ config.h.in Tue Nov 19 00:06:05 2002 -@@ -1,4 +1,8 @@ - /* config.h.in. Generated from configure.in by autoheader. */ -+ -+/* XXX */ -+#define HAVE_VFSCANF -+ - #undef PACKAGE - #undef VERSION - #undef HAVE_LIBZ diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure deleted file mode 100644 index 3c7222051..000000000 --- a/textproc/libxml2/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig 2010-03-20 17:52:35.000000000 -0400 -+++ configure 2010-03-20 17:52:35.000000000 -0400 -@@ -19865,11 +19865,12 @@ fi - fi - if test "$PYTHON_VERSION" != "" - then -+ with_python=`$PYTHON -c "import sys; print sys.exec_prefix"` - if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \ - -d $with_python/lib/python$PYTHON_VERSION/site-packages - then - PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION -- PYTHON_SITE_PACKAGES=$libdir/python$PYTHON_VERSION/site-packages -+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages - else - if test -r $prefix/include/python$PYTHON_VERSION/Python.h - then -@@ -20678,6 +20679,8 @@ fi - fi - fi - ;; -+ *freebsd*) THREAD_LIBS="" -+ ;; - esac - if test "$WITH_THREADS" = "1" ; then - THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT" diff --git a/textproc/libxml2/files/patch-doc_devhelp_Makefile.in b/textproc/libxml2/files/patch-doc_devhelp_Makefile.in deleted file mode 100644 index d7581357d..000000000 --- a/textproc/libxml2/files/patch-doc_devhelp_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/devhelp/Makefile.in.orig 2008-01-22 15:49:34.000000000 -0500 -+++ doc/devhelp/Makefile.in 2008-01-22 15:49:58.000000000 -0500 -@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --DEVHELP_DIR = $(datadir)/gtk-doc/html/libxml2 -+DEVHELP_DIR = $(datadir)/doc/libxml2/html - HTML_FILES = index.html general.html $(HTML_MODULES) - HTML_MODULES = \ - libxml2-c14n.html \ diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in deleted file mode 100644 index 37a01dce1..000000000 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- python/Makefile.in.orig 2008-05-23 22:39:11.000000000 -0500 -+++ python/Makefile.in 2008-05-23 22:40:42.000000000 -0500 -@@ -322,7 +322,7 @@ - -I$(top_builddir)/include \ - -I$(top_builddir)/$(subdir) - --docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) -+docsdir = $(datadir)/doc/py-libxml2 - # libxml2class.txt is generated - dist_docs_DATA = TODO - EXTRA_DIST = \ -@@ -335,7 +335,7 @@ - - libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version - @WITH_PYTHON_TRUE@mylibs = \ --@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la -+@WITH_PYTHON_TRUE@ -lxml2 - - @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la - @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c types.c diff --git a/textproc/libxml2/files/patch-python::tests::Makefile.in b/textproc/libxml2/files/patch-python::tests::Makefile.in deleted file mode 100644 index 405539d86..000000000 --- a/textproc/libxml2/files/patch-python::tests::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- python/tests/Makefile.in.orig 2008-05-23 22:41:49.000000000 -0500 -+++ python/tests/Makefile.in 2008-05-23 22:42:12.000000000 -0500 -@@ -270,7 +270,7 @@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples -+exampledir = $(datadir)/examples/py-libxml2 - dist_example_DATA = $(PYTESTS) $(XMLS) - PYTESTS = \ - build.py \ diff --git a/textproc/libxml2/files/patch-threads.c b/textproc/libxml2/files/patch-threads.c deleted file mode 100644 index a1ab0b3f2..000000000 --- a/textproc/libxml2/files/patch-threads.c +++ /dev/null @@ -1,22 +0,0 @@ ---- threads.c.orig 2009-11-30 12:43:34.000000000 +0100 -+++ threads.c 2009-11-30 12:44:54.000000000 +0100 -@@ -26,6 +26,7 @@ - #endif - #ifdef HAVE_PTHREAD_H - #include <pthread.h> -+#include <osreldate.h> - #elif defined HAVE_WIN32_THREADS - #include <windows.h> - #ifndef HAVE_COMPILER_TLS -@@ -46,6 +47,11 @@ - - #ifdef HAVE_PTHREAD_H - -+#if __FreeBSD_version < 700000 -+int pthread_equal() __attribute__ ((weak)); -+#define pthread_equal(a,b) ((pthread_equal) ? pthread_equal(a,b) : 1) -+#endif -+ - static int libxml_is_threaded = -1; - #ifdef __GNUC__ - #ifdef linux diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in deleted file mode 100644 index e07940d12..000000000 --- a/textproc/libxml2/files/patch-xml2Conf.sh.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- xml2Conf.sh.in 2001/05/19 19:57:43 1.1 -+++ xml2Conf.sh.in 2001/05/19 19:59:40 -@@ -1,6 +1,12 @@ - # - # Configuration file for using the XML library in GNOME applications - # -+ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+includedir=@includedir@ -+libdir=@libdir@ -+ - XML2_LIBDIR="@XML_LIBDIR@" - XML2_LIBS="@XML_LIBS@" - XML2_INCLUDEDIR="@XML_INCLUDEDIR@" diff --git a/textproc/libxml2/pkg-descr b/textproc/libxml2/pkg-descr deleted file mode 100644 index c64953cf9..000000000 --- a/textproc/libxml2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Libxml2 is the XML C parser and toolkit developed for the Gnome project (but -usable outside of the Gnome platform). XML itself is a metalanguage to design -markup languages, i.e. text language where semantic and structure are added to -the content using extra "markup" information enclosed between angle brackets. - -WWW: http://xmlsoft.org/ diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist deleted file mode 100644 index c1e7fae18..000000000 --- a/textproc/libxml2/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/xml2-config -bin/xmlcatalog -bin/xmllint -etc/xml2Conf.sh -include/libxml2/libxml/DOCBparser.h -include/libxml2/libxml/HTMLparser.h -include/libxml2/libxml/HTMLtree.h -include/libxml2/libxml/SAX.h -include/libxml2/libxml/SAX2.h -include/libxml2/libxml/c14n.h -include/libxml2/libxml/catalog.h -include/libxml2/libxml/chvalid.h -include/libxml2/libxml/debugXML.h -include/libxml2/libxml/dict.h -include/libxml2/libxml/encoding.h -include/libxml2/libxml/entities.h -include/libxml2/libxml/globals.h -include/libxml2/libxml/hash.h -include/libxml2/libxml/list.h -include/libxml2/libxml/nanoftp.h -include/libxml2/libxml/nanohttp.h -include/libxml2/libxml/parser.h -include/libxml2/libxml/parserInternals.h -include/libxml2/libxml/pattern.h -include/libxml2/libxml/relaxng.h -include/libxml2/libxml/schemasInternals.h -include/libxml2/libxml/schematron.h -include/libxml2/libxml/threads.h -include/libxml2/libxml/tree.h -include/libxml2/libxml/uri.h -include/libxml2/libxml/valid.h -include/libxml2/libxml/xinclude.h -include/libxml2/libxml/xlink.h -include/libxml2/libxml/xmlIO.h -include/libxml2/libxml/xmlautomata.h -include/libxml2/libxml/xmlerror.h -include/libxml2/libxml/xmlexports.h -include/libxml2/libxml/xmlmemory.h -include/libxml2/libxml/xmlmodule.h -include/libxml2/libxml/xmlreader.h -include/libxml2/libxml/xmlregexp.h -include/libxml2/libxml/xmlsave.h -include/libxml2/libxml/xmlschemas.h -include/libxml2/libxml/xmlschemastypes.h -include/libxml2/libxml/xmlstring.h -include/libxml2/libxml/xmlunicode.h -include/libxml2/libxml/xmlversion.h -include/libxml2/libxml/xmlwriter.h -include/libxml2/libxml/xpath.h -include/libxml2/libxml/xpathInternals.h -include/libxml2/libxml/xpointer.h -lib/libxml2.a -lib/libxml2.la -lib/libxml2.so -lib/libxml2.so.5 -libdata/pkgconfig/libxml-2.0.pc -share/aclocal/libxml.m4 -@dirrm include/libxml2/libxml -@dirrm include/libxml2 diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile deleted file mode 100644 index 17e78f7c4..000000000 --- a/www/epiphany-extensions/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Ports collection Makefile for: epiphany-extensions -# Date created: 30 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.124 2010/03/05 14:38:01 kwm Exp $ -# - -PORTNAME= epiphany-extensions -PORTVERSION= 2.30.0 -PORTREVISION= 0 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of add-ons for the Epiphany web browser - -BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -EPHY_EXTENSIONS=really-all -EPHY_VERSION= ${PORTVERSION:R} - -PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=${EPHY_VERSION} - -OPTIONS= OPENSP "Enable OpenSP SGML support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_OPENSP) -CONFIGURE_ARGS+= --enable-opensp=yes -LIB_DEPENDS+= osp.5:${PORTSDIR}/textproc/opensp -.else -CONFIGURE_ARGS+= --disable-opensp -.endif - -CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}" - -post-patch: - @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \ - -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \ - -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo deleted file mode 100644 index 1a621f598..000000000 --- a/www/epiphany-extensions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-extensions-2.30.0.tar.bz2) = 76dd4f6296a259d09554e693336187a2 -SHA256 (gnome2/epiphany-extensions-2.30.0.tar.bz2) = cf2e7c8ea8cc34740d945ffa7b877dbe9f047b43f8609f6d78c6811ca69efe24 -SIZE (gnome2/epiphany-extensions-2.30.0.tar.bz2) = 1564058 diff --git a/www/epiphany-extensions/pkg-descr b/www/epiphany-extensions/pkg-descr deleted file mode 100644 index 309ccdfa8..000000000 --- a/www/epiphany-extensions/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Epiphany-extensions is a set of plugins for the Epiphany web browser that -extend its base functionality. Some of those extensions include: - -* Actions -* Ad Blocker -* Certificate Viewer -* Greasemonkey -* Mouse Gestures -* Newsfeed extractor -* and more... - -WWW: http://www.gnome.org/projects/epiphany/extensions diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist deleted file mode 100644 index d0a28b1ca..000000000 --- a/www/epiphany-extensions/pkg-plist +++ /dev/null @@ -1,303 +0,0 @@ -lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension -lib/epiphany/%%VERSION%%/extensions/adblock.ephy-extension -lib/epiphany/%%VERSION%%/extensions/auto-reload.ephy-extension -lib/epiphany/%%VERSION%%/extensions/auto-scroller.ephy-extension -lib/epiphany/%%VERSION%%/extensions/certificates.ephy-extension -lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension -lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension -lib/epiphany/%%VERSION%%/extensions/greasemonkey.ephy-extension -lib/epiphany/%%VERSION%%/extensions/html5tube.ephy-extension -lib/epiphany/%%VERSION%%/extensions/libactionsextension.la -lib/epiphany/%%VERSION%%/extensions/libactionsextension.so -lib/epiphany/%%VERSION%%/extensions/libadblockextension.la -lib/epiphany/%%VERSION%%/extensions/libadblockextension.so -lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.la -lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.so -lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.la -lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.so -lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.la -lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.so -lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.la -lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.so -lib/epiphany/%%VERSION%%/extensions/libgesturesextension.la -lib/epiphany/%%VERSION%%/extensions/libgesturesextension.so -lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.la -lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.so -lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.la -lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.so -lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.la -lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.so -lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la -lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so -lib/epiphany/%%VERSION%%/extensions/librssextension.la -lib/epiphany/%%VERSION%%/extensions/librssextension.so -lib/epiphany/%%VERSION%%/extensions/libsampleextension.la -lib/epiphany/%%VERSION%%/extensions/libsampleextension.so -lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la -lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so -lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.la -lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.so -lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.la -lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.so -lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la -lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so -lib/epiphany/%%VERSION%%/extensions/permissions.ephy-extension -lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension -lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension -lib/epiphany/%%VERSION%%/extensions/sample.ephy-extension -lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-groups.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-key-tab-navigate.ephy-extension -lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension -%%DATADIR%%/adblock-patterns -%%DATADIR%%/ephy-gestures.xml -%%DATADIR%%/ui/action-properties.ui -%%DATADIR%%/ui/actions-editor.ui -%%DATADIR%%/ui/adblock.ui -%%DATADIR%%/ui/extensions-manager-ui.ui -%%DATADIR%%/ui/rss-ui.ui -share/epiphany/icons/hicolor/16x16/status/ad-blocked.png -share/epiphany/icons/hicolor/16x16/status/feed-presence.png -share/epiphany/icons/hicolor/22x22/status/ad-blocked.png -share/epiphany/icons/hicolor/22x22/status/feed-presence.png -share/epiphany/icons/hicolor/24x24/status/ad-blocked.png -share/epiphany/icons/hicolor/24x24/status/feed-presence.png -share/epiphany/icons/hicolor/32x32/status/feed-presence.png -share/epiphany/icons/hicolor/scalable/status/feed-presence.svg -share/gnome/help/epiphany-extensions/C/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/C/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/C/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/C/legal.xml -share/gnome/help/epiphany-extensions/de/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/de/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/de/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/es/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/es/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/es/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/fr/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/fr/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/oc/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/oc/figures/epi-ext-tabgroups.png -share/gnome/help/epiphany-extensions/sv/epiphany-extensions.xml -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-action-create.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-actions-use.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-adblocker.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-back.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close-2.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-forward.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-fullscreen.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-homepage.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-tab.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-window.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-next-tab.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-prev-tab.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-reload.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-stop.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-up.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source-2.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-sidebar.png -share/gnome/help/epiphany-extensions/sv/figures/epi-ext-tabgroups.png -share/locale/ar/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/as/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/dz/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/el/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/eu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/fi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/gl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/gu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/he/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/kn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ml/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/mr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/nb/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ne/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/oc/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/or/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/pl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/pt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ro/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/rw/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sq/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/sv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/ta/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/te/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/th/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/tr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/vi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/wa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/omf/epiphany-extensions/epiphany-extensions-C.omf -share/omf/epiphany-extensions/epiphany-extensions-de.omf -share/omf/epiphany-extensions/epiphany-extensions-es.omf -share/omf/epiphany-extensions/epiphany-extensions-fr.omf -share/omf/epiphany-extensions/epiphany-extensions-oc.omf -share/omf/epiphany-extensions/epiphany-extensions-sv.omf -@dirrm share/omf/epiphany-extensions -@dirrm share/gnome/help/epiphany-extensions/sv/figures -@dirrm share/gnome/help/epiphany-extensions/sv -@dirrm share/gnome/help/epiphany-extensions/oc/figures -@dirrm share/gnome/help/epiphany-extensions/oc -@dirrm share/gnome/help/epiphany-extensions/fr/figures -@dirrm share/gnome/help/epiphany-extensions/fr -@dirrm share/gnome/help/epiphany-extensions/es/figures -@dirrm share/gnome/help/epiphany-extensions/es -@dirrm share/gnome/help/epiphany-extensions/de/figures -@dirrm share/gnome/help/epiphany-extensions/de -@dirrm share/gnome/help/epiphany-extensions/C/figures -@dirrm share/gnome/help/epiphany-extensions/C -@dirrm share/gnome/help/epiphany-extensions -@dirrmtry share/epiphany/icons/hicolor/scalable/status -@dirrmtry share/epiphany/icons/hicolor/scalable -@dirrmtry share/epiphany/icons/hicolor/32x32/status -@dirrmtry share/epiphany/icons/hicolor/32x32 -@dirrmtry share/epiphany/icons/hicolor/24x24/status -@dirrmtry share/epiphany/icons/hicolor/24x24 -@dirrmtry share/epiphany/icons/hicolor/22x22/status -@dirrmtry share/epiphany/icons/hicolor/22x22 -@dirrmtry share/epiphany/icons/hicolor/16x16/status -@dirrmtry share/epiphany/icons/hicolor/16x16 -@dirrmtry share/epiphany/icons/hicolor -@dirrmtry share/epiphany/icons -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry lib/epiphany/%%VERSION%%/extensions -@dirrmtry lib/epiphany/%%VERSION%%/plugins -@dirrmtry lib/epiphany/%%VERSION%% -@dirrmtry lib/epiphany -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile deleted file mode 100644 index 8b237e1a9..000000000 --- a/www/epiphany/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# Ports collection Makefile for: epiphany -# Date created: 24 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.227 2010/04/10 08:32:35 kwm Exp $ -# - -PORTNAME= epiphany -PORTVERSION= 2.30.2 -PORTREVISION?= 1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extremely lightweight and simple web browser for GNOME 2 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ - notify.1:${PORTSDIR}/devel/libnotify \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ - ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes - -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_PYTHON= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -CONFIGURE_ARGS+=--enable-introspection \ - --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}" - -GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas - -PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" - -MAN1= epiphany.1 - -OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \ - SEED "Enable seed (JavaScript) support" on \ - SPELLCHECK "Enable spell checking by default" on - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -NO_WERROR= yes -# allow build with more warnings enabled -.if defined(NO_WERROR) -CONFIGURE_ARGS+= --enable-compile-warnings=no -.endif - -.if defined(WITH_NSS) -LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss -CONFIGURE_ARGS+=--enable-nss -.else -CONFIGURE_ARGS+=--disable-nss -.endif - -.if defined(WITH_SEED) -LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed -CONFIGURE_ARGS+=--enable-seed -.endif - -.if defined(WITH_SPELLCHECK) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ - s|-ldl"$$|"|g' \ - -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo deleted file mode 100644 index 055b312cf..000000000 --- a/www/epiphany/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-2.30.2.tar.bz2) = 29b084acfa016540d91d3601ec3dff5c -SHA256 (gnome2/epiphany-2.30.2.tar.bz2) = cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a -SIZE (gnome2/epiphany-2.30.2.tar.bz2) = 5881032 diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c deleted file mode 100644 index f9fbb6a13..000000000 --- a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,12 +0,0 @@ ---- embed/ephy-embed-prefs.c.orig 2009-10-25 16:18:24.000000000 -0400 -+++ embed/ephy-embed-prefs.c 2009-10-25 16:19:05.000000000 -0400 -@@ -250,6 +250,9 @@ ephy_embed_prefs_init (void) - /* Hardcoded settings */ - g_object_set (settings, "auto-shrink-images", FALSE, NULL); - -+ /* Enable spell-check by default */ -+ g_object_set (settings, "enable-spell-checking", TRUE, NULL); -+ - /* Connections */ - connections = g_malloc (sizeof (guint) * G_N_ELEMENTS (webkit_pref_entries)); - diff --git a/www/epiphany/files/patch-embed_ephy-embed-prefs.c b/www/epiphany/files/patch-embed_ephy-embed-prefs.c deleted file mode 100644 index 2f361fc44..000000000 --- a/www/epiphany/files/patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,15 +0,0 @@ ---- embed/ephy-embed-prefs.c.orig 2010-02-20 04:42:51.000000000 -0500 -+++ embed/ephy-embed-prefs.c 2010-05-08 20:03:20.000000000 -0400 -@@ -322,8 +322,10 @@ webkit_pref_callback_accept_languages (G - langs_str = g_strjoinv (", ", langs); - - /* Update Soup session */ -- session = webkit_get_default_session (); -- g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); -+ if (strlen (langs_str) > 0) { -+ session = webkit_get_default_session (); -+ g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); -+ } - - g_strfreev (langs); - g_free (langs_str); diff --git a/www/epiphany/files/patch-lib_ephy-spell-check.c b/www/epiphany/files/patch-lib_ephy-spell-check.c deleted file mode 100644 index bd68a07d9..000000000 --- a/www/epiphany/files/patch-lib_ephy-spell-check.c +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/ephy-spell-check.c.orig 2008-03-17 00:41:47.000000000 -0400 -+++ lib/ephy-spell-check.c 2008-03-17 00:47:22.000000000 -0400 -@@ -69,8 +69,15 @@ ephy_spell_check_init (EphySpellCheck *s - priv->dict = enchant_broker_request_dict (priv->broker, *locale); - if (priv->dict != NULL) break; - } -- if (priv->dict == NULL) -- g_warning (enchant_broker_get_error (priv->broker)); -+ if (priv->dict == NULL) { -+ g_warning ("No dictionary found for current locale; trying 'en'"); -+ priv->dict = enchant_broker_request_dict (priv->broker, "en"); -+ -+ if (priv->dict == NULL) { -+ g_warning (enchant_broker_get_error (priv->broker)); -+ g_warning ("No dictionary found; expect a crash until LANG is properly set"); -+ } -+ } - } - - static void diff --git a/www/epiphany/pkg-descr b/www/epiphany/pkg-descr deleted file mode 100644 index 51066f8d5..000000000 --- a/www/epiphany/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Epiphany is a web browser designed to be as lightweight and fast as -possible, at the expense of many of the features found in other -browsers. - -WWW: http://www.gnome.org/projects/epiphany/ diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist deleted file mode 100644 index ed5adcca9..000000000 --- a/www/epiphany/pkg-plist +++ /dev/null @@ -1,460 +0,0 @@ -bin/epiphany -include/epiphany/%%EPHY_VERSION%%/epiphany/epiphany.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dbus.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dialog.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-container.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-event.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-persist.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-prefs.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-shell.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-single.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-utils.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extension.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extensions-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-history.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-lib-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-link.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-loader.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node-db.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-notebook.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-session.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-shell.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-statusbar.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h -@comment libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc -libdata/pkgconfig/epiphany-2.30.pc -share/aclocal/epiphany.m4 -share/applications/bme.desktop -share/applications/epiphany.desktop -share/dbus-1/services/org.gnome.Epiphany.service -lib/girepository-1.0/Epiphany-2.30.typelib -share/gir-1.0/Epiphany-2.30.gir -%%DOCSDIR%%/EphyCommandManager.html -%%DOCSDIR%%/EphyEmbed.html -%%DOCSDIR%%/EphyLocationEntry.html -%%DOCSDIR%%/EphyNodeDb.html -%%DOCSDIR%%/EphySearchEntry.html -%%DOCSDIR%%/EphySpinner.html -%%DOCSDIR%%/EphyWindow.html -%%DOCSDIR%%/EphyZoomControl.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/epiphany-EphyEmbedFactory.html -%%DOCSDIR%%/epiphany-EphyEmbedPersist.html -%%DOCSDIR%%/epiphany-EphyEmbedSingle.html -%%DOCSDIR%%/epiphany-EphyExtensionsManager.html -%%DOCSDIR%%/epiphany-EphyGlade.html -%%DOCSDIR%%/epiphany-EphyPermissionManager.html -%%DOCSDIR%%/epiphany-ephy-password-manager.html -%%DOCSDIR%%/epiphany-ephy-session.html -%%DOCSDIR%%/epiphany-ephy-shell.html -%%DOCSDIR%%/epiphany.devhelp -%%DOCSDIR%%/epiphany.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/about.ini -%%DATADIR%%/default-bookmarks.rdf -%%DATADIR%%/epiphany-bookmark-editor-ui.xml -%%DATADIR%%/epiphany-bookmarks-html.xsl -%%DATADIR%%/epiphany-bookmarksbar.xml -%%DATADIR%%/epiphany-fs-toolbar.xml -%%DATADIR%%/epiphany-history-window-ui.xml -%%DATADIR%%/epiphany-toolbar.xml -%%DATADIR%%/epiphany-ui.xml -%%DATADIR%%/epiphany.xhtml -%%DATADIR%%/glade/certificate-dialogs.ui -%%DATADIR%%/glade/epiphany.ui -%%DATADIR%%/glade/form-signing-dialog.ui -%%DATADIR%%/glade/prefs-dialog.ui -%%DATADIR%%/glade/print.ui -%%DATADIR%%/icons/hicolor/16x16/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/16x16/actions/history-view.png -%%DATADIR%%/icons/hicolor/16x16/actions/location-entry.png -%%DATADIR%%/icons/hicolor/16x16/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-broken.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-secure.png -%%DATADIR%%/icons/hicolor/16x16/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/22x22/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/22x22/actions/history-view.png -%%DATADIR%%/icons/hicolor/22x22/actions/location-entry.png -%%DATADIR%%/icons/hicolor/22x22/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/22x22/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/24x24/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/24x24/actions/history-view.png -%%DATADIR%%/icons/hicolor/24x24/actions/location-entry.png -%%DATADIR%%/icons/hicolor/24x24/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-broken.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-secure.png -%%DATADIR%%/icons/hicolor/24x24/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/32x32/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/32x32/actions/history-view.png -%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.png -%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.svg -%%DATADIR%%/icons/hicolor/32x32/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-broken.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-secure.png -%%DATADIR%%/icons/hicolor/scalable/actions/bookmark-view.svg -%%DATADIR%%/icons/hicolor/scalable/actions/history-view.svg -%%DATADIR%%/icons/hicolor/scalable/actions/location-entry.svg -%%DATADIR%%/icons/hicolor/scalable/status/popup-hidden.svg -%%DATADIR%%/mime-types-permissions.xml -share/gnome/help/epiphany/C/epiphany.xml -share/gnome/help/epiphany/C/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/C/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/C/figures/ephy-screenshot.png -share/gnome/help/epiphany/C/legal.xml -share/gnome/help/epiphany/bg/epiphany.xml -share/gnome/help/epiphany/bg/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-screenshot.png -share/gnome/help/epiphany/ca/epiphany.xml -share/gnome/help/epiphany/ca/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-screenshot.png -share/gnome/help/epiphany/cs/epiphany.xml -share/gnome/help/epiphany/cs/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-screenshot.png -share/gnome/help/epiphany/de/epiphany.xml -share/gnome/help/epiphany/de/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-screenshot.png -share/gnome/help/epiphany/el/epiphany.xml -share/gnome/help/epiphany/el/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-screenshot.png -share/gnome/help/epiphany/en_GB/epiphany.xml -share/gnome/help/epiphany/en_GB/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-screenshot.png -share/gnome/help/epiphany/es/epiphany.xml -share/gnome/help/epiphany/es/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/es/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/es/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/es/figures/ephy-screenshot.png -share/gnome/help/epiphany/eu/epiphany.xml -share/gnome/help/epiphany/eu/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-screenshot.png -share/gnome/help/epiphany/fi/epiphany.xml -share/gnome/help/epiphany/fi/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fi/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fi/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/fi/figures/ephy-screenshot.png -share/gnome/help/epiphany/fr/epiphany.xml -share/gnome/help/epiphany/fr/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-screenshot.png -share/gnome/help/epiphany/it/epiphany.xml -share/gnome/help/epiphany/it/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-screenshot.png -share/gnome/help/epiphany/ja/epiphany.xml -share/gnome/help/epiphany/ja/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ja/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ja/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ja/figures/ephy-screenshot.png -share/gnome/help/epiphany/nl/epiphany.xml -share/gnome/help/epiphany/nl/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-screenshot.png -share/gnome/help/epiphany/oc/epiphany.xml -share/gnome/help/epiphany/oc/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-screenshot.png -share/gnome/help/epiphany/ru/epiphany.xml -share/gnome/help/epiphany/ru/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-screenshot.png -share/gnome/help/epiphany/sv/epiphany.xml -share/gnome/help/epiphany/sv/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-screenshot.png -share/gnome/help/epiphany/uk/epiphany.xml -share/gnome/help/epiphany/uk/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/uk/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/uk/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/uk/figures/ephy-screenshot.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png -share/icons/LowContrastLargePrint/48x48/apps/gnome-web-browser.png -share/icons/hicolor/16x16/apps/gnome-web-browser.png -share/icons/hicolor/22x22/apps/gnome-web-browser.png -share/icons/hicolor/24x24/apps/gnome-web-browser.png -share/icons/hicolor/32x32/apps/gnome-web-browser.png -share/icons/hicolor/48x48/apps/epiphany-bookmarks.png -share/icons/hicolor/scalable/apps/gnome-web-browser.svg -share/locale/am/LC_MESSAGES/epiphany.mo -share/locale/ar/LC_MESSAGES/epiphany.mo -share/locale/as/LC_MESSAGES/epiphany.mo -share/locale/ast/LC_MESSAGES/epiphany.mo -share/locale/az/LC_MESSAGES/epiphany.mo -share/locale/be/LC_MESSAGES/epiphany.mo -share/locale/be@latin/LC_MESSAGES/epiphany.mo -share/locale/bg/LC_MESSAGES/epiphany.mo -share/locale/bn/LC_MESSAGES/epiphany.mo -share/locale/bn_IN/LC_MESSAGES/epiphany.mo -share/locale/br/LC_MESSAGES/epiphany.mo -share/locale/bs/LC_MESSAGES/epiphany.mo -share/locale/ca/LC_MESSAGES/epiphany.mo -share/locale/ca@valencia/LC_MESSAGES/epiphany.mo -share/locale/cs/LC_MESSAGES/epiphany.mo -share/locale/cy/LC_MESSAGES/epiphany.mo -share/locale/da/LC_MESSAGES/epiphany.mo -share/locale/de/LC_MESSAGES/epiphany.mo -share/locale/dz/LC_MESSAGES/epiphany.mo -share/locale/el/LC_MESSAGES/epiphany.mo -share/locale/en_CA/LC_MESSAGES/epiphany.mo -share/locale/en_GB/LC_MESSAGES/epiphany.mo -share/locale/en@shaw/LC_MESSAGES/epiphany.mo -share/locale/es/LC_MESSAGES/epiphany.mo -share/locale/et/LC_MESSAGES/epiphany.mo -share/locale/eu/LC_MESSAGES/epiphany.mo -share/locale/fa/LC_MESSAGES/epiphany.mo -share/locale/fi/LC_MESSAGES/epiphany.mo -share/locale/fr/LC_MESSAGES/epiphany.mo -share/locale/ga/LC_MESSAGES/epiphany.mo -share/locale/gl/LC_MESSAGES/epiphany.mo -share/locale/gu/LC_MESSAGES/epiphany.mo -share/locale/he/LC_MESSAGES/epiphany.mo -share/locale/hi/LC_MESSAGES/epiphany.mo -share/locale/hr/LC_MESSAGES/epiphany.mo -share/locale/hu/LC_MESSAGES/epiphany.mo -share/locale/hy/LC_MESSAGES/epiphany.mo -share/locale/id/LC_MESSAGES/epiphany.mo -share/locale/ig/LC_MESSAGES/epiphany.mo -share/locale/is/LC_MESSAGES/epiphany.mo -share/locale/it/LC_MESSAGES/epiphany.mo -share/locale/ja/LC_MESSAGES/epiphany.mo -share/locale/ka/LC_MESSAGES/epiphany.mo -share/locale/kn/LC_MESSAGES/epiphany.mo -share/locale/ko/LC_MESSAGES/epiphany.mo -share/locale/ku/LC_MESSAGES/epiphany.mo -share/locale/li/LC_MESSAGES/epiphany.mo -share/locale/lt/LC_MESSAGES/epiphany.mo -share/locale/lv/LC_MESSAGES/epiphany.mo -share/locale/mai/LC_MESSAGES/epiphany.mo -share/locale/mg/LC_MESSAGES/epiphany.mo -share/locale/mi/LC_MESSAGES/epiphany.mo -share/locale/mk/LC_MESSAGES/epiphany.mo -share/locale/ml/LC_MESSAGES/epiphany.mo -share/locale/mn/LC_MESSAGES/epiphany.mo -share/locale/mr/LC_MESSAGES/epiphany.mo -share/locale/ms/LC_MESSAGES/epiphany.mo -share/locale/nb/LC_MESSAGES/epiphany.mo -share/locale/nds/LC_MESSAGES/epiphany.mo -share/locale/ne/LC_MESSAGES/epiphany.mo -share/locale/nl/LC_MESSAGES/epiphany.mo -share/locale/nn/LC_MESSAGES/epiphany.mo -share/locale/oc/LC_MESSAGES/epiphany.mo -share/locale/or/LC_MESSAGES/epiphany.mo -share/locale/pa/LC_MESSAGES/epiphany.mo -share/locale/pl/LC_MESSAGES/epiphany.mo -share/locale/ps/LC_MESSAGES/epiphany.mo -share/locale/pt/LC_MESSAGES/epiphany.mo -share/locale/pt_BR/LC_MESSAGES/epiphany.mo -share/locale/ro/LC_MESSAGES/epiphany.mo -share/locale/ru/LC_MESSAGES/epiphany.mo -share/locale/rw/LC_MESSAGES/epiphany.mo -share/locale/si/LC_MESSAGES/epiphany.mo -share/locale/sk/LC_MESSAGES/epiphany.mo -share/locale/sl/LC_MESSAGES/epiphany.mo -share/locale/sq/LC_MESSAGES/epiphany.mo -share/locale/sr/LC_MESSAGES/epiphany.mo -share/locale/sr@latin/LC_MESSAGES/epiphany.mo -share/locale/sv/LC_MESSAGES/epiphany.mo -share/locale/ta/LC_MESSAGES/epiphany.mo -share/locale/te/LC_MESSAGES/epiphany.mo -share/locale/th/LC_MESSAGES/epiphany.mo -share/locale/tk/LC_MESSAGES/epiphany.mo -share/locale/tr/LC_MESSAGES/epiphany.mo -share/locale/uk/LC_MESSAGES/epiphany.mo -share/locale/uz/LC_MESSAGES/epiphany.mo -share/locale/uz@cyrillic/LC_MESSAGES/epiphany.mo -share/locale/vi/LC_MESSAGES/epiphany.mo -share/locale/wa/LC_MESSAGES/epiphany.mo -share/locale/yo/LC_MESSAGES/epiphany.mo -share/locale/zh_CN/LC_MESSAGES/epiphany.mo -share/locale/zh_HK/LC_MESSAGES/epiphany.mo -share/locale/zh_TW/LC_MESSAGES/epiphany.mo -share/omf/epiphany/epiphany-C.omf -share/omf/epiphany/epiphany-bg.omf -share/omf/epiphany/epiphany-ca.omf -share/omf/epiphany/epiphany-cs.omf -share/omf/epiphany/epiphany-de.omf -share/omf/epiphany/epiphany-el.omf -share/omf/epiphany/epiphany-en_GB.omf -share/omf/epiphany/epiphany-es.omf -share/omf/epiphany/epiphany-eu.omf -share/omf/epiphany/epiphany-fi.omf -share/omf/epiphany/epiphany-fr.omf -share/omf/epiphany/epiphany-it.omf -share/omf/epiphany/epiphany-ja.omf -share/omf/epiphany/epiphany-nl.omf -share/omf/epiphany/epiphany-oc.omf -share/omf/epiphany/epiphany-ru.omf -share/omf/epiphany/epiphany-sv.omf -share/omf/epiphany/epiphany-uk.omf -@dirrm share/omf/epiphany -@dirrmtry share/icons/LowContrastLargePrint/48x48/apps -@dirrmtry share/icons/LowContrastLargePrint/48x48 -@dirrmtry share/icons/LowContrastLargePrint -@dirrm share/gnome/help/epiphany/uk/figures -@dirrm share/gnome/help/epiphany/uk -@dirrm share/gnome/help/epiphany/sv/figures -@dirrm share/gnome/help/epiphany/sv -@dirrm share/gnome/help/epiphany/ru/figures -@dirrm share/gnome/help/epiphany/ru -@dirrm share/gnome/help/epiphany/oc/figures -@dirrm share/gnome/help/epiphany/oc -@dirrm share/gnome/help/epiphany/nl/figures -@dirrm share/gnome/help/epiphany/nl -@dirrm share/gnome/help/epiphany/ja/figures -@dirrm share/gnome/help/epiphany/ja -@dirrm share/gnome/help/epiphany/it/figures -@dirrm share/gnome/help/epiphany/it -@dirrm share/gnome/help/epiphany/fr/figures -@dirrm share/gnome/help/epiphany/fr -@dirrm share/gnome/help/epiphany/fi/figures -@dirrm share/gnome/help/epiphany/fi -@dirrm share/gnome/help/epiphany/eu/figures -@dirrm share/gnome/help/epiphany/eu -@dirrm share/gnome/help/epiphany/es/figures -@dirrm share/gnome/help/epiphany/es -@dirrm share/gnome/help/epiphany/en_GB/figures -@dirrm share/gnome/help/epiphany/en_GB -@dirrm share/gnome/help/epiphany/el/figures -@dirrm share/gnome/help/epiphany/el -@dirrm share/gnome/help/epiphany/de/figures -@dirrm share/gnome/help/epiphany/de -@dirrm share/gnome/help/epiphany/cs/figures -@dirrm share/gnome/help/epiphany/cs -@dirrm share/gnome/help/epiphany/ca/figures -@dirrm share/gnome/help/epiphany/ca -@dirrm share/gnome/help/epiphany/bg/figures -@dirrm share/gnome/help/epiphany/bg -@dirrm share/gnome/help/epiphany/C/figures -@dirrm share/gnome/help/epiphany/C -@dirrm share/gnome/help/epiphany -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/status -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions -@dirrmtry %%DATADIR%%/icons/hicolor/scalable -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/status -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/status -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions -@dirrmtry %%DATADIR%%/icons/hicolor/32x32 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/status -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/places -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/status -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/places -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions -@dirrmtry %%DATADIR%%/icons/hicolor/22x22 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/status -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/places -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/art -@dirrmtry %%DATADIR%% -@dirrmtry %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/girepository-1.0 -@dirrmtry share/gir-1.0 -@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins -@dirrmtry lib/epiphany/%%EPHY_VERSION%% -@dirrmtry lib/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%% -@dirrm include/epiphany -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile deleted file mode 100644 index 5652f24f9..000000000 --- a/www/evolution-webcal/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: evolution-webcal -# Date created: Mon Apr 26 18:08:00 CEST 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= evolution-webcal -PORTVERSION= 2.28.1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Webcal(endar) handler for gnome - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= evolution-webcal.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ - ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo deleted file mode 100644 index 8a4d1a0f3..000000000 --- a/www/evolution-webcal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evolution-webcal-2.28.1.tar.bz2) = c5bdefc1ad9128dab4fc2ec2e86ef07d -SHA256 (evolution-webcal-2.28.1.tar.bz2) = eeff6d0c9f45647ee1bc19585fd17f81caa87e99b95501f87d7ab1cdac1060c1 -SIZE (evolution-webcal-2.28.1.tar.bz2) = 162470 diff --git a/www/evolution-webcal/pkg-descr b/www/evolution-webcal/pkg-descr deleted file mode 100644 index ab2f04e9d..000000000 --- a/www/evolution-webcal/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Evolution Webcal installs a GNOME URL Handler for "webcal:". -This will pop up a subscription dialog when you point your web browser at it. -The calendars will automaticaly appear in Evolution 1.5.x if it is running, -or will show up the next time you start Evolution. - -It also works for non-GNOME applications. These applications need to set -there URL handler to be "gnome-open". diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist deleted file mode 100644 index 15866fd36..000000000 --- a/www/evolution-webcal/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -libexec/evolution-webcal -share/locale/af/LC_MESSAGES/evolution-webcal.mo -share/locale/ar/LC_MESSAGES/evolution-webcal.mo -share/locale/as/LC_MESSAGES/evolution-webcal.mo -share/locale/ast/LC_MESSAGES/evolution-webcal.mo -share/locale/az/LC_MESSAGES/evolution-webcal.mo -share/locale/be@latin/LC_MESSAGES/evolution-webcal.mo -share/locale/bg/LC_MESSAGES/evolution-webcal.mo -share/locale/bn/LC_MESSAGES/evolution-webcal.mo -share/locale/bn_IN/LC_MESSAGES/evolution-webcal.mo -share/locale/bs/LC_MESSAGES/evolution-webcal.mo -share/locale/ca/LC_MESSAGES/evolution-webcal.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-webcal.mo -share/locale/cs/LC_MESSAGES/evolution-webcal.mo -share/locale/cy/LC_MESSAGES/evolution-webcal.mo -share/locale/da/LC_MESSAGES/evolution-webcal.mo -share/locale/de/LC_MESSAGES/evolution-webcal.mo -share/locale/dz/LC_MESSAGES/evolution-webcal.mo -share/locale/el/LC_MESSAGES/evolution-webcal.mo -share/locale/en@shaw/LC_MESSAGES/evolution-webcal.mo -share/locale/en_CA/LC_MESSAGES/evolution-webcal.mo -share/locale/en_GB/LC_MESSAGES/evolution-webcal.mo -share/locale/es/LC_MESSAGES/evolution-webcal.mo -share/locale/et/LC_MESSAGES/evolution-webcal.mo -share/locale/eu/LC_MESSAGES/evolution-webcal.mo -share/locale/fa/LC_MESSAGES/evolution-webcal.mo -share/locale/fi/LC_MESSAGES/evolution-webcal.mo -share/locale/fr/LC_MESSAGES/evolution-webcal.mo -share/locale/gl/LC_MESSAGES/evolution-webcal.mo -share/locale/gu/LC_MESSAGES/evolution-webcal.mo -share/locale/he/LC_MESSAGES/evolution-webcal.mo -share/locale/hi/LC_MESSAGES/evolution-webcal.mo -share/locale/hr/LC_MESSAGES/evolution-webcal.mo -share/locale/hu/LC_MESSAGES/evolution-webcal.mo -share/locale/id/LC_MESSAGES/evolution-webcal.mo -share/locale/it/LC_MESSAGES/evolution-webcal.mo -share/locale/ja/LC_MESSAGES/evolution-webcal.mo -share/locale/ka/LC_MESSAGES/evolution-webcal.mo -share/locale/kn/LC_MESSAGES/evolution-webcal.mo -share/locale/ko/LC_MESSAGES/evolution-webcal.mo -share/locale/ku/LC_MESSAGES/evolution-webcal.mo -share/locale/ky/LC_MESSAGES/evolution-webcal.mo -share/locale/lt/LC_MESSAGES/evolution-webcal.mo -share/locale/lv/LC_MESSAGES/evolution-webcal.mo -share/locale/mai/LC_MESSAGES/evolution-webcal.mo -share/locale/mk/LC_MESSAGES/evolution-webcal.mo -share/locale/ml/LC_MESSAGES/evolution-webcal.mo -share/locale/mr/LC_MESSAGES/evolution-webcal.mo -share/locale/ms/LC_MESSAGES/evolution-webcal.mo -share/locale/nb/LC_MESSAGES/evolution-webcal.mo -share/locale/nds/LC_MESSAGES/evolution-webcal.mo -share/locale/ne/LC_MESSAGES/evolution-webcal.mo -share/locale/nl/LC_MESSAGES/evolution-webcal.mo -share/locale/nn/LC_MESSAGES/evolution-webcal.mo -share/locale/oc/LC_MESSAGES/evolution-webcal.mo -share/locale/or/LC_MESSAGES/evolution-webcal.mo -share/locale/pa/LC_MESSAGES/evolution-webcal.mo -share/locale/pl/LC_MESSAGES/evolution-webcal.mo -share/locale/ps/LC_MESSAGES/evolution-webcal.mo -share/locale/pt/LC_MESSAGES/evolution-webcal.mo -share/locale/pt_BR/LC_MESSAGES/evolution-webcal.mo -share/locale/ro/LC_MESSAGES/evolution-webcal.mo -share/locale/ru/LC_MESSAGES/evolution-webcal.mo -share/locale/rw/LC_MESSAGES/evolution-webcal.mo -share/locale/si/LC_MESSAGES/evolution-webcal.mo -share/locale/sk/LC_MESSAGES/evolution-webcal.mo -share/locale/sl/LC_MESSAGES/evolution-webcal.mo -share/locale/sq/LC_MESSAGES/evolution-webcal.mo -share/locale/sr/LC_MESSAGES/evolution-webcal.mo -share/locale/sr@latin/LC_MESSAGES/evolution-webcal.mo -share/locale/sv/LC_MESSAGES/evolution-webcal.mo -share/locale/ta/LC_MESSAGES/evolution-webcal.mo -share/locale/te/LC_MESSAGES/evolution-webcal.mo -share/locale/th/LC_MESSAGES/evolution-webcal.mo -share/locale/tr/LC_MESSAGES/evolution-webcal.mo -share/locale/ug/LC_MESSAGES/evolution-webcal.mo -share/locale/uk/LC_MESSAGES/evolution-webcal.mo -share/locale/vi/LC_MESSAGES/evolution-webcal.mo -share/locale/xh/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_HK/LC_MESSAGES/evolution-webcal.mo -share/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile deleted file mode 100644 index e05de6a60..000000000 --- a/www/gnome-user-share/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome-user-share -# Date created: 26 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gnome-user-share/Makefile,v 1.20 2010/03/16 12:47:55 kwm Exp $ -# - -PORTNAME= gnome-user-share -PORTVERSION= 2.30.0 -CATEGORIES= www deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Personal file-sharing service for the GNOME Desktop - -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \ - canberra.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \ - console-kit-daemon:${PORTSDIR}/sysutils/consolekit - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_APACHE= 2.2+ -USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ - ${WRKSRC}/data/dav_user_*.conf - -.include <bsd.port.mk> diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo deleted file mode 100644 index c0d748525..000000000 --- a/www/gnome-user-share/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-user-share-2.30.0.tar.bz2) = a736a1bebc1782d3d6e7a7239158f189 -SHA256 (gnome2/gnome-user-share-2.30.0.tar.bz2) = 75f5424d7062c8ee82c2a65f6c952a04aca92070134de4a69c9e2e5ec50d4163 -SIZE (gnome2/gnome-user-share-2.30.0.tar.bz2) = 944583 diff --git a/www/gnome-user-share/files/patch-configure b/www/gnome-user-share/files/patch-configure deleted file mode 100644 index 27fe70c56..000000000 --- a/www/gnome-user-share/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig 2010-03-16 13:46:47.000000000 +0100 -+++ configure 2010-03-16 13:46:47.000000000 +0100 -@@ -13261,12 +13261,12 @@ - pkg_cv_USER_SHARE_CFLAGS="$USER_SHARE_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13277,12 +13277,12 @@ - pkg_cv_USER_SHARE_LIBS="$USER_SHARE_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13300,14 +13300,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - else -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$USER_SHARE_PKG_ERRORS" >&5 - -- as_fn_error "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2) were not met: -+ as_fn_error "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES) were not met: - - $USER_SHARE_PKG_ERRORS - diff --git a/www/gnome-user-share/files/patch-src_user_share.c b/www/gnome-user-share/files/patch-src_user_share.c deleted file mode 100644 index 4305314fb..000000000 --- a/www/gnome-user-share/files/patch-src_user_share.c +++ /dev/null @@ -1,48 +0,0 @@ ---- src/user_share.c.orig 2009-09-26 09:10:16.000000000 -0400 -+++ src/user_share.c 2009-09-26 09:13:52.000000000 -0400 -@@ -26,7 +26,9 @@ - #include <gdk/gdkx.h> - #include <gtk/gtk.h> - #include <glib/gi18n.h> -+#ifndef __FreeBSD__ - #include <bluetooth-client.h> -+#endif - #include <X11/Xlib.h> - - #include "user_share.h" -@@ -58,7 +60,9 @@ - static guint disabled_timeout_tag = 0; - static gboolean has_console = TRUE; - -+#ifndef __FreeBSD__ - static BluetoothClient *client = NULL; -+#endif - static gboolean bluetoothd_enabled = FALSE; - - #define OBEX_ENABLED (bluetoothd_enabled && has_console) -@@ -224,6 +228,7 @@ consolekit_init (void) - dbus_g_connection_unref (dbus_connection); - } - -+#ifndef __FreeBSD__ - static void - default_adapter_changed (GObject *gobject, - GParamSpec *pspec, -@@ -261,6 +266,7 @@ bluez_init (void) - g_signal_connect (G_OBJECT (client), "notify::default-adapter-powered", - G_CALLBACK (default_adapter_changed), NULL); - } -+#endif - - char * - lookup_public_dir (void) -@@ -590,7 +596,9 @@ main (int argc, char **argv) - - g_object_unref (client); - -+#ifndef __FreeBSD__ - bluez_init (); -+#endif - consolekit_init (); - - /* Initial setting */ diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr deleted file mode 100644 index 0c6244b1b..000000000 --- a/www/gnome-user-share/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gnome-user-share is a small package that binds together various free -software projects to bring easy to use user-level file sharing to the -masses. - -The program is meant to run in the background when the user is logged -in, and when file sharing is enabled a webdav server is started that -shares the $HOME/Public folder. The share is then published to all -computers on the local network using mDNS/bonjour, so that it shows -up in the Network location in Gnome. - --- gnome-user-share README diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message deleted file mode 100644 index 84e472507..000000000 --- a/www/gnome-user-share/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Run gnome-file-share-properties as the user with which you want -to use gnome-user-share, then logout and log back into GNOME. Now everything -under ~/Public should be shared. You can view this by opening Nautilus, and -clicking on the Network icon under Computer. diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist deleted file mode 100644 index 6423483af..000000000 --- a/www/gnome-user-share/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -bin/gnome-file-share-properties -etc/xdg/autostart/gnome-user-share.desktop -lib/nautilus/extensions-2.0/libnautilus-share-extension.la -lib/nautilus/extensions-2.0/libnautilus-share-extension.so -libexec/gnome-user-share -share/applications/gnome-user-share-properties.desktop -%%DATADIR%%/dav_groupfile -%%DATADIR%%/dav_user_2.0.conf -%%DATADIR%%/dav_user_2.2.conf -%%DATADIR%%/file-share-properties.ui -share/gnome/help/gnome-user-share/C/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/C/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/C/gnome-user-share.xml -share/gnome/help/gnome-user-share/C/legal.xml -share/gnome/help/gnome-user-share/ca/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/ca/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/ca/gnome-user-share.xml -share/gnome/help/gnome-user-share/ca/legal.xml -share/gnome/help/gnome-user-share/cs/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/cs/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/cs/gnome-user-share.xml -share/gnome/help/gnome-user-share/cs/legal.xml -share/gnome/help/gnome-user-share/de/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/de/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/de/gnome-user-share.xml -share/gnome/help/gnome-user-share/de/legal.xml -share/gnome/help/gnome-user-share/el/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/el/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/el/gnome-user-share.xml -share/gnome/help/gnome-user-share/el/legal.xml -share/gnome/help/gnome-user-share/en_GB/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/en_GB/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/en_GB/gnome-user-share.xml -share/gnome/help/gnome-user-share/en_GB/legal.xml -share/gnome/help/gnome-user-share/es/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/es/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/es/gnome-user-share.xml -share/gnome/help/gnome-user-share/es/legal.xml -share/gnome/help/gnome-user-share/fr/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/fr/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/fr/gnome-user-share.xml -share/gnome/help/gnome-user-share/fr/legal.xml -share/gnome/help/gnome-user-share/it/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/it/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/it/gnome-user-share.xml -share/gnome/help/gnome-user-share/it/legal.xml -share/gnome/help/gnome-user-share/sv/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/sv/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/sv/gnome-user-share.xml -share/gnome/help/gnome-user-share/sv/legal.xml -share/gnome/help/gnome-user-share/zh_CN/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/zh_CN/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/zh_CN/gnome-user-share.xml -share/gnome/help/gnome-user-share/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/gnome-obex-server.png -share/icons/hicolor/22x22/apps/gnome-obex-server.png -share/icons/hicolor/32x32/apps/gnome-obex-server.png -share/icons/hicolor/48x48/apps/gnome-obex-server.png -share/locale/ar/LC_MESSAGES/gnome-user-share.mo -share/locale/as/LC_MESSAGES/gnome-user-share.mo -share/locale/ast/LC_MESSAGES/gnome-user-share.mo -share/locale/bg/LC_MESSAGES/gnome-user-share.mo -share/locale/bn/LC_MESSAGES/gnome-user-share.mo -share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo -share/locale/ca/LC_MESSAGES/gnome-user-share.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo -share/locale/cs/LC_MESSAGES/gnome-user-share.mo -share/locale/da/LC_MESSAGES/gnome-user-share.mo -share/locale/de/LC_MESSAGES/gnome-user-share.mo -share/locale/dz/LC_MESSAGES/gnome-user-share.mo -share/locale/el/LC_MESSAGES/gnome-user-share.mo -share/locale/en@shaw/LC_MESSAGES/gnome-user-share.mo -share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo -share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo -share/locale/eu/LC_MESSAGES/gnome-user-share.mo -share/locale/es/LC_MESSAGES/gnome-user-share.mo -share/locale/et/LC_MESSAGES/gnome-user-share.mo -share/locale/fi/LC_MESSAGES/gnome-user-share.mo -share/locale/fr/LC_MESSAGES/gnome-user-share.mo -share/locale/ga/LC_MESSAGES/gnome-user-share.mo -share/locale/gl/LC_MESSAGES/gnome-user-share.mo -share/locale/gu/LC_MESSAGES/gnome-user-share.mo -share/locale/he/LC_MESSAGES/gnome-user-share.mo -share/locale/hi/LC_MESSAGES/gnome-user-share.mo -share/locale/hu/LC_MESSAGES/gnome-user-share.mo -share/locale/it/LC_MESSAGES/gnome-user-share.mo -share/locale/ja/LC_MESSAGES/gnome-user-share.mo -share/locale/kn/LC_MESSAGES/gnome-user-share.mo -share/locale/ko/LC_MESSAGES/gnome-user-share.mo -share/locale/lt/LC_MESSAGES/gnome-user-share.mo -share/locale/lv/LC_MESSAGES/gnome-user-share.mo -share/locale/mai/LC_MESSAGES/gnome-user-share.mo -share/locale/mk/LC_MESSAGES/gnome-user-share.mo -share/locale/ml/LC_MESSAGES/gnome-user-share.mo -share/locale/mr/LC_MESSAGES/gnome-user-share.mo -share/locale/nb/LC_MESSAGES/gnome-user-share.mo -share/locale/ne/LC_MESSAGES/gnome-user-share.mo -share/locale/nl/LC_MESSAGES/gnome-user-share.mo -share/locale/oc/LC_MESSAGES/gnome-user-share.mo -share/locale/or/LC_MESSAGES/gnome-user-share.mo -share/locale/pa/LC_MESSAGES/gnome-user-share.mo -share/locale/pl/LC_MESSAGES/gnome-user-share.mo -share/locale/pt/LC_MESSAGES/gnome-user-share.mo -share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo -share/locale/ro/LC_MESSAGES/gnome-user-share.mo -share/locale/ru/LC_MESSAGES/gnome-user-share.mo -share/locale/rw/LC_MESSAGES/gnome-user-share.mo -share/locale/sk/LC_MESSAGES/gnome-user-share.mo -share/locale/sl/LC_MESSAGES/gnome-user-share.mo -share/locale/sq/LC_MESSAGES/gnome-user-share.mo -share/locale/sr/LC_MESSAGES/gnome-user-share.mo -share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo -share/locale/sv/LC_MESSAGES/gnome-user-share.mo -share/locale/ta/LC_MESSAGES/gnome-user-share.mo -share/locale/te/LC_MESSAGES/gnome-user-share.mo -share/locale/th/LC_MESSAGES/gnome-user-share.mo -share/locale/tr/LC_MESSAGES/gnome-user-share.mo -share/locale/uk/LC_MESSAGES/gnome-user-share.mo -share/locale/vi/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo -share/omf/gnome-user-share/gnome-user-share-C.omf -share/omf/gnome-user-share/gnome-user-share-ca.omf -share/omf/gnome-user-share/gnome-user-share-cs.omf -share/omf/gnome-user-share/gnome-user-share-de.omf -share/omf/gnome-user-share/gnome-user-share-el.omf -share/omf/gnome-user-share/gnome-user-share-en_GB.omf -share/omf/gnome-user-share/gnome-user-share-es.omf -share/omf/gnome-user-share/gnome-user-share-fr.omf -share/omf/gnome-user-share/gnome-user-share-it.omf -share/omf/gnome-user-share/gnome-user-share-sv.omf -share/omf/gnome-user-share/gnome-user-share-zh_CN.omf -@dirrm share/omf/gnome-user-share -@dirrm share/gnome/help/gnome-user-share/zh_CN/figures -@dirrm share/gnome/help/gnome-user-share/zh_CN -@dirrm share/gnome/help/gnome-user-share/sv/figures -@dirrm share/gnome/help/gnome-user-share/sv -@dirrm share/gnome/help/gnome-user-share/it/figures -@dirrm share/gnome/help/gnome-user-share/it -@dirrm share/gnome/help/gnome-user-share/fr/figures -@dirrm share/gnome/help/gnome-user-share/fr -@dirrm share/gnome/help/gnome-user-share/es/figures -@dirrm share/gnome/help/gnome-user-share/es -@dirrm share/gnome/help/gnome-user-share/en_GB/figures -@dirrm share/gnome/help/gnome-user-share/en_GB -@dirrm share/gnome/help/gnome-user-share/el/figures -@dirrm share/gnome/help/gnome-user-share/el -@dirrm share/gnome/help/gnome-user-share/de/figures -@dirrm share/gnome/help/gnome-user-share/de -@dirrm share/gnome/help/gnome-user-share/cs/figures -@dirrm share/gnome/help/gnome-user-share/cs -@dirrm share/gnome/help/gnome-user-share/ca/figures -@dirrm share/gnome/help/gnome-user-share/ca -@dirrm share/gnome/help/gnome-user-share/C/figures -@dirrm share/gnome/help/gnome-user-share/C -@dirrm share/gnome/help/gnome-user-share -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index ae397f263..000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.168 2010/03/31 11:22:34 kwm Exp $ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.30.1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libglade2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="3.14" - -post-patch: - @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index b544e2dc9..000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkhtml-3.30.1.tar.bz2) = f858b359511f1e1437ad826f4ce0eda9 -SHA256 (gnome2/gtkhtml-3.30.1.tar.bz2) = 70c8e2bffaff783408b847e54e9bb68f438dcd488721b9597168f88395a8f703 -SIZE (gnome2/gtkhtml-3.30.1.tar.bz2) = 1350166 diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr deleted file mode 100644 index 38451dc01..000000000 --- a/www/gtkhtml3/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkHTML is a lightweight HTML rendering, printing, and editing engine. - -WWW: http://www.ximian.com/ diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist deleted file mode 100644 index 919730fbe..000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -bin/gtkhtml-editor-test -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-checker.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-language.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor.a -lib/libgtkhtml-editor.la -lib/libgtkhtml-editor.so -lib/libgtkhtml-editor.so.0 -libdata/pkgconfig/gtkhtml-editor.pc -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui -share/gtkhtml-%%VERSION%%/gtkhtml-editor-manager.ui -share/gtkhtml-%%VERSION%%/icons/bulb.png -share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/draft-paper.png -share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/empty_image.png -share/gtkhtml-%%VERSION%%/icons/flowers.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/ribbon.jpg -share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/af/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -@dirrm share/gtkhtml-%%VERSION%%/icons -@dirrm share/gtkhtml-%%VERSION%% -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/editor -@dirrm include/libgtkhtml-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/libepc/Makefile b/www/libepc/Makefile deleted file mode 100644 index 8e4080dc2..000000000 --- a/www/libepc/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libepc -# Date created: 24 Mar 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD: ports/www/libepc/Makefile,v 1.10 2010/03/28 06:44:51 dinoex Exp $ -# - -PORTNAME= libepc -PORTVERSION= 0.3.11 -CATEGORIES= www -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= The Easy Publish and Consume library - -LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-static - -.include <bsd.port.mk> diff --git a/www/libepc/distinfo b/www/libepc/distinfo deleted file mode 100644 index 5cd3b04e2..000000000 --- a/www/libepc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libepc-0.3.11.tar.bz2) = b0d63bf93c28a17ed84edd0eacc9781a -SHA256 (libepc-0.3.11.tar.bz2) = ec38fe4206fab7a8939fb351d7b419cc681ac44afcdd5aab9bdb8fc3386df25c -SIZE (libepc-0.3.11.tar.bz2) = 450567 diff --git a/www/libepc/files/patch-docs_reference_libepc_Makefile.in b/www/libepc/files/patch-docs_reference_libepc_Makefile.in deleted file mode 100644 index f8e9107bb..000000000 --- a/www/libepc/files/patch-docs_reference_libepc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/libepc/Makefile.in.orig 2008-03-24 11:01:18.000000000 +0100 -+++ docs/reference/libepc/Makefile.in 2008-03-24 11:01:41.000000000 +0100 -@@ -224,7 +224,7 @@ AUTOMAKE_OPTIONS = 1.6 - # of using the various options. - - # The name of the module, e.g. 'glib'. --DOC_MODULE = libepc-1.0 -+DOC_MODULE = libepc - - # The top-level SGML file. You can change this if you want to. - DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml diff --git a/www/libepc/files/patch-libepc_service-monitor.c b/www/libepc/files/patch-libepc_service-monitor.c deleted file mode 100644 index db6cff034..000000000 --- a/www/libepc/files/patch-libepc_service-monitor.c +++ /dev/null @@ -1,15 +0,0 @@ ---- libepc/service-monitor.c.orig 2008-03-24 00:54:58.000000000 +0100 -+++ libepc/service-monitor.c 2008-03-24 00:56:35.000000000 +0100 -@@ -307,7 +307,11 @@ epc_service_monitor_dispose (GObject *ob - - while (self->priv->browsers) - { -- avahi_service_browser_free (self->priv->browsers->data); -+ // This is evil, the real fix would be to prevent NULL entries from being added. -+ if (self->priv->browsers->data != NULL) -+ { -+ avahi_service_browser_free (self->priv->browsers->data); -+ } - self->priv->browsers = g_slist_delete_link (self->priv->browsers, self->priv->browsers); - } - diff --git a/www/libepc/files/patch-tests_framework.c b/www/libepc/files/patch-tests_framework.c deleted file mode 100644 index e1eb61677..000000000 --- a/www/libepc/files/patch-tests_framework.c +++ /dev/null @@ -1,22 +0,0 @@ ---- tests/framework.c.orig 2008-08-05 02:14:30.000000000 +0200 -+++ tests/framework.c 2008-08-05 02:26:57.000000000 +0200 -@@ -24,6 +24,7 @@ - #include <avahi-client/client.h> - #include <avahi-common/error.h> - -+#include <sys/socket.h> - #include <net/if.h> - #include <sys/ioctl.h> - -@@ -194,7 +195,11 @@ epc_test_list_ifaces (void) - goto out; - } - -+#ifdef __FreeBSD__ -+ ifaces[j].ifidx = req->ifr_index; -+#else - ifaces[j].ifidx = req->ifr_ifindex; -+#endif - ifaces[j].mask = epc_test_result; - - g_print ("%s: name=%s, ifidx=%u, \n", diff --git a/www/libepc/pkg-descr b/www/libepc/pkg-descr deleted file mode 100644 index d81335d68..000000000 --- a/www/libepc/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Easy Publish and Consume library provides an easy method to: - - * publish data per HTTPS - * announce that information via DNS-SD - * find that information - * and finally consume it - -You can use this library as key/value store published to the network, -using encryption, authentication and service discovery. - -WWW: http://live.gnome.org/libepc/ diff --git a/www/libepc/pkg-plist b/www/libepc/pkg-plist deleted file mode 100644 index be26a9d7a..000000000 --- a/www/libepc/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -include/libepc-1.0/libepc/consumer.h -include/libepc-1.0/libepc/contents.h -include/libepc-1.0/libepc/dispatcher.h -include/libepc-1.0/libepc/enums.h -include/libepc-1.0/libepc/marshal.h -include/libepc-1.0/libepc/protocol.h -include/libepc-1.0/libepc/publisher.h -include/libepc-1.0/libepc/service-info.h -include/libepc-1.0/libepc/service-monitor.h -include/libepc-1.0/libepc/service-type.h -include/libepc-1.0/libepc/shell.h -include/libepc-1.0/libepc/tls.h -include/libepc-ui-1.0/libepc-ui/password-dialog.h -include/libepc-ui-1.0/libepc-ui/progress-window.h -lib/libepc-1.0.a -lib/libepc-1.0.la -lib/libepc-1.0.so -lib/libepc-1.0.so.2 -lib/libepc-ui-1.0.a -lib/libepc-ui-1.0.la -lib/libepc-ui-1.0.so -lib/libepc-ui-1.0.so.2 -libdata/pkgconfig/libepc-1.0.pc -libdata/pkgconfig/libepc-ui-1.0.pc -%%DOCSDIR%%/EpcConsumer.html -%%DOCSDIR%%/EpcDispatcher.html -%%DOCSDIR%%/EpcPasswordDialog.html -%%DOCSDIR%%/EpcProgressWindow.html -%%DOCSDIR%%/EpcPublisher.html -%%DOCSDIR%%/EpcServiceMonitor.html -%%DOCSDIR%%/consuming.html -%%DOCSDIR%%/dns-sd-support.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/internal-api.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libepc-1.0.devhelp -%%DOCSDIR%%/libepc-1.0.devhelp2 -%%DOCSDIR%%/libepc-10-EpcAuthContext.html -%%DOCSDIR%%/libepc-10-EpcContents.html -%%DOCSDIR%%/libepc-10-EpcProtocol.html -%%DOCSDIR%%/libepc-10-EpcServiceInfo.html -%%DOCSDIR%%/libepc-10-EpcServiceType.html -%%DOCSDIR%%/libepc-10-EpcShell.html -%%DOCSDIR%%/libepc-10-EpcTls.html -%%DOCSDIR%%/publishing.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/widgets.html -share/locale/ar/LC_MESSAGES/libepc.mo -share/locale/ca/LC_MESSAGES/libepc.mo -share/locale/cs/LC_MESSAGES/libepc.mo -share/locale/da/LC_MESSAGES/libepc.mo -share/locale/de/LC_MESSAGES/libepc.mo -share/locale/el/LC_MESSAGES/libepc.mo -share/locale/en_GB/LC_MESSAGES/libepc.mo -share/locale/es/LC_MESSAGES/libepc.mo -share/locale/fi/LC_MESSAGES/libepc.mo -share/locale/fr/LC_MESSAGES/libepc.mo -share/locale/gl/LC_MESSAGES/libepc.mo -share/locale/it/LC_MESSAGES/libepc.mo -share/locale/ja/LC_MESSAGES/libepc.mo -share/locale/nb/LC_MESSAGES/libepc.mo -share/locale/pl/LC_MESSAGES/libepc.mo -share/locale/pt_BR/LC_MESSAGES/libepc.mo -share/locale/sl/LC_MESSAGES/libepc.mo -share/locale/sv/LC_MESSAGES/libepc.mo -share/locale/th/LC_MESSAGES/libepc.mo -share/locale/zh_CN/LC_MESSAGES/libepc.mo -@dirrm %%DOCSDIR%% -@dirrm include/libepc-ui-1.0/libepc-ui -@dirrm include/libepc-ui-1.0 -@dirrm include/libepc-1.0/libepc -@dirrm include/libepc-1.0 diff --git a/www/midori/Makefile b/www/midori/Makefile deleted file mode 100644 index 8a1af9e77..000000000 --- a/www/midori/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: midori -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= midori -PORTVERSION= 0.2.4 -CATEGORIES= www -MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Lightweight web browser using WebKit browser engine - -LIB_DEPENDS= webkit-1.0:${PORTSDIR}/www/webkit-gtk2 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4:${PORTSDIR}/devel/libsoup -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - rsvg-convert:${PORTSDIR}/graphics/librsvg2 - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-unique \ - --jobs=${MAKE_JOBS_NUMBER} - -MAKE_JOBS_SAFE= yes -HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig -INSTALLS_ICONS= yes -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -# WAF needs that -CONFIGURE_ENV+= CC=${CC} - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo deleted file mode 100644 index 46bafdb86..000000000 --- a/www/midori/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (midori-0.2.4.tar.bz2) = ccd2ae162993c2c92c9e0eac7778c62d -SHA256 (midori-0.2.4.tar.bz2) = 02a2b13e2ca51badae828b0a331af92f09ae3d6a9ab0a56e647544db64f7790f -SIZE (midori-0.2.4.tar.bz2) = 645554 diff --git a/www/midori/pkg-descr b/www/midori/pkg-descr deleted file mode 100644 index fa4e7314b..000000000 --- a/www/midori/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Midori is a lightweight web browser. - -* Full integration with GTK+2. -* Fast rendering with WebKit. -* Tabs, windows and session management. -* Bookmarks are stored with XBEL. -* Searchbox based on OpenSearch. -* Custom context menu actions. -* User scripts and user styles support. -* Extensible via Lua scripts. - -WWW: http://software.twotoasts.de/?page=midori diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist deleted file mode 100644 index cafc5de0d..000000000 --- a/www/midori/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -bin/midori -etc/xdg/midori/search -lib/midori/libadblock.so -lib/midori/libcolorful-tabs.so -lib/midori/libcookie-manager.so -lib/midori/libfeed-panel.so -lib/midori/libformhistory.so -lib/midori/libmouse-gestures.so -lib/midori/libpage-holder.so -lib/midori/libshortcuts.so -lib/midori/libstatusbar-features.so -lib/midori/libtab-panel.so -lib/midori/libtab-switcher.so -lib/midori/libtoolbar-editor.so -lib/midori/libweb-cache.so -%%NLS%%share/applications/midori.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/EXPAT -%%DOCSDIR%%/README -share/icons/hicolor/16x16/apps/midori.png -share/icons/hicolor/16x16/categories/extension.png -share/icons/hicolor/16x16/status/news-feed.png -share/icons/hicolor/22x22/apps/midori.png -share/icons/hicolor/22x22/categories/extension.png -share/icons/hicolor/22x22/status/news-feed.png -share/icons/hicolor/24x24/apps/midori.png -share/icons/hicolor/24x24/categories/extension.png -share/icons/hicolor/24x24/status/news-feed.png -share/icons/hicolor/32x32/apps/midori.png -share/icons/hicolor/32x32/categories/extension.png -share/icons/hicolor/32x32/status/news-feed.png -share/icons/hicolor/48x48/apps/midori.png -share/icons/hicolor/48x48/categories/extension.png -share/icons/hicolor/48x48/status/news-feed.png -%%NLS%%share/locale/ast/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ca/LC_MESSAGES/midori.mo -%%NLS%%share/locale/cs/LC_MESSAGES/midori.mo -%%NLS%%share/locale/da/LC_MESSAGES/midori.mo -%%NLS%%share/locale/de/LC_MESSAGES/midori.mo -%%NLS%%share/locale/el/LC_MESSAGES/midori.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo -%%NLS%%share/locale/es/LC_MESSAGES/midori.mo -%%NLS%%share/locale/et/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fi/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/gl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/he/LC_MESSAGES/midori.mo -%%NLS%%share/locale/hu/LC_MESSAGES/midori.mo -%%NLS%%share/locale/id/LC_MESSAGES/midori.mo -%%NLS%%share/locale/it/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ja/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ko/LC_MESSAGES/midori.mo -%%NLS%%share/locale/nl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/no/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pt/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ro/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ru/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sv/LC_MESSAGES/midori.mo -%%NLS%%share/locale/tr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/uk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/midori.mo -%%DATADIR%%/res/autosuggestcontrol.css -%%DATADIR%%/res/autosuggestcontrol.js -%%DATADIR%%/res/error.html -%%DATADIR%%/res/logo-shade.png -%%DATADIR%%/res/mootools.js -%%DATADIR%%/res/speeddial-head.html -%%DATADIR%%/res/speeddial.json -@dirrm %%DATADIR%%/res -@dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/midori -@dirrm etc/xdg/midori -@dirrmtry etc/xdg -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile deleted file mode 100644 index 14f555c85..000000000 --- a/www/webkit-gtk2/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# New ports collection makefile for: webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.59 2010/04/05 14:37:07 marcus Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.2.0 -CATEGORIES= www -MASTER_SITES= http://webkitgtk.org/ -PKGNAMESUFFIX= -gtk2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - curl.6:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup - -WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 libxslt ltverhack:13 -USE_PERL5= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ - ac_cv_path_DOLT_BASH="" -CONFIGURE_ARGS= --enable-icon-database \ - --enable-svg \ - --enable-svg-fonts \ - --enable-introspection -MAKEFILE= GNUmakefile - -BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 -#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", - -OPTIONS= VIDEO "Enable video support" on \ - DEBUG "Build with debug support" off \ - STATIC "Enable building static library" off - -.include <bsd.port.pre.mk> - -.if exists (${LOCALBASE}/lib/libicutu.so.43) -LIB_DEPENDS+= icutu.43:${PORTSDIR}/devel/icu4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h -.else -LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu -.endif - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= yes -CONFIGURE_ARGS+=--enable-video -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if defined(WITH_STATIC) -CONFIGURE_ARGS+=--enable-static -PLIST_SUB+= STATIC="" -.else -PLIST_SUB+= STATIC="@comment " -.endif - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -.if !defined(WITH_STATIC) - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ - ${WRKDIR}/gnome-libtool -.endif - @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/WebCore/dom/make_names.pl \ - ${WRKSRC}/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/WebCore/bindings/scripts/IDLParser.pm - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo deleted file mode 100644 index 0b82171d1..000000000 --- a/www/webkit-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-1.2.0.tar.gz) = b2bfcbc4bbf1d0a51f848cb54c21ee66 -SHA256 (webkit-1.2.0.tar.gz) = 0ce49278970857db374d31fd1831bf42ffb1dca4797ef39911a96d01d8c5e1f7 -SIZE (webkit-1.2.0.tar.gz) = 7554632 diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h deleted file mode 100644 index 8bb6f17ce..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/assembler/MacroAssemblerCodeRef.h.orig 2010-01-14 15:19:17.000000000 +0000 -+++ JavaScriptCore/assembler/MacroAssemblerCodeRef.h 2010-01-14 15:21:00.000000000 +0000 -@@ -74,7 +74,7 @@ public: - // Error: #694: reinterpret_cast cannot cast away const or other type qualifiers - : m_value((void*)(value)) - #else -- : m_value(reinterpret_cast<void*>(value)) -+ : m_value((void*)(value)) - #endif - { - ASSERT_VALID_CODE_POINTER(m_value); diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h deleted file mode 100644 index c46912d7a..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/yarr/RegexJIT.h.orig 2009-10-09 23:47:41.000000000 -0400 -+++ JavaScriptCore/yarr/RegexJIT.h 2009-10-09 23:48:19.000000000 -0400 -@@ -73,7 +73,7 @@ public: - - int execute(const UChar* input, unsigned start, unsigned length, int* output) - { -- return reinterpret_cast<RegexJITCode>(m_ref.m_code.executableAddress())(input, start, length, output); -+ return ((RegexJITCode)m_ref.m_code.executableAddress())(input, start, length, output); - } - - private: diff --git a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h b/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h deleted file mode 100644 index a86503535..000000000 --- a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h +++ /dev/null @@ -1,15 +0,0 @@ -Pr 143718, fix build with icu 4.3 - ---- WebCore/platform/text/TextBreakIterator.h.orig 2009-09-22 18:29:21.000000000 +0300 -+++ WebCore/platform/text/TextBreakIterator.h 2010-02-10 08:49:59.000000000 +0200 -@@ -26,7 +26,7 @@ - - namespace WebCore { - -- class TextBreakIterator; -+ typedef struct UBreakIterator TextBreakIterator; - - // Note: The returned iterator is good only until you get another iterator. - - - diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in deleted file mode 100644 index 53333a520..000000000 --- a/www/webkit-gtk2/files/patch-GNUmakefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- GNUmakefile.in.orig 2009-07-28 12:36:13.000000000 +0200 -+++ GNUmakefile.in 2009-07-28 12:39:13.000000000 +0200 -@@ -8154,7 +8154,9 @@ libWebCoreJS_depfiles := $(patsubst \ - webinspectordir = ${datadir}/webkit-1.0/webinspector - dist_webinspector_DATA = \ - $(WebCore)/English.lproj/localizedStrings.js \ -- $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css}) -+ $(shell ls $(WebCore)/inspector/front-end/*.js) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.html) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.css) - - webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images - dist_webinspectorimages_DATA = \ diff --git a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h b/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h deleted file mode 100644 index 9c32953b9..000000000 --- a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h +++ /dev/null @@ -1,14 +0,0 @@ ---- JavaScriptCore/runtime/JSValue.h.orig 2010-02-05 17:26:52.000000000 +0100 -+++ JavaScriptCore/runtime/JSValue.h 2010-03-25 21:43:11.000000000 +0100 -@@ -491,7 +491,11 @@ namespace JSC { - u.asBits.tag = CellTag; - else - u.asBits.tag = EmptyValueTag; -+#if defined(__sparc64) -+ u.asBits.payload = reinterpret_cast<int64_t>(ptr); -+#else - u.asBits.payload = reinterpret_cast<int32_t>(ptr); -+#endif - #if ENABLE(JSC_ZOMBIES) - ASSERT(!isZombie()); - #endif diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in deleted file mode 100644 index 1d41c7c8d..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 -+++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 -@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ - Version: @VERSION@ - Requires: glib-2.0 gtk+-2.0 libsoup-2.4 - Libs: -L${libdir} -lwebkit-1.0 --Cflags: -I${includedir}/webkit-1.0 -+Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit diff --git a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp deleted file mode 100644 index 2670c229d..000000000 --- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800 -+++ WebCore/plugins/PluginDatabase.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS_DIR%%"); - paths.append("/usr/lib/browser/plugins"); - paths.append("/usr/local/lib/mozilla/plugins"); - paths.append("/usr/lib/firefox/plugins"); diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo deleted file mode 100644 index 2c4293af5..000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 -+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure deleted file mode 100644 index 08c05beea..000000000 --- a/www/webkit-gtk2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi - - if test "$enable_jit" = "yes"; then - case "$host_cpu" in -- i*86|x86_64) -+ i*86|x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -- x86_64) -+ x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 diff --git a/www/webkit-gtk2/pkg-descr b/www/webkit-gtk2/pkg-descr deleted file mode 100644 index 40ef1e3ef..000000000 --- a/www/webkit-gtk2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -WebKit is an open source web browser engine. It is able to display content -such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, -XSLT, CSS, Javascript/ECMAscript and more. - -WWW: http://webkit.org/ diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist deleted file mode 100644 index 7a56fc23b..000000000 --- a/www/webkit-gtk2/pkg-plist +++ /dev/null @@ -1,333 +0,0 @@ -bin/jsc -include/webkit-1.0/JavaScriptCore/JSBase.h -include/webkit-1.0/JavaScriptCore/JSContextRef.h -include/webkit-1.0/JavaScriptCore/JSObjectRef.h -include/webkit-1.0/JavaScriptCore/JSStringRef.h -include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h -include/webkit-1.0/JavaScriptCore/JSStringRefCF.h -include/webkit-1.0/JavaScriptCore/JSValueRef.h -include/webkit-1.0/JavaScriptCore/JavaScript.h -include/webkit-1.0/JavaScriptCore/JavaScriptCore.h -include/webkit-1.0/JavaScriptCore/WebKitAvailability.h -include/webkit-1.0/webkit/webkit.h -include/webkit-1.0/webkit/webkitdefines.h -include/webkit-1.0/webkit/webkitdownload.h -include/webkit-1.0/webkit/webkitenumtypes.h -include/webkit-1.0/webkit/webkiterror.h -include/webkit-1.0/webkit/webkitgeolocationpolicydecision.h -include/webkit-1.0/webkit/webkithittestresult.h -include/webkit-1.0/webkit/webkitnetworkrequest.h -include/webkit-1.0/webkit/webkitnetworkresponse.h -include/webkit-1.0/webkit/webkitsecurityorigin.h -include/webkit-1.0/webkit/webkitsoupauthdialog.h -include/webkit-1.0/webkit/webkitversion.h -include/webkit-1.0/webkit/webkitwebbackforwardlist.h -include/webkit-1.0/webkit/webkitwebdatabase.h -include/webkit-1.0/webkit/webkitwebdatasource.h -include/webkit-1.0/webkit/webkitwebframe.h -include/webkit-1.0/webkit/webkitwebhistoryitem.h -include/webkit-1.0/webkit/webkitwebinspector.h -include/webkit-1.0/webkit/webkitwebnavigationaction.h -include/webkit-1.0/webkit/webkitwebpolicydecision.h -include/webkit-1.0/webkit/webkitwebresource.h -include/webkit-1.0/webkit/webkitwebsettings.h -include/webkit-1.0/webkit/webkitwebview.h -include/webkit-1.0/webkit/webkitwebwindowfeatures.h -%%STATIC%%lib/libwebkit-1.0.a -lib/girepository-1.0/JSCore-1.0.typelib -lib/girepository-1.0/WebKit-1.0.typelib -lib/libwebkit-1.0.la -lib/libwebkit-1.0.so -lib/libwebkit-1.0.so.13 -libdata/pkgconfig/webkit-1.0.pc -share/gir-1.0/JSCore-1.0.gir -share/gir-1.0/WebKit-1.0.gir -share/locale/cs/LC_MESSAGES/webkit.mo -share/locale/de/LC_MESSAGES/webkit.mo -share/locale/en_GB/LC_MESSAGES/webkit.mo -share/locale/es/LC_MESSAGES/webkit.mo -share/locale/et/LC_MESSAGES/webkit.mo -share/locale/gu/LC_MESSAGES/webkit.mo -share/locale/he/LC_MESSAGES/webkit.mo -share/locale/it/LC_MESSAGES/webkit.mo -share/locale/lt/LC_MESSAGES/webkit.mo -share/locale/lv/LC_MESSAGES/webkit.mo -share/locale/nl/LC_MESSAGES/webkit.mo -share/locale/pa/LC_MESSAGES/webkit.mo -share/locale/pt/LC_MESSAGES/webkit.mo -share/locale/pt_BR/LC_MESSAGES/webkit.mo -share/locale/ru/LC_MESSAGES/webkit.mo -share/locale/sl/LC_MESSAGES/webkit.mo -share/locale/sr/LC_MESSAGES/webkit.mo -share/locale/sr@latin/LC_MESSAGES/webkit.mo -share/locale/sv/LC_MESSAGES/webkit.mo -share/locale/uk/LC_MESSAGES/webkit.mo -share/locale/vi/LC_MESSAGES/webkit.mo -share/locale/zh_CN/LC_MESSAGES/webkit.mo -share/webkit-1.0/images/deleteButton.png -share/webkit-1.0/images/missingImage.png -share/webkit-1.0/images/nullPlugin.png -share/webkit-1.0/images/panIcon.png -share/webkit-1.0/images/textAreaResizeCorner.png -share/webkit-1.0/images/urlIcon.png -share/webkit-1.0/resources/error.html -share/webkit-1.0/webinspector/AbstractTimelinePanel.js -share/webkit-1.0/webinspector/AuditCategories.js -share/webkit-1.0/webinspector/AuditLauncherView.js -share/webkit-1.0/webinspector/AuditResultView.js -share/webkit-1.0/webinspector/AuditRules.js -share/webkit-1.0/webinspector/AuditsPanel.js -share/webkit-1.0/webinspector/BottomUpProfileDataGridTree.js -share/webkit-1.0/webinspector/Breakpoint.js -share/webkit-1.0/webinspector/BreakpointsSidebarPane.js -share/webkit-1.0/webinspector/CallStackSidebarPane.js -share/webkit-1.0/webinspector/Callback.js -share/webkit-1.0/webinspector/ChangesView.js -share/webkit-1.0/webinspector/Checkbox.js -share/webkit-1.0/webinspector/Color.js -share/webkit-1.0/webinspector/ConsolePanel.js -share/webkit-1.0/webinspector/ConsoleView.js -share/webkit-1.0/webinspector/ContextMenu.js -share/webkit-1.0/webinspector/CookieItemsView.js -share/webkit-1.0/webinspector/DOMAgent.js -share/webkit-1.0/webinspector/DOMStorage.js -share/webkit-1.0/webinspector/DOMStorageItemsView.js -share/webkit-1.0/webinspector/DOMSyntaxHighlighter.js -share/webkit-1.0/webinspector/DataGrid.js -share/webkit-1.0/webinspector/Database.js -share/webkit-1.0/webinspector/DatabaseQueryView.js -share/webkit-1.0/webinspector/DatabaseTableView.js -share/webkit-1.0/webinspector/Drawer.js -share/webkit-1.0/webinspector/ElementsPanel.js -share/webkit-1.0/webinspector/ElementsTreeOutline.js -share/webkit-1.0/webinspector/EventListenersSidebarPane.js -share/webkit-1.0/webinspector/FontView.js -share/webkit-1.0/webinspector/ImageView.js -share/webkit-1.0/webinspector/Images/auditsIcon.png -share/webkit-1.0/webinspector/Images/back.png -share/webkit-1.0/webinspector/Images/breakpointBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointsActivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/checker.png -share/webkit-1.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/closeButtons.png -share/webkit-1.0/webinspector/Images/consoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/consoleIcon.png -share/webkit-1.0/webinspector/Images/cookie.png -share/webkit-1.0/webinspector/Images/database.png -share/webkit-1.0/webinspector/Images/databaseTable.png -share/webkit-1.0/webinspector/Images/debuggerContinue.png -share/webkit-1.0/webinspector/Images/debuggerPause.png -share/webkit-1.0/webinspector/Images/debuggerStepInto.png -share/webkit-1.0/webinspector/Images/debuggerStepOut.png -share/webkit-1.0/webinspector/Images/debuggerStepOver.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkit-1.0/webinspector/Images/dockButtonGlyph.png -share/webkit-1.0/webinspector/Images/elementsIcon.png -share/webkit-1.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkit-1.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkit-1.0/webinspector/Images/errorIcon.png -share/webkit-1.0/webinspector/Images/errorMediumIcon.png -share/webkit-1.0/webinspector/Images/errorRedDot.png -share/webkit-1.0/webinspector/Images/excludeButtonGlyph.png -share/webkit-1.0/webinspector/Images/focusButtonGlyph.png -share/webkit-1.0/webinspector/Images/forward.png -share/webkit-1.0/webinspector/Images/gearButtonGlyph.png -share/webkit-1.0/webinspector/Images/glossyHeader.png -share/webkit-1.0/webinspector/Images/glossyHeaderPressed.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelected.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkit-1.0/webinspector/Images/goArrow.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutRight.png -share/webkit-1.0/webinspector/Images/grayConnectorPoint.png -share/webkit-1.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkit-1.0/webinspector/Images/localStorage.png -share/webkit-1.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkit-1.0/webinspector/Images/paneBottomGrow.png -share/webkit-1.0/webinspector/Images/paneBottomGrowActive.png -share/webkit-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkit-1.0/webinspector/Images/paneSettingsButtons.png -share/webkit-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkit-1.0/webinspector/Images/percentButtonGlyph.png -share/webkit-1.0/webinspector/Images/popoverArrows.png -share/webkit-1.0/webinspector/Images/popoverBackground.png -share/webkit-1.0/webinspector/Images/profileGroupIcon.png -share/webkit-1.0/webinspector/Images/profileIcon.png -share/webkit-1.0/webinspector/Images/profileSmallIcon.png -share/webkit-1.0/webinspector/Images/profilesIcon.png -share/webkit-1.0/webinspector/Images/profilesSilhouette.png -share/webkit-1.0/webinspector/Images/programCounterBorder.png -share/webkit-1.0/webinspector/Images/radioDot.png -share/webkit-1.0/webinspector/Images/recordButtonGlyph.png -share/webkit-1.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkit-1.0/webinspector/Images/reloadButtonGlyph.png -share/webkit-1.0/webinspector/Images/resourceCSSIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkit-1.0/webinspector/Images/resourceJSIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIconSmall.png -share/webkit-1.0/webinspector/Images/resourcesIcon.png -share/webkit-1.0/webinspector/Images/resourcesSilhouette.png -share/webkit-1.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkit-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkit-1.0/webinspector/Images/scriptsIcon.png -share/webkit-1.0/webinspector/Images/scriptsSilhouette.png -share/webkit-1.0/webinspector/Images/searchSmallBlue.png -share/webkit-1.0/webinspector/Images/searchSmallBrightBlue.png -share/webkit-1.0/webinspector/Images/searchSmallGray.png -share/webkit-1.0/webinspector/Images/searchSmallWhite.png -share/webkit-1.0/webinspector/Images/segment.png -share/webkit-1.0/webinspector/Images/segmentEnd.png -share/webkit-1.0/webinspector/Images/segmentHover.png -share/webkit-1.0/webinspector/Images/segmentHoverEnd.png -share/webkit-1.0/webinspector/Images/segmentSelected.png -share/webkit-1.0/webinspector/Images/segmentSelectedEnd.png -share/webkit-1.0/webinspector/Images/sessionStorage.png -share/webkit-1.0/webinspector/Images/spinner.gif -share/webkit-1.0/webinspector/Images/splitviewDimple.png -share/webkit-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkit-1.0/webinspector/Images/statusbarBackground.png -share/webkit-1.0/webinspector/Images/statusbarBottomBackground.png -share/webkit-1.0/webinspector/Images/statusbarButtons.png -share/webkit-1.0/webinspector/Images/statusbarMenuButton.png -share/webkit-1.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkit-1.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkit-1.0/webinspector/Images/statusbarResizerVertical.png -share/webkit-1.0/webinspector/Images/storageIcon.png -share/webkit-1.0/webinspector/Images/successGreenDot.png -share/webkit-1.0/webinspector/Images/thumbActiveHoriz.png -share/webkit-1.0/webinspector/Images/thumbActiveVert.png -share/webkit-1.0/webinspector/Images/thumbHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverVert.png -share/webkit-1.0/webinspector/Images/thumbVert.png -share/webkit-1.0/webinspector/Images/timelineBarBlue.png -share/webkit-1.0/webinspector/Images/timelineBarGray.png -share/webkit-1.0/webinspector/Images/timelineBarGreen.png -share/webkit-1.0/webinspector/Images/timelineBarOrange.png -share/webkit-1.0/webinspector/Images/timelineBarPurple.png -share/webkit-1.0/webinspector/Images/timelineBarRed.png -share/webkit-1.0/webinspector/Images/timelineBarYellow.png -share/webkit-1.0/webinspector/Images/timelineCheckmarks.png -share/webkit-1.0/webinspector/Images/timelineDots.png -share/webkit-1.0/webinspector/Images/timelineHollowPillBlue.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGray.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGreen.png -share/webkit-1.0/webinspector/Images/timelineHollowPillOrange.png -share/webkit-1.0/webinspector/Images/timelineHollowPillPurple.png -share/webkit-1.0/webinspector/Images/timelineHollowPillRed.png -share/webkit-1.0/webinspector/Images/timelineHollowPillYellow.png -share/webkit-1.0/webinspector/Images/timelineIcon.png -share/webkit-1.0/webinspector/Images/timelinePillBlue.png -share/webkit-1.0/webinspector/Images/timelinePillGray.png -share/webkit-1.0/webinspector/Images/timelinePillGreen.png -share/webkit-1.0/webinspector/Images/timelinePillOrange.png -share/webkit-1.0/webinspector/Images/timelinePillPurple.png -share/webkit-1.0/webinspector/Images/timelinePillRed.png -share/webkit-1.0/webinspector/Images/timelinePillYellow.png -share/webkit-1.0/webinspector/Images/toolbarItemSelected.png -share/webkit-1.0/webinspector/Images/trackHoriz.png -share/webkit-1.0/webinspector/Images/trackVert.png -share/webkit-1.0/webinspector/Images/treeDownTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeDownTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeRightTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeRightTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeUpTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeUpTriangleWhite.png -share/webkit-1.0/webinspector/Images/undockButtonGlyph.png -share/webkit-1.0/webinspector/Images/userInputIcon.png -share/webkit-1.0/webinspector/Images/userInputPreviousIcon.png -share/webkit-1.0/webinspector/Images/userInputResultIcon.png -share/webkit-1.0/webinspector/Images/warningIcon.png -share/webkit-1.0/webinspector/Images/warningMediumIcon.png -share/webkit-1.0/webinspector/Images/warningOrangeDot.png -share/webkit-1.0/webinspector/Images/warningsErrors.png -share/webkit-1.0/webinspector/Images/whiteConnectorPoint.png -share/webkit-1.0/webinspector/InjectedFakeWorker.js -share/webkit-1.0/webinspector/InjectedScript.js -share/webkit-1.0/webinspector/InjectedScriptAccess.js -share/webkit-1.0/webinspector/InspectorBackendStub.js -share/webkit-1.0/webinspector/InspectorFrontendHostStub.js -share/webkit-1.0/webinspector/KeyboardShortcut.js -share/webkit-1.0/webinspector/MetricsSidebarPane.js -share/webkit-1.0/webinspector/Object.js -share/webkit-1.0/webinspector/ObjectPropertiesSection.js -share/webkit-1.0/webinspector/ObjectProxy.js -share/webkit-1.0/webinspector/Panel.js -share/webkit-1.0/webinspector/PanelEnablerView.js -share/webkit-1.0/webinspector/Placard.js -share/webkit-1.0/webinspector/Popover.js -share/webkit-1.0/webinspector/ProfileDataGridTree.js -share/webkit-1.0/webinspector/ProfileView.js -share/webkit-1.0/webinspector/ProfilesPanel.js -share/webkit-1.0/webinspector/PropertiesSection.js -share/webkit-1.0/webinspector/PropertiesSidebarPane.js -share/webkit-1.0/webinspector/Resource.js -share/webkit-1.0/webinspector/ResourceCategory.js -share/webkit-1.0/webinspector/ResourceView.js -share/webkit-1.0/webinspector/ResourcesPanel.js -share/webkit-1.0/webinspector/ScopeChainSidebarPane.js -share/webkit-1.0/webinspector/Script.js -share/webkit-1.0/webinspector/ScriptView.js -share/webkit-1.0/webinspector/ScriptsPanel.js -share/webkit-1.0/webinspector/Section.js -share/webkit-1.0/webinspector/Settings.js -share/webkit-1.0/webinspector/SidebarPane.js -share/webkit-1.0/webinspector/SidebarTreeElement.js -share/webkit-1.0/webinspector/SourceCSSTokenizer.js -share/webkit-1.0/webinspector/SourceFrame.js -share/webkit-1.0/webinspector/SourceHTMLTokenizer.js -share/webkit-1.0/webinspector/SourceJavaScriptTokenizer.js -share/webkit-1.0/webinspector/SourceTokenizer.js -share/webkit-1.0/webinspector/SourceView.js -share/webkit-1.0/webinspector/StatusBarButton.js -share/webkit-1.0/webinspector/StoragePanel.js -share/webkit-1.0/webinspector/StylesSidebarPane.js -share/webkit-1.0/webinspector/SummaryBar.js -share/webkit-1.0/webinspector/TestController.js -share/webkit-1.0/webinspector/TextEditorHighlighter.js -share/webkit-1.0/webinspector/TextEditorModel.js -share/webkit-1.0/webinspector/TextPrompt.js -share/webkit-1.0/webinspector/TextViewer.js -share/webkit-1.0/webinspector/TimelineAgent.js -share/webkit-1.0/webinspector/TimelineGrid.js -share/webkit-1.0/webinspector/TimelineOverviewPane.js -share/webkit-1.0/webinspector/TimelinePanel.js -share/webkit-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkit-1.0/webinspector/View.js -share/webkit-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkit-1.0/webinspector/WelcomeView.js -share/webkit-1.0/webinspector/WorkersSidebarPane.js -share/webkit-1.0/webinspector/audits.css -share/webkit-1.0/webinspector/inspector.css -share/webkit-1.0/webinspector/inspector.html -share/webkit-1.0/webinspector/inspector.js -share/webkit-1.0/webinspector/inspectorSyntaxHighlight.css -share/webkit-1.0/webinspector/localizedStrings.js -share/webkit-1.0/webinspector/popover.css -share/webkit-1.0/webinspector/textViewer.css -share/webkit-1.0/webinspector/treeoutline.js -share/webkit-1.0/webinspector/utilities.js -@dirrm share/webkit-1.0/webinspector/Images -@dirrm share/webkit-1.0/webinspector -@dirrm share/webkit-1.0/resources -@dirrm share/webkit-1.0/images -@dirrm share/webkit-1.0 -@dirrm include/webkit-1.0/webkit -@dirrm include/webkit-1.0/JavaScriptCore -@dirrm include/webkit-1.0 -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile deleted file mode 100644 index 250fd2009..000000000 --- a/x11-fm/nautilus/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: nautilus2 -# Date created: 28th August 2000 -# Whom: ade, archie -# -# $FreeBSD$ -# $MCom: ports/x11-fm/nautilus/Makefile,v 1.195 2010/03/30 08:23:48 avl Exp $ -# - -PORTNAME= nautilus -PORTVERSION= 2.30.1 -CATEGORIES= x11-fm gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= File manager for the GNOME desktop - -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - exempi.3:${PORTSDIR}/textproc/exempi - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - librsvg2 desktopfileutils ltverhack gvfs ltasneededhack -GNOME_DESKTOP_VERSION=2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CONFIGURE_ARGS= --enable-static --disable-packagekit -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= apps_nautilus_preferences.schemas - -MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ - nautilus.1 - -.include <bsd.port.pre.mk> - -post-install: - @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0 - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo deleted file mode 100644 index 7c27f76e5..000000000 --- a/x11-fm/nautilus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/nautilus-2.30.1.tar.bz2) = e1bda55f9c6cd223561da066dbc4e863 -SHA256 (gnome2/nautilus-2.30.1.tar.bz2) = 83df19591c4d0d359fe67d16b3f73f71e6a2aa5ba7d477739276c7562f221144 -SIZE (gnome2/nautilus-2.30.1.tar.bz2) = 6156330 diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in deleted file mode 100644 index a4f79ca6b..000000000 --- a/x11-fm/nautilus/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Wed Nov 24 13:14:21 2004 -+++ Makefile.in Wed Nov 24 13:14:47 2004 -@@ -183,7 +183,6 @@ - libbackground \ - libnautilus-private \ - src \ -- test \ - po \ - data \ - icons \ diff --git a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in b/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in deleted file mode 100644 index 448a4f6b0..000000000 --- a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in +++ /dev/null @@ -1,8 +0,0 @@ ---- data/nautilus.desktop.in.in.orig 2009-04-25 17:13:18.000000000 -0400 -+++ data/nautilus.desktop.in.in 2009-04-25 17:13:32.000000000 -0400 -@@ -15,4 +15,5 @@ X-GNOME-Bugzilla-Version=@VERSION@ - X-GNOME-Autostart-Phase=Desktop - X-GNOME-Autostart-Notify=true - X-GNOME-AutoRestart=true -+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop - X-GNOME-Provides=filemanager diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c deleted file mode 100644 index d709dec1e..000000000 --- a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 -+++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 -@@ -89,9 +89,7 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #elif HAVE_SYS_MOUNT_H --#if HAVE_SYS_PARAM_H - #include <sys/param.h> --#endif - #include <sys/mount.h> - #endif - diff --git a/x11-fm/nautilus/pkg-descr b/x11-fm/nautilus/pkg-descr deleted file mode 100644 index b4f3fd678..000000000 --- a/x11-fm/nautilus/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Nautilus is a file manager tightly integrated into the GNOME destkop. -It is also responsible for desktop and icon management, and provides -an intuitive interface for accessing files and webpages. - -WWW: http://www.gnome.org/projects/nautilus/ diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist deleted file mode 100644 index ee5480228..000000000 --- a/x11-fm/nautilus/pkg-plist +++ /dev/null @@ -1,307 +0,0 @@ -bin/nautilus -bin/nautilus-autorun-software -bin/nautilus-connect-server -bin/nautilus-file-management-properties -include/nautilus/libnautilus-extension/nautilus-column-provider.h -include/nautilus/libnautilus-extension/nautilus-column.h -include/nautilus/libnautilus-extension/nautilus-extension-types.h -include/nautilus/libnautilus-extension/nautilus-file-info.h -include/nautilus/libnautilus-extension/nautilus-info-provider.h -include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h -include/nautilus/libnautilus-extension/nautilus-menu-item.h -include/nautilus/libnautilus-extension/nautilus-menu-provider.h -include/nautilus/libnautilus-extension/nautilus-menu.h -include/nautilus/libnautilus-extension/nautilus-property-page-provider.h -include/nautilus/libnautilus-extension/nautilus-property-page.h -lib/libnautilus-extension.a -lib/libnautilus-extension.la -lib/libnautilus-extension.so -lib/libnautilus-extension.so.1 -libexec/nautilus-convert-metadata -libdata/pkgconfig/libnautilus-extension.pc -share/applications/nautilus-autorun-software.desktop -share/applications/nautilus-browser.desktop -share/applications/nautilus-computer.desktop -share/applications/nautilus-file-management-properties.desktop -share/applications/nautilus-folder-handler.desktop -share/applications/nautilus-home.desktop -share/applications/nautilus.desktop -share/applications/network-scheme.desktop -share/doc/libnautilus-extension/NautilusColumn.html -share/doc/libnautilus-extension/NautilusMenuItem.html -share/doc/libnautilus-extension/NautilusPropertyPage.html -share/doc/libnautilus-extension/ch01.html -share/doc/libnautilus-extension/home.png -share/doc/libnautilus-extension/index.html -share/doc/libnautilus-extension/index.sgml -share/doc/libnautilus-extension/ix01.html -share/doc/libnautilus-extension/left.png -share/doc/libnautilus-extension/libnautilus-extension.devhelp -share/doc/libnautilus-extension/libnautilus-extension.devhelp2 -share/doc/libnautilus-extension/libnautilus-extension-nautilus-column-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-extension-types.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-file-info.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-info-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-location-widget-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu-provider.html -share/doc/libnautilus-extension/libnautilus-extension-nautilus-property-page-provider.html -share/doc/libnautilus-extension/pt01.html -share/doc/libnautilus-extension/right.png -share/doc/libnautilus-extension/style.css -share/doc/libnautilus-extension/up.png -share/icons/hicolor/16x16/apps/nautilus.png -share/icons/hicolor/22x22/apps/nautilus.png -share/icons/hicolor/24x24/apps/nautilus.png -share/icons/hicolor/32x32/apps/nautilus.png -share/icons/hicolor/scalable/apps/nautilus.svg -share/locale/af/LC_MESSAGES/nautilus.mo -share/locale/am/LC_MESSAGES/nautilus.mo -share/locale/ar/LC_MESSAGES/nautilus.mo -share/locale/as/LC_MESSAGES/nautilus.mo -share/locale/ast/LC_MESSAGES/nautilus.mo -share/locale/az/LC_MESSAGES/nautilus.mo -share/locale/be/LC_MESSAGES/nautilus.mo -share/locale/be@latin/LC_MESSAGES/nautilus.mo -share/locale/bg/LC_MESSAGES/nautilus.mo -share/locale/bn/LC_MESSAGES/nautilus.mo -share/locale/bn_IN/LC_MESSAGES/nautilus.mo -share/locale/br/LC_MESSAGES/nautilus.mo -share/locale/bs/LC_MESSAGES/nautilus.mo -share/locale/ca/LC_MESSAGES/nautilus.mo -share/locale/ca@valencia/LC_MESSAGES/nautilus.mo -share/locale/crh/LC_MESSAGES/nautilus.mo -share/locale/cs/LC_MESSAGES/nautilus.mo -share/locale/cy/LC_MESSAGES/nautilus.mo -share/locale/da/LC_MESSAGES/nautilus.mo -share/locale/de/LC_MESSAGES/nautilus.mo -share/locale/dz/LC_MESSAGES/nautilus.mo -share/locale/el/LC_MESSAGES/nautilus.mo -share/locale/en@shaw/LC_MESSAGES/nautilus.mo -share/locale/en_CA/LC_MESSAGES/nautilus.mo -share/locale/en_GB/LC_MESSAGES/nautilus.mo -share/locale/eo/LC_MESSAGES/nautilus.mo -share/locale/es/LC_MESSAGES/nautilus.mo -share/locale/et/LC_MESSAGES/nautilus.mo -share/locale/eu/LC_MESSAGES/nautilus.mo -share/locale/fa/LC_MESSAGES/nautilus.mo -share/locale/fi/LC_MESSAGES/nautilus.mo -share/locale/fr/LC_MESSAGES/nautilus.mo -share/locale/fur/LC_MESSAGES/nautilus.mo -share/locale/ga/LC_MESSAGES/nautilus.mo -share/locale/gl/LC_MESSAGES/nautilus.mo -share/locale/gu/LC_MESSAGES/nautilus.mo -share/locale/ha/LC_MESSAGES/nautilus.mo -share/locale/he/LC_MESSAGES/nautilus.mo -share/locale/hi/LC_MESSAGES/nautilus.mo -share/locale/hr/LC_MESSAGES/nautilus.mo -share/locale/hu/LC_MESSAGES/nautilus.mo -share/locale/hy/LC_MESSAGES/nautilus.mo -share/locale/id/LC_MESSAGES/nautilus.mo -share/locale/ig/LC_MESSAGES/nautilus.mo -share/locale/io/LC_MESSAGES/nautilus.mo -share/locale/is/LC_MESSAGES/nautilus.mo -share/locale/it/LC_MESSAGES/nautilus.mo -share/locale/ja/LC_MESSAGES/nautilus.mo -share/locale/ka/LC_MESSAGES/nautilus.mo -share/locale/km/LC_MESSAGES/nautilus.mo -share/locale/kn/LC_MESSAGES/nautilus.mo -share/locale/ko/LC_MESSAGES/nautilus.mo -share/locale/ku/LC_MESSAGES/nautilus.mo -share/locale/li/LC_MESSAGES/nautilus.mo -share/locale/lt/LC_MESSAGES/nautilus.mo -share/locale/lv/LC_MESSAGES/nautilus.mo -share/locale/mai/LC_MESSAGES/nautilus.mo -share/locale/mg/LC_MESSAGES/nautilus.mo -share/locale/mi/LC_MESSAGES/nautilus.mo -share/locale/mk/LC_MESSAGES/nautilus.mo -share/locale/ml/LC_MESSAGES/nautilus.mo -share/locale/mn/LC_MESSAGES/nautilus.mo -share/locale/mr/LC_MESSAGES/nautilus.mo -share/locale/ms/LC_MESSAGES/nautilus.mo -share/locale/nb/LC_MESSAGES/nautilus.mo -share/locale/nds/LC_MESSAGES/nautilus.mo -share/locale/ne/LC_MESSAGES/nautilus.mo -share/locale/nl/LC_MESSAGES/nautilus.mo -share/locale/nn/LC_MESSAGES/nautilus.mo -share/locale/nso/LC_MESSAGES/nautilus.mo -share/locale/oc/LC_MESSAGES/nautilus.mo -share/locale/or/LC_MESSAGES/nautilus.mo -share/locale/pa/LC_MESSAGES/nautilus.mo -share/locale/pl/LC_MESSAGES/nautilus.mo -share/locale/ps/LC_MESSAGES/nautilus.mo -share/locale/pt/LC_MESSAGES/nautilus.mo -share/locale/pt_BR/LC_MESSAGES/nautilus.mo -share/locale/ro/LC_MESSAGES/nautilus.mo -share/locale/ru/LC_MESSAGES/nautilus.mo -share/locale/rw/LC_MESSAGES/nautilus.mo -share/locale/si/LC_MESSAGES/nautilus.mo -share/locale/sk/LC_MESSAGES/nautilus.mo -share/locale/sl/LC_MESSAGES/nautilus.mo -share/locale/sq/LC_MESSAGES/nautilus.mo -share/locale/sr/LC_MESSAGES/nautilus.mo -share/locale/sr@latin/LC_MESSAGES/nautilus.mo -share/locale/sr@ije/LC_MESSAGES/nautilus.mo -share/locale/sv/LC_MESSAGES/nautilus.mo -share/locale/ta/LC_MESSAGES/nautilus.mo -share/locale/te/LC_MESSAGES/nautilus.mo -share/locale/th/LC_MESSAGES/nautilus.mo -share/locale/tk/LC_MESSAGES/nautilus.mo -share/locale/tr/LC_MESSAGES/nautilus.mo -share/locale/uk/LC_MESSAGES/nautilus.mo -share/locale/uz/LC_MESSAGES/nautilus.mo -share/locale/uz@cyrillic/LC_MESSAGES/nautilus.mo -share/locale/vi/LC_MESSAGES/nautilus.mo -share/locale/wa/LC_MESSAGES/nautilus.mo -share/locale/xh/LC_MESSAGES/nautilus.mo -share/locale/yi/LC_MESSAGES/nautilus.mo -share/locale/yo/LC_MESSAGES/nautilus.mo -share/locale/zh_CN/LC_MESSAGES/nautilus.mo -share/locale/zh_HK/LC_MESSAGES/nautilus.mo -share/locale/zh_TW/LC_MESSAGES/nautilus.mo -share/locale/zu/LC_MESSAGES/nautilus.mo -share/mime/packages/nautilus.xml -%%DATADIR%%/browser.xml -%%DATADIR%%/icons/hicolor/16x16/emblems/emblem-note.png -%%DATADIR%%/icons/hicolor/24x24/emblems/emblem-note.png -%%DATADIR%%/icons/hicolor/48x48/emblems/emblem-note.png -%%DATADIR%%/nautilus-extras.placeholder -%%DATADIR%%/nautilus-suggested.placeholder -%%DATADIR%%/patterns/blue_gray_rough.png -%%DATADIR%%/patterns/blue_ridge.png -%%DATADIR%%/patterns/blue_type.png -%%DATADIR%%/patterns/brushed_metal.png -%%DATADIR%%/patterns/burlap.jpg -%%DATADIR%%/patterns/camouflage.png -%%DATADIR%%/patterns/chalk.jpg -%%DATADIR%%/patterns/cork.png -%%DATADIR%%/patterns/countertop.png -%%DATADIR%%/patterns/dark-gnome.jpg -%%DATADIR%%/patterns/dots.png -%%DATADIR%%/patterns/fibers.png -%%DATADIR%%/patterns/fleur_de_lis.png -%%DATADIR%%/patterns/floral.png -%%DATADIR%%/patterns/fossil.png -%%DATADIR%%/patterns/gnome.jpg -%%DATADIR%%/patterns/green_weave.png -%%DATADIR%%/patterns/ice.png -%%DATADIR%%/patterns/manila_paper.png -%%DATADIR%%/patterns/moss_ridge.png -%%DATADIR%%/patterns/numbers.png -%%DATADIR%%/patterns/ocean_stripes.png -%%DATADIR%%/patterns/purple_marble.png -%%DATADIR%%/patterns/reset.png -%%DATADIR%%/patterns/ridged_paper.png -%%DATADIR%%/patterns/rough_paper.png -%%DATADIR%%/patterns/sky_ridge.png -%%DATADIR%%/patterns/snow_ridge.png -%%DATADIR%%/patterns/stucco.jpg -%%DATADIR%%/patterns/terracotta.png -%%DATADIR%%/patterns/wavy_white.png -%%DATADIR%%/ui/nautilus-bookmarks-window.ui -%%DATADIR%%/ui/nautilus-file-management-properties.ui -%%DATADIR%%/ui/nautilus-desktop-icon-view-ui.xml -%%DATADIR%%/ui/nautilus-directory-view-ui.xml -%%DATADIR%%/ui/nautilus-icon-view-ui.xml -%%DATADIR%%/ui/nautilus-list-view-ui.xml -%%DATADIR%%/ui/nautilus-navigation-window-ui.xml -%%DATADIR%%/ui/nautilus-shell-ui.xml -%%DATADIR%%/ui/nautilus-spatial-window-ui.xml -share/pixmaps/nautilus/audio.svg -share/pixmaps/nautilus/backgrounds.png -share/pixmaps/nautilus/chit_frame.png -share/pixmaps/nautilus/colors.png -share/pixmaps/nautilus/emblems.png -share/pixmaps/nautilus/erase.png -share/pixmaps/nautilus/knob.png -share/pixmaps/nautilus/thumbnail_frame.png -@dirrm share/pixmaps/nautilus -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/patterns -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/emblems -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@exec /bin/mkdir -p %D/lib/nautilus/extensions-2.0 -@dirrmtry lib/nautilus/extensions-2.0 -@dirrmtry lib/nautilus -@dirrm include/nautilus/libnautilus-extension -@dirrm include/nautilus -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrm share/doc/libnautilus-extension -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile deleted file mode 100644 index 39e427816..000000000 --- a/x11-themes/gnome-backgrounds/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gnome-backgrounds -# Date Created: 12 January 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.46 2010/03/13 22:24:11 kwm Exp $ -# - -PORTNAME= gnome-backgrounds -PORTVERSION= 2.30.0 -CATEGORIES= x11-themes graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of backgrounds for GNOME 2 - -USE_BZIP2= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo deleted file mode 100644 index 04c51d2e9..000000000 --- a/x11-themes/gnome-backgrounds/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-backgrounds-2.30.0.tar.bz2) = 4d620b0d0b6498eceacaef018abdcad2 -SHA256 (gnome2/gnome-backgrounds-2.30.0.tar.bz2) = c69220d2c65419c5c2cce1f80df8bb40ef2e584ef5500313f9304eb5f71e8a92 -SIZE (gnome2/gnome-backgrounds-2.30.0.tar.bz2) = 9931183 diff --git a/x11-themes/gnome-backgrounds/pkg-descr b/x11-themes/gnome-backgrounds/pkg-descr deleted file mode 100644 index bd5054b85..000000000 --- a/x11-themes/gnome-backgrounds/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module contains a set of backgrounds packaged with the GNOME desktop. diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist deleted file mode 100644 index d28089096..000000000 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ /dev/null @@ -1,156 +0,0 @@ -share/gnome-background-properties/gnome-abstract.xml -share/gnome-background-properties/gnome-nature.xml -share/locale/af/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ar/LC_MESSAGES/gnome-backgrounds.mo -share/locale/as/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ast/LC_MESSAGES/gnome-backgrounds.mo -share/locale/be/LC_MESSAGES/gnome-backgrounds.mo -share/locale/be@latin/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bg/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/bn_IN/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ca/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-backgrounds.mo -share/locale/cs/LC_MESSAGES/gnome-backgrounds.mo -share/locale/cy/LC_MESSAGES/gnome-backgrounds.mo -share/locale/da/LC_MESSAGES/gnome-backgrounds.mo -share/locale/de/LC_MESSAGES/gnome-backgrounds.mo -share/locale/dz/LC_MESSAGES/gnome-backgrounds.mo -share/locale/el/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en@shaw/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en_CA/LC_MESSAGES/gnome-backgrounds.mo -share/locale/en_GB/LC_MESSAGES/gnome-backgrounds.mo -share/locale/es/LC_MESSAGES/gnome-backgrounds.mo -share/locale/et/LC_MESSAGES/gnome-backgrounds.mo -share/locale/eu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fa/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/fur/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ga/LC_MESSAGES/gnome-backgrounds.mo -share/locale/gl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/gu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/he/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hu/LC_MESSAGES/gnome-backgrounds.mo -share/locale/hy/LC_MESSAGES/gnome-backgrounds.mo -share/locale/id/LC_MESSAGES/gnome-backgrounds.mo -share/locale/it/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ja/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ka/LC_MESSAGES/gnome-backgrounds.mo -share/locale/kk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/kn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ko/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ku/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ky/LC_MESSAGES/gnome-backgrounds.mo -share/locale/lt/LC_MESSAGES/gnome-backgrounds.mo -share/locale/lv/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mai/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mg/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ml/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/mr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nb/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nds/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ne/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/nn/LC_MESSAGES/gnome-backgrounds.mo -share/locale/oc/LC_MESSAGES/gnome-backgrounds.mo -share/locale/or/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pa/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ps/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pt/LC_MESSAGES/gnome-backgrounds.mo -share/locale/pt_BR/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ro/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ru/LC_MESSAGES/gnome-backgrounds.mo -share/locale/rw/LC_MESSAGES/gnome-backgrounds.mo -share/locale/si/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sl/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sq/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sr@latin/LC_MESSAGES/gnome-backgrounds.mo -share/locale/sv/LC_MESSAGES/gnome-backgrounds.mo -share/locale/ta/LC_MESSAGES/gnome-backgrounds.mo -share/locale/te/LC_MESSAGES/gnome-backgrounds.mo -share/locale/th/LC_MESSAGES/gnome-backgrounds.mo -share/locale/tr/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uk/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uz/LC_MESSAGES/gnome-backgrounds.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-backgrounds.mo -share/locale/vi/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_CN/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_HK/LC_MESSAGES/gnome-backgrounds.mo -share/locale/zh_TW/LC_MESSAGES/gnome-backgrounds.mo -share/pixmaps/backgrounds/gnome/abstract/Flow.png -share/pixmaps/backgrounds/gnome/abstract/Gulp.png -share/pixmaps/backgrounds/gnome/abstract/Silk.png -share/pixmaps/backgrounds/gnome/abstract/Spring.png -share/pixmaps/backgrounds/gnome/abstract/Waves.png -share/pixmaps/backgrounds/gnome/nature/Aqua.jpg -share/pixmaps/backgrounds/gnome/nature/Blinds.jpg -share/pixmaps/backgrounds/gnome/nature/Dune.jpg -share/pixmaps/backgrounds/gnome/nature/FreshFlower.jpg -share/pixmaps/backgrounds/gnome/nature/Garden.jpg -share/pixmaps/backgrounds/gnome/nature/GreenMeadow.jpg -share/pixmaps/backgrounds/gnome/nature/LadyBird.jpg -share/pixmaps/backgrounds/gnome/nature/RainDrops.jpg -share/pixmaps/backgrounds/gnome/nature/Storm.jpg -share/pixmaps/backgrounds/gnome/nature/TwoWings.jpg -share/pixmaps/backgrounds/gnome/nature/Wood.jpg -share/pixmaps/backgrounds/gnome/nature/YellowFlower.jpg -@dirrm share/pixmaps/backgrounds/gnome/nature -@dirrm share/pixmaps/backgrounds/gnome/abstract -@dirrmtry share/pixmaps/backgrounds/gnome -@dirrmtry share/pixmaps/backgrounds -@dirrmtry share/gnome-background-properties -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile deleted file mode 100644 index c59209c3c..000000000 --- a/x11-themes/gnome-themes/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gnome-themes -# Date Created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.177 2010/04/02 02:57:53 avl Exp $ -# - -PORTNAME= gnome-themes -PORTVERSION= 2.30.1 -CATEGORIES= x11-themes gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of themes and icons for GNOME2 - -BUILD_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ - icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils -RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 - -CONFLICTS= clearlooks-metacity-0.* - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-themes/distinfo b/x11-themes/gnome-themes/distinfo deleted file mode 100644 index e24cb4d5e..000000000 --- a/x11-themes/gnome-themes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-themes-2.30.1.tar.bz2) = 89828bdb7f50b540e4d90154760638b3 -SHA256 (gnome2/gnome-themes-2.30.1.tar.bz2) = 20c4f9e3c8d16e45e3f15d4fcacf45cb59a8cd6124798828387ba6c04ec75c3e -SIZE (gnome2/gnome-themes-2.30.1.tar.bz2) = 1643074 diff --git a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh b/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh deleted file mode 100644 index bc7e26a01..000000000 --- a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- common/mkiconlinks.sh.orig 2008-09-04 17:15:42.000000000 -0500 -+++ common/mkiconlinks.sh 2008-09-04 17:16:31.000000000 -0500 -@@ -16,7 +16,7 @@ - while [ ! -z "$NEXTLINE" ] ; do - - # Skip lines beginning with '#' -- if [ ! "${NEXTLINE:0:1}" == '#' ]; then -+ if ! echo ${NEXTLINE} | grep -q "^#" ; then - #Extract first field, minus its trailing colon - ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'` - diff --git a/x11-themes/gnome-themes/pkg-descr b/x11-themes/gnome-themes/pkg-descr deleted file mode 100644 index 333388e78..000000000 --- a/x11-themes/gnome-themes/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A collection of themes for metacity and Gtk, and some basic icon -sets. diff --git a/x11-themes/gnome-themes/pkg-plist b/x11-themes/gnome-themes/pkg-plist deleted file mode 100644 index 7b3876e3f..000000000 --- a/x11-themes/gnome-themes/pkg-plist +++ /dev/null @@ -1,2938 +0,0 @@ -share/icons/Crux/16x16/actions/back.png -share/icons/Crux/16x16/actions/bottom.png -share/icons/Crux/16x16/actions/document-open.png -share/icons/Crux/16x16/actions/down.png -share/icons/Crux/16x16/actions/fileopen.png -share/icons/Crux/16x16/actions/finish.png -share/icons/Crux/16x16/actions/forward.png -share/icons/Crux/16x16/actions/go-bottom.png -share/icons/Crux/16x16/actions/go-down.png -share/icons/Crux/16x16/actions/go-first.png -share/icons/Crux/16x16/actions/go-home.png -share/icons/Crux/16x16/actions/go-last.png -share/icons/Crux/16x16/actions/go-next.png -share/icons/Crux/16x16/actions/go-previous.png -share/icons/Crux/16x16/actions/go-top.png -share/icons/Crux/16x16/actions/go-up.png -share/icons/Crux/16x16/actions/gohome.png -share/icons/Crux/16x16/actions/gtk-go-back-ltr.png -share/icons/Crux/16x16/actions/gtk-go-back-rtl.png -share/icons/Crux/16x16/actions/gtk-go-down.png -share/icons/Crux/16x16/actions/gtk-go-forward-ltr.png -share/icons/Crux/16x16/actions/gtk-go-forward-rtl.png -share/icons/Crux/16x16/actions/gtk-go-up.png -share/icons/Crux/16x16/actions/gtk-goto-bottom.png -share/icons/Crux/16x16/actions/gtk-goto-first-ltr.png -share/icons/Crux/16x16/actions/gtk-goto-first-rtl.png -share/icons/Crux/16x16/actions/gtk-goto-last-ltr.png -share/icons/Crux/16x16/actions/gtk-goto-last-rtl.png -share/icons/Crux/16x16/actions/gtk-goto-top.png -share/icons/Crux/16x16/actions/gtk-home.png -share/icons/Crux/16x16/actions/gtk-open.png -share/icons/Crux/16x16/actions/gtk-refresh.png -share/icons/Crux/16x16/actions/kfm_home.png -share/icons/Crux/16x16/actions/next.png -share/icons/Crux/16x16/actions/previous.png -share/icons/Crux/16x16/actions/redhat-home.png -share/icons/Crux/16x16/actions/reload.png -share/icons/Crux/16x16/actions/reload3.png -share/icons/Crux/16x16/actions/reload_all_tabs.png -share/icons/Crux/16x16/actions/reload_page.png -share/icons/Crux/16x16/actions/start.png -share/icons/Crux/16x16/actions/stock_bottom.png -share/icons/Crux/16x16/actions/stock_down.png -share/icons/Crux/16x16/actions/stock_first.png -share/icons/Crux/16x16/actions/stock_home.png -share/icons/Crux/16x16/actions/stock_last.png -share/icons/Crux/16x16/actions/stock_left.png -share/icons/Crux/16x16/actions/stock_refresh.png -share/icons/Crux/16x16/actions/stock_right.png -share/icons/Crux/16x16/actions/stock_top.png -share/icons/Crux/16x16/actions/stock_up.png -share/icons/Crux/16x16/actions/top.png -share/icons/Crux/16x16/actions/up.png -share/icons/Crux/16x16/actions/view-refresh.png -share/icons/Crux/16x16/places/application-x-gnome-saved-search.png -share/icons/Crux/16x16/places/folder-remote.png -share/icons/Crux/16x16/places/folder-saved-search.png -share/icons/Crux/16x16/places/folder.png -share/icons/Crux/16x16/places/folder_home.png -share/icons/Crux/16x16/places/gnome-fs-directory.png -share/icons/Crux/16x16/places/gnome-fs-ftp.png -share/icons/Crux/16x16/places/gnome-fs-home.png -share/icons/Crux/16x16/places/gnome-fs-nfs.png -share/icons/Crux/16x16/places/gnome-fs-share.png -share/icons/Crux/16x16/places/gnome-fs-smb.png -share/icons/Crux/16x16/places/gnome-fs-ssh.png -share/icons/Crux/16x16/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/16x16/places/gtk-directory.png -share/icons/Crux/16x16/places/inode-directory.png -share/icons/Crux/16x16/places/network.png -share/icons/Crux/16x16/places/stock_folder.png -share/icons/Crux/16x16/places/user-home.png -share/icons/Crux/16x16/status/folder-drag-accept.png -share/icons/Crux/16x16/status/folder-open.png -share/icons/Crux/16x16/status/folder-visiting.png -share/icons/Crux/16x16/status/folder_open.png -share/icons/Crux/16x16/status/gnome-fs-directory-accept.png -share/icons/Crux/16x16/status/gnome-fs-directory-visiting.png -share/icons/Crux/16x16/status/stock_open.png -share/icons/Crux/22x22/actions/back.png -share/icons/Crux/22x22/actions/bottom.png -share/icons/Crux/22x22/actions/document-open.png -share/icons/Crux/22x22/actions/down.png -share/icons/Crux/22x22/actions/fileopen.png -share/icons/Crux/22x22/actions/finish.png -share/icons/Crux/22x22/actions/forward.png -share/icons/Crux/22x22/actions/go-bottom.png -share/icons/Crux/22x22/actions/go-down.png -share/icons/Crux/22x22/actions/go-first.png -share/icons/Crux/22x22/actions/go-home.png -share/icons/Crux/22x22/actions/go-last.png -share/icons/Crux/22x22/actions/go-next.png -share/icons/Crux/22x22/actions/go-previous.png -share/icons/Crux/22x22/actions/go-top.png -share/icons/Crux/22x22/actions/go-up.png -share/icons/Crux/22x22/actions/gohome.png -share/icons/Crux/22x22/actions/gtk-go-back-ltr.png -share/icons/Crux/22x22/actions/gtk-go-back-rtl.png -share/icons/Crux/22x22/actions/gtk-go-down.png -share/icons/Crux/22x22/actions/gtk-go-forward-ltr.png -share/icons/Crux/22x22/actions/gtk-go-forward-rtl.png -share/icons/Crux/22x22/actions/gtk-go-up.png -share/icons/Crux/22x22/actions/gtk-goto-bottom.png -share/icons/Crux/22x22/actions/gtk-goto-first-ltr.png -share/icons/Crux/22x22/actions/gtk-goto-first-rtl.png -share/icons/Crux/22x22/actions/gtk-goto-last-ltr.png -share/icons/Crux/22x22/actions/gtk-goto-last-rtl.png -share/icons/Crux/22x22/actions/gtk-goto-top.png -share/icons/Crux/22x22/actions/gtk-home.png -share/icons/Crux/22x22/actions/gtk-open.png -share/icons/Crux/22x22/actions/gtk-refresh.png -share/icons/Crux/22x22/actions/kfm_home.png -share/icons/Crux/22x22/actions/next.png -share/icons/Crux/22x22/actions/previous.png -share/icons/Crux/22x22/actions/redhat-home.png -share/icons/Crux/22x22/actions/reload.png -share/icons/Crux/22x22/actions/reload3.png -share/icons/Crux/22x22/actions/reload_all_tabs.png -share/icons/Crux/22x22/actions/reload_page.png -share/icons/Crux/22x22/actions/start.png -share/icons/Crux/22x22/actions/stock_bottom.png -share/icons/Crux/22x22/actions/stock_down.png -share/icons/Crux/22x22/actions/stock_first.png -share/icons/Crux/22x22/actions/stock_home.png -share/icons/Crux/22x22/actions/stock_last.png -share/icons/Crux/22x22/actions/stock_left.png -share/icons/Crux/22x22/actions/stock_refresh.png -share/icons/Crux/22x22/actions/stock_right.png -share/icons/Crux/22x22/actions/stock_top.png -share/icons/Crux/22x22/actions/stock_up.png -share/icons/Crux/22x22/actions/top.png -share/icons/Crux/22x22/actions/up.png -share/icons/Crux/22x22/actions/view-refresh.png -share/icons/Crux/22x22/places/application-x-gnome-saved-search.png -share/icons/Crux/22x22/places/folder-remote.png -share/icons/Crux/22x22/places/folder-saved-search.png -share/icons/Crux/22x22/places/folder.png -share/icons/Crux/22x22/places/folder_home.png -share/icons/Crux/22x22/places/gnome-fs-directory.png -share/icons/Crux/22x22/places/gnome-fs-ftp.png -share/icons/Crux/22x22/places/gnome-fs-home.png -share/icons/Crux/22x22/places/gnome-fs-nfs.png -share/icons/Crux/22x22/places/gnome-fs-share.png -share/icons/Crux/22x22/places/gnome-fs-smb.png -share/icons/Crux/22x22/places/gnome-fs-ssh.png -share/icons/Crux/22x22/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/22x22/places/gtk-directory.png -share/icons/Crux/22x22/places/inode-directory.png -share/icons/Crux/22x22/places/network.png -share/icons/Crux/22x22/places/stock_folder.png -share/icons/Crux/22x22/places/user-home.png -share/icons/Crux/22x22/status/folder-drag-accept.png -share/icons/Crux/22x22/status/folder-open.png -share/icons/Crux/22x22/status/folder-visiting.png -share/icons/Crux/22x22/status/folder_open.png -share/icons/Crux/22x22/status/gnome-fs-directory-accept.png -share/icons/Crux/22x22/status/gnome-fs-directory-visiting.png -share/icons/Crux/22x22/status/stock_open.png -share/icons/Crux/24x24/actions/back.png -share/icons/Crux/24x24/actions/bottom.png -share/icons/Crux/24x24/actions/document-open.png -share/icons/Crux/24x24/actions/down.png -share/icons/Crux/24x24/actions/fileopen.png -share/icons/Crux/24x24/actions/finish.png -share/icons/Crux/24x24/actions/forward.png -share/icons/Crux/24x24/actions/go-bottom.png -share/icons/Crux/24x24/actions/go-down.png -share/icons/Crux/24x24/actions/go-first.png -share/icons/Crux/24x24/actions/go-home.png -share/icons/Crux/24x24/actions/go-last.png -share/icons/Crux/24x24/actions/go-next.png -share/icons/Crux/24x24/actions/go-previous.png -share/icons/Crux/24x24/actions/go-top.png -share/icons/Crux/24x24/actions/go-up.png -share/icons/Crux/24x24/actions/gohome.png -share/icons/Crux/24x24/actions/gtk-go-back-ltr.png -share/icons/Crux/24x24/actions/gtk-go-back-rtl.png -share/icons/Crux/24x24/actions/gtk-go-down.png -share/icons/Crux/24x24/actions/gtk-go-forward-ltr.png -share/icons/Crux/24x24/actions/gtk-go-forward-rtl.png -share/icons/Crux/24x24/actions/gtk-go-up.png -share/icons/Crux/24x24/actions/gtk-goto-bottom.png -share/icons/Crux/24x24/actions/gtk-goto-first-ltr.png -share/icons/Crux/24x24/actions/gtk-goto-first-rtl.png -share/icons/Crux/24x24/actions/gtk-goto-last-ltr.png -share/icons/Crux/24x24/actions/gtk-goto-last-rtl.png -share/icons/Crux/24x24/actions/gtk-goto-top.png -share/icons/Crux/24x24/actions/gtk-home.png -share/icons/Crux/24x24/actions/gtk-open.png -share/icons/Crux/24x24/actions/gtk-refresh.png -share/icons/Crux/24x24/actions/kfm_home.png -share/icons/Crux/24x24/actions/next.png -share/icons/Crux/24x24/actions/previous.png -share/icons/Crux/24x24/actions/redhat-home.png -share/icons/Crux/24x24/actions/reload.png -share/icons/Crux/24x24/actions/reload3.png -share/icons/Crux/24x24/actions/reload_all_tabs.png -share/icons/Crux/24x24/actions/reload_page.png -share/icons/Crux/24x24/actions/start.png -share/icons/Crux/24x24/actions/stock_bottom.png -share/icons/Crux/24x24/actions/stock_down.png -share/icons/Crux/24x24/actions/stock_first.png -share/icons/Crux/24x24/actions/stock_home.png -share/icons/Crux/24x24/actions/stock_last.png -share/icons/Crux/24x24/actions/stock_left.png -share/icons/Crux/24x24/actions/stock_refresh.png -share/icons/Crux/24x24/actions/stock_right.png -share/icons/Crux/24x24/actions/stock_top.png -share/icons/Crux/24x24/actions/stock_up.png -share/icons/Crux/24x24/actions/top.png -share/icons/Crux/24x24/actions/up.png -share/icons/Crux/24x24/actions/view-refresh.png -share/icons/Crux/24x24/places/application-x-gnome-saved-search.png -share/icons/Crux/24x24/places/folder-remote.png -share/icons/Crux/24x24/places/folder-saved-search.png -share/icons/Crux/24x24/places/folder.png -share/icons/Crux/24x24/places/folder_home.png -share/icons/Crux/24x24/places/gnome-fs-directory.png -share/icons/Crux/24x24/places/gnome-fs-ftp.png -share/icons/Crux/24x24/places/gnome-fs-home.png -share/icons/Crux/24x24/places/gnome-fs-nfs.png -share/icons/Crux/24x24/places/gnome-fs-share.png -share/icons/Crux/24x24/places/gnome-fs-smb.png -share/icons/Crux/24x24/places/gnome-fs-ssh.png -share/icons/Crux/24x24/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/24x24/places/gtk-directory.png -share/icons/Crux/24x24/places/inode-directory.png -share/icons/Crux/24x24/places/network.png -share/icons/Crux/24x24/places/stock_folder.png -share/icons/Crux/24x24/places/user-home.png -share/icons/Crux/24x24/status/folder-drag-accept.png -share/icons/Crux/24x24/status/folder-open.png -share/icons/Crux/24x24/status/folder-visiting.png -share/icons/Crux/24x24/status/folder_open.png -share/icons/Crux/24x24/status/gnome-fs-directory-accept.png -share/icons/Crux/24x24/status/gnome-fs-directory-visiting.png -share/icons/Crux/24x24/status/stock_open.png -share/icons/Crux/32x32/actions/document-open.png -share/icons/Crux/32x32/actions/fileopen.png -share/icons/Crux/32x32/actions/gtk-open.png -share/icons/Crux/32x32/places/application-x-gnome-saved-search.png -share/icons/Crux/32x32/places/folder-remote.png -share/icons/Crux/32x32/places/folder-saved-search.png -share/icons/Crux/32x32/places/folder.png -share/icons/Crux/32x32/places/folder_home.png -share/icons/Crux/32x32/places/gnome-fs-directory.png -share/icons/Crux/32x32/places/gnome-fs-ftp.png -share/icons/Crux/32x32/places/gnome-fs-home.png -share/icons/Crux/32x32/places/gnome-fs-nfs.png -share/icons/Crux/32x32/places/gnome-fs-share.png -share/icons/Crux/32x32/places/gnome-fs-smb.png -share/icons/Crux/32x32/places/gnome-fs-ssh.png -share/icons/Crux/32x32/places/gnome-mime-x-directory-smb-share.png -share/icons/Crux/32x32/places/gtk-directory.png -share/icons/Crux/32x32/places/inode-directory.png -share/icons/Crux/32x32/places/network.png -share/icons/Crux/32x32/places/stock_folder.png -share/icons/Crux/32x32/places/user-home.png -share/icons/Crux/32x32/status/folder-drag-accept.png -share/icons/Crux/32x32/status/folder-open.png -share/icons/Crux/32x32/status/folder-visiting.png -share/icons/Crux/32x32/status/folder_open.png -share/icons/Crux/32x32/status/gnome-fs-directory-accept.png -share/icons/Crux/32x32/status/gnome-fs-directory-visiting.png -share/icons/Crux/32x32/status/stock_open.png -share/icons/Crux/index.theme -share/icons/Crux/scalable/actions/back.svg -share/icons/Crux/scalable/actions/bottom.svg -share/icons/Crux/scalable/actions/document-open.svg -share/icons/Crux/scalable/actions/down.svg -share/icons/Crux/scalable/actions/fileopen.svg -share/icons/Crux/scalable/actions/finish.svg -share/icons/Crux/scalable/actions/forward.svg -share/icons/Crux/scalable/actions/go-bottom.svg -share/icons/Crux/scalable/actions/go-down.svg -share/icons/Crux/scalable/actions/go-first.svg -share/icons/Crux/scalable/actions/go-home.svg -share/icons/Crux/scalable/actions/go-last.svg -share/icons/Crux/scalable/actions/go-next.svg -share/icons/Crux/scalable/actions/go-previous.svg -share/icons/Crux/scalable/actions/go-top.svg -share/icons/Crux/scalable/actions/go-up.svg -share/icons/Crux/scalable/actions/gohome.svg -share/icons/Crux/scalable/actions/gtk-go-back-ltr.svg -share/icons/Crux/scalable/actions/gtk-go-back-rtl.svg -share/icons/Crux/scalable/actions/gtk-go-down.svg -share/icons/Crux/scalable/actions/gtk-go-forward-ltr.svg -share/icons/Crux/scalable/actions/gtk-go-forward-rtl.svg -share/icons/Crux/scalable/actions/gtk-go-up.svg -share/icons/Crux/scalable/actions/gtk-goto-bottom.svg -share/icons/Crux/scalable/actions/gtk-goto-first-ltr.svg -share/icons/Crux/scalable/actions/gtk-goto-first-rtl.svg -share/icons/Crux/scalable/actions/gtk-goto-last-ltr.svg -share/icons/Crux/scalable/actions/gtk-goto-last-rtl.svg -share/icons/Crux/scalable/actions/gtk-goto-top.svg -share/icons/Crux/scalable/actions/gtk-home.svg -share/icons/Crux/scalable/actions/gtk-open.svg -share/icons/Crux/scalable/actions/gtk-refresh.svg -share/icons/Crux/scalable/actions/kfm_home.svg -share/icons/Crux/scalable/actions/next.svg -share/icons/Crux/scalable/actions/previous.svg -share/icons/Crux/scalable/actions/redhat-home.svg -share/icons/Crux/scalable/actions/reload.svg -share/icons/Crux/scalable/actions/reload3.svg -share/icons/Crux/scalable/actions/reload_all_tabs.svg -share/icons/Crux/scalable/actions/reload_page.svg -share/icons/Crux/scalable/actions/start.svg -share/icons/Crux/scalable/actions/stock_bottom.svg -share/icons/Crux/scalable/actions/stock_down.svg -share/icons/Crux/scalable/actions/stock_first.svg -share/icons/Crux/scalable/actions/stock_home.svg -share/icons/Crux/scalable/actions/stock_last.svg -share/icons/Crux/scalable/actions/stock_left.svg -share/icons/Crux/scalable/actions/stock_refresh.svg -share/icons/Crux/scalable/actions/stock_right.svg -share/icons/Crux/scalable/actions/stock_top.svg -share/icons/Crux/scalable/actions/stock_up.svg -share/icons/Crux/scalable/actions/top.svg -share/icons/Crux/scalable/actions/up.svg -share/icons/Crux/scalable/actions/view-refresh.svg -share/icons/Crux/scalable/places/application-x-gnome-saved-search.svg -share/icons/Crux/scalable/places/folder-remote.svg -share/icons/Crux/scalable/places/folder-saved-search.svg -share/icons/Crux/scalable/places/folder.svg -share/icons/Crux/scalable/places/folder_home.svg -share/icons/Crux/scalable/places/gnome-fs-directory.svg -share/icons/Crux/scalable/places/gnome-fs-ftp.svg -share/icons/Crux/scalable/places/gnome-fs-home.svg -share/icons/Crux/scalable/places/gnome-fs-nfs.svg -share/icons/Crux/scalable/places/gnome-fs-share.svg -share/icons/Crux/scalable/places/gnome-fs-smb.svg -share/icons/Crux/scalable/places/gnome-fs-ssh.svg -share/icons/Crux/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/Crux/scalable/places/gtk-directory.svg -share/icons/Crux/scalable/places/inode-directory.svg -share/icons/Crux/scalable/places/network.svg -share/icons/Crux/scalable/places/stock_folder.svg -share/icons/Crux/scalable/places/user-home.svg -share/icons/Crux/scalable/status/folder-drag-accept.svg -share/icons/Crux/scalable/status/folder-open.svg -share/icons/Crux/scalable/status/folder-visiting.svg -share/icons/Crux/scalable/status/folder_open.svg -share/icons/Crux/scalable/status/gnome-fs-directory-accept.svg -share/icons/Crux/scalable/status/gnome-fs-directory-visiting.svg -share/icons/Crux/scalable/status/stock_open.svg -share/icons/HighContrast-SVG/48x48/animations/gnome-spinner-rest.png -share/icons/HighContrast-SVG/48x48/animations/gnome-spinner.png -share/icons/HighContrast-SVG/48x48/animations/process-idle.png -share/icons/HighContrast-SVG/48x48/animations/process-working.png -share/icons/HighContrast-SVG/index.theme -share/icons/HighContrast-SVG/scalable/actions/add.svg -share/icons/HighContrast-SVG/scalable/actions/application-exit.svg -share/icons/HighContrast-SVG/scalable/actions/back.svg -share/icons/HighContrast-SVG/scalable/actions/bookmark-view.svg -share/icons/HighContrast-SVG/scalable/actions/bottom.svg -share/icons/HighContrast-SVG/scalable/actions/button_cancel.svg -share/icons/HighContrast-SVG/scalable/actions/cancel.svg -share/icons/HighContrast-SVG/scalable/actions/centrejust.svg -share/icons/HighContrast-SVG/scalable/actions/contact-new.svg -share/icons/HighContrast-SVG/scalable/actions/dialog-cancel.svg -share/icons/HighContrast-SVG/scalable/actions/dialog-close.svg -share/icons/HighContrast-SVG/scalable/actions/dialog-ok.svg -share/icons/HighContrast-SVG/scalable/actions/document-new.svg -share/icons/HighContrast-SVG/scalable/actions/document-open-recent.svg -share/icons/HighContrast-SVG/scalable/actions/document-open.svg -share/icons/HighContrast-SVG/scalable/actions/document-print-preview.svg -share/icons/HighContrast-SVG/scalable/actions/document-print.svg -share/icons/HighContrast-SVG/scalable/actions/document-properties.svg -share/icons/HighContrast-SVG/scalable/actions/document-revert.svg -share/icons/HighContrast-SVG/scalable/actions/document-save-as.svg -share/icons/HighContrast-SVG/scalable/actions/document-save.svg -share/icons/HighContrast-SVG/scalable/actions/down.svg -share/icons/HighContrast-SVG/scalable/actions/edit-clear.svg -share/icons/HighContrast-SVG/scalable/actions/edit-copy.svg -share/icons/HighContrast-SVG/scalable/actions/edit-cut.svg -share/icons/HighContrast-SVG/scalable/actions/edit-delete.svg -share/icons/HighContrast-SVG/scalable/actions/edit-find-replace.svg -share/icons/HighContrast-SVG/scalable/actions/edit-find.svg -share/icons/HighContrast-SVG/scalable/actions/edit-paste.svg -share/icons/HighContrast-SVG/scalable/actions/edit-redo.svg -share/icons/HighContrast-SVG/scalable/actions/edit-undo.svg -share/icons/HighContrast-SVG/scalable/actions/editclear.svg -share/icons/HighContrast-SVG/scalable/actions/editcopy.svg -share/icons/HighContrast-SVG/scalable/actions/editcut.svg -share/icons/HighContrast-SVG/scalable/actions/editdelete.svg -share/icons/HighContrast-SVG/scalable/actions/editpaste.svg -share/icons/HighContrast-SVG/scalable/actions/exit.svg -share/icons/HighContrast-SVG/scalable/actions/filefind.svg -share/icons/HighContrast-SVG/scalable/actions/filenew.svg -share/icons/HighContrast-SVG/scalable/actions/fileopen.svg -share/icons/HighContrast-SVG/scalable/actions/fileprint.svg -share/icons/HighContrast-SVG/scalable/actions/filequickprint.svg -share/icons/HighContrast-SVG/scalable/actions/filesave.svg -share/icons/HighContrast-SVG/scalable/actions/filesaveas.svg -share/icons/HighContrast-SVG/scalable/actions/find.svg -share/icons/HighContrast-SVG/scalable/actions/finish.svg -share/icons/HighContrast-SVG/scalable/actions/folder-new.svg -share/icons/HighContrast-SVG/scalable/actions/folder_new.svg -share/icons/HighContrast-SVG/scalable/actions/format-indent-less.svg -share/icons/HighContrast-SVG/scalable/actions/format-indent-more.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-center.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-fill.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-left.svg -share/icons/HighContrast-SVG/scalable/actions/format-justify-right.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-bold.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-italic.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-strikethrough.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-underline.svg -share/icons/HighContrast-SVG/scalable/actions/forward.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-lockscreen.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-logout.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-run.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-searchtool.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-shutdown.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-fwd.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-new.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-rpl.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-text-indent.svg -share/icons/HighContrast-SVG/scalable/actions/gnome-stock-text-unindent.svg -share/icons/HighContrast-SVG/scalable/actions/go-bottom.svg -share/icons/HighContrast-SVG/scalable/actions/go-down.svg -share/icons/HighContrast-SVG/scalable/actions/go-first.svg -share/icons/HighContrast-SVG/scalable/actions/go-home.svg -share/icons/HighContrast-SVG/scalable/actions/go-jump.svg -share/icons/HighContrast-SVG/scalable/actions/go-last.svg -share/icons/HighContrast-SVG/scalable/actions/go-next.svg -share/icons/HighContrast-SVG/scalable/actions/go-previous.svg -share/icons/HighContrast-SVG/scalable/actions/go-top.svg -share/icons/HighContrast-SVG/scalable/actions/go-up.svg -share/icons/HighContrast-SVG/scalable/actions/gohome.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-about.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-add.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-bold.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-cancel.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-clear.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-close.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-copy.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-cut.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-delete.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-execute.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-find-and-replace.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-find.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-back-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-back-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-down.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-forward-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-forward-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-go-up.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-bottom.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-first-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-first-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-last-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-last-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-goto-top.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-help.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-home.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-indent-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-indent-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-italic.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-jump-to-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-jump-to-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-center.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-fill.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-left.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-justify-right.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-leave-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-forward-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-forward-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-next-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-next-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-pause.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-play-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-previous-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-previous-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-record.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-rewind-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-rewind-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-media-stop.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-new.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-open.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-paste.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-print-preview.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-print.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-properties.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-quit.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-redo-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-refresh.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-remove.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-revert-to-saved-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-revert-to-saved-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-save-as.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-save.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-sort-ascending.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-sort-descending.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-spell-check.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-stop.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-strikethrough.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-underline.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-undo-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-unindent-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-unindent-rtl.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-100.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-fit.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-in.svg -share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-out.svg -share/icons/HighContrast-SVG/scalable/actions/help-about.svg -share/icons/HighContrast-SVG/scalable/actions/help-contents.svg -share/icons/HighContrast-SVG/scalable/actions/help-faq.svg -share/icons/HighContrast-SVG/scalable/actions/help.svg -share/icons/HighContrast-SVG/scalable/actions/history-view.svg -share/icons/HighContrast-SVG/scalable/actions/insert-image.svg -share/icons/HighContrast-SVG/scalable/actions/insert-object.svg -share/icons/HighContrast-SVG/scalable/actions/insert-text.svg -share/icons/HighContrast-SVG/scalable/actions/kfind.svg -share/icons/HighContrast-SVG/scalable/actions/kfm_home.svg -share/icons/HighContrast-SVG/scalable/actions/leftjust.svg -share/icons/HighContrast-SVG/scalable/actions/list-add.svg -share/icons/HighContrast-SVG/scalable/actions/list-remove.svg -share/icons/HighContrast-SVG/scalable/actions/lock.svg -share/icons/HighContrast-SVG/scalable/actions/mail-forward.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-important.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-read.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-unread.svg -share/icons/HighContrast-SVG/scalable/actions/mail-message-new.svg -share/icons/HighContrast-SVG/scalable/actions/mail-reply-all.svg -share/icons/HighContrast-SVG/scalable/actions/mail-reply-sender.svg -share/icons/HighContrast-SVG/scalable/actions/mail-send-receive.svg -share/icons/HighContrast-SVG/scalable/actions/mail_forward.svg -share/icons/HighContrast-SVG/scalable/actions/mail_new.svg -share/icons/HighContrast-SVG/scalable/actions/mail_reply.svg -share/icons/HighContrast-SVG/scalable/actions/mail_replyall.svg -share/icons/HighContrast-SVG/scalable/actions/media-eject.svg -share/icons/HighContrast-SVG/scalable/actions/media-playback-pause.svg -share/icons/HighContrast-SVG/scalable/actions/media-playback-start.svg -share/icons/HighContrast-SVG/scalable/actions/media-playback-stop.svg -share/icons/HighContrast-SVG/scalable/actions/media-record.svg -share/icons/HighContrast-SVG/scalable/actions/media-seek-backward.svg -share/icons/HighContrast-SVG/scalable/actions/media-seek-forward.svg -share/icons/HighContrast-SVG/scalable/actions/media-skip-backward.svg -share/icons/HighContrast-SVG/scalable/actions/media-skip-forward.svg -share/icons/HighContrast-SVG/scalable/actions/next.svg -share/icons/HighContrast-SVG/scalable/actions/object-flip-horizontal.svg -share/icons/HighContrast-SVG/scalable/actions/object-flip-vertical.svg -share/icons/HighContrast-SVG/scalable/actions/object-rotate-left.svg -share/icons/HighContrast-SVG/scalable/actions/object-rotate-right.svg -share/icons/HighContrast-SVG/scalable/actions/player_eject.svg -share/icons/HighContrast-SVG/scalable/actions/player_end.svg -share/icons/HighContrast-SVG/scalable/actions/player_fwd.svg -share/icons/HighContrast-SVG/scalable/actions/player_pause.svg -share/icons/HighContrast-SVG/scalable/actions/player_play.svg -share/icons/HighContrast-SVG/scalable/actions/player_record.svg -share/icons/HighContrast-SVG/scalable/actions/player_rew.svg -share/icons/HighContrast-SVG/scalable/actions/player_start.svg -share/icons/HighContrast-SVG/scalable/actions/player_stop.svg -share/icons/HighContrast-SVG/scalable/actions/previous.svg -share/icons/HighContrast-SVG/scalable/actions/process-stop.svg -share/icons/HighContrast-SVG/scalable/actions/redhat-home.svg -share/icons/HighContrast-SVG/scalable/actions/redo.svg -share/icons/HighContrast-SVG/scalable/actions/reload.svg -share/icons/HighContrast-SVG/scalable/actions/reload3.svg -share/icons/HighContrast-SVG/scalable/actions/reload_all_tabs.svg -share/icons/HighContrast-SVG/scalable/actions/reload_page.svg -share/icons/HighContrast-SVG/scalable/actions/remove.svg -share/icons/HighContrast-SVG/scalable/actions/revert.svg -share/icons/HighContrast-SVG/scalable/actions/rightjust.svg -share/icons/HighContrast-SVG/scalable/actions/search.svg -share/icons/HighContrast-SVG/scalable/actions/start.svg -share/icons/HighContrast-SVG/scalable/actions/stock_about.svg -share/icons/HighContrast-SVG/scalable/actions/stock_bottom.svg -share/icons/HighContrast-SVG/scalable/actions/stock_close.svg -share/icons/HighContrast-SVG/scalable/actions/stock_copy.svg -share/icons/HighContrast-SVG/scalable/actions/stock_cut.svg -share/icons/HighContrast-SVG/scalable/actions/stock_delete.svg -share/icons/HighContrast-SVG/scalable/actions/stock_down.svg -share/icons/HighContrast-SVG/scalable/actions/stock_file-properites.svg -share/icons/HighContrast-SVG/scalable/actions/stock_first.svg -share/icons/HighContrast-SVG/scalable/actions/stock_fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/stock_help.svg -share/icons/HighContrast-SVG/scalable/actions/stock_home.svg -share/icons/HighContrast-SVG/scalable/actions/stock_last.svg -share/icons/HighContrast-SVG/scalable/actions/stock_leave-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/stock_left.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-compose.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-forward.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-reply-to-all.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-reply.svg -share/icons/HighContrast-SVG/scalable/actions/stock_mail-send-receive.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-fwd.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-next.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-pause.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-play.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-prev.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-rec.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-rew.svg -share/icons/HighContrast-SVG/scalable/actions/stock_media-stop.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-bcard.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-dir.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-text.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-window.svg -share/icons/HighContrast-SVG/scalable/actions/stock_paste.svg -share/icons/HighContrast-SVG/scalable/actions/stock_print-preview.svg -share/icons/HighContrast-SVG/scalable/actions/stock_print.svg -share/icons/HighContrast-SVG/scalable/actions/stock_properties.svg -share/icons/HighContrast-SVG/scalable/actions/stock_redo.svg -share/icons/HighContrast-SVG/scalable/actions/stock_refresh.svg -share/icons/HighContrast-SVG/scalable/actions/stock_right.svg -share/icons/HighContrast-SVG/scalable/actions/stock_save-as.svg -share/icons/HighContrast-SVG/scalable/actions/stock_save.svg -share/icons/HighContrast-SVG/scalable/actions/stock_search-and-replace.svg -share/icons/HighContrast-SVG/scalable/actions/stock_search.svg -share/icons/HighContrast-SVG/scalable/actions/stock_spellcheck.svg -share/icons/HighContrast-SVG/scalable/actions/stock_stop.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text-strikethrough.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_bold.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_center.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_indent.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_italic.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_justify.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_left.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_right.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_underlined.svg -share/icons/HighContrast-SVG/scalable/actions/stock_text_unindent.svg -share/icons/HighContrast-SVG/scalable/actions/stock_top.svg -share/icons/HighContrast-SVG/scalable/actions/stock_undo.svg -share/icons/HighContrast-SVG/scalable/actions/stock_up.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-1.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-in.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-out.svg -share/icons/HighContrast-SVG/scalable/actions/stock_zoom-page.svg -share/icons/HighContrast-SVG/scalable/actions/stop.svg -share/icons/HighContrast-SVG/scalable/actions/system-lock-screen.svg -share/icons/HighContrast-SVG/scalable/actions/system-log-out.svg -share/icons/HighContrast-SVG/scalable/actions/system-run.svg -share/icons/HighContrast-SVG/scalable/actions/system-search.svg -share/icons/HighContrast-SVG/scalable/actions/system-shutdown.svg -share/icons/HighContrast-SVG/scalable/actions/text_bold.svg -share/icons/HighContrast-SVG/scalable/actions/text_italic.svg -share/icons/HighContrast-SVG/scalable/actions/text_strike.svg -share/icons/HighContrast-SVG/scalable/actions/text_under.svg -share/icons/HighContrast-SVG/scalable/actions/tool-check-spelling.svg -share/icons/HighContrast-SVG/scalable/actions/tools-check-spelling.svg -share/icons/HighContrast-SVG/scalable/actions/top.svg -share/icons/HighContrast-SVG/scalable/actions/undo.svg -share/icons/HighContrast-SVG/scalable/actions/up.svg -share/icons/HighContrast-SVG/scalable/actions/view-fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/view-refresh.svg -share/icons/HighContrast-SVG/scalable/actions/view-restore.svg -share/icons/HighContrast-SVG/scalable/actions/view-sort-ascending.svg -share/icons/HighContrast-SVG/scalable/actions/view-sort-descending.svg -share/icons/HighContrast-SVG/scalable/actions/viewmag+.svg -share/icons/HighContrast-SVG/scalable/actions/viewmag-.svg -share/icons/HighContrast-SVG/scalable/actions/viewmag1.svg -share/icons/HighContrast-SVG/scalable/actions/viewmagfit.svg -share/icons/HighContrast-SVG/scalable/actions/window-close.svg -share/icons/HighContrast-SVG/scalable/actions/window-new.svg -share/icons/HighContrast-SVG/scalable/actions/window_fullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/window_new.svg -share/icons/HighContrast-SVG/scalable/actions/window_nofullscreen.svg -share/icons/HighContrast-SVG/scalable/actions/xfce-system-exit.svg -share/icons/HighContrast-SVG/scalable/actions/xfce-system-lock.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-best-fit.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-fit-best.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-in.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-original.svg -share/icons/HighContrast-SVG/scalable/actions/zoom-out.svg -share/icons/HighContrast-SVG/scalable/apps/access.svg -share/icons/HighContrast-SVG/scalable/apps/accessibility-directory.svg -share/icons/HighContrast-SVG/scalable/apps/accessories-calculator.svg -share/icons/HighContrast-SVG/scalable/apps/accessories-character-map.svg -share/icons/HighContrast-SVG/scalable/apps/accessories-text-editor.svg -share/icons/HighContrast-SVG/scalable/apps/arts.svg -share/icons/HighContrast-SVG/scalable/apps/bug-buddy.svg -share/icons/HighContrast-SVG/scalable/apps/calc.svg -share/icons/HighContrast-SVG/scalable/apps/config-language.svg -share/icons/HighContrast-SVG/scalable/apps/file-manager.svg -share/icons/HighContrast-SVG/scalable/apps/fonts.svg -share/icons/HighContrast-SVG/scalable/apps/glchess.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-calculator.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-character-map.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-help.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-mixer.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-monitor.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-accessibility-technologies.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-font.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/gucharmap.svg -share/icons/HighContrast-SVG/scalable/apps/help-browser.svg -share/icons/HighContrast-SVG/scalable/apps/internet-group-chat.svg -share/icons/HighContrast-SVG/scalable/apps/internet-mail.svg -share/icons/HighContrast-SVG/scalable/apps/internet-news-reader.svg -share/icons/HighContrast-SVG/scalable/apps/internet-web-browser.svg -share/icons/HighContrast-SVG/scalable/apps/kcalc.svg -share/icons/HighContrast-SVG/scalable/apps/kcharselect.svg -share/icons/HighContrast-SVG/scalable/apps/kcmsound.svg -share/icons/HighContrast-SVG/scalable/apps/kedit.svg -share/icons/HighContrast-SVG/scalable/apps/kfm.svg -share/icons/HighContrast-SVG/scalable/apps/khelpcenter.svg -share/icons/HighContrast-SVG/scalable/apps/konsole.svg -share/icons/HighContrast-SVG/scalable/apps/kscreensaver.svg -share/icons/HighContrast-SVG/scalable/apps/ksysguard.svg -share/icons/HighContrast-SVG/scalable/apps/locale.svg -share/icons/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg -share/icons/HighContrast-SVG/scalable/apps/multimedia.svg -share/icons/HighContrast-SVG/scalable/apps/openterm.svg -share/icons/HighContrast-SVG/scalable/apps/orca.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-system-network-proxy.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-system-session.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-system-windows.svg -share/icons/HighContrast-SVG/scalable/apps/redhat-filemanager.svg -share/icons/HighContrast-SVG/scalable/apps/screensaver.svg -share/icons/HighContrast-SVG/scalable/apps/susehelpcenter.svg -share/icons/HighContrast-SVG/scalable/apps/system-file-manager.svg -share/icons/HighContrast-SVG/scalable/apps/terminal.svg -share/icons/HighContrast-SVG/scalable/apps/text-editor.svg -share/icons/HighContrast-SVG/scalable/apps/tomboy.svg -share/icons/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg -share/icons/HighContrast-SVG/scalable/apps/utilities-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/volume-knob.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-filemanager.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/xfce4-mixer.svg -share/icons/HighContrast-SVG/scalable/apps/xscreensaver.svg -share/icons/HighContrast-SVG/scalable/categories/applications-accessories.svg -share/icons/HighContrast-SVG/scalable/categories/applications-development.svg -share/icons/HighContrast-SVG/scalable/categories/applications-games.svg -share/icons/HighContrast-SVG/scalable/categories/applications-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/applications-internet.svg -share/icons/HighContrast-SVG/scalable/categories/applications-multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/applications-system.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-control-center.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-devel.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-globe.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-joystick.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-settings.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-system.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-util.svg -share/icons/HighContrast-SVG/scalable/categories/gtk-preferences.svg -share/icons/HighContrast-SVG/scalable/categories/input_devices_settings.svg -share/icons/HighContrast-SVG/scalable/categories/kcontrol.svg -share/icons/HighContrast-SVG/scalable/categories/package_development.svg -share/icons/HighContrast-SVG/scalable/categories/package_games.svg -share/icons/HighContrast-SVG/scalable/categories/package_graphics.svg -share/icons/HighContrast-SVG/scalable/categories/package_multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/package_network.svg -share/icons/HighContrast-SVG/scalable/categories/package_settings.svg -share/icons/HighContrast-SVG/scalable/categories/package_system.svg -share/icons/HighContrast-SVG/scalable/categories/package_utilities.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-desktop-peripherals.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-desktop.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-system.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-accessories.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-games.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-internet.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-preferences.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-programming.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-sound_video.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-system_settings.svg -share/icons/HighContrast-SVG/scalable/categories/redhat-system_tools.svg -share/icons/HighContrast-SVG/scalable/categories/stock_internet.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-games.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-graphics.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-internet.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-multimedia.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-system-settings.svg -share/icons/HighContrast-SVG/scalable/categories/xfce-utils.svg -share/icons/HighContrast-SVG/scalable/categories/xfce4-settings.svg -share/icons/HighContrast-SVG/scalable/devices/3floppy_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/audio-input-microphone.svg -share/icons/HighContrast-SVG/scalable/devices/battery.svg -share/icons/HighContrast-SVG/scalable/devices/camera-photo.svg -share/icons/HighContrast-SVG/scalable/devices/camera-video.svg -share/icons/HighContrast-SVG/scalable/devices/camera-web.svg -share/icons/HighContrast-SVG/scalable/devices/camera.svg -share/icons/HighContrast-SVG/scalable/devices/camera_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/cdrom_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/cdwriter_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/chardevice.svg -share/icons/HighContrast-SVG/scalable/devices/computer.svg -share/icons/HighContrast-SVG/scalable/devices/display.svg -share/icons/HighContrast-SVG/scalable/devices/drive-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/drive-harddisk.svg -share/icons/HighContrast-SVG/scalable/devices/drive-optical.svg -share/icons/HighContrast-SVG/scalable/devices/drive-removable-media.svg -share/icons/HighContrast-SVG/scalable/devices/dvd_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-battery.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-cdrom-audio.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-computer.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-cdr.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-cdrw.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdr-plus.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdr.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdram.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdrom.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdrw.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-dvd.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-ethernet.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk-1394.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk-usb.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-ipod.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-cf.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-ms.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-sdmmc.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-sm.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-mouse-ball.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-mouse-optical.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-printer.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable-1394.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable-usb.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-dev-wavelan.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-fs-client.svg -share/icons/HighContrast-SVG/scalable/devices/gnome-stock-mic.svg -share/icons/HighContrast-SVG/scalable/devices/gtk-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/gtk-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/gtk-harddisk.svg -share/icons/HighContrast-SVG/scalable/devices/harddrive.svg -share/icons/HighContrast-SVG/scalable/devices/hdd_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/input-keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/input-mouse.svg -share/icons/HighContrast-SVG/scalable/devices/input-tablet.svg -share/icons/HighContrast-SVG/scalable/devices/ipod_mount.svg -share/icons/HighContrast-SVG/scalable/devices/keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/kjobviewer.svg -share/icons/HighContrast-SVG/scalable/devices/kxkb.svg -share/icons/HighContrast-SVG/scalable/devices/media-cdrom.svg -share/icons/HighContrast-SVG/scalable/devices/media-flash.svg -share/icons/HighContrast-SVG/scalable/devices/media-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/media-optical.svg -share/icons/HighContrast-SVG/scalable/devices/media-tape.svg -share/icons/HighContrast-SVG/scalable/devices/mouse.svg -share/icons/HighContrast-SVG/scalable/devices/multimedia-player.svg -share/icons/HighContrast-SVG/scalable/devices/network-wired.svg -share/icons/HighContrast-SVG/scalable/devices/network-wireless.svg -share/icons/HighContrast-SVG/scalable/devices/pda.svg -share/icons/HighContrast-SVG/scalable/devices/phone.svg -share/icons/HighContrast-SVG/scalable/devices/printer-remote.svg -share/icons/HighContrast-SVG/scalable/devices/printer.svg -share/icons/HighContrast-SVG/scalable/devices/printer1.svg -share/icons/HighContrast-SVG/scalable/devices/printmgr.svg -share/icons/HighContrast-SVG/scalable/devices/scanner.svg -share/icons/HighContrast-SVG/scalable/devices/stock_cell-phone.svg -share/icons/HighContrast-SVG/scalable/devices/stock_mic.svg -share/icons/HighContrast-SVG/scalable/devices/stock_printers.svg -share/icons/HighContrast-SVG/scalable/devices/system-floppy.svg -share/icons/HighContrast-SVG/scalable/devices/system.svg -share/icons/HighContrast-SVG/scalable/devices/usbpendrive_unmount.svg -share/icons/HighContrast-SVG/scalable/devices/video-display.svg -share/icons/HighContrast-SVG/scalable/devices/xfce-printer.svg -share/icons/HighContrast-SVG/scalable/devices/xfce4-display.svg -share/icons/HighContrast-SVG/scalable/devices/xfce4-keyboard.svg -share/icons/HighContrast-SVG/scalable/devices/xfce4-mouse.svg -share/icons/HighContrast-SVG/scalable/devices/yast_HD.svg -share/icons/HighContrast-SVG/scalable/devices/yast_idetude.svg -share/icons/HighContrast-SVG/scalable/devices/yast_mouse.svg -share/icons/HighContrast-SVG/scalable/devices/yast_printer.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-default.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-documents.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-downloads.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-favorite.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-important.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-mail.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-noread.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-nowrite.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-photos.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-readonly.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-symbolic-link.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-system.svg -share/icons/HighContrast-SVG/scalable/emblems/emblem-unreadable.svg -share/icons/HighContrast-SVG/scalable/emotes/face-cool.svg -share/icons/HighContrast-SVG/scalable/emotes/face-plain.svg -share/icons/HighContrast-SVG/scalable/emotes/face-sad.svg -share/icons/HighContrast-SVG/scalable/emotes/face-smile-big.svg -share/icons/HighContrast-SVG/scalable/emotes/face-smile.svg -share/icons/HighContrast-SVG/scalable/emotes/face-surprise.svg -share/icons/HighContrast-SVG/scalable/emotes/face-wink.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-1.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-15.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-2.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-3.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-4.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-5.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-6.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-7.svg -share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-8.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-vnd.ms-word.document.macroEnabled.12.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg -share/icons/HighContrast-SVG/scalable/mimetypes/application-x-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/ascii.svg -share/icons/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/binary.svg -share/icons/HighContrast-SVG/scalable/mimetypes/contents2.svg -share/icons/HighContrast-SVG/scalable/mimetypes/document.svg -share/icons/HighContrast-SVG/scalable/mimetypes/empty.svg -share/icons/HighContrast-SVG/scalable/mimetypes/exec.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font_bitmap.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font_truetype.svg -share/icons/HighContrast-SVG/scalable/mimetypes/font_type1.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-fs-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-fs-regular.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-magicpoint.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-msword.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-ogg.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-pdf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-postscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-rtf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-wordperfect.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-abiword.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-word.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-dvi.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-afm.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-killustrator.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kspread.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kword.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-perl.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-php.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-scribus.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shellscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-tex.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-audio.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-image.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-html.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-csh.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-python.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-sh.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-vcard.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-zsh.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-video.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-x-font-afm.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gtk-file.svg -share/icons/HighContrast-SVG/scalable/mimetypes/html.svg -share/icons/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/image.svg -share/icons/HighContrast-SVG/scalable/mimetypes/kpresenter_kpr.svg -share/icons/HighContrast-SVG/scalable/mimetypes/mime_ascii.svg -share/icons/HighContrast-SVG/scalable/mimetypes/misc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/package_editors.svg -share/icons/HighContrast-SVG/scalable/mimetypes/package_wordprocessing.svg -share/icons/HighContrast-SVG/scalable/mimetypes/plan.svg -share/icons/HighContrast-SVG/scalable/mimetypes/shellscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/sound.svg -share/icons/HighContrast-SVG/scalable/mimetypes/spreadsheet.svg -share/icons/HighContrast-SVG/scalable/mimetypes/stock_addressbook.svg -share/icons/HighContrast-SVG/scalable/mimetypes/stock_calendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/stock_script.svg -share/icons/HighContrast-SVG/scalable/mimetypes/template_source.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-html.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-x-script.svg -share/icons/HighContrast-SVG/scalable/mimetypes/txt.svg -share/icons/HighContrast-SVG/scalable/mimetypes/txt2.svg -share/icons/HighContrast-SVG/scalable/mimetypes/unknown.svg -share/icons/HighContrast-SVG/scalable/mimetypes/vcalendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/vcard.svg -share/icons/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/video.svg -share/icons/HighContrast-SVG/scalable/mimetypes/wordprocessing.svg -share/icons/HighContrast-SVG/scalable/mimetypes/www.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-document.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg -share/icons/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg -share/icons/HighContrast-SVG/scalable/places/desktop.svg -share/icons/HighContrast-SVG/scalable/places/distributor-logo.svg -share/icons/HighContrast-SVG/scalable/places/emptytrash.svg -share/icons/HighContrast-SVG/scalable/places/folder-remote.svg -share/icons/HighContrast-SVG/scalable/places/folder.svg -share/icons/HighContrast-SVG/scalable/places/folder_home.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-desktop.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-directory.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-ftp.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-home.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-network.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-nfs.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-server.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-share.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-smb.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-ssh.svg -share/icons/HighContrast-SVG/scalable/places/gnome-fs-trash-empty.svg -share/icons/HighContrast-SVG/scalable/places/gnome-main-menu.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-nfs-server.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-server.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-workgroup.svg -share/icons/HighContrast-SVG/scalable/places/gnome-stock-trash.svg -share/icons/HighContrast-SVG/scalable/places/gtk-directory.svg -share/icons/HighContrast-SVG/scalable/places/gtk-network.svg -share/icons/HighContrast-SVG/scalable/places/inode-directory.svg -share/icons/HighContrast-SVG/scalable/places/library-internet-radio.svg -share/icons/HighContrast-SVG/scalable/places/library-podcast.svg -share/icons/HighContrast-SVG/scalable/places/network-server.svg -share/icons/HighContrast-SVG/scalable/places/network-workgroup.svg -share/icons/HighContrast-SVG/scalable/places/network.svg -share/icons/HighContrast-SVG/scalable/places/network_local.svg -share/icons/HighContrast-SVG/scalable/places/novell-button.svg -share/icons/HighContrast-SVG/scalable/places/playlist-automatic.svg -share/icons/HighContrast-SVG/scalable/places/playlist.svg -share/icons/HighContrast-SVG/scalable/places/redhat-network-server.svg -share/icons/HighContrast-SVG/scalable/places/server.svg -share/icons/HighContrast-SVG/scalable/places/start-here.svg -share/icons/HighContrast-SVG/scalable/places/stock_folder.svg -share/icons/HighContrast-SVG/scalable/places/trashcan_empty.svg -share/icons/HighContrast-SVG/scalable/places/user-bookmarks.svg -share/icons/HighContrast-SVG/scalable/places/user-desktop.svg -share/icons/HighContrast-SVG/scalable/places/user-home.svg -share/icons/HighContrast-SVG/scalable/places/user-trash.svg -share/icons/HighContrast-SVG/scalable/places/xfce-trash_empty.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-high.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-low.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-medium.svg -share/icons/HighContrast-SVG/scalable/status/audio-volume-muted.svg -share/icons/HighContrast-SVG/scalable/status/battery-caution.svg -share/icons/HighContrast-SVG/scalable/status/battery-low.svg -share/icons/HighContrast-SVG/scalable/status/connect_no.svg -share/icons/HighContrast-SVG/scalable/status/dialog-error.svg -share/icons/HighContrast-SVG/scalable/status/dialog-information.svg -share/icons/HighContrast-SVG/scalable/status/dialog-password.svg -share/icons/HighContrast-SVG/scalable/status/dialog-question.svg -share/icons/HighContrast-SVG/scalable/status/dialog-warning.svg -share/icons/HighContrast-SVG/scalable/status/edittrash.svg -share/icons/HighContrast-SVG/scalable/status/error.svg -share/icons/HighContrast-SVG/scalable/status/folder-drag-accept.svg -share/icons/HighContrast-SVG/scalable/status/folder-open.svg -share/icons/HighContrast-SVG/scalable/status/folder-visiting.svg -share/icons/HighContrast-SVG/scalable/status/folder_open.svg -share/icons/HighContrast-SVG/scalable/status/gnome-fs-directory-accept.svg -share/icons/HighContrast-SVG/scalable/status/gnome-fs-directory-visiting.svg -share/icons/HighContrast-SVG/scalable/status/gnome-fs-trash-full.svg -share/icons/HighContrast-SVG/scalable/status/gnome-netstatus-disconn.svg -share/icons/HighContrast-SVG/scalable/status/gnome-stock-trash-full.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-authentication.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-error.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-info.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-question.svg -share/icons/HighContrast-SVG/scalable/status/gtk-dialog-warning.svg -share/icons/HighContrast-SVG/scalable/status/gtk-missing-image.svg -share/icons/HighContrast-SVG/scalable/status/image-missing.svg -share/icons/HighContrast-SVG/scalable/status/important.svg -share/icons/HighContrast-SVG/scalable/status/info.svg -share/icons/HighContrast-SVG/scalable/status/mail-attachment.svg -share/icons/HighContrast-SVG/scalable/status/media-playlist-repeat.svg -share/icons/HighContrast-SVG/scalable/status/media-playlist-shuffle.svg -share/icons/HighContrast-SVG/scalable/status/messagebox_critical.svg -share/icons/HighContrast-SVG/scalable/status/messagebox_info.svg -share/icons/HighContrast-SVG/scalable/status/messagebox_warning.svg -share/icons/HighContrast-SVG/scalable/status/network-offline.svg -share/icons/HighContrast-SVG/scalable/status/network-online.svg -share/icons/HighContrast-SVG/scalable/status/nm-no-connection.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-100.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-25.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-50.svg -share/icons/HighContrast-SVG/scalable/status/nm-signal-75.svg -share/icons/HighContrast-SVG/scalable/status/printer-printing.svg -share/icons/HighContrast-SVG/scalable/status/software-update-available.svg -share/icons/HighContrast-SVG/scalable/status/software-update-urgent.svg -share/icons/HighContrast-SVG/scalable/status/stock_attach.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-error.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-info.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-question.svg -share/icons/HighContrast-SVG/scalable/status/stock_dialog-warning.svg -share/icons/HighContrast-SVG/scalable/status/stock_open.svg -share/icons/HighContrast-SVG/scalable/status/stock_repeat.svg -share/icons/HighContrast-SVG/scalable/status/stock_shuffle.svg -share/icons/HighContrast-SVG/scalable/status/stock_trash_full.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-0.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-max.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-med.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-min.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume-mute.svg -share/icons/HighContrast-SVG/scalable/status/stock_volume.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-cloudy.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-few-clouds.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-fog.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-night-clear.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-night-few-clouds.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-showers.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-snow.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-storm.svg -share/icons/HighContrast-SVG/scalable/status/stock_weather-sunny.svg -share/icons/HighContrast-SVG/scalable/status/sunny.svg -share/icons/HighContrast-SVG/scalable/status/trashcan_full.svg -share/icons/HighContrast-SVG/scalable/status/user-trash-full.svg -share/icons/HighContrast-SVG/scalable/status/weather-clear-night.svg -share/icons/HighContrast-SVG/scalable/status/weather-clear.svg -share/icons/HighContrast-SVG/scalable/status/weather-few-clouds-night.svg -share/icons/HighContrast-SVG/scalable/status/weather-few-clouds.svg -share/icons/HighContrast-SVG/scalable/status/weather-fog.svg -share/icons/HighContrast-SVG/scalable/status/weather-overcast.svg -share/icons/HighContrast-SVG/scalable/status/weather-showers-scattered.svg -share/icons/HighContrast-SVG/scalable/status/weather-showers.svg -share/icons/HighContrast-SVG/scalable/status/weather-snow.svg -share/icons/HighContrast-SVG/scalable/status/weather-storm.svg -share/icons/HighContrast-SVG/scalable/status/xfce-trash_full.svg -share/icons/HighContrast/index.theme -share/icons/HighContrastInverse/index.theme -share/icons/HighContrastLargePrint/36x36/animations/gnome-spinner-rest.png -share/icons/HighContrastLargePrint/36x36/animations/gnome-spinner.png -share/icons/HighContrastLargePrint/36x36/animations/process-idle.png -share/icons/HighContrastLargePrint/36x36/animations/process-working.png -share/icons/HighContrastLargePrint/48x48/actions/exit.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-logout.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-run.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-searchtool.png -share/icons/HighContrastLargePrint/48x48/actions/gnome-shutdown.png -share/icons/HighContrastLargePrint/48x48/actions/go-home.png -share/icons/HighContrastLargePrint/48x48/actions/gohome.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-execute.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-home.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-media-pause.png -share/icons/HighContrastLargePrint/48x48/actions/gtk-refresh.png -share/icons/HighContrastLargePrint/48x48/actions/kfind.png -share/icons/HighContrastLargePrint/48x48/actions/kfm_home.png -share/icons/HighContrastLargePrint/48x48/actions/media-playback-pause.png -share/icons/HighContrastLargePrint/48x48/actions/player_pause.png -share/icons/HighContrastLargePrint/48x48/actions/redhat-home.png -share/icons/HighContrastLargePrint/48x48/actions/reload.png -share/icons/HighContrastLargePrint/48x48/actions/reload3.png -share/icons/HighContrastLargePrint/48x48/actions/reload_all_tabs.png -share/icons/HighContrastLargePrint/48x48/actions/reload_page.png -share/icons/HighContrastLargePrint/48x48/actions/search.png -share/icons/HighContrastLargePrint/48x48/actions/stock_home.png -share/icons/HighContrastLargePrint/48x48/actions/stock_media-pause.png -share/icons/HighContrastLargePrint/48x48/actions/stock_new-tab.png -share/icons/HighContrastLargePrint/48x48/actions/stock_refresh.png -share/icons/HighContrastLargePrint/48x48/actions/system-log-out.png -share/icons/HighContrastLargePrint/48x48/actions/system-run.png -share/icons/HighContrastLargePrint/48x48/actions/system-search.png -share/icons/HighContrastLargePrint/48x48/actions/system-shutdown.png -share/icons/HighContrastLargePrint/48x48/actions/view-refresh.png -share/icons/HighContrastLargePrint/48x48/apps/access.png -share/icons/HighContrastLargePrint/48x48/apps/accessibility-directory.png -share/icons/HighContrastLargePrint/48x48/apps/accessories-calculator.png -share/icons/HighContrastLargePrint/48x48/apps/accessories-character-map.png -share/icons/HighContrastLargePrint/48x48/apps/accessories-text-editor.png -share/icons/HighContrastLargePrint/48x48/apps/advanced-directory.png -share/icons/HighContrastLargePrint/48x48/apps/applets-screenshooter.png -share/icons/HighContrastLargePrint/48x48/apps/arts.png -share/icons/HighContrastLargePrint/48x48/apps/ax-applet.png -share/icons/HighContrastLargePrint/48x48/apps/background.png -share/icons/HighContrastLargePrint/48x48/apps/calc.png -share/icons/HighContrastLargePrint/48x48/apps/charpick.png -share/icons/HighContrastLargePrint/48x48/apps/clock.png -share/icons/HighContrastLargePrint/48x48/apps/config-language.png -share/icons/HighContrastLargePrint/48x48/apps/display-capplet.png -share/icons/HighContrastLargePrint/48x48/apps/eog.png -share/icons/HighContrastLargePrint/48x48/apps/evince.png -share/icons/HighContrastLargePrint/48x48/apps/evolution.png -share/icons/HighContrastLargePrint/48x48/apps/file-manager.png -share/icons/HighContrastLargePrint/48x48/apps/file-roller.png -share/icons/HighContrastLargePrint/48x48/apps/fonts.png -share/icons/HighContrastLargePrint/48x48/apps/gdict.png -share/icons/HighContrastLargePrint/48x48/apps/ghex.png -share/icons/HighContrastLargePrint/48x48/apps/gimp.png -share/icons/HighContrastLargePrint/48x48/apps/gkb.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-application-generic.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-audio2.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-calc3.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-calculator.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-ccmime.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-ccscreensaver.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-cd.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-character-map.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-folder-generic.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-grecord.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-help.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-home.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-info.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-log.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-logo-icon-transparent.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mailcheck.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mini-commander.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer-applet.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-panel.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation-rest.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-session.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-accessibility-keyboard.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-accessibility-technologies.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-background.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-default-applications.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-font.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-keybindings.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-sound.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-theme.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-ui-behavior.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-starthere.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-terminal.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-window-manager.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-windows.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-workspace.png -share/icons/HighContrastLargePrint/48x48/apps/gok.png -share/icons/HighContrastLargePrint/48x48/apps/gucharmap.png -share/icons/HighContrastLargePrint/48x48/apps/help-browser.png -share/icons/HighContrastLargePrint/48x48/apps/kcalc.png -share/icons/HighContrastLargePrint/48x48/apps/kcharselect.png -share/icons/HighContrastLargePrint/48x48/apps/kcmkwm.png -share/icons/HighContrastLargePrint/48x48/apps/kcmsound.png -share/icons/HighContrastLargePrint/48x48/apps/kedit.png -share/icons/HighContrastLargePrint/48x48/apps/key_bindings.png -share/icons/HighContrastLargePrint/48x48/apps/kfm.png -share/icons/HighContrastLargePrint/48x48/apps/khelpcenter.png -share/icons/HighContrastLargePrint/48x48/apps/knotify.png -share/icons/HighContrastLargePrint/48x48/apps/konsole.png -share/icons/HighContrastLargePrint/48x48/apps/kwin.png -share/icons/HighContrastLargePrint/48x48/apps/launcher-program.png -share/icons/HighContrastLargePrint/48x48/apps/locale.png -share/icons/HighContrastLargePrint/48x48/apps/mozilla-icon.png -share/icons/HighContrastLargePrint/48x48/apps/multimedia-volume-control.png -share/icons/HighContrastLargePrint/48x48/apps/multimedia.png -share/icons/HighContrastLargePrint/48x48/apps/openterm.png -share/icons/HighContrastLargePrint/48x48/apps/orca.png -share/icons/HighContrastLargePrint/48x48/apps/panel-drawer.png -share/icons/HighContrastLargePrint/48x48/apps/panel-force-quit.png -share/icons/HighContrastLargePrint/48x48/apps/perfmeter.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-accessibility.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-font.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-locale.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-sound.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-theme.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-wallpaper.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-system-session.png -share/icons/HighContrastLargePrint/48x48/apps/preferences-system-windows.png -share/icons/HighContrastLargePrint/48x48/apps/redhat-filemanager.png -share/icons/HighContrastLargePrint/48x48/apps/session-properties.png -share/icons/HighContrastLargePrint/48x48/apps/smc.png -share/icons/HighContrastLargePrint/48x48/apps/sound-juicer.png -share/icons/HighContrastLargePrint/48x48/apps/star.png -share/icons/HighContrastLargePrint/48x48/apps/style.png -share/icons/HighContrastLargePrint/48x48/apps/susehelpcenter.png -share/icons/HighContrastLargePrint/48x48/apps/system-file-manager.png -share/icons/HighContrastLargePrint/48x48/apps/terminal.png -share/icons/HighContrastLargePrint/48x48/apps/text-editor.png -share/icons/HighContrastLargePrint/48x48/apps/utilities-terminal.png -share/icons/HighContrastLargePrint/48x48/apps/volume-knob.png -share/icons/HighContrastLargePrint/48x48/apps/wallpaper.png -share/icons/HighContrastLargePrint/48x48/apps/window-capplet.png -share/icons/HighContrastLargePrint/48x48/apps/xfce-filemanager.png -share/icons/HighContrastLargePrint/48x48/apps/xfce-terminal.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-backdrop.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-mixer.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-session.png -share/icons/HighContrastLargePrint/48x48/apps/xfce4-sound.png -share/icons/HighContrastLargePrint/48x48/apps/xfwm4.png -share/icons/HighContrastLargePrint/48x48/categories/applications-accessories.png -share/icons/HighContrastLargePrint/48x48/categories/applications-development.png -share/icons/HighContrastLargePrint/48x48/categories/applications-engineering.png -share/icons/HighContrastLargePrint/48x48/categories/applications-games.png -share/icons/HighContrastLargePrint/48x48/categories/applications-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/applications-internet.png -share/icons/HighContrastLargePrint/48x48/categories/applications-multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/applications-office.png -share/icons/HighContrastLargePrint/48x48/categories/applications-other.png -share/icons/HighContrastLargePrint/48x48/categories/applications-science.png -share/icons/HighContrastLargePrint/48x48/categories/applications-system.png -share/icons/HighContrastLargePrint/48x48/categories/applications-utilities.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-applications.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-control-center.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-devel.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-globe.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-joystick.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-other.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-settings.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-system.png -share/icons/HighContrastLargePrint/48x48/categories/gnome-util.png -share/icons/HighContrastLargePrint/48x48/categories/gtk-preferences.png -share/icons/HighContrastLargePrint/48x48/categories/input_devices_settings.png -share/icons/HighContrastLargePrint/48x48/categories/kcontrol.png -share/icons/HighContrastLargePrint/48x48/categories/package_development.png -share/icons/HighContrastLargePrint/48x48/categories/package_games.png -share/icons/HighContrastLargePrint/48x48/categories/package_graphics.png -share/icons/HighContrastLargePrint/48x48/categories/package_multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/package_network.png -share/icons/HighContrastLargePrint/48x48/categories/package_office.png -share/icons/HighContrastLargePrint/48x48/categories/package_settings.png -share/icons/HighContrastLargePrint/48x48/categories/package_system.png -share/icons/HighContrastLargePrint/48x48/categories/package_utilities.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop-peripherals.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop-personal.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-other.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-system-network.png -share/icons/HighContrastLargePrint/48x48/categories/preferences-system.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-accessories.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-games.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-internet.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-office.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-preferences.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-programming.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-sound_video.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-system_settings.png -share/icons/HighContrastLargePrint/48x48/categories/redhat-system_tools.png -share/icons/HighContrastLargePrint/48x48/categories/stock_internet.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-games.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-graphics.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-internet.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-multimedia.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-office.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-system-settings.png -share/icons/HighContrastLargePrint/48x48/categories/xfce-utils.png -share/icons/HighContrastLargePrint/48x48/categories/xfce4-settings.png -share/icons/HighContrastLargePrint/48x48/devices/3floppy_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/cdrom_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/cdwriter_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/computer.png -share/icons/HighContrastLargePrint/48x48/devices/drive-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/drive-harddisk.png -share/icons/HighContrastLargePrint/48x48/devices/drive-optical.png -share/icons/HighContrastLargePrint/48x48/devices/drive-removable-media.png -share/icons/HighContrastLargePrint/48x48/devices/dvd_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-cdrom-audio.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-computer.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-cdr.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-cdrw.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdr-plus.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdr.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdram.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdrom.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdrw.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-dvd.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk-1394.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk-usb.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-mouse-ball.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-mouse-optical.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer-network.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer-new.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable-1394.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable-usb.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable.png -share/icons/HighContrastLargePrint/48x48/devices/gnome-fs-client.png -share/icons/HighContrastLargePrint/48x48/devices/gtk-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/gtk-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/gtk-harddisk.png -share/icons/HighContrastLargePrint/48x48/devices/harddrive.png -share/icons/HighContrastLargePrint/48x48/devices/hdd_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/input-keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/input-mouse.png -share/icons/HighContrastLargePrint/48x48/devices/keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/kjobviewer.png -share/icons/HighContrastLargePrint/48x48/devices/kxkb.png -share/icons/HighContrastLargePrint/48x48/devices/media-cdrom.png -share/icons/HighContrastLargePrint/48x48/devices/media-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/media-optical.png -share/icons/HighContrastLargePrint/48x48/devices/mouse.png -share/icons/HighContrastLargePrint/48x48/devices/printer-remote.png -share/icons/HighContrastLargePrint/48x48/devices/printer.png -share/icons/HighContrastLargePrint/48x48/devices/printer1.png -share/icons/HighContrastLargePrint/48x48/devices/printmgr.png -share/icons/HighContrastLargePrint/48x48/devices/stock_printers.png -share/icons/HighContrastLargePrint/48x48/devices/system-floppy.png -share/icons/HighContrastLargePrint/48x48/devices/system.png -share/icons/HighContrastLargePrint/48x48/devices/usbpendrive_unmount.png -share/icons/HighContrastLargePrint/48x48/devices/xfce-printer.png -share/icons/HighContrastLargePrint/48x48/devices/xfce4-keyboard.png -share/icons/HighContrastLargePrint/48x48/devices/xfce4-mouse.png -share/icons/HighContrastLargePrint/48x48/devices/yast_HD.png -share/icons/HighContrastLargePrint/48x48/devices/yast_idetude.png -share/icons/HighContrastLargePrint/48x48/devices/yast_mouse.png -share/icons/HighContrastLargePrint/48x48/devices/yast_printer.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-default.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-desktop.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-important.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-noread.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-personal.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-special.png -share/icons/HighContrastLargePrint/48x48/emblems/emblem-unreadable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/application-x-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/ascii.png -share/icons/HighContrastLargePrint/48x48/mimetypes/audio-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/binary.png -share/icons/HighContrastLargePrint/48x48/mimetypes/contents2.png -share/icons/HighContrastLargePrint/48x48/mimetypes/deb.png -share/icons/HighContrastLargePrint/48x48/mimetypes/empty.png -share/icons/HighContrastLargePrint/48x48/mimetypes/exec.png -share/icons/HighContrastLargePrint/48x48/mimetypes/folder_tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font_bitmap.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font_truetype.png -share/icons/HighContrastLargePrint/48x48/mimetypes/font_type1.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-fs-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-fs-regular.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-ogg.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-archive.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-arj.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-compress.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-core-file.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-deb.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-gzip.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-jar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lha.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lhz.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-rar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-rpm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-tarz.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-zip.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-audio.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-image.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text-x-vcard.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-video.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-x-font-afm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-package.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gtk-file.png -share/icons/HighContrastLargePrint/48x48/mimetypes/image-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/image.png -share/icons/HighContrastLargePrint/48x48/mimetypes/mime_ascii.png -share/icons/HighContrastLargePrint/48x48/mimetypes/misc.png -share/icons/HighContrastLargePrint/48x48/mimetypes/package-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/package.png -share/icons/HighContrastLargePrint/48x48/mimetypes/package_editors.png -share/icons/HighContrastLargePrint/48x48/mimetypes/rpm.png -share/icons/HighContrastLargePrint/48x48/mimetypes/sound.png -share/icons/HighContrastLargePrint/48x48/mimetypes/stock_addressbook.png -share/icons/HighContrastLargePrint/48x48/mimetypes/tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/text-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/text-x-preview.png -share/icons/HighContrastLargePrint/48x48/mimetypes/tgz.png -share/icons/HighContrastLargePrint/48x48/mimetypes/txt.png -share/icons/HighContrastLargePrint/48x48/mimetypes/txt2.png -share/icons/HighContrastLargePrint/48x48/mimetypes/unknown.png -share/icons/HighContrastLargePrint/48x48/mimetypes/vcard.png -share/icons/HighContrastLargePrint/48x48/mimetypes/video-x-generic.png -share/icons/HighContrastLargePrint/48x48/mimetypes/video.png -share/icons/HighContrastLargePrint/48x48/mimetypes/x-office-address-book.png -share/icons/HighContrastLargePrint/48x48/mimetypes/zip.png -share/icons/HighContrastLargePrint/48x48/places/desktop.png -share/icons/HighContrastLargePrint/48x48/places/distributor-logo.png -share/icons/HighContrastLargePrint/48x48/places/emptytrash.png -share/icons/HighContrastLargePrint/48x48/places/folder-remote.png -share/icons/HighContrastLargePrint/48x48/places/folder.icon -share/icons/HighContrastLargePrint/48x48/places/folder.png -share/icons/HighContrastLargePrint/48x48/places/folder_home.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-desktop.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-directory.icon -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-directory.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-ftp.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-home.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-network.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-nfs.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-server.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-share.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-smb.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-ssh.png -share/icons/HighContrastLargePrint/48x48/places/gnome-fs-trash-empty.png -share/icons/HighContrastLargePrint/48x48/places/gnome-main-menu.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-nfs-server.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-server.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-share.png -share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/HighContrastLargePrint/48x48/places/gnome-stock-trash.png -share/icons/HighContrastLargePrint/48x48/places/gtk-directory.icon -share/icons/HighContrastLargePrint/48x48/places/gtk-directory.png -share/icons/HighContrastLargePrint/48x48/places/gtk-network.png -share/icons/HighContrastLargePrint/48x48/places/inode-directory.icon -share/icons/HighContrastLargePrint/48x48/places/inode-directory.png -share/icons/HighContrastLargePrint/48x48/places/network-server.png -share/icons/HighContrastLargePrint/48x48/places/network-workgroup.png -share/icons/HighContrastLargePrint/48x48/places/network.png -share/icons/HighContrastLargePrint/48x48/places/network_local.png -share/icons/HighContrastLargePrint/48x48/places/novell-button.png -share/icons/HighContrastLargePrint/48x48/places/redhat-network-server.png -share/icons/HighContrastLargePrint/48x48/places/server.png -share/icons/HighContrastLargePrint/48x48/places/start-here.png -share/icons/HighContrastLargePrint/48x48/places/stock_folder.icon -share/icons/HighContrastLargePrint/48x48/places/stock_folder.png -share/icons/HighContrastLargePrint/48x48/places/trashcan_empty.png -share/icons/HighContrastLargePrint/48x48/places/user-desktop.png -share/icons/HighContrastLargePrint/48x48/places/user-home.png -share/icons/HighContrastLargePrint/48x48/places/user-trash.png -share/icons/HighContrastLargePrint/48x48/places/xfce-trash_empty.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-high.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-low.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-medium.png -share/icons/HighContrastLargePrint/48x48/status/audio-volume-muted.png -share/icons/HighContrastLargePrint/48x48/status/connect_creating.png -share/icons/HighContrastLargePrint/48x48/status/connect_established.png -share/icons/HighContrastLargePrint/48x48/status/connect_no.png -share/icons/HighContrastLargePrint/48x48/status/edittrash.png -share/icons/HighContrastLargePrint/48x48/status/folder-drag-accept.icon -share/icons/HighContrastLargePrint/48x48/status/folder-drag-accept.png -share/icons/HighContrastLargePrint/48x48/status/gnome-fs-directory-accept.icon -share/icons/HighContrastLargePrint/48x48/status/gnome-fs-directory-accept.png -share/icons/HighContrastLargePrint/48x48/status/gnome-fs-trash-full.png -share/icons/HighContrastLargePrint/48x48/status/gnome-netstatus-disconn.png -share/icons/HighContrastLargePrint/48x48/status/gnome-netstatus-error.png -share/icons/HighContrastLargePrint/48x48/status/gnome-netstatus-idle.png -share/icons/HighContrastLargePrint/48x48/status/gnome-netstatus-rx.png -share/icons/HighContrastLargePrint/48x48/status/gnome-netstatus-tx.png -share/icons/HighContrastLargePrint/48x48/status/gnome-netstatus-txrx.png -share/icons/HighContrastLargePrint/48x48/status/gnome-stock-trash-full.png -share/icons/HighContrastLargePrint/48x48/status/network-error.png -share/icons/HighContrastLargePrint/48x48/status/network-idle.png -share/icons/HighContrastLargePrint/48x48/status/network-offline.png -share/icons/HighContrastLargePrint/48x48/status/network-receive.png -share/icons/HighContrastLargePrint/48x48/status/network-transmit-receive.png -share/icons/HighContrastLargePrint/48x48/status/network-transmit.png -share/icons/HighContrastLargePrint/48x48/status/nm-adhoc.png -share/icons/HighContrastLargePrint/48x48/status/nm-device-wired.png -share/icons/HighContrastLargePrint/48x48/status/nm-device-wireless.png -share/icons/HighContrastLargePrint/48x48/status/nm-no-connection.png -share/icons/HighContrastLargePrint/48x48/status/stock_trash_full.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-0.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-max.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-med.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-min.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume-mute.png -share/icons/HighContrastLargePrint/48x48/status/stock_volume.png -share/icons/HighContrastLargePrint/48x48/status/trashcan_full.png -share/icons/HighContrastLargePrint/48x48/status/user-trash-full.png -share/icons/HighContrastLargePrint/48x48/status/xfce-trash_full.png -share/icons/HighContrastLargePrint/index.theme -share/icons/HighContrastLargePrintInverse/36x36/animations/gnome-spinner-rest.png -share/icons/HighContrastLargePrintInverse/36x36/animations/gnome-spinner.png -share/icons/HighContrastLargePrintInverse/36x36/animations/process-idle.png -share/icons/HighContrastLargePrintInverse/36x36/animations/process-working.png -share/icons/HighContrastLargePrintInverse/48x48/actions/exit.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-logout.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-run.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-searchtool.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-shutdown.png -share/icons/HighContrastLargePrintInverse/48x48/actions/go-home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gohome.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-execute.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-media-pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-refresh.png -share/icons/HighContrastLargePrintInverse/48x48/actions/insert-image.png -share/icons/HighContrastLargePrintInverse/48x48/actions/insert-text.png -share/icons/HighContrastLargePrintInverse/48x48/actions/kfind.png -share/icons/HighContrastLargePrintInverse/48x48/actions/kfm_home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/mail-send-receive.png -share/icons/HighContrastLargePrintInverse/48x48/actions/media-playback-pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/player_pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/redhat-home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload3.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload_all_tabs.png -share/icons/HighContrastLargePrintInverse/48x48/actions/reload_page.png -share/icons/HighContrastLargePrintInverse/48x48/actions/search.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_home.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_mail-send-receive.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_media-pause.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_new-tab.png -share/icons/HighContrastLargePrintInverse/48x48/actions/stock_refresh.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-log-out.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-run.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-search.png -share/icons/HighContrastLargePrintInverse/48x48/actions/system-shutdown.png -share/icons/HighContrastLargePrintInverse/48x48/actions/view-refresh.png -share/icons/HighContrastLargePrintInverse/48x48/apps/access.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessibility-directory.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-calculator.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-character-map.png -share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-text-editor.png -share/icons/HighContrastLargePrintInverse/48x48/apps/advanced-directory.png -share/icons/HighContrastLargePrintInverse/48x48/apps/applets-screenshooter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/arts.png -share/icons/HighContrastLargePrintInverse/48x48/apps/ax-applet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/background.png -share/icons/HighContrastLargePrintInverse/48x48/apps/calc.png -share/icons/HighContrastLargePrintInverse/48x48/apps/charpick.png -share/icons/HighContrastLargePrintInverse/48x48/apps/clock.png -share/icons/HighContrastLargePrintInverse/48x48/apps/config-language.png -share/icons/HighContrastLargePrintInverse/48x48/apps/display-capplet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/eog.png -share/icons/HighContrastLargePrintInverse/48x48/apps/evince.png -share/icons/HighContrastLargePrintInverse/48x48/apps/evolution.png -share/icons/HighContrastLargePrintInverse/48x48/apps/file-manager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/file-roller.png -share/icons/HighContrastLargePrintInverse/48x48/apps/fonts.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gdict.png -share/icons/HighContrastLargePrintInverse/48x48/apps/ghex.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gimp.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gkb.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-application-generic.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-audio2.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-calc3.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-calculator.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ccmime.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ccscreensaver.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-cd.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-character-map.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-folder-generic.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-grecord.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-help.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-home.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-info.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-log.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-logo-icon-transparent.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mailcheck.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mini-commander.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer-applet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-panel.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation-rest.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-session.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-accessibility-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-accessibility-technologies.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-background.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-default-applications.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-font.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-keybindings.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-sound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-theme.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-ui-behavior.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-starthere.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-window-manager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-windows.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-workspace.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gok.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gucharmap.png -share/icons/HighContrastLargePrintInverse/48x48/apps/help-browser.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcalc.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcharselect.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcmkwm.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kcmsound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kedit.png -share/icons/HighContrastLargePrintInverse/48x48/apps/key_bindings.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kfm.png -share/icons/HighContrastLargePrintInverse/48x48/apps/khelpcenter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/knotify.png -share/icons/HighContrastLargePrintInverse/48x48/apps/konsole.png -share/icons/HighContrastLargePrintInverse/48x48/apps/kwin.png -share/icons/HighContrastLargePrintInverse/48x48/apps/launcher-program.png -share/icons/HighContrastLargePrintInverse/48x48/apps/locale.png -share/icons/HighContrastLargePrintInverse/48x48/apps/mozilla-icon.png -share/icons/HighContrastLargePrintInverse/48x48/apps/multimedia-volume-control.png -share/icons/HighContrastLargePrintInverse/48x48/apps/multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/apps/openterm.png -share/icons/HighContrastLargePrintInverse/48x48/apps/orca.png -share/icons/HighContrastLargePrintInverse/48x48/apps/panel-drawer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/panel-force-quit.png -share/icons/HighContrastLargePrintInverse/48x48/apps/perfmeter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-accessibility.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-font.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-locale.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-sound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-theme.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-wallpaper.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-system-session.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-system-windows.png -share/icons/HighContrastLargePrintInverse/48x48/apps/redhat-filemanager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/session-properties.png -share/icons/HighContrastLargePrintInverse/48x48/apps/smc.png -share/icons/HighContrastLargePrintInverse/48x48/apps/sound-juicer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/star.png -share/icons/HighContrastLargePrintInverse/48x48/apps/style.png -share/icons/HighContrastLargePrintInverse/48x48/apps/susehelpcenter.png -share/icons/HighContrastLargePrintInverse/48x48/apps/system-file-manager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/text-editor.png -share/icons/HighContrastLargePrintInverse/48x48/apps/utilities-terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/volume-knob.png -share/icons/HighContrastLargePrintInverse/48x48/apps/wallpaper.png -share/icons/HighContrastLargePrintInverse/48x48/apps/window-capplet.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce-filemanager.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce-terminal.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-backdrop.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-mixer.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-session.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-sound.png -share/icons/HighContrastLargePrintInverse/48x48/apps/xfwm4.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-accessories.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-development.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-engineering.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-other.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-science.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/applications-utilities.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-applications.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-control-center.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-devel.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-globe.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-joystick.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-other.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-util.png -share/icons/HighContrastLargePrintInverse/48x48/categories/gtk-preferences.png -share/icons/HighContrastLargePrintInverse/48x48/categories/input_devices_settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/kcontrol.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_development.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_network.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/package_utilities.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-peripherals.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-personal.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-other.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-system-network.png -share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-system.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-accessories.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-preferences.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-programming.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-sound_video.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-system_settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-system_tools.png -share/icons/HighContrastLargePrintInverse/48x48/categories/stock_internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-games.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-graphics.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-internet.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-multimedia.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-office.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-system-settings.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-utils.png -share/icons/HighContrastLargePrintInverse/48x48/categories/xfce4-settings.png -share/icons/HighContrastLargePrintInverse/48x48/devices/3floppy_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/cdrom_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/cdwriter_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/computer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-harddisk.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-optical.png -share/icons/HighContrastLargePrintInverse/48x48/devices/drive-removable-media.png -share/icons/HighContrastLargePrintInverse/48x48/devices/dvd_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-cdrom-audio.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-computer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-cdr.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-cdrw.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr-plus.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdram.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrw.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-dvd.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk-1394.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk-usb.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-mouse-ball.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-mouse-optical.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer-network.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer-new.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable-1394.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable-usb.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-wavelan.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-fs-client.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-harddisk.png -share/icons/HighContrastLargePrintInverse/48x48/devices/harddrive.png -share/icons/HighContrastLargePrintInverse/48x48/devices/hdd_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/input-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/input-mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/kjobviewer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/kxkb.png -share/icons/HighContrastLargePrintInverse/48x48/devices/media-cdrom.png -share/icons/HighContrastLargePrintInverse/48x48/devices/media-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/media-optical.png -share/icons/HighContrastLargePrintInverse/48x48/devices/mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/network-wireless.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printer-remote.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printer1.png -share/icons/HighContrastLargePrintInverse/48x48/devices/printmgr.png -share/icons/HighContrastLargePrintInverse/48x48/devices/stock_printers.png -share/icons/HighContrastLargePrintInverse/48x48/devices/system-floppy.png -share/icons/HighContrastLargePrintInverse/48x48/devices/system.png -share/icons/HighContrastLargePrintInverse/48x48/devices/usbpendrive_unmount.png -share/icons/HighContrastLargePrintInverse/48x48/devices/xfce-printer.png -share/icons/HighContrastLargePrintInverse/48x48/devices/xfce4-keyboard.png -share/icons/HighContrastLargePrintInverse/48x48/devices/xfce4-mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_HD.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_idetude.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_mouse.png -share/icons/HighContrastLargePrintInverse/48x48/devices/yast_printer.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-default.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-important.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-noread.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-personal.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-special.png -share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-unreadable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-x-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/ascii.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/audio-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/binary.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/contents2.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/deb.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/document.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/empty.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/exec.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/folder_tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_bitmap.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_truetype.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_type1.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-fs-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-fs-regular.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-magicpoint.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-msword.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-ogg.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-pdf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-postscript.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-rtf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-wordperfect.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-abiword.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-applix-word.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-archive.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-arj.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compress.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-core-file.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-deb.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-dvi.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-afm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-bdf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-pcf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-ttf.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzip.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-jar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kpresenter.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kword.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lha.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lhz.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rpm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-scribus.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-stuffit.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tarz.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tex.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-zip.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-audio.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-image.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcalendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcard.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-video.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-x-font-afm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-package.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gtk-file.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/image-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/image.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/kpresenter_kpr.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/mime_ascii.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/misc.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package_editors.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package_wordprocessing.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/plan.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/rpm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/sound.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_addressbook.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_calendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/template_source.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-generic-template.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-preview.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tgz.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/txt.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/txt2.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/unknown.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/vcalendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/vcard.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/wordprocessing.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-address-book.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-calendar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-document.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-presentation.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/zip.png -share/icons/HighContrastLargePrintInverse/48x48/places/desktop.png -share/icons/HighContrastLargePrintInverse/48x48/places/distributor-logo.png -share/icons/HighContrastLargePrintInverse/48x48/places/emptytrash.png -share/icons/HighContrastLargePrintInverse/48x48/places/folder-remote.png -share/icons/HighContrastLargePrintInverse/48x48/places/folder.icon -share/icons/HighContrastLargePrintInverse/48x48/places/folder.png -share/icons/HighContrastLargePrintInverse/48x48/places/folder_home.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-directory.icon -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-directory.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-ftp.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-home.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-network.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-nfs.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-share.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-smb.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-ssh.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-trash-empty.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-main-menu.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-nfs-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-share.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-workgroup.png -share/icons/HighContrastLargePrintInverse/48x48/places/gnome-stock-trash.png -share/icons/HighContrastLargePrintInverse/48x48/places/gtk-directory.icon -share/icons/HighContrastLargePrintInverse/48x48/places/gtk-directory.png -share/icons/HighContrastLargePrintInverse/48x48/places/gtk-network.png -share/icons/HighContrastLargePrintInverse/48x48/places/inode-directory.icon -share/icons/HighContrastLargePrintInverse/48x48/places/inode-directory.png -share/icons/HighContrastLargePrintInverse/48x48/places/network-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/network-workgroup.png -share/icons/HighContrastLargePrintInverse/48x48/places/network.png -share/icons/HighContrastLargePrintInverse/48x48/places/network_local.png -share/icons/HighContrastLargePrintInverse/48x48/places/novell-button.png -share/icons/HighContrastLargePrintInverse/48x48/places/redhat-network-server.png -share/icons/HighContrastLargePrintInverse/48x48/places/server.png -share/icons/HighContrastLargePrintInverse/48x48/places/start-here.png -share/icons/HighContrastLargePrintInverse/48x48/places/stock_folder.icon -share/icons/HighContrastLargePrintInverse/48x48/places/stock_folder.png -share/icons/HighContrastLargePrintInverse/48x48/places/trashcan_empty.png -share/icons/HighContrastLargePrintInverse/48x48/places/user-desktop.png -share/icons/HighContrastLargePrintInverse/48x48/places/user-home.png -share/icons/HighContrastLargePrintInverse/48x48/places/user-trash.png -share/icons/HighContrastLargePrintInverse/48x48/places/xfce-trash_empty.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-high.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-low.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-medium.png -share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-muted.png -share/icons/HighContrastLargePrintInverse/48x48/status/battery-caution.png -share/icons/HighContrastLargePrintInverse/48x48/status/battery-low.png -share/icons/HighContrastLargePrintInverse/48x48/status/connect_creating.png -share/icons/HighContrastLargePrintInverse/48x48/status/connect_established.png -share/icons/HighContrastLargePrintInverse/48x48/status/connect_no.png -share/icons/HighContrastLargePrintInverse/48x48/status/edittrash.png -share/icons/HighContrastLargePrintInverse/48x48/status/folder-drag-accept.icon -share/icons/HighContrastLargePrintInverse/48x48/status/folder-drag-accept.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-directory-accept.icon -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-directory-accept.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-trash-full.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-netstatus-disconn.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-netstatus-error.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-netstatus-idle.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-netstatus-rx.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-netstatus-tx.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-netstatus-txrx.png -share/icons/HighContrastLargePrintInverse/48x48/status/gnome-stock-trash-full.png -share/icons/HighContrastLargePrintInverse/48x48/status/media-playlist-repeat.png -share/icons/HighContrastLargePrintInverse/48x48/status/media-playlist-shuffle.png -share/icons/HighContrastLargePrintInverse/48x48/status/network-error.png -share/icons/HighContrastLargePrintInverse/48x48/status/network-idle.png -share/icons/HighContrastLargePrintInverse/48x48/status/network-offline.png -share/icons/HighContrastLargePrintInverse/48x48/status/network-receive.png -share/icons/HighContrastLargePrintInverse/48x48/status/network-transmit-receive.png -share/icons/HighContrastLargePrintInverse/48x48/status/network-transmit.png -share/icons/HighContrastLargePrintInverse/48x48/status/nm-adhoc.png -share/icons/HighContrastLargePrintInverse/48x48/status/nm-device-wired.png -share/icons/HighContrastLargePrintInverse/48x48/status/nm-device-wireless.png -share/icons/HighContrastLargePrintInverse/48x48/status/nm-no-connection.png -share/icons/HighContrastLargePrintInverse/48x48/status/printer-error.png -share/icons/HighContrastLargePrintInverse/48x48/status/printer-printing.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_repeat.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_shuffle.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_trash_full.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-0.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-max.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-med.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-min.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-mute.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-cloudy.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-few-clouds.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-fog.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-night-clear.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-night-few-clouds.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-showers.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-snow.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-storm.png -share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-sunny.png -share/icons/HighContrastLargePrintInverse/48x48/status/sunny.png -share/icons/HighContrastLargePrintInverse/48x48/status/trashcan_full.png -share/icons/HighContrastLargePrintInverse/48x48/status/user-trash-full.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-clear-night.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-clear.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-few-clouds-night.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-few-clouds.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-fog.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-overcast.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-showers-scattered.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-showers.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-snow.png -share/icons/HighContrastLargePrintInverse/48x48/status/weather-storm.png -share/icons/HighContrastLargePrintInverse/48x48/status/xfce-trash_full.png -share/icons/HighContrastLargePrintInverse/index.theme -share/icons/LargePrint/index.theme -share/icons/Mist/16x16/actions/document-open.png -share/icons/Mist/16x16/actions/fileopen.png -share/icons/Mist/16x16/actions/gtk-open.png -share/icons/Mist/16x16/places/application-x-gnome-saved-search.png -share/icons/Mist/16x16/places/folder-new.png -share/icons/Mist/16x16/places/folder-remote.png -share/icons/Mist/16x16/places/folder-saved-search.png -share/icons/Mist/16x16/places/folder.png -share/icons/Mist/16x16/places/folder_home.png -share/icons/Mist/16x16/places/gnome-fs-directory.png -share/icons/Mist/16x16/places/gnome-fs-ftp.png -share/icons/Mist/16x16/places/gnome-fs-home.png -share/icons/Mist/16x16/places/gnome-fs-nfs.png -share/icons/Mist/16x16/places/gnome-fs-share.png -share/icons/Mist/16x16/places/gnome-fs-smb.png -share/icons/Mist/16x16/places/gnome-fs-ssh.png -share/icons/Mist/16x16/places/gnome-mime-x-directory-smb-share.png -share/icons/Mist/16x16/places/gtk-directory.png -share/icons/Mist/16x16/places/inode-directory.png -share/icons/Mist/16x16/places/network.png -share/icons/Mist/16x16/places/stock_folder.png -share/icons/Mist/16x16/places/user-home.png -share/icons/Mist/16x16/status/folder-drag-accept.svg -share/icons/Mist/16x16/status/folder-open.svg -share/icons/Mist/16x16/status/folder-visiting.png -share/icons/Mist/16x16/status/folder_open.svg -share/icons/Mist/16x16/status/gnome-fs-directory-accept.svg -share/icons/Mist/16x16/status/gnome-fs-directory-visiting.png -share/icons/Mist/16x16/status/stock_open.svg -share/icons/Mist/22x22/actions/document-open.png -share/icons/Mist/22x22/actions/fileopen.png -share/icons/Mist/22x22/actions/gtk-open.png -share/icons/Mist/22x22/places/application-x-gnome-saved-search.png -share/icons/Mist/22x22/places/folder-new.png -share/icons/Mist/22x22/places/folder-remote.png -share/icons/Mist/22x22/places/folder-saved-search.png -share/icons/Mist/22x22/places/folder.png -share/icons/Mist/22x22/places/folder_home.svg -share/icons/Mist/22x22/places/gnome-fs-directory.png -share/icons/Mist/22x22/places/gnome-fs-ftp.png -share/icons/Mist/22x22/places/gnome-fs-home.svg -share/icons/Mist/22x22/places/gnome-fs-nfs.png -share/icons/Mist/22x22/places/gnome-fs-share.png -share/icons/Mist/22x22/places/gnome-fs-smb.png -share/icons/Mist/22x22/places/gnome-fs-ssh.png -share/icons/Mist/22x22/places/gnome-mime-x-directory-smb-share.png -share/icons/Mist/22x22/places/gtk-directory.png -share/icons/Mist/22x22/places/inode-directory.png -share/icons/Mist/22x22/places/network.png -share/icons/Mist/22x22/places/stock_folder.png -share/icons/Mist/22x22/places/user-home.svg -share/icons/Mist/22x22/status/folder-drag-accept.png -share/icons/Mist/22x22/status/folder-open.png -share/icons/Mist/22x22/status/folder-visiting.png -share/icons/Mist/22x22/status/folder_open.png -share/icons/Mist/22x22/status/gnome-fs-directory-accept.png -share/icons/Mist/22x22/status/gnome-fs-directory-visiting.png -share/icons/Mist/22x22/status/stock_open.png -share/icons/Mist/24x24/actions/document-open.png -share/icons/Mist/24x24/actions/fileopen.png -share/icons/Mist/24x24/actions/gtk-open.png -share/icons/Mist/24x24/places/application-x-gnome-saved-search.png -share/icons/Mist/24x24/places/folder-new.png -share/icons/Mist/24x24/places/folder-remote.png -share/icons/Mist/24x24/places/folder-saved-search.png -share/icons/Mist/24x24/places/folder.png -share/icons/Mist/24x24/places/folder_home.png -share/icons/Mist/24x24/places/gnome-fs-directory.png -share/icons/Mist/24x24/places/gnome-fs-ftp.png -share/icons/Mist/24x24/places/gnome-fs-home.png -share/icons/Mist/24x24/places/gnome-fs-nfs.png -share/icons/Mist/24x24/places/gnome-fs-share.png -share/icons/Mist/24x24/places/gnome-fs-smb.png -share/icons/Mist/24x24/places/gnome-fs-ssh.png -share/icons/Mist/24x24/places/gnome-mime-x-directory-smb-share.png -share/icons/Mist/24x24/places/gtk-directory.png -share/icons/Mist/24x24/places/inode-directory.png -share/icons/Mist/24x24/places/network.png -share/icons/Mist/24x24/places/stock_folder.png -share/icons/Mist/24x24/places/user-home.png -share/icons/Mist/24x24/status/folder-drag-accept.png -share/icons/Mist/24x24/status/folder-open.png -share/icons/Mist/24x24/status/folder-visiting.png -share/icons/Mist/24x24/status/folder_open.png -share/icons/Mist/24x24/status/gnome-fs-directory-accept.png -share/icons/Mist/24x24/status/gnome-fs-directory-visiting.png -share/icons/Mist/24x24/status/stock_open.png -share/icons/Mist/32x32/actions/document-open.svg -share/icons/Mist/32x32/actions/fileopen.svg -share/icons/Mist/32x32/actions/gtk-open.svg -share/icons/Mist/32x32/places/application-x-gnome-saved-search.svg -share/icons/Mist/32x32/places/folder-new.svg -share/icons/Mist/32x32/places/folder-remote.svg -share/icons/Mist/32x32/places/folder-saved-search.svg -share/icons/Mist/32x32/places/folder.svg -share/icons/Mist/32x32/places/folder_home.svg -share/icons/Mist/32x32/places/gnome-fs-directory.svg -share/icons/Mist/32x32/places/gnome-fs-ftp.svg -share/icons/Mist/32x32/places/gnome-fs-home.svg -share/icons/Mist/32x32/places/gnome-fs-nfs.svg -share/icons/Mist/32x32/places/gnome-fs-share.svg -share/icons/Mist/32x32/places/gnome-fs-smb.svg -share/icons/Mist/32x32/places/gnome-fs-ssh.svg -share/icons/Mist/32x32/places/gnome-mime-x-directory-smb-share.svg -share/icons/Mist/32x32/places/gtk-directory.svg -share/icons/Mist/32x32/places/inode-directory.svg -share/icons/Mist/32x32/places/network.svg -share/icons/Mist/32x32/places/stock_folder.svg -share/icons/Mist/32x32/places/user-home.svg -share/icons/Mist/32x32/status/folder-drag-accept.svg -share/icons/Mist/32x32/status/folder-open.svg -share/icons/Mist/32x32/status/folder-visiting.png -share/icons/Mist/32x32/status/folder_open.svg -share/icons/Mist/32x32/status/gnome-fs-directory-accept.svg -share/icons/Mist/32x32/status/gnome-fs-directory-visiting.png -share/icons/Mist/32x32/status/stock_open.svg -share/icons/Mist/index.theme -share/icons/Mist/scalable/actions/document-open.svg -share/icons/Mist/scalable/actions/fileopen.svg -share/icons/Mist/scalable/actions/gtk-open.svg -share/icons/Mist/scalable/places/application-x-gnome-saved-search.svg -share/icons/Mist/scalable/places/folder-new.svg -share/icons/Mist/scalable/places/folder-remote.svg -share/icons/Mist/scalable/places/folder-saved-search.svg -share/icons/Mist/scalable/places/folder.svg -share/icons/Mist/scalable/places/folder_home.svg -share/icons/Mist/scalable/places/gnome-fs-directory.svg -share/icons/Mist/scalable/places/gnome-fs-ftp.svg -share/icons/Mist/scalable/places/gnome-fs-home.svg -share/icons/Mist/scalable/places/gnome-fs-nfs.svg -share/icons/Mist/scalable/places/gnome-fs-share.svg -share/icons/Mist/scalable/places/gnome-fs-smb.svg -share/icons/Mist/scalable/places/gnome-fs-ssh.svg -share/icons/Mist/scalable/places/gnome-mime-x-directory-smb-share.svg -share/icons/Mist/scalable/places/gtk-directory.svg -share/icons/Mist/scalable/places/inode-directory.svg -share/icons/Mist/scalable/places/network.svg -share/icons/Mist/scalable/places/stock_folder.svg -share/icons/Mist/scalable/places/user-home.svg -share/icons/Mist/scalable/status/folder-drag-accept.svg -share/icons/Mist/scalable/status/folder-open.svg -share/icons/Mist/scalable/status/folder-visiting.svg -share/icons/Mist/scalable/status/folder_open.svg -share/icons/Mist/scalable/status/gnome-fs-directory-accept.svg -share/icons/Mist/scalable/status/gnome-fs-directory-visiting.svg -share/icons/Mist/scalable/status/stock_open.svg -share/locale/af/LC_MESSAGES/gnome-themes.mo -share/locale/am/LC_MESSAGES/gnome-themes.mo -share/locale/ar/LC_MESSAGES/gnome-themes.mo -share/locale/as/LC_MESSAGES/gnome-themes.mo -share/locale/ast/LC_MESSAGES/gnome-themes.mo -share/locale/az/LC_MESSAGES/gnome-themes.mo -share/locale/be/LC_MESSAGES/gnome-themes.mo -share/locale/be@latin/LC_MESSAGES/gnome-themes.mo -share/locale/bg/LC_MESSAGES/gnome-themes.mo -share/locale/bn/LC_MESSAGES/gnome-themes.mo -share/locale/bn_IN/LC_MESSAGES/gnome-themes.mo -share/locale/br/LC_MESSAGES/gnome-themes.mo -share/locale/bs/LC_MESSAGES/gnome-themes.mo -share/locale/ca/LC_MESSAGES/gnome-themes.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-themes.mo -share/locale/crh/LC_MESSAGES/gnome-themes.mo -share/locale/cs/LC_MESSAGES/gnome-themes.mo -share/locale/cy/LC_MESSAGES/gnome-themes.mo -share/locale/da/LC_MESSAGES/gnome-themes.mo -share/locale/de/LC_MESSAGES/gnome-themes.mo -share/locale/dz/LC_MESSAGES/gnome-themes.mo -share/locale/el/LC_MESSAGES/gnome-themes.mo -share/locale/en@shaw/LC_MESSAGES/gnome-themes.mo -share/locale/en_CA/LC_MESSAGES/gnome-themes.mo -share/locale/en_GB/LC_MESSAGES/gnome-themes.mo -share/locale/es/LC_MESSAGES/gnome-themes.mo -share/locale/et/LC_MESSAGES/gnome-themes.mo -share/locale/eu/LC_MESSAGES/gnome-themes.mo -share/locale/fa/LC_MESSAGES/gnome-themes.mo -share/locale/fi/LC_MESSAGES/gnome-themes.mo -share/locale/fr/LC_MESSAGES/gnome-themes.mo -share/locale/fur/LC_MESSAGES/gnome-themes.mo -share/locale/ga/LC_MESSAGES/gnome-themes.mo -share/locale/gl/LC_MESSAGES/gnome-themes.mo -share/locale/gu/LC_MESSAGES/gnome-themes.mo -share/locale/he/LC_MESSAGES/gnome-themes.mo -share/locale/hi/LC_MESSAGES/gnome-themes.mo -share/locale/hr/LC_MESSAGES/gnome-themes.mo -share/locale/hu/LC_MESSAGES/gnome-themes.mo -share/locale/id/LC_MESSAGES/gnome-themes.mo -share/locale/is/LC_MESSAGES/gnome-themes.mo -share/locale/it/LC_MESSAGES/gnome-themes.mo -share/locale/ja/LC_MESSAGES/gnome-themes.mo -share/locale/ka/LC_MESSAGES/gnome-themes.mo -share/locale/kn/LC_MESSAGES/gnome-themes.mo -share/locale/ko/LC_MESSAGES/gnome-themes.mo -share/locale/ku/LC_MESSAGES/gnome-themes.mo -share/locale/ky/LC_MESSAGES/gnome-themes.mo -share/locale/li/LC_MESSAGES/gnome-themes.mo -share/locale/lt/LC_MESSAGES/gnome-themes.mo -share/locale/lv/LC_MESSAGES/gnome-themes.mo -share/locale/mai/LC_MESSAGES/gnome-themes.mo -share/locale/mg/LC_MESSAGES/gnome-themes.mo -share/locale/mk/LC_MESSAGES/gnome-themes.mo -share/locale/ml/LC_MESSAGES/gnome-themes.mo -share/locale/mn/LC_MESSAGES/gnome-themes.mo -share/locale/mr/LC_MESSAGES/gnome-themes.mo -share/locale/ms/LC_MESSAGES/gnome-themes.mo -share/locale/nb/LC_MESSAGES/gnome-themes.mo -share/locale/nds/LC_MESSAGES/gnome-themes.mo -share/locale/ne/LC_MESSAGES/gnome-themes.mo -share/locale/nl/LC_MESSAGES/gnome-themes.mo -share/locale/nn/LC_MESSAGES/gnome-themes.mo -share/locale/oc/LC_MESSAGES/gnome-themes.mo -share/locale/or/LC_MESSAGES/gnome-themes.mo -share/locale/pa/LC_MESSAGES/gnome-themes.mo -share/locale/pl/LC_MESSAGES/gnome-themes.mo -share/locale/pt/LC_MESSAGES/gnome-themes.mo -share/locale/pt_BR/LC_MESSAGES/gnome-themes.mo -share/locale/ro/LC_MESSAGES/gnome-themes.mo -share/locale/ru/LC_MESSAGES/gnome-themes.mo -share/locale/rw/LC_MESSAGES/gnome-themes.mo -share/locale/si/LC_MESSAGES/gnome-themes.mo -share/locale/sk/LC_MESSAGES/gnome-themes.mo -share/locale/sl/LC_MESSAGES/gnome-themes.mo -share/locale/sq/LC_MESSAGES/gnome-themes.mo -share/locale/sr/LC_MESSAGES/gnome-themes.mo -share/locale/sr@latin/LC_MESSAGES/gnome-themes.mo -share/locale/sv/LC_MESSAGES/gnome-themes.mo -share/locale/ta/LC_MESSAGES/gnome-themes.mo -share/locale/te/LC_MESSAGES/gnome-themes.mo -share/locale/th/LC_MESSAGES/gnome-themes.mo -share/locale/tr/LC_MESSAGES/gnome-themes.mo -share/locale/ug/LC_MESSAGES/gnome-themes.mo -share/locale/uk/LC_MESSAGES/gnome-themes.mo -share/locale/vi/LC_MESSAGES/gnome-themes.mo -share/locale/wa/LC_MESSAGES/gnome-themes.mo -share/locale/xh/LC_MESSAGES/gnome-themes.mo -share/locale/zh_CN/LC_MESSAGES/gnome-themes.mo -share/locale/zh_HK/LC_MESSAGES/gnome-themes.mo -share/locale/zh_TW/LC_MESSAGES/gnome-themes.mo -share/themes/Clearlooks/index.theme -share/themes/Clearlooks/metacity-1/metacity-theme-1.xml -share/themes/ClearlooksClassic/gtk-2.0/gtkrc -share/themes/ClearlooksClassic/metacity-1/metacity-theme-1.xml -share/themes/Crux/index.theme -share/themes/Glider/gtk-2.0/gtkrc -share/themes/Glider/index.theme -share/themes/Glider/metacity-1/metacity-theme-1.xml -share/themes/Glossy/gtk-2.0/gtkrc -share/themes/Glossy/index.theme -share/themes/Glossy/metacity-1/metacity-theme-1.xml -share/themes/HighContrast/gtk-2.0/gtkrc -share/themes/HighContrast/index.theme -share/themes/HighContrastInverse/gtk-2.0/gtkrc -share/themes/HighContrastInverse/index.theme -share/themes/HighContrastLargePrint/gtk-2.0/gtkrc -share/themes/HighContrastLargePrint/index.theme.disabled -share/themes/HighContrastLargePrint/pixmaps/double-click-maybe.png -share/themes/HighContrastLargePrint/pixmaps/double-click-off.png -share/themes/HighContrastLargePrint/pixmaps/double-click-on.png -share/themes/HighContrastLargePrint/pixmaps/media-backward.png -share/themes/HighContrastLargePrint/pixmaps/media-eject.png -share/themes/HighContrastLargePrint/pixmaps/media-forward.png -share/themes/HighContrastLargePrint/pixmaps/media-next.png -share/themes/HighContrastLargePrint/pixmaps/media-pause.png -share/themes/HighContrastLargePrint/pixmaps/media-play.png -share/themes/HighContrastLargePrint/pixmaps/media-prev.png -share/themes/HighContrastLargePrint/pixmaps/media-record.png -share/themes/HighContrastLargePrint/pixmaps/media-stop.png -share/themes/HighContrastLargePrint/pixmaps/metacity-delete.png -share/themes/HighContrastLargePrint/pixmaps/metacity-maximize.png -share/themes/HighContrastLargePrint/pixmaps/metacity-minimize.png -share/themes/HighContrastLargePrint/pixmaps/printer-broken.png -share/themes/HighContrastLargePrint/pixmaps/printer-default.png -share/themes/HighContrastLargePrint/pixmaps/printer-inkjet.png -share/themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png -share/themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png -share/themes/HighContrastLargePrint/pixmaps/stock_about.png -share/themes/HighContrastLargePrint/pixmaps/stock_accessories.png -share/themes/HighContrastLargePrint/pixmaps/stock_add.png -share/themes/HighContrastLargePrint/pixmaps/stock_amusements.png -share/themes/HighContrastLargePrint/pixmaps/stock_apply.png -share/themes/HighContrastLargePrint/pixmaps/stock_attach.png -share/themes/HighContrastLargePrint/pixmaps/stock_bold.png -share/themes/HighContrastLargePrint/pixmaps/stock_book.png -share/themes/HighContrastLargePrint/pixmaps/stock_cancel.png -share/themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png -share/themes/HighContrastLargePrint/pixmaps/stock_cdrom.png -share/themes/HighContrastLargePrint/pixmaps/stock_clear.png -share/themes/HighContrastLargePrint/pixmaps/stock_close.png -share/themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm -share/themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm -share/themes/HighContrastLargePrint/pixmaps/stock_connect.png -share/themes/HighContrastLargePrint/pixmaps/stock_convert.png -share/themes/HighContrastLargePrint/pixmaps/stock_copy.png -share/themes/HighContrastLargePrint/pixmaps/stock_cut.png -share/themes/HighContrastLargePrint/pixmaps/stock_delete.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png -share/themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png -share/themes/HighContrastLargePrint/pixmaps/stock_disconnect.png -share/themes/HighContrastLargePrint/pixmaps/stock_dnd.png -share/themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png -share/themes/HighContrastLargePrint/pixmaps/stock_drawer.png -share/themes/HighContrastLargePrint/pixmaps/stock_edit.png -share/themes/HighContrastLargePrint/pixmaps/stock_empty.png -share/themes/HighContrastLargePrint/pixmaps/stock_execute.png -share/themes/HighContrastLargePrint/pixmaps/stock_export.png -share/themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png -share/themes/HighContrastLargePrint/pixmaps/stock_find.png -share/themes/HighContrastLargePrint/pixmaps/stock_floppy.png -share/themes/HighContrastLargePrint/pixmaps/stock_gnome-logo.png -share/themes/HighContrastLargePrint/pixmaps/stock_gnome-util.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-back.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-down.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-forward.png -share/themes/HighContrastLargePrint/pixmaps/stock_go-up.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-first.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-last.png -share/themes/HighContrastLargePrint/pixmaps/stock_goto-top.png -share/themes/HighContrastLargePrint/pixmaps/stock_harddisk.png -share/themes/HighContrastLargePrint/pixmaps/stock_help.png -share/themes/HighContrastLargePrint/pixmaps/stock_home.png -share/themes/HighContrastLargePrint/pixmaps/stock_import.png -share/themes/HighContrastLargePrint/pixmaps/stock_index.png -share/themes/HighContrastLargePrint/pixmaps/stock_info.png -share/themes/HighContrastLargePrint/pixmaps/stock_insert-image.png -share/themes/HighContrastLargePrint/pixmaps/stock_insert-object.png -share/themes/HighContrastLargePrint/pixmaps/stock_insert-table.png -share/themes/HighContrastLargePrint/pixmaps/stock_internet.png -share/themes/HighContrastLargePrint/pixmaps/stock_italic.png -share/themes/HighContrastLargePrint/pixmaps/stock_jump-to.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-center.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-left.png -share/themes/HighContrastLargePrint/pixmaps/stock_justify-right.png -share/themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png -share/themes/HighContrastLargePrint/pixmaps/stock_line-in.png -share/themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png -share/themes/HighContrastLargePrint/pixmaps/stock_logout.png -share/themes/HighContrastLargePrint/pixmaps/stock_mic.png -share/themes/HighContrastLargePrint/pixmaps/stock_missing-image.png -share/themes/HighContrastLargePrint/pixmaps/stock_multimedia.png -share/themes/HighContrastLargePrint/pixmaps/stock_new.png -share/themes/HighContrastLargePrint/pixmaps/stock_no.png -share/themes/HighContrastLargePrint/pixmaps/stock_ok.png -share/themes/HighContrastLargePrint/pixmaps/stock_open.png -share/themes/HighContrastLargePrint/pixmaps/stock_paste.png -share/themes/HighContrastLargePrint/pixmaps/stock_preferences.png -share/themes/HighContrastLargePrint/pixmaps/stock_print-preview.png -share/themes/HighContrastLargePrint/pixmaps/stock_print.png -share/themes/HighContrastLargePrint/pixmaps/stock_properties.png -share/themes/HighContrastLargePrint/pixmaps/stock_quit.png -share/themes/HighContrastLargePrint/pixmaps/stock_redo.png -share/themes/HighContrastLargePrint/pixmaps/stock_refresh.png -share/themes/HighContrastLargePrint/pixmaps/stock_remove.png -share/themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png -share/themes/HighContrastLargePrint/pixmaps/stock_run.png -share/themes/HighContrastLargePrint/pixmaps/stock_save-as.png -share/themes/HighContrastLargePrint/pixmaps/stock_save.png -share/themes/HighContrastLargePrint/pixmaps/stock_screenshot.png -share/themes/HighContrastLargePrint/pixmaps/stock_searchtool.png -share/themes/HighContrastLargePrint/pixmaps/stock_select-color.png -share/themes/HighContrastLargePrint/pixmaps/stock_select-font.png -share/themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png -share/themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png -share/themes/HighContrastLargePrint/pixmaps/stock_spell-check.png -share/themes/HighContrastLargePrint/pixmaps/stock_stop.png -share/themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png -share/themes/HighContrastLargePrint/pixmaps/stock_undelete.png -share/themes/HighContrastLargePrint/pixmaps/stock_underline.png -share/themes/HighContrastLargePrint/pixmaps/stock_undo.png -share/themes/HighContrastLargePrint/pixmaps/stock_volume.png -share/themes/HighContrastLargePrint/pixmaps/stock_yes.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png -share/themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png -share/themes/HighContrastLargePrint/pixmaps/volume-max.png -share/themes/HighContrastLargePrint/pixmaps/volume-medium.png -share/themes/HighContrastLargePrint/pixmaps/volume-min.png -share/themes/HighContrastLargePrint/pixmaps/volume-mute.png -share/themes/HighContrastLargePrint/pixmaps/volume-zero.png -share/themes/HighContrastLargePrintInverse/gtk-2.0/gtkrc -share/themes/HighContrastLargePrintInverse/index.theme.disabled -share/themes/HighContrastLargePrintInverse/pixmaps/double-click-maybe.png -share/themes/HighContrastLargePrintInverse/pixmaps/double-click-off.png -share/themes/HighContrastLargePrintInverse/pixmaps/double-click-on.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-backward.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-eject.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-forward.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-next.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-pause.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-play.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-prev.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-record.png -share/themes/HighContrastLargePrintInverse/pixmaps/media-stop.png -share/themes/HighContrastLargePrintInverse/pixmaps/metacity-delete.png -share/themes/HighContrastLargePrintInverse/pixmaps/metacity-maximize.png -share/themes/HighContrastLargePrintInverse/pixmaps/metacity-minimize.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-broken.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-default.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-inkjet.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-personal-laser.png -share/themes/HighContrastLargePrintInverse/pixmaps/printer-workgroup-laser.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_about.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_accessories.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_add.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_amusements.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_apply.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_attach.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_bold.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_book.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cancel.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cde-menu.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cdrom.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_clear.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_close.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_commandline-browser.xpm -share/themes/HighContrastLargePrintInverse/pixmaps/stock_commandline-history.xpm -share/themes/HighContrastLargePrintInverse/pixmaps/stock_connect.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_convert.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_copy.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_cut.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_delete.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_error.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_info.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_question.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_warning.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_disconnect.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dnd.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_dnd_multiple.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_drawer.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_edit.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_empty.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_execute.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_export.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_find-and-replace.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_find.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_floppy.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_gnome-logo.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_gnome-util.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-back.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-down.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-forward.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-up.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-bottom.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-first.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-last.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-top.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_harddisk.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_help.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_home.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_import.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_index.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_info.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-image.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-object.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-table.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_internet.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_italic.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_jump-to.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-center.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-fill.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-left.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-right.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_launcher-program.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_line-in.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_lockscreen.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_logout.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_mic.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_missing-image.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_multimedia.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_new.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_no.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_ok.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_open.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_paste.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_preferences.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_print-preview.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_print.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_properties.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_quit.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_redo.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_refresh.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_remove.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_revert-to-saved.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_run.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_save-as.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_save.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_screenshot.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_searchtool.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_select-color.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_select-font.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_sort-ascending.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_sort-descending.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_spell-check.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_stop.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_strikethrough.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_undelete.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_underline.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_undo.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_volume.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_yes.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-100.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-fit.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-in.png -share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-out.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-max.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-medium.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-min.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-mute.png -share/themes/HighContrastLargePrintInverse/pixmaps/volume-zero.png -share/themes/Inverted/gtk-2.0/gtkrc -share/themes/Inverted/metacity-1/metacity-theme-1.xml -share/themes/LargePrint/gtk-2.0/gtkrc -share/themes/LargePrint/index.theme.disabled -share/themes/LowContrast/gtk-2.0/gtkrc -share/themes/LowContrast/index.theme.disabled -share/themes/LowContrastLargePrint/gtk-2.0/gtkrc -share/themes/LowContrastLargePrint/index.theme.disabled -share/themes/LowContrastLargePrint/pixmaps/double-click-maybe.png -share/themes/LowContrastLargePrint/pixmaps/double-click-off.png -share/themes/LowContrastLargePrint/pixmaps/double-click-on.png -share/themes/LowContrastLargePrint/pixmaps/media-backward.png -share/themes/LowContrastLargePrint/pixmaps/media-eject.png -share/themes/LowContrastLargePrint/pixmaps/media-forward.png -share/themes/LowContrastLargePrint/pixmaps/media-next.png -share/themes/LowContrastLargePrint/pixmaps/media-pause.png -share/themes/LowContrastLargePrint/pixmaps/media-play.png -share/themes/LowContrastLargePrint/pixmaps/media-prev.png -share/themes/LowContrastLargePrint/pixmaps/media-record.png -share/themes/LowContrastLargePrint/pixmaps/media-stop.png -share/themes/LowContrastLargePrint/pixmaps/metacity-delete.png -share/themes/LowContrastLargePrint/pixmaps/metacity-maximize.png -share/themes/LowContrastLargePrint/pixmaps/metacity-minimize.png -share/themes/LowContrastLargePrint/pixmaps/printer-broken.png -share/themes/LowContrastLargePrint/pixmaps/printer-default.png -share/themes/LowContrastLargePrint/pixmaps/printer-inkjet.png -share/themes/LowContrastLargePrint/pixmaps/printer-personal-laser.png -share/themes/LowContrastLargePrint/pixmaps/printer-workgroup-laser.png -share/themes/LowContrastLargePrint/pixmaps/stock_about.png -share/themes/LowContrastLargePrint/pixmaps/stock_accessories.png -share/themes/LowContrastLargePrint/pixmaps/stock_add.png -share/themes/LowContrastLargePrint/pixmaps/stock_amusements.png -share/themes/LowContrastLargePrint/pixmaps/stock_apply.png -share/themes/LowContrastLargePrint/pixmaps/stock_attach.png -share/themes/LowContrastLargePrint/pixmaps/stock_bold.png -share/themes/LowContrastLargePrint/pixmaps/stock_book.png -share/themes/LowContrastLargePrint/pixmaps/stock_cancel.png -share/themes/LowContrastLargePrint/pixmaps/stock_cde-menu.png -share/themes/LowContrastLargePrint/pixmaps/stock_cdrom.png -share/themes/LowContrastLargePrint/pixmaps/stock_clear.png -share/themes/LowContrastLargePrint/pixmaps/stock_close.png -share/themes/LowContrastLargePrint/pixmaps/stock_commandline-browser.xpm -share/themes/LowContrastLargePrint/pixmaps/stock_commandline-history.xpm -share/themes/LowContrastLargePrint/pixmaps/stock_connect.png -share/themes/LowContrastLargePrint/pixmaps/stock_convert.png -share/themes/LowContrastLargePrint/pixmaps/stock_copy.png -share/themes/LowContrastLargePrint/pixmaps/stock_cut.png -share/themes/LowContrastLargePrint/pixmaps/stock_delete.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_error.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_info.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_question.png -share/themes/LowContrastLargePrint/pixmaps/stock_dialog_warning.png -share/themes/LowContrastLargePrint/pixmaps/stock_disconnect.png -share/themes/LowContrastLargePrint/pixmaps/stock_dnd.png -share/themes/LowContrastLargePrint/pixmaps/stock_dnd_multiple.png -share/themes/LowContrastLargePrint/pixmaps/stock_drawer.png -share/themes/LowContrastLargePrint/pixmaps/stock_edit.png -share/themes/LowContrastLargePrint/pixmaps/stock_empty.png -share/themes/LowContrastLargePrint/pixmaps/stock_execute.png -share/themes/LowContrastLargePrint/pixmaps/stock_export.png -share/themes/LowContrastLargePrint/pixmaps/stock_find-and-replace.png -share/themes/LowContrastLargePrint/pixmaps/stock_find.png -share/themes/LowContrastLargePrint/pixmaps/stock_floppy.png -share/themes/LowContrastLargePrint/pixmaps/stock_gnome-logo.png -share/themes/LowContrastLargePrint/pixmaps/stock_gnome-util.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-back.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-down.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-forward.png -share/themes/LowContrastLargePrint/pixmaps/stock_go-up.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-bottom.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-first.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-last.png -share/themes/LowContrastLargePrint/pixmaps/stock_goto-top.png -share/themes/LowContrastLargePrint/pixmaps/stock_harddisk.png -share/themes/LowContrastLargePrint/pixmaps/stock_help.png -share/themes/LowContrastLargePrint/pixmaps/stock_home.png -share/themes/LowContrastLargePrint/pixmaps/stock_import.png -share/themes/LowContrastLargePrint/pixmaps/stock_index.png -share/themes/LowContrastLargePrint/pixmaps/stock_info.png -share/themes/LowContrastLargePrint/pixmaps/stock_insert-image.png -share/themes/LowContrastLargePrint/pixmaps/stock_insert-object.png -share/themes/LowContrastLargePrint/pixmaps/stock_insert-table.png -share/themes/LowContrastLargePrint/pixmaps/stock_internet.png -share/themes/LowContrastLargePrint/pixmaps/stock_italic.png -share/themes/LowContrastLargePrint/pixmaps/stock_jump-to.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-center.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-fill.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-left.png -share/themes/LowContrastLargePrint/pixmaps/stock_justify-right.png -share/themes/LowContrastLargePrint/pixmaps/stock_launcher-program.png -share/themes/LowContrastLargePrint/pixmaps/stock_line-in.png -share/themes/LowContrastLargePrint/pixmaps/stock_lockscreen.png -share/themes/LowContrastLargePrint/pixmaps/stock_logout.png -share/themes/LowContrastLargePrint/pixmaps/stock_mic.png -share/themes/LowContrastLargePrint/pixmaps/stock_missing-image.png -share/themes/LowContrastLargePrint/pixmaps/stock_multimedia.png -share/themes/LowContrastLargePrint/pixmaps/stock_new.png -share/themes/LowContrastLargePrint/pixmaps/stock_no.png -share/themes/LowContrastLargePrint/pixmaps/stock_ok.png -share/themes/LowContrastLargePrint/pixmaps/stock_open.png -share/themes/LowContrastLargePrint/pixmaps/stock_paste.png -share/themes/LowContrastLargePrint/pixmaps/stock_preferences.png -share/themes/LowContrastLargePrint/pixmaps/stock_print-preview.png -share/themes/LowContrastLargePrint/pixmaps/stock_print.png -share/themes/LowContrastLargePrint/pixmaps/stock_properties.png -share/themes/LowContrastLargePrint/pixmaps/stock_quit.png -share/themes/LowContrastLargePrint/pixmaps/stock_redo.png -share/themes/LowContrastLargePrint/pixmaps/stock_refresh.png -share/themes/LowContrastLargePrint/pixmaps/stock_remove.png -share/themes/LowContrastLargePrint/pixmaps/stock_revert-to-saved.png -share/themes/LowContrastLargePrint/pixmaps/stock_run.png -share/themes/LowContrastLargePrint/pixmaps/stock_save-as.png -share/themes/LowContrastLargePrint/pixmaps/stock_save.png -share/themes/LowContrastLargePrint/pixmaps/stock_screenshot.png -share/themes/LowContrastLargePrint/pixmaps/stock_searchtool.png -share/themes/LowContrastLargePrint/pixmaps/stock_select-color.png -share/themes/LowContrastLargePrint/pixmaps/stock_select-font.png -share/themes/LowContrastLargePrint/pixmaps/stock_sort-ascending.png -share/themes/LowContrastLargePrint/pixmaps/stock_sort-descending.png -share/themes/LowContrastLargePrint/pixmaps/stock_spell-check.png -share/themes/LowContrastLargePrint/pixmaps/stock_stop.png -share/themes/LowContrastLargePrint/pixmaps/stock_strikethrough.png -share/themes/LowContrastLargePrint/pixmaps/stock_undelete.png -share/themes/LowContrastLargePrint/pixmaps/stock_underline.png -share/themes/LowContrastLargePrint/pixmaps/stock_undo.png -share/themes/LowContrastLargePrint/pixmaps/stock_volume.png -share/themes/LowContrastLargePrint/pixmaps/stock_yes.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-100.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-fit.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-in.png -share/themes/LowContrastLargePrint/pixmaps/stock_zoom-out.png -share/themes/LowContrastLargePrint/pixmaps/volume-max.png -share/themes/LowContrastLargePrint/pixmaps/volume-medium.png -share/themes/LowContrastLargePrint/pixmaps/volume-min.png -share/themes/LowContrastLargePrint/pixmaps/volume-mute.png -share/themes/LowContrastLargePrint/pixmaps/volume-zero.png -share/themes/Mist/index.theme -share/themes/Mist/metacity-1/metacity-theme-1.xml -share/themes/Simple/gtk-2.0/gtkrc -@dirrm share/themes/Simple/gtk-2.0 -@dirrmtry share/themes/Simple -@dirrm share/themes/Mist/metacity-1 -@dirrmtry share/themes/Mist -@dirrm share/themes/LowContrastLargePrint/pixmaps -@dirrm share/themes/LowContrastLargePrint/gtk-2.0 -@dirrm share/themes/LowContrastLargePrint -@dirrm share/themes/LowContrast/gtk-2.0 -@dirrm share/themes/LowContrast -@dirrm share/themes/LargePrint/gtk-2.0 -@dirrm share/themes/LargePrint -@dirrm share/themes/Inverted/metacity-1 -@dirrm share/themes/Inverted/gtk-2.0 -@dirrm share/themes/Inverted -@dirrm share/themes/HighContrastLargePrintInverse/pixmaps -@dirrm share/themes/HighContrastLargePrintInverse/gtk-2.0 -@dirrm share/themes/HighContrastLargePrintInverse -@dirrm share/themes/HighContrastLargePrint/pixmaps -@dirrm share/themes/HighContrastLargePrint/gtk-2.0 -@dirrm share/themes/HighContrastLargePrint -@dirrm share/themes/HighContrastInverse/gtk-2.0 -@dirrm share/themes/HighContrastInverse -@dirrm share/themes/HighContrast/gtk-2.0 -@dirrm share/themes/HighContrast -@dirrm share/themes/Glossy/metacity-1 -@dirrm share/themes/Glossy/gtk-2.0 -@dirrm share/themes/Glossy -@dirrm share/themes/Glider/metacity-1 -@dirrm share/themes/Glider/gtk-2.0 -@dirrm share/themes/Glider -@dirrmtry share/themes/Crux -@dirrm share/themes/ClearlooksClassic/metacity-1 -@dirrm share/themes/ClearlooksClassic/gtk-2.0 -@dirrm share/themes/ClearlooksClassic -@dirrm share/themes/Clearlooks/metacity-1 -@dirrmtry share/themes/Clearlooks -@dirrmtry share/themes -@dirrm share/icons/Mist/scalable/status -@dirrm share/icons/Mist/scalable/places -@dirrm share/icons/Mist/scalable/actions -@dirrm share/icons/Mist/scalable -@dirrm share/icons/Mist/32x32/status -@dirrm share/icons/Mist/32x32/places -@dirrm share/icons/Mist/32x32/actions -@dirrm share/icons/Mist/32x32 -@dirrm share/icons/Mist/24x24/status -@dirrm share/icons/Mist/24x24/places -@dirrm share/icons/Mist/24x24/actions -@dirrm share/icons/Mist/24x24 -@dirrm share/icons/Mist/22x22/status -@dirrm share/icons/Mist/22x22/places -@dirrm share/icons/Mist/22x22/actions -@dirrm share/icons/Mist/22x22 -@dirrm share/icons/Mist/16x16/status -@dirrm share/icons/Mist/16x16/places -@dirrm share/icons/Mist/16x16/actions -@dirrm share/icons/Mist/16x16 -@dirrm share/icons/Mist -@dirrm share/icons/LargePrint -@dirrm share/icons/HighContrastLargePrintInverse/48x48/status -@dirrm share/icons/HighContrastLargePrintInverse/48x48/places -@dirrm share/icons/HighContrastLargePrintInverse/48x48/mimetypes -@dirrm share/icons/HighContrastLargePrintInverse/48x48/emblems -@dirrm share/icons/HighContrastLargePrintInverse/48x48/devices -@dirrm share/icons/HighContrastLargePrintInverse/48x48/categories -@dirrm share/icons/HighContrastLargePrintInverse/48x48/apps -@dirrm share/icons/HighContrastLargePrintInverse/48x48/actions -@dirrm share/icons/HighContrastLargePrintInverse/48x48 -@dirrm share/icons/HighContrastLargePrintInverse/36x36/animations -@dirrm share/icons/HighContrastLargePrintInverse/36x36 -@dirrm share/icons/HighContrastLargePrintInverse -@dirrm share/icons/HighContrastLargePrint/48x48/status -@dirrm share/icons/HighContrastLargePrint/48x48/places -@dirrm share/icons/HighContrastLargePrint/48x48/mimetypes -@dirrm share/icons/HighContrastLargePrint/48x48/emblems -@dirrm share/icons/HighContrastLargePrint/48x48/devices -@dirrm share/icons/HighContrastLargePrint/48x48/categories -@dirrm share/icons/HighContrastLargePrint/48x48/apps -@dirrm share/icons/HighContrastLargePrint/48x48/actions -@dirrm share/icons/HighContrastLargePrint/48x48 -@dirrm share/icons/HighContrastLargePrint/36x36/animations -@dirrm share/icons/HighContrastLargePrint/36x36 -@dirrm share/icons/HighContrastLargePrint -@dirrm share/icons/HighContrastInverse -@dirrm share/icons/HighContrast-SVG/scalable/status -@dirrm share/icons/HighContrast-SVG/scalable/places -@dirrm share/icons/HighContrast-SVG/scalable/mimetypes -@dirrm share/icons/HighContrast-SVG/scalable/emotes -@dirrm share/icons/HighContrast-SVG/scalable/emblems -@dirrm share/icons/HighContrast-SVG/scalable/devices -@dirrm share/icons/HighContrast-SVG/scalable/categories -@dirrm share/icons/HighContrast-SVG/scalable/apps -@dirrm share/icons/HighContrast-SVG/scalable/actions -@dirrm share/icons/HighContrast-SVG/scalable -@dirrm share/icons/HighContrast-SVG/48x48/animations -@dirrm share/icons/HighContrast-SVG/48x48 -@dirrm share/icons/HighContrast-SVG -@dirrm share/icons/HighContrast -@dirrm share/icons/Crux/scalable/status -@dirrm share/icons/Crux/scalable/places -@dirrm share/icons/Crux/scalable/actions -@dirrm share/icons/Crux/scalable -@dirrm share/icons/Crux/32x32/status -@dirrm share/icons/Crux/32x32/places -@dirrm share/icons/Crux/32x32/actions -@dirrm share/icons/Crux/32x32 -@dirrm share/icons/Crux/24x24/status -@dirrm share/icons/Crux/24x24/places -@dirrm share/icons/Crux/24x24/actions -@dirrm share/icons/Crux/24x24 -@dirrm share/icons/Crux/22x22/status -@dirrm share/icons/Crux/22x22/places -@dirrm share/icons/Crux/22x22/actions -@dirrm share/icons/Crux/22x22 -@dirrm share/icons/Crux/16x16/status -@dirrm share/icons/Crux/16x16/places -@dirrm share/icons/Crux/16x16/actions -@dirrm share/icons/Crux/16x16 -@dirrm share/icons/Crux -@dirrmtry share/icons -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile deleted file mode 100644 index ab276841c..000000000 --- a/x11-themes/gtk-engines2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gtk-engines2 -# Date Created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.81 2010/04/02 02:52:06 avl Exp $ -# - -PORTNAME= gtk-engines2 -PORTVERSION= 2.20.1 -CATEGORIES= x11-themes -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Theme engine for the GTK+-2.0 toolkit - -CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gtk20 intlhack ltasneededhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= ANIMATION "Enable experimental animated progressbars" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_ANIMATION) -CONFIGURE_ARGS+= --enable-animation -.endif - -post-install: - @(cd ${WRKSRC}/po && ${GMAKE} install) - -.include <bsd.port.post.mk> diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo deleted file mode 100644 index 7f468b5e7..000000000 --- a/x11-themes/gtk-engines2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk-engines-2.20.1.tar.bz2) = 666de7fcdb775cd90dd95e1b20860b5a -SHA256 (gnome2/gtk-engines-2.20.1.tar.bz2) = c502ee4778e1a8e232f430fb575146a0880266471d19dbd78ee51eaa769da614 -SIZE (gnome2/gtk-engines-2.20.1.tar.bz2) = 679326 diff --git a/x11-themes/gtk-engines2/pkg-descr b/x11-themes/gtk-engines2/pkg-descr deleted file mode 100644 index e787f789b..000000000 --- a/x11-themes/gtk-engines2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Theme engine for the gtk+-2.0 toolkit. - -WWW: http://www.gtk.org/ diff --git a/x11-themes/gtk-engines2/pkg-plist b/x11-themes/gtk-engines2/pkg-plist deleted file mode 100644 index aa4c24dbe..000000000 --- a/x11-themes/gtk-engines2/pkg-plist +++ /dev/null @@ -1,145 +0,0 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.so -libdata/pkgconfig/gtk-engines-2.pc -share/gtk-engines/clearlooks.xml -share/gtk-engines/crux-engine.xml -share/gtk-engines/glide.xml -share/gtk-engines/hcengine.xml -share/gtk-engines/industrial.xml -share/gtk-engines/mist.xml -share/gtk-engines/redmond95.xml -share/gtk-engines/thinice.xml -share/locale/af/LC_MESSAGES/gtk-engines.mo -share/locale/ar/LC_MESSAGES/gtk-engines.mo -share/locale/as/LC_MESSAGES/gtk-engines.mo -share/locale/ast/LC_MESSAGES/gtk-engines.mo -share/locale/be@latin/LC_MESSAGES/gtk-engines.mo -share/locale/bg/LC_MESSAGES/gtk-engines.mo -share/locale/bn/LC_MESSAGES/gtk-engines.mo -share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo -share/locale/ca/LC_MESSAGES/gtk-engines.mo -share/locale/ca@valencia/LC_MESSAGES/gtk-engines.mo -share/locale/cs/LC_MESSAGES/gtk-engines.mo -share/locale/da/LC_MESSAGES/gtk-engines.mo -share/locale/de/LC_MESSAGES/gtk-engines.mo -share/locale/dz/LC_MESSAGES/gtk-engines.mo -share/locale/el/LC_MESSAGES/gtk-engines.mo -share/locale/en@shaw/LC_MESSAGES/gtk-engines.mo -share/locale/en_GB/LC_MESSAGES/gtk-engines.mo -share/locale/es/LC_MESSAGES/gtk-engines.mo -share/locale/et/LC_MESSAGES/gtk-engines.mo -share/locale/eu/LC_MESSAGES/gtk-engines.mo -share/locale/fi/LC_MESSAGES/gtk-engines.mo -share/locale/fr/LC_MESSAGES/gtk-engines.mo -share/locale/fur/LC_MESSAGES/gtk-engines.mo -share/locale/ga/LC_MESSAGES/gtk-engines.mo -share/locale/gl/LC_MESSAGES/gtk-engines.mo -share/locale/gu/LC_MESSAGES/gtk-engines.mo -share/locale/he/LC_MESSAGES/gtk-engines.mo -share/locale/hi/LC_MESSAGES/gtk-engines.mo -share/locale/hu/LC_MESSAGES/gtk-engines.mo -share/locale/it/LC_MESSAGES/gtk-engines.mo -share/locale/ja/LC_MESSAGES/gtk-engines.mo -share/locale/kn/LC_MESSAGES/gtk-engines.mo -share/locale/ko/LC_MESSAGES/gtk-engines.mo -share/locale/lt/LC_MESSAGES/gtk-engines.mo -share/locale/mai/LC_MESSAGES/gtk-engines.mo -share/locale/mk/LC_MESSAGES/gtk-engines.mo -share/locale/ml/LC_MESSAGES/gtk-engines.mo -share/locale/mr/LC_MESSAGES/gtk-engines.mo -share/locale/nb/LC_MESSAGES/gtk-engines.mo -share/locale/nl/LC_MESSAGES/gtk-engines.mo -share/locale/nn/LC_MESSAGES/gtk-engines.mo -share/locale/oc/LC_MESSAGES/gtk-engines.mo -share/locale/or/LC_MESSAGES/gtk-engines.mo -share/locale/pa/LC_MESSAGES/gtk-engines.mo -share/locale/pl/LC_MESSAGES/gtk-engines.mo -share/locale/pt/LC_MESSAGES/gtk-engines.mo -share/locale/pt_BR/LC_MESSAGES/gtk-engines.mo -share/locale/ro/LC_MESSAGES/gtk-engines.mo -share/locale/ru/LC_MESSAGES/gtk-engines.mo -share/locale/si/LC_MESSAGES/gtk-engines.mo -share/locale/sl/LC_MESSAGES/gtk-engines.mo -share/locale/sq/LC_MESSAGES/gtk-engines.mo -share/locale/sr/LC_MESSAGES/gtk-engines.mo -share/locale/sr@latin/LC_MESSAGES/gtk-engines.mo -share/locale/sv/LC_MESSAGES/gtk-engines.mo -share/locale/ta/LC_MESSAGES/gtk-engines.mo -share/locale/te/LC_MESSAGES/gtk-engines.mo -share/locale/th/LC_MESSAGES/gtk-engines.mo -share/locale/tr/LC_MESSAGES/gtk-engines.mo -share/locale/uk/LC_MESSAGES/gtk-engines.mo -share/locale/vi/LC_MESSAGES/gtk-engines.mo -share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo -share/locale/zh_HK/LC_MESSAGES/gtk-engines.mo -share/locale/zh_TW/LC_MESSAGES/gtk-engines.mo -share/themes/Clearlooks/gtk-2.0/gtkrc -share/themes/Crux/gtk-2.0/gtkrc -share/themes/Industrial/gtk-2.0/gtkrc -share/themes/Mist/gtk-2.0/gtkrc -share/themes/Redmond/gtk-2.0/gtkrc -share/themes/ThinIce/gtk-2.0/gtkrc -@dirrm share/themes/ThinIce/gtk-2.0 -@dirrmtry share/themes/ThinIce -@dirrm share/themes/Redmond/gtk-2.0 -@dirrmtry share/themes/Redmond -@dirrm share/themes/Mist/gtk-2.0 -@dirrmtry share/themes/Mist -@dirrm share/themes/Industrial/gtk-2.0 -@dirrmtry share/themes/Industrial -@dirrm share/themes/Crux/gtk-2.0 -@dirrmtry share/themes/Crux -@dirrm share/themes/Clearlooks/gtk-2.0 -@dirrmtry share/themes/Clearlooks -@dirrmtry share/themes -@dirrm share/gtk-engines -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile deleted file mode 100644 index 5cf8a158e..000000000 --- a/x11-toolkits/eel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: eel2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/eel/Makefile,v 1.87 2010/01/24 06:11:48 marcus Exp $ -# - -PORTNAME= eel -PORTVERSION= 2.26.0 -PORTREVISION= 4 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generally useful classes and extensions to GNOME - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_XORG= xrender -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo deleted file mode 100644 index 524cb219e..000000000 --- a/x11-toolkits/eel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eel-2.26.0.tar.bz2) = dfa105ccabd53efe4166dcfac75e2393 -SHA256 (gnome2/eel-2.26.0.tar.bz2) = 11ad07d8d371f9165fab6cc5462f59cd253f9cc835d77a54330fecafe9c0a555 -SIZE (gnome2/eel-2.26.0.tar.bz2) = 596217 diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in deleted file mode 100644 index f58c574eb..000000000 --- a/x11-toolkits/eel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jan 16 12:53:35 2006 -+++ Makefile.in Mon Jan 16 12:54:04 2006 -@@ -239,7 +239,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - NULL = --SUBDIRS = eel test po -+SUBDIRS = eel po - EXTRA_DIST = \ - COPYING.LIB \ - HACKING \ diff --git a/x11-toolkits/eel/files/patch-eel_eel-background.c b/x11-toolkits/eel/files/patch-eel_eel-background.c deleted file mode 100644 index c7a21e7b8..000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-background.c +++ /dev/null @@ -1,29 +0,0 @@ ---- eel/eel-background.c.orig 2009-03-02 11:21:55.000000000 -0500 -+++ eel/eel-background.c 2010-01-24 01:08:43.000000000 -0500 -@@ -368,7 +368,7 @@ eel_background_ensure_realized (EelBackg - - set_image_properties (background); - -- background->details->background_changes_with_size = gnome_bg_changes_with_size (background->details->bg); -+ background->details->background_changes_with_size = gnome_bg_has_multiple_sizes (background->details->bg); - background->details->background_pixmap = gnome_bg_create_pixmap (background->details->bg, - window, - entire_width, entire_height, -@@ -747,7 +747,7 @@ eel_background_set_up_widget (EelBackgro - } - - background->details->background_changes_with_size = -- gnome_bg_changes_with_size (background->details->bg); -+ gnome_bg_has_multiple_sizes (background->details->bg); - - if (background->details->is_desktop && !in_fade) { - set_root_pixmap (background, window); -@@ -1000,7 +1000,7 @@ eel_get_widget_background (GtkWidget *wi - gboolean - eel_background_is_dark (EelBackground *background) - { -- return gnome_bg_is_dark (background->details->bg); -+ return gnome_bg_is_dark (background->details->bg, background->details->background_entire_width, background->details->background_entire_height); - } - - /* handle dropped colors */ diff --git a/x11-toolkits/eel/files/patch-eel_eel-editable-label.c b/x11-toolkits/eel/files/patch-eel_eel-editable-label.c deleted file mode 100644 index 042628e4b..000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-editable-label.c +++ /dev/null @@ -1,13 +0,0 @@ ---- eel/eel-editable-label.c.orig Mon Mar 21 06:20:09 2005 -+++ eel/eel-editable-label.c Mon Mar 21 06:20:12 2005 -@@ -3998,7 +3998,10 @@ - static gboolean - eel_editable_label_accessible_idle_notify_insert (gpointer data) - { -+ GDK_THREADS_ENTER (); - eel_editable_label_accessible_notify_insert (data); -+ GDK_THREADS_LEAVE (); -+ - return FALSE; - } - diff --git a/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c b/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c deleted file mode 100644 index 4a0ce9c74..000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c +++ /dev/null @@ -1,20 +0,0 @@ ---- eel/eel-stock-dialogs.c.orig 2008-10-07 11:34:27.000000000 +0200 -+++ eel/eel-stock-dialogs.c 2009-02-22 16:33:40.000000000 +0100 -@@ -96,6 +96,8 @@ timed_wait_delayed_close_timeout_callbac - { - guint handler_id; - -+ GDK_THREADS_ENTER (); -+ - handler_id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (callback_data), - "eel-stock-dialogs/delayed_close_handler_timeout_id")); - -@@ -105,6 +107,8 @@ timed_wait_delayed_close_timeout_callbac - - gtk_object_destroy (GTK_OBJECT (callback_data)); - -+ GDK_THREADS_LEAVE (); -+ - return FALSE; - } - diff --git a/x11-toolkits/eel/pkg-descr b/x11-toolkits/eel/pkg-descr deleted file mode 100644 index 4b91eb9d0..000000000 --- a/x11-toolkits/eel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The eel library contains a number of useful classes and functions which -extend glib, gtk, gnome-libs, and other widely-used GNOME platform libraries. - -Almost all of the eel library was previously part of Nautilus, but is now -a separate package so it can be used by other applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist deleted file mode 100644 index 0f0359203..000000000 --- a/x11-toolkits/eel/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -include/eel-2/eel/eel-accessibility.h -include/eel-2/eel/eel-alert-dialog.h -include/eel-2/eel/eel-art-extensions.h -include/eel-2/eel/eel-art-gtk-extensions.h -include/eel-2/eel/eel-background-box.h -include/eel-2/eel/eel-background.h -include/eel-2/eel/eel-canvas-rect-ellipse.h -include/eel-2/eel/eel-canvas-util.h -include/eel-2/eel/eel-canvas.h -include/eel-2/eel/eel-debug-drawing.h -include/eel-2/eel/eel-debug.h -include/eel-2/eel/eel-editable-label.h -include/eel-2/eel/eel-enumeration.h -include/eel-2/eel/eel-features.h -include/eel-2/eel/eel-gconf-extensions.h -include/eel-2/eel/eel-gdk-extensions.h -include/eel-2/eel/eel-gdk-pixbuf-extensions.h -include/eel-2/eel/eel-glib-extensions.h -include/eel-2/eel/eel-gnome-extensions.h -include/eel-2/eel/eel-graphic-effects.h -include/eel-2/eel/eel-gtk-container.h -include/eel-2/eel/eel-gtk-extensions.h -include/eel-2/eel/eel-gtk-macros.h -include/eel-2/eel/eel-i18n.h -include/eel-2/eel/eel-image-table.h -include/eel-2/eel/eel-labeled-image.h -include/eel-2/eel/eel-marshal.h -include/eel-2/eel/eel-pango-extensions.h -include/eel-2/eel/eel-preferences.h -include/eel-2/eel/eel-self-checks.h -include/eel-2/eel/eel-stock-dialogs.h -include/eel-2/eel/eel-string.h -include/eel-2/eel/eel-type-builtins.h -include/eel-2/eel/eel-types.h -include/eel-2/eel/eel-vfs-extensions.h -include/eel-2/eel/eel-wrap-table.h -include/eel-2/eel/eel-xml-extensions.h -include/eel-2/eel/eel.h -lib/libeel-2.a -lib/libeel-2.la -lib/libeel-2.so -lib/libeel-2.so.2 -libdata/pkgconfig/eel-2.0.pc -share/locale/am/LC_MESSAGES/eel-2.0.mo -share/locale/ang/LC_MESSAGES/eel-2.0.mo -share/locale/ar/LC_MESSAGES/eel-2.0.mo -share/locale/as/LC_MESSAGES/eel-2.0.mo -share/locale/az/LC_MESSAGES/eel-2.0.mo -share/locale/be/LC_MESSAGES/eel-2.0.mo -share/locale/bg/LC_MESSAGES/eel-2.0.mo -share/locale/bn/LC_MESSAGES/eel-2.0.mo -share/locale/bn_IN/LC_MESSAGES/eel-2.0.mo -share/locale/br/LC_MESSAGES/eel-2.0.mo -share/locale/bs/LC_MESSAGES/eel-2.0.mo -share/locale/ca/LC_MESSAGES/eel-2.0.mo -share/locale/cs/LC_MESSAGES/eel-2.0.mo -share/locale/cy/LC_MESSAGES/eel-2.0.mo -share/locale/da/LC_MESSAGES/eel-2.0.mo -share/locale/de/LC_MESSAGES/eel-2.0.mo -share/locale/dz/LC_MESSAGES/eel-2.0.mo -share/locale/el/LC_MESSAGES/eel-2.0.mo -share/locale/en_CA/LC_MESSAGES/eel-2.0.mo -share/locale/en_GB/LC_MESSAGES/eel-2.0.mo -share/locale/es/LC_MESSAGES/eel-2.0.mo -share/locale/et/LC_MESSAGES/eel-2.0.mo -share/locale/eu/LC_MESSAGES/eel-2.0.mo -share/locale/fa/LC_MESSAGES/eel-2.0.mo -share/locale/fi/LC_MESSAGES/eel-2.0.mo -share/locale/fr/LC_MESSAGES/eel-2.0.mo -share/locale/ga/LC_MESSAGES/eel-2.0.mo -share/locale/gl/LC_MESSAGES/eel-2.0.mo -share/locale/gu/LC_MESSAGES/eel-2.0.mo -share/locale/he/LC_MESSAGES/eel-2.0.mo -share/locale/hi/LC_MESSAGES/eel-2.0.mo -share/locale/hr/LC_MESSAGES/eel-2.0.mo -share/locale/hu/LC_MESSAGES/eel-2.0.mo -share/locale/id/LC_MESSAGES/eel-2.0.mo -share/locale/is/LC_MESSAGES/eel-2.0.mo -share/locale/it/LC_MESSAGES/eel-2.0.mo -share/locale/ja/LC_MESSAGES/eel-2.0.mo -share/locale/ka/LC_MESSAGES/eel-2.0.mo -share/locale/kn/LC_MESSAGES/eel-2.0.mo -share/locale/ko/LC_MESSAGES/eel-2.0.mo -share/locale/ku/LC_MESSAGES/eel-2.0.mo -share/locale/ky/LC_MESSAGES/eel-2.0.mo -share/locale/li/LC_MESSAGES/eel-2.0.mo -share/locale/lt/LC_MESSAGES/eel-2.0.mo -share/locale/lv/LC_MESSAGES/eel-2.0.mo -share/locale/mk/LC_MESSAGES/eel-2.0.mo -share/locale/ml/LC_MESSAGES/eel-2.0.mo -share/locale/mn/LC_MESSAGES/eel-2.0.mo -share/locale/mr/LC_MESSAGES/eel-2.0.mo -share/locale/ms/LC_MESSAGES/eel-2.0.mo -share/locale/nb/LC_MESSAGES/eel-2.0.mo -share/locale/ne/LC_MESSAGES/eel-2.0.mo -share/locale/nl/LC_MESSAGES/eel-2.0.mo -share/locale/nn/LC_MESSAGES/eel-2.0.mo -share/locale/oc/LC_MESSAGES/eel-2.0.mo -share/locale/or/LC_MESSAGES/eel-2.0.mo -share/locale/pa/LC_MESSAGES/eel-2.0.mo -share/locale/pl/LC_MESSAGES/eel-2.0.mo -share/locale/ps/LC_MESSAGES/eel-2.0.mo -share/locale/pt/LC_MESSAGES/eel-2.0.mo -share/locale/pt_BR/LC_MESSAGES/eel-2.0.mo -share/locale/ro/LC_MESSAGES/eel-2.0.mo -share/locale/ru/LC_MESSAGES/eel-2.0.mo -share/locale/rw/LC_MESSAGES/eel-2.0.mo -share/locale/si/LC_MESSAGES/eel-2.0.mo -share/locale/sk/LC_MESSAGES/eel-2.0.mo -share/locale/sl/LC_MESSAGES/eel-2.0.mo -share/locale/sq/LC_MESSAGES/eel-2.0.mo -share/locale/sr/LC_MESSAGES/eel-2.0.mo -share/locale/sr@latin/LC_MESSAGES/eel-2.0.mo -share/locale/sv/LC_MESSAGES/eel-2.0.mo -share/locale/ta/LC_MESSAGES/eel-2.0.mo -share/locale/th/LC_MESSAGES/eel-2.0.mo -share/locale/tr/LC_MESSAGES/eel-2.0.mo -share/locale/ug/LC_MESSAGES/eel-2.0.mo -share/locale/uk/LC_MESSAGES/eel-2.0.mo -share/locale/vi/LC_MESSAGES/eel-2.0.mo -share/locale/wa/LC_MESSAGES/eel-2.0.mo -share/locale/xh/LC_MESSAGES/eel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/eel-2.0.mo -share/locale/zh_HK/LC_MESSAGES/eel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo -@dirrm include/eel-2/eel -@dirrm include/eel-2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile deleted file mode 100644 index 32b2b2038..000000000 --- a/x11-toolkits/gdl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gdl -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.34 2010/03/13 23:22:50 kwm Exp $ -# - -PORTNAME= gdl -PORTVERSION= 2.30.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Components intended to be shared between GNOME development tools - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo deleted file mode 100644 index e67756657..000000000 --- a/x11-toolkits/gdl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gdl-2.30.0.tar.bz2) = ce4eef03a36bf6abd9f8cbad4806d7b8 -SHA256 (gdl-2.30.0.tar.bz2) = c3ca19831384ae8570f1e6fc0e6be9b2a5ba0f14592b9f2bbb629be113791453 -SIZE (gdl-2.30.0.tar.bz2) = 535941 diff --git a/x11-toolkits/gdl/pkg-descr b/x11-toolkits/gdl/pkg-descr deleted file mode 100644 index 1aca67859..000000000 --- a/x11-toolkits/gdl/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Gnome Devtool Libraries -======================= - -This package contains components and libraries that are intended to be -shared between Scaffold, the new GNOME 2 development system. - -The current pieces of GDL include: - - - A code-editing bonobo component based on GtkSourceView - - - An utility library that also contains the stubs and skels for - the above components (gdl). - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist deleted file mode 100644 index 134610452..000000000 --- a/x11-toolkits/gdl/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -include/libgdl-1.0/gdl/gdl-dock-bar.h -include/libgdl-1.0/gdl/gdl-dock-item.h -include/libgdl-1.0/gdl/gdl-dock-item-grip.h -include/libgdl-1.0/gdl/gdl-dock-layout.h -include/libgdl-1.0/gdl/gdl-dock-master.h -include/libgdl-1.0/gdl/gdl-dock-object.h -include/libgdl-1.0/gdl/gdl-dock-placeholder.h -include/libgdl-1.0/gdl/gdl-dock.h -include/libgdl-1.0/gdl/gdl-tools.h -include/libgdl-1.0/gdl/gdl.h -include/libgdl-1.0/gdl/libgdltypebuiltins.h -lib/libgdl-1.la -lib/libgdl-1.so -lib/libgdl-1.so.3 -libdata/pkgconfig/gdl-1.0.pc -%%DOCSDIR%%/GdlDock.html -%%DOCSDIR%%/GdlDockBar.html -%%DOCSDIR%%/GdlDockItem.html -%%DOCSDIR%%/GdlDockLayout.html -%%DOCSDIR%%/GdlDockMaster.html -%%DOCSDIR%%/GdlDockObject.html -%%DOCSDIR%%/GdlDockPlaceholder.html -%%DOCSDIR%%/gdl-gdl-tools.html -%%DOCSDIR%%/gdl-main.html -%%DOCSDIR%%/gdl.devhelp -%%DOCSDIR%%/gdl.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gdl/ui/layout.ui -share/locale/am/LC_MESSAGES/gdl-1.mo -share/locale/ar/LC_MESSAGES/gdl-1.mo -share/locale/ast/LC_MESSAGES/gdl-1.mo -share/locale/az/LC_MESSAGES/gdl-1.mo -share/locale/be/LC_MESSAGES/gdl-1.mo -share/locale/bg/LC_MESSAGES/gdl-1.mo -share/locale/bn/LC_MESSAGES/gdl-1.mo -share/locale/ca/LC_MESSAGES/gdl-1.mo -share/locale/ca@valencia/LC_MESSAGES/gdl-1.mo -share/locale/cs/LC_MESSAGES/gdl-1.mo -share/locale/da/LC_MESSAGES/gdl-1.mo -share/locale/de/LC_MESSAGES/gdl-1.mo -share/locale/dz/LC_MESSAGES/gdl-1.mo -share/locale/el/LC_MESSAGES/gdl-1.mo -share/locale/en_CA/LC_MESSAGES/gdl-1.mo -share/locale/en_GB/LC_MESSAGES/gdl-1.mo -share/locale/en@shaw/LC_MESSAGES/gdl-1.mo -share/locale/es/LC_MESSAGES/gdl-1.mo -share/locale/et/LC_MESSAGES/gdl-1.mo -share/locale/eu/LC_MESSAGES/gdl-1.mo -share/locale/fi/LC_MESSAGES/gdl-1.mo -share/locale/fr/LC_MESSAGES/gdl-1.mo -share/locale/ga/LC_MESSAGES/gdl-1.mo -share/locale/gl/LC_MESSAGES/gdl-1.mo -share/locale/gu/LC_MESSAGES/gdl-1.mo -share/locale/he/LC_MESSAGES/gdl-1.mo -share/locale/hi/LC_MESSAGES/gdl-1.mo -share/locale/hr/LC_MESSAGES/gdl-1.mo -share/locale/hu/LC_MESSAGES/gdl-1.mo -share/locale/it/LC_MESSAGES/gdl-1.mo -share/locale/ja/LC_MESSAGES/gdl-1.mo -share/locale/ko/LC_MESSAGES/gdl-1.mo -share/locale/lt/LC_MESSAGES/gdl-1.mo -share/locale/lv/LC_MESSAGES/gdl-1.mo -share/locale/mai/LC_MESSAGES/gdl-1.mo -share/locale/mk/LC_MESSAGES/gdl-1.mo -share/locale/ml/LC_MESSAGES/gdl-1.mo -share/locale/mr/LC_MESSAGES/gdl-1.mo -share/locale/nb/LC_MESSAGES/gdl-1.mo -share/locale/ne/LC_MESSAGES/gdl-1.mo -share/locale/nl/LC_MESSAGES/gdl-1.mo -share/locale/oc/LC_MESSAGES/gdl-1.mo -share/locale/or/LC_MESSAGES/gdl-1.mo -share/locale/pa/LC_MESSAGES/gdl-1.mo -share/locale/pl/LC_MESSAGES/gdl-1.mo -share/locale/ps/LC_MESSAGES/gdl-1.mo -share/locale/pt/LC_MESSAGES/gdl-1.mo -share/locale/pt_BR/LC_MESSAGES/gdl-1.mo -share/locale/ro/LC_MESSAGES/gdl-1.mo -share/locale/ru/LC_MESSAGES/gdl-1.mo -share/locale/rw/LC_MESSAGES/gdl-1.mo -share/locale/si/LC_MESSAGES/gdl-1.mo -share/locale/sk/LC_MESSAGES/gdl-1.mo -share/locale/sl/LC_MESSAGES/gdl-1.mo -share/locale/sq/LC_MESSAGES/gdl-1.mo -share/locale/sr/LC_MESSAGES/gdl-1.mo -share/locale/sr@latin/LC_MESSAGES/gdl-1.mo -share/locale/sv/LC_MESSAGES/gdl-1.mo -share/locale/te/LC_MESSAGES/gdl-1.mo -share/locale/th/LC_MESSAGES/gdl-1.mo -share/locale/tr/LC_MESSAGES/gdl-1.mo -share/locale/uk/LC_MESSAGES/gdl-1.mo -share/locale/vi/LC_MESSAGES/gdl-1.mo -share/locale/zh_CN/LC_MESSAGES/gdl-1.mo -share/locale/zh_HK/LC_MESSAGES/gdl-1.mo -share/locale/zh_TW/LC_MESSAGES/gdl-1.mo -@dirrm share/gdl/ui -@dirrm share/gdl -@dirrm %%DOCSDIR%% -@dirrm include/libgdl-1.0/gdl -@dirrm include/libgdl-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast diff --git a/x11-toolkits/gnome-desktop-sharp20/Makefile b/x11-toolkits/gnome-desktop-sharp20/Makefile deleted file mode 100644 index 02cbbc605..000000000 --- a/x11-toolkits/gnome-desktop-sharp20/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome-sharp -# Date created: 20070531 -# Whom: pneumann@gmail.com -# -# $FreeBSD$ -# - -PORTNAME= gnome-desktop-sharp -PORTVERSION= 2.26.0 -PORTREVISION= 4 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME - -MAINTAINER= mono@FreeBSD.org -COMMENT= GNOME desktop interfaces for the .NET runtime - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_PERL5_RUN= yes -USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ - libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner - -post-patch: - @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^#!/usr/bin/perl|#!${PERL}|' - -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/gnome-desktop-sharp20/distinfo b/x11-toolkits/gnome-desktop-sharp20/distinfo deleted file mode 100644 index 04f2371b7..000000000 --- a/x11-toolkits/gnome-desktop-sharp20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-desktop-sharp-2.26.0.tar.bz2) = 4bc990900bb318b2ba0b0e7998bb47d1 -SHA256 (gnome-desktop-sharp-2.26.0.tar.bz2) = 577148d0937d91997341e8b2d2e8aadb0a5f1d898ca9bf579b114097c509aa67 -SIZE (gnome-desktop-sharp-2.26.0.tar.bz2) = 313134 diff --git a/x11-toolkits/gnome-desktop-sharp20/pkg-descr b/x11-toolkits/gnome-desktop-sharp20/pkg-descr deleted file mode 100644 index 99d44d6e1..000000000 --- a/x11-toolkits/gnome-desktop-sharp20/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome# provides C# bindings for Gnome libraries to the .NET runtime. - -WWW: http://www.mono-project.com/Gtk diff --git a/x11-toolkits/gnome-desktop-sharp20/pkg-plist b/x11-toolkits/gnome-desktop-sharp20/pkg-plist deleted file mode 100644 index c0cea7c03..000000000 --- a/x11-toolkits/gnome-desktop-sharp20/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -@comment $FreeBSD$ -lib/libgnomepanelsharpglue-2.a -lib/libgnomepanelsharpglue-2.la -lib/libgnomepanelsharpglue-2.so -lib/libgtksourceview2sharpglue-2.so -lib/libgtksourceview2sharpglue-2.la -lib/libgtksourceview2sharpglue-2.a -lib/libnautilusburnsharpglue-2.so -lib/libnautilusburnsharpglue-2.la -lib/libnautilusburnsharpglue-2.a -lib/libgtkhtmlsharpglue-2.a -lib/libgtkhtmlsharpglue-2.la -lib/libgtkhtmlsharpglue-2.so -lib/libvtesharpglue-2.a -lib/libvtesharpglue-2.la -lib/libvtesharpglue-2.so -lib/libwncksharpglue-2.a -lib/libwncksharpglue-2.la -lib/libwncksharpglue-2.so -lib/mono/gac/gnome-panel-sharp/2.24.0.0__35e10195dab3c99f/gnome-panel-sharp.dll -lib/mono/gac/gnome-panel-sharp/2.24.0.0__35e10195dab3c99f/gnome-panel-sharp.dll.config -lib/mono/gac/gnome-print-sharp/2.18.0.0__35e10195dab3c99f/gnome-print-sharp.dll -lib/mono/gac/gnome-print-sharp/2.18.0.0__35e10195dab3c99f/gnome-print-sharp.dll.config -lib/mono/gac/gnomedesktop-sharp/2.20.0.0__35e10195dab3c99f/gnomedesktop-sharp.dll -lib/mono/gac/gnomedesktop-sharp/2.20.0.0__35e10195dab3c99f/gnomedesktop-sharp.dll.config -lib/mono/gac/gtkhtml-sharp/3.16.0.0__35e10195dab3c99f/gtkhtml-sharp.dll -lib/mono/gac/gtkhtml-sharp/3.16.0.0__35e10195dab3c99f/gtkhtml-sharp.dll.config -lib/mono/gac/gtksourceview2-sharp/2.0.0.0__35e10195dab3c99f/gtksourceview2-sharp.dll -lib/mono/gac/gtksourceview2-sharp/2.0.0.0__35e10195dab3c99f/gtksourceview2-sharp.dll.config -lib/mono/gac/nautilusburn-sharp/2.20.0.0__35e10195dab3c99f/nautilusburn-sharp.dll -lib/mono/gac/nautilusburn-sharp/2.20.0.0__35e10195dab3c99f/nautilusburn-sharp.dll.config -lib/mono/gac/rsvg2-sharp/2.18.0.0__35e10195dab3c99f/rsvg2-sharp.dll -lib/mono/gac/rsvg2-sharp/2.18.0.0__35e10195dab3c99f/rsvg2-sharp.dll.config -lib/mono/gac/vte-sharp/0.16.0.0__35e10195dab3c99f/vte-sharp.dll -lib/mono/gac/vte-sharp/0.16.0.0__35e10195dab3c99f/vte-sharp.dll.config -lib/mono/gac/wnck-sharp/2.20.0.0__35e10195dab3c99f/wnck-sharp.dll -lib/mono/gac/wnck-sharp/2.20.0.0__35e10195dab3c99f/wnck-sharp.dll.config -lib/mono/gnome-panel-sharp-2.24/gnome-panel-sharp.dll -lib/mono/gnome-print-sharp-2.18/gnome-print-sharp.dll -lib/mono/gnomedesktop-sharp-2.20/gnomedesktop-sharp.dll -lib/mono/gtkhtml-sharp-3.14/gtkhtml-sharp.dll -lib/mono/gtksourceview2-sharp-2.0/gtksourceview2-sharp.dll -lib/mono/nautilusburn-sharp-2.20/nautilusburn-sharp.dll -lib/mono/rsvg2-sharp-2.0/rsvg2-sharp.dll -lib/mono/vte-sharp-0.16/vte-sharp.dll -lib/mono/wnck-sharp-2.20/wnck-sharp.dll -libdata/pkgconfig/gnome-desktop-sharp-2.0.pc -libdata/pkgconfig/gnome-panel-sharp-2.24.pc -libdata/pkgconfig/gnome-print-sharp-2.18.pc -libdata/pkgconfig/gtkhtml-sharp-3.14.pc -libdata/pkgconfig/gtksourceview2-sharp.pc -libdata/pkgconfig/nautilusburn-sharp.pc -libdata/pkgconfig/rsvg2-sharp-2.0.pc -libdata/pkgconfig/vte-sharp-0.16.pc -libdata/pkgconfig/wnck-sharp-1.0.pc -share/gnome-panel-sharp/2.24/gnome-panel-api.xml -share/gnome-print-sharp/2.18/gnome-print-api.xml -share/gnomedesktop-sharp/2.20/gnomedesktop-api.xml -share/gtkhtml-sharp/3.14/gtkhtml-api.xml -share/gtksourceview2-sharp/2.0/gtksourceview2-api.xml -share/nautilusburn-sharp/2.20/nautilusburn-api.xml -share/rsvg2-sharp/2.0/rsvg2-api.xml -share/vte-sharp/0.16/vte-api.xml -share/wnck-sharp/2.20/wnck-api.xml -@dirrm share/wnck-sharp/2.20 -@dirrm share/wnck-sharp -@dirrm share/vte-sharp/0.16 -@dirrm share/vte-sharp -@dirrm share/rsvg2-sharp/2.0 -@dirrm share/rsvg2-sharp -@dirrm share/nautilusburn-sharp/2.20 -@dirrm share/nautilusburn-sharp -@dirrm share/gtksourceview2-sharp/2.0 -@dirrm share/gtksourceview2-sharp -@dirrm share/gtkhtml-sharp/3.14 -@dirrm share/gtkhtml-sharp -@dirrm share/gnomedesktop-sharp/2.20 -@dirrm share/gnomedesktop-sharp -@dirrm share/gnome-print-sharp/2.18 -@dirrm share/gnome-print-sharp -@dirrm share/gnome-panel-sharp/2.24 -@dirrm share/gnome-panel-sharp -@dirrm lib/mono/wnck-sharp-2.20 -@dirrm lib/mono/vte-sharp-0.16 -@dirrm lib/mono/rsvg2-sharp-2.0 -@dirrm lib/mono/nautilusburn-sharp-2.20 -@dirrm lib/mono/gtksourceview2-sharp-2.0 -@dirrm lib/mono/gtkhtml-sharp-3.14 -@dirrm lib/mono/gnomedesktop-sharp-2.20 -@dirrm lib/mono/gnome-print-sharp-2.18 -@dirrm lib/mono/gnome-panel-sharp-2.24 -@dirrm lib/mono/gac/wnck-sharp/2.20.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/wnck-sharp -@dirrm lib/mono/gac/vte-sharp/0.16.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/vte-sharp -@dirrm lib/mono/gac/rsvg2-sharp/2.18.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/rsvg2-sharp -@dirrm lib/mono/gac/nautilusburn-sharp/2.20.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/nautilusburn-sharp -@dirrm lib/mono/gac/gtksourceview2-sharp/2.0.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/gtksourceview2-sharp -@dirrm lib/mono/gac/gtkhtml-sharp/3.16.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/gtkhtml-sharp -@dirrm lib/mono/gac/gnomedesktop-sharp/2.20.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/gnomedesktop-sharp -@dirrm lib/mono/gac/gnome-print-sharp/2.18.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/gnome-print-sharp -@dirrm lib/mono/gac/gnome-panel-sharp/2.24.0.0__35e10195dab3c99f -@dirrm lib/mono/gac/gnome-panel-sharp diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile deleted file mode 100644 index fdb206595..000000000 --- a/x11-toolkits/gtk20/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.190 2010/04/29 01:42:39 mezz Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.20.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ - ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gimp Toolkit for X11 GUI (current stable version) - -USE_BZIP2= yes -LATEST_LINK= gtk20 - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - jasper.4:${PORTSDIR}/graphics/jasper -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack atk pango ltverhack -USE_GETTEXT= yes -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ - xcomposite -CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GTK_VERSION= 2.10.0 -PLIST_SUB= GTK_VERSION="${GTK_VERSION}" - -gdk_pixbuf_MAN= gdk-pixbuf-query-loaders.1 -gtk_MAN= gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 - -MAN1= ${gdk_pixbuf_MAN} ${gtk_MAN} - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.endif - -.include <bsd.port.pre.mk> - -.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ - !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+=--enable-cups=auto -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+=--disable-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ - ${WRKSRC}/configure -# GnomeVFS needs pthread; gtk-demo may use GnomeVFS (via GtkFileChooser) - @${REINPLACE_CMD} -e 's|@CFLAGS@|& ${PTHREAD_CFLAGS}|; \ - s|@LDFLAGS@|& ${PTHREAD_LIBS}|' \ - ${WRKSRC}/demos/gtk-demo/Makefile.in - @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in - @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ - ${WRKSRC}/gtk/Makefile.in - -pre-build: - @${RM} -rf ${WRKSRC}/docs/gtk.info* - -post-install: - -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \ - ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null - @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules - @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines - ${INSTALL_MAN} ${gdk_pixbuf_MAN:S|^|${WRKSRC}/docs/reference/gdk-pixbuf/|} \ - ${PREFIX}/man/man1 - ${INSTALL_MAN} ${gtk_MAN:S|^|${WRKSRC}/docs/reference/gtk/|} \ - ${PREFIX}/man/man1 - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo deleted file mode 100644 index cc3c94a0d..000000000 --- a/x11-toolkits/gtk20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk+-2.20.1.tar.bz2) = 53e6f3a93bd22934878fc4a4a34c68aa -SHA256 (gnome2/gtk+-2.20.1.tar.bz2) = 0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65 -SIZE (gnome2/gtk+-2.20.1.tar.bz2) = 19089076 diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in deleted file mode 100644 index 307fd6fc2..000000000 --- a/x11-toolkits/gtk20/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 3 18:09:32 2005 -+++ Makefile.in Wed Aug 3 18:10:01 2005 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - --SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib -+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos perf contrib - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros - - # require automake 1.4 diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah deleted file mode 100644 index b6a6a7172..000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2009-12-25 20:26:59.000000000 +0100 -+++ docs/Makefile.in 2009-12-25 20:27:35.000000000 +0100 -@@ -241,7 +241,7 @@ - LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ - LT_VERSION_INFO = @LT_VERSION_INFO@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MATH_LIB = @MATH_LIB@ - MKDIR_P = @MKDIR_P@ - MKINSTALLDIRS = @MKINSTALLDIRS@ diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index 0a4e1022f..000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200 -+++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200 -@@ -359,7 +359,7 @@ XVFB_START = \ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = #gdk-pixbuf gdk gtk libgail-util - GITIGNOREFILES = */*.1 - all: all-recursive - diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak deleted file mode 100644 index 7f8e0eb0c..000000000 --- a/x11-toolkits/gtk20/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 -+++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 -@@ -315,7 +315,7 @@ - # - # Rule to install gdkconfig.h header file - # --configexecincludedir = $(libdir)/gtk-2.0/include -+configexecincludedir = $(prefix)/include/gtk-2.0 - - #note: not gdkconfig.h - BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h diff --git a/x11-toolkits/gtk20/files/patch-configure b/x11-toolkits/gtk20/files/patch-configure deleted file mode 100644 index 06a6f7b9f..000000000 --- a/x11-toolkits/gtk20/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig 2009-12-26 21:41:27.000000000 +0100 -+++ configure 2009-12-26 21:51:04.000000000 +0100 -@@ -33884,9 +33884,9 @@ - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` -- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} -+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" -- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} -+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"` - INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` - INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` - INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index 04ce78984..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig 2009-09-05 11:19:07.000000000 +0200 -+++ gdk-pixbuf/Makefile.in 2009-09-05 11:20:19.000000000 +0200 -@@ -1322,9 +1322,9 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loade - LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GDK_PIXBUF_DEP_LIBS) - test_gdk_pixbuf_LDADD = $(LDADDS) - gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c --gdk_pixbuf_csource_LDADD = $(LDADDS) -+gdk_pixbuf_csource_LDADD = $(LDADDS) $(GLIB_LIBS) - gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS) --gdk_pixbuf_query_loaders_LDADD = $(LDADDS) -+gdk_pixbuf_query_loaders_LDADD = $(LDADDS) $(GLIB_LIBS) - gdk_pixbuf_query_loaders_SOURCES = queryloaders.c - - # diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in deleted file mode 100644 index 25056ecf7..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- gtk/Makefile.in.orig 2009-12-25 20:27:57.000000000 +0100 -+++ gtk/Makefile.in 2009-12-25 20:29:14.000000000 +0100 -@@ -1377,11 +1377,11 @@ bin_SCRIPTS = gtk-builder-convert $(am__ - # gtk-update-icon-cache.exe doesn't require any special privileges. - @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest - gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) --gtk_query_immodules_2_0_LDADD = $(LDADDS) -+gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS) - gtk_query_immodules_2_0_SOURCES = queryimmodules.c - gtk_update_icon_cache_LDADD = \ - $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ -- $(GDK_PIXBUF_DEP_LIBS) -+ $(GDK_PIXBUF_DEP_LIBS) $(GLIB_LIBS) - - gtk_update_icon_cache_SOURCES = \ - updateiconcache.c diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h deleted file mode 100644 index c687dec40..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 -+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 -@@ -29,7 +29,9 @@ - #ifndef __GTK_SIGNAL_H__ - #define __GTK_SIGNAL_H__ - --#include <gtk/gtk.h> -+#include <gtk/gtkenums.h> -+#include <gtk/gtktypeutils.h> -+#include <gtk/gtkobject.h> - #include <gtk/gtkmarshal.h> - - G_BEGIN_DECLS diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c deleted file mode 100644 index 206257551..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 -+++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 -@@ -1505,7 +1505,7 @@ opentmp: - if (!validate_file (tmp_cache_path)) - { - g_printerr (_("The generated cache was invalid.\n")); -- /*g_unlink (tmp_cache_path);*/ -+ g_unlink (tmp_cache_path); - exit (1); - } - diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr deleted file mode 100644 index 8cee4afc7..000000000 --- a/x11-toolkits/gtk20/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+ -essentially provides the building blocks from which GUIs can be -built. It is highly themable, and its functionality is highly -extensible. - -GTK+-2 is a very stable release, similar only in design to GTK+-1. -GTK+-2 can coexist happily alongside GTK+-1, but applications are -written for one version or the other. - -WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist deleted file mode 100644 index 28d34b3b0..000000000 --- a/x11-toolkits/gtk20/pkg-plist +++ /dev/null @@ -1,776 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gdk-pixbuf-query-loaders -bin/gtk-builder-convert -bin/gtk-demo -bin/gtk-query-immodules-2.0 -bin/gtk-update-icon-cache -etc/gtk-2.0/gdk-pixbuf.loaders -etc/gtk-2.0/gtk.immodules -etc/gtk-2.0/im-multipress.conf -include/gail-1.0/gail/gailwidget.h -include/gail-1.0/libgail-util/gail-util.h -include/gail-1.0/libgail-util/gailmisc.h -include/gail-1.0/libgail-util/gailtextutil.h -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkapplaunchcontext.h -include/gtk-2.0/gdk/gdkcairo.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkdisplay.h -include/gtk-2.0/gdk/gdkdisplaymanager.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkenumtypes.h -include/gtk-2.0/gdk/gdkevents.h -include/gtk-2.0/gdk/gdkfont.h -include/gtk-2.0/gdk/gdkgc.h -include/gtk-2.0/gdk/gdki18n.h -include/gtk-2.0/gdk/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeys.h -include/gtk-2.0/gdk/gdkkeysyms.h -include/gtk-2.0/gdk/gdkpango.h -include/gtk-2.0/gdk/gdkpixbuf.h -include/gtk-2.0/gdk/gdkpixmap.h -include/gtk-2.0/gdk/gdkprivate.h -include/gtk-2.0/gdk/gdkproperty.h -include/gtk-2.0/gdk/gdkregion.h -include/gtk-2.0/gdk/gdkrgb.h -include/gtk-2.0/gdk/gdkscreen.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdkspawn.h -include/gtk-2.0/gdk/gdktestutils.h -include/gtk-2.0/gdk/gdktypes.h -include/gtk-2.0/gdk/gdkvisual.h -include/gtk-2.0/gdk/gdkwindow.h -include/gtk-2.0/gdk/gdkx.h -include/gtk-2.0/gdkconfig.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaboutdialog.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkaccelmap.h -include/gtk-2.0/gtk/gtkaccessible.h -include/gtk-2.0/gtk/gtkaction.h -include/gtk-2.0/gtk/gtkactiongroup.h -include/gtk-2.0/gtk/gtkactivatable.h -include/gtk-2.0/gtk/gtkadjustment.h -include/gtk-2.0/gtk/gtkalignment.h -include/gtk-2.0/gtk/gtkarrow.h -include/gtk-2.0/gtk/gtkaspectframe.h -include/gtk-2.0/gtk/gtkassistant.h -include/gtk-2.0/gtk/gtkbbox.h -include/gtk-2.0/gtk/gtkbin.h -include/gtk-2.0/gtk/gtkbindings.h -include/gtk-2.0/gtk/gtkbox.h -include/gtk-2.0/gtk/gtkbuildable.h -include/gtk-2.0/gtk/gtkbuilder.h -include/gtk-2.0/gtk/gtkbutton.h -include/gtk-2.0/gtk/gtkcalendar.h -include/gtk-2.0/gtk/gtkcelleditable.h -include/gtk-2.0/gtk/gtkcelllayout.h -include/gtk-2.0/gtk/gtkcellrenderer.h -include/gtk-2.0/gtk/gtkcellrendereraccel.h -include/gtk-2.0/gtk/gtkcellrenderercombo.h -include/gtk-2.0/gtk/gtkcellrendererpixbuf.h -include/gtk-2.0/gtk/gtkcellrendererprogress.h -include/gtk-2.0/gtk/gtkcellrendererspin.h -include/gtk-2.0/gtk/gtkcellrendererspinner.h -include/gtk-2.0/gtk/gtkcellrenderertext.h -include/gtk-2.0/gtk/gtkcellrenderertoggle.h -include/gtk-2.0/gtk/gtkcellview.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclipboard.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorbutton.h -include/gtk-2.0/gtk/gtkcolorsel.h -include/gtk-2.0/gtk/gtkcolorseldialog.h -include/gtk-2.0/gtk/gtkcombo.h -include/gtk-2.0/gtk/gtkcombobox.h -include/gtk-2.0/gtk/gtkcomboboxentry.h -include/gtk-2.0/gtk/gtkcontainer.h -include/gtk-2.0/gtk/gtkctree.h -include/gtk-2.0/gtk/gtkcurve.h -include/gtk-2.0/gtk/gtkdebug.h -include/gtk-2.0/gtk/gtkdialog.h -include/gtk-2.0/gtk/gtkdnd.h -include/gtk-2.0/gtk/gtkdrawingarea.h -include/gtk-2.0/gtk/gtkeditable.h -include/gtk-2.0/gtk/gtkentry.h -include/gtk-2.0/gtk/gtkentrybuffer.h -include/gtk-2.0/gtk/gtkentrycompletion.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkexpander.h -include/gtk-2.0/gtk/gtkfilechooser.h -include/gtk-2.0/gtk/gtkfilechooserbutton.h -include/gtk-2.0/gtk/gtkfilechooserdialog.h -include/gtk-2.0/gtk/gtkfilechooserwidget.h -include/gtk-2.0/gtk/gtkfilefilter.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontbutton.h -include/gtk-2.0/gtk/gtkfontsel.h -include/gtk-2.0/gtk/gtkframe.h -include/gtk-2.0/gtk/gtkgamma.h -include/gtk-2.0/gtk/gtkgc.h -include/gtk-2.0/gtk/gtkhandlebox.h -include/gtk-2.0/gtk/gtkhbbox.h -include/gtk-2.0/gtk/gtkhbox.h -include/gtk-2.0/gtk/gtkhpaned.h -include/gtk-2.0/gtk/gtkhruler.h -include/gtk-2.0/gtk/gtkhscale.h -include/gtk-2.0/gtk/gtkhscrollbar.h -include/gtk-2.0/gtk/gtkhseparator.h -include/gtk-2.0/gtk/gtkhsv.h -include/gtk-2.0/gtk/gtkiconfactory.h -include/gtk-2.0/gtk/gtkicontheme.h -include/gtk-2.0/gtk/gtkiconview.h -include/gtk-2.0/gtk/gtkinfobar.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimagemenuitem.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimcontextsimple.h -include/gtk-2.0/gtk/gtkimmodule.h -include/gtk-2.0/gtk/gtkimmulticontext.h -include/gtk-2.0/gtk/gtkinputdialog.h -include/gtk-2.0/gtk/gtkinvisible.h -include/gtk-2.0/gtk/gtkitem.h -include/gtk-2.0/gtk/gtkitemfactory.h -include/gtk-2.0/gtk/gtklabel.h -include/gtk-2.0/gtk/gtklayout.h -include/gtk-2.0/gtk/gtklinkbutton.h -include/gtk-2.0/gtk/gtklist.h -include/gtk-2.0/gtk/gtklistitem.h -include/gtk-2.0/gtk/gtkliststore.h -include/gtk-2.0/gtk/gtkmain.h -include/gtk-2.0/gtk/gtkmarshal.h -include/gtk-2.0/gtk/gtkmenu.h -include/gtk-2.0/gtk/gtkmenubar.h -include/gtk-2.0/gtk/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmenutoolbutton.h -include/gtk-2.0/gtk/gtkmessagedialog.h -include/gtk-2.0/gtk/gtkmisc.h -include/gtk-2.0/gtk/gtkmodules.h -include/gtk-2.0/gtk/gtkmountoperation.h -include/gtk-2.0/gtk/gtknotebook.h -include/gtk-2.0/gtk/gtkobject.h -include/gtk-2.0/gtk/gtkoffscreenwindow.h -include/gtk-2.0/gtk/gtkoldeditable.h -include/gtk-2.0/gtk/gtkoptionmenu.h -include/gtk-2.0/gtk/gtkorientable.h -include/gtk-2.0/gtk/gtkpagesetup.h -include/gtk-2.0/gtk/gtkpaned.h -include/gtk-2.0/gtk/gtkpapersize.h -include/gtk-2.0/gtk/gtkpixmap.h -include/gtk-2.0/gtk/gtkplug.h -include/gtk-2.0/gtk/gtkpreview.h -include/gtk-2.0/gtk/gtkprintcontext.h -include/gtk-2.0/gtk/gtkprintoperation.h -include/gtk-2.0/gtk/gtkprintoperationpreview.h -include/gtk-2.0/gtk/gtkprintsettings.h -include/gtk-2.0/gtk/gtkprivate.h -include/gtk-2.0/gtk/gtkprogress.h -include/gtk-2.0/gtk/gtkprogressbar.h -include/gtk-2.0/gtk/gtkradioaction.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkradiotoolbutton.h -include/gtk-2.0/gtk/gtkrange.h -include/gtk-2.0/gtk/gtkrc.h -include/gtk-2.0/gtk/gtkrecentaction.h -include/gtk-2.0/gtk/gtkrecentchooser.h -include/gtk-2.0/gtk/gtkrecentchooserdialog.h -include/gtk-2.0/gtk/gtkrecentchoosermenu.h -include/gtk-2.0/gtk/gtkrecentchooserwidget.h -include/gtk-2.0/gtk/gtkrecentfilter.h -include/gtk-2.0/gtk/gtkrecentmanager.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscalebutton.h -include/gtk-2.0/gtk/gtkscrollbar.h -include/gtk-2.0/gtk/gtkscrolledwindow.h -include/gtk-2.0/gtk/gtkselection.h -include/gtk-2.0/gtk/gtkseparator.h -include/gtk-2.0/gtk/gtkseparatormenuitem.h -include/gtk-2.0/gtk/gtkseparatortoolitem.h -include/gtk-2.0/gtk/gtksettings.h -include/gtk-2.0/gtk/gtkshow.h -include/gtk-2.0/gtk/gtksignal.h -include/gtk-2.0/gtk/gtksizegroup.h -include/gtk-2.0/gtk/gtksocket.h -include/gtk-2.0/gtk/gtkspinbutton.h -include/gtk-2.0/gtk/gtkspinner.h -include/gtk-2.0/gtk/gtkstatusbar.h -include/gtk-2.0/gtk/gtkstatusicon.h -include/gtk-2.0/gtk/gtkstock.h -include/gtk-2.0/gtk/gtkstyle.h -include/gtk-2.0/gtk/gtktable.h -include/gtk-2.0/gtk/gtktearoffmenuitem.h -include/gtk-2.0/gtk/gtktestutils.h -include/gtk-2.0/gtk/gtktext.h -include/gtk-2.0/gtk/gtktextbuffer.h -include/gtk-2.0/gtk/gtktextbufferrichtext.h -include/gtk-2.0/gtk/gtktextchild.h -include/gtk-2.0/gtk/gtktextdisplay.h -include/gtk-2.0/gtk/gtktextiter.h -include/gtk-2.0/gtk/gtktextlayout.h -include/gtk-2.0/gtk/gtktextmark.h -include/gtk-2.0/gtk/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktoggleaction.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoggletoolbutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktoolbutton.h -include/gtk-2.0/gtk/gtktoolitem.h -include/gtk-2.0/gtk/gtktoolitemgroup.h -include/gtk-2.0/gtk/gtktoolpalette.h -include/gtk-2.0/gtk/gtktoolshell.h -include/gtk-2.0/gtk/gtktooltip.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreednd.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktreemodel.h -include/gtk-2.0/gtk/gtktreemodelfilter.h -include/gtk-2.0/gtk/gtktreemodelsort.h -include/gtk-2.0/gtk/gtktreeselection.h -include/gtk-2.0/gtk/gtktreesortable.h -include/gtk-2.0/gtk/gtktreestore.h -include/gtk-2.0/gtk/gtktreeview.h -include/gtk-2.0/gtk/gtktreeviewcolumn.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkuimanager.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkversion.h -include/gtk-2.0/gtk/gtkviewport.h -include/gtk-2.0/gtk/gtkvolumebutton.h -include/gtk-2.0/gtk/gtkvpaned.h -include/gtk-2.0/gtk/gtkvruler.h -include/gtk-2.0/gtk/gtkvscale.h -include/gtk-2.0/gtk/gtkvscrollbar.h -include/gtk-2.0/gtk/gtkvseparator.h -include/gtk-2.0/gtk/gtkwidget.h -include/gtk-2.0/gtk/gtkwindow.h -include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkprinter.h -include/gtk-unix-print-2.0/gtk/gtkprintjob.h -include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkunixprint.h -lib/girepository-1.0/Gdk-2.0.typelib -lib/girepository-1.0/GdkPixbuf-2.0.typelib -lib/girepository-1.0/Gtk-2.0.typelib -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.a -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.la -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-qtif.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-qtif.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-qtif.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.a -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.la -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.so -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.a -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.la -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.so -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.a -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.la -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.so -lib/gtk-2.0/modules/libferret.a -lib/gtk-2.0/modules/libferret.la -lib/gtk-2.0/modules/libferret.so -lib/gtk-2.0/modules/libgail.a -lib/gtk-2.0/modules/libgail.la -lib/gtk-2.0/modules/libgail.so -lib/libgailutil.a -lib/libgailutil.la -lib/libgailutil.so -lib/libgailutil.so.18 -lib/libgdk-x11-2.0.a -lib/libgdk-x11-2.0.la -lib/libgdk-x11-2.0.so -lib/libgdk-x11-2.0.so.0 -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.la -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.la -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.0 -lib/libgtk-x11-2.0.a -lib/libgtk-x11-2.0.la -lib/libgtk-x11-2.0.so -lib/libgtk-x11-2.0.so.0 -libdata/pkgconfig/gail.pc -libdata/pkgconfig/gdk-2.0.pc -libdata/pkgconfig/gdk-pixbuf-2.0.pc -libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc -libdata/pkgconfig/gdk-x11-2.0.pc -libdata/pkgconfig/gtk+-2.0.pc -libdata/pkgconfig/gtk+-unix-print-2.0.pc -libdata/pkgconfig/gtk+-x11-2.0.pc -share/aclocal/gtk-2.0.m4 -share/gir-1.0/Gdk-2.0.gir -share/gir-1.0/GdkPixbuf-2.0.gir -share/gir-1.0/Gtk-2.0.gir -share/gtk-2.0/demo/alphatest.png -share/gtk-2.0/demo/apple-red.png -share/gtk-2.0/demo/appwindow.c -share/gtk-2.0/demo/assistant.c -share/gtk-2.0/demo/background.jpg -share/gtk-2.0/demo/builder.c -share/gtk-2.0/demo/button_box.c -share/gtk-2.0/demo/changedisplay.c -share/gtk-2.0/demo/clipboard.c -share/gtk-2.0/demo/colorsel.c -share/gtk-2.0/demo/combobox.c -share/gtk-2.0/demo/demo.ui -share/gtk-2.0/demo/dialog.c -share/gtk-2.0/demo/drawingarea.c -share/gtk-2.0/demo/editable_cells.c -share/gtk-2.0/demo/entry_buffer.c -share/gtk-2.0/demo/entry_completion.c -share/gtk-2.0/demo/expander.c -share/gtk-2.0/demo/floppybuddy.gif -share/gtk-2.0/demo/gnome-applets.png -share/gtk-2.0/demo/gnome-calendar.png -share/gtk-2.0/demo/gnome-foot.png -share/gtk-2.0/demo/gnome-fs-directory.png -share/gtk-2.0/demo/gnome-fs-regular.png -share/gtk-2.0/demo/gnome-gimp.png -share/gtk-2.0/demo/gnome-gmush.png -share/gtk-2.0/demo/gnome-gsame.png -share/gtk-2.0/demo/gnu-keys.png -share/gtk-2.0/demo/gtk-logo-rgb.gif -share/gtk-2.0/demo/hypertext.c -share/gtk-2.0/demo/iconview.c -share/gtk-2.0/demo/iconview_edit.c -share/gtk-2.0/demo/images.c -share/gtk-2.0/demo/infobar.c -share/gtk-2.0/demo/list_store.c -share/gtk-2.0/demo/links.c -share/gtk-2.0/demo/menus.c -share/gtk-2.0/demo/offscreen_window.c -share/gtk-2.0/demo/offscreen_window2.c -share/gtk-2.0/demo/panes.c -share/gtk-2.0/demo/pickers.c -share/gtk-2.0/demo/pixbufs.c -share/gtk-2.0/demo/printing.c -share/gtk-2.0/demo/rotated_text.c -share/gtk-2.0/demo/search_entry.c -share/gtk-2.0/demo/sizegroup.c -share/gtk-2.0/demo/spinner.c -share/gtk-2.0/demo/stock_browser.c -share/gtk-2.0/demo/textscroll.c -share/gtk-2.0/demo/textview.c -share/gtk-2.0/demo/toolpalette.c -share/gtk-2.0/demo/tree_store.c -share/gtk-2.0/demo/ui_manager.c -share/locale/af/LC_MESSAGES/gtk20-properties.mo -share/locale/af/LC_MESSAGES/gtk20.mo -share/locale/am/LC_MESSAGES/gtk20-properties.mo -share/locale/am/LC_MESSAGES/gtk20.mo -share/locale/ang/LC_MESSAGES/gtk20-properties.mo -share/locale/ang/LC_MESSAGES/gtk20.mo -share/locale/ar/LC_MESSAGES/gtk20-properties.mo -share/locale/ar/LC_MESSAGES/gtk20.mo -share/locale/as/LC_MESSAGES/gtk20-properties.mo -share/locale/as/LC_MESSAGES/gtk20.mo -share/locale/ast/LC_MESSAGES/gtk20-properties.mo -share/locale/ast/LC_MESSAGES/gtk20.mo -share/locale/az/LC_MESSAGES/gtk20-properties.mo -share/locale/az/LC_MESSAGES/gtk20.mo -share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo -share/locale/az_IR/LC_MESSAGES/gtk20.mo -share/locale/be/LC_MESSAGES/gtk20-properties.mo -share/locale/be/LC_MESSAGES/gtk20.mo -share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/be@latin/LC_MESSAGES/gtk20.mo -share/locale/bg/LC_MESSAGES/gtk20-properties.mo -share/locale/bg/LC_MESSAGES/gtk20.mo -share/locale/bn/LC_MESSAGES/gtk20-properties.mo -share/locale/bn/LC_MESSAGES/gtk20.mo -share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo -share/locale/bn_IN/LC_MESSAGES/gtk20.mo -share/locale/br/LC_MESSAGES/gtk20-properties.mo -share/locale/br/LC_MESSAGES/gtk20.mo -share/locale/bs/LC_MESSAGES/gtk20-properties.mo -share/locale/bs/LC_MESSAGES/gtk20.mo -share/locale/ca/LC_MESSAGES/gtk20-properties.mo -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20.mo -share/locale/crh/LC_MESSAGES/gtk20-properties.mo -share/locale/crh/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20-properties.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/cy/LC_MESSAGES/gtk20-properties.mo -share/locale/cy/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20-properties.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20-properties.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/dz/LC_MESSAGES/gtk20-properties.mo -share/locale/dz/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20-properties.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo -share/locale/en_CA/LC_MESSAGES/gtk20.mo -share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo -share/locale/en_GB/LC_MESSAGES/gtk20.mo -share/locale/eo/LC_MESSAGES/gtk20-properties.mo -share/locale/eo/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20-properties.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20-properties.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20-properties.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fa/LC_MESSAGES/gtk20-properties.mo -share/locale/fa/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20-properties.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20-properties.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20-properties.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20-properties.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/gu/LC_MESSAGES/gtk20-properties.mo -share/locale/gu/LC_MESSAGES/gtk20.mo -share/locale/he/LC_MESSAGES/gtk20-properties.mo -share/locale/he/LC_MESSAGES/gtk20.mo -share/locale/hi/LC_MESSAGES/gtk20-properties.mo -share/locale/hi/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20-properties.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20-properties.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/hy/LC_MESSAGES/gtk20-properties.mo -share/locale/hy/LC_MESSAGES/gtk20.mo -share/locale/ia/LC_MESSAGES/gtk20-properties.mo -share/locale/ia/LC_MESSAGES/gtk20.mo -share/locale/id/LC_MESSAGES/gtk20-properties.mo -share/locale/id/LC_MESSAGES/gtk20.mo -share/locale/io/LC_MESSAGES/gtk20-properties.mo -share/locale/io/LC_MESSAGES/gtk20.mo -share/locale/is/LC_MESSAGES/gtk20-properties.mo -share/locale/is/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20-properties.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20-properties.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ka/LC_MESSAGES/gtk20-properties.mo -share/locale/ka/LC_MESSAGES/gtk20.mo -share/locale/kn/LC_MESSAGES/gtk20-properties.mo -share/locale/kn/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20-properties.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/ku/LC_MESSAGES/gtk20-properties.mo -share/locale/ku/LC_MESSAGES/gtk20.mo -share/locale/li/LC_MESSAGES/gtk20-properties.mo -share/locale/li/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20-properties.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/lv/LC_MESSAGES/gtk20-properties.mo -share/locale/lv/LC_MESSAGES/gtk20.mo -share/locale/mai/LC_MESSAGES/gtk20-properties.mo -share/locale/mai/LC_MESSAGES/gtk20.mo -share/locale/mi/LC_MESSAGES/gtk20-properties.mo -share/locale/mi/LC_MESSAGES/gtk20.mo -share/locale/mk/LC_MESSAGES/gtk20-properties.mo -share/locale/mk/LC_MESSAGES/gtk20.mo -share/locale/ml/LC_MESSAGES/gtk20-properties.mo -share/locale/ml/LC_MESSAGES/gtk20.mo -share/locale/mn/LC_MESSAGES/gtk20-properties.mo -share/locale/mn/LC_MESSAGES/gtk20.mo -share/locale/mr/LC_MESSAGES/gtk20-properties.mo -share/locale/mr/LC_MESSAGES/gtk20.mo -share/locale/ms/LC_MESSAGES/gtk20-properties.mo -share/locale/ms/LC_MESSAGES/gtk20.mo -share/locale/my/LC_MESSAGES/gtk20-properties.mo -share/locale/my/LC_MESSAGES/gtk20.mo -share/locale/nb/LC_MESSAGES/gtk20-properties.mo -share/locale/nb/LC_MESSAGES/gtk20.mo -share/locale/nds/LC_MESSAGES/gtk20-properties.mo -share/locale/nds/LC_MESSAGES/gtk20.mo -share/locale/ne/LC_MESSAGES/gtk20-properties.mo -share/locale/ne/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20-properties.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/nn/LC_MESSAGES/gtk20-properties.mo -share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/nso/LC_MESSAGES/gtk20-properties.mo -share/locale/nso/LC_MESSAGES/gtk20.mo -share/locale/oc/LC_MESSAGES/gtk20-properties.mo -share/locale/oc/LC_MESSAGES/gtk20.mo -share/locale/or/LC_MESSAGES/gtk20-properties.mo -share/locale/or/LC_MESSAGES/gtk20.mo -share/locale/pa/LC_MESSAGES/gtk20-properties.mo -share/locale/pa/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20-properties.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/ps/LC_MESSAGES/gtk20-properties.mo -share/locale/ps/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20-properties.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20-properties.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20-properties.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/rw/LC_MESSAGES/gtk20-properties.mo -share/locale/rw/LC_MESSAGES/gtk20.mo -share/locale/si/LC_MESSAGES/gtk20-properties.mo -share/locale/si/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20-properties.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20-properties.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sq/LC_MESSAGES/gtk20-properties.mo -share/locale/sq/LC_MESSAGES/gtk20.mo -share/locale/sr/LC_MESSAGES/gtk20-properties.mo -share/locale/sr/LC_MESSAGES/gtk20.mo -share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@ije/LC_MESSAGES/gtk20.mo -share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@latin/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20-properties.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/ta/LC_MESSAGES/gtk20-properties.mo -share/locale/ta/LC_MESSAGES/gtk20.mo -share/locale/te/LC_MESSAGES/gtk20-properties.mo -share/locale/te/LC_MESSAGES/gtk20.mo -share/locale/th/LC_MESSAGES/gtk20-properties.mo -share/locale/th/LC_MESSAGES/gtk20.mo -share/locale/tk/LC_MESSAGES/gtk20-properties.mo -share/locale/tk/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20-properties.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/tt/LC_MESSAGES/gtk20-properties.mo -share/locale/tt/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20-properties.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/ur/LC_MESSAGES/gtk20-properties.mo -share/locale/ur/LC_MESSAGES/gtk20.mo -share/locale/uz/LC_MESSAGES/gtk20-properties.mo -share/locale/uz/LC_MESSAGES/gtk20.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo -share/locale/vi/LC_MESSAGES/gtk20-properties.mo -share/locale/vi/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20-properties.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/xh/LC_MESSAGES/gtk20-properties.mo -share/locale/xh/LC_MESSAGES/gtk20.mo -share/locale/yi/LC_MESSAGES/gtk20-properties.mo -share/locale/yi/LC_MESSAGES/gtk20.mo -share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_CN/LC_MESSAGES/gtk20.mo -share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_HK/LC_MESSAGES/gtk20.mo -share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_TW/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0-key/gtkrc -share/themes/Emacs/gtk-2.0-key/gtkrc -share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Raleigh/gtk-2.0 -@dirrm share/themes/Raleigh -@dirrm share/themes/Emacs/gtk-2.0-key -@dirrm share/themes/Emacs -@dirrm share/themes/Default/gtk-2.0-key -@dirrm share/gtk-2.0/demo -@dirrm share/gtk-2.0 -@dirrm include/gtk-unix-print-2.0/gtk -@dirrm include/gtk-unix-print-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk-pixbuf-xlib -@dirrm include/gtk-2.0/gdk-pixbuf -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@dirrm include/gail-1.0/libgail-util -@dirrm include/gail-1.0/gail -@dirrm include/gail-1.0 -@dirrm etc/gtk-2.0 -@exec /bin/mkdir -p %D/lib/gtk-2.0/modules -@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK_VERSION%%/engines -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrmtry lib/gtk-2.0/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/printbackends -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/immodules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%% -@dirrmtry lib/gtk-2.0 -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 2>/dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index eab7d9fab..000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.63 2010/04/16 23:38:41 kwm Exp $ -# - -PORTNAME= gtkmm -PORTVERSION= 2.20.3 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk - -USE_BZIP2= yes -LATEST_LINK= gtkmm24 - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \ - pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk20 ltverhack:1 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index 2e84b722c..000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkmm-2.20.3.tar.bz2) = c35f236091b4f96fe45c53b4107400a9 -SHA256 (gnome2/gtkmm-2.20.3.tar.bz2) = 311d2156f15cdbdce22cb2af6e606a3f621d7dfebea6f7b1be0132e81af90585 -SIZE (gnome2/gtkmm-2.20.3.tar.bz2) = 12554334 diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index b2371e32c..000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango and Atk. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index 018f35b82..000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,532 +0,0 @@ -include/atkmm-1.6/atkmm.h -include/atkmm-1.6/atkmm/action.h -include/atkmm-1.6/atkmm/component.h -include/atkmm-1.6/atkmm/document.h -include/atkmm-1.6/atkmm/editabletext.h -include/atkmm-1.6/atkmm/hyperlink.h -include/atkmm-1.6/atkmm/hypertext.h -include/atkmm-1.6/atkmm/image.h -include/atkmm-1.6/atkmm/implementor.h -include/atkmm-1.6/atkmm/init.h -include/atkmm-1.6/atkmm/noopobject.h -include/atkmm-1.6/atkmm/object.h -include/atkmm-1.6/atkmm/objectaccessible.h -include/atkmm-1.6/atkmm/private/action_p.h -include/atkmm-1.6/atkmm/private/component_p.h -include/atkmm-1.6/atkmm/private/document_p.h -include/atkmm-1.6/atkmm/private/editabletext_p.h -include/atkmm-1.6/atkmm/private/hyperlink_p.h -include/atkmm-1.6/atkmm/private/hypertext_p.h -include/atkmm-1.6/atkmm/private/image_p.h -include/atkmm-1.6/atkmm/private/implementor_p.h -include/atkmm-1.6/atkmm/private/noopobject_p.h -include/atkmm-1.6/atkmm/private/object_p.h -include/atkmm-1.6/atkmm/private/objectaccessible_p.h -include/atkmm-1.6/atkmm/private/relation_p.h -include/atkmm-1.6/atkmm/private/relationset_p.h -include/atkmm-1.6/atkmm/private/selection_p.h -include/atkmm-1.6/atkmm/private/stateset_p.h -include/atkmm-1.6/atkmm/private/streamablecontent_p.h -include/atkmm-1.6/atkmm/private/table_p.h -include/atkmm-1.6/atkmm/private/text_p.h -include/atkmm-1.6/atkmm/private/value_p.h -include/atkmm-1.6/atkmm/relation.h -include/atkmm-1.6/atkmm/relationset.h -include/atkmm-1.6/atkmm/selection.h -include/atkmm-1.6/atkmm/stateset.h -include/atkmm-1.6/atkmm/streamablecontent.h -include/atkmm-1.6/atkmm/table.h -include/atkmm-1.6/atkmm/text.h -include/atkmm-1.6/atkmm/value.h -include/atkmm-1.6/atkmm/wrap_init.h -include/gdkmm-%%API_VERSION%%/gdkmm.h -include/gdkmm-%%API_VERSION%%/gdkmm/bitmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/color.h -include/gdkmm-%%API_VERSION%%/gdkmm/colormap.h -include/gdkmm-%%API_VERSION%%/gdkmm/cursor.h -include/gdkmm-%%API_VERSION%%/gdkmm/device.h -include/gdkmm-%%API_VERSION%%/gdkmm/display.h -include/gdkmm-%%API_VERSION%%/gdkmm/displaymanager.h -include/gdkmm-%%API_VERSION%%/gdkmm/dragcontext.h -include/gdkmm-%%API_VERSION%%/gdkmm/drawable.h -include/gdkmm-%%API_VERSION%%/gdkmm/event.h -include/gdkmm-%%API_VERSION%%/gdkmm/gc.h -include/gdkmm-%%API_VERSION%%/gdkmm/general.h -include/gdkmm-%%API_VERSION%%/gdkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/infobar.h -include/gdkmm-%%API_VERSION%%/gdkmm/list.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbuf.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimation.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimationiter.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufformat.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufloader.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/bitmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/color_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/colormap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/cursor_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/device_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/display_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/displaymanager_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/dragcontext_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/drawable_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/event_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/gc_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/infobar_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbuf_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimation_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimationiter_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufformat_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufloader_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rectangle_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/region_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rgbcmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/screen_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/types_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/visual_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/window_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/rectangle.h -include/gdkmm-%%API_VERSION%%/gdkmm/region.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgb.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgbcmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/screen.h -include/gdkmm-%%API_VERSION%%/gdkmm/types.h -include/gdkmm-%%API_VERSION%%/gdkmm/visual.h -include/gdkmm-%%API_VERSION%%/gdkmm/window.h -include/gdkmm-%%API_VERSION%%/gdkmm/wrap_init.h -include/gtkmm-%%API_VERSION%%/gtkmm.h -include/gtkmm-%%API_VERSION%%/gtkmm/aboutdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelgroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelkey.h -include/gtkmm-%%API_VERSION%%/gtkmm/accellabel.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelmap.h -include/gtkmm-%%API_VERSION%%/gtkmm/action.h -include/gtkmm-%%API_VERSION%%/gtkmm/actiongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/activatable.h -include/gtkmm-%%API_VERSION%%/gtkmm/adjustment.h -include/gtkmm-%%API_VERSION%%/gtkmm/alignment.h -include/gtkmm-%%API_VERSION%%/gtkmm/arrow.h -include/gtkmm-%%API_VERSION%%/gtkmm/aspectframe.h -include/gtkmm-%%API_VERSION%%/gtkmm/assistant.h -include/gtkmm-%%API_VERSION%%/gtkmm/base.h -include/gtkmm-%%API_VERSION%%/gtkmm/bin.h -include/gtkmm-%%API_VERSION%%/gtkmm/border.h -include/gtkmm-%%API_VERSION%%/gtkmm/box.h -include/gtkmm-%%API_VERSION%%/gtkmm/builder.h -include/gtkmm-%%API_VERSION%%/gtkmm/button.h -include/gtkmm-%%API_VERSION%%/gtkmm/buttonbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/calendar.h -include/gtkmm-%%API_VERSION%%/gtkmm/celleditable.h -include/gtkmm-%%API_VERSION%%/gtkmm/celllayout.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer_generation.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendereraccel.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderercombo.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererpixbuf.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererprogress.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspin.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspinner.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertext.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertoggle.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellview.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/clipboard.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/combo.h -include/gtkmm-%%API_VERSION%%/gtkmm/combobox.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentrytext.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/container.h -include/gtkmm-%%API_VERSION%%/gtkmm/curve.h -include/gtkmm-%%API_VERSION%%/gtkmm/dialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/drawingarea.h -include/gtkmm-%%API_VERSION%%/gtkmm/editable.h -include/gtkmm-%%API_VERSION%%/gtkmm/entry.h -include/gtkmm-%%API_VERSION%%/gtkmm/entrybuffer.h -include/gtkmm-%%API_VERSION%%/gtkmm/entrycompletion.h -include/gtkmm-%%API_VERSION%%/gtkmm/enums.h -include/gtkmm-%%API_VERSION%%/gtkmm/eventbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/expander.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/filefilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/fileselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/fixed.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/frame.h -include/gtkmm-%%API_VERSION%%/gtkmm/handlebox.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconfactory.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconset.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/icontheme.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconview.h -include/gtkmm-%%API_VERSION%%/gtkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/imagemenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/inputdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/invisible.h -include/gtkmm-%%API_VERSION%%/gtkmm/item.h -include/gtkmm-%%API_VERSION%%/gtkmm/label.h -include/gtkmm-%%API_VERSION%%/gtkmm/layout.h -include/gtkmm-%%API_VERSION%%/gtkmm/linkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/liststore.h -include/gtkmm-%%API_VERSION%%/gtkmm/listviewtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/main.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu_elems.h -include/gtkmm-%%API_VERSION%%/gtkmm/menubar.h -include/gtkmm-%%API_VERSION%%/gtkmm/menuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/menushell.h -include/gtkmm-%%API_VERSION%%/gtkmm/menutoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/messagedialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/misc.h -include/gtkmm-%%API_VERSION%%/gtkmm/notebook.h -include/gtkmm-%%API_VERSION%%/gtkmm/object.h -include/gtkmm-%%API_VERSION%%/gtkmm/offscreenwindow.h -include/gtkmm-%%API_VERSION%%/gtkmm/optionmenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/orientable.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetup.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetupunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/paned.h -include/gtkmm-%%API_VERSION%%/gtkmm/papersize.h -include/gtkmm-%%API_VERSION%%/gtkmm/plug.h -include/gtkmm-%%API_VERSION%%/gtkmm/printcontext.h -include/gtkmm-%%API_VERSION%%/gtkmm/printer.h -include/gtkmm-%%API_VERSION%%/gtkmm/printjob.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperation.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperationpreview.h -include/gtkmm-%%API_VERSION%%/gtkmm/printsettings.h -include/gtkmm-%%API_VERSION%%/gtkmm/printunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aboutdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accelgroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accellabel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/action_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/actiongroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/activatable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/adjustment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/alignment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/arrow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aspectframe_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/assistant_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/bin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/box_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/builder_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/button_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/buttonbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/calendar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celleditable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celllayout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendereraccel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderercombo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererprogress_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspinner_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/clipboard_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combobox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/comboboxentry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/container_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/curve_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/dialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/drawingarea_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/editable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entrybuffer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entrycompletion_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/enums_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/eventbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/expander_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filefilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fileselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fixed_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/frame_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/handlebox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconfactory_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconset_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/icontheme_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/imagemenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/inputdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/invisible_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/item_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/label_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/layout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/linkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/liststore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/main_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menubar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menushell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menutoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/messagedialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/misc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/notebook_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/object_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/offscreenwindow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/optionmenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/orientable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetupunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/paned_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/papersize_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/plug_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printcontext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printjob_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperation_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperationpreview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printsettings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/progressbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radioaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiobutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiomenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiotoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/range_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/rc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchoosermenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentmanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/ruler_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scale_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scalebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrolledwindow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/selectiondata_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separator_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatormenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatortoolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/settings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/sizegroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/socket_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/spinbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/spinner_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusicon_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/stockitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/style_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/table_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/targetlist_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textattributes_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textbuffer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textchildanchor_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textmark_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttag_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttagtable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggleaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/togglebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggletoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitemgroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolpalette_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolshell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltip_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltips_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragdest_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelsort_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treepath_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treerowreference_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treesortable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treestore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/uimanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/viewport_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/volumebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/widget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/window_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/progressbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/radioaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobuttongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiomenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiotoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/range.h -include/gtkmm-%%API_VERSION%%/gtkmm/rc.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchoosermenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentmanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/ruler.h -include/gtkmm-%%API_VERSION%%/gtkmm/scale.h -include/gtkmm-%%API_VERSION%%/gtkmm/scalebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrollbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrolledwindow.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/separator.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatormenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatortoolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/settings.h -include/gtkmm-%%API_VERSION%%/gtkmm/sizegroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/socket.h -include/gtkmm-%%API_VERSION%%/gtkmm/spinbutton.h -include/gtkmm-2.4/gtkmm/spinner.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusicon.h -include/gtkmm-%%API_VERSION%%/gtkmm/stock.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockid.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/style.h -include/gtkmm-%%API_VERSION%%/gtkmm/table.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetlist.h -include/gtkmm-%%API_VERSION%%/gtkmm/tearoffmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/textattributes.h -include/gtkmm-%%API_VERSION%%/gtkmm/textbuffer.h -include/gtkmm-%%API_VERSION%%/gtkmm/textchildanchor.h -include/gtkmm-%%API_VERSION%%/gtkmm/textiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/textmark.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttag.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttagtable.h -include/gtkmm-%%API_VERSION%%/gtkmm/textview.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggleaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/togglebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggletoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolitem.h -include/gtkmm-2.4/gtkmm/toolitemgroup.h -include/gtkmm-2.4/gtkmm/toolpalette.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolshell.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltip.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltips.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragdest.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodel.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelsort.h -include/gtkmm-%%API_VERSION%%/gtkmm/treepath.h -include/gtkmm-%%API_VERSION%%/gtkmm/treerowreference.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/treesortable.h -include/gtkmm-%%API_VERSION%%/gtkmm/treestore.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeviewcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/uimanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/viewport.h -include/gtkmm-%%API_VERSION%%/gtkmm/volumebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/widget.h -include/gtkmm-%%API_VERSION%%/gtkmm/window.h -include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h -lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h -lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h -lib/libatkmm-1.6.a -lib/libatkmm-1.6.la -lib/libatkmm-1.6.so -lib/libatkmm-1.6.so.1 -lib/libgdkmm-%%VERSION%%.a -lib/libgdkmm-%%VERSION%%.la -lib/libgdkmm-%%VERSION%%.so -lib/libgdkmm-%%VERSION%%.so.1 -lib/libgtkmm-%%VERSION%%.a -lib/libgtkmm-%%VERSION%%.la -lib/libgtkmm-%%VERSION%%.so -lib/libgtkmm-%%VERSION%%.so.1 -libdata/pkgconfig/atkmm-1.6.pc -libdata/pkgconfig/gdkmm-%%API_VERSION%%.pc -libdata/pkgconfig/gtkmm-%%API_VERSION%%.pc -share/gtkmm-%%API_VERSION%%/demo/alphatest.png -share/gtkmm-%%API_VERSION%%/demo/apple-red.png -share/gtkmm-%%API_VERSION%%/demo/background.jpg -share/gtkmm-%%API_VERSION%%/demo/demo-common.cc -share/gtkmm-%%API_VERSION%%/demo/demo-common.h -share/gtkmm-%%API_VERSION%%/demo/demos.h -share/gtkmm-%%API_VERSION%%/demo/demowindow.cc -share/gtkmm-%%API_VERSION%%/demo/demowindow.h -share/gtkmm-%%API_VERSION%%/demo/example_appwindow.cc -share/gtkmm-%%API_VERSION%%/demo/example_buttonbox.cc -share/gtkmm-%%API_VERSION%%/demo/example_change_display.cc -share/gtkmm-%%API_VERSION%%/demo/example_colorsel.cc -share/gtkmm-%%API_VERSION%%/demo/example_dialog.cc -share/gtkmm-%%API_VERSION%%/demo/example_drawingarea.cc -share/gtkmm-%%API_VERSION%%/demo/example_iconview.cc -share/gtkmm-%%API_VERSION%%/demo/example_images.cc -share/gtkmm-%%API_VERSION%%/demo/example_menus.cc -share/gtkmm-%%API_VERSION%%/demo/example_panes.cc -share/gtkmm-%%API_VERSION%%/demo/example_pixbufs.cc -share/gtkmm-%%API_VERSION%%/demo/example_sizegroup.cc -share/gtkmm-%%API_VERSION%%/demo/example_stockbrowser.cc -share/gtkmm-%%API_VERSION%%/demo/example_textview.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_editable_cells.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_liststore.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_treestore.cc -share/gtkmm-%%API_VERSION%%/demo/example_uimanager.cc -share/gtkmm-%%API_VERSION%%/demo/floppybuddy.gif -share/gtkmm-%%API_VERSION%%/demo/gnome-applets.png -share/gtkmm-%%API_VERSION%%/demo/gnome-calendar.png -share/gtkmm-%%API_VERSION%%/demo/gnome-foot.png -share/gtkmm-%%API_VERSION%%/demo/gnome-fs-directory.png -share/gtkmm-%%API_VERSION%%/demo/gnome-fs-regular.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gimp.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gmush.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gsame.png -share/gtkmm-%%API_VERSION%%/demo/gnu-keys.png -share/gtkmm-%%API_VERSION%%/demo/gtk-logo-rgb.gif -share/gtkmm-%%API_VERSION%%/demo/main.cc -share/gtkmm-%%API_VERSION%%/demo/textwidget.cc -share/gtkmm-%%API_VERSION%%/demo/textwidget.h -@dirrm share/gtkmm-%%API_VERSION%%/demo -@dirrm share/gtkmm-%%API_VERSION%% -@dirrm lib/gtkmm-%%API_VERSION%%/include -@dirrm lib/gtkmm-%%API_VERSION%% -@dirrm lib/gdkmm-%%API_VERSION%%/include -@dirrm lib/gdkmm-%%API_VERSION%% -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm/private -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm -@dirrm include/gtkmm-%%API_VERSION%% -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm/private -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm -@dirrm include/gdkmm-%%API_VERSION%% -@dirrm include/atkmm-1.6/atkmm/private -@dirrm include/atkmm-1.6/atkmm -@dirrm include/atkmm-1.6 diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile deleted file mode 100644 index 0ad998d9d..000000000 --- a/x11-toolkits/gtksourceview2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gtksourceview -# Date created: 07 May 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.90 2010/03/28 17:59:04 marcus Exp $ -# - -PORTNAME= gtksourceview2 -PORTVERSION= 2.10.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack gtk20 gconf2 libxml2 intlhack \ - ltverhack referencehack -CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtksourceview2/distinfo b/x11-toolkits/gtksourceview2/distinfo deleted file mode 100644 index 7563d67fe..000000000 --- a/x11-toolkits/gtksourceview2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtksourceview-2.10.1.tar.bz2) = 1ed3eae620ec95b82baae9de6600af22 -SHA256 (gnome2/gtksourceview-2.10.1.tar.bz2) = ac8bcb8a8e1c4cc2681de142750bf78daa3b877c19a53c3d1d8412ad4d01b387 -SIZE (gnome2/gtksourceview-2.10.1.tar.bz2) = 1240083 diff --git a/x11-toolkits/gtksourceview2/pkg-descr b/x11-toolkits/gtksourceview2/pkg-descr deleted file mode 100644 index 729f71780..000000000 --- a/x11-toolkits/gtksourceview2/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GtkSourceView is a text widget for Gtk+-2 that provides syntax highlighting -and other features typically expected in a source code editor. diff --git a/x11-toolkits/gtksourceview2/pkg-plist b/x11-toolkits/gtksourceview2/pkg-plist deleted file mode 100644 index df3b628d2..000000000 --- a/x11-toolkits/gtksourceview2/pkg-plist +++ /dev/null @@ -1,232 +0,0 @@ -include/gtksourceview-2.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h -include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h -include/gtksourceview-2.0/gtksourceview/gtksourcecompletion.h -include/gtksourceview-2.0/gtksourceview/gtksourcecompletioncontext.h -include/gtksourceview-2.0/gtksourceview/gtksourcecompletioninfo.h -include/gtksourceview-2.0/gtksourceview/gtksourcecompletionitem.h -include/gtksourceview-2.0/gtksourceview/gtksourcecompletionproposal.h -include/gtksourceview-2.0/gtksourceview/gtksourcecompletionprovider.h -include/gtksourceview-2.0/gtksourceview/gtksourcegutter.h -include/gtksourceview-2.0/gtksourceview/gtksourceiter.h -include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h -include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h -include/gtksourceview-2.0/gtksourceview/gtksourcemark.h -include/gtksourceview-2.0/gtksourceview/gtksourceprintcompositor.h -include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h -include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h -include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h -include/gtksourceview-2.0/gtksourceview/gtksourceundomanager.h -include/gtksourceview-2.0/gtksourceview/gtksourceview-typebuiltins.h -include/gtksourceview-2.0/gtksourceview/gtksourceview.h -lib/libgtksourceview-2.0.a -lib/libgtksourceview-2.0.la -lib/libgtksourceview-2.0.so -lib/libgtksourceview-2.0.so.0 -libdata/pkgconfig/gtksourceview-2.0.pc -share/gtksourceview-2.0/language-specs/R.lang -share/gtksourceview-2.0/language-specs/ada.lang -share/gtksourceview-2.0/language-specs/asp.lang -share/gtksourceview-2.0/language-specs/awk.lang -share/gtksourceview-2.0/language-specs/bibtex.lang -share/gtksourceview-2.0/language-specs/boo.lang -share/gtksourceview-2.0/language-specs/c.lang -share/gtksourceview-2.0/language-specs/cg.lang -share/gtksourceview-2.0/language-specs/changelog.lang -share/gtksourceview-2.0/language-specs/chdr.lang -share/gtksourceview-2.0/language-specs/check.sh -share/gtksourceview-2.0/language-specs/cmake.lang -share/gtksourceview-2.0/language-specs/convert.py -share/gtksourceview-2.0/language-specs/cpp.lang -share/gtksourceview-2.0/language-specs/csharp.lang -share/gtksourceview-2.0/language-specs/css.lang -share/gtksourceview-2.0/language-specs/cuda.lang -share/gtksourceview-2.0/language-specs/d.lang -share/gtksourceview-2.0/language-specs/def.lang -share/gtksourceview-2.0/language-specs/desktop.lang -share/gtksourceview-2.0/language-specs/diff.lang -share/gtksourceview-2.0/language-specs/docbook.lang -share/gtksourceview-2.0/language-specs/dosbatch.lang -share/gtksourceview-2.0/language-specs/dot.lang -share/gtksourceview-2.0/language-specs/dpatch.lang -share/gtksourceview-2.0/language-specs/dtd.lang -share/gtksourceview-2.0/language-specs/eiffel.lang -share/gtksourceview-2.0/language-specs/erlang.lang -share/gtksourceview-2.0/language-specs/fcl.lang -share/gtksourceview-2.0/language-specs/forth.lang -share/gtksourceview-2.0/language-specs/fortran.lang -share/gtksourceview-2.0/language-specs/fsharp.lang -share/gtksourceview-2.0/language-specs/gap.lang -share/gtksourceview-2.0/language-specs/glsl.lang -share/gtksourceview-2.0/language-specs/gtk-doc.lang -share/gtksourceview-2.0/language-specs/gtkrc.lang -share/gtksourceview-2.0/language-specs/haddock.lang -share/gtksourceview-2.0/language-specs/haskell-literate.lang -share/gtksourceview-2.0/language-specs/haskell.lang -share/gtksourceview-2.0/language-specs/html.lang -share/gtksourceview-2.0/language-specs/idl.lang -share/gtksourceview-2.0/language-specs/ini.lang -share/gtksourceview-2.0/language-specs/java.lang -share/gtksourceview-2.0/language-specs/javascript.lang -share/gtksourceview-2.0/language-specs/language.dtd -share/gtksourceview-2.0/language-specs/language.rng -share/gtksourceview-2.0/language-specs/language2.rng -share/gtksourceview-2.0/language-specs/latex.lang -share/gtksourceview-2.0/language-specs/libtool.lang -share/gtksourceview-2.0/language-specs/lua.lang -share/gtksourceview-2.0/language-specs/m4.lang -share/gtksourceview-2.0/language-specs/makefile.lang -share/gtksourceview-2.0/language-specs/mallard.lang -share/gtksourceview-2.0/language-specs/msil.lang -share/gtksourceview-2.0/language-specs/nemerle.lang -share/gtksourceview-2.0/language-specs/nsis.lang -share/gtksourceview-2.0/language-specs/objc.lang -share/gtksourceview-2.0/language-specs/ocaml.lang -share/gtksourceview-2.0/language-specs/ocl.lang -share/gtksourceview-2.0/language-specs/octave.lang -share/gtksourceview-2.0/language-specs/ooc.lang -share/gtksourceview-2.0/language-specs/pascal.lang -share/gtksourceview-2.0/language-specs/perl.lang -share/gtksourceview-2.0/language-specs/php.lang -share/gtksourceview-2.0/language-specs/pkgconfig.lang -share/gtksourceview-2.0/language-specs/po.lang -share/gtksourceview-2.0/language-specs/prolog.lang -share/gtksourceview-2.0/language-specs/python.lang -share/gtksourceview-2.0/language-specs/rpmspec.lang -share/gtksourceview-2.0/language-specs/ruby.lang -share/gtksourceview-2.0/language-specs/scheme.lang -share/gtksourceview-2.0/language-specs/sh.lang -share/gtksourceview-2.0/language-specs/sparql.lang -share/gtksourceview-2.0/language-specs/sql.lang -share/gtksourceview-2.0/language-specs/styles.rng -share/gtksourceview-2.0/language-specs/t2t.lang -share/gtksourceview-2.0/language-specs/tcl.lang -share/gtksourceview-2.0/language-specs/texinfo.lang -share/gtksourceview-2.0/language-specs/vala.lang -share/gtksourceview-2.0/language-specs/vbnet.lang -share/gtksourceview-2.0/language-specs/verilog.lang -share/gtksourceview-2.0/language-specs/vhdl.lang -share/gtksourceview-2.0/language-specs/xml.lang -share/gtksourceview-2.0/language-specs/xslt.lang -share/gtksourceview-2.0/language-specs/yacc.lang -share/gtksourceview-2.0/styles/classic.xml -share/gtksourceview-2.0/styles/cobalt.xml -share/gtksourceview-2.0/styles/kate.xml -share/gtksourceview-2.0/styles/oblivion.xml -share/gtksourceview-2.0/styles/styles.rng -share/gtksourceview-2.0/styles/tango.xml -share/locale/ar/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/as/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ast/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/az/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/be/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bg/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bs/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ca/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/cs/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/cy/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/da/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/dz/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/el/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en_CA/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en_GB/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/es/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/et/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/eu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fa/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ga/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/gl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/gu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/he/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/id/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/it/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ja/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/kn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ko/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/lt/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/lv/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mai/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mg/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ml/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ms/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nb/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ne/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/oc/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/or/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pa/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pt/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ro/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ru/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/rw/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/si/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sq/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sv/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ta/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/te/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/th/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/tr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/uk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/vi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/xh/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gtksourceview-2.0.mo -@dirrm share/gtksourceview-2.0/styles -@dirrm share/gtksourceview-2.0/language-specs -@dirrm share/gtksourceview-2.0 -@dirrm include/gtksourceview-2.0/gtksourceview/completion-providers/words -@dirrm include/gtksourceview-2.0/gtksourceview/completion-providers -@dirrm include/gtksourceview-2.0/gtksourceview -@dirrm include/gtksourceview-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile deleted file mode 100644 index 63c87ad78..000000000 --- a/x11-toolkits/libbonoboui/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libbonoboui -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libbonoboui -PORTVERSION= 2.24.3 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GUI frontend to the libbonobo component of GNOME 2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ - libgnomecanvas libgnome referencehack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libbonoboui/distinfo b/x11-toolkits/libbonoboui/distinfo deleted file mode 100644 index 4953d1fe3..000000000 --- a/x11-toolkits/libbonoboui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/libbonoboui-2.24.3.tar.bz2) = 3a754b1df0a4d5fd4836a05020a0bb4a -SHA256 (gnome/libbonoboui-2.24.3.tar.bz2) = 0be51ee3069a2ef21d98561ee28036dd263ac08b401776fe9164e084825ffd84 -SIZE (gnome/libbonoboui-2.24.3.tar.bz2) = 926983 diff --git a/x11-toolkits/libbonoboui/files/patch-Makefile.in b/x11-toolkits/libbonoboui/files/patch-Makefile.in deleted file mode 100644 index 4ef163bda..000000000 --- a/x11-toolkits/libbonoboui/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-07-31 00:33:13.000000000 -0400 -+++ Makefile.in 2007-07-31 00:33:29.000000000 -0400 -@@ -253,7 +253,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = bonobo glade samples tests tools po doc -+SUBDIRS = bonobo glade samples tools po doc - libincludedir = $(includedir)/libbonoboui-2.0 - libinclude_HEADERS = \ - bonobo.h \ diff --git a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c b/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c deleted file mode 100644 index 9de410568..000000000 --- a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c +++ /dev/null @@ -1,21 +0,0 @@ ---- bonobo/bonobo-ui-util.c.orig Fri Feb 28 10:40:12 2003 -+++ bonobo/bonobo-ui-util.c Wed Apr 16 10:13:23 2003 -@@ -558,14 +558,11 @@ - else - prefix = NULL; - -- if (prefix) -+ datadir = NULL; -+ g_object_get (G_OBJECT (gnome_program_get ()), -+ GNOME_PARAM_APP_DATADIR, &datadir, NULL); -+ if (!datadir && prefix) - datadir = g_strdup_printf ("%s/share", prefix); -- -- else { -- datadir = NULL; -- g_object_get (G_OBJECT (gnome_program_get ()), -- GNOME_PARAM_APP_DATADIR, &datadir, NULL); -- } - - if (!datadir) /* desparate fallback */ - datadir = g_strdup (BONOBO_DATADIR); diff --git a/x11-toolkits/libbonoboui/pkg-descr b/x11-toolkits/libbonoboui/pkg-descr deleted file mode 100644 index 8ca4e661c..000000000 --- a/x11-toolkits/libbonoboui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Bonobo is a set of language- and system-independant CORBA -interfaces for creating reusable components and compound documents. - -libbonoboui includes a Gtk+-based implementation of the Bonobo -interfaces. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libbonoboui/pkg-plist b/x11-toolkits/libbonoboui/pkg-plist deleted file mode 100644 index 34ed3af15..000000000 --- a/x11-toolkits/libbonoboui/pkg-plist +++ /dev/null @@ -1,188 +0,0 @@ -bin/bonobo-browser -include/libbonoboui-2.0/bonobo.h -include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h -include/libbonoboui-2.0/bonobo/bonobo-canvas-item.h -include/libbonoboui-2.0/bonobo/bonobo-control-frame.h -include/libbonoboui-2.0/bonobo/bonobo-control.h -include/libbonoboui-2.0/bonobo/bonobo-dock-band.h -include/libbonoboui-2.0/bonobo/bonobo-dock-item.h -include/libbonoboui-2.0/bonobo/bonobo-dock-layout.h -include/libbonoboui-2.0/bonobo/bonobo-dock.h -include/libbonoboui-2.0/bonobo/bonobo-file-selector-util.h -include/libbonoboui-2.0/bonobo/bonobo-plug.h -include/libbonoboui-2.0/bonobo/bonobo-property-control.h -include/libbonoboui-2.0/bonobo/bonobo-selector-widget.h -include/libbonoboui-2.0/bonobo/bonobo-selector.h -include/libbonoboui-2.0/bonobo/bonobo-socket.h -include/libbonoboui-2.0/bonobo/bonobo-ui-component.h -include/libbonoboui-2.0/bonobo/bonobo-ui-config-widget.h -include/libbonoboui-2.0/bonobo/bonobo-ui-container.h -include/libbonoboui-2.0/bonobo/bonobo-ui-engine.h -include/libbonoboui-2.0/bonobo/bonobo-ui-main.h -include/libbonoboui-2.0/bonobo/bonobo-ui-node.h -include/libbonoboui-2.0/bonobo/bonobo-ui-sync.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-button-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar.h -include/libbonoboui-2.0/bonobo/bonobo-ui-type-builtins.h -include/libbonoboui-2.0/bonobo/bonobo-ui-util.h -include/libbonoboui-2.0/bonobo/bonobo-widget.h -include/libbonoboui-2.0/bonobo/bonobo-window.h -include/libbonoboui-2.0/bonobo/bonobo-zoomable-frame.h -include/libbonoboui-2.0/bonobo/bonobo-zoomable.h -include/libbonoboui-2.0/libbonoboui.h -lib/bonobo-2.0/samples/bonobo-sample-controls-2 -lib/libbonoboui-2.a -lib/libbonoboui-2.la -lib/libbonoboui-2.so -lib/libbonoboui-2.so.0 -lib/libglade/2.0/libbonobo.a -lib/libglade/2.0/libbonobo.la -lib/libglade/2.0/libbonobo.so -libdata/bonobo/servers/Bonobo_Sample_Controls.server -libdata/bonobo/servers/CanvDemo.server -libdata/pkgconfig/libbonoboui-2.0.pc -share/applications/bonobo-browser.desktop -share/gnome-2.0/ui/Bonobo_Sample_Container-ui.xml -share/gnome-2.0/ui/Bonobo_Sample_Hello.xml -share/gnome-2.0/ui/bonobo-browser.xml -share/locale/af/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/am/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ar/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/as/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ast/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/be/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/br/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/cs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/cy/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/da/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/de/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/dz/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/el/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/es/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/et/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/eu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ga/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/gl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/gu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/he/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/id/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/is/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/it/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ja/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ka/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/kn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ko/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ku/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/li/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/lt/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/lv/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mai/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mg/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ml/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ms/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nb/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ne/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nso/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/oc/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/or/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ps/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pt/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ro/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ru/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/rw/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/si/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sq/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sv/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ta/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/te/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/th/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/tr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/uk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/vi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/wa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/xh/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/yi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zu/LC_MESSAGES/libbonoboui-2.0.mo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonoboui-2.0/bonobo -@dirrm include/libbonoboui-2.0 -@dirrmtry share/applications -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile deleted file mode 100644 index 7249af93f..000000000 --- a/x11-toolkits/libgail-gnome/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libgail-gnome -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libgail-gnome/Makefile,v 1.23 2010/03/15 13:33:39 kwm Exp $ -# - -PORTNAME= libgail-gnome -PORTVERSION= 1.20.2 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An implementation of the ATK interfaces for GNOME widgets - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gnomepanel libgnomeui atspi -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_FILES= lib/gtk-2.0/modules/libgail-gnome.la \ - lib/gtk-2.0/modules/libgail-gnome.so \ - libdata/pkgconfig/libgail-gnome.pc - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgail-gnome/distinfo b/x11-toolkits/libgail-gnome/distinfo deleted file mode 100644 index 05d3a4024..000000000 --- a/x11-toolkits/libgail-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgail-gnome-1.20.2.tar.bz2) = b58d4f6903e4d5c8b01c6694b41c5a22 -SHA256 (gnome2/libgail-gnome-1.20.2.tar.bz2) = 28efea7aaa7351735129b851214ffc6a8595fae9c4fd0967b1bbfb6553d27382 -SIZE (gnome2/libgail-gnome-1.20.2.tar.bz2) = 245266 diff --git a/x11-toolkits/libgail-gnome/pkg-descr b/x11-toolkits/libgail-gnome/pkg-descr deleted file mode 100644 index 5fd20ba91..000000000 --- a/x11-toolkits/libgail-gnome/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Gail, the Gnome Accessibility Implementation library, is implementation of the -ATK interfaces for GNOME widgets. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile deleted file mode 100644 index eaac9e867..000000000 --- a/x11-toolkits/libgnomeprintui/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libgnomeprintui -# Date created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomeprintui -PORTVERSION= 2.18.5 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_XORG= x11 xpm -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \ - intlhack ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_BISON= build -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeprintui/distinfo b/x11-toolkits/libgnomeprintui/distinfo deleted file mode 100644 index f84fbf9c5..000000000 --- a/x11-toolkits/libgnomeprintui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeprintui-2.18.5.tar.bz2) = 66c1cf3a9ead428585c2c44e6110ebb7 -SHA256 (gnome2/libgnomeprintui-2.18.5.tar.bz2) = 48ef73621dc2d208f81031dc87d18757879761ca176df80f46fafcfd9af9449f -SIZE (gnome2/libgnomeprintui-2.18.5.tar.bz2) = 677362 diff --git a/x11-toolkits/libgnomeprintui/pkg-descr b/x11-toolkits/libgnomeprintui/pkg-descr deleted file mode 100644 index cbc8ebcc6..000000000 --- a/x11-toolkits/libgnomeprintui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The user interface for the Gnome Printing Architecture, -as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/x11-toolkits/libgnomeprintui/pkg-plist b/x11-toolkits/libgnomeprintui/pkg-plist deleted file mode 100644 index 4af223e8b..000000000 --- a/x11-toolkits/libgnomeprintui/pkg-plist +++ /dev/null @@ -1,166 +0,0 @@ -include/libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-config-dialog.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-content-selector.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-dialog.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-job-preview.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-paper-selector.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-preview.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-unit-selector.h -include/libgnomeprintui-2.2/libgnomeprintui/libgnomeprintui-enum-types.h -lib/libgnomeprintui-2-2.a -lib/libgnomeprintui-2-2.la -lib/libgnomeprintui-2-2.so -lib/libgnomeprintui-2-2.so.0 -libdata/pkgconfig/libgnomeprintui-2.2.pc -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgnomeprintui-gnome-font-dialog.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-copies.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-dialog.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-job-preview.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-paper-selector.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-preview.html -%%DOCSDIR%%/libgnomeprintui-gnome-printer-selector.html -%%DOCSDIR%%/libgnomeprintui.devhelp -%%DOCSDIR%%/libgnomeprintui.devhelp2 -%%DOCSDIR%%/libgnomeprintui.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/libgnomeprintui/%%VERSION%%/gnome-print-job-preview.xml -share/locale/af/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/am/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ar/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/as/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ast/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/az/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/be/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/be@latin/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bg/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/br/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bs/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ca/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/cs/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/cy/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/da/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/de/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/dz/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/el/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/en@shaw/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/en_CA/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/en_GB/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/es/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/et/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/eu/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fa/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fi/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fur/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ga/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/gl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/gu/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/he/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/hi/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/hr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/hu/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/id/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/is/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/it/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ja/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ka/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/kn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ko/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/la/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/li/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/lt/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/lv/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mai/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mk/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ml/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ms/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nb/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nds/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ne/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/oc/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/or/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pa/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ps/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pt/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ro/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ru/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/rw/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/si/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sk/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sq/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sv/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ta/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/te/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/th/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/tr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/uk/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/vi/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/wa/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/xh/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprintui-2.2.mo -@dirrm share/libgnomeprintui/%%VERSION%% -@dirrm share/libgnomeprintui -@dirrm %%DOCSDIR%% -@dirrm include/libgnomeprintui-2.2/libgnomeprintui -@dirrm include/libgnomeprintui-2.2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile deleted file mode 100644 index 7b634402d..000000000 --- a/x11-toolkits/libgnomeui/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libgnomeui -# Date created: 07 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomeui -PORTVERSION= 2.24.3 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries for the GNOME GUI, a GNU desktop environment - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_XORG= sm -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ - referencehack gvfs -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_BISON= build -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo deleted file mode 100644 index f68637521..000000000 --- a/x11-toolkits/libgnomeui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeui-2.24.3.tar.bz2) = ceab6f4370581d1a03c09f15cc103099 -SHA256 (gnome2/libgnomeui-2.24.3.tar.bz2) = 04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803 -SIZE (gnome2/libgnomeui-2.24.3.tar.bz2) = 1401560 diff --git a/x11-toolkits/libgnomeui/pkg-descr b/x11-toolkits/libgnomeui/pkg-descr deleted file mode 100644 index 706980bad..000000000 --- a/x11-toolkits/libgnomeui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -LibGnomeUI provides backend GUI components common to GNOME -applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist deleted file mode 100644 index a22a6f1b0..000000000 --- a/x11-toolkits/libgnomeui/pkg-plist +++ /dev/null @@ -1,225 +0,0 @@ -include/libgnomeui-2.0/gnome.h -include/libgnomeui-2.0/libgnomeui/gnome-about.h -include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h -include/libgnomeui-2.0/libgnomeui/gnome-app-util.h -include/libgnomeui-2.0/libgnomeui/gnome-app.h -include/libgnomeui-2.0/libgnomeui/gnome-appbar.h -include/libgnomeui-2.0/libgnomeui/gnome-authentication-manager.h -include/libgnomeui-2.0/libgnomeui/gnome-client.h -include/libgnomeui-2.0/libgnomeui/gnome-color-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-dateedit.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog-util.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-edge.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-standard.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page.h -include/libgnomeui-2.0/libgnomeui/gnome-druid.h -include/libgnomeui-2.0/libgnomeui/gnome-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-file-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-font-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-help.h -include/libgnomeui-2.0/libgnomeui/gnome-href.h -include/libgnomeui-2.0/libgnomeui/gnome-ice.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-item.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-list.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-lookup.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-sel.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-theme.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-generic-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-session.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi.h -include/libgnomeui-2.0/libgnomeui/gnome-messagebox.h -include/libgnomeui-2.0/libgnomeui/gnome-password-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap.h -include/libgnomeui-2.0/libgnomeui/gnome-popup-menu.h -include/libgnomeui-2.0/libgnomeui/gnome-propertybox.h -include/libgnomeui-2.0/libgnomeui/gnome-scores.h -include/libgnomeui-2.0/libgnomeui/gnome-stock-icons.h -include/libgnomeui-2.0/libgnomeui/gnome-theme-parser.h -include/libgnomeui-2.0/libgnomeui/gnome-thumbnail.h -include/libgnomeui-2.0/libgnomeui/gnome-types.h -include/libgnomeui-2.0/libgnomeui/gnome-ui-init.h -include/libgnomeui-2.0/libgnomeui/gnome-uidefs.h -include/libgnomeui-2.0/libgnomeui/gnome-url.h -include/libgnomeui-2.0/libgnomeui/gnome-vfs-util.h -include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h -include/libgnomeui-2.0/libgnomeui/gnome-window.h -include/libgnomeui-2.0/libgnomeui/gnometypebuiltins.h -include/libgnomeui-2.0/libgnomeui/libgnomeui.h -lib/libglade/2.0/libgnome.a -lib/libglade/2.0/libgnome.la -lib/libglade/2.0/libgnome.so -lib/libgnomeui-2.a -lib/libgnomeui-2.la -lib/libgnomeui-2.so -lib/libgnomeui-2.so.0 -libdata/pkgconfig/libgnomeui-2.0.pc -share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/as/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ast/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/br/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/crh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/da/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/dz/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fur/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/he/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ka/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/la/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/li/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mai/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nds/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nso/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/oc/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/or/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ps/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/si/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/th/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo -share/pixmaps/gnome-about-logo.png -@dirrm include/libgnomeui-2.0/libgnomeui -@dirrm include/libgnomeui-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile deleted file mode 100644 index 3985a7167..000000000 --- a/x11-toolkits/libwnck/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libwnck -# Date created: 12 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.127 2010/03/14 01:14:33 kwm Exp $ -# - -PORTNAME= libwnck -PORTVERSION= 2.30.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library used for writing pagers and taskslists - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -USE_GETTEXT= yes -USE_XORG= xres -USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack -USE_BISON= build -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libwnck/distinfo b/x11-toolkits/libwnck/distinfo deleted file mode 100644 index 31d17586a..000000000 --- a/x11-toolkits/libwnck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libwnck-2.30.0.tar.bz2) = ed79955dabb606ee0e6d112a291005ad -SHA256 (gnome2/libwnck-2.30.0.tar.bz2) = d35bcc28548945915da4f5cafd0555606f972e236cc5f9dbb0186186dfbf5247 -SIZE (gnome2/libwnck-2.30.0.tar.bz2) = 705602 diff --git a/x11-toolkits/libwnck/pkg-descr b/x11-toolkits/libwnck/pkg-descr deleted file mode 100644 index 685bf95e0..000000000 --- a/x11-toolkits/libwnck/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libwnck is a Window Navigator Construction Kit, i.e. a library used -for writing pagers and taskslists. It is needed for the -GNOME 2.0 desktop. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libwnck/pkg-plist b/x11-toolkits/libwnck/pkg-plist deleted file mode 100644 index 3a2ee65c8..000000000 --- a/x11-toolkits/libwnck/pkg-plist +++ /dev/null @@ -1,150 +0,0 @@ -bin/wnck-urgency-monitor -bin/wnckprop -include/libwnck-1.0/libwnck/application.h -include/libwnck-1.0/libwnck/class-group.h -include/libwnck-1.0/libwnck/libwnck.h -include/libwnck-1.0/libwnck/pager.h -include/libwnck-1.0/libwnck/screen.h -include/libwnck-1.0/libwnck/selector.h -include/libwnck-1.0/libwnck/tasklist.h -include/libwnck-1.0/libwnck/util.h -include/libwnck-1.0/libwnck/window-action-menu.h -include/libwnck-1.0/libwnck/window.h -include/libwnck-1.0/libwnck/wnck-enum-types.h -include/libwnck-1.0/libwnck/workspace.h -lib/libwnck-1.a -lib/libwnck-1.la -lib/libwnck-1.so -lib/libwnck-1.so.22 -libdata/pkgconfig/libwnck-1.0.pc -lib/girepository-1.0/Wnck-1.0.typelib -share/locale/am/LC_MESSAGES/libwnck.mo -share/locale/ar/LC_MESSAGES/libwnck.mo -share/locale/as/LC_MESSAGES/libwnck.mo -share/locale/ast/LC_MESSAGES/libwnck.mo -share/locale/az/LC_MESSAGES/libwnck.mo -share/locale/be/LC_MESSAGES/libwnck.mo -share/locale/be@latin/LC_MESSAGES/libwnck.mo -share/locale/bg/LC_MESSAGES/libwnck.mo -share/locale/bn/LC_MESSAGES/libwnck.mo -share/locale/bn_IN/LC_MESSAGES/libwnck.mo -share/locale/bs/LC_MESSAGES/libwnck.mo -share/locale/ca/LC_MESSAGES/libwnck.mo -share/locale/ca@valencia/LC_MESSAGES/libwnck.mo -share/locale/crh/LC_MESSAGES/libwnck.mo -share/locale/cs/LC_MESSAGES/libwnck.mo -share/locale/cy/LC_MESSAGES/libwnck.mo -share/locale/da/LC_MESSAGES/libwnck.mo -share/locale/de/LC_MESSAGES/libwnck.mo -share/locale/dz/LC_MESSAGES/libwnck.mo -share/locale/el/LC_MESSAGES/libwnck.mo -share/locale/en@shaw/LC_MESSAGES/libwnck.mo -share/locale/en_CA/LC_MESSAGES/libwnck.mo -share/locale/en_GB/LC_MESSAGES/libwnck.mo -share/locale/eo/LC_MESSAGES/libwnck.mo -share/locale/es/LC_MESSAGES/libwnck.mo -share/locale/et/LC_MESSAGES/libwnck.mo -share/locale/eu/LC_MESSAGES/libwnck.mo -share/locale/fa/LC_MESSAGES/libwnck.mo -share/locale/fi/LC_MESSAGES/libwnck.mo -share/locale/fr/LC_MESSAGES/libwnck.mo -share/locale/ga/LC_MESSAGES/libwnck.mo -share/locale/gl/LC_MESSAGES/libwnck.mo -share/locale/gu/LC_MESSAGES/libwnck.mo -share/locale/he/LC_MESSAGES/libwnck.mo -share/locale/hi/LC_MESSAGES/libwnck.mo -share/locale/hr/LC_MESSAGES/libwnck.mo -share/locale/hu/LC_MESSAGES/libwnck.mo -share/locale/id/LC_MESSAGES/libwnck.mo -share/locale/is/LC_MESSAGES/libwnck.mo -share/locale/it/LC_MESSAGES/libwnck.mo -share/locale/ja/LC_MESSAGES/libwnck.mo -share/locale/ka/LC_MESSAGES/libwnck.mo -share/locale/kn/LC_MESSAGES/libwnck.mo -share/locale/ko/LC_MESSAGES/libwnck.mo -share/locale/ku/LC_MESSAGES/libwnck.mo -share/locale/ky/LC_MESSAGES/libwnck.mo -share/locale/li/LC_MESSAGES/libwnck.mo -share/locale/lt/LC_MESSAGES/libwnck.mo -share/locale/lv/LC_MESSAGES/libwnck.mo -share/locale/mai/LC_MESSAGES/libwnck.mo -share/locale/mi/LC_MESSAGES/libwnck.mo -share/locale/mk/LC_MESSAGES/libwnck.mo -share/locale/ml/LC_MESSAGES/libwnck.mo -share/locale/mn/LC_MESSAGES/libwnck.mo -share/locale/mr/LC_MESSAGES/libwnck.mo -share/locale/ms/LC_MESSAGES/libwnck.mo -share/locale/nb/LC_MESSAGES/libwnck.mo -share/locale/ne/LC_MESSAGES/libwnck.mo -share/locale/nl/LC_MESSAGES/libwnck.mo -share/locale/nn/LC_MESSAGES/libwnck.mo -share/locale/oc/LC_MESSAGES/libwnck.mo -share/locale/or/LC_MESSAGES/libwnck.mo -share/locale/pa/LC_MESSAGES/libwnck.mo -share/locale/pl/LC_MESSAGES/libwnck.mo -share/locale/pt/LC_MESSAGES/libwnck.mo -share/locale/pt_BR/LC_MESSAGES/libwnck.mo -share/locale/ro/LC_MESSAGES/libwnck.mo -share/locale/ru/LC_MESSAGES/libwnck.mo -share/locale/rw/LC_MESSAGES/libwnck.mo -share/locale/si/LC_MESSAGES/libwnck.mo -share/locale/sk/LC_MESSAGES/libwnck.mo -share/locale/sl/LC_MESSAGES/libwnck.mo -share/locale/sq/LC_MESSAGES/libwnck.mo -share/locale/sr/LC_MESSAGES/libwnck.mo -share/locale/sr@latin/LC_MESSAGES/libwnck.mo -share/locale/sv/LC_MESSAGES/libwnck.mo -share/locale/ta/LC_MESSAGES/libwnck.mo -share/locale/te/LC_MESSAGES/libwnck.mo -share/locale/th/LC_MESSAGES/libwnck.mo -share/locale/tr/LC_MESSAGES/libwnck.mo -share/locale/uk/LC_MESSAGES/libwnck.mo -share/locale/vi/LC_MESSAGES/libwnck.mo -share/locale/wa/LC_MESSAGES/libwnck.mo -share/locale/xh/LC_MESSAGES/libwnck.mo -share/locale/zh_CN/LC_MESSAGES/libwnck.mo -share/locale/zh_HK/LC_MESSAGES/libwnck.mo -share/locale/zh_TW/LC_MESSAGES/libwnck.mo -share/gir-1.0/Wnck-1.0.gir -@dirrm include/libwnck-1.0/libwnck -@dirrm include/libwnck-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile deleted file mode 100644 index 7c8cde3a1..000000000 --- a/x11-toolkits/pango/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: pango -# Date Created: 18 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.153 2010/02/28 01:24:17 marcus Exp $ -# - -PORTNAME= pango -PORTVERSION= 1.28.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME \ - ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An open-source framework for the layout and rendering of i18n text - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2 \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \ - ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection - -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack glib20 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --enable-static -# Hmm.. tough one. Found this one when I had graphics/hdf installed -# (which installs glist.h) which is picked up before the glib-2.0 -# stuff, with Bad Results[tm] -# -GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags` -PLIST_SUB= VERSION="1.6.0" - -FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf -FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir - -MAN1= pango-view.1 pango-querymodules.1 - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-x=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xft xrender -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB+= X11="" -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|have_introspection=true|have_introspection=false|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo deleted file mode 100644 index 10f84879f..000000000 --- a/x11-toolkits/pango/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pango-1.28.0.tar.bz2) = 545ae8becf7ed74008120f96f4b095f4 -SHA256 (gnome2/pango-1.28.0.tar.bz2) = 68480485b714e3570a58c270add9e9785fa78068f7410949b478e8a9d3f5bc40 -SIZE (gnome2/pango-1.28.0.tar.bz2) = 1500538 diff --git a/x11-toolkits/pango/pkg-descr b/x11-toolkits/pango/pkg-descr deleted file mode 100644 index 9ff793b51..000000000 --- a/x11-toolkits/pango/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pango provides a framework to render and control the layout of -internationalized text, and is the backend for right-to-left text. -Pango is an integral part of the GTK+ and GNOME projects, but its -code is platform- and toolkit-independent. - -WWW: http://www.pango.org/ diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist deleted file mode 100644 index fc4b01635..000000000 --- a/x11-toolkits/pango/pkg-plist +++ /dev/null @@ -1,113 +0,0 @@ -bin/pango-querymodules -bin/pango-view -etc/pango/pango.modules -%%X11%%etc/pango/pangox.aliases -include/pango-1.0/pango/pango-attributes.h -include/pango-1.0/pango/pango-bidi-type.h -include/pango-1.0/pango/pango-break.h -include/pango-1.0/pango/pango-context.h -include/pango-1.0/pango/pango-coverage.h -include/pango-1.0/pango/pango-engine.h -include/pango-1.0/pango/pango-enum-types.h -include/pango-1.0/pango/pango-features.h -include/pango-1.0/pango/pango-font.h -include/pango-1.0/pango/pango-fontmap.h -include/pango-1.0/pango/pango-fontset.h -include/pango-1.0/pango/pango-glyph-item.h -include/pango-1.0/pango/pango-glyph.h -include/pango-1.0/pango/pango-gravity.h -include/pango-1.0/pango/pango-item.h -include/pango-1.0/pango/pango-language.h -include/pango-1.0/pango/pango-layout.h -include/pango-1.0/pango/pango-matrix.h -include/pango-1.0/pango/pango-modules.h -include/pango-1.0/pango/pango-ot.h -include/pango-1.0/pango/pango-renderer.h -include/pango-1.0/pango/pango-script.h -include/pango-1.0/pango/pango-tabs.h -include/pango-1.0/pango/pango-types.h -include/pango-1.0/pango/pango-utils.h -include/pango-1.0/pango/pango.h -include/pango-1.0/pango/pangocairo.h -include/pango-1.0/pango/pangofc-decoder.h -include/pango-1.0/pango/pangofc-font.h -include/pango-1.0/pango/pangofc-fontmap.h -include/pango-1.0/pango/pangoft2.h -%%X11%%include/pango-1.0/pango/pangox.h -%%X11%%include/pango-1.0/pango/pangoxft-render.h -%%X11%%include/pango-1.0/pango/pangoxft.h -lib/girepository-1.0/Pango-1.0.typelib -lib/girepository-1.0/PangoCairo-1.0.typelib -lib/girepository-1.0/PangoFT2-1.0.typelib -lib/girepository-1.0/PangoXft-1.0.typelib -lib/libpango-1.0.a -lib/libpango-1.0.la -lib/libpango-1.0.so -lib/libpango-1.0.so.0 -lib/libpangocairo-1.0.a -lib/libpangocairo-1.0.la -lib/libpangocairo-1.0.so -lib/libpangocairo-1.0.so.0 -lib/libpangoft2-1.0.a -lib/libpangoft2-1.0.la -lib/libpangoft2-1.0.so -lib/libpangoft2-1.0.so.0 -%%X11%%lib/libpangox-1.0.a -%%X11%%lib/libpangox-1.0.la -%%X11%%lib/libpangox-1.0.so -%%X11%%lib/libpangox-1.0.so.0 -%%X11%%lib/libpangoxft-1.0.a -%%X11%%lib/libpangoxft-1.0.la -%%X11%%lib/libpangoxft-1.0.so -%%X11%%lib/libpangoxft-1.0.so.0 -lib/pango/%%VERSION%%/modules/pango-arabic-fc.a -lib/pango/%%VERSION%%/modules/pango-arabic-fc.la -lib/pango/%%VERSION%%/modules/pango-arabic-fc.so -lib/pango/%%VERSION%%/modules/pango-arabic-lang.a -lib/pango/%%VERSION%%/modules/pango-arabic-lang.la -lib/pango/%%VERSION%%/modules/pango-arabic-lang.so -lib/pango/%%VERSION%%/modules/pango-basic-fc.a -lib/pango/%%VERSION%%/modules/pango-basic-fc.la -lib/pango/%%VERSION%%/modules/pango-basic-fc.so -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.a -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.la -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.so -lib/pango/%%VERSION%%/modules/pango-hangul-fc.a -lib/pango/%%VERSION%%/modules/pango-hangul-fc.la -lib/pango/%%VERSION%%/modules/pango-hangul-fc.so -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.a -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.la -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-fc.a -lib/pango/%%VERSION%%/modules/pango-indic-fc.la -lib/pango/%%VERSION%%/modules/pango-indic-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-lang.a -lib/pango/%%VERSION%%/modules/pango-indic-lang.la -lib/pango/%%VERSION%%/modules/pango-indic-lang.so -lib/pango/%%VERSION%%/modules/pango-khmer-fc.a -lib/pango/%%VERSION%%/modules/pango-khmer-fc.la -lib/pango/%%VERSION%%/modules/pango-khmer-fc.so -lib/pango/%%VERSION%%/modules/pango-syriac-fc.a -lib/pango/%%VERSION%%/modules/pango-syriac-fc.la -lib/pango/%%VERSION%%/modules/pango-syriac-fc.so -lib/pango/%%VERSION%%/modules/pango-thai-fc.a -lib/pango/%%VERSION%%/modules/pango-thai-fc.la -lib/pango/%%VERSION%%/modules/pango-thai-fc.so -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.a -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.la -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.so -libdata/pkgconfig/pango.pc -libdata/pkgconfig/pangocairo.pc -libdata/pkgconfig/pangoft2.pc -%%X11%%libdata/pkgconfig/pangox.pc -%%X11%%libdata/pkgconfig/pangoxft.pc -share/gir-1.0/Pango-1.0.gir -share/gir-1.0/PangoCairo-1.0.gir -share/gir-1.0/PangoFT2-1.0.gir -share/gir-1.0/PangoXft-1.0.gir -@dirrm lib/pango/%%VERSION%%/modules -@dirrm lib/pango/%%VERSION%% -@dirrm lib/pango -@dirrm include/pango-1.0/pango -@dirrm include/pango-1.0 -@dirrm etc/pango diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile deleted file mode 100644 index 255cb031d..000000000 --- a/x11-toolkits/pangomm/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: pangomm -# Date created: 23 July 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.15 2010/04/16 22:10:31 kwm Exp $ -# - -PORTNAME= pangomm -PORTVERSION= 2.26.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Pango - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pango -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="1.4" - -post-patch: -.for d in tests - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ - ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo deleted file mode 100644 index b6b07fba1..000000000 --- a/x11-toolkits/pangomm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pangomm-2.26.2.tar.bz2) = b363b09faf884db8bf8d1458d719ff00 -SHA256 (gnome2/pangomm-2.26.2.tar.bz2) = 0d20fd80d35f7df01138e24b2ab4a70974c6652528a905605e3173a6955fa739 -SIZE (gnome2/pangomm-2.26.2.tar.bz2) = 979801 diff --git a/x11-toolkits/pangomm/pkg-descr b/x11-toolkits/pangomm/pkg-descr deleted file mode 100644 index 1fec3f2b7..000000000 --- a/x11-toolkits/pangomm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Pango. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist deleted file mode 100644 index 8483bc4b0..000000000 --- a/x11-toolkits/pangomm/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -include/pangomm-%%API_VERSION%%/pangomm.h -include/pangomm-%%API_VERSION%%/pangomm/attributes.h -include/pangomm-%%API_VERSION%%/pangomm/attriter.h -include/pangomm-%%API_VERSION%%/pangomm/attrlist.h -include/pangomm-%%API_VERSION%%/pangomm/cairofontmap.h -include/pangomm-%%API_VERSION%%/pangomm/color.h -include/pangomm-%%API_VERSION%%/pangomm/context.h -include/pangomm-%%API_VERSION%%/pangomm/coverage.h -include/pangomm-%%API_VERSION%%/pangomm/font.h -include/pangomm-%%API_VERSION%%/pangomm/fontdescription.h -include/pangomm-%%API_VERSION%%/pangomm/fontface.h -include/pangomm-%%API_VERSION%%/pangomm/fontfamily.h -include/pangomm-%%API_VERSION%%/pangomm/fontmap.h -include/pangomm-%%API_VERSION%%/pangomm/fontmetrics.h -include/pangomm-%%API_VERSION%%/pangomm/fontset.h -include/pangomm-%%API_VERSION%%/pangomm/glyph.h -include/pangomm-%%API_VERSION%%/pangomm/glyphstring.h -include/pangomm-%%API_VERSION%%/pangomm/init.h -include/pangomm-%%API_VERSION%%/pangomm/item.h -include/pangomm-%%API_VERSION%%/pangomm/language.h -include/pangomm-%%API_VERSION%%/pangomm/layout.h -include/pangomm-%%API_VERSION%%/pangomm/layoutiter.h -include/pangomm-%%API_VERSION%%/pangomm/layoutline.h -include/pangomm-%%API_VERSION%%/pangomm/layoutrun.h -include/pangomm-%%API_VERSION%%/pangomm/private/attributes_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/attriter_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/attrlist_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/cairofontmap_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/color_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/context_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/coverage_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/font_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontdescription_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontface_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontfamily_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontmap_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontmetrics_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontset_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/glyph_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/glyphstring_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/item_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/language_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layout_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutiter_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutline_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutrun_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/rectangle_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/renderer_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/tabarray_p.h -include/pangomm-%%API_VERSION%%/pangomm/rectangle.h -include/pangomm-%%API_VERSION%%/pangomm/renderer.h -include/pangomm-%%API_VERSION%%/pangomm/tabarray.h -include/pangomm-%%API_VERSION%%/pangomm/types.h -include/pangomm-%%API_VERSION%%/pangomm/wrap_init.h -lib/libpangomm-%%API_VERSION%%.a -lib/libpangomm-%%API_VERSION%%.la -lib/libpangomm-%%API_VERSION%%.so -lib/libpangomm-%%API_VERSION%%.so.1 -lib/pangomm-%%API_VERSION%%/include/pangommconfig.h -libdata/pkgconfig/pangomm-%%API_VERSION%%.pc -@dirrm lib/pangomm-%%API_VERSION%%/include -@dirrm lib/pangomm-%%API_VERSION%% -@dirrm include/pangomm-%%API_VERSION%%/pangomm/private -@dirrm include/pangomm-%%API_VERSION%%/pangomm -@dirrm include/pangomm-%%API_VERSION%% diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile deleted file mode 100644 index 1d46eb3c8..000000000 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: py-gnome-desktop -# Date created: 20 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.98 2010/03/31 06:20:26 avl Exp $ -# - -PORTNAME= gnome-desktop -PORTVERSION= 2.30.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-desktop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings used by modules in the GNOME Desktop - -BUILD_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - brasero-media.2:${PORTSDIR}/sysutils/brasero \ - evdocument.2:${PORTSDIR}/graphics/evince -RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \ - gtksourceview libwnck nautilus2 pygnome2 metacity \ - evolutiondataserver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-metacity --disable-nautilusburn -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop -.else -DOCSDIR= ${WRKSRC}/share/doc/py-gnome-desktop -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} --exclude *nautilusburn* -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${CHMOD} -R go-w ${EG_DST_DIR} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo deleted file mode 100644 index 0bf947c66..000000000 --- a/x11-toolkits/py-gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-desktop-2.30.0.tar.bz2) = a6d448d46a6b3062ce7a1b6a9fddfb48 -SHA256 (gnome2/gnome-python-desktop-2.30.0.tar.bz2) = db997a3c81967d6dc7210dd83e06f18ac6417f804f672e42f15a1d68af371f49 -SIZE (gnome2/gnome-python-desktop-2.30.0.tar.bz2) = 621785 diff --git a/x11-toolkits/py-gnome-desktop/pkg-descr b/x11-toolkits/py-gnome-desktop/pkg-descr deleted file mode 100644 index cbc8cc5d8..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GnomePythonDesktop provides python interfacing modules for some GNOME -libraries part of the GNOME Desktop. diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist deleted file mode 100644 index 0de7d54e5..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so -libdata/pkgconfig/gnome-python-desktop-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourceview-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp -%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server -%%PORTDOCS%%share/examples/py-gnome/applet/README -%%PORTDOCS%%share/examples/py-gnome/applet/applet.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-audio-video.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-data.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-image.py -%%PORTDOCS%%share/examples/py-gnome/braseromedia/drive_selection.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/README -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_01.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_02.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_03.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_04.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_05.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_06.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_08.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_09.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.glade -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_11.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/sample-image.png -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py -%%PORTDOCS%%share/examples/py-gnome/gtksourceview/test-widget.py -%%PORTDOCS%%share/examples/py-gnome/keyring-async.py -%%PORTDOCS%%share/examples/py-gnome/keyring.py -%%PORTDOCS%%share/examples/py-gnome/mediaprofiles/profiles.py -%%PORTDOCS%%share/examples/py-gnome/rsvg/rsvg-cairo.py -%%PORTDOCS%%share/examples/py-gnome/wnck_example.py -share/pygtk/2.0/defs/_gnomedesktop.defs -share/pygtk/2.0/defs/applet.defs -share/pygtk/2.0/defs/art.defs -share/pygtk/2.0/defs/brasero_burn.defs -share/pygtk/2.0/defs/brasero_media.defs -share/pygtk/2.0/defs/ebook.defs -share/pygtk/2.0/defs/evince.defs -share/pygtk/2.0/defs/gnomekeyring.defs -share/pygtk/2.0/defs/gtksourceview.defs -share/pygtk/2.0/defs/mediaprofiles.defs -share/pygtk/2.0/defs/metacity.defs -share/pygtk/2.0/defs/print.defs -share/pygtk/2.0/defs/printui.defs -share/pygtk/2.0/defs/wnck.defs -%%PORTDOCS%%@dirrm share/examples/py-gnome/rsvg -%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview -%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint -%%PORTDOCS%%@dirrm share/examples/py-gnome/braseromedia -%%PORTDOCS%%@dirrm share/examples/py-gnome/braseroburn -%%PORTDOCS%%@dirrm share/examples/py-gnome/applet -%%PORTDOCS%%@dirrmtry share/examples/py-gnome -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/evolution diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile deleted file mode 100644 index 4feb811de..000000000 --- a/x11-toolkits/py-gnome2/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: py-gnome -# Date created: 09 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome -PORTVERSION= 2.28.1 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME 2 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit - -LATEST_LINK= py-gnome2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack libgnomeui pygtk2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome - -CONFLICTS= py*-gnome-1* - -.include <bsd.port.pre.mk> - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo deleted file mode 100644 index a9744d707..000000000 --- a/x11-toolkits/py-gnome2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-2.28.1.tar.bz2) = a17ad952813ed86f520de8e07194a2bf -SHA256 (gnome2/gnome-python-2.28.1.tar.bz2) = 759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8 -SIZE (gnome2/gnome-python-2.28.1.tar.bz2) = 562220 diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure deleted file mode 100644 index 0f477bfef..000000000 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2007-12-26 11:53:20.000000000 +0100 -+++ configure 2007-12-26 11:56:25.000000000 +0100 -@@ -19694,7 +19694,7 @@ - save_CC="$CC" - save_LIBS="$LIBS" - --PYTHON_EMBED_LIBS="-L${PYTHON_LIBDIR} ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION}" -+PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" - - CC="$PYTHON_CC" - LIBS="$LIBS $PYTHON_EMBED_LIBS" diff --git a/x11-toolkits/py-gnome2/pkg-descr b/x11-toolkits/py-gnome2/pkg-descr deleted file mode 100644 index 422d464c6..000000000 --- a/x11-toolkits/py-gnome2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME 2 - ====================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME 2 libraries for use with python. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist deleted file mode 100644 index e3cca9b72..000000000 --- a/x11-toolkits/py-gnome2/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -include/gnome-python-2.0/pygnomevfs.h -include/gnome-python-2.0/pygnomevfsbonobo.h -lib/gnome-vfs-2.0/modules/libpythonmethod.la -lib/gnome-vfs-2.0/modules/libpythonmethod.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobo.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activation.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activation.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gconf.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gconf.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnome.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnome.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomecanvas.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomecanvas.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/_gnomevfs.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/_gnomevfs.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.so -libdata/pkgconfig/gnome-python-2.0.pc -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonobo-application.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/hello.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/README -%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/echo-client.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/unknown.py -%%PORTDOCS%%share/examples/py-gnome/bug-buddy-integration.py -%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-curve.py -%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-example.py -%%PORTDOCS%%share/examples/py-gnome/gconf/basic-gconf-app.py -%%PORTDOCS%%share/examples/py-gnome/gconf/simple-controller.py -%%PORTDOCS%%share/examples/py-gnome/gconf/simple-view.py -%%PORTDOCS%%share/examples/py-gnome/popt/goption.py -%%PORTDOCS%%share/examples/py-gnome/popt/popt.py -%%PORTDOCS%%share/examples/py-gnome/vfs/async-xfer.py -%%PORTDOCS%%share/examples/py-gnome/vfs/async.py -%%PORTDOCS%%share/examples/py-gnome/vfs/cancellation.py -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/README -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py -%%PORTDOCS%%share/examples/py-gnome/vfs/shell.py -%%PORTDOCS%%share/examples/py-gnome/vfs/sync-xfer.py -share/gtk-doc/html/pygnomevfs/class-gnomevfs-context.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-directoryhandle.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-drive.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-fileinfo.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-handle.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-uri.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-volume.html -share/gtk-doc/html/pygnomevfs/gnomevfs-class-reference.html -share/gtk-doc/html/pygnomevfs/gnomevfs-constants.html -share/gtk-doc/html/pygnomevfs/gnomevfs-functions.html -share/gtk-doc/html/pygnomevfs/index.html -share/gtk-doc/html/pygnomevfs/index.sgml -share/gtk-doc/html/pygnomevfs/pygnomevfs.devhelp -share/pygtk/2.0/argtypes/bonobo-arg-types.py -share/pygtk/2.0/argtypes/bonobo-arg-types.pyc -share/pygtk/2.0/argtypes/bonobo-arg-types.pyo -share/pygtk/2.0/argtypes/gconf-arg-types.py -share/pygtk/2.0/argtypes/gconf-arg-types.pyc -share/pygtk/2.0/argtypes/gconf-arg-types.pyo -share/pygtk/2.0/defs/bonobo-types.defs -share/pygtk/2.0/defs/bonobo.defs -share/pygtk/2.0/defs/bonoboui-types.defs -share/pygtk/2.0/defs/bonoboui.defs -share/pygtk/2.0/defs/canvas.defs -share/pygtk/2.0/defs/gconf.defs -share/pygtk/2.0/defs/gnome-types.defs -share/pygtk/2.0/defs/gnome.defs -share/pygtk/2.0/defs/ui.defs -@dirrmtry share/pygtk/2.0/argtypes -@dirrm share/gtk-doc/html/pygnomevfs -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs/pygvfsmethod -%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs -%%PORTDOCS%%@dirrm share/examples/py-gnome/popt -%%PORTDOCS%%@dirrm share/examples/py-gnome/gconf -%%PORTDOCS%%@dirrm share/examples/py-gnome/canvas -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/echo -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/bonoboui -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo -%%PORTDOCS%%@dirrm share/examples/py-gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo -@dirrm include/gnome-python-2.0 diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile deleted file mode 100644 index 799f8fdd4..000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: py-gtk2 -# Date created: 08/13/2002 -# Whom: marc@informatik.uni-bremen.de -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.68 2009/12/27 16:42:32 kwm Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.17.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtk-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GTK+ - -BUILD_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject -RUN_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject - -LATEST_LINK= py-gtk2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 -USE_PYTHON= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-lintl" \ - PYTHON="${PYTHON_VERSION}" -CONFIGURE_ARGS= --disable-docs -LDFLAGS+= -L${LOCALBASE}/lib - -DOCSDIR= ${PREFIX}/share/doc/py-gtk -EG_SRC_DIR= ${WRKSRC}/examples -EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk - -CONFLICTS= py*-gtk-0* - -# -# Use the same way as the Python port to determine if we want -# threading support. -# -.if !defined(WITHOUT_THREADS) -CONFIGURE_ARGS+= --enable-thread -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" -.else -CONFIGURE_ARGS+= --disable-thread -.if defined(LDFLAGS) -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -.endif -.endif - -post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR} - ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo deleted file mode 100644 index 659add33e..000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygtk-2.17.0.tar.bz2) = 43d704343d7ca04a6e4ddd4fa73a3c55 -SHA256 (gnome2/pygtk-2.17.0.tar.bz2) = 6a61817a2e765c6209c72ecdf44389ec134c1ebed1d842408bf001c9321f1400 -SIZE (gnome2/pygtk-2.17.0.tar.bz2) = 2260394 diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in deleted file mode 100644 index 1ddb1d6b9..000000000 --- a/x11-toolkits/py-gtk2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 -+++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 -@@ -124,7 +124,7 @@ - DATA = $(defs_DATA) $(pkgconfig_DATA) - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = . gtk examples tests docs -+DIST_SUBDIRS = . gtk examples - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in deleted file mode 100644 index 857b4fa66..000000000 --- a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 -+++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 -@@ -812,7 +812,7 @@ - html/unixprint-functions.html - - CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css --TARGET_DIR = $(datadir)/gtk-doc/html/pygtk -+TARGET_DIR = $(datadir)/doc/py-gtk - CSSdir = $(TARGET_DIR) - EXTRA_DIST = \ - cursors icons \ diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr deleted file mode 100644 index 41145fa4a..000000000 --- a/x11-toolkits/py-gtk2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Excerpt from the README: - - PyGTK - ===== - Author: James Henstridge <james@daa.com.au> - - This archive contains modules that allow you to use gtk in Python - programs. At present, it is a fairly complete set of bindings. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist deleted file mode 100644 index c48a98465..000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,759 +0,0 @@ -bin/pygtk-codegen-2.0 -bin/pygtk-demo -include/pygtk-2.0/pygtk/pygtk.h -lib/pygtk/2.0/demos/__init__.py -lib/pygtk/2.0/demos/__init__.pyc -lib/pygtk/2.0/demos/__init__.pyo -lib/pygtk/2.0/demos/appwindow.py -lib/pygtk/2.0/demos/appwindow.pyc -lib/pygtk/2.0/demos/appwindow.pyo -lib/pygtk/2.0/demos/buttonbox.py -lib/pygtk/2.0/demos/buttonbox.pyc -lib/pygtk/2.0/demos/buttonbox.pyo -lib/pygtk/2.0/demos/changedisplay.py -lib/pygtk/2.0/demos/changedisplay.pyc -lib/pygtk/2.0/demos/changedisplay.pyo -lib/pygtk/2.0/demos/colorsel.py -lib/pygtk/2.0/demos/colorsel.pyc -lib/pygtk/2.0/demos/colorsel.pyo -lib/pygtk/2.0/demos/dialogs.py -lib/pygtk/2.0/demos/dialogs.pyc -lib/pygtk/2.0/demos/dialogs.pyo -lib/pygtk/2.0/demos/dnd.py -lib/pygtk/2.0/demos/dnd.pyc -lib/pygtk/2.0/demos/dnd.pyo -lib/pygtk/2.0/demos/dndpixmap.py -lib/pygtk/2.0/demos/dndpixmap.pyc -lib/pygtk/2.0/demos/dndpixmap.pyo -lib/pygtk/2.0/demos/editable_cells.py -lib/pygtk/2.0/demos/editable_cells.pyc -lib/pygtk/2.0/demos/editable_cells.pyo -lib/pygtk/2.0/demos/entry_completion.py -lib/pygtk/2.0/demos/entry_completion.pyc -lib/pygtk/2.0/demos/entry_completion.pyo -lib/pygtk/2.0/demos/expander.py -lib/pygtk/2.0/demos/expander.pyc -lib/pygtk/2.0/demos/expander.pyo -lib/pygtk/2.0/demos/hypertext.py -lib/pygtk/2.0/demos/hypertext.pyc -lib/pygtk/2.0/demos/hypertext.pyo -lib/pygtk/2.0/demos/images.py -lib/pygtk/2.0/demos/images.pyc -lib/pygtk/2.0/demos/images.pyo -lib/pygtk/2.0/demos/images/alphatest.png -lib/pygtk/2.0/demos/images/apple-red.png -lib/pygtk/2.0/demos/images/background.jpg -lib/pygtk/2.0/demos/images/floppybuddy.gif -lib/pygtk/2.0/demos/images/gnome-applets.png -lib/pygtk/2.0/demos/images/gnome-calendar.png -lib/pygtk/2.0/demos/images/gnome-foot.png -lib/pygtk/2.0/demos/images/gnome-gimp.png -lib/pygtk/2.0/demos/images/gnome-gmush.png -lib/pygtk/2.0/demos/images/gnome-gsame.png -lib/pygtk/2.0/demos/images/gnu-keys.png -lib/pygtk/2.0/demos/images/gtk-logo-rgb.gif -lib/pygtk/2.0/demos/list_store.py -lib/pygtk/2.0/demos/list_store.pyc -lib/pygtk/2.0/demos/list_store.pyo -lib/pygtk/2.0/demos/menu.py -lib/pygtk/2.0/demos/menu.pyc -lib/pygtk/2.0/demos/menu.pyo -lib/pygtk/2.0/demos/panes.py -lib/pygtk/2.0/demos/panes.pyc -lib/pygtk/2.0/demos/panes.pyo -lib/pygtk/2.0/demos/pixbufs.py -lib/pygtk/2.0/demos/pixbufs.pyc -lib/pygtk/2.0/demos/pixbufs.pyo -lib/pygtk/2.0/demos/print_editor.py -lib/pygtk/2.0/demos/print_editor.pyc -lib/pygtk/2.0/demos/print_editor.pyo -lib/pygtk/2.0/demos/sizegroup.py -lib/pygtk/2.0/demos/sizegroup.pyc -lib/pygtk/2.0/demos/sizegroup.pyo -lib/pygtk/2.0/demos/statusicon.py -lib/pygtk/2.0/demos/statusicon.pyc -lib/pygtk/2.0/demos/statusicon.pyo -lib/pygtk/2.0/demos/stock_browser.py -lib/pygtk/2.0/demos/stock_browser.pyc -lib/pygtk/2.0/demos/stock_browser.pyo -lib/pygtk/2.0/demos/textscroll.py -lib/pygtk/2.0/demos/textscroll.pyc -lib/pygtk/2.0/demos/textscroll.pyo -lib/pygtk/2.0/demos/textview.py -lib/pygtk/2.0/demos/textview.pyc -lib/pygtk/2.0/demos/textview.pyo -lib/pygtk/2.0/demos/tooltip.py -lib/pygtk/2.0/demos/tooltip.pyc -lib/pygtk/2.0/demos/tooltip.pyo -lib/pygtk/2.0/demos/tree_store.py -lib/pygtk/2.0/demos/tree_store.pyc -lib/pygtk/2.0/demos/tree_store.pyo -lib/pygtk/2.0/demos/treemodel.py -lib/pygtk/2.0/demos/treemodel.pyc -lib/pygtk/2.0/demos/treemodel.pyo -lib/pygtk/2.0/demos/ui_manager.py -lib/pygtk/2.0/demos/ui_manager.pyc -lib/pygtk/2.0/demos/ui_manager.pyo -lib/pygtk/2.0/pygtk-demo.py -lib/pygtk/2.0/pygtk-demo.pyc -lib/pygtk/2.0/pygtk-demo.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.so -libdata/pkgconfig/pygtk-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/MAPPING -%%PORTDOCS%%%%DOCSDIR%%/THREADS -%%DOCSDIR%%/atk-class-reference.html -%%DOCSDIR%%/atk-constants.html -%%DOCSDIR%%/class-atkaction.html -%%DOCSDIR%%/class-atkcomponent.html -%%DOCSDIR%%/class-atkdocument.html -%%DOCSDIR%%/class-atkeditabletext.html -%%DOCSDIR%%/class-atkgobjectaccessible.html -%%DOCSDIR%%/class-atkhyperlink.html -%%DOCSDIR%%/class-atkhypertext.html -%%DOCSDIR%%/class-atkimage.html -%%DOCSDIR%%/class-atkimplementor.html -%%DOCSDIR%%/class-atknoopobject.html -%%DOCSDIR%%/class-atknoopobjectfactory.html -%%DOCSDIR%%/class-atkobject.html -%%DOCSDIR%%/class-atkobjectfactory.html -%%DOCSDIR%%/class-atkrectangle.html -%%DOCSDIR%%/class-atkregistry.html -%%DOCSDIR%%/class-atkrelation.html -%%DOCSDIR%%/class-atkrelationset.html -%%DOCSDIR%%/class-atkselection.html -%%DOCSDIR%%/class-atkstateset.html -%%DOCSDIR%%/class-atkstreamablecontent.html -%%DOCSDIR%%/class-atktable.html -%%DOCSDIR%%/class-atktext.html -%%DOCSDIR%%/class-atkvalue.html -%%DOCSDIR%%/class-gdkapplaunchcontext.html -%%DOCSDIR%%/class-gdkatom.html -%%DOCSDIR%%/class-gdkcairocontext.html -%%DOCSDIR%%/class-gdkcolor.html -%%DOCSDIR%%/class-gdkcolormap.html -%%DOCSDIR%%/class-gdkcursor.html -%%DOCSDIR%%/class-gdkdevice.html -%%DOCSDIR%%/class-gdkdisplay.html -%%DOCSDIR%%/class-gdkdisplaymanager.html -%%DOCSDIR%%/class-gdkdragcontext.html -%%DOCSDIR%%/class-gdkdrawable.html -%%DOCSDIR%%/class-gdkevent.html -%%DOCSDIR%%/class-gdkgc.html -%%DOCSDIR%%/class-gdkimage.html -%%DOCSDIR%%/class-gdkkeymap.html -%%DOCSDIR%%/class-gdkpangorenderer.html -%%DOCSDIR%%/class-gdkpixbuf.html -%%DOCSDIR%%/class-gdkpixbufanimation.html -%%DOCSDIR%%/class-gdkpixbufanimationiter.html -%%DOCSDIR%%/class-gdkpixbufloader.html -%%DOCSDIR%%/class-gdkpixmap.html -%%DOCSDIR%%/class-gdkrectangle.html -%%DOCSDIR%%/class-gdkregion.html -%%DOCSDIR%%/class-gdkscreen.html -%%DOCSDIR%%/class-gdkvisual.html -%%DOCSDIR%%/class-gdkwindow.html -%%DOCSDIR%%/class-gladexml.html -%%DOCSDIR%%/class-gtkaboutdialog.html -%%DOCSDIR%%/class-gtkaccelgroup.html -%%DOCSDIR%%/class-gtkaccellabel.html -%%DOCSDIR%%/class-gtkaccelmap.html -%%DOCSDIR%%/class-gtkaccessible.html -%%DOCSDIR%%/class-gtkaction.html -%%DOCSDIR%%/class-gtkactiongroup.html -%%DOCSDIR%%/class-gtkactivatable.html -%%DOCSDIR%%/class-gtkadjustment.html -%%DOCSDIR%%/class-gtkalignment.html -%%DOCSDIR%%/class-gtkarrow.html -%%DOCSDIR%%/class-gtkaspectframe.html -%%DOCSDIR%%/class-gtkassistant.html -%%DOCSDIR%%/class-gtkbin.html -%%DOCSDIR%%/class-gtkborder.html -%%DOCSDIR%%/class-gtkbox.html -%%DOCSDIR%%/class-gtkbuildable.html -%%DOCSDIR%%/class-gtkbuilder.html -%%DOCSDIR%%/class-gtkbutton.html -%%DOCSDIR%%/class-gtkbuttonbox.html -%%DOCSDIR%%/class-gtkcalendar.html -%%DOCSDIR%%/class-gtkcelleditable.html -%%DOCSDIR%%/class-gtkcelllayout.html -%%DOCSDIR%%/class-gtkcellrenderer.html -%%DOCSDIR%%/class-gtkcellrendereraccel.html -%%DOCSDIR%%/class-gtkcellrenderercombo.html -%%DOCSDIR%%/class-gtkcellrendererpixbuf.html -%%DOCSDIR%%/class-gtkcellrendererprogress.html -%%DOCSDIR%%/class-gtkcellrendererspin.html -%%DOCSDIR%%/class-gtkcellrenderertext.html -%%DOCSDIR%%/class-gtkcellrenderertoggle.html -%%DOCSDIR%%/class-gtkcellview.html -%%DOCSDIR%%/class-gtkcheckbutton.html -%%DOCSDIR%%/class-gtkcheckmenuitem.html -%%DOCSDIR%%/class-gtkclipboard.html -%%DOCSDIR%%/class-gtkcolorbutton.html -%%DOCSDIR%%/class-gtkcolorselection.html -%%DOCSDIR%%/class-gtkcolorselectiondialog.html -%%DOCSDIR%%/class-gtkcombo.html -%%DOCSDIR%%/class-gtkcombobox.html -%%DOCSDIR%%/class-gtkcomboboxentry.html -%%DOCSDIR%%/class-gtkcontainer.html -%%DOCSDIR%%/class-gtkcurve.html -%%DOCSDIR%%/class-gtkdialog.html -%%DOCSDIR%%/class-gtkdrawingarea.html -%%DOCSDIR%%/class-gtkeditable.html -%%DOCSDIR%%/class-gtkentry.html -%%DOCSDIR%%/class-gtkentrycompletion.html -%%DOCSDIR%%/class-gtkeventbox.html -%%DOCSDIR%%/class-gtkexpander.html -%%DOCSDIR%%/class-gtkfilechooser.html -%%DOCSDIR%%/class-gtkfilechooserbutton.html -%%DOCSDIR%%/class-gtkfilechooserdialog.html -%%DOCSDIR%%/class-gtkfilechooserwidget.html -%%DOCSDIR%%/class-gtkfilefilter.html -%%DOCSDIR%%/class-gtkfileselection.html -%%DOCSDIR%%/class-gtkfixed.html -%%DOCSDIR%%/class-gtkfontbutton.html -%%DOCSDIR%%/class-gtkfontselection.html -%%DOCSDIR%%/class-gtkfontselectiondialog.html -%%DOCSDIR%%/class-gtkframe.html -%%DOCSDIR%%/class-gtkgammacurve.html -%%DOCSDIR%%/class-gtkhandlebox.html -%%DOCSDIR%%/class-gtkhbox.html -%%DOCSDIR%%/class-gtkhbuttonbox.html -%%DOCSDIR%%/class-gtkhpaned.html -%%DOCSDIR%%/class-gtkhruler.html -%%DOCSDIR%%/class-gtkhscale.html -%%DOCSDIR%%/class-gtkhscrollbar.html -%%DOCSDIR%%/class-gtkhseparator.html -%%DOCSDIR%%/class-gtkiconfactory.html -%%DOCSDIR%%/class-gtkiconinfo.html -%%DOCSDIR%%/class-gtkiconset.html -%%DOCSDIR%%/class-gtkiconsource.html -%%DOCSDIR%%/class-gtkicontheme.html -%%DOCSDIR%%/class-gtkiconview.html -%%DOCSDIR%%/class-gtkimage.html -%%DOCSDIR%%/class-gtkimagemenuitem.html -%%DOCSDIR%%/class-gtkimcontext.html -%%DOCSDIR%%/class-gtkimcontextsimple.html -%%DOCSDIR%%/class-gtkimmulticontext.html -%%DOCSDIR%%/class-gtkinputdialog.html -%%DOCSDIR%%/class-gtkinvisible.html -%%DOCSDIR%%/class-gtkitem.html -%%DOCSDIR%%/class-gtkitemfactory.html -%%DOCSDIR%%/class-gtklabel.html -%%DOCSDIR%%/class-gtklayout.html -%%DOCSDIR%%/class-gtklinkbutton.html -%%DOCSDIR%%/class-gtkliststore.html -%%DOCSDIR%%/class-gtkmenu.html -%%DOCSDIR%%/class-gtkmenubar.html -%%DOCSDIR%%/class-gtkmenuitem.html -%%DOCSDIR%%/class-gtkmenushell.html -%%DOCSDIR%%/class-gtkmenutoolbutton.html -%%DOCSDIR%%/class-gtkmessagedialog.html -%%DOCSDIR%%/class-gtkmisc.html -%%DOCSDIR%%/class-gtkmountoperation.html -%%DOCSDIR%%/class-gtknotebook.html -%%DOCSDIR%%/class-gtkobject.html -%%DOCSDIR%%/class-gtkoptionmenu.html -%%DOCSDIR%%/class-gtkpagesetup.html -%%DOCSDIR%%/class-gtkpagesetupunixdialog.html -%%DOCSDIR%%/class-gtkpaned.html -%%DOCSDIR%%/class-gtkpapersize.html -%%DOCSDIR%%/class-gtkplug.html -%%DOCSDIR%%/class-gtkprintcontext.html -%%DOCSDIR%%/class-gtkprinter.html -%%DOCSDIR%%/class-gtkprintjob.html -%%DOCSDIR%%/class-gtkprintoperation.html -%%DOCSDIR%%/class-gtkprintoperationpreview.html -%%DOCSDIR%%/class-gtkprintsettings.html -%%DOCSDIR%%/class-gtkprintunixdialog.html -%%DOCSDIR%%/class-gtkprogressbar.html -%%DOCSDIR%%/class-gtkradioaction.html -%%DOCSDIR%%/class-gtkradiobutton.html -%%DOCSDIR%%/class-gtkradiomenuitem.html -%%DOCSDIR%%/class-gtkradiotoolbutton.html -%%DOCSDIR%%/class-gtkrange.html -%%DOCSDIR%%/class-gtkrcstyle.html -%%DOCSDIR%%/class-gtkrecentaction.html -%%DOCSDIR%%/class-gtkrecentchooser.html -%%DOCSDIR%%/class-gtkrecentchooserdialog.html -%%DOCSDIR%%/class-gtkrecentchoosermenu.html -%%DOCSDIR%%/class-gtkrecentchooserwidget.html -%%DOCSDIR%%/class-gtkrecentfilter.html -%%DOCSDIR%%/class-gtkrecentinfo.html -%%DOCSDIR%%/class-gtkrecentmanager.html -%%DOCSDIR%%/class-gtkrequisition.html -%%DOCSDIR%%/class-gtkruler.html -%%DOCSDIR%%/class-gtkscale.html -%%DOCSDIR%%/class-gtkscalebutton.html -%%DOCSDIR%%/class-gtkscrollbar.html -%%DOCSDIR%%/class-gtkscrolledwindow.html -%%DOCSDIR%%/class-gtkselectiondata.html -%%DOCSDIR%%/class-gtkseparator.html -%%DOCSDIR%%/class-gtkseparatormenuitem.html -%%DOCSDIR%%/class-gtkseparatortoolitem.html -%%DOCSDIR%%/class-gtksettings.html -%%DOCSDIR%%/class-gtksizegroup.html -%%DOCSDIR%%/class-gtksocket.html -%%DOCSDIR%%/class-gtkspinbutton.html -%%DOCSDIR%%/class-gtkstatusbar.html -%%DOCSDIR%%/class-gtkstatusicon.html -%%DOCSDIR%%/class-gtkstyle.html -%%DOCSDIR%%/class-gtktable.html -%%DOCSDIR%%/class-gtktearoffmenuitem.html -%%DOCSDIR%%/class-gtktextattributes.html -%%DOCSDIR%%/class-gtktextbuffer.html -%%DOCSDIR%%/class-gtktextchildanchor.html -%%DOCSDIR%%/class-gtktextiter.html -%%DOCSDIR%%/class-gtktextmark.html -%%DOCSDIR%%/class-gtktexttag.html -%%DOCSDIR%%/class-gtktexttagtable.html -%%DOCSDIR%%/class-gtktextview.html -%%DOCSDIR%%/class-gtktoggleaction.html -%%DOCSDIR%%/class-gtktogglebutton.html -%%DOCSDIR%%/class-gtktoggletoolbutton.html -%%DOCSDIR%%/class-gtktoolbar.html -%%DOCSDIR%%/class-gtktoolbutton.html -%%DOCSDIR%%/class-gtktoolitem.html -%%DOCSDIR%%/class-gtktoolshell.html -%%DOCSDIR%%/class-gtktooltip.html -%%DOCSDIR%%/class-gtktooltips.html -%%DOCSDIR%%/class-gtktreedragdest.html -%%DOCSDIR%%/class-gtktreedragsource.html -%%DOCSDIR%%/class-gtktreeiter.html -%%DOCSDIR%%/class-gtktreemodel.html -%%DOCSDIR%%/class-gtktreemodelfilter.html -%%DOCSDIR%%/class-gtktreemodelsort.html -%%DOCSDIR%%/class-gtktreerowreference.html -%%DOCSDIR%%/class-gtktreeselection.html -%%DOCSDIR%%/class-gtktreesortable.html -%%DOCSDIR%%/class-gtktreestore.html -%%DOCSDIR%%/class-gtktreeview.html -%%DOCSDIR%%/class-gtktreeviewcolumn.html -%%DOCSDIR%%/class-gtkuimanager.html -%%DOCSDIR%%/class-gtkvbox.html -%%DOCSDIR%%/class-gtkvbuttonbox.html -%%DOCSDIR%%/class-gtkviewport.html -%%DOCSDIR%%/class-gtkvolumebutton.html -%%DOCSDIR%%/class-gtkvpaned.html -%%DOCSDIR%%/class-gtkvruler.html -%%DOCSDIR%%/class-gtkvscale.html -%%DOCSDIR%%/class-gtkvscrollbar.html -%%DOCSDIR%%/class-gtkvseparator.html -%%DOCSDIR%%/class-gtkwidget.html -%%DOCSDIR%%/class-gtkwindow.html -%%DOCSDIR%%/class-gtkwindowgroup.html -%%DOCSDIR%%/class-hierarchy.html -%%DOCSDIR%%/class-pangoattribute.html -%%DOCSDIR%%/class-pangoattriterator.html -%%DOCSDIR%%/class-pangoattrlist.html -%%DOCSDIR%%/class-pangocairocairocontext.html -%%DOCSDIR%%/class-pangocairocairofontmap.html -%%DOCSDIR%%/class-pangocolor.html -%%DOCSDIR%%/class-pangocontext.html -%%DOCSDIR%%/class-pangofont.html -%%DOCSDIR%%/class-pangofontdescription.html -%%DOCSDIR%%/class-pangofontface.html -%%DOCSDIR%%/class-pangofontfamily.html -%%DOCSDIR%%/class-pangofontmap.html -%%DOCSDIR%%/class-pangofontmetrics.html -%%DOCSDIR%%/class-pangofontset.html -%%DOCSDIR%%/class-pangofontsetsimple.html -%%DOCSDIR%%/class-pangoglyphstring.html -%%DOCSDIR%%/class-pangolanguage.html -%%DOCSDIR%%/class-pangolayout.html -%%DOCSDIR%%/class-pangolayoutiter.html -%%DOCSDIR%%/class-pangolayoutline.html -%%DOCSDIR%%/class-pangorenderer.html -%%DOCSDIR%%/class-pangotabarray.html -%%DOCSDIR%%/class-pygtkgenericcellrenderer.html -%%DOCSDIR%%/class-pygtkgenerictreemodel.html -%%DOCSDIR%%/class-pygtktreemodelrow.html -%%DOCSDIR%%/class-pygtktreemodelrowiter.html -%%DOCSDIR%%/cursors/X_cursor.png -%%DOCSDIR%%/cursors/arrow.png -%%DOCSDIR%%/cursors/based_arrow_down.png -%%DOCSDIR%%/cursors/based_arrow_up.png -%%DOCSDIR%%/cursors/boat.png -%%DOCSDIR%%/cursors/bogosity.png -%%DOCSDIR%%/cursors/bottom_left_corner.png -%%DOCSDIR%%/cursors/bottom_right_corner.png -%%DOCSDIR%%/cursors/bottom_side.png -%%DOCSDIR%%/cursors/bottom_tee.png -%%DOCSDIR%%/cursors/box_spiral.png -%%DOCSDIR%%/cursors/center_ptr.png -%%DOCSDIR%%/cursors/circle.png -%%DOCSDIR%%/cursors/clock.png -%%DOCSDIR%%/cursors/coffee_mug.png -%%DOCSDIR%%/cursors/cross.png -%%DOCSDIR%%/cursors/cross_reverse.png -%%DOCSDIR%%/cursors/crosshair.png -%%DOCSDIR%%/cursors/diamond_cross.png -%%DOCSDIR%%/cursors/dot.png -%%DOCSDIR%%/cursors/dotbox.png -%%DOCSDIR%%/cursors/double_arrow.png -%%DOCSDIR%%/cursors/draft_large.png -%%DOCSDIR%%/cursors/draft_small.png -%%DOCSDIR%%/cursors/draped_box.png -%%DOCSDIR%%/cursors/exchange.png -%%DOCSDIR%%/cursors/fleur.png -%%DOCSDIR%%/cursors/gobbler.png -%%DOCSDIR%%/cursors/gumby.png -%%DOCSDIR%%/cursors/hand1.png -%%DOCSDIR%%/cursors/hand2.png -%%DOCSDIR%%/cursors/heart.png -%%DOCSDIR%%/cursors/icon.png -%%DOCSDIR%%/cursors/iron_cross.png -%%DOCSDIR%%/cursors/left_ptr.png -%%DOCSDIR%%/cursors/left_side.png -%%DOCSDIR%%/cursors/left_tee.png -%%DOCSDIR%%/cursors/leftbutton.png -%%DOCSDIR%%/cursors/ll_angle.png -%%DOCSDIR%%/cursors/lr_angle.png -%%DOCSDIR%%/cursors/man.png -%%DOCSDIR%%/cursors/middlebutton.png -%%DOCSDIR%%/cursors/mouse.png -%%DOCSDIR%%/cursors/pencil.png -%%DOCSDIR%%/cursors/pirate.png -%%DOCSDIR%%/cursors/plus.png -%%DOCSDIR%%/cursors/question_arrow.png -%%DOCSDIR%%/cursors/right_ptr.png -%%DOCSDIR%%/cursors/right_side.png -%%DOCSDIR%%/cursors/right_tee.png -%%DOCSDIR%%/cursors/rightbutton.png -%%DOCSDIR%%/cursors/rtl_logo.png -%%DOCSDIR%%/cursors/sailboat.png -%%DOCSDIR%%/cursors/sb_down_arrow.png -%%DOCSDIR%%/cursors/sb_h_double_arrow.png -%%DOCSDIR%%/cursors/sb_left_arrow.png -%%DOCSDIR%%/cursors/sb_right_arrow.png -%%DOCSDIR%%/cursors/sb_up_arrow.png -%%DOCSDIR%%/cursors/sb_v_double_arrow.png -%%DOCSDIR%%/cursors/shuttle.png -%%DOCSDIR%%/cursors/sizing.png -%%DOCSDIR%%/cursors/spider.png -%%DOCSDIR%%/cursors/spraycan.png -%%DOCSDIR%%/cursors/star.png -%%DOCSDIR%%/cursors/target.png -%%DOCSDIR%%/cursors/tcross.png -%%DOCSDIR%%/cursors/top_left_arrow.png -%%DOCSDIR%%/cursors/top_left_corner.png -%%DOCSDIR%%/cursors/top_right_corner.png -%%DOCSDIR%%/cursors/top_side.png -%%DOCSDIR%%/cursors/top_tee.png -%%DOCSDIR%%/cursors/trek.png -%%DOCSDIR%%/cursors/ul_angle.png -%%DOCSDIR%%/cursors/umbrella.png -%%DOCSDIR%%/cursors/ur_angle.png -%%DOCSDIR%%/cursors/watch.png -%%DOCSDIR%%/cursors/xterm.png -%%DOCSDIR%%/gdk-class-reference.html -%%DOCSDIR%%/gdk-constants.html -%%DOCSDIR%%/gdk-functions.html -%%DOCSDIR%%/glade-class-reference.html -%%DOCSDIR%%/gtk-class-reference.html -%%DOCSDIR%%/gtk-constants.html -%%DOCSDIR%%/gtk-functions.html -%%DOCSDIR%%/gtk-stock-items.html -%%DOCSDIR%%/icons/stock_about_24.png -%%DOCSDIR%%/icons/stock_add_24.png -%%DOCSDIR%%/icons/stock_align_center_24.png -%%DOCSDIR%%/icons/stock_align_justify_24.png -%%DOCSDIR%%/icons/stock_align_left_24.png -%%DOCSDIR%%/icons/stock_align_right_24.png -%%DOCSDIR%%/icons/stock_apply_20.png -%%DOCSDIR%%/icons/stock_bottom_24.png -%%DOCSDIR%%/icons/stock_broken_image_24.png -%%DOCSDIR%%/icons/stock_cancel_20.png -%%DOCSDIR%%/icons/stock_cdrom_24.png -%%DOCSDIR%%/icons/stock_clear_24.png -%%DOCSDIR%%/icons/stock_close_24.png -%%DOCSDIR%%/icons/stock_color_picker_25.png -%%DOCSDIR%%/icons/stock_colorselector_24.png -%%DOCSDIR%%/icons/stock_connect_24.png -%%DOCSDIR%%/icons/stock_convert_24.png -%%DOCSDIR%%/icons/stock_copy_24.png -%%DOCSDIR%%/icons/stock_cut_24.png -%%DOCSDIR%%/icons/stock_dialog_authentication_48.png -%%DOCSDIR%%/icons/stock_dialog_error_48.png -%%DOCSDIR%%/icons/stock_dialog_info_48.png -%%DOCSDIR%%/icons/stock_dialog_question_48.png -%%DOCSDIR%%/icons/stock_dialog_warning_48.png -%%DOCSDIR%%/icons/stock_directory_24.png -%%DOCSDIR%%/icons/stock_disconnect_24.png -%%DOCSDIR%%/icons/stock_dnd_32.png -%%DOCSDIR%%/icons/stock_dnd_multiple_32.png -%%DOCSDIR%%/icons/stock_down_arrow_24.png -%%DOCSDIR%%/icons/stock_edit_24.png -%%DOCSDIR%%/icons/stock_exec_24.png -%%DOCSDIR%%/icons/stock_exit_24.png -%%DOCSDIR%%/icons/stock_file_24.png -%%DOCSDIR%%/icons/stock_first_24.png -%%DOCSDIR%%/icons/stock_font_24.png -%%DOCSDIR%%/icons/stock_fullscreen_24.png -%%DOCSDIR%%/icons/stock_harddisk_24.png -%%DOCSDIR%%/icons/stock_help_24.png -%%DOCSDIR%%/icons/stock_home_24.png -%%DOCSDIR%%/icons/stock_index_24.png -%%DOCSDIR%%/icons/stock_info_24.png -%%DOCSDIR%%/icons/stock_jump_to_24.png -%%DOCSDIR%%/icons/stock_jump_to_rtl_24.png -%%DOCSDIR%%/icons/stock_last_24.png -%%DOCSDIR%%/icons/stock_leave_fullscreen_24.png -%%DOCSDIR%%/icons/stock_left_arrow_24.png -%%DOCSDIR%%/icons/stock_media_forward_24.png -%%DOCSDIR%%/icons/stock_media_next_24.png -%%DOCSDIR%%/icons/stock_media_pause_24.png -%%DOCSDIR%%/icons/stock_media_play_24.png -%%DOCSDIR%%/icons/stock_media_play_rtl_24.png -%%DOCSDIR%%/icons/stock_media_previous_24.png -%%DOCSDIR%%/icons/stock_media_record_24.png -%%DOCSDIR%%/icons/stock_media_rewind_24.png -%%DOCSDIR%%/icons/stock_media_stop_24.png -%%DOCSDIR%%/icons/stock_network_24.png -%%DOCSDIR%%/icons/stock_new_24.png -%%DOCSDIR%%/icons/stock_no_20.png -%%DOCSDIR%%/icons/stock_ok_20.png -%%DOCSDIR%%/icons/stock_open_24.png -%%DOCSDIR%%/icons/stock_page_setup_24.png -%%DOCSDIR%%/icons/stock_paste_24.png -%%DOCSDIR%%/icons/stock_preferences_24.png -%%DOCSDIR%%/icons/stock_print_24.png -%%DOCSDIR%%/icons/stock_print_error_24.png -%%DOCSDIR%%/icons/stock_print_paused_24.png -%%DOCSDIR%%/icons/stock_print_preview_24.png -%%DOCSDIR%%/icons/stock_print_report_24.png -%%DOCSDIR%%/icons/stock_properties_24.png -%%DOCSDIR%%/icons/stock_redo_24.png -%%DOCSDIR%%/icons/stock_redo_rtl_24.png -%%DOCSDIR%%/icons/stock_refresh_24.png -%%DOCSDIR%%/icons/stock_remove_24.png -%%DOCSDIR%%/icons/stock_revert_24.png -%%DOCSDIR%%/icons/stock_revert_rtl_24.png -%%DOCSDIR%%/icons/stock_right_arrow_24.png -%%DOCSDIR%%/icons/stock_save_24.png -%%DOCSDIR%%/icons/stock_save_as_24.png -%%DOCSDIR%%/icons/stock_search_24.png -%%DOCSDIR%%/icons/stock_search_replace_24.png -%%DOCSDIR%%/icons/stock_sort_ascending_24.png -%%DOCSDIR%%/icons/stock_sort_descending_24.png -%%DOCSDIR%%/icons/stock_spellcheck_24.png -%%DOCSDIR%%/icons/stock_stop_24.png -%%DOCSDIR%%/icons/stock_text_bold_24.png -%%DOCSDIR%%/icons/stock_text_indent_24.png -%%DOCSDIR%%/icons/stock_text_italic_24.png -%%DOCSDIR%%/icons/stock_text_strikethrough_24.png -%%DOCSDIR%%/icons/stock_text_underline_24.png -%%DOCSDIR%%/icons/stock_text_unindent_24.png -%%DOCSDIR%%/icons/stock_top_24.png -%%DOCSDIR%%/icons/stock_trash_24.png -%%DOCSDIR%%/icons/stock_undelete_24.png -%%DOCSDIR%%/icons/stock_undelete_rtl_24.png -%%DOCSDIR%%/icons/stock_undo_24.png -%%DOCSDIR%%/icons/stock_undo_rtl_24.png -%%DOCSDIR%%/icons/stock_up_arrow_24.png -%%DOCSDIR%%/icons/stock_print_warning_24.png -%%DOCSDIR%%/icons/stock_yes_20.png -%%DOCSDIR%%/icons/stock_zoom_1_24.png -%%DOCSDIR%%/icons/stock_zoom_fit_24.png -%%DOCSDIR%%/icons/stock_zoom_in_24.png -%%DOCSDIR%%/icons/stock_zoom_out_24.png -%%DOCSDIR%%/images/layout-btlr.png -%%DOCSDIR%%/images/layout-btrl.png -%%DOCSDIR%%/images/layout-lrbt.png -%%DOCSDIR%%/images/layout-lrtb.png -%%DOCSDIR%%/images/layout-rlbt.png -%%DOCSDIR%%/images/layout-rltb.png -%%DOCSDIR%%/images/layout-tblr.png -%%DOCSDIR%%/images/layout-tbrl.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/pango-class-reference.html -%%DOCSDIR%%/pango-constants.html -%%DOCSDIR%%/pango-functions.html -%%DOCSDIR%%/pango-markup-language.html -%%DOCSDIR%%/pangocairo-class-reference.html -%%DOCSDIR%%/pangocairo-constants.html -%%DOCSDIR%%/pangocairo-functions.html -%%DOCSDIR%%/pygtk-introduction.html -%%DOCSDIR%%/pygtk-reference-format.html -%%DOCSDIR%%/pygtk.devhelp -%%DOCSDIR%%/unixprint-class-reference.html -%%DOCSDIR%%/unixprint-constants.html -%%DOCSDIR%%/unixprint-functions.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in.bak -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/atk/atk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/autoconnect.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/glade-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test2.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/editable-interface.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/properties.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/signal.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/application.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/bin.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/customtreemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/filechooser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/scrollable.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/testprint.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/uimanager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/widget.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/break.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/browse.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/continue.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkcons.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkdb.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkprof.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/minibreak.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/next.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/pyide.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/quit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/return.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/run.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/step.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/extentdemo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/pangocairo-simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/utf8-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/appwindow.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/buttonbox.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/changedisplay.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/colorsel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/editable_cells.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/entry_completion.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/expander.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/hypertext.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/alphatest.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/apple-red.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/background.jpg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/floppybuddy.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-applets.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-calendar.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-foot.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gimp.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gmush.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gsame.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnu-keys.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gtk-logo-rgb.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/list_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/menu.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/panes.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/pixbufs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/print_editor.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/statusicon.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/stock_browser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textscroll.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textview.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tooltip.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tree_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/treemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/ui_manager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/hello.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/scribble.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/tooltip.py -share/pygtk/2.0/defs/atk-types.defs -share/pygtk/2.0/defs/atk.defs -share/pygtk/2.0/defs/gdk-2.10.defs -share/pygtk/2.0/defs/gdk-2.12.defs -share/pygtk/2.0/defs/gdk-2.14.defs -share/pygtk/2.0/defs/gdk-2.16.defs -share/pygtk/2.0/defs/gdk-2.18.defs -share/pygtk/2.0/defs/gdk-base-types.defs -share/pygtk/2.0/defs/gdk-base.defs -share/pygtk/2.0/defs/gdk-types.defs -share/pygtk/2.0/defs/gdk.defs -share/pygtk/2.0/defs/gtk-2.10-types.defs -share/pygtk/2.0/defs/gtk-2.10.defs -share/pygtk/2.0/defs/gtk-2.12-types.defs -share/pygtk/2.0/defs/gtk-2.12.defs -share/pygtk/2.0/defs/gtk-2.14-types.defs -share/pygtk/2.0/defs/gtk-2.14.defs -share/pygtk/2.0/defs/gtk-2.16-types.defs -share/pygtk/2.0/defs/gtk-2.16.defs -share/pygtk/2.0/defs/gtk-2.18-types.defs -share/pygtk/2.0/defs/gtk-2.18.defs -share/pygtk/2.0/defs/gtk-base-types.defs -share/pygtk/2.0/defs/gtk-base.defs -share/pygtk/2.0/defs/gtk-extrafuncs.defs -share/pygtk/2.0/defs/gtk-types.defs -share/pygtk/2.0/defs/gtk.defs -share/pygtk/2.0/defs/gtkunixprint-2.12.defs -share/pygtk/2.0/defs/gtkunixprint-2.14.defs -share/pygtk/2.0/defs/gtkunixprint-base-types.defs -share/pygtk/2.0/defs/gtkunixprint-base.defs -share/pygtk/2.0/defs/libglade.defs -share/pygtk/2.0/defs/pango-types.defs -share/pygtk/2.0/defs/pango.defs -share/pygtk/2.0/defs/pangocairo.defs -share/pygtk/2.0/defs/pangocairo.override -@dirrm share/pygtk/2.0/defs -@dirrm share/pygtk/2.0 -@dirrm share/pygtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pango -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ide -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gobject -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glade -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/atk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%%/icons -@dirrm %%DOCSDIR%%/cursors -@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrm lib/pygtk/2.0/demos/images -@dirrm lib/pygtk/2.0/demos -@dirrm lib/pygtk/2.0 -@dirrm lib/pygtk -@dirrm include/pygtk-2.0/pygtk -@dirrmtry include/pygtk-2.0 diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile deleted file mode 100644 index c3ec4eac9..000000000 --- a/x11-toolkits/py-gtksourceview/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: py-gtksourceview -# Date created: 25 June 2007 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.23 2010/03/28 18:00:43 marcus Exp $ -# - -PORTNAME= gtksourceview -PORTVERSION= 2.10.1 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtksourceview-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A python bindings for the version 2 of the GtkSourceView library - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtksourceview/distinfo b/x11-toolkits/py-gtksourceview/distinfo deleted file mode 100644 index cc89b39df..000000000 --- a/x11-toolkits/py-gtksourceview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygtksourceview-2.10.1.tar.bz2) = 2654354d61422fb79d8375fc3a3b5393 -SHA256 (pygtksourceview-2.10.1.tar.bz2) = b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974 -SIZE (pygtksourceview-2.10.1.tar.bz2) = 290249 diff --git a/x11-toolkits/py-gtksourceview/pkg-descr b/x11-toolkits/py-gtksourceview/pkg-descr deleted file mode 100644 index 2e25fb731..000000000 --- a/x11-toolkits/py-gtksourceview/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This archive contains python bindings for the version 2 of the -GtkSourceView library. - -WWW: http://www.gnome.org diff --git a/x11-toolkits/py-gtksourceview/pkg-plist b/x11-toolkits/py-gtksourceview/pkg-plist deleted file mode 100644 index 579b96136..000000000 --- a/x11-toolkits/py-gtksourceview/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtksourceview2.la -%%PYTHON_SITELIBDIR%%/gtksourceview2.so -libdata/pkgconfig/pygtksourceview-2.0.pc -share/pygtk/2.0/defs/gtksourceview2.defs diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile deleted file mode 100644 index c4fa0a3c8..000000000 --- a/x11-toolkits/unique/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libunique -# Date created: 22 Feb 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/unique/Makefile,v 1.6 2010/01/09 14:45:19 kwm Exp $ -# - -PORTNAME= unique -PORTVERSION= 1.1.6 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ -DISTNAME= lib${PORTNAME}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Library for single instance applications - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_XORG= ice -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 gnomeprefix ltverhack:2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-maintainer-flags -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/configure ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/unique/distinfo b/x11-toolkits/unique/distinfo deleted file mode 100644 index da0ec5211..000000000 --- a/x11-toolkits/unique/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libunique-1.1.6.tar.bz2) = 7955769ef31f1bc4f83446dbb3625e6d -SHA256 (libunique-1.1.6.tar.bz2) = e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb -SIZE (libunique-1.1.6.tar.bz2) = 335534 diff --git a/x11-toolkits/unique/pkg-descr b/x11-toolkits/unique/pkg-descr deleted file mode 100644 index 01b924566..000000000 --- a/x11-toolkits/unique/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Unique is a library for writing single instance application. If you launch a -single instance application twice, the second instance will either just quit -or will send a message to the running instance. - -Unique makes it easy to write this kind of applications, by providing a base -class, taking care of all the IPC machinery needed to send messages to a -running instance, and also handling the startup notification side. - -Unique aims to replace the BaconMessageConnection code that has been copied -by many projects and the code using Bonobo and D-Bus. - -WWW: http://live.gnome.org/LibUnique diff --git a/x11-toolkits/unique/pkg-plist b/x11-toolkits/unique/pkg-plist deleted file mode 100644 index 37507d057..000000000 --- a/x11-toolkits/unique/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -include/unique-1.0/unique/unique.h -include/unique-1.0/unique/uniqueapp.h -include/unique-1.0/unique/uniquebackend.h -include/unique-1.0/unique/uniqueenumtypes.h -include/unique-1.0/unique/uniquemessage.h -include/unique-1.0/unique/uniqueversion.h -lib/girepository-1.0/Unique-1.0.typelib -lib/libunique-1.0.a -lib/libunique-1.0.la -lib/libunique-1.0.so -lib/libunique-1.0.so.2 -libdata/pkgconfig/unique-1.0.pc -share/gir-1.0/Unique-1.0.gir -%%DOCSDIR%%/UniqueApp.html -%%DOCSDIR%%/UniqueBackend.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/unique-Message-Data.html -%%DOCSDIR%%/unique-Versioning-Information.html -%%DOCSDIR%%/unique-overview.html -%%DOCSDIR%%/unique.devhelp -%%DOCSDIR%%/unique.devhelp2 -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/unique-1.0/unique -@dirrm include/unique-1.0 diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile deleted file mode 100644 index f93eddf72..000000000 --- a/x11-toolkits/vte/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: vte -# Date created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.109 2010/03/30 13:13:50 kwm Exp $ -# - -PORTNAME= vte -PORTVERSION= 0.24.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Terminal widget with improved accessibility and I18N support - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_BISON= build -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GETTEXT= yes -USE_GNOME?= gnomeprefix gnomehack gtk20 ltverhack referencehack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -# BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_ARGS?=--disable-python \ - --disable-freetypetest - -.if !defined(MASTERDIR) -OPTIONS= GLX "Enable support for DRI/GLX rendering" off -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900007 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c -.endif - -.if defined(WITH_GLX) && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo deleted file mode 100644 index 267035e24..000000000 --- a/x11-toolkits/vte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vte-0.24.1.tar.bz2) = 3b66116e930dde00e1ddbf8277066ea7 -SHA256 (gnome2/vte-0.24.1.tar.bz2) = a4b287881993602884db2c5be0ed9e4bed2265091ef91671fe43fc8d5921e00c -SIZE (gnome2/vte-0.24.1.tar.bz2) = 1312731 diff --git a/x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c deleted file mode 100644 index bc0877bf5..000000000 --- a/x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c +++ /dev/null @@ -1,40 +0,0 @@ ---- gnome-pty-helper/gnome-utmp.c.orig Sat Oct 28 23:15:53 2006 -+++ gnome-pty-helper/gnome-utmp.c Sat Oct 28 23:15:40 2006 -@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v - #endif - - if (utmp) -+#if defined(__FreeBSD__) -+ logout (put.ut_line); -+#else - update_utmp (&put); -+#endif - - if (wtmp) -+#if defined(__FreeBSD__) -+ logwtmp (put.ut_line, "", ""); -+#else - update_wtmp (WTMP_OUTPUT_FILENAME, &put); -+#endif - - free (ut); - } -@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch - # endif - #endif - if (utmp) -+#if defined(__FreeBSD__) -+ login (ut); -+#else - update_utmp (ut); -+#endif - - if (wtmp) -+#if defined(__FreeBSD__) -+ logwtmp (ut->ut_line, ut->ut_name, ut->ut_host); -+#else - update_wtmp (WTMP_OUTPUT_FILENAME, ut); -+#endif - - if (lastlog) - update_lastlog(login_name, ut); diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in deleted file mode 100644 index 03db0e1c4..000000000 --- a/x11-toolkits/vte/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Wed May 17 10:45:57 2006 -+++ config.h.in Wed May 17 10:46:25 2006 -@@ -106,6 +106,9 @@ - /* Define to 1 if you have the <GL/glx.h> header file. */ - #undef HAVE_GL_GLX_H - -+/* Define to 1 if you have the `posix_openpt' function. */ -+#undef HAVE_POSIX_OPENPT -+ - /* Define to 1 if you have the `grantpt' function. */ - #undef HAVE_GRANTPT - diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure deleted file mode 100644 index bfc8e7c5c..000000000 --- a/x11-toolkits/vte/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-03-30 14:43:41.000000000 +0200 -+++ configure 2010-03-30 14:47:26.000000000 +0200 -@@ -14102,7 +14102,7 @@ - - - # Check for PTY handling functions. --for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr -+for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr - do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in deleted file mode 100644 index 93f9d08da..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400 -+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400 -@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS - - - install-exec-hook: -- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true - - -include $(top_srcdir)/git.mk - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c deleted file mode 100644 index ab80c5364..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-pty-helper/gnome-pty-helper.c -+++ gnome-pty-helper/gnome-pty-helper.c -@@ -51,7 +51,6 @@ - #include <stdlib.h> - #include <string.h> - #include <stdio.h> --#include <utmp.h> - #include <grp.h> - #include "gnome-pty.h" - #include "gnome-login-support.h" diff --git a/x11-toolkits/vte/files/patch-python_Makefile.in b/x11-toolkits/vte/files/patch-python_Makefile.in deleted file mode 100644 index d821a7cf6..000000000 --- a/x11-toolkits/vte/files/patch-python_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- python/Makefile.in.orig 2009-11-01 13:38:24.000000000 -0500 -+++ python/Makefile.in 2009-11-01 13:38:24.000000000 -0500 -@@ -73,7 +73,6 @@ am__installdirs = "$(DESTDIR)$(pythonsit - LTLIBRARIES = $(pythonsiteexec_LTLIBRARIES) - am__DEPENDENCIES_1 = - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_DEPENDENCIES = \ --@BUILD_PYTHON_MODULES_TRUE@ $(top_builddir)/src/libvte.la \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) -@@ -320,7 +319,7 @@ EXTRA_DIST = vte.defs pyvte.pc.in vte.ov - # we do this to suport building with -Wl,-z,defs which errors on - # vtemodule.so as we cannot include $(PYTHON_LIBS) due to bug 410986. - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initvte $(PYTHON_LDFLAGS) $(AM_LDFLAGS) --@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = $(top_builddir)/src/libvte.la $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS) -+@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = -lvte $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS) - @BUILD_PYTHON_MODULES_TRUE@nodist_vtemodule_la_SOURCES = vte.c - all: all-am - diff --git a/x11-toolkits/vte/files/patch-src_vteseq.c b/x11-toolkits/vte/files/patch-src_vteseq.c deleted file mode 100644 index e5afb288b..000000000 --- a/x11-toolkits/vte/files/patch-src_vteseq.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/vteseq.c.orig Mon Jun 12 20:27:00 2006 -+++ src/vteseq.c Mon Jun 12 20:27:19 2006 -@@ -20,6 +20,7 @@ - #include "../config.h" - - #ifdef HAVE_SYS_SYSLIMITS_H -+#include <sys/cdefs.h> - #include <sys/syslimits.h> - #endif - diff --git a/x11-toolkits/vte/pkg-descr b/x11-toolkits/vte/pkg-descr deleted file mode 100644 index a363e23c7..000000000 --- a/x11-toolkits/vte/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Terminal widget with improved font, internationalisation and accessibility -support for the GNOME 2 desktop. Designed to replace libzvt. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist deleted file mode 100644 index cd7b59f00..000000000 --- a/x11-toolkits/vte/pkg-plist +++ /dev/null @@ -1,155 +0,0 @@ -bin/vte -include/vte/pty.h -include/vte/reaper.h -include/vte/vte.h -include/vte/vteaccess.h -include/vte/vtetypebuiltins.h -include/vte/vteversion.h -lib/libvte.a -lib/libvte.la -lib/libvte.so -lib/libvte.so.9 -lib/vte/decset -lib/vte/interpret -lib/vte/osc -lib/vte/slowcat -lib/vte/window -libdata/pkgconfig/vte.pc -libexec/gnome-pty-helper -share/locale/am/LC_MESSAGES/vte.mo -share/locale/ang/LC_MESSAGES/vte.mo -share/locale/ar/LC_MESSAGES/vte.mo -share/locale/as/LC_MESSAGES/vte.mo -share/locale/ast/LC_MESSAGES/vte.mo -share/locale/az/LC_MESSAGES/vte.mo -share/locale/be/LC_MESSAGES/vte.mo -share/locale/be@latin/LC_MESSAGES/vte.mo -share/locale/bg/LC_MESSAGES/vte.mo -share/locale/bn/LC_MESSAGES/vte.mo -share/locale/bn_IN/LC_MESSAGES/vte.mo -share/locale/bs/LC_MESSAGES/vte.mo -share/locale/ca/LC_MESSAGES/vte.mo -share/locale/ca@valencia/LC_MESSAGES/vte.mo -share/locale/cs/LC_MESSAGES/vte.mo -share/locale/cy/LC_MESSAGES/vte.mo -share/locale/da/LC_MESSAGES/vte.mo -share/locale/de/LC_MESSAGES/vte.mo -share/locale/dz/LC_MESSAGES/vte.mo -share/locale/el/LC_MESSAGES/vte.mo -share/locale/en@shaw/LC_MESSAGES/vte.mo -share/locale/en_CA/LC_MESSAGES/vte.mo -share/locale/en_GB/LC_MESSAGES/vte.mo -share/locale/es/LC_MESSAGES/vte.mo -share/locale/et/LC_MESSAGES/vte.mo -share/locale/eu/LC_MESSAGES/vte.mo -share/locale/fa/LC_MESSAGES/vte.mo -share/locale/fi/LC_MESSAGES/vte.mo -share/locale/fr/LC_MESSAGES/vte.mo -share/locale/ga/LC_MESSAGES/vte.mo -share/locale/gl/LC_MESSAGES/vte.mo -share/locale/gu/LC_MESSAGES/vte.mo -share/locale/he/LC_MESSAGES/vte.mo -share/locale/hi/LC_MESSAGES/vte.mo -share/locale/hr/LC_MESSAGES/vte.mo -share/locale/hu/LC_MESSAGES/vte.mo -share/locale/id/LC_MESSAGES/vte.mo -share/locale/is/LC_MESSAGES/vte.mo -share/locale/it/LC_MESSAGES/vte.mo -share/locale/ja/LC_MESSAGES/vte.mo -share/locale/ka/LC_MESSAGES/vte.mo -share/locale/kn/LC_MESSAGES/vte.mo -share/locale/ko/LC_MESSAGES/vte.mo -share/locale/ku/LC_MESSAGES/vte.mo -share/locale/ky/LC_MESSAGES/vte.mo -share/locale/li/LC_MESSAGES/vte.mo -share/locale/lt/LC_MESSAGES/vte.mo -share/locale/lv/LC_MESSAGES/vte.mo -share/locale/mai/LC_MESSAGES/vte.mo -share/locale/mi/LC_MESSAGES/vte.mo -share/locale/mk/LC_MESSAGES/vte.mo -share/locale/ml/LC_MESSAGES/vte.mo -share/locale/mn/LC_MESSAGES/vte.mo -share/locale/mr/LC_MESSAGES/vte.mo -share/locale/ms/LC_MESSAGES/vte.mo -share/locale/nb/LC_MESSAGES/vte.mo -share/locale/ne/LC_MESSAGES/vte.mo -share/locale/nds/LC_MESSAGES/vte.mo -share/locale/nl/LC_MESSAGES/vte.mo -share/locale/nn/LC_MESSAGES/vte.mo -share/locale/oc/LC_MESSAGES/vte.mo -share/locale/or/LC_MESSAGES/vte.mo -share/locale/pa/LC_MESSAGES/vte.mo -share/locale/pl/LC_MESSAGES/vte.mo -share/locale/pt/LC_MESSAGES/vte.mo -share/locale/pt_BR/LC_MESSAGES/vte.mo -share/locale/ro/LC_MESSAGES/vte.mo -share/locale/ru/LC_MESSAGES/vte.mo -share/locale/rw/LC_MESSAGES/vte.mo -share/locale/si/LC_MESSAGES/vte.mo -share/locale/sk/LC_MESSAGES/vte.mo -share/locale/sl/LC_MESSAGES/vte.mo -share/locale/sq/LC_MESSAGES/vte.mo -share/locale/sr/LC_MESSAGES/vte.mo -share/locale/sr@latin/LC_MESSAGES/vte.mo -share/locale/sv/LC_MESSAGES/vte.mo -share/locale/ta/LC_MESSAGES/vte.mo -share/locale/te/LC_MESSAGES/vte.mo -share/locale/th/LC_MESSAGES/vte.mo -share/locale/tr/LC_MESSAGES/vte.mo -share/locale/ug/LC_MESSAGES/vte.mo -share/locale/uk/LC_MESSAGES/vte.mo -share/locale/vi/LC_MESSAGES/vte.mo -share/locale/wa/LC_MESSAGES/vte.mo -share/locale/xh/LC_MESSAGES/vte.mo -share/locale/zh_CN/LC_MESSAGES/vte.mo -share/locale/zh_HK/LC_MESSAGES/vte.mo -share/locale/zh_TW/LC_MESSAGES/vte.mo -%%DATADIR%%/termcap/xterm -@dirrm %%DATADIR%%/termcap -@dirrm %%DATADIR%% -@dirrm lib/vte -@dirrm include/vte -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile deleted file mode 100644 index b15d9ec81..000000000 --- a/x11-wm/metacity/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: metacity -# Date created: 21 May 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# -# $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.154 2010/04/02 02:28:00 avl Exp $ -# - -PORTNAME= metacity -PORTVERSION= 2.30.1 -CATEGORIES= x11-wm -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A window manager for the adult in you - -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity - -USE_BZIP2= yes -USE_XORG= x11 xcomposite xdamage -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= metacity.schemas - -MAN1= metacity-message.1 metacity-theme-viewer.1 \ - metacity-window-demo.1 metacity.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo deleted file mode 100644 index 1883d0055..000000000 --- a/x11-wm/metacity/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/metacity-2.30.1.tar.bz2) = 3d3c05c60b70b9d06b30872e756c31ba -SHA256 (gnome2/metacity-2.30.1.tar.bz2) = 0057b6e0562cf51b648a2d7b3729def8365ccefd12a9b1373f93312da1ebe5d8 -SIZE (gnome2/metacity-2.30.1.tar.bz2) = 2314657 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index 223d0af9e..000000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-04-01 13:44:38.000000000 +0200 -+++ configure 2010-04-01 13:45:49.000000000 +0200 -@@ -24238,7 +24238,7 @@ - " - - METACITY_MINOR_VERSION=30 --if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then -+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then - stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2)) - echo "This is the UNSTABLE branch of metacity" - echo -n "Use 2.$stable_version.x for stable " diff --git a/x11-wm/metacity/files/patch-src_core_delete.c b/x11-wm/metacity/files/patch-src_core_delete.c deleted file mode 100644 index c72b0f60a..000000000 --- a/x11-wm/metacity/files/patch-src_core_delete.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/delete.c.orig 2010-01-30 18:56:27.000000000 -0500 -+++ src/core/delete.c 2010-01-30 18:56:53.000000000 -0500 -@@ -32,6 +32,7 @@ - #include "workspace.h" - - #include <sys/types.h> -+#include <sys/wait.h> - #include <signal.h> - #include <unistd.h> - #include <errno.h> diff --git a/x11-wm/metacity/files/patch-src_core_main.c b/x11-wm/metacity/files/patch-src_core_main.c deleted file mode 100644 index 2d5171e5d..000000000 --- a/x11-wm/metacity/files/patch-src_core_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/main.c.orig 2010-01-21 11:09:25.000000000 -0500 -+++ src/core/main.c 2010-01-30 18:53:17.000000000 -0500 -@@ -58,7 +58,11 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#ifdef __linux__ - #include <wait.h> -+#else -+#include <sys/wait.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <signal.h> diff --git a/x11-wm/metacity/pkg-descr b/x11-wm/metacity/pkg-descr deleted file mode 100644 index fb1cb52b9..000000000 --- a/x11-wm/metacity/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Metacity is a low-frills Window Manager, and is the default -Window Manager of the GNOME 2 desktop. It provides most of -the features expected of a Window Manager, but leaves everything -it can up to other components of the GNOME environment. diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist deleted file mode 100644 index cb1d97b3b..000000000 --- a/x11-wm/metacity/pkg-plist +++ /dev/null @@ -1,284 +0,0 @@ -bin/metacity -bin/metacity-message -bin/metacity-theme-viewer -bin/metacity-window-demo -include/metacity-1/metacity-private/boxes.h -include/metacity-1/metacity-private/common.h -include/metacity-1/metacity-private/gradient.h -include/metacity-1/metacity-private/preview-widget.h -include/metacity-1/metacity-private/theme-parser.h -include/metacity-1/metacity-private/theme.h -include/metacity-1/metacity-private/util.h -lib/libmetacity-private.a -lib/libmetacity-private.la -lib/libmetacity-private.so -lib/libmetacity-private.so.0 -libdata/pkgconfig/libmetacity-private.pc -share/applications/metacity.desktop -share/gnome-control-center/keybindings/50-metacity-desktop-key.xml -share/gnome-control-center/keybindings/50-metacity-key.xml -share/gnome/help/creating-metacity-themes/C/creating-metacity-themes.xml -share/gnome/wm-properties/metacity-wm.desktop -share/locale/am/LC_MESSAGES/metacity.mo -share/locale/ar/LC_MESSAGES/metacity.mo -share/locale/as/LC_MESSAGES/metacity.mo -share/locale/ast/LC_MESSAGES/metacity.mo -share/locale/az/LC_MESSAGES/metacity.mo -share/locale/be/LC_MESSAGES/metacity.mo -share/locale/be@latin/LC_MESSAGES/metacity.mo -share/locale/bg/LC_MESSAGES/metacity.mo -share/locale/bn/LC_MESSAGES/metacity.mo -share/locale/bn_IN/LC_MESSAGES/metacity.mo -share/locale/br/LC_MESSAGES/metacity.mo -share/locale/bs/LC_MESSAGES/metacity.mo -share/locale/ca/LC_MESSAGES/metacity.mo -share/locale/ca@valencia/LC_MESSAGES/metacity.mo -share/locale/crh/LC_MESSAGES/metacity.mo -share/locale/cs/LC_MESSAGES/metacity.mo -share/locale/cy/LC_MESSAGES/metacity.mo -share/locale/da/LC_MESSAGES/metacity.mo -share/locale/de/LC_MESSAGES/metacity.mo -share/locale/dz/LC_MESSAGES/metacity.mo -share/locale/el/LC_MESSAGES/metacity.mo -share/locale/en@shaw/LC_MESSAGES/metacity.mo -share/locale/en_CA/LC_MESSAGES/metacity.mo -share/locale/en_GB/LC_MESSAGES/metacity.mo -share/locale/es/LC_MESSAGES/metacity.mo -share/locale/et/LC_MESSAGES/metacity.mo -share/locale/eu/LC_MESSAGES/metacity.mo -share/locale/fa/LC_MESSAGES/metacity.mo -share/locale/fi/LC_MESSAGES/metacity.mo -share/locale/fr/LC_MESSAGES/metacity.mo -share/locale/ga/LC_MESSAGES/metacity.mo -share/locale/gl/LC_MESSAGES/metacity.mo -share/locale/gu/LC_MESSAGES/metacity.mo -share/locale/ha/LC_MESSAGES/metacity.mo -share/locale/he/LC_MESSAGES/metacity.mo -share/locale/hi/LC_MESSAGES/metacity.mo -share/locale/hr/LC_MESSAGES/metacity.mo -share/locale/hu/LC_MESSAGES/metacity.mo -share/locale/hy/LC_MESSAGES/metacity.mo -share/locale/id/LC_MESSAGES/metacity.mo -share/locale/ig/LC_MESSAGES/metacity.mo -share/locale/is/LC_MESSAGES/metacity.mo -share/locale/it/LC_MESSAGES/metacity.mo -share/locale/ja/LC_MESSAGES/metacity.mo -share/locale/ka/LC_MESSAGES/metacity.mo -share/locale/kn/LC_MESSAGES/metacity.mo -share/locale/ko/LC_MESSAGES/metacity.mo -share/locale/ku/LC_MESSAGES/metacity.mo -share/locale/la/LC_MESSAGES/metacity.mo -share/locale/lt/LC_MESSAGES/metacity.mo -share/locale/lv/LC_MESSAGES/metacity.mo -share/locale/mai/LC_MESSAGES/metacity.mo -share/locale/mg/LC_MESSAGES/metacity.mo -share/locale/mk/LC_MESSAGES/metacity.mo -share/locale/ml/LC_MESSAGES/metacity.mo -share/locale/mn/LC_MESSAGES/metacity.mo -share/locale/mr/LC_MESSAGES/metacity.mo -share/locale/ms/LC_MESSAGES/metacity.mo -share/locale/nb/LC_MESSAGES/metacity.mo -share/locale/ne/LC_MESSAGES/metacity.mo -share/locale/nl/LC_MESSAGES/metacity.mo -share/locale/nn/LC_MESSAGES/metacity.mo -share/locale/oc/LC_MESSAGES/metacity.mo -share/locale/or/LC_MESSAGES/metacity.mo -share/locale/pa/LC_MESSAGES/metacity.mo -share/locale/pl/LC_MESSAGES/metacity.mo -share/locale/pt/LC_MESSAGES/metacity.mo -share/locale/pt_BR/LC_MESSAGES/metacity.mo -share/locale/ro/LC_MESSAGES/metacity.mo -share/locale/ru/LC_MESSAGES/metacity.mo -share/locale/rw/LC_MESSAGES/metacity.mo -share/locale/si/LC_MESSAGES/metacity.mo -share/locale/sk/LC_MESSAGES/metacity.mo -share/locale/sl/LC_MESSAGES/metacity.mo -share/locale/sq/LC_MESSAGES/metacity.mo -share/locale/sr/LC_MESSAGES/metacity.mo -share/locale/sr@latin/LC_MESSAGES/metacity.mo -share/locale/sv/LC_MESSAGES/metacity.mo -share/locale/ta/LC_MESSAGES/metacity.mo -share/locale/te/LC_MESSAGES/metacity.mo -share/locale/th/LC_MESSAGES/metacity.mo -share/locale/tk/LC_MESSAGES/metacity.mo -share/locale/tr/LC_MESSAGES/metacity.mo -share/locale/uk/LC_MESSAGES/metacity.mo -share/locale/vi/LC_MESSAGES/metacity.mo -share/locale/wa/LC_MESSAGES/metacity.mo -share/locale/xh/LC_MESSAGES/metacity.mo -share/locale/yo/LC_MESSAGES/metacity.mo -share/locale/zh_CN/LC_MESSAGES/metacity.mo -share/locale/zh_HK/LC_MESSAGES/metacity.mo -share/locale/zh_TW/LC_MESSAGES/metacity.mo -%%DATADIR%%/icons/metacity-window-demo.png -share/themes/AgingGorilla/metacity-1/active-button.png -share/themes/AgingGorilla/metacity-1/active-close-button.png -share/themes/AgingGorilla/metacity-1/active-close-menu-icon.png -share/themes/AgingGorilla/metacity-1/active-maximize-button.png -share/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png -share/themes/AgingGorilla/metacity-1/active-menu-button.png -share/themes/AgingGorilla/metacity-1/active-minimize-button.png -share/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png -share/themes/AgingGorilla/metacity-1/inactive-close-button.png -share/themes/AgingGorilla/metacity-1/inactive-maximize-button.png -share/themes/AgingGorilla/metacity-1/inactive-menu-button.png -share/themes/AgingGorilla/metacity-1/inactive-minimize-button.png -share/themes/AgingGorilla/metacity-1/metacity-theme-1.xml -share/themes/Atlanta/metacity-1/metacity-theme-1.xml -share/themes/Bright/metacity-1/metacity-theme-1.xml -share/themes/Bright/metacity-1/metacity-theme-2.xml -share/themes/Crux/metacity-1/active-above-button.png -share/themes/Crux/metacity-1/active-border-top-left-border.png -share/themes/Crux/metacity-1/active-border-top-right-border.png -share/themes/Crux/metacity-1/active-bottom-left-border.png -share/themes/Crux/metacity-1/active-bottom-left-corner.png -share/themes/Crux/metacity-1/active-bottom-mid-left-border.png -share/themes/Crux/metacity-1/active-bottom-mid-right-border.png -share/themes/Crux/metacity-1/active-bottom-right-border.png -share/themes/Crux/metacity-1/active-bottom-right-corner.png -share/themes/Crux/metacity-1/active-button-prelight.png -share/themes/Crux/metacity-1/active-button-pressed.png -share/themes/Crux/metacity-1/active-button.png -share/themes/Crux/metacity-1/active-close-button.png -share/themes/Crux/metacity-1/active-left-border.png -share/themes/Crux/metacity-1/active-left-top-border-shaded.png -share/themes/Crux/metacity-1/active-left-top-border.png -share/themes/Crux/metacity-1/active-maximize-button.png -share/themes/Crux/metacity-1/active-menu-button-prelight.png -share/themes/Crux/metacity-1/active-menu-button-pressed.png -share/themes/Crux/metacity-1/active-menu-button.png -share/themes/Crux/metacity-1/active-minimize-button.png -share/themes/Crux/metacity-1/active-restore-button.png -share/themes/Crux/metacity-1/active-right-border.png -share/themes/Crux/metacity-1/active-right-top-border-shaded.png -share/themes/Crux/metacity-1/active-right-top-border.png -share/themes/Crux/metacity-1/active-shade-button.png -share/themes/Crux/metacity-1/active-stick-button.png -share/themes/Crux/metacity-1/active-top-center-left.png -share/themes/Crux/metacity-1/active-top-center-mid-left.png -share/themes/Crux/metacity-1/active-top-center-mid-right.png -share/themes/Crux/metacity-1/active-top-center-right.png -share/themes/Crux/metacity-1/active-top-left-border.png -share/themes/Crux/metacity-1/active-top-left-corner.png -share/themes/Crux/metacity-1/active-top-mid-left-border.png -share/themes/Crux/metacity-1/active-top-mid-right-border.png -share/themes/Crux/metacity-1/active-top-right-border.png -share/themes/Crux/metacity-1/active-top-right-corner.png -share/themes/Crux/metacity-1/active-unabove-button.png -share/themes/Crux/metacity-1/active-unshade-button.png -share/themes/Crux/metacity-1/active-unstick-button.png -share/themes/Crux/metacity-1/inactive-above-button.png -share/themes/Crux/metacity-1/inactive-border-top-left-border.png -share/themes/Crux/metacity-1/inactive-border-top-right-border.png -share/themes/Crux/metacity-1/inactive-bottom-left-border.png -share/themes/Crux/metacity-1/inactive-bottom-left-corner.png -share/themes/Crux/metacity-1/inactive-bottom-mid-border.png -share/themes/Crux/metacity-1/inactive-bottom-right-border.png -share/themes/Crux/metacity-1/inactive-bottom-right-corner.png -share/themes/Crux/metacity-1/inactive-button-prelight.png -share/themes/Crux/metacity-1/inactive-button-pressed.png -share/themes/Crux/metacity-1/inactive-button.png -share/themes/Crux/metacity-1/inactive-close-button.png -share/themes/Crux/metacity-1/inactive-left-border.png -share/themes/Crux/metacity-1/inactive-left-top-border-shaded.png -share/themes/Crux/metacity-1/inactive-left-top-border.png -share/themes/Crux/metacity-1/inactive-maximize-button.png -share/themes/Crux/metacity-1/inactive-menu-button-prelight.png -share/themes/Crux/metacity-1/inactive-menu-button-pressed.png -share/themes/Crux/metacity-1/inactive-menu-button.png -share/themes/Crux/metacity-1/inactive-minimize-button.png -share/themes/Crux/metacity-1/inactive-restore-button.png -share/themes/Crux/metacity-1/inactive-right-border.png -share/themes/Crux/metacity-1/inactive-right-top-border-shaded.png -share/themes/Crux/metacity-1/inactive-right-top-border.png -share/themes/Crux/metacity-1/inactive-shade-button.png -share/themes/Crux/metacity-1/inactive-stick-button.png -share/themes/Crux/metacity-1/inactive-top-center-left.png -share/themes/Crux/metacity-1/inactive-top-center-mid.png -share/themes/Crux/metacity-1/inactive-top-center-right.png -share/themes/Crux/metacity-1/inactive-top-left-border.png -share/themes/Crux/metacity-1/inactive-top-left-corner.png -share/themes/Crux/metacity-1/inactive-top-mid-border.png -share/themes/Crux/metacity-1/inactive-top-right-border.png -share/themes/Crux/metacity-1/inactive-top-right-corner.png -share/themes/Crux/metacity-1/inactive-unabove-button.png -share/themes/Crux/metacity-1/inactive-unshade-button.png -share/themes/Crux/metacity-1/inactive-unstick-button.png -share/themes/Crux/metacity-1/metacity-theme-1.xml -share/themes/Crux/metacity-1/metacity-theme-2.xml -share/themes/Esco/metacity-1/metacity-theme-1.xml -share/themes/Metabox/metacity-1/metacity-theme-1.xml -share/themes/Simple/metacity-1/close.png -share/themes/Simple/metacity-1/maximize.png -share/themes/Simple/metacity-1/maximized.png -share/themes/Simple/metacity-1/metacity-theme-1.xml -share/themes/Simple/metacity-1/minimize.png -@dirrm share/themes/Simple/metacity-1 -@dirrmtry share/themes/Simple -@dirrm share/themes/Metabox/metacity-1 -@dirrmtry share/themes/Metabox -@dirrm share/themes/Esco/metacity-1 -@dirrmtry share/themes/Esco -@dirrm share/themes/Crux/metacity-1 -@dirrmtry share/themes/Crux -@dirrm share/themes/Bright/metacity-1 -@dirrmtry share/themes/Bright -@dirrm share/themes/Atlanta/metacity-1 -@dirrmtry share/themes/Atlanta -@dirrm share/themes/AgingGorilla/metacity-1 -@dirrmtry share/themes/AgingGorilla -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/gnome/help/creating-metacity-themes/C -@dirrm share/gnome/help/creating-metacity-themes -@dirrm include/metacity-1/metacity-private -@dirrm include/metacity-1 -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile deleted file mode 100644 index be2894eac..000000000 --- a/x11-wm/mutter/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: mutter -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.10 2010/02/19 06:33:15 marcus Exp $ -# - -PORTNAME= mutter -PORTVERSION= 2.29.1 -CATEGORIES= x11-wm -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Window and compositing manager based on Clutter - -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity - -USE_BZIP2= yes -USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 ltverhack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= mutter.schemas - -MAN1= mutter-message.1 mutter-theme-viewer.1 \ - mutter-window-demo.1 mutter.1 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/x11-wm/mutter/distinfo b/x11-wm/mutter/distinfo deleted file mode 100644 index 33ebc5708..000000000 --- a/x11-wm/mutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mutter-2.29.1.tar.bz2) = ebe3c04751741fb2a028a3c6c4f1c2d7 -SHA256 (gnome2/mutter-2.29.1.tar.bz2) = 175f3adcc5ad5c6f23772ca15c862f275fc3d9a9c3104e9146cf265847a4a10a -SIZE (gnome2/mutter-2.29.1.tar.bz2) = 1981019 diff --git a/x11-wm/mutter/files/patch-src_core_main.c b/x11-wm/mutter/files/patch-src_core_main.c deleted file mode 100644 index a248e943a..000000000 --- a/x11-wm/mutter/files/patch-src_core_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/main.c.orig 2010-02-12 12:17:38.000000000 -0500 -+++ src/core/main.c 2010-02-19 01:22:45.000000000 -0500 -@@ -59,7 +59,11 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#ifdef __linux__ - #include <wait.h> -+#else -+#include <sys/wait.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <signal.h> diff --git a/x11-wm/mutter/pkg-descr b/x11-wm/mutter/pkg-descr deleted file mode 100644 index 54c14b743..000000000 --- a/x11-wm/mutter/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -mutter is a minimal X window manager aimed at nontechnical users and is -designed to integrate well with the GNOME desktop. mutter lacks some -features that may be expected by traditional UNIX or other technical -users; these users may want to investigate other available window man- -agers for use with GNOME or standalone. - -WWW: - diff --git a/x11-wm/mutter/pkg-plist b/x11-wm/mutter/pkg-plist deleted file mode 100644 index a768bbbe3..000000000 --- a/x11-wm/mutter/pkg-plist +++ /dev/null @@ -1,183 +0,0 @@ -bin/mutter -bin/mutter-message -bin/mutter-theme-viewer -bin/mutter-window-demo -include/mutter/mutter-private/atomnames.h -include/mutter/mutter-private/boxes.h -include/mutter/mutter-private/common.h -include/mutter/mutter-private/compositor-mutter.h -include/mutter/mutter-private/compositor.h -include/mutter/mutter-private/display.h -include/mutter/mutter-private/errors.h -include/mutter/mutter-private/gradient.h -include/mutter/mutter-private/group.h -include/mutter/mutter-private/keybindings.h -include/mutter/mutter-private/main.h -include/mutter/mutter-private/mutter-plugin.h -include/mutter/mutter-private/mutter-window.h -include/mutter/mutter-private/prefs.h -include/mutter/mutter-private/preview-widget.h -include/mutter/mutter-private/screen.h -include/mutter/mutter-private/theme-parser.h -include/mutter/mutter-private/theme.h -include/mutter/mutter-private/types.h -include/mutter/mutter-private/util.h -include/mutter/mutter-private/window.h -include/mutter/mutter-private/workspace.h -lib/libmutter-private.a -lib/libmutter-private.la -lib/libmutter-private.so -lib/libmutter-private.so.0 -lib/mutter/Meta-2.29.gir -lib/mutter/Meta-2.29.typelib -lib/mutter/plugins/default.so -libdata/pkgconfig/libmutter-private.pc -libdata/pkgconfig/mutter-plugins.pc -share/applications/mutter.desktop -share/gnome/wm-properties/mutter-wm.desktop -share/locale/am/LC_MESSAGES/mutter.mo -share/locale/ar/LC_MESSAGES/mutter.mo -share/locale/as/LC_MESSAGES/mutter.mo -share/locale/ast/LC_MESSAGES/mutter.mo -share/locale/az/LC_MESSAGES/mutter.mo -share/locale/be/LC_MESSAGES/mutter.mo -share/locale/be@latin/LC_MESSAGES/mutter.mo -share/locale/bg/LC_MESSAGES/mutter.mo -share/locale/bn/LC_MESSAGES/mutter.mo -share/locale/bn_IN/LC_MESSAGES/mutter.mo -share/locale/br/LC_MESSAGES/mutter.mo -share/locale/bs/LC_MESSAGES/mutter.mo -share/locale/ca/LC_MESSAGES/mutter.mo -share/locale/ca@valencia/LC_MESSAGES/mutter.mo -share/locale/cs/LC_MESSAGES/mutter.mo -share/locale/cy/LC_MESSAGES/mutter.mo -share/locale/da/LC_MESSAGES/mutter.mo -share/locale/de/LC_MESSAGES/mutter.mo -share/locale/dz/LC_MESSAGES/mutter.mo -share/locale/el/LC_MESSAGES/mutter.mo -share/locale/en_CA/LC_MESSAGES/mutter.mo -share/locale/en_GB/LC_MESSAGES/mutter.mo -share/locale/es/LC_MESSAGES/mutter.mo -share/locale/et/LC_MESSAGES/mutter.mo -share/locale/eu/LC_MESSAGES/mutter.mo -share/locale/fa/LC_MESSAGES/mutter.mo -share/locale/fi/LC_MESSAGES/mutter.mo -share/locale/fr/LC_MESSAGES/mutter.mo -share/locale/ga/LC_MESSAGES/mutter.mo -share/locale/gl/LC_MESSAGES/mutter.mo -share/locale/gu/LC_MESSAGES/mutter.mo -share/locale/ha/LC_MESSAGES/mutter.mo -share/locale/he/LC_MESSAGES/mutter.mo -share/locale/hi/LC_MESSAGES/mutter.mo -share/locale/hr/LC_MESSAGES/mutter.mo -share/locale/hu/LC_MESSAGES/mutter.mo -share/locale/hy/LC_MESSAGES/mutter.mo -share/locale/id/LC_MESSAGES/mutter.mo -share/locale/ig/LC_MESSAGES/mutter.mo -share/locale/is/LC_MESSAGES/mutter.mo -share/locale/it/LC_MESSAGES/mutter.mo -share/locale/ja/LC_MESSAGES/mutter.mo -share/locale/ka/LC_MESSAGES/mutter.mo -share/locale/kn/LC_MESSAGES/mutter.mo -share/locale/ko/LC_MESSAGES/mutter.mo -share/locale/ku/LC_MESSAGES/mutter.mo -share/locale/la/LC_MESSAGES/mutter.mo -share/locale/lt/LC_MESSAGES/mutter.mo -share/locale/lv/LC_MESSAGES/mutter.mo -share/locale/mai/LC_MESSAGES/mutter.mo -share/locale/mg/LC_MESSAGES/mutter.mo -share/locale/mk/LC_MESSAGES/mutter.mo -share/locale/ml/LC_MESSAGES/mutter.mo -share/locale/mn/LC_MESSAGES/mutter.mo -share/locale/mr/LC_MESSAGES/mutter.mo -share/locale/ms/LC_MESSAGES/mutter.mo -share/locale/nb/LC_MESSAGES/mutter.mo -share/locale/nds/LC_MESSAGES/mutter.mo -share/locale/ne/LC_MESSAGES/mutter.mo -share/locale/nl/LC_MESSAGES/mutter.mo -share/locale/nn/LC_MESSAGES/mutter.mo -share/locale/oc/LC_MESSAGES/mutter.mo -share/locale/or/LC_MESSAGES/mutter.mo -share/locale/pa/LC_MESSAGES/mutter.mo -share/locale/pl/LC_MESSAGES/mutter.mo -share/locale/pt/LC_MESSAGES/mutter.mo -share/locale/pt_BR/LC_MESSAGES/mutter.mo -share/locale/ro/LC_MESSAGES/mutter.mo -share/locale/ru/LC_MESSAGES/mutter.mo -share/locale/rw/LC_MESSAGES/mutter.mo -share/locale/si/LC_MESSAGES/mutter.mo -share/locale/sk/LC_MESSAGES/mutter.mo -share/locale/sl/LC_MESSAGES/mutter.mo -share/locale/sq/LC_MESSAGES/mutter.mo -share/locale/sr/LC_MESSAGES/mutter.mo -share/locale/sr@latin/LC_MESSAGES/mutter.mo -share/locale/sv/LC_MESSAGES/mutter.mo -share/locale/ta/LC_MESSAGES/mutter.mo -share/locale/te/LC_MESSAGES/mutter.mo -share/locale/th/LC_MESSAGES/mutter.mo -share/locale/tk/LC_MESSAGES/mutter.mo -share/locale/tr/LC_MESSAGES/mutter.mo -share/locale/uk/LC_MESSAGES/mutter.mo -share/locale/vi/LC_MESSAGES/mutter.mo -share/locale/wa/LC_MESSAGES/mutter.mo -share/locale/xh/LC_MESSAGES/mutter.mo -share/locale/yo/LC_MESSAGES/mutter.mo -share/locale/zh_CN/LC_MESSAGES/mutter.mo -share/locale/zh_HK/LC_MESSAGES/mutter.mo -share/locale/zh_TW/LC_MESSAGES/mutter.mo -%%DATADIR%%/icons/mutter-window-demo.png -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry lib/girepository-1.0 -@dirrm lib/mutter/plugins -@dirrm lib/mutter -@dirrm include/mutter/mutter-private -@dirrm include/mutter -@dirrmtry share/applications -@dirrmtry share/gir-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile deleted file mode 100644 index 81c90a495..000000000 --- a/x11/gdm/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: gdm2 -# Date created: 20 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.173 2010/04/02 17:18:41 kwm Exp $ -# - -PORTNAME= gdm -PORTVERSION= 2.30.2 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 version of xdm display manager - -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= ck-connector.0:${PORTSDIR}/sysutils/consolekit \ - polkit-gtk-1.0:${PORTSDIR}/sysutils/polkit-gnome \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - devkit-power-gobject.1:${PORTSDIR}/sysutils/upower \ - xklavier.12:${PORTSDIR}/x11/libxklavier \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - gnome-session:${PORTSDIR}/x11/gnome-session \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USERS= gdm -GROUPS= gdm - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_XORG= dmx dmxproto -INSTALLS_ICONS= yes -USE_RC_SUBR= gdm -USE_GNOME_SUBR= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomehier gconf2 librsvg2 \ - gnomedocutils gnomeprefix gnomepanel -GCONF_SCHEMAS= gdm-simple-greeter.schemas -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAS_SA_LEN" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-lm" \ - GTKDOC="false" - -SUB_FILES+= gdm.pam - -GDMDIR?= ${PREFIX}/etc/gdm -PKGMESSAGE= ${WRKDIR}/pkg-message - -GNOME_LOCALSTATEDIR= /var - -OPTIONS= IPV6 "Enable IPv6 support" off \ - KEYRING "Enable GnomeKeyring/PAM integration" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_KEYRING) -SUB_LIST+= PAM_KEYRING=\# -.else -RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring -SUB_LIST+= PAM_KEYRING= -.endif - -.if defined(WITH_IPV6) -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \ - ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/daemon/gdm-session-worker.c \ - ${WRKSRC}/data/gconf.path - @${REINPLACE_CMD} -e 's|/bin/true|/usr/bin/true|g' \ - ${WRKSRC}/data/session-setup.entries - @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ - ${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po - @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|g' \ - ${WRKSRC}/data/greeter-autostart/*.desktop.in* - -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/gconf.path \ - ${PREFIX}/share/gdm/gconf.path - ${INSTALL_DATA} ${WRKSRC}/data/session-setup.entries \ - ${PREFIX}/share/gdm/session-setup.entries -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${INSTALL_DATA} ${WRKSRC}/data/gdm.conf-custom \ - ${PREFIX}/etc/gdm/custom.conf.default - ${MKDIR} ${PREFIX}/share/xsessions - ${INSTALL_DATA} ${WRKDIR}/gdm.pam ${PREFIX}/etc/pam.d/gdm - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ - | /usr/bin/fmt 75 79 > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo deleted file mode 100644 index 0081bb351..000000000 --- a/x11/gdm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gdm-2.30.2.tar.bz2) = ba35f9f750b50be572952195989df2c5 -SHA256 (gnome2/gdm-2.30.2.tar.bz2) = 884f4816a78f8f1eece8f1468f19dc01c5350d4a3513d3c0e854f45f870c1ec5 -SIZE (gnome2/gdm-2.30.2.tar.bz2) = 2381359 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in deleted file mode 100644 index 2e1e7dca5..000000000 --- a/x11/gdm/files/gdm.in +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.42 2010/03/16 19:33:11 mezz Exp $ - -# PROVIDE: gdm -# REQUIRE: LOGIN cleanvar moused syscons dbus -# -# Add the following to /etc/rc.conf to start GDM at boot time: -# -# gdm_enable="YES" -# - -. /etc/rc.subr -. %%GNOME_SUBR%% - -gdm_enable=${gdm_enable-${gnome_enable}} -gdm_preserve_base_pam_conf=${gdm_preserve_base_pam_conf-NO} -gdm_lang=${gdm_lang-${LANG}} - -export PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin - -name="gdm" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/${name}" -pidfile="/var/run/${name}.pid" -procname="%%PREFIX%%/sbin/gdm-binary" -start_cmd="gdm_start" - -gdm_start() -{ - if ! checkyesno gdm_enable ; then - return 0 - fi - echo "Starting ${name}." - - # make sure there is no pam configuration for gdm service in base system - if ! checkyesno gdm_preserve_base_pam_conf && [ -f /etc/pam.d/gdm ]; then - cp -p /etc/pam.d/gdm /etc/pam.d/gdm_disabled - rm -f /etc/pam.d/gdm - fi - - ( iter=0 - while ! ps -axoargs | grep "^/usr/libexec/getty " | grep -qv grep >/dev/null 2>&1; do - if [ ${iter} -eq 60 ]; then - break - fi - sleep 1 - iter=$(expr ${iter} + 1) - done - iter=0 - while ! %%LOCALBASE%%/bin/lshal >/dev/null 2>&1 ; do - if [ ${iter} -eq 60 ]; then - break - fi - sleep 1 - iter=$(expr ${iter} + 1) - done - LANG=${gdm_lang} ${command} ${gdm_flags} ) & -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/x11/gdm/files/gdm.pam.in b/x11/gdm/files/gdm.pam.in deleted file mode 100644 index 66a0a2741..000000000 --- a/x11/gdm/files/gdm.pam.in +++ /dev/null @@ -1,22 +0,0 @@ -# -# $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.pam.in,v 1.10 2010/01/02 19:53:23 kwm Exp $ -# -# PAM configuration for the "gdm" service -# - -# auth -#auth sufficient pam_krb5.so no_warn try_first_pass -#auth sufficient pam_ssh.so no_warn try_first_pass -auth required pam_unix.so no_warn try_first_pass -%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so - -# account -account required pam_nologin.so -#account required pam_krb5.so -account required pam_unix.so - -# session -#session optional pam_ssh.so -session required pam_permit.so -%%PAM_KEYRING%%session optional %%LOCALBASE%%/lib/pam_gnome_keyring.so auto_start diff --git a/x11/gdm/files/patch-common_Makefile.in b/x11/gdm/files/patch-common_Makefile.in deleted file mode 100644 index 2ab0a5001..000000000 --- a/x11/gdm/files/patch-common_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- common/Makefile.in.orig 2008-08-20 14:34:16.000000000 -0400 -+++ common/Makefile.in 2008-08-20 14:36:50.000000000 -0400 -@@ -428,7 +428,8 @@ gdm_crash_logger_CPPFLAGS = \ - -DLOCALSTATEDIR=\"$(localstatedir)\" \ - $(NULL) - --gdm_crash_logger_LDADD = $(GTHREAD_LIBS) -+gdm_crash_logger_LDADD = $(GTHREAD_LIBS) \ -+ -lexecinfo - @MKDTEMP_MISSING_FALSE@MKDTEMP_FILES = - @MKDTEMP_MISSING_TRUE@MKDTEMP_FILES = mkdtemp.c mkdtemp.h - libgdmcommon_la_SOURCES = \ -@@ -473,6 +474,7 @@ libgdmcommon_la_CFLAGS = \ - $(NULL) - - libgdmcommon_la_LIBADD = \ -+ -lexecinfo \ - $(NULL) - - libgdmcommon_la_LDFLAGS = \ diff --git a/x11/gdm/files/patch-common_gdm-address.c b/x11/gdm/files/patch-common_gdm-address.c deleted file mode 100644 index 9a4e620ba..000000000 --- a/x11/gdm/files/patch-common_gdm-address.c +++ /dev/null @@ -1,27 +0,0 @@ ---- common/gdm-address.c.orig 2010-01-13 17:32:59.000000000 +0000 -+++ common/gdm-address.c 2010-01-17 12:55:48.000000000 +0000 -@@ -29,6 +29,8 @@ - #include <stropts.h> - #endif - #include <string.h> -+#include <sys/types.h> -+#include <sys/param.h> - #ifdef HAVE_SYS_SOCKET_H - #include <sys/socket.h> - #endif -@@ -37,7 +39,6 @@ - #endif - #include <netdb.h> - #include <sys/ioctl.h> --#include <net/if.h> - - #ifndef G_OS_WIN32 - #include <sys/select.h> -@@ -47,6 +48,7 @@ - #include <winsock2.h> - #include <ws2tcpip.h> - #endif -+#include <net/if.h> - - #include <glib-object.h> - diff --git a/x11/gdm/files/patch-common_gdm-address.h b/x11/gdm/files/patch-common_gdm-address.h deleted file mode 100644 index a4fd39310..000000000 --- a/x11/gdm/files/patch-common_gdm-address.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/gdm-address.h.orig 2009-05-09 21:08:07.000000000 -0400 -+++ common/gdm-address.h 2009-05-09 21:08:34.000000000 -0400 -@@ -36,6 +36,8 @@ G_BEGIN_DECLS - - #define GDM_TYPE_ADDRESS (gdm_address_get_type ()) - -+#define gdm_sockaddr_len(sa) (((struct sockaddr *)sa)->sa_family == AF_INET6 ? sizeof(struct sockaddr_in6) : sizeof(struct sockaddr_in)) -+ - typedef struct _GdmAddress GdmAddress; - - GType gdm_address_get_type (void); diff --git a/x11/gdm/files/patch-common_gdm-common.c b/x11/gdm/files/patch-common_gdm-common.c deleted file mode 100644 index 9fa4acafa..000000000 --- a/x11/gdm/files/patch-common_gdm-common.c +++ /dev/null @@ -1,13 +0,0 @@ ---- common/gdm-common.c.orig 2007-12-23 10:29:20.000000000 +0100 -+++ common/gdm-common.c 2007-12-23 10:29:34.000000000 +0100 -@@ -33,6 +33,10 @@ - - #include "gdm-common.h" - -+#ifndef ENODATA -+#define ENODATA EAGAIN -+#endif -+ - void - gdm_set_fatal_warnings_if_unstable (void) - { diff --git a/x11/gdm/files/patch-config.h.in b/x11/gdm/files/patch-config.h.in deleted file mode 100644 index d17901da1..000000000 --- a/x11/gdm/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2007-11-02 20:48:28.000000000 -0400 -+++ config.h.in 2007-11-02 20:49:39.000000000 -0400 -@@ -23,6 +23,9 @@ - #undef HAVE_LC_MESSAGES - #undef HAVE_LIBSM - #undef HAVE_LIBXDMCP -+#undef HAVE_LOGIN -+#undef HAVE_LOGOUT -+#undef HAVE_LOGWTMP - #undef HAVE_LOGINCAP - #undef HAVE_LOGINDEVPERM - #undef HAVE_LOGINRESTRICTIONS diff --git a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c b/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c deleted file mode 100644 index ede7f2c2f..000000000 --- a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c +++ /dev/null @@ -1,48 +0,0 @@ ---- daemon/gdm-xdmcp-display-factory.c.orig 2009-12-21 17:36:30.000000000 +0100 -+++ daemon/gdm-xdmcp-display-factory.c 2009-12-26 23:26:24.000000000 +0100 -@@ -35,6 +35,7 @@ - #include <netdb.h> - #include <arpa/inet.h> - #include <net/if.h> -+#include <netinet/in.h> - #ifdef HAVE_SYS_SOCKIO_H - #include <sys/sockio.h> - #endif -@@ -76,7 +77,7 @@ - #define DEFAULT_USE_MULTICAST FALSE - #define DEFAULT_MULTICAST_ADDRESS "ff02::1" - #define DEFAULT_HONOR_INDIRECT TRUE --#define DEFAULT_MAX_DISPLAYS_PER_HOST 1 -+#define DEFAULT_MAX_DISPLAYS_PER_HOST 2 - #define DEFAULT_MAX_DISPLAYS 16 - #define DEFAULT_MAX_PENDING_DISPLAYS 4 - #define DEFAULT_MAX_WAIT 30 -@@ -404,6 +405,11 @@ - create_socket (struct addrinfo *ai) - { - int sock; -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif -+#endif - - sock = socket (ai->ai_family, ai->ai_socktype, ai->ai_protocol); - if (sock < 0) { -@@ -411,6 +417,16 @@ - return sock; - } - -+#ifdef ENABLE_IPV6 -+#ifdef IPV6_V6ONLY -+ if (setsockopt (sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof (off)) < 0) { -+ g_warning ("setsockopt: %s", g_strerror (errno)); -+ close (sock); -+ return -1; -+ } -+#endif -+#endif -+ - if (bind (sock, ai->ai_addr, ai->ai_addrlen) < 0) { - g_warning ("bind: %s", g_strerror (errno)); - close (sock); diff --git a/x11/gdm/files/patch-daemon_Makefile.in b/x11/gdm/files/patch-daemon_Makefile.in deleted file mode 100644 index 137352970..000000000 --- a/x11/gdm/files/patch-daemon_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- daemon/Makefile.in.orig 2009-05-31 15:51:18.000000000 -0400 -+++ daemon/Makefile.in 2009-05-31 15:56:32.000000000 -0400 -@@ -525,6 +525,7 @@ test_session_LDADD = \ - $(XLIB_LIBS) \ - $(EXTRA_DAEMON_LIBS) \ - $(DAEMON_LIBS) \ -+ $(EXTRA_DAEMON_LIBS) \ - $(PAM_LIBS) \ - $(NULL) - -@@ -660,6 +661,7 @@ gdm_session_worker_SOURCES = session-wor - gdm_session_worker_LDFLAGS = \ - $(XLIB_LIBS) \ - $(PAM_LIBS) \ -+ $(EXTRA_DAEMON_LIBS) \ - $(NULL) - - gdm_session_worker_LDADD = \ diff --git a/x11/gdm/files/patch-daemon_gdm-session-worker.c b/x11/gdm/files/patch-daemon_gdm-session-worker.c deleted file mode 100644 index 362a116ea..000000000 --- a/x11/gdm/files/patch-daemon_gdm-session-worker.c +++ /dev/null @@ -1,71 +0,0 @@ ---- daemon/gdm-session-worker.c.orig 2009-09-21 22:05:27.000000000 +0200 -+++ daemon/gdm-session-worker.c 2009-09-22 12:33:59.000000000 +0200 -@@ -31,6 +31,9 @@ - #include <errno.h> - #include <grp.h> - #include <pwd.h> -+#ifdef HAVE_LOGINCAP -+#include <login_cap.h> -+#endif - - #ifdef HAVE_LOGINDEVPERM - #include <libdevinfo.h> -@@ -340,7 +343,7 @@ gdm_session_execute (const char *file, - * what to search if PATH is unset. POSIX may, dunno. - */ - -- path = "/bin:/usr/bin:."; -+ path = "/bin:/usr/bin:/usr/local/bin:."; - } - - len = strlen (file) + 1; -@@ -1995,15 +1998,16 @@ gdm_session_worker_start_user_session (G - char *cachedirname; - char *home_dir; - int fd; -+#ifdef HAVE_LOGINCAP -+ char *login = worker->priv->username; -+ struct passwd *pwent = getpwnam (login); -+#endif - - /* Make sure cachedir gets created before we drop to user */ - cachedirname = gdm_session_worker_create_cachedir (worker); - g_free (cachedirname); - -- if (setuid (worker->priv->uid) < 0) { -- g_debug ("GdmSessionWorker: could not reset uid - %s", g_strerror (errno)); -- _exit (1); -- } -+ /* Call setsid() before setusercontext() */ - - if (setsid () < 0) { - g_debug ("GdmSessionWorker: could not set pid '%u' as leader of new session and process group - %s", -@@ -2011,6 +2015,28 @@ gdm_session_worker_start_user_session (G - _exit (2); - } - -+#ifdef HAVE_LOGINCAP -+ if (setusercontext (NULL, pwent, pwent->pw_uid, -+ LOGIN_SETLOGIN | LOGIN_SETPATH | -+ LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | -+ LOGIN_SETUMASK | LOGIN_SETUSER | -+ LOGIN_SETENV) < 0) { -+ g_debug ("%s: setusercontext () failed for %s. " -+ "Aborting.", "gdm_session_worker_start_user_session", -+ login ? login : "(null)"); -+ } -+ -+ /* Propagate PATH environment variable from user context to child processes */ -+ -+ gdm_session_worker_set_environment_variable (worker, "PATH", getenv ("PATH")); -+ -+#else -+ if (setuid (worker->priv->uid) < 0) { -+ g_debug ("GdmSessionWorker: could not reset uid - %s", g_strerror (errno)); -+ _exit (1); -+ } -+#endif -+ - environment = gdm_session_worker_get_environment (worker); - - g_assert (geteuid () == getuid ()); diff --git a/x11/gdm/files/patch-data_Xsession.in b/x11/gdm/files/patch-data_Xsession.in deleted file mode 100644 index 894c97d16..000000000 --- a/x11/gdm/files/patch-data_Xsession.in +++ /dev/null @@ -1,39 +0,0 @@ ---- data/Xsession.in.orig 2008-05-12 20:25:54.000000000 -0400 -+++ data/Xsession.in 2008-06-09 01:29:59.000000000 -0400 -@@ -231,12 +231,31 @@ if [ "x$command" = "xdefault" ] ; then - fi - fi - -+is_gnome=0 -+if [ "x$command" = "xgnome-session" ]; then -+ is_gnome=1 -+fi -+ -+# add seahorse-agent if found -+if [ ${is_gnome} = 1 ]; then -+ seahorseagent="`gdmwhich seahorse-agent`" -+ if [ -n "$seahorseagent" ] && [ -x "$seahorseagent" ] && [ -z "$GPG_AGENT_INFO" ] ; then -+ command="dbus-launch --exit-with-session $seahorseagent --execute $command" -+ elif [ -z "$seahorseagent" ] ; then -+ echo "$0: seahorse-agent not found!" -+ fi -+fi -+ - # add ssh-agent if found --sshagent="`gdmwhich ssh-agent`" --if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then -- command="$sshagent -- $command" --elif [ -z "$sshagent" ] ; then -- echo "$0: ssh-agent not found!" -+# ssh-agent functionality is handled by gnome-keyring-daemon which is launched -+# from gnome-session -+if [ ${is_gnome} != 1 ]; then -+ sshagent="`gdmwhich ssh-agent`" -+ if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then -+ command="$sshagent -- $command" -+ elif [ -z "$sshagent" ] ; then -+ echo "$0: ssh-agent not found!" -+ fi - fi - - echo "$0: Setup done, will execute: $command" diff --git a/x11/gdm/files/patch-data_gconf.path b/x11/gdm/files/patch-data_gconf.path deleted file mode 100644 index 2efdb3cc9..000000000 --- a/x11/gdm/files/patch-data_gconf.path +++ /dev/null @@ -1,9 +0,0 @@ ---- data/gconf.path.orig 2008-12-26 17:04:03.000000000 -0500 -+++ data/gconf.path 2008-12-26 17:04:13.000000000 -0500 -@@ -1,5 +1,5 @@ - # treat system-wide settings as mandatory --xml:readonly:/etc/gconf/gconf.xml.system -+xml:readonly:%%LOCALBASE%%/etc/gconf/gconf.xml.system - - # override some settings - # we treat settings in this location as diff --git a/x11/gdm/files/patch-data_gdm.schemas.in.in b/x11/gdm/files/patch-data_gdm.schemas.in.in deleted file mode 100644 index f52dd8bd5..000000000 --- a/x11/gdm/files/patch-data_gdm.schemas.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/gdm.schemas.in.in.orig 2009-05-16 18:17:53.000000000 -0400 -+++ data/gdm.schemas.in.in 2009-05-16 18:18:01.000000000 -0400 -@@ -77,7 +77,7 @@ - <schema> - <key>xdmcp/DisplaysPerHost</key> - <signature>i</signature> -- <default>1</default> -+ <default>2</default> - </schema> - <schema> - <key>xdmcp/Port</key> diff --git a/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in b/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in deleted file mode 100644 index 7febf5165..000000000 --- a/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in +++ /dev/null @@ -1,7 +0,0 @@ ---- data/greeter-autostart/gdm-simple-greeter.desktop.in.in.orig 2008-11-23 22:22:04.000000000 -0500 -+++ data/greeter-autostart/gdm-simple-greeter.desktop.in.in 2008-11-23 22:22:09.000000000 -0500 -@@ -5,4 +5,3 @@ Exec=@LIBEXECDIR@/gdm-simple-greeter - OnlyShowIn=GNOME; - X-GNOME-Autostart-Phase=Application - X-GNOME-Autostart-Notify=true --X-GNOME-AutoRestart=true diff --git a/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c b/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c deleted file mode 100644 index b7ed32318..000000000 --- a/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/simple-chooser/gdm-host-chooser-widget.c.orig 2010-01-13 14:29:00.000000000 +0000 -+++ gui/simple-chooser/gdm-host-chooser-widget.c 2010-01-17 13:04:14.000000000 +0000 -@@ -543,6 +543,8 @@ xdmcp_init (GdmHostChooserWidget *widget - #ifdef ENABLE_IPV6 - widget->priv->socket_fd = socket (AF_INET6, SOCK_DGRAM, 0); - if (widget->priv->socket_fd != -1) { -+ int off = 0; -+ setsockopt(widget->priv->socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof (off)); - widget->priv->have_ipv6 = TRUE; - } - #endif diff --git a/x11/gdm/files/patch-gui_simple-greeter_Makefile.in b/x11/gdm/files/patch-gui_simple-greeter_Makefile.in deleted file mode 100644 index e8a958e66..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/simple-greeter/Makefile.in.orig 2008-02-13 01:57:37.000000000 -0500 -+++ gui/simple-greeter/Makefile.in 2008-02-13 01:57:44.000000000 -0500 -@@ -445,7 +445,7 @@ INCLUDES = \ - -DGDMCONFDIR=\"$(gdmconfdir)\" \ - -DDATADIR=\""$(datadir)"\" \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ -- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ -+ -DLIBLOCALEDIR=\""/usr/share/locale"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DGLADEDIR=\""$(pkgdatadir)"\" \ - -DLIBEXECDIR=\""$(libexecdir)"\" \ diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c deleted file mode 100644 index cd8a0f496..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/simple-greeter/gdm-languages.c.orig 2010-01-13 16:20:08.000000000 +0000 -+++ gui/simple-greeter/gdm-languages.c 2010-01-17 13:10:50.000000000 +0000 -@@ -365,7 +365,7 @@ add_locale (const char *language_name, - if (is_utf8) { - name = g_strdup (language_name); - } else if (utf8_only) { -- name = g_strdup_printf ("%s.utf8", language_name); -+ name = g_strdup_printf ("%s.UTF-8", language_name); - - language_name_get_codeset_details (name, NULL, &is_utf8); - if (is_utf8) { diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c deleted file mode 100644 index 059d72cf4..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gui/simple-greeter/gdm-remote-login-window.c.orig 2008-03-24 11:27:13.000000000 +0100 -+++ gui/simple-greeter/gdm-remote-login-window.c 2008-03-24 11:27:31.000000000 +0100 -@@ -25,6 +25,7 @@ - #include <unistd.h> - #include <sys/types.h> - #include <sys/wait.h> -+#include <sys/signal.h> - #include <errno.h> - - #include <glib.h> diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c deleted file mode 100644 index b0b8ed37d..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c +++ /dev/null @@ -1,64 +0,0 @@ ---- gui/simple-greeter/gdm-user-manager.c.orig 2009-12-21 17:36:30.000000000 +0100 -+++ gui/simple-greeter/gdm-user-manager.c 2009-12-27 22:34:26.000000000 +0100 -@@ -66,6 +66,8 @@ - - #ifdef __sun - #define DEFAULT_MINIMAL_UID 100 -+#elif defined(__FreeBSD__) -+#define DEFAULT_MINIMAL_UID 1000 - #else - #define DEFAULT_MINIMAL_UID 500 - #endif -@@ -1414,17 +1416,24 @@ reload_passwd (GdmUserManager *manager) - GSList *new_users; - GSList *list; - GSList *dup; -+#ifndef __FreeBSD__ - FILE *fp; -+#endif - - old_users = NULL; - new_users = NULL; - -+#ifdef __FreeBSD__ -+ setpwent (); -+#else -+ - errno = 0; - fp = fopen (PATH_PASSWD, "r"); - if (fp == NULL) { - g_warning ("Unable to open %s: %s", PATH_PASSWD, g_strerror (errno)); - goto out; - } -+#endif - - g_hash_table_foreach (manager->priv->users, listify_hash_values_hfunc, &old_users); - g_slist_foreach (old_users, (GFunc) g_object_ref, NULL); -@@ -1443,9 +1452,15 @@ reload_passwd (GdmUserManager *manager) - } else { - g_debug ("GdmUserManager: include_all is TRUE"); - -+#ifdef __FreeBSD__ -+ for (pwent = getpwent (); -+ pwent != NULL; -+ pwent = getpwent()) { -+#else - for (pwent = fgetpwent (fp); - pwent != NULL; - pwent = fgetpwent (fp)) { -+#endif - GdmUser *user; - - user = NULL; -@@ -1521,7 +1536,11 @@ reload_passwd (GdmUserManager *manager) - out: - /* Cleanup */ - -+#ifdef __FreeBSD__ -+ endpwent (); -+#else - fclose (fp); -+#endif - - g_slist_foreach (new_users, (GFunc) g_object_thaw_notify, NULL); - g_slist_foreach (new_users, (GFunc) g_object_unref, NULL); diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-user.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-user.c deleted file mode 100644 index e5fb649c6..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-user.c +++ /dev/null @@ -1,34 +0,0 @@ ---- gui/simple-greeter/gdm-user.c.orig 2009-12-16 17:52:36.000000000 -0500 -+++ gui/simple-greeter/gdm-user.c 2009-12-18 21:43:38.000000000 -0500 -@@ -425,6 +425,7 @@ _gdm_user_update (GdmUser *u - /* Display Name */ - if (pwent->pw_gecos && pwent->pw_gecos[0] != '\0') { - gchar *first_comma = NULL; -+ gchar *ampersand; - gchar *valid_utf8_name = NULL; - - if (g_utf8_validate (pwent->pw_gecos, -1, NULL)) { -@@ -449,6 +450,23 @@ _gdm_user_update (GdmUser *u - g_free (real_name); - real_name = NULL; - } -+ -+ while (real_name != NULL && (ampersand = strchr (real_name, '&')) != NULL) { -+ gchar *temp_real_name1; -+ gchar *temp_real_name2; -+ gchar *temp_name; -+ -+ temp_real_name1 = g_strndup (real_name, -+ (ampersand - real_name)); -+ temp_real_name2 = g_strdup (ampersand + 1); -+ temp_name = g_strdup (pwent->pw_name); -+ temp_name[0] = toupper (temp_name[0]); -+ g_free (real_name); -+ real_name = g_strdup_printf ("%s%s%s", temp_real_name1, temp_name, temp_real_name2); -+ g_free (temp_real_name1); -+ g_free (temp_real_name2); -+ g_free (temp_name); -+ } - } else { - real_name = NULL; - } diff --git a/x11/gdm/files/patch-gui_user-switch-applet_Makefile.in b/x11/gdm/files/patch-gui_user-switch-applet_Makefile.in deleted file mode 100644 index d14791f00..000000000 --- a/x11/gdm/files/patch-gui_user-switch-applet_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/user-switch-applet/Makefile.in.orig 2010-03-20 15:19:16.000000000 -0500 -+++ gui/user-switch-applet/Makefile.in 2010-03-20 15:20:28.000000000 -0500 -@@ -324,7 +324,7 @@ - -DLIBDIR=\""$(libdir)"\" \ - -DDATADIR=\""$(datadir)"\" \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ -- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ -+ -DLIBLOCALEDIR=\""/usr/share/locale"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DGLADEDIR=\""$(pkgdatadir)"\" \ - -DLIBEXECDIR=\""$(libexecdir)"\" \ diff --git a/x11/gdm/pkg-descr b/x11/gdm/pkg-descr deleted file mode 100644 index 1699cf5b7..000000000 --- a/x11/gdm/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The GNOME 2.0 version of the xdm display manager. It supports user -icons, multiple sessions, and clean system shutdowns. - -WWW: http://www.gnome.org/projects/gdm/ diff --git a/x11/gdm/pkg-install b/x11/gdm/pkg-install deleted file mode 100644 index 376987eda..000000000 --- a/x11/gdm/pkg-install +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=gdm - GROUP=gdm - CHMOD=/bin/chmod - CHOWN=/usr/sbin/chown - MKDIR=/bin/mkdir - - ${MKDIR} -p /var/gdm - ${MKDIR} -p /var/log/gdm - ${CHMOD} 1770 /var/log/gdm - ${CHOWN} ${USER}:${GROUP} /var/log/gdm - ${CHOWN} -R root:${GROUP} /var/gdm - ${CHMOD} 1770 /var/gdm - ${MKDIR} -p /var/run/gdm - ${CHOWN} root:${GROUP} /var/run/gdm - ${CHMOD} 1777 /var/run/gdm - ${MKDIR} -p /var/cache/gdm - ${CHMOD} 1755 /var/cache/gdm - ${CHOWN} root:${GROUP} /var/cache/gdm - ${CHOWN} root:wheel ${PKG_PREFIX}/share/gdm - ${CHMOD} 0755 ${PKG_PREFIX}/share/gdm - ${MKDIR} -p ${PKG_PREFIX}/etc/gdm/home - ${CHOWN} root:${GROUP} ${PKG_PREFIX}/etc/gdm/home - ${CHMOD} 1770 ${PKG_PREFIX}/etc/gdm/home - install -o root -g wheel -m 444 ${PKG_PREFIX}/share/gdm/gconf.path ${PKG_PREFIX}/etc/gdm/home/.gconf.path - gconftool-2 --direct --config-source=xml:merged:${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory --recursive-unset / - gconftool-2 --direct --config-source=xml:merged:${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory --load ${PKG_PREFIX}/share/gdm/session-setup.entries - ${CHOWN} -R root:gdm ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory - ${CHMOD} 1750 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory - ${CHMOD} 1640 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory/*.xml - - ${MKDIR} -p ${PKG_PREFIX}/etc/gdm/Sessions - ${MKDIR} -p ${PKG_PREFIX}/etc/dm/Sessions - exit 0 - ;; -esac diff --git a/x11/gdm/pkg-message b/x11/gdm/pkg-message deleted file mode 100644 index 038101552..000000000 --- a/x11/gdm/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -GDM is installed. - -Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm -hanging or restarting constantly. Instead, add gdm_enable="YES" to -/etc/rc.conf. GDM will be started automatic on the next reboot. - diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist deleted file mode 100644 index 97705242e..000000000 --- a/x11/gdm/pkg-plist +++ /dev/null @@ -1,295 +0,0 @@ -bin/gdm-screenshot -bin/gdmflexiserver -etc/dbus-1/system.d/gdm.conf -etc/gdm/Init/Default -etc/gdm/PostLogin/Default.sample -etc/gdm/PostSession/Default -etc/gdm/PreSession/Default -etc/gdm/Xsession -@unexec if cmp -s %D/etc/gdm/custom.conf %D/etc/gdm/custom.conf.default; then rm -f %D/etc/gdm/custom.conf; fi -etc/gdm/custom.conf.default -@exec [ -f %B/custom.conf ] || cp %B/%f %B/custom.conf -etc/gdm/gdm.schemas -etc/pam.d/gdm -libdata/bonobo/servers/GNOME_FastUserSwitchApplet.server -libexec/gdm-crash-logger -libexec/gdm-factory-slave -libexec/gdm-host-chooser -libexec/gdm-product-slave -libexec/gdm-session-worker -libexec/gdm-simple-chooser -libexec/gdm-simple-greeter -libexec/gdm-simple-slave -libexec/gdm-user-switch-applet -libexec/gdm-xdmcp-chooser-slave -sbin/gdm -sbin/gdm-binary -sbin/gdm-restart -sbin/gdm-safe-restart -sbin/gdm-stop -%%DATADIR%%/autostart/LoginWindow/at-spi-registryd-wrapper.desktop -%%DATADIR%%/autostart/LoginWindow/gdm-simple-greeter.desktop -%%DATADIR%%/autostart/LoginWindow/gnome-mag.desktop -%%DATADIR%%/autostart/LoginWindow/gnome-power-manager.desktop -%%DATADIR%%/autostart/LoginWindow/gnome-settings-daemon.desktop -%%DATADIR%%/autostart/LoginWindow/gok.desktop -%%DATADIR%%/autostart/LoginWindow/metacity.desktop -%%DATADIR%%/autostart/LoginWindow/orca-screen-reader.desktop -%%DATADIR%%/autostart/LoginWindow/polkit-gnome-authentication-agent-1.desktop -%%DATADIR%%/gconf.path -%%DATADIR%%/gdb-cmd -%%DATADIR%%/gdm-greeter-login-window.ui -%%DATADIR%%/locale.alias -%%DATADIR%%/session-setup.entries -share/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml -share/gnome/help/gdm/C/gdm.xml -share/gnome/help/gdm/C/legal.xml -share/gnome/help/gdm/de/gdm.xml -share/gnome/help/gdm/el/gdm.xml -share/gnome/help/gdm/en_GB/gdm.xml -share/gnome/help/gdm/es/gdm.xml -share/gnome/help/gdm/fr/gdm.xml -share/gnome/help/gdm/it/gdm.xml -share/gnome/help/gdm/ko/gdm.xml -share/gnome/help/gdm/oc/gdm.xml -share/gnome/help/gdm/ru/gdm.xml -share/gnome/help/gdm/sv/gdm.xml -share/gnome/help/gdm/uk/gdm.xml -share/gnome/help/gdm/zh_CN/gdm.xml -share/icons/hicolor/16x16/apps/gdm-xnest.png -share/icons/hicolor/32x32/apps/gdm-setup.png -share/icons/hicolor/32x32/apps/gdm-xnest.png -share/locale/af/LC_MESSAGES/gdm.mo -share/locale/am/LC_MESSAGES/gdm.mo -share/locale/ar/LC_MESSAGES/gdm.mo -share/locale/as/LC_MESSAGES/gdm.mo -share/locale/ast/LC_MESSAGES/gdm.mo -share/locale/az/LC_MESSAGES/gdm.mo -share/locale/be/LC_MESSAGES/gdm.mo -share/locale/be@latin/LC_MESSAGES/gdm.mo -share/locale/bg/LC_MESSAGES/gdm.mo -share/locale/bn/LC_MESSAGES/gdm.mo -share/locale/bn_IN/LC_MESSAGES/gdm.mo -share/locale/br/LC_MESSAGES/gdm.mo -share/locale/bs/LC_MESSAGES/gdm.mo -share/locale/ca/LC_MESSAGES/gdm.mo -share/locale/ca@valencia/LC_MESSAGES/gdm.mo -share/locale/crh/LC_MESSAGES/gdm.mo -share/locale/cs/LC_MESSAGES/gdm.mo -share/locale/cy/LC_MESSAGES/gdm.mo -share/locale/da/LC_MESSAGES/gdm.mo -share/locale/de/LC_MESSAGES/gdm.mo -share/locale/dz/LC_MESSAGES/gdm.mo -share/locale/el/LC_MESSAGES/gdm.mo -share/locale/en_CA/LC_MESSAGES/gdm.mo -share/locale/en_GB/LC_MESSAGES/gdm.mo -share/locale/en@shaw/LC_MESSAGES/gdm.mo -share/locale/eo/LC_MESSAGES/gdm.mo -share/locale/es/LC_MESSAGES/gdm.mo -share/locale/et/LC_MESSAGES/gdm.mo -share/locale/eu/LC_MESSAGES/gdm.mo -share/locale/fa/LC_MESSAGES/gdm.mo -share/locale/fi/LC_MESSAGES/gdm.mo -share/locale/fr/LC_MESSAGES/gdm.mo -share/locale/fur/LC_MESSAGES/gdm.mo -share/locale/ga/LC_MESSAGES/gdm.mo -share/locale/gl/LC_MESSAGES/gdm.mo -share/locale/gu/LC_MESSAGES/gdm.mo -share/locale/he/LC_MESSAGES/gdm.mo -share/locale/hi/LC_MESSAGES/gdm.mo -share/locale/hr/LC_MESSAGES/gdm.mo -share/locale/hu/LC_MESSAGES/gdm.mo -share/locale/hy/LC_MESSAGES/gdm.mo -share/locale/id/LC_MESSAGES/gdm.mo -share/locale/is/LC_MESSAGES/gdm.mo -share/locale/it/LC_MESSAGES/gdm.mo -share/locale/ja/LC_MESSAGES/gdm.mo -share/locale/ka/LC_MESSAGES/gdm.mo -share/locale/kk/LC_MESSAGES/gdm.mo -share/locale/kn/LC_MESSAGES/gdm.mo -share/locale/ko/LC_MESSAGES/gdm.mo -share/locale/ku/LC_MESSAGES/gdm.mo -share/locale/lt/LC_MESSAGES/gdm.mo -share/locale/lv/LC_MESSAGES/gdm.mo -share/locale/mai/LC_MESSAGES/gdm.mo -share/locale/mg/LC_MESSAGES/gdm.mo -share/locale/mi/LC_MESSAGES/gdm.mo -share/locale/mk/LC_MESSAGES/gdm.mo -share/locale/ml/LC_MESSAGES/gdm.mo -share/locale/mn/LC_MESSAGES/gdm.mo -share/locale/mr/LC_MESSAGES/gdm.mo -share/locale/ms/LC_MESSAGES/gdm.mo -share/locale/nb/LC_MESSAGES/gdm.mo -share/locale/nds/LC_MESSAGES/gdm.mo -share/locale/ne/LC_MESSAGES/gdm.mo -share/locale/nl/LC_MESSAGES/gdm.mo -share/locale/nn/LC_MESSAGES/gdm.mo -share/locale/nso/LC_MESSAGES/gdm.mo -share/locale/oc/LC_MESSAGES/gdm.mo -share/locale/or/LC_MESSAGES/gdm.mo -share/locale/pa/LC_MESSAGES/gdm.mo -share/locale/pl/LC_MESSAGES/gdm.mo -share/locale/ps/LC_MESSAGES/gdm.mo -share/locale/pt/LC_MESSAGES/gdm.mo -share/locale/pt_BR/LC_MESSAGES/gdm.mo -share/locale/ro/LC_MESSAGES/gdm.mo -share/locale/ru/LC_MESSAGES/gdm.mo -share/locale/rw/LC_MESSAGES/gdm.mo -share/locale/si/LC_MESSAGES/gdm.mo -share/locale/sk/LC_MESSAGES/gdm.mo -share/locale/sl/LC_MESSAGES/gdm.mo -share/locale/sq/LC_MESSAGES/gdm.mo -share/locale/sr/LC_MESSAGES/gdm.mo -share/locale/sr@latin/LC_MESSAGES/gdm.mo -share/locale/sv/LC_MESSAGES/gdm.mo -share/locale/ta/LC_MESSAGES/gdm.mo -share/locale/te/LC_MESSAGES/gdm.mo -share/locale/th/LC_MESSAGES/gdm.mo -share/locale/tr/LC_MESSAGES/gdm.mo -share/locale/uk/LC_MESSAGES/gdm.mo -share/locale/uz/LC_MESSAGES/gdm.mo -share/locale/uz@cyrillic/LC_MESSAGES/gdm.mo -share/locale/vi/LC_MESSAGES/gdm.mo -share/locale/wa/LC_MESSAGES/gdm.mo -share/locale/xh/LC_MESSAGES/gdm.mo -share/locale/zh_CN/LC_MESSAGES/gdm.mo -share/locale/zh_HK/LC_MESSAGES/gdm.mo -share/locale/zh_TW/LC_MESSAGES/gdm.mo -share/locale/zu/LC_MESSAGES/gdm.mo -share/omf/gdm/gdm-C.omf -share/omf/gdm/gdm-de.omf -share/omf/gdm/gdm-el.omf -share/omf/gdm/gdm-en_GB.omf -share/omf/gdm/gdm-es.omf -share/omf/gdm/gdm-fr.omf -share/omf/gdm/gdm-it.omf -share/omf/gdm/gdm-ko.omf -share/omf/gdm/gdm-oc.omf -share/omf/gdm/gdm-ru.omf -share/omf/gdm/gdm-sv.omf -share/omf/gdm/gdm-uk.omf -share/omf/gdm/gdm-zh_CN.omf -share/pixmaps/faces/astronaut.jpg -share/pixmaps/faces/baseball.png -share/pixmaps/faces/butterfly.png -share/pixmaps/faces/cat-eye.jpg -share/pixmaps/faces/chess.jpg -share/pixmaps/faces/coffee.jpg -share/pixmaps/faces/dice.jpg -share/pixmaps/faces/energy-arc.jpg -share/pixmaps/faces/fish.jpg -share/pixmaps/faces/flake.jpg -share/pixmaps/faces/flower.jpg -share/pixmaps/faces/grapes.jpg -share/pixmaps/faces/guitar.jpg -share/pixmaps/faces/launch.jpg -share/pixmaps/faces/leaf.jpg -share/pixmaps/faces/lightning.jpg -share/pixmaps/faces/penguin.jpg -share/pixmaps/faces/puppy.jpg -share/pixmaps/faces/sky.jpg -share/pixmaps/faces/soccerball.png -share/pixmaps/faces/sunflower.jpg -share/pixmaps/faces/sunset.jpg -share/pixmaps/faces/tennis-ball.png -share/pixmaps/faces/yellow-rose.jpg -share/pixmaps/gdm-foot-logo.png -share/pixmaps/gdm-setup.png -share/pixmaps/gdm-xnest.png -share/pixmaps/gdm.png -share/pixmaps/nobody.png -share/pixmaps/nohost.png -@exec mkdir -p %D/share/xsessions -@dirrmtry share/xsessions -@dirrm share/pixmaps/faces -@dirrm share/omf/gdm -@dirrm share/gnome/help/gdm/zh_CN -@dirrm share/gnome/help/gdm/uk -@dirrm share/gnome/help/gdm/sv -@dirrm share/gnome/help/gdm/ru -@dirrm share/gnome/help/gdm/oc -@dirrm share/gnome/help/gdm/ko -@dirrm share/gnome/help/gdm/it -@dirrm share/gnome/help/gdm/fr -@dirrm share/gnome/help/gdm/es -@dirrm share/gnome/help/gdm/en_GB -@dirrm share/gnome/help/gdm/el -@dirrm share/gnome/help/gdm/de -@dirrm share/gnome/help/gdm/C -@dirrm share/gnome/help/gdm -@dirrm %%DATADIR%%/autostart/LoginWindow -@dirrm %%DATADIR%%/autostart -@dirrm %%DATADIR%% -@dirrm etc/gdm/Sessions -@dirrm etc/gdm/PreSession -@dirrm etc/gdm/PostSession -@dirrm etc/gdm/PostLogin -@dirrm etc/gdm/Init -@unexec rm -rf %D/etc/gdm/home/.gconf* -@dirrmtry etc/gdm/home -@dirrmtry etc/gdm -@dirrmtry etc/dm/Sessions -@dirrmtry etc/dm -@dirrmtry share/log/gdm -@dirrmtry share/log -@unexec /bin/rm -rf /var/gdm 2>/dev/null || /usr/bin/true -@unexec /bin/rm -rf /var/log/gdm 2>/dev/null || /usr/bin/true -@unexec /bin/rm -rf /var/run/gdm 2>/dev/null || /usr/bin/true -@unexec rmdir /var/cache/gdm 2>/dev/null || /usr/bin/true -@unexec rmdir /var/cache 2>/dev/null || /usr/bin/true -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile deleted file mode 100644 index 935aabf46..000000000 --- a/x11/gnome-applets/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: gnomeapplets2 -# Date created: 26th May 2000 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.210 2010/01/17 10:37:12 kwm Exp $ -# - -PORTNAME= gnome-applets -PORTVERSION= 2.30.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Applets components for the GNOME 2 Desktop Environment - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - gweather.1:${PORTSDIR}/net/libgweather \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - xklavier.12:${PORTSDIR}/x11/libxklavier \ - gucharmap.7:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ - libgnomekbd -WANT_GNOME= yes -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gstreamer=0.10 \ - --enable-mixer-applet \ - --disable-networkmanager -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - OS_SYS="/usr/include" - -GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ - mixer.schemas multiload.schemas stickynotes.schemas - -OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - !defined(WITHOUT_LIBNOTIFY) -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " -.else -GCONF_SCHEMAS+= battstat.schemas -PLIST_SUB= BATTERY="" -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -PLIST_SUB+= CPUFREQ="@comment " -.else -PLIST_SUB+= CPUFREQ="" -GCONF_SCHEMAS+= cpufreq-applet.schemas -.endif - -.if defined(WITH_MINI_COMMANDER) -CONFIGURE_ARGS+= --enable-mini-commander -GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas -PLIST_SUB+= COMMANDER="" -.else -PLIST_SUB+= COMMANDER="@comment " -.endif - -.if ( exists(${pygnomedesktop_DETECT}) ) || \ - ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" ) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|" == "|" = "|g' -.if !defined(USE_PYTHON) - @${REINPLACE_CMD} -e 's|HAVE_PYGTK="yes"|HAVE_PYGTK="no"|' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo deleted file mode 100644 index 01f4c7870..000000000 --- a/x11/gnome-applets/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-applets-2.30.0.tar.bz2) = 2afcbedc10b1a0e8072ac4eefdc8d770 -SHA256 (gnome2/gnome-applets-2.30.0.tar.bz2) = 41489fbb1f8352a306cde6676dfaf1e497bfbca960454f7251c4fd92920bba5d -SIZE (gnome2/gnome-applets-2.30.0.tar.bz2) = 9919459 diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa deleted file mode 100644 index 8a9822d48..000000000 --- a/x11/gnome-applets/files/patch-aa +++ /dev/null @@ -1,95 +0,0 @@ ---- configure.orig 2008-12-20 14:46:11.000000000 -0500 -+++ configure 2008-12-20 14:54:57.000000000 -0500 -@@ -17150,7 +17150,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${datadir}/locale"` -+ ac_define_dir=`eval echo "${datadir}/locale"` - ac_define_dir=`eval echo $ac_define_dir` - GNOMELOCALEDIR="$ac_define_dir" - -@@ -19097,8 +19097,8 @@ fi - - ;; - # list of supported OS cores that do not use libapm -- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) -- if -n "${OS_SYS}" ; then -+ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) -+ if test -n "${OS_SYS}" ; then - ACPIINC="-I${OS_SYS}" - else - ACPIINC="-I/usr/src/sys" -@@ -20023,6 +20023,9 @@ if test x$disable_cpufreq = xno; then - *linux*) - build_cpufreq_applet=yes - ;; -+ i386-*-freebsd*|amd64-*-freebsd*) -+ build_cpufreq_applet=yes -+ ;; - *) - { echo "$as_me:$LINENO: WARNING: ${host} is not supported by cpufreq applet, not building" >&5 - echo "$as_me: WARNING: ${host} is not supported by cpufreq applet, not building" >&2;} -@@ -20591,7 +20594,7 @@ builderdir="${pkgdatadir}/builder" - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${iconsdir}"` -+ ac_define_dir=`eval echo "${iconsdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GNOME_ICONDIR="$ac_define_dir" - -@@ -20604,7 +20607,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${pixmapsdir}"` -+ ac_define_dir=`eval echo "${pixmapsdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GNOME_PIXMAPSDIR="$ac_define_dir" - -@@ -20617,7 +20620,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${builderdir}"` -+ ac_define_dir=`eval echo "${builderdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GTK_BUILDERDIR="$ac_define_dir" - -@@ -20630,7 +20633,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${datadir}"` -+ ac_define_dir=`eval echo "${datadir}"` - ac_define_dir=`eval echo $ac_define_dir` - DATADIR="$ac_define_dir" - -@@ -20643,7 +20646,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${sysconfdir}"` -+ ac_define_dir=`eval echo "${sysconfdir}"` - ac_define_dir=`eval echo $ac_define_dir` - SYSCONFDIR="$ac_define_dir" - -@@ -20656,7 +20659,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${libdir}"` -+ ac_define_dir=`eval echo "${libdir}"` - ac_define_dir=`eval echo $ac_define_dir` - LIBDIR="$ac_define_dir" - -@@ -20669,7 +20672,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"$prefix"` -+ ac_define_dir=`eval echo "$prefix"` - ac_define_dir=`eval echo $ac_define_dir` - PREFIX="$ac_define_dir" - diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c deleted file mode 100644 index 48746fa03..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c +++ /dev/null @@ -1,152 +0,0 @@ ---- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 -+++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 -@@ -31,9 +31,13 @@ - - #include <stdio.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <sys/sysctl.h> -+#include <sys/un.h> - #include <sys/ioctl.h> -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include <stdlib.h> - #include <errno.h> - #include <unistd.h> -@@ -92,16 +96,36 @@ gboolean - acpi_freebsd_init(struct acpi_info * acpiinfo) - { - int acpi_fd; -+ int event_fd; - - g_assert(acpiinfo); - -- acpi_fd = open(ACPIDEV, O_RDONLY); -- if (acpi_fd >= 0) { -- acpiinfo->acpifd = acpi_fd; -+ if (acpiinfo->acpifd == -1) { -+ acpi_fd = open(ACPIDEV, O_RDONLY); -+ if (acpi_fd >= 0) { -+ acpiinfo->acpifd = acpi_fd; -+ } -+ else { -+ acpiinfo->acpifd = -1; -+ return FALSE; -+ } - } -- else { -- acpiinfo->acpifd = -1; -- return FALSE; -+ -+ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); -+ if (event_fd >= 0) { -+ struct sockaddr_un addr; -+ addr.sun_family = AF_UNIX; -+ strcpy(addr.sun_path, "/var/run/devd.pipe"); -+ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { -+ acpiinfo->event_fd = event_fd; -+ acpiinfo->event_inited = TRUE; -+ acpiinfo->channel = g_io_channel_unix_new(event_fd); -+ } -+ else { -+ close(event_fd); -+ acpiinfo->event_fd = -1; -+ acpiinfo->event_inited = FALSE; -+ } - } - - update_battery_info(acpiinfo); -@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp - return TRUE; - } - -+#define ACPI_EVENT_IGNORE 0 -+#define ACPI_EVENT_AC 1 -+#define ACPI_EVENT_BATTERY_INFO 2 -+ -+static int parse_acpi_event(GString *buffer) -+{ -+ if (strstr(buffer->str, "system=ACPI")) { -+ if (strstr(buffer->str, "subsystem=ACAD")) -+ return ACPI_EVENT_AC; -+ if (strstr(buffer->str, "subsystem=CMBAT")) -+ return ACPI_EVENT_BATTERY_INFO; -+ } -+ -+ return ACPI_EVENT_IGNORE; -+} -+ -+void acpi_freebsd_update(struct acpi_info *acpiinfo) -+{ -+ /* XXX This is needed for systems where devd does not have permissions -+ * to allow for event-driven updates. -+ */ -+ update_ac_info(acpiinfo); -+ update_battery_info(acpiinfo); -+} -+ -+gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) -+{ -+ gsize i; -+ int evt; -+ gboolean result = FALSE; -+ GString *buffer; -+ GIOStatus stat; -+ buffer = g_string_new(NULL); -+ -+ *read_error = FALSE; -+ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); -+ -+ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { -+ *read_error = TRUE; -+ g_string_free(buffer, TRUE); -+ return FALSE; -+ } -+ -+ evt = parse_acpi_event(buffer); -+ switch (evt) { -+ case ACPI_EVENT_AC: -+ update_ac_info(acpiinfo); -+ result = TRUE; -+ break; -+ case ACPI_EVENT_BATTERY_INFO: -+ update_battery_info(acpiinfo); -+ result = TRUE; -+ break; -+ } -+ -+ g_string_free(buffer, TRUE); -+ return result; -+} -+ - void - acpi_freebsd_cleanup(struct acpi_info * acpiinfo) - { -@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * - close(acpiinfo->acpifd); - acpiinfo->acpifd = -1; - } --} - --/* XXX This is a hack since user-land applications can't get ACPI events yet. -- * Devd provides this (or supposedly provides this), but you need to be -- * root to access devd. -- */ --gboolean --acpi_process_event(struct acpi_info * acpiinfo) --{ -- g_assert(acpiinfo); -- -- update_ac_info(acpiinfo); -- update_battery_info(acpiinfo); -- -- return TRUE; -+ if (acpiinfo->event_fd >= 0) { -+ g_io_channel_unref(acpiinfo->channel); -+ close(acpiinfo->event_fd); -+ acpiinfo->event_fd = -1; -+ } - } - - gboolean diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h deleted file mode 100644 index 918cd59eb..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h +++ /dev/null @@ -1,78 +0,0 @@ ---- battstat/acpi-freebsd.h.orig Sun Jul 3 16:50:22 2005 -+++ battstat/acpi-freebsd.h Sun Jul 3 16:54:14 2005 -@@ -29,61 +29,31 @@ - #define ACPI_LIFE "hw.acpi.battery.life" - #define ACPI_STATE "hw.acpi.battery.state" - --struct acpi_info { -- gboolean ac_online; -- int acpifd; -- int max_capacity; -- int low_capacity; -- int critical_capacity; -+/* XXX: AMD64 does not have machine/apm_bios.h. */ -+#if !defined(__i386__) -+struct apm_info { -+ guint ai_acline; -+ guint ai_batt_stat; -+ guint ai_batt_life; -+ int ai_batt_time; -+ guint ai_status; - }; -- --gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); --gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); --void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -- --#endif /* __ACPI_FREEBSD_H__ */ --/* -- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. -- */ -- --#ifndef __ACPI_FREEBSD_H__ --#define __ACPI_FREEBSD_H__ -- --#define ACPIDEV "/dev/acpi" -- --#define BATT_MIN 0 --#define BATT_MAX 64 -- --#define ACPI_ACLINE "hw.acpi.acline" --#define ACPI_TIME "hw.acpi.battery.time" --#define ACPI_LIFE "hw.acpi.battery.life" --#define ACPI_STATE "hw.acpi.battery.state" -+#endif - - struct acpi_info { - gboolean ac_online; -+ gboolean event_inited; - int acpifd; -+ int event_fd; - int max_capacity; - int low_capacity; - int critical_capacity; -+ GIOChannel * channel; - }; - - gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); -+void acpi_freebsd_update(struct acpi_info * acpiinfo); -+gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); - gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); - void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); - diff --git a/x11/gnome-applets/files/patch-battstat_battstat_applet.c b/x11/gnome-applets/files/patch-battstat_battstat_applet.c deleted file mode 100644 index a95b7b569..000000000 --- a/x11/gnome-applets/files/patch-battstat_battstat_applet.c +++ /dev/null @@ -1,21 +0,0 @@ ---- battstat/battstat_applet.c.orig Fri Aug 19 22:13:49 2005 -+++ battstat/battstat_applet.c Tue Aug 23 20:37:13 2005 -@@ -430,14 +430,14 @@ battery_full_notify (GtkWidget *applet) - static void - battery_full_dialog (GtkWidget *applet) - { -- /* first attempt to use libnotify */ -- if (battery_full_notify (applet)) -- return; -- - GtkWidget *dialog, *hbox, *image, *label; - GdkPixbuf *pixbuf; - - gchar *new_label; -+ /* first attempt to use libnotify */ -+ if (battery_full_notify (applet)) -+ return; -+ - dialog = gtk_dialog_new_with_buttons ( - _("Battery Notice"), - NULL, diff --git a/x11/gnome-applets/files/patch-battstat_power-management.c b/x11/gnome-applets/files/patch-battstat_power-management.c deleted file mode 100644 index 9cea2d65b..000000000 --- a/x11/gnome-applets/files/patch-battstat_power-management.c +++ /dev/null @@ -1,123 +0,0 @@ ---- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 -+++ battstat/power-management.c Tue Aug 30 01:28:40 2005 -@@ -61,9 +61,7 @@ - - static const char *apm_readinfo (BatteryStatus *status); - static int pm_initialised; --#ifdef HAVE_HAL --static int using_hal; --#endif -+static int using_hal = FALSE; - - /* - * What follows is a series of platform-specific apm_readinfo functions -@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) - - #elif __FreeBSD__ - -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include "acpi-freebsd.h" - - static struct acpi_info acpiinfo; - static gboolean using_acpi; - static int acpi_count; -+static int acpiwatch; - static struct apm_info apminfo; - -+gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); -+ - #define APMDEVICE "/dev/apm" - -+static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) -+{ -+ gboolean read_error; -+ if (cond & (G_IO_ERR | G_IO_HUP)) { -+ acpi_freebsd_cleanup(&acpiinfo); -+ return FALSE; -+ } -+ -+ if (acpi_process_event(&acpiinfo, &read_error)) { -+ acpi_freebsd_read(&apminfo, &acpiinfo); -+ } -+ else if (read_error) { -+ acpi_freebsd_cleanup(&acpiinfo); -+ return FALSE; -+ } -+ -+ return TRUE; -+} -+ - static const char * - apm_readinfo (BatteryStatus *status) - { -@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) - - if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); - -- if (using_acpi) { -+ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { - if (acpi_count <= 0) { - acpi_count = 30; -- acpi_process_event(&acpiinfo); -+ if (!acpiinfo.event_inited) { -+ acpi_freebsd_update(&acpiinfo); -+ } - if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) - return ERR_FREEBSD_ACPI; - } - acpi_count--; - } -- else -- { -- /* This is how I read the information from the APM subsystem under -- FreeBSD. Each time this functions is called (once every second) -- the APM device is opened, read from and then closed. -- */ -+ else if (using_acpi && acpiinfo.event_inited) { -+ if (acpi_freebsd_init(&acpiinfo)) { -+ acpiwatch = g_io_add_watch (acpiinfo.channel, -+ G_IO_IN | G_IO_ERR | G_IO_HUP, -+ acpi_callback, NULL); -+ acpi_freebsd_read(&apminfo, &acpiinfo); -+ } -+ } -+ else { -+#if defined(__i386__) - fd = open(APMDEVICE, O_RDONLY); - if (fd == -1) { - return ERR_OPEN_APMDEV; -@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) - - if(apminfo.ai_status == 0) - return ERR_APM_E; -+#else -+ return ERR_OPEN_APMDEV; -+#endif - } - - status->present = TRUE; -@@ -480,6 +511,12 @@ power_management_initialise( int no_hal - } - else - using_acpi = FALSE; -+ -+ if (using_acpi && acpiinfo.event_fd >= 0) { -+ acpiwatch = g_io_add_watch (acpiinfo.channel, -+ G_IO_IN | G_IO_ERR | G_IO_HUP, -+ acpi_callback, NULL); -+ } - #endif - pm_initialised = 1; - -@@ -513,6 +550,9 @@ power_management_cleanup( void ) - } - #elif defined(__FreeBSD__) - if (using_acpi) { -+ if (acpiwatch != 0) -+ g_source_remove(acpiwatch); -+ acpiwatch = 0; - acpi_freebsd_cleanup(&acpiinfo); - } - #endif diff --git a/x11/gnome-applets/files/patch-cpufreq-freebsd b/x11/gnome-applets/files/patch-cpufreq-freebsd deleted file mode 100644 index a597e6725..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-freebsd +++ /dev/null @@ -1,436 +0,0 @@ ---- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 -+++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 -@@ -22,6 +22,10 @@ - #include <glib.h> - #include <glib/gi18n.h> - -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> - #include <stdio.h> - -@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) - static gboolean - cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) - { -+#ifndef __FreeBSD__ - gchar *file; - gchar **lines; - gchar *buffer = NULL; - gchar *p; -+#else -+ size_t len; -+#endif /* __FreeBSD__ */ - gint cpu, i; - gint cur_freq, max_freq; - gchar *governor; - GError *error = NULL; - -+#ifndef __FreeBSD__ - file = g_strdup ("/proc/cpuinfo"); - if (!g_file_get_contents (file, &buffer, NULL, &error)) { - g_warning (error->message); -@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni - - g_strfreev (lines); - g_free (buffer); -+#else -+ len = sizeof (cpu); -+ -+ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) -+ return FALSE; -+#endif /* __FreeBSD__ */ - - governor = g_strdup (_("Frequency Scaling Unsupported")); - cur_freq = cpu * 1000; ---- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 -+++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone - { - static const gchar *const authors[] = { - "Carlos Garcia Campos <carlosgc@gnome.org>", -+ "Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", - NULL - }; - static const gchar *const documenters[] = { ---- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 -+++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 -@@ -0,0 +1,49 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ -+#define __CPUFREQ_MONITOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq-monitor.h" -+ -+#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) -+#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) -+#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+ -+typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; -+typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; -+ -+struct _CPUFreqMonitorSysctl { -+ CPUFreqMonitor parent; -+}; -+ -+struct _CPUFreqMonitorSysctlClass { -+ CPUFreqMonitorClass parent_class; -+}; -+ -+GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; -+CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); -+ -+#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 -+++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -25,11 +26,18 @@ - - #include <glib.h> - #include <glib/gi18n.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - - #include "cpufreq-applet.h" - #include "cpufreq-utils.h" - #include "cpufreq-monitor-sysfs.h" - #include "cpufreq-monitor-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-monitor-sysctl.h" -+#endif /* __FreeBSD__ */ - #include "cpufreq-monitor-cpuinfo.h" - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-monitor-libcpufreq.h" -@@ -40,6 +48,7 @@ CPUFreqMonitor * - cpufreq_monitor_factory_create_monitor (guint cpu) - { - CPUFreqMonitor *monitor = NULL; -+#ifndef __FreeBSD__ - - #ifdef HAVE_LIBCPUFREQ - monitor = cpufreq_monitor_libcpufreq_new (cpu); -@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( - - monitor = cpufreq_monitor_cpuinfo_new (cpu); - } -+#else -+ size_t len; -+ -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ monitor = cpufreq_monitor_sysctl_new (cpu); -+ } else { -+ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), -+ _("You will not be able to modify the frequency of your machine. " -+ "Your machine may be misconfigured or not have hardware support " -+ "for CPU frequency scaling.")); -+ monitor = cpufreq_monitor_cpuinfo_new (cpu); -+ } -+#endif /* __FreeBSD__ */ - - return monitor; - } ---- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 -+++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 -@@ -22,6 +22,9 @@ - #include <glib.h> - #include <gtk/gtkmessagedialog.h> - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+#endif - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> -@@ -30,6 +33,24 @@ - - #include "cpufreq-utils.h" - -+#ifdef __FreeBSD__ -+guint -+cpufreq_utils_get_n_cpus (void) -+{ -+ size_t len; -+ static guint n_cpus = 0; -+ -+ if (n_cpus > 0) -+ return n_cpus; -+ -+ len = sizeof (n_cpus); -+ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { -+ return 1; -+ } -+ -+ return n_cpus; -+} -+#else - guint - cpufreq_utils_get_n_cpus (void) - { -@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) - - return 1; - } -+#endif /* __FreeBSD__ */ - - void - cpufreq_utils_display_error (const gchar *message, ---- cpufreq/src/cpufreq-monitor-sysctl.c.orig Wed Feb 28 14:03:58 2007 -+++ cpufreq/src/cpufreq-monitor-sysctl.c Wed Feb 28 14:28:47 2007 -@@ -0,0 +1,176 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <glib/gi18n.h> -+ -+#include <string.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+ -+#include "cpufreq-monitor-sysctl.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ_MONITOR -+ -+#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) -+ -+static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); -+ -+static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); -+static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); -+static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); -+ -+static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); -+ -+G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) -+ -+static void -+cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) -+{ -+} -+ -+static void -+cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) -+{ -+ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); -+ -+ monitor_class->run = cpufreq_monitor_sysctl_run; -+ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; -+ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; -+} -+ -+CPUFreqMonitor * -+cpufreq_monitor_sysctl_new (guint cpu) -+{ -+ CPUFreqMonitorSysctl *monitor; -+ -+ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); -+ -+ return CPUFREQ_MONITOR (monitor); -+} -+ -+static gboolean -+cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) -+{ -+ gint fmax, fmin, ifreq; -+ gchar *governor; -+ size_t len; -+ gchar *freq_oid; -+ guint mon_cpu; -+ GList *list; -+ -+ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); -+ -+ fmax = atoi ((gchar *) list->data); -+ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); -+ -+ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); -+ len = sizeof (ifreq); -+ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); -+ -+ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { -+ g_free (freq_oid); -+ return FALSE; -+ } -+ -+ ifreq *= 1000; -+ -+ if (ifreq == fmax) -+ governor = g_strdup ("performance"); -+ else if (ifreq == fmin) -+ governor = g_strdup ("economy"); -+ else -+ governor = g_strdup ("userspace"); -+ -+ g_object_set (G_OBJECT (monitor), -+ "online", TRUE, -+ "governor", governor, -+ "frequency", ifreq, -+ "max-frequency", fmax, -+ NULL); -+ -+ return TRUE; -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) -+{ -+ gchar *levels_oid, *levels; -+ gchar **levelsp, **l; -+ GList *list = NULL; -+ gint mib[4]; -+ guint mon_cpu; -+ size_t len; -+ -+ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); -+ -+ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", -+ 0); -+ len = 4; -+ sysctlnametomib (levels_oid, mib, &len); -+ len = sizeof (levels); -+ g_free (levels_oid); -+ -+ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) -+ return NULL; -+ -+ levels = g_malloc (len); -+ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) -+ return NULL; -+ -+ levelsp = g_strsplit (levels, " ", 0); -+ g_free (levels); -+ -+ for (l = levelsp; l && *l; l++) { -+ gchar **frpr; -+ -+ frpr = g_strsplit (*l, "/", 0); -+ if (frpr && frpr[0] != NULL) { -+ /* sysctl format is %d/%d where the -+ * first %d is the frequency, and -+ * the second is the power used in -+ * mW. -+ */ -+ int freq = atoi (frpr[0]); -+ list = -+ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); -+ } -+ g_strfreev (frpr); -+ } -+ -+ g_strfreev (levelsp); -+ -+ return (list); -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) -+{ -+ GList *list = NULL; -+ -+ list = g_list_prepend (list, g_strdup ("performance")); -+ list = g_list_prepend (list, g_strdup ("userspace")); -+ list = g_list_prepend (list, g_strdup ("economy")); -+ -+ return list; -+} -+#endif /* __FreeBSD__ */ ---- cpufreq/src/Makefile.in.orig 2007-07-30 21:06:58.000000000 -0400 -+++ cpufreq/src/Makefile.in 2007-07-30 21:06:58.000000000 -0400 -@@ -61,7 +61,8 @@ am__cpufreq_applet_SOURCES_DIST = cpufre - cpufreq-monitor-procfs.h cpufreq-monitor-sysfs.c \ - cpufreq-monitor-sysfs.h cpufreq-monitor-libcpufreq.c \ - cpufreq-monitor-libcpufreq.h cpufreq-monitor-cpuinfo.c \ -- cpufreq-monitor-cpuinfo.h -+ cpufreq-monitor-cpuinfo.h cpufreq-monitor-sysctl.c \ -+ cpufreq-monitor-sysctl.h - @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ - @HAVE_LIBCPUFREQ_TRUE@ cpufreq-monitor-libcpufreq.$(OBJEXT) - am_cpufreq_applet_OBJECTS = cpufreq-applet.$(OBJEXT) \ -@@ -70,7 +71,8 @@ am_cpufreq_applet_OBJECTS = cpufreq-appl - cpufreq-monitor-factory.$(OBJEXT) \ - cpufreq-monitor-procfs.$(OBJEXT) \ - cpufreq-monitor-sysfs.$(OBJEXT) $(am__objects_1) \ -- cpufreq-monitor-cpuinfo.$(OBJEXT) -+ cpufreq-monitor-cpuinfo.$(OBJEXT) \ -+ cpufreq-monitor-sysctl.$(OBJEXT) - cpufreq_applet_OBJECTS = $(am_cpufreq_applet_OBJECTS) - am__DEPENDENCIES_1 = - cpufreq_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -@@ -402,6 +404,7 @@ cpufreq_applet_SOURCES = \ - cpufreq-monitor.c cpufreq-monitor.h \ - cpufreq-monitor-factory.c cpufreq-monitor-factory.h \ - cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ -+ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h \ - cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ - $(cpufreq_files) \ - cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h -@@ -487,6 +490,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-factory.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-libcpufreq.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-popup.Po@am__quote@ diff --git a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd b/x11/gnome-applets/files/patch-cpufreq-selector-freebsd deleted file mode 100644 index 5cca16dd4..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd +++ /dev/null @@ -1,218 +0,0 @@ ---- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 -@@ -0,0 +1,53 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ -+#define __CPUFREQ_SELECTOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq-selector.h" -+ -+G_BEGIN_DECLS -+ -+#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) -+#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) -+#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) -+#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) -+#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) -+#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) -+ -+typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; -+typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; -+ -+struct _CPUFreqSelectorSysctl { -+ CPUFreqSelector parent; -+}; -+ -+struct _CPUFreqSelectorSysctlClass { -+ CPUFreqSelectorClass parent_class; -+}; -+ -+GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; -+CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); -+ -+G_END_DECLS -+ -+#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 -@@ -0,0 +1,87 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <stdio.h> -+#include <stdlib.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -+ -+#include "cpufreq-selector-sysctl.h" -+ -+static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); -+static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); -+ -+static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); -+static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); -+ -+G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) -+ -+static void -+cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) -+{ -+} -+ -+static void -+cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) -+{ -+ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); -+ -+ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; -+ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; -+} -+ -+CPUFreqSelector * -+cpufreq_selector_sysctl_new (guint cpu) -+{ -+ CPUFreqSelector *selector; -+ -+ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, -+ "cpu", cpu, NULL)); -+ -+ return selector; -+} -+ -+static gboolean -+cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) -+{ -+ return TRUE; -+} -+ -+static gboolean -+cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) -+{ -+ guint cpu, i; -+ size_t len; -+ gchar *freq_oid; -+ -+ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); -+ -+ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ -+ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); -+ -+ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); -+ g_free (freq_oid); -+ -+ return TRUE; -+} ---- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 -@@ -27,20 +27,32 @@ - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-selector-libcpufreq.h" - #endif -+#ifdef __FreeBSD__ -+#include "cpufreq-selector-sysctl.h" -+#endif /* __FreeBSD__ */ - - CPUFreqSelector * - cpufreq_selector_factory_create_selector (guint cpu) - { - CPUFreqSelector *selector = NULL; -+#ifdef __FreeBSD__ -+ size_t len; -+#endif - - #ifdef HAVE_LIBCPUFREQ - selector = cpufreq_selector_libcpufreq_new (cpu); - #else -+#ifndef __FreeBSD__ - if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ - selector = cpufreq_selector_sysfs_new (cpu); - } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ - selector = cpufreq_selector_procfs_new (cpu); - } -+#else -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ selector = cpufreq_selector_sysctl_new (cpu); -+ } -+#endif /* __FreeBSD__ */ - #endif /* HAVE_LIBCPUFREQ */ - - return selector; ---- cpufreq/src/cpufreq-selector/Makefile.in.orig 2008-06-16 14:26:07.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/Makefile.in 2008-06-16 14:38:15.000000000 -0400 -@@ -65,7 +65,7 @@ am__cpufreq_selector_SOURCES_DIST = cpuf - cpufreq-selector-libcpufreq.h cpufreq-selector-service.c \ - cpufreq-selector-service.h cpufreq-selector-factory.c \ - cpufreq-selector-factory.h cpufreq-selector-service-glue.h \ -- main.c -+ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h - @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ - @HAVE_LIBCPUFREQ_TRUE@ cpufreq-selector-libcpufreq.$(OBJEXT) - @HAVE_POLKIT_TRUE@am__objects_2 = cpufreq-selector-service.$(OBJEXT) -@@ -74,7 +74,8 @@ am_cpufreq_selector_OBJECTS = cpufreq-se - cpufreq-selector-sysfs.$(OBJEXT) \ - cpufreq-selector-procfs.$(OBJEXT) $(am__objects_1) \ - $(am__objects_2) cpufreq-selector-factory.$(OBJEXT) \ -- $(am__objects_3) main.$(OBJEXT) -+ $(am__objects_3) main.$(OBJEXT) \ -+ cpufreq-selector-sysctl.$(OBJEXT) - cpufreq_selector_OBJECTS = $(am_cpufreq_selector_OBJECTS) - am__DEPENDENCIES_1 = - @HAVE_POLKIT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ -@@ -371,6 +372,7 @@ cpufreq_selector_SOURCES = \ - cpufreq-selector.c cpufreq-selector.h \ - cpufreq-selector-sysfs.c cpufreq-selector-sysfs.h \ - cpufreq-selector-procfs.c cpufreq-selector-procfs.h \ -+ cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h \ - $(cpufreq_files) \ - $(service_files) \ - cpufreq-selector-factory.c cpufreq-selector-factory.h \ -@@ -480,6 +482,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-procfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-service.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ - diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py deleted file mode 100644 index 7ddb583de..000000000 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py +++ /dev/null @@ -1,13 +0,0 @@ ---- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 -+++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 -@@ -26,8 +26,8 @@ import invest, invest.applet, invest.def - import gettext, locale - gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gettext.textdomain(invest.defs.GETTEXT_PACKAGE) --locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) --locale.textdomain(invest.defs.GETTEXT_PACKAGE) -+#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) -+#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - - from gettext import gettext as _ - diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart deleted file mode 100644 index aa763c16c..000000000 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart +++ /dev/null @@ -1,13 +0,0 @@ ---- invest-applet/invest/invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 -+++ invest-applet/invest/invest-chart 2008-04-28 13:29:13.000000000 -0400 -@@ -6,8 +6,8 @@ import sys, invest.chart, gtk - import gettext, locale - gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gettext.textdomain(invest.defs.GETTEXT_PACKAGE) --locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) --locale.textdomain(invest.defs.GETTEXT_PACKAGE) -+#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) -+#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - - if __name__ == "__main__": - win = invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui b/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui deleted file mode 100644 index 8323a6dd3..000000000 --- a/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui +++ /dev/null @@ -1,20 +0,0 @@ ---- stickynotes/stickynotes.ui.orig 2009-11-13 13:13:28.000000000 +0800 -+++ stickynotes/stickynotes.ui 2009-11-13 13:15:23.000000000 +0800 -@@ -593,7 +593,7 @@ - </packing> - </child> - <child> -- <object class="GtkVBox" id="vbox1"> -+ <object class="GtkVBox" id="vbox3"> - <property name="visible">True</property> - <property name="orientation">vertical</property> - <child> -@@ -613,7 +613,7 @@ - </packing> - </child> - <child> -- <object class="GtkLabel" id="label1"> -+ <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">This cannot be undone.</property> diff --git a/x11/gnome-applets/pkg-descr b/x11/gnome-applets/pkg-descr deleted file mode 100644 index 5f715cf9a..000000000 --- a/x11/gnome-applets/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel applets for the Gnome 2.0 Desktop Environment. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist deleted file mode 100644 index c5a575959..000000000 --- a/x11/gnome-applets/pkg-plist +++ /dev/null @@ -1,2646 +0,0 @@ -%%CPUFREQ%%bin/cpufreq-selector -%%PYTHON%%bin/invest-chart -%%CPUFREQ%%etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.pyo -libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -%%CPUFREQ%%libdata/bonobo/servers/GNOME_CPUFreqApplet.server -libdata/bonobo/servers/GNOME_CharpickerApplet.server -libdata/bonobo/servers/GNOME_DriveMountApplet.server -libdata/bonobo/servers/GNOME_GWeatherApplet_Factory.server -libdata/bonobo/servers/GNOME_GeyesApplet.server -%%PYTHON%%libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server -libdata/bonobo/servers/GNOME_NullApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_TrashApplet.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -libdata/bonobo/servers/GNOME_StickyNotesApplet.server -%%PYTHON%%libdata/bonobo/servers/Invest_Applet.server -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/charpick_applet2 -%%CPUFREQ%%libexec/cpufreq-applet -libexec/drivemount_applet2 -libexec/geyes_applet2 -%%COMMANDER%%libexec/gnome-applets/mc-install-default-macros -libexec/gweather-applet-2 -%%PYTHON%%libexec/invest-applet -%%COMMANDER%%libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/multiload-applet-2 -libexec/null_applet -libexec/stickynotes_applet -libexec/trashapplet -%%CPUFREQ%%share/dbus-1/system-services/org.gnome.CPUFreqSelector.service -share/gnome-2.0/ui/GNOME_AccessxApplet.xml -%%BATTERY%%share/gnome-2.0/ui/GNOME_BattstatApplet.xml -%%CPUFREQ%%share/gnome-2.0/ui/GNOME_CPUFreqApplet.xml -share/gnome-2.0/ui/GNOME_CharpickerApplet.xml -share/gnome-2.0/ui/GNOME_DriveMountApplet.xml -share/gnome-2.0/ui/GNOME_GWeatherApplet.xml -share/gnome-2.0/ui/GNOME_GeyesApplet.xml -%%COMMANDER%%share/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml -share/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome-2.0/ui/GNOME_MultiloadApplet.xml -share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml -share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml -%%PYTHON%%share/gnome-2.0/ui/Invest_Applet.xml -%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui -%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui -%%PYTHON%%%%DATADIR%%/builder/financialchart.ui -%%COMMANDER%%%%DATADIR%%/builder/mini-commander.ui -%%PYTHON%%%%DATADIR%%/builder/prefs-dialog.ui -%%DATADIR%%/builder/stickynotes.ui -%%DATADIR%%/builder/trashapplet-empty-progress.ui -%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png -%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png -%%DATADIR%%/geyes/Bizarre/config -%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png -%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png -%%DATADIR%%/geyes/Bloodshot/config -%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png -%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png -%%DATADIR%%/geyes/Default-tiny/config -%%DATADIR%%/geyes/Default/Default-eye.png -%%DATADIR%%/geyes/Default/Default-pupil.png -%%DATADIR%%/geyes/Default/config -%%DATADIR%%/geyes/Horrid/config -%%DATADIR%%/geyes/Horrid/horrid_eye.png -%%DATADIR%%/geyes/Horrid/horrid_pupil.png -%%DATADIR%%/geyes/Tango/config -%%DATADIR%%/geyes/Tango/tango-eye.png -%%DATADIR%%/geyes/Tango/tango-pupil.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-16_neutral.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_down.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_neutral.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_up.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest_down.svg -%%PYTHON%%%%DATADIR%%/invest-applet/invest_neutral.svg -%%PYTHON%%%%DATADIR%%/invest-applet/invest_up.svg -share/gnome/help/accessx-status/C/accessx-status.xml -share/gnome/help/accessx-status/C/figures/accessx-status-applet.png -share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/C/legal.xml -share/gnome/help/accessx-status/bg/accessx-status.xml -share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png -share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/ca/accessx-status.xml -share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png -share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/cs/accessx-status.xml -share/gnome/help/accessx-status/cs/figures/accessx-status-applet.png -share/gnome/help/accessx-status/cs/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/cs/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/de/accessx-status.xml -share/gnome/help/accessx-status/de/figures/accessx-status-applet.png -share/gnome/help/accessx-status/de/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/de/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/de/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/de/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/el/accessx-status.xml -share/gnome/help/accessx-status/el/figures/accessx-status-applet.png -share/gnome/help/accessx-status/el/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/el/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/el/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/el/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/en_GB/accessx-status.xml -share/gnome/help/accessx-status/en_GB/figures/accessx-status-applet.png -share/gnome/help/accessx-status/en_GB/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/en_GB/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/es/accessx-status.xml -share/gnome/help/accessx-status/es/figures/accessx-status-applet.png -share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/eu/accessx-status.xml -share/gnome/help/accessx-status/eu/figures/accessx-status-applet.png -share/gnome/help/accessx-status/eu/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/eu/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fi/accessx-status.xml -share/gnome/help/accessx-status/fi/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fi/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fi/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fr/accessx-status.xml -share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/it/accessx-status.xml -share/gnome/help/accessx-status/it/figures/accessx-status-applet.png -share/gnome/help/accessx-status/it/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/it/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/it/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/it/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/ko/accessx-status.xml -share/gnome/help/accessx-status/ko/figures/accessx-status-applet.png -share/gnome/help/accessx-status/ko/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/ko/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/nl/accessx-status.xml -share/gnome/help/accessx-status/nl/figures/accessx-status-applet.png -share/gnome/help/accessx-status/nl/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/nl/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/oc/accessx-status.xml -share/gnome/help/accessx-status/oc/figures/accessx-status-applet.png -share/gnome/help/accessx-status/oc/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/oc/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/sv/accessx-status.xml -share/gnome/help/accessx-status/sv/figures/accessx-status-applet.png -share/gnome/help/accessx-status/sv/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/sv/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/uk/accessx-status.xml -share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png -share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/zh_CN/accessx-status.xml -share/gnome/help/accessx-status/zh_CN/figures/accessx-status-applet.png -share/gnome/help/accessx-status/zh_CN/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-windows-key.png -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/C/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/bg/battstat.xml -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/ca/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/cs/battstat.xml -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/da/battstat.xml -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/da/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/de/battstat.xml -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/de/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/el/battstat.xml -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/el/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/en_GB/battstat.xml -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/es/battstat.xml -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/es/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/eu/battstat.xml -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/fi/battstat.xml -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/fr/battstat.xml -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/ko/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/oc/battstat.xml -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/pa/battstat.xml -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/battstat.xml -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/sv/battstat.xml -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/uk/battstat.xml -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/battstat.xml -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/context-menu.png -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick-preferences.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/bg/char-palette.xml -share/gnome/help/char-palette/bg/figures/charpalette_applet.png -share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png -share/gnome/help/char-palette/bg/figures/charpick-preferences.png -share/gnome/help/char-palette/bg/figures/charpick_characters.png -share/gnome/help/char-palette/ca/char-palette.xml -share/gnome/help/char-palette/ca/figures/charpalette_applet.png -share/gnome/help/char-palette/ca/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ca/figures/charpick-preferences.png -share/gnome/help/char-palette/ca/figures/charpick_characters.png -share/gnome/help/char-palette/cs/char-palette.xml -share/gnome/help/char-palette/cs/figures/charpalette_applet.png -share/gnome/help/char-palette/cs/figures/charpalette_chargroup.png -share/gnome/help/char-palette/cs/figures/charpick-preferences.png -share/gnome/help/char-palette/cs/figures/charpick_characters.png -share/gnome/help/char-palette/de/char-palette.xml -share/gnome/help/char-palette/de/figures/charpalette_applet.png -share/gnome/help/char-palette/de/figures/charpalette_chargroup.png -share/gnome/help/char-palette/de/figures/charpick-preferences.png -share/gnome/help/char-palette/de/figures/charpick_characters.png -share/gnome/help/char-palette/el/char-palette.xml -share/gnome/help/char-palette/el/figures/charpalette_applet.png -share/gnome/help/char-palette/el/figures/charpalette_chargroup.png -share/gnome/help/char-palette/el/figures/charpick_characters.png -share/gnome/help/char-palette/el/figures/charpick-preferences.png -share/gnome/help/char-palette/en_GB/char-palette.xml -share/gnome/help/char-palette/en_GB/figures/charpalette_applet.png -share/gnome/help/char-palette/en_GB/figures/charpalette_chargroup.png -share/gnome/help/char-palette/en_GB/figures/charpick-preferences.png -share/gnome/help/char-palette/en_GB/figures/charpick_characters.png -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick-preferences.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/eu/char-palette.xml -share/gnome/help/char-palette/eu/figures/charpalette_applet.png -share/gnome/help/char-palette/eu/figures/charpalette_chargroup.png -share/gnome/help/char-palette/eu/figures/charpick-preferences.png -share/gnome/help/char-palette/eu/figures/charpick_characters.png -share/gnome/help/char-palette/fi/char-palette.xml -share/gnome/help/char-palette/fi/figures/charpalette_applet.png -share/gnome/help/char-palette/fi/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fi/figures/charpick-preferences.png -share/gnome/help/char-palette/fi/figures/charpick_characters.png -share/gnome/help/char-palette/fr/char-palette.xml -share/gnome/help/char-palette/fr/figures/charpalette_applet.png -share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fr/figures/charpick-preferences.png -share/gnome/help/char-palette/fr/figures/charpick_characters.png -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick-preferences.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/ko/char-palette.xml -share/gnome/help/char-palette/ko/figures/charpalette_applet.png -share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ko/figures/charpick-preferences.png -share/gnome/help/char-palette/ko/figures/charpick_characters.png -share/gnome/help/char-palette/nl/char-palette.xml -share/gnome/help/char-palette/nl/figures/charpalette_applet.png -share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png -share/gnome/help/char-palette/nl/figures/charpick-preferences.png -share/gnome/help/char-palette/nl/figures/charpick_characters.png -share/gnome/help/char-palette/oc/char-palette.xml -share/gnome/help/char-palette/oc/figures/charpalette_applet.png -share/gnome/help/char-palette/oc/figures/charpalette_chargroup.png -share/gnome/help/char-palette/oc/figures/charpick-preferences.png -share/gnome/help/char-palette/oc/figures/charpick_characters.png -share/gnome/help/char-palette/pt_BR/char-palette.xml -share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png -share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png -share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png -share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png -share/gnome/help/char-palette/ru/char-palette.xml -share/gnome/help/char-palette/ru/figures/charpalette_applet.png -share/gnome/help/char-palette/ru/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ru/figures/charpick-preferences.png -share/gnome/help/char-palette/ru/figures/charpick_characters.png -share/gnome/help/char-palette/sv/char-palette.xml -share/gnome/help/char-palette/sv/figures/charpalette_applet.png -share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png -share/gnome/help/char-palette/sv/figures/charpick-preferences.png -share/gnome/help/char-palette/sv/figures/charpick_characters.png -share/gnome/help/char-palette/uk/char-palette.xml -share/gnome/help/char-palette/uk/figures/charpalette_applet.png -share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png -share/gnome/help/char-palette/uk/figures/charpick-preferences.png -share/gnome/help/char-palette/uk/figures/charpick_characters.png -share/gnome/help/char-palette/zh_CN/char-palette.xml -share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_CN/figures/charpick-preferences.png -share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png -%%COMMANDER%%share/gnome/help/command-line/C/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/C/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/C/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/C/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/C/legal.xml -%%COMMANDER%%share/gnome/help/command-line/ca/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/ca/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/ca/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/ca/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/de/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/de/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/de/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/de/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/el/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/el/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/es/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/es/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/eu/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/eu/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/fr/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/fr/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/ko/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/ko/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/ko/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/ko/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/oc/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/oc/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/oc/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/oc/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/sv/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/sv/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/sv/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/sv/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/uk/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/uk/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/uk/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/uk/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/prefs.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/legal.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet.png -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/C/figures/drivemount-applet_example.png -share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/C/figures/drivemount-applet_open.png -share/gnome/help/drivemount/C/figures/drivemount-applet_status.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/drivemount/ca/drivemount.xml -share/gnome/help/drivemount/ca/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_status.png -share/gnome/help/drivemount/cs/drivemount.xml -share/gnome/help/drivemount/cs/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_example.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_open.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_status.png -share/gnome/help/drivemount/de/drivemount.xml -share/gnome/help/drivemount/de/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/de/figures/drivemount-applet_example.png -share/gnome/help/drivemount/de/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/de/figures/drivemount-applet_open.png -share/gnome/help/drivemount/de/figures/drivemount-applet_status.png -share/gnome/help/drivemount/el/drivemount.xml -share/gnome/help/drivemount/el/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/el/figures/drivemount-applet_example.png -share/gnome/help/drivemount/el/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/el/figures/drivemount-applet_open.png -share/gnome/help/drivemount/el/figures/drivemount-applet_status.png -share/gnome/help/drivemount/en_GB/drivemount.xml -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_example.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_open.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_status.png -share/gnome/help/drivemount/es/drivemount.xml -share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/es/figures/drivemount-applet_example.png -share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/es/figures/drivemount-applet_open.png -share/gnome/help/drivemount/es/figures/drivemount-applet_status.png -share/gnome/help/drivemount/eu/drivemount.xml -share/gnome/help/drivemount/eu/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_example.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_open.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_status.png -share/gnome/help/drivemount/fi/drivemount.xml -share/gnome/help/drivemount/fi/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_example.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_open.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_status.png -share/gnome/help/drivemount/fr/drivemount.xml -share/gnome/help/drivemount/fr/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_example.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_open.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_status.png -share/gnome/help/drivemount/it/drivemount.xml -share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/it/figures/drivemount-applet_example.png -share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/it/figures/drivemount-applet_open.png -share/gnome/help/drivemount/it/figures/drivemount-applet_status.png -share/gnome/help/drivemount/ko/drivemount.xml -share/gnome/help/drivemount/ko/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_status.png -share/gnome/help/drivemount/oc/drivemount.xml -share/gnome/help/drivemount/oc/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_example.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_open.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_status.png -share/gnome/help/drivemount/pa/drivemount.xml -share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png -share/gnome/help/drivemount/ru/drivemount.xml -share/gnome/help/drivemount/ru/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_status.png -share/gnome/help/drivemount/sv/drivemount.xml -share/gnome/help/drivemount/sv/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_example.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_open.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_status.png -share/gnome/help/drivemount/uk/drivemount.xml -share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png -share/gnome/help/drivemount/zh_CN/drivemount.xml -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_example.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_open.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_status.png -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/ast/figures/geyes_applet.png -share/gnome/help/geyes/ast/geyes.xml -share/gnome/help/geyes/bg/figures/geyes_applet.png -share/gnome/help/geyes/bg/geyes.xml -share/gnome/help/geyes/ca/figures/geyes_applet.png -share/gnome/help/geyes/ca/geyes.xml -share/gnome/help/geyes/cs/figures/geyes_applet.png -share/gnome/help/geyes/cs/geyes.xml -share/gnome/help/geyes/da/figures/geyes_applet.png -share/gnome/help/geyes/da/geyes.xml -share/gnome/help/geyes/de/figures/geyes_applet.png -share/gnome/help/geyes/de/geyes.xml -share/gnome/help/geyes/el/figures/geyes_applet.png -share/gnome/help/geyes/el/geyes.xml -share/gnome/help/geyes/en_GB/figures/geyes_applet.png -share/gnome/help/geyes/en_GB/geyes.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/eu/figures/geyes_applet.png -share/gnome/help/geyes/eu/geyes.xml -share/gnome/help/geyes/fi/figures/geyes_applet.png -share/gnome/help/geyes/fi/geyes.xml -share/gnome/help/geyes/fr/figures/geyes_applet.png -share/gnome/help/geyes/fr/geyes.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/ko/figures/geyes_applet.png -share/gnome/help/geyes/ko/geyes.xml -share/gnome/help/geyes/oc/figures/geyes_applet.png -share/gnome/help/geyes/oc/geyes.xml -share/gnome/help/geyes/ru/figures/geyes_applet.png -share/gnome/help/geyes/ru/geyes.xml -share/gnome/help/geyes/sv/figures/geyes_applet.png -share/gnome/help/geyes/sv/geyes.xml -share/gnome/help/geyes/uk/figures/geyes_applet.png -share/gnome/help/geyes/uk/geyes.xml -share/gnome/help/geyes/zh_CN/figures/geyes_applet.png -share/gnome/help/geyes/zh_CN/geyes.xml -share/gnome/help/geyes/zh_HK/figures/geyes_applet.png -share/gnome/help/geyes/zh_HK/geyes.xml -share/gnome/help/geyes/zh_TW/figures/geyes_applet.png -share/gnome/help/geyes/zh_TW/geyes.xml -share/gnome/help/gweather/C/figures/gweather-details.png -share/gnome/help/gweather/C/figures/gweather-menu-prefs.png -share/gnome/help/gweather/C/figures/gweather-prefs-general.png -share/gnome/help/gweather/C/figures/gweather-prefs-locations.png -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/stock_weather-cloudy.png -share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-fog.png -share/gnome/help/gweather/C/figures/stock_weather-night-clear.png -share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-showers.png -share/gnome/help/gweather/C/figures/stock_weather-snow.png -share/gnome/help/gweather/C/figures/stock_weather-storm.png -share/gnome/help/gweather/C/figures/stock_weather-sunny.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/ar/figures/gweather-details.png -share/gnome/help/gweather/ar/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ar/figures/gweather-prefs-general.png -share/gnome/help/gweather/ar/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ar/figures/gweather_applet.png -share/gnome/help/gweather/ar/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ar/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ar/figures/stock_weather-fog.png -share/gnome/help/gweather/ar/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ar/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ar/figures/stock_weather-showers.png -share/gnome/help/gweather/ar/figures/stock_weather-snow.png -share/gnome/help/gweather/ar/figures/stock_weather-storm.png -share/gnome/help/gweather/ar/figures/stock_weather-sunny.png -share/gnome/help/gweather/ar/gweather.xml -share/gnome/help/gweather/ca/figures/gweather-details.png -share/gnome/help/gweather/ca/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ca/figures/gweather-prefs-general.png -share/gnome/help/gweather/ca/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ca/figures/gweather_applet.png -share/gnome/help/gweather/ca/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ca/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ca/figures/stock_weather-fog.png -share/gnome/help/gweather/ca/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ca/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ca/figures/stock_weather-showers.png -share/gnome/help/gweather/ca/figures/stock_weather-snow.png -share/gnome/help/gweather/ca/figures/stock_weather-storm.png -share/gnome/help/gweather/ca/figures/stock_weather-sunny.png -share/gnome/help/gweather/ca/gweather.xml -share/gnome/help/gweather/cs/figures/gweather-details.png -share/gnome/help/gweather/cs/figures/gweather-menu-prefs.png -share/gnome/help/gweather/cs/figures/gweather-prefs-general.png -share/gnome/help/gweather/cs/figures/gweather-prefs-locations.png -share/gnome/help/gweather/cs/figures/gweather_applet.png -share/gnome/help/gweather/cs/figures/stock_weather-cloudy.png -share/gnome/help/gweather/cs/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/cs/figures/stock_weather-fog.png -share/gnome/help/gweather/cs/figures/stock_weather-night-clear.png -share/gnome/help/gweather/cs/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/cs/figures/stock_weather-showers.png -share/gnome/help/gweather/cs/figures/stock_weather-snow.png -share/gnome/help/gweather/cs/figures/stock_weather-storm.png -share/gnome/help/gweather/cs/figures/stock_weather-sunny.png -share/gnome/help/gweather/cs/gweather.xml -share/gnome/help/gweather/de/figures/gweather-details.png -share/gnome/help/gweather/de/figures/gweather-menu-prefs.png -share/gnome/help/gweather/de/figures/gweather-prefs-general.png -share/gnome/help/gweather/de/figures/gweather-prefs-locations.png -share/gnome/help/gweather/de/figures/gweather_applet.png -share/gnome/help/gweather/de/figures/stock_weather-cloudy.png -share/gnome/help/gweather/de/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/de/figures/stock_weather-fog.png -share/gnome/help/gweather/de/figures/stock_weather-night-clear.png -share/gnome/help/gweather/de/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/de/figures/stock_weather-showers.png -share/gnome/help/gweather/de/figures/stock_weather-snow.png -share/gnome/help/gweather/de/figures/stock_weather-storm.png -share/gnome/help/gweather/de/figures/stock_weather-sunny.png -share/gnome/help/gweather/de/gweather.xml -share/gnome/help/gweather/el/figures/gweather-details.png -share/gnome/help/gweather/el/figures/gweather-menu-prefs.png -share/gnome/help/gweather/el/figures/gweather-prefs-general.png -share/gnome/help/gweather/el/figures/gweather-prefs-locations.png -share/gnome/help/gweather/el/figures/gweather_applet.png -share/gnome/help/gweather/el/figures/stock_weather-cloudy.png -share/gnome/help/gweather/el/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/el/figures/stock_weather-fog.png -share/gnome/help/gweather/el/figures/stock_weather-night-clear.png -share/gnome/help/gweather/el/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/el/figures/stock_weather-showers.png -share/gnome/help/gweather/el/figures/stock_weather-snow.png -share/gnome/help/gweather/el/figures/stock_weather-storm.png -share/gnome/help/gweather/el/figures/stock_weather-sunny.png -share/gnome/help/gweather/el/gweather.xml -share/gnome/help/gweather/en_GB/figures/gweather-details.png -share/gnome/help/gweather/en_GB/figures/gweather-menu-prefs.png -share/gnome/help/gweather/en_GB/figures/gweather-prefs-general.png -share/gnome/help/gweather/en_GB/figures/gweather-prefs-locations.png -share/gnome/help/gweather/en_GB/figures/gweather_applet.png -share/gnome/help/gweather/en_GB/figures/stock_weather-cloudy.png -share/gnome/help/gweather/en_GB/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/en_GB/figures/stock_weather-fog.png -share/gnome/help/gweather/en_GB/figures/stock_weather-night-clear.png -share/gnome/help/gweather/en_GB/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/en_GB/figures/stock_weather-showers.png -share/gnome/help/gweather/en_GB/figures/stock_weather-snow.png -share/gnome/help/gweather/en_GB/figures/stock_weather-storm.png -share/gnome/help/gweather/en_GB/figures/stock_weather-sunny.png -share/gnome/help/gweather/en_GB/gweather.xml -share/gnome/help/gweather/es/figures/gweather-details.png -share/gnome/help/gweather/es/figures/gweather-menu-prefs.png -share/gnome/help/gweather/es/figures/gweather-prefs-general.png -share/gnome/help/gweather/es/figures/gweather-prefs-locations.png -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/stock_weather-cloudy.png -share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-fog.png -share/gnome/help/gweather/es/figures/stock_weather-night-clear.png -share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-showers.png -share/gnome/help/gweather/es/figures/stock_weather-snow.png -share/gnome/help/gweather/es/figures/stock_weather-storm.png -share/gnome/help/gweather/es/figures/stock_weather-sunny.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/eu/figures/gweather-details.png -share/gnome/help/gweather/eu/figures/gweather-menu-prefs.png -share/gnome/help/gweather/eu/figures/gweather-prefs-general.png -share/gnome/help/gweather/eu/figures/gweather-prefs-locations.png -share/gnome/help/gweather/eu/figures/gweather_applet.png -share/gnome/help/gweather/eu/figures/stock_weather-cloudy.png -share/gnome/help/gweather/eu/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/eu/figures/stock_weather-fog.png -share/gnome/help/gweather/eu/figures/stock_weather-night-clear.png -share/gnome/help/gweather/eu/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/eu/figures/stock_weather-showers.png -share/gnome/help/gweather/eu/figures/stock_weather-snow.png -share/gnome/help/gweather/eu/figures/stock_weather-storm.png -share/gnome/help/gweather/eu/figures/stock_weather-sunny.png -share/gnome/help/gweather/eu/gweather.xml -share/gnome/help/gweather/fi/figures/gweather-details.png -share/gnome/help/gweather/fi/figures/gweather-menu-prefs.png -share/gnome/help/gweather/fi/figures/gweather-prefs-general.png -share/gnome/help/gweather/fi/figures/gweather-prefs-locations.png -share/gnome/help/gweather/fi/figures/gweather_applet.png -share/gnome/help/gweather/fi/figures/stock_weather-cloudy.png -share/gnome/help/gweather/fi/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/fi/figures/stock_weather-fog.png -share/gnome/help/gweather/fi/figures/stock_weather-night-clear.png -share/gnome/help/gweather/fi/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/fi/figures/stock_weather-showers.png -share/gnome/help/gweather/fi/figures/stock_weather-snow.png -share/gnome/help/gweather/fi/figures/stock_weather-storm.png -share/gnome/help/gweather/fi/figures/stock_weather-sunny.png -share/gnome/help/gweather/fi/gweather.xml -share/gnome/help/gweather/fr/figures/gweather-details.png -share/gnome/help/gweather/fr/figures/gweather-menu-prefs.png -share/gnome/help/gweather/fr/figures/gweather-prefs-general.png -share/gnome/help/gweather/fr/figures/gweather-prefs-locations.png -share/gnome/help/gweather/fr/figures/gweather_applet.png -share/gnome/help/gweather/fr/figures/stock_weather-cloudy.png -share/gnome/help/gweather/fr/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/fr/figures/stock_weather-fog.png -share/gnome/help/gweather/fr/figures/stock_weather-night-clear.png -share/gnome/help/gweather/fr/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/fr/figures/stock_weather-showers.png -share/gnome/help/gweather/fr/figures/stock_weather-snow.png -share/gnome/help/gweather/fr/figures/stock_weather-storm.png -share/gnome/help/gweather/fr/figures/stock_weather-sunny.png -share/gnome/help/gweather/fr/gweather.xml -share/gnome/help/gweather/ko/figures/gweather-details.png -share/gnome/help/gweather/ko/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ko/figures/gweather-prefs-general.png -share/gnome/help/gweather/ko/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ko/figures/gweather_applet.png -share/gnome/help/gweather/ko/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ko/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ko/figures/stock_weather-fog.png -share/gnome/help/gweather/ko/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ko/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ko/figures/stock_weather-showers.png -share/gnome/help/gweather/ko/figures/stock_weather-snow.png -share/gnome/help/gweather/ko/figures/stock_weather-storm.png -share/gnome/help/gweather/ko/figures/stock_weather-sunny.png -share/gnome/help/gweather/ko/gweather.xml -share/gnome/help/gweather/nl/figures/gweather-details.png -share/gnome/help/gweather/nl/figures/gweather-menu-prefs.png -share/gnome/help/gweather/nl/figures/gweather-prefs-general.png -share/gnome/help/gweather/nl/figures/gweather-prefs-locations.png -share/gnome/help/gweather/nl/figures/gweather_applet.png -share/gnome/help/gweather/nl/figures/stock_weather-cloudy.png -share/gnome/help/gweather/nl/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/nl/figures/stock_weather-fog.png -share/gnome/help/gweather/nl/figures/stock_weather-night-clear.png -share/gnome/help/gweather/nl/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/nl/figures/stock_weather-showers.png -share/gnome/help/gweather/nl/figures/stock_weather-snow.png -share/gnome/help/gweather/nl/figures/stock_weather-storm.png -share/gnome/help/gweather/nl/figures/stock_weather-sunny.png -share/gnome/help/gweather/nl/gweather.xml -share/gnome/help/gweather/oc/figures/gweather-details.png -share/gnome/help/gweather/oc/figures/gweather-menu-prefs.png -share/gnome/help/gweather/oc/figures/gweather-prefs-general.png -share/gnome/help/gweather/oc/figures/gweather-prefs-locations.png -share/gnome/help/gweather/oc/figures/gweather_applet.png -share/gnome/help/gweather/oc/figures/stock_weather-cloudy.png -share/gnome/help/gweather/oc/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/oc/figures/stock_weather-fog.png -share/gnome/help/gweather/oc/figures/stock_weather-night-clear.png -share/gnome/help/gweather/oc/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/oc/figures/stock_weather-showers.png -share/gnome/help/gweather/oc/figures/stock_weather-snow.png -share/gnome/help/gweather/oc/figures/stock_weather-storm.png -share/gnome/help/gweather/oc/figures/stock_weather-sunny.png -share/gnome/help/gweather/oc/gweather.xml -share/gnome/help/gweather/pa/figures/gweather-details.png -share/gnome/help/gweather/pa/figures/gweather-menu-prefs.png -share/gnome/help/gweather/pa/figures/gweather-prefs-general.png -share/gnome/help/gweather/pa/figures/gweather-prefs-locations.png -share/gnome/help/gweather/pa/figures/gweather_applet.png -share/gnome/help/gweather/pa/figures/stock_weather-cloudy.png -share/gnome/help/gweather/pa/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/pa/figures/stock_weather-fog.png -share/gnome/help/gweather/pa/figures/stock_weather-night-clear.png -share/gnome/help/gweather/pa/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/pa/figures/stock_weather-showers.png -share/gnome/help/gweather/pa/figures/stock_weather-snow.png -share/gnome/help/gweather/pa/figures/stock_weather-storm.png -share/gnome/help/gweather/pa/figures/stock_weather-sunny.png -share/gnome/help/gweather/pa/gweather.xml -share/gnome/help/gweather/pt_BR/figures/gweather-details.png -share/gnome/help/gweather/pt_BR/figures/gweather-menu-prefs.png -share/gnome/help/gweather/pt_BR/figures/gweather-prefs-general.png -share/gnome/help/gweather/pt_BR/figures/gweather-prefs-locations.png -share/gnome/help/gweather/pt_BR/figures/gweather_applet.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-cloudy.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-fog.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-night-clear.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-showers.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-snow.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-storm.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-sunny.png -share/gnome/help/gweather/pt_BR/gweather.xml -share/gnome/help/gweather/ru/figures/gweather-details.png -share/gnome/help/gweather/ru/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ru/figures/gweather-prefs-general.png -share/gnome/help/gweather/ru/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ru/figures/gweather_applet.png -share/gnome/help/gweather/ru/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ru/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ru/figures/stock_weather-fog.png -share/gnome/help/gweather/ru/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ru/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ru/figures/stock_weather-showers.png -share/gnome/help/gweather/ru/figures/stock_weather-snow.png -share/gnome/help/gweather/ru/figures/stock_weather-storm.png -share/gnome/help/gweather/ru/figures/stock_weather-sunny.png -share/gnome/help/gweather/ru/gweather.xml -share/gnome/help/gweather/sv/figures/gweather-details.png -share/gnome/help/gweather/sv/figures/gweather-menu-prefs.png -share/gnome/help/gweather/sv/figures/gweather-prefs-general.png -share/gnome/help/gweather/sv/figures/gweather-prefs-locations.png -share/gnome/help/gweather/sv/figures/gweather_applet.png -share/gnome/help/gweather/sv/figures/stock_weather-cloudy.png -share/gnome/help/gweather/sv/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/sv/figures/stock_weather-fog.png -share/gnome/help/gweather/sv/figures/stock_weather-night-clear.png -share/gnome/help/gweather/sv/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/sv/figures/stock_weather-showers.png -share/gnome/help/gweather/sv/figures/stock_weather-snow.png -share/gnome/help/gweather/sv/figures/stock_weather-storm.png -share/gnome/help/gweather/sv/figures/stock_weather-sunny.png -share/gnome/help/gweather/sv/gweather.xml -share/gnome/help/gweather/uk/figures/gweather-details.png -share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png -share/gnome/help/gweather/uk/figures/gweather-prefs-general.png -share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png -share/gnome/help/gweather/uk/figures/gweather_applet.png -share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png -share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-fog.png -share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png -share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-showers.png -share/gnome/help/gweather/uk/figures/stock_weather-snow.png -share/gnome/help/gweather/uk/figures/stock_weather-storm.png -share/gnome/help/gweather/uk/figures/stock_weather-sunny.png -share/gnome/help/gweather/uk/gweather.xml -share/gnome/help/gweather/zh_CN/figures/gweather-details.png -share/gnome/help/gweather/zh_CN/figures/gweather-menu-prefs.png -share/gnome/help/gweather/zh_CN/figures/gweather-prefs-general.png -share/gnome/help/gweather/zh_CN/figures/gweather-prefs-locations.png -share/gnome/help/gweather/zh_CN/figures/gweather_applet.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-cloudy.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-fog.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-night-clear.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-showers.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-snow.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-storm.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-sunny.png -share/gnome/help/gweather/zh_CN/gweather.xml -%%PYTHON%%share/gnome/help/invest-applet/C/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/C/legal.xml -%%PYTHON%%share/gnome/help/invest-applet/ca/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/en_GB/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/de/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/el/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/es/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/fi/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/ru/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/sv/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/zh_CN/invest-applet.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ca/mixer_applet2.xml -share/gnome/help/mixer_applet2/cs/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/cs/mixer_applet2.xml -share/gnome/help/mixer_applet2/da/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/da/mixer_applet2.xml -share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/de/mixer_applet2.xml -share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/el/mixer_applet2.xml -share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/en_GB/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/eu/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/eu/mixer_applet2.xml -share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fi/mixer_applet2.xml -share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fr/mixer_applet2.xml -share/gnome/help/mixer_applet2/hu/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/hu/mixer_applet2.xml -share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/it/mixer_applet2.xml -share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ko/mixer_applet2.xml -share/gnome/help/mixer_applet2/oc/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/oc/mixer_applet2.xml -share/gnome/help/mixer_applet2/pa/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/pa/mixer_applet2.xml -share/gnome/help/mixer_applet2/pt_BR/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/pt_BR/mixer_applet2.xml -share/gnome/help/mixer_applet2/ru/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ru/mixer_applet2.xml -share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/sv/mixer_applet2.xml -share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/uk/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml -share/gnome/help/multiload/C/figures/multiload-preferences.png -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/multiload/ca/figures/multiload-preferences.png -share/gnome/help/multiload/ca/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ca/figures/system_monitor.png -share/gnome/help/multiload/ca/multiload.xml -share/gnome/help/multiload/cs/figures/multiload-preferences.png -share/gnome/help/multiload/cs/figures/system-monitor-applet_window.png -share/gnome/help/multiload/cs/figures/system_monitor.png -share/gnome/help/multiload/cs/multiload.xml -share/gnome/help/multiload/de/figures/multiload-preferences.png -share/gnome/help/multiload/de/figures/system-monitor-applet_window.png -share/gnome/help/multiload/de/figures/system_monitor.png -share/gnome/help/multiload/de/multiload.xml -share/gnome/help/multiload/el/figures/multiload-preferences.png -share/gnome/help/multiload/el/figures/system-monitor-applet_window.png -share/gnome/help/multiload/el/figures/system_monitor.png -share/gnome/help/multiload/el/multiload.xml -share/gnome/help/multiload/en_GB/figures/multiload-preferences.png -share/gnome/help/multiload/en_GB/figures/system-monitor-applet_window.png -share/gnome/help/multiload/en_GB/figures/system_monitor.png -share/gnome/help/multiload/en_GB/multiload.xml -share/gnome/help/multiload/es/figures/multiload-preferences.png -share/gnome/help/multiload/es/figures/system-monitor-applet_window.png -share/gnome/help/multiload/es/figures/system_monitor.png -share/gnome/help/multiload/es/multiload.xml -share/gnome/help/multiload/eu/figures/multiload-preferences.png -share/gnome/help/multiload/eu/figures/system-monitor-applet_window.png -share/gnome/help/multiload/eu/figures/system_monitor.png -share/gnome/help/multiload/eu/multiload.xml -share/gnome/help/multiload/fi/figures/multiload-preferences.png -share/gnome/help/multiload/fi/figures/system-monitor-applet_window.png -share/gnome/help/multiload/fi/figures/system_monitor.png -share/gnome/help/multiload/fi/multiload.xml -share/gnome/help/multiload/fr/figures/multiload-preferences.png -share/gnome/help/multiload/fr/figures/system-monitor-applet_window.png -share/gnome/help/multiload/fr/figures/system_monitor.png -share/gnome/help/multiload/fr/multiload.xml -share/gnome/help/multiload/ko/figures/multiload-preferences.png -share/gnome/help/multiload/ko/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ko/figures/system_monitor.png -share/gnome/help/multiload/ko/multiload.xml -share/gnome/help/multiload/oc/figures/multiload-preferences.png -share/gnome/help/multiload/oc/figures/system-monitor-applet_window.png -share/gnome/help/multiload/oc/figures/system_monitor.png -share/gnome/help/multiload/oc/multiload.xml -share/gnome/help/multiload/pa/figures/multiload-preferences.png -share/gnome/help/multiload/pa/figures/system-monitor-applet_window.png -share/gnome/help/multiload/pa/figures/system_monitor.png -share/gnome/help/multiload/pa/multiload.xml -share/gnome/help/multiload/pt_BR/figures/multiload-preferences.png -share/gnome/help/multiload/pt_BR/figures/system-monitor-applet_window.png -share/gnome/help/multiload/pt_BR/figures/system_monitor.png -share/gnome/help/multiload/pt_BR/multiload.xml -share/gnome/help/multiload/ru/figures/multiload-preferences.png -share/gnome/help/multiload/ru/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ru/figures/system_monitor.png -share/gnome/help/multiload/ru/multiload.xml -share/gnome/help/multiload/sv/figures/multiload-preferences.png -share/gnome/help/multiload/sv/figures/system-monitor-applet_window.png -share/gnome/help/multiload/sv/figures/system_monitor.png -share/gnome/help/multiload/sv/multiload.xml -share/gnome/help/multiload/uk/figures/multiload-preferences.png -share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png -share/gnome/help/multiload/uk/figures/system_monitor.png -share/gnome/help/multiload/uk/multiload.xml -share/gnome/help/multiload/zh_CN/figures/multiload-preferences.png -share/gnome/help/multiload/zh_CN/figures/system-monitor-applet_window.png -share/gnome/help/multiload/zh_CN/figures/system_monitor.png -share/gnome/help/multiload/zh_CN/multiload.xml -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ca/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/cs/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/de/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/el/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/en_GB/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/eu/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/fi/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/fr/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ko/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/oc/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/pa/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/pt_BR/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ru/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/sv/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_CN/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_HK/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_TW/stickynotes_applet.xml -share/gnome/help/trashapplet/C/figures/trash-applet.png -share/gnome/help/trashapplet/C/legal.xml -share/gnome/help/trashapplet/C/trashapplet.xml -share/gnome/help/trashapplet/ca/figures/trash-applet.png -share/gnome/help/trashapplet/ca/trashapplet.xml -share/gnome/help/trashapplet/cs/figures/trash-applet.png -share/gnome/help/trashapplet/cs/trashapplet.xml -share/gnome/help/trashapplet/da/figures/trash-applet.png -share/gnome/help/trashapplet/da/trashapplet.xml -share/gnome/help/trashapplet/de/figures/trash-applet.png -share/gnome/help/trashapplet/de/trashapplet.xml -share/gnome/help/trashapplet/el/figures/trash-applet.png -share/gnome/help/trashapplet/el/trashapplet.xml -share/gnome/help/trashapplet/en_GB/figures/trash-applet.png -share/gnome/help/trashapplet/en_GB/trashapplet.xml -share/gnome/help/trashapplet/es/figures/trash-applet.png -share/gnome/help/trashapplet/es/trashapplet.xml -share/gnome/help/trashapplet/eu/figures/trash-applet.png -share/gnome/help/trashapplet/eu/trashapplet.xml -share/gnome/help/trashapplet/fi/figures/trash-applet.png -share/gnome/help/trashapplet/fi/trashapplet.xml -share/gnome/help/trashapplet/fr/figures/trash-applet.png -share/gnome/help/trashapplet/fr/trashapplet.xml -share/gnome/help/trashapplet/hu/figures/trash-applet.png -share/gnome/help/trashapplet/hu/trashapplet.xml -share/gnome/help/trashapplet/it/figures/trash-applet.png -share/gnome/help/trashapplet/it/trashapplet.xml -share/gnome/help/trashapplet/nl/figures/trash-applet.png -share/gnome/help/trashapplet/nl/trashapplet.xml -share/gnome/help/trashapplet/oc/figures/trash-applet.png -share/gnome/help/trashapplet/oc/trashapplet.xml -share/gnome/help/trashapplet/pa/figures/trash-applet.png -share/gnome/help/trashapplet/pa/trashapplet.xml -share/gnome/help/trashapplet/pt_BR/figures/trash-applet.png -share/gnome/help/trashapplet/pt_BR/trashapplet.xml -share/gnome/help/trashapplet/ru/figures/trash-applet.png -share/gnome/help/trashapplet/ru/trashapplet.xml -share/gnome/help/trashapplet/sv/figures/trash-applet.png -share/gnome/help/trashapplet/sv/trashapplet.xml -share/gnome/help/trashapplet/uk/figures/trash-applet.png -share/gnome/help/trashapplet/uk/trashapplet.xml -share/gnome/help/trashapplet/zh_CN/figures/trash-applet.png -share/gnome/help/trashapplet/zh_CN/trashapplet.xml -share/gnome/help/trashapplet/zh_HK/figures/trash-applet.png -share/gnome/help/trashapplet/zh_HK/trashapplet.xml -share/gnome/help/trashapplet/zh_TW/figures/trash-applet.png -share/gnome/help/trashapplet/zh_TW/trashapplet.xml -%%CPUFREQ%%share/icons/hicolor/16x16/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/16x16/apps/gnome-eyes-applet.png -share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png -%%PYTHON%%share/icons/hicolor/16x16/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/22x22/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/22x22/apps/gnome-eyes-applet.png -share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png -%%PYTHON%%share/icons/hicolor/22x22/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/24x24/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/24x24/apps/gnome-eyes-applet.png -share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png -%%CPUFREQ%%share/icons/hicolor/32x32/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/32x32/apps/gnome-eyes-applet.png -share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png -share/icons/hicolor/48x48/apps/ax-applet.png -%%COMMANDER%%share/icons/hicolor/48x48/apps/gnome-mini-commander.png -%%PYTHON%%share/icons/hicolor/48x48/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg -share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg -share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg -%%PYTHON%%share/icons/hicolor/scalable/apps/invest-applet.svg -share/locale/af/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/as/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/br/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_AR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CL/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CO/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_DO/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_EC/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_ES/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_GT/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_HN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_MX/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_NI/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PE/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_SV/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_UY/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_VE/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/si/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -share/omf/accessx-status/accessx-status-C.omf -share/omf/accessx-status/accessx-status-bg.omf -share/omf/accessx-status/accessx-status-ca.omf -share/omf/accessx-status/accessx-status-cs.omf -share/omf/accessx-status/accessx-status-de.omf -share/omf/accessx-status/accessx-status-el.omf -share/omf/accessx-status/accessx-status-en_GB.omf -share/omf/accessx-status/accessx-status-es.omf -share/omf/accessx-status/accessx-status-eu.omf -share/omf/accessx-status/accessx-status-fi.omf -share/omf/accessx-status/accessx-status-fr.omf -share/omf/accessx-status/accessx-status-it.omf -share/omf/accessx-status/accessx-status-ko.omf -share/omf/accessx-status/accessx-status-nl.omf -share/omf/accessx-status/accessx-status-oc.omf -share/omf/accessx-status/accessx-status-sv.omf -share/omf/accessx-status/accessx-status-uk.omf -share/omf/accessx-status/accessx-status-zh_CN.omf -%%BATTERY%%share/omf/battstat/battstat-C.omf -%%BATTERY%%share/omf/battstat/battstat-bg.omf -%%BATTERY%%share/omf/battstat/battstat-ca.omf -%%BATTERY%%share/omf/battstat/battstat-cs.omf -%%BATTERY%%share/omf/battstat/battstat-da.omf -%%BATTERY%%share/omf/battstat/battstat-de.omf -%%BATTERY%%share/omf/battstat/battstat-el.omf -%%BATTERY%%share/omf/battstat/battstat-en_GB.omf -%%BATTERY%%share/omf/battstat/battstat-es.omf -%%BATTERY%%share/omf/battstat/battstat-eu.omf -%%BATTERY%%share/omf/battstat/battstat-fi.omf -%%BATTERY%%share/omf/battstat/battstat-fr.omf -%%BATTERY%%share/omf/battstat/battstat-ko.omf -%%BATTERY%%share/omf/battstat/battstat-oc.omf -%%BATTERY%%share/omf/battstat/battstat-pa.omf -%%BATTERY%%share/omf/battstat/battstat-pt_BR.omf -%%BATTERY%%share/omf/battstat/battstat-sv.omf -%%BATTERY%%share/omf/battstat/battstat-uk.omf -%%BATTERY%%share/omf/battstat/battstat-zh_CN.omf -share/omf/char-palette/char-palette-C.omf -share/omf/char-palette/char-palette-bg.omf -share/omf/char-palette/char-palette-ca.omf -share/omf/char-palette/char-palette-cs.omf -share/omf/char-palette/char-palette-de.omf -share/omf/char-palette/char-palette-el.omf -share/omf/char-palette/char-palette-en_GB.omf -share/omf/char-palette/char-palette-es.omf -share/omf/char-palette/char-palette-eu.omf -share/omf/char-palette/char-palette-fi.omf -share/omf/char-palette/char-palette-fr.omf -share/omf/char-palette/char-palette-it.omf -share/omf/char-palette/char-palette-ko.omf -share/omf/char-palette/char-palette-nl.omf -share/omf/char-palette/char-palette-oc.omf -share/omf/char-palette/char-palette-pt_BR.omf -share/omf/char-palette/char-palette-ru.omf -share/omf/char-palette/char-palette-sv.omf -share/omf/char-palette/char-palette-uk.omf -share/omf/char-palette/char-palette-zh_CN.omf -%%COMMANDER%%share/omf/command-line/command-line-C.omf -%%COMMANDER%%share/omf/command-line/command-line-ca.omf -%%COMMANDER%%share/omf/command-line/command-line-de.omf -%%COMMANDER%%share/omf/command-line/command-line-el.omf -%%COMMANDER%%share/omf/command-line/command-line-en_GB.omf -%%COMMANDER%%share/omf/command-line/command-line-es.omf -%%COMMANDER%%share/omf/command-line/command-line-eu.omf -%%COMMANDER%%share/omf/command-line/command-line-fr.omf -%%COMMANDER%%share/omf/command-line/command-line-ko.omf -%%COMMANDER%%share/omf/command-line/command-line-oc.omf -%%COMMANDER%%share/omf/command-line/command-line-pt_BR.omf -%%COMMANDER%%share/omf/command-line/command-line-sv.omf -%%COMMANDER%%share/omf/command-line/command-line-uk.omf -%%COMMANDER%%share/omf/command-line/command-line-zh_CN.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-C.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ca.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-cs.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-de.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-el.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-en_GB.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-es.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-eu.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fi.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fr.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-hu.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-nl.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-oc.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-pt_BR.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ru.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-sv.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-uk.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_CN.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_HK.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_TW.omf -share/omf/drivemount/drivemount-C.omf -share/omf/drivemount/drivemount-ca.omf -share/omf/drivemount/drivemount-cs.omf -share/omf/drivemount/drivemount-de.omf -share/omf/drivemount/drivemount-el.omf -share/omf/drivemount/drivemount-en_GB.omf -share/omf/drivemount/drivemount-es.omf -share/omf/drivemount/drivemount-eu.omf -share/omf/drivemount/drivemount-fi.omf -share/omf/drivemount/drivemount-fr.omf -share/omf/drivemount/drivemount-it.omf -share/omf/drivemount/drivemount-ko.omf -share/omf/drivemount/drivemount-oc.omf -share/omf/drivemount/drivemount-pa.omf -share/omf/drivemount/drivemount-ru.omf -share/omf/drivemount/drivemount-sv.omf -share/omf/drivemount/drivemount-uk.omf -share/omf/drivemount/drivemount-zh_CN.omf -share/omf/geyes/geyes-C.omf -share/omf/geyes/geyes-ast.omf -share/omf/geyes/geyes-bg.omf -share/omf/geyes/geyes-ca.omf -share/omf/geyes/geyes-cs.omf -share/omf/geyes/geyes-da.omf -share/omf/geyes/geyes-de.omf -share/omf/geyes/geyes-el.omf -share/omf/geyes/geyes-en_GB.omf -share/omf/geyes/geyes-es.omf -share/omf/geyes/geyes-eu.omf -share/omf/geyes/geyes-fi.omf -share/omf/geyes/geyes-fr.omf -share/omf/geyes/geyes-it.omf -share/omf/geyes/geyes-ko.omf -share/omf/geyes/geyes-oc.omf -share/omf/geyes/geyes-ru.omf -share/omf/geyes/geyes-sv.omf -share/omf/geyes/geyes-uk.omf -share/omf/geyes/geyes-zh_CN.omf -share/omf/geyes/geyes-zh_HK.omf -share/omf/geyes/geyes-zh_TW.omf -share/omf/gweather/gweather-C.omf -share/omf/gweather/gweather-ar.omf -share/omf/gweather/gweather-ca.omf -share/omf/gweather/gweather-cs.omf -share/omf/gweather/gweather-de.omf -share/omf/gweather/gweather-el.omf -share/omf/gweather/gweather-en_GB.omf -share/omf/gweather/gweather-es.omf -share/omf/gweather/gweather-eu.omf -share/omf/gweather/gweather-fi.omf -share/omf/gweather/gweather-fr.omf -share/omf/gweather/gweather-ko.omf -share/omf/gweather/gweather-nl.omf -share/omf/gweather/gweather-oc.omf -share/omf/gweather/gweather-pa.omf -share/omf/gweather/gweather-pt_BR.omf -share/omf/gweather/gweather-ru.omf -share/omf/gweather/gweather-sv.omf -share/omf/gweather/gweather-uk.omf -share/omf/gweather/gweather-zh_CN.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-C.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-ca.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-de.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-en_GB.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-el.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-es.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-fi.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-ru.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-sv.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-zh_CN.omf -share/omf/mixer_applet2/mixer_applet2-C.omf -share/omf/mixer_applet2/mixer_applet2-ca.omf -share/omf/mixer_applet2/mixer_applet2-cs.omf -share/omf/mixer_applet2/mixer_applet2-da.omf -share/omf/mixer_applet2/mixer_applet2-de.omf -share/omf/mixer_applet2/mixer_applet2-el.omf -share/omf/mixer_applet2/mixer_applet2-en_GB.omf -share/omf/mixer_applet2/mixer_applet2-es.omf -share/omf/mixer_applet2/mixer_applet2-eu.omf -share/omf/mixer_applet2/mixer_applet2-fi.omf -share/omf/mixer_applet2/mixer_applet2-fr.omf -share/omf/mixer_applet2/mixer_applet2-hu.omf -share/omf/mixer_applet2/mixer_applet2-it.omf -share/omf/mixer_applet2/mixer_applet2-ko.omf -share/omf/mixer_applet2/mixer_applet2-oc.omf -share/omf/mixer_applet2/mixer_applet2-pa.omf -share/omf/mixer_applet2/mixer_applet2-pt_BR.omf -share/omf/mixer_applet2/mixer_applet2-ru.omf -share/omf/mixer_applet2/mixer_applet2-sv.omf -share/omf/mixer_applet2/mixer_applet2-uk.omf -share/omf/mixer_applet2/mixer_applet2-zh_CN.omf -share/omf/multiload/multiload-C.omf -share/omf/multiload/multiload-ca.omf -share/omf/multiload/multiload-cs.omf -share/omf/multiload/multiload-de.omf -share/omf/multiload/multiload-el.omf -share/omf/multiload/multiload-en_GB.omf -share/omf/multiload/multiload-es.omf -share/omf/multiload/multiload-eu.omf -share/omf/multiload/multiload-fi.omf -share/omf/multiload/multiload-fr.omf -share/omf/multiload/multiload-ko.omf -share/omf/multiload/multiload-oc.omf -share/omf/multiload/multiload-pa.omf -share/omf/multiload/multiload-pt_BR.omf -share/omf/multiload/multiload-ru.omf -share/omf/multiload/multiload-sv.omf -share/omf/multiload/multiload-uk.omf -share/omf/multiload/multiload-zh_CN.omf -share/omf/stickynotes_applet/stickynotes_applet-C.omf -share/omf/stickynotes_applet/stickynotes_applet-ca.omf -share/omf/stickynotes_applet/stickynotes_applet-cs.omf -share/omf/stickynotes_applet/stickynotes_applet-de.omf -share/omf/stickynotes_applet/stickynotes_applet-el.omf -share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf -share/omf/stickynotes_applet/stickynotes_applet-es.omf -share/omf/stickynotes_applet/stickynotes_applet-eu.omf -share/omf/stickynotes_applet/stickynotes_applet-fi.omf -share/omf/stickynotes_applet/stickynotes_applet-fr.omf -share/omf/stickynotes_applet/stickynotes_applet-ko.omf -share/omf/stickynotes_applet/stickynotes_applet-oc.omf -share/omf/stickynotes_applet/stickynotes_applet-pa.omf -share/omf/stickynotes_applet/stickynotes_applet-pt_BR.omf -share/omf/stickynotes_applet/stickynotes_applet-ru.omf -share/omf/stickynotes_applet/stickynotes_applet-sv.omf -share/omf/stickynotes_applet/stickynotes_applet-uk.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_CN.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_HK.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_TW.omf -share/omf/trashapplet/trashapplet-C.omf -share/omf/trashapplet/trashapplet-ca.omf -share/omf/trashapplet/trashapplet-cs.omf -share/omf/trashapplet/trashapplet-da.omf -share/omf/trashapplet/trashapplet-de.omf -share/omf/trashapplet/trashapplet-el.omf -share/omf/trashapplet/trashapplet-en_GB.omf -share/omf/trashapplet/trashapplet-es.omf -share/omf/trashapplet/trashapplet-eu.omf -share/omf/trashapplet/trashapplet-fi.omf -share/omf/trashapplet/trashapplet-fr.omf -share/omf/trashapplet/trashapplet-hu.omf -share/omf/trashapplet/trashapplet-it.omf -share/omf/trashapplet/trashapplet-nl.omf -share/omf/trashapplet/trashapplet-oc.omf -share/omf/trashapplet/trashapplet-pa.omf -share/omf/trashapplet/trashapplet-pt_BR.omf -share/omf/trashapplet/trashapplet-ru.omf -share/omf/trashapplet/trashapplet-sv.omf -share/omf/trashapplet/trashapplet-uk.omf -share/omf/trashapplet/trashapplet-zh_CN.omf -share/omf/trashapplet/trashapplet-zh_HK.omf -share/omf/trashapplet/trashapplet-zh_TW.omf -share/pixmaps/accessx-status-applet/ax-applet.png -share/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/pixmaps/accessx-status-applet/ax-key-base.png -share/pixmaps/accessx-status-applet/ax-key-inverse.png -share/pixmaps/accessx-status-applet/ax-key-no.png -share/pixmaps/accessx-status-applet/ax-key-none.png -share/pixmaps/accessx-status-applet/ax-key-yes.png -share/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/pixmaps/accessx-status-applet/ax-slowkeys.png -share/pixmaps/accessx-status-applet/mousekeys-base.png -share/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/pixmaps/accessx-status-applet/sticky-alt-none.png -share/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/pixmaps/accessx-status-applet/sticky-meta-none.png -share/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/pixmaps/accessx-status-applet/sticky-shift-none.png -share/pixmaps/accessx-status-applet/sticky-super-latched.png -share/pixmaps/accessx-status-applet/sticky-super-locked.png -share/pixmaps/accessx-status-applet/sticky-super-none.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-100.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-25.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-50.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-75.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-na.png -share/pixmaps/stickynotes/close.png -share/pixmaps/stickynotes/locked.png -share/pixmaps/stickynotes/resize_se.png -share/pixmaps/stickynotes/resize_sw.png -share/pixmaps/stickynotes/unlocked.png -%%CPUFREQ%%share/polkit-1/actions/org.gnome.cpufreqselector.policy -share/xmodmap/base.xml -share/xmodmap/xmodmap.am -share/xmodmap/xmodmap.ar -share/xmodmap/xmodmap.be -share/xmodmap/xmodmap.bg -share/xmodmap/xmodmap.br -share/xmodmap/xmodmap.ch -share/xmodmap/xmodmap.ch_de -share/xmodmap/xmodmap.ch_fr -share/xmodmap/xmodmap.cz -share/xmodmap/xmodmap.de -share/xmodmap/xmodmap.de-apple -share/xmodmap/xmodmap.dk -share/xmodmap/xmodmap.dvorak -share/xmodmap/xmodmap.ee -share/xmodmap/xmodmap.es -share/xmodmap/xmodmap.es_x86 -share/xmodmap/xmodmap.fi -share/xmodmap/xmodmap.fr -share/xmodmap/xmodmap.fr-2 -share/xmodmap/xmodmap.fr_x86 -share/xmodmap/xmodmap.gb -share/xmodmap/xmodmap.gb-102 -share/xmodmap/xmodmap.gb-105 -share/xmodmap/xmodmap.ge_la -share/xmodmap/xmodmap.ge_ru -share/xmodmap/xmodmap.gr -share/xmodmap/xmodmap.hu -share/xmodmap/xmodmap.hu-101-lat1 -share/xmodmap/xmodmap.hu-101-lat2 -share/xmodmap/xmodmap.hu-ibm -share/xmodmap/xmodmap.hu-lat1 -share/xmodmap/xmodmap.hu-sun-lat2 -share/xmodmap/xmodmap.hu.old -share/xmodmap/xmodmap.hu_latin1 -share/xmodmap/xmodmap.hu_x86 -share/xmodmap/xmodmap.il -share/xmodmap/xmodmap.il_phonetic -share/xmodmap/xmodmap.is -share/xmodmap/xmodmap.it -share/xmodmap/xmodmap.jp -share/xmodmap/xmodmap.kr -share/xmodmap/xmodmap.la -share/xmodmap/xmodmap.lt -share/xmodmap/xmodmap.lt_b -share/xmodmap/xmodmap.lt_p -share/xmodmap/xmodmap.mk -share/xmodmap/xmodmap.mn -share/xmodmap/xmodmap.mn-phonet -share/xmodmap/xmodmap.mn-rev -share/xmodmap/xmodmap.mn-uni -share/xmodmap/xmodmap.nl -share/xmodmap/xmodmap.no -share/xmodmap/xmodmap.pl -share/xmodmap/xmodmap.pl2 -share/xmodmap/xmodmap.pt -share/xmodmap/xmodmap.pt-dead -share/xmodmap/xmodmap.qc -share/xmodmap/xmodmap.qc-2 -share/xmodmap/xmodmap.ro -share/xmodmap/xmodmap.ru -share/xmodmap/xmodmap.ru-rev -share/xmodmap/xmodmap.ru_yawerty -share/xmodmap/xmodmap.se -share/xmodmap/xmodmap.sf -share/xmodmap/xmodmap.sg -share/xmodmap/xmodmap.si -share/xmodmap/xmodmap.sk -share/xmodmap/xmodmap.th -share/xmodmap/xmodmap.tr_f -share/xmodmap/xmodmap.tr_q -share/xmodmap/xmodmap.uk -share/xmodmap/xmodmap.uk_x86 -share/xmodmap/xmodmap.us -share/xmodmap/xmodmap.us-101 -share/xmodmap/xmodmap.us-84 -share/xmodmap/xmodmap.us-dec -share/xmodmap/xmodmap.us-ibm -share/xmodmap/xmodmap.us-int -share/xmodmap/xmodmap.us-mac -share/xmodmap/xmodmap.us-sgi-101 -share/xmodmap/xmodmap.us-sun -share/xmodmap/xmodmap.us.old -share/xmodmap/xmodmap.us101A_x86 -share/xmodmap/xmodmap.us_intl -share/xmodmap/xmodmap.yu -@dirrm share/pixmaps/stickynotes -%%CPUFREQ%%@dirrm share/pixmaps/cpufreq-applet -@dirrm share/pixmaps/accessx-status-applet -@dirrm share/omf/trashapplet -@dirrm share/omf/stickynotes_applet -@dirrm share/omf/multiload -@dirrm share/omf/mixer_applet2 -%%PYTHON%%@dirrm share/omf/invest-applet -@dirrm share/omf/gweather -@dirrm share/omf/geyes -@dirrm share/omf/drivemount -%%CPUFREQ%%@dirrm share/omf/cpufreq-applet -%%COMMANDER%%@dirrm share/omf/command-line -@dirrm share/omf/char-palette -%%BATTERY%%@dirrm share/omf/battstat -@dirrm share/omf/accessx-status -@dirrm share/gnome/help/trashapplet/zh_TW/figures -@dirrm share/gnome/help/trashapplet/zh_TW -@dirrm share/gnome/help/trashapplet/zh_HK/figures -@dirrm share/gnome/help/trashapplet/zh_HK -@dirrm share/gnome/help/trashapplet/zh_CN/figures -@dirrm share/gnome/help/trashapplet/zh_CN -@dirrm share/gnome/help/trashapplet/uk/figures -@dirrm share/gnome/help/trashapplet/uk -@dirrm share/gnome/help/trashapplet/sv/figures -@dirrm share/gnome/help/trashapplet/sv -@dirrm share/gnome/help/trashapplet/ru/figures -@dirrm share/gnome/help/trashapplet/ru -@dirrm share/gnome/help/trashapplet/pt_BR/figures -@dirrm share/gnome/help/trashapplet/pt_BR -@dirrm share/gnome/help/trashapplet/pa/figures -@dirrm share/gnome/help/trashapplet/pa -@dirrm share/gnome/help/trashapplet/oc/figures -@dirrm share/gnome/help/trashapplet/oc -@dirrm share/gnome/help/trashapplet/nl/figures -@dirrm share/gnome/help/trashapplet/nl -@dirrm share/gnome/help/trashapplet/it/figures -@dirrm share/gnome/help/trashapplet/it -@dirrm share/gnome/help/trashapplet/hu/figures -@dirrm share/gnome/help/trashapplet/hu -@dirrm share/gnome/help/trashapplet/fr/figures -@dirrm share/gnome/help/trashapplet/fr -@dirrm share/gnome/help/trashapplet/fi/figures -@dirrm share/gnome/help/trashapplet/fi -@dirrm share/gnome/help/trashapplet/eu/figures -@dirrm share/gnome/help/trashapplet/eu -@dirrm share/gnome/help/trashapplet/es/figures -@dirrm share/gnome/help/trashapplet/es -@dirrm share/gnome/help/trashapplet/en_GB/figures -@dirrm share/gnome/help/trashapplet/en_GB -@dirrm share/gnome/help/trashapplet/el/figures -@dirrm share/gnome/help/trashapplet/el -@dirrm share/gnome/help/trashapplet/de/figures -@dirrm share/gnome/help/trashapplet/de -@dirrm share/gnome/help/trashapplet/da/figures -@dirrm share/gnome/help/trashapplet/da -@dirrm share/gnome/help/trashapplet/cs/figures -@dirrm share/gnome/help/trashapplet/cs -@dirrm share/gnome/help/trashapplet/ca/figures -@dirrm share/gnome/help/trashapplet/ca -@dirrm share/gnome/help/trashapplet/C/figures -@dirrm share/gnome/help/trashapplet/C -@dirrm share/gnome/help/trashapplet -@dirrm share/gnome/help/stickynotes_applet/zh_TW/figures -@dirrm share/gnome/help/stickynotes_applet/zh_TW -@dirrm share/gnome/help/stickynotes_applet/zh_HK/figures -@dirrm share/gnome/help/stickynotes_applet/zh_HK -@dirrm share/gnome/help/stickynotes_applet/zh_CN/figures -@dirrm share/gnome/help/stickynotes_applet/zh_CN -@dirrm share/gnome/help/stickynotes_applet/uk/figures -@dirrm share/gnome/help/stickynotes_applet/uk -@dirrm share/gnome/help/stickynotes_applet/sv/figures -@dirrm share/gnome/help/stickynotes_applet/sv -@dirrm share/gnome/help/stickynotes_applet/ru/figures -@dirrm share/gnome/help/stickynotes_applet/ru -@dirrm share/gnome/help/stickynotes_applet/pt_BR/figures -@dirrm share/gnome/help/stickynotes_applet/pt_BR -@dirrm share/gnome/help/stickynotes_applet/pa/figures -@dirrm share/gnome/help/stickynotes_applet/pa -@dirrm share/gnome/help/stickynotes_applet/oc/figures -@dirrm share/gnome/help/stickynotes_applet/oc -@dirrm share/gnome/help/stickynotes_applet/ko/figures -@dirrm share/gnome/help/stickynotes_applet/ko -@dirrm share/gnome/help/stickynotes_applet/fr/figures -@dirrm share/gnome/help/stickynotes_applet/fr -@dirrm share/gnome/help/stickynotes_applet/fi/figures -@dirrm share/gnome/help/stickynotes_applet/fi -@dirrm share/gnome/help/stickynotes_applet/eu/figures -@dirrm share/gnome/help/stickynotes_applet/eu -@dirrm share/gnome/help/stickynotes_applet/es/figures -@dirrm share/gnome/help/stickynotes_applet/es -@dirrm share/gnome/help/stickynotes_applet/en_GB/figures -@dirrm share/gnome/help/stickynotes_applet/en_GB -@dirrm share/gnome/help/stickynotes_applet/el/figures -@dirrm share/gnome/help/stickynotes_applet/el -@dirrm share/gnome/help/stickynotes_applet/de/figures -@dirrm share/gnome/help/stickynotes_applet/de -@dirrm share/gnome/help/stickynotes_applet/cs/figures -@dirrm share/gnome/help/stickynotes_applet/cs -@dirrm share/gnome/help/stickynotes_applet/ca/figures -@dirrm share/gnome/help/stickynotes_applet/ca -@dirrm share/gnome/help/stickynotes_applet/C/figures -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/zh_CN/figures -@dirrm share/gnome/help/multiload/zh_CN -@dirrm share/gnome/help/multiload/uk/figures -@dirrm share/gnome/help/multiload/uk -@dirrm share/gnome/help/multiload/sv/figures -@dirrm share/gnome/help/multiload/sv -@dirrm share/gnome/help/multiload/ru/figures -@dirrm share/gnome/help/multiload/ru -@dirrm share/gnome/help/multiload/pt_BR/figures -@dirrm share/gnome/help/multiload/pt_BR -@dirrm share/gnome/help/multiload/pa/figures -@dirrm share/gnome/help/multiload/pa -@dirrm share/gnome/help/multiload/oc/figures -@dirrm share/gnome/help/multiload/oc -@dirrm share/gnome/help/multiload/ko/figures -@dirrm share/gnome/help/multiload/ko -@dirrm share/gnome/help/multiload/fr/figures -@dirrm share/gnome/help/multiload/fr -@dirrm share/gnome/help/multiload/fi/figures -@dirrm share/gnome/help/multiload/fi -@dirrm share/gnome/help/multiload/eu/figures -@dirrm share/gnome/help/multiload/eu -@dirrm share/gnome/help/multiload/es/figures -@dirrm share/gnome/help/multiload/es -@dirrm share/gnome/help/multiload/en_GB/figures -@dirrm share/gnome/help/multiload/en_GB -@dirrm share/gnome/help/multiload/el/figures -@dirrm share/gnome/help/multiload/el -@dirrm share/gnome/help/multiload/de/figures -@dirrm share/gnome/help/multiload/de -@dirrm share/gnome/help/multiload/cs/figures -@dirrm share/gnome/help/multiload/cs -@dirrm share/gnome/help/multiload/ca/figures -@dirrm share/gnome/help/multiload/ca -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/mixer_applet2/zh_CN/figures -@dirrm share/gnome/help/mixer_applet2/zh_CN -@dirrm share/gnome/help/mixer_applet2/uk/figures -@dirrm share/gnome/help/mixer_applet2/uk -@dirrm share/gnome/help/mixer_applet2/sv/figures -@dirrm share/gnome/help/mixer_applet2/sv -@dirrm share/gnome/help/mixer_applet2/ru/figures -@dirrm share/gnome/help/mixer_applet2/ru -@dirrm share/gnome/help/mixer_applet2/pt_BR/figures -@dirrm share/gnome/help/mixer_applet2/pt_BR -@dirrm share/gnome/help/mixer_applet2/pa/figures -@dirrm share/gnome/help/mixer_applet2/pa -@dirrm share/gnome/help/mixer_applet2/oc/figures -@dirrm share/gnome/help/mixer_applet2/oc -@dirrm share/gnome/help/mixer_applet2/ko/figures -@dirrm share/gnome/help/mixer_applet2/ko -@dirrm share/gnome/help/mixer_applet2/it/figures -@dirrm share/gnome/help/mixer_applet2/it -@dirrm share/gnome/help/mixer_applet2/hu/figures -@dirrm share/gnome/help/mixer_applet2/hu -@dirrm share/gnome/help/mixer_applet2/fr/figures -@dirrm share/gnome/help/mixer_applet2/fr -@dirrm share/gnome/help/mixer_applet2/fi/figures -@dirrm share/gnome/help/mixer_applet2/fi -@dirrm share/gnome/help/mixer_applet2/eu/figures -@dirrm share/gnome/help/mixer_applet2/eu -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/en_GB/figures -@dirrm share/gnome/help/mixer_applet2/en_GB -@dirrm share/gnome/help/mixer_applet2/el/figures -@dirrm share/gnome/help/mixer_applet2/el -@dirrm share/gnome/help/mixer_applet2/de/figures -@dirrm share/gnome/help/mixer_applet2/de -@dirrm share/gnome/help/mixer_applet2/da/figures -@dirrm share/gnome/help/mixer_applet2/da -@dirrm share/gnome/help/mixer_applet2/cs/figures -@dirrm share/gnome/help/mixer_applet2/cs -@dirrm share/gnome/help/mixer_applet2/ca/figures -@dirrm share/gnome/help/mixer_applet2/ca -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -%%PYTHON%%@dirrm share/gnome/help/invest-applet/zh_CN -%%PYTHON%%@dirrm share/gnome/help/invest-applet/sv -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ru -%%PYTHON%%@dirrm share/gnome/help/invest-applet/fi -%%PYTHON%%@dirrm share/gnome/help/invest-applet/es -%%PYTHON%%@dirrm share/gnome/help/invest-applet/el -%%PYTHON%%@dirrm share/gnome/help/invest-applet/en_GB -%%PYTHON%%@dirrm share/gnome/help/invest-applet/de -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ca -%%PYTHON%%@dirrm share/gnome/help/invest-applet/C -%%PYTHON%%@dirrm share/gnome/help/invest-applet -@dirrm share/gnome/help/gweather/zh_CN/figures -@dirrm share/gnome/help/gweather/zh_CN -@dirrm share/gnome/help/gweather/uk/figures -@dirrm share/gnome/help/gweather/uk -@dirrm share/gnome/help/gweather/sv/figures -@dirrm share/gnome/help/gweather/sv -@dirrm share/gnome/help/gweather/ru/figures -@dirrm share/gnome/help/gweather/ru -@dirrm share/gnome/help/gweather/pt_BR/figures -@dirrm share/gnome/help/gweather/pt_BR -@dirrm share/gnome/help/gweather/pa/figures -@dirrm share/gnome/help/gweather/pa -@dirrm share/gnome/help/gweather/oc/figures -@dirrm share/gnome/help/gweather/oc -@dirrm share/gnome/help/gweather/nl/figures -@dirrm share/gnome/help/gweather/nl -@dirrm share/gnome/help/gweather/ko/figures -@dirrm share/gnome/help/gweather/ko -@dirrm share/gnome/help/gweather/fr/figures -@dirrm share/gnome/help/gweather/fr -@dirrm share/gnome/help/gweather/fi/figures -@dirrm share/gnome/help/gweather/fi -@dirrm share/gnome/help/gweather/eu/figures -@dirrm share/gnome/help/gweather/eu -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/en_GB/figures -@dirrm share/gnome/help/gweather/en_GB -@dirrm share/gnome/help/gweather/el/figures -@dirrm share/gnome/help/gweather/el -@dirrm share/gnome/help/gweather/de/figures -@dirrm share/gnome/help/gweather/de -@dirrm share/gnome/help/gweather/cs/figures -@dirrm share/gnome/help/gweather/cs -@dirrm share/gnome/help/gweather/ca/figures -@dirrm share/gnome/help/gweather/ca -@dirrm share/gnome/help/gweather/ar/figures -@dirrm share/gnome/help/gweather/ar -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/geyes/zh_TW/figures -@dirrm share/gnome/help/geyes/zh_TW -@dirrm share/gnome/help/geyes/zh_HK/figures -@dirrm share/gnome/help/geyes/zh_HK -@dirrm share/gnome/help/geyes/zh_CN/figures -@dirrm share/gnome/help/geyes/zh_CN -@dirrm share/gnome/help/geyes/uk/figures -@dirrm share/gnome/help/geyes/uk -@dirrm share/gnome/help/geyes/sv/figures -@dirrm share/gnome/help/geyes/sv -@dirrm share/gnome/help/geyes/ru/figures -@dirrm share/gnome/help/geyes/ru -@dirrm share/gnome/help/geyes/oc/figures -@dirrm share/gnome/help/geyes/oc -@dirrm share/gnome/help/geyes/ko/figures -@dirrm share/gnome/help/geyes/ko -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/fr/figures -@dirrm share/gnome/help/geyes/fr -@dirrm share/gnome/help/geyes/fi/figures -@dirrm share/gnome/help/geyes/fi -@dirrm share/gnome/help/geyes/eu/figures -@dirrm share/gnome/help/geyes/eu -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/en_GB/figures -@dirrm share/gnome/help/geyes/en_GB -@dirrm share/gnome/help/geyes/el/figures -@dirrm share/gnome/help/geyes/el -@dirrm share/gnome/help/geyes/de/figures -@dirrm share/gnome/help/geyes/de -@dirrm share/gnome/help/geyes/da/figures -@dirrm share/gnome/help/geyes/da -@dirrm share/gnome/help/geyes/cs/figures -@dirrm share/gnome/help/geyes/cs -@dirrm share/gnome/help/geyes/ca/figures -@dirrm share/gnome/help/geyes/ca -@dirrm share/gnome/help/geyes/bg/figures -@dirrm share/gnome/help/geyes/bg -@dirrm share/gnome/help/geyes/ast/figures -@dirrm share/gnome/help/geyes/ast -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/zh_CN/figures -@dirrm share/gnome/help/drivemount/zh_CN -@dirrm share/gnome/help/drivemount/uk/figures -@dirrm share/gnome/help/drivemount/uk -@dirrm share/gnome/help/drivemount/sv/figures -@dirrm share/gnome/help/drivemount/sv -@dirrm share/gnome/help/drivemount/ru/figures -@dirrm share/gnome/help/drivemount/ru -@dirrm share/gnome/help/drivemount/pa/figures -@dirrm share/gnome/help/drivemount/pa -@dirrm share/gnome/help/drivemount/oc/figures -@dirrm share/gnome/help/drivemount/oc -@dirrm share/gnome/help/drivemount/ko/figures -@dirrm share/gnome/help/drivemount/ko -@dirrm share/gnome/help/drivemount/it/figures -@dirrm share/gnome/help/drivemount/it -@dirrm share/gnome/help/drivemount/fr/figures -@dirrm share/gnome/help/drivemount/fr -@dirrm share/gnome/help/drivemount/fi/figures -@dirrm share/gnome/help/drivemount/fi -@dirrm share/gnome/help/drivemount/eu/figures -@dirrm share/gnome/help/drivemount/eu -@dirrm share/gnome/help/drivemount/es/figures -@dirrm share/gnome/help/drivemount/es -@dirrm share/gnome/help/drivemount/en_GB/figures -@dirrm share/gnome/help/drivemount/en_GB -@dirrm share/gnome/help/drivemount/el/figures -@dirrm share/gnome/help/drivemount/el -@dirrm share/gnome/help/drivemount/de/figures -@dirrm share/gnome/help/drivemount/de -@dirrm share/gnome/help/drivemount/cs/figures -@dirrm share/gnome/help/drivemount/cs -@dirrm share/gnome/help/drivemount/ca/figures -@dirrm share/gnome/help/drivemount/ca -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_TW/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_TW -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_HK/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_HK -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_CN/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_CN -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/sv/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/sv -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ru/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ru -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/pt_BR/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/pt_BR -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/oc/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/oc -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/nl/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/nl -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/hu/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/hu -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fr/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fr -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fi/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fi -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/eu/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/eu -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/el/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/el -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/cs/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/cs -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet -%%COMMANDER%%@dirrm share/gnome/help/command-line/zh_CN/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/zh_CN -%%COMMANDER%%@dirrm share/gnome/help/command-line/uk/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/uk -%%COMMANDER%%@dirrm share/gnome/help/command-line/sv/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/sv -%%COMMANDER%%@dirrm share/gnome/help/command-line/pt_BR/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/pt_BR -%%COMMANDER%%@dirrm share/gnome/help/command-line/oc/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/oc -%%COMMANDER%%@dirrm share/gnome/help/command-line/ko/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/ko -%%COMMANDER%%@dirrm share/gnome/help/command-line/fr/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/fr -%%COMMANDER%%@dirrm share/gnome/help/command-line/eu/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/eu -%%COMMANDER%%@dirrm share/gnome/help/command-line/es/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/es -%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB -%%COMMANDER%%@dirrm share/gnome/help/command-line/el/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/el -%%COMMANDER%%@dirrm share/gnome/help/command-line/de/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/de -%%COMMANDER%%@dirrm share/gnome/help/command-line/ca/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/ca -%%COMMANDER%%@dirrm share/gnome/help/command-line/C/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/C -%%COMMANDER%%@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/zh_CN/figures -@dirrm share/gnome/help/char-palette/zh_CN -@dirrm share/gnome/help/char-palette/uk/figures -@dirrm share/gnome/help/char-palette/uk -@dirrm share/gnome/help/char-palette/sv/figures -@dirrm share/gnome/help/char-palette/sv -@dirrm share/gnome/help/char-palette/ru/figures -@dirrm share/gnome/help/char-palette/ru -@dirrm share/gnome/help/char-palette/pt_BR/figures -@dirrm share/gnome/help/char-palette/pt_BR -@dirrm share/gnome/help/char-palette/oc/figures -@dirrm share/gnome/help/char-palette/oc -@dirrm share/gnome/help/char-palette/nl/figures -@dirrm share/gnome/help/char-palette/nl -@dirrm share/gnome/help/char-palette/ko/figures -@dirrm share/gnome/help/char-palette/ko -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/fr/figures -@dirrm share/gnome/help/char-palette/fr -@dirrm share/gnome/help/char-palette/fi/figures -@dirrm share/gnome/help/char-palette/fi -@dirrm share/gnome/help/char-palette/eu/figures -@dirrm share/gnome/help/char-palette/eu -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/en_GB/figures -@dirrm share/gnome/help/char-palette/en_GB -@dirrm share/gnome/help/char-palette/el/figures -@dirrm share/gnome/help/char-palette/el -@dirrm share/gnome/help/char-palette/de/figures -@dirrm share/gnome/help/char-palette/de -@dirrm share/gnome/help/char-palette/cs/figures -@dirrm share/gnome/help/char-palette/cs -@dirrm share/gnome/help/char-palette/ca/figures -@dirrm share/gnome/help/char-palette/ca -@dirrm share/gnome/help/char-palette/bg/figures -@dirrm share/gnome/help/char-palette/bg -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -%%BATTERY%%@dirrm share/gnome/help/battstat/zh_CN/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/zh_CN -%%BATTERY%%@dirrm share/gnome/help/battstat/uk/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/uk -%%BATTERY%%@dirrm share/gnome/help/battstat/sv/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/sv -%%BATTERY%%@dirrm share/gnome/help/battstat/pt_BR/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/pt_BR -%%BATTERY%%@dirrm share/gnome/help/battstat/pa/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/pa -%%BATTERY%%@dirrm share/gnome/help/battstat/oc/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/oc -%%BATTERY%%@dirrm share/gnome/help/battstat/ko/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ko -%%BATTERY%%@dirrm share/gnome/help/battstat/fr/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/fr -%%BATTERY%%@dirrm share/gnome/help/battstat/fi/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/fi -%%BATTERY%%@dirrm share/gnome/help/battstat/eu/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/eu -%%BATTERY%%@dirrm share/gnome/help/battstat/es/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/es -%%BATTERY%%@dirrm share/gnome/help/battstat/en_GB/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/en_GB -%%BATTERY%%@dirrm share/gnome/help/battstat/el/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/el -%%BATTERY%%@dirrm share/gnome/help/battstat/de/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/de -%%BATTERY%%@dirrm share/gnome/help/battstat/da/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/da -%%BATTERY%%@dirrm share/gnome/help/battstat/bg/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/bg -%%BATTERY%%@dirrm share/gnome/help/battstat/cs/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/cs -%%BATTERY%%@dirrm share/gnome/help/battstat/ca/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ca -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/zh_CN/figures -@dirrm share/gnome/help/accessx-status/zh_CN -@dirrm share/gnome/help/accessx-status/uk/figures -@dirrm share/gnome/help/accessx-status/uk -@dirrm share/gnome/help/accessx-status/sv/figures -@dirrm share/gnome/help/accessx-status/sv -@dirrm share/gnome/help/accessx-status/oc/figures -@dirrm share/gnome/help/accessx-status/oc -@dirrm share/gnome/help/accessx-status/nl/figures -@dirrm share/gnome/help/accessx-status/nl -@dirrm share/gnome/help/accessx-status/ko/figures -@dirrm share/gnome/help/accessx-status/ko -@dirrm share/gnome/help/accessx-status/it/figures -@dirrm share/gnome/help/accessx-status/it -@dirrm share/gnome/help/accessx-status/fr/figures -@dirrm share/gnome/help/accessx-status/fr -@dirrm share/gnome/help/accessx-status/fi/figures -@dirrm share/gnome/help/accessx-status/fi -@dirrm share/gnome/help/accessx-status/eu/figures -@dirrm share/gnome/help/accessx-status/eu -@dirrm share/gnome/help/accessx-status/es/figures -@dirrm share/gnome/help/accessx-status/es -@dirrm share/gnome/help/accessx-status/en_GB/figures -@dirrm share/gnome/help/accessx-status/en_GB -@dirrm share/gnome/help/accessx-status/el/figures -@dirrm share/gnome/help/accessx-status/el -@dirrm share/gnome/help/accessx-status/de/figures -@dirrm share/gnome/help/accessx-status/de -@dirrm share/gnome/help/accessx-status/cs/figures -@dirrm share/gnome/help/accessx-status/cs -@dirrm share/gnome/help/accessx-status/ca/figures -@dirrm share/gnome/help/accessx-status/ca -@dirrm share/gnome/help/accessx-status/bg/figures -@dirrm share/gnome/help/accessx-status/bg -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -%%PYTHON%%@dirrm %%DATADIR%%/invest-applet -@dirrm %%DATADIR%%/geyes/Tango -@dirrm %%DATADIR%%/geyes/Horrid -@dirrm %%DATADIR%%/geyes/Default-tiny -@dirrm %%DATADIR%%/geyes/Default -@dirrm %%DATADIR%%/geyes/Bloodshot -@dirrm %%DATADIR%%/geyes/Bizarre -@dirrm %%DATADIR%%/geyes -@dirrm %%DATADIR%%/builder -@dirrm %%DATADIR%% -%%COMMANDER%%@dirrmtry libexec/gnome-applets -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/invest -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_VE/LC_MESSAGES -@dirrmtry share/locale/es_VE -@dirrmtry share/locale/es_UY/LC_MESSAGES -@dirrmtry share/locale/es_UY -@dirrmtry share/locale/es_SV/LC_MESSAGES -@dirrmtry share/locale/es_SV -@dirrmtry share/locale/es_PR/LC_MESSAGES -@dirrmtry share/locale/es_PR -@dirrmtry share/locale/es_PE/LC_MESSAGES -@dirrmtry share/locale/es_PE -@dirrmtry share/locale/es_PA/LC_MESSAGES -@dirrmtry share/locale/es_PA -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/es_HN/LC_MESSAGES -@dirrmtry share/locale/es_HN -@dirrmtry share/locale/es_GT/LC_MESSAGES -@dirrmtry share/locale/es_GT -@dirrmtry share/locale/es_EC/LC_MESSAGES -@dirrmtry share/locale/es_EC -@dirrmtry share/locale/es_DO/LC_MESSAGES -@dirrmtry share/locale/es_DO -@dirrmtry share/locale/es_CR/LC_MESSAGES -@dirrmtry share/locale/es_CR -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile deleted file mode 100644 index 307899c4a..000000000 --- a/x11/gnome-desktop/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: gnomedesktop -# Date created: 13 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.179 2010/03/09 02:14:03 avl Exp $ -# - -PORTNAME= gnome-desktop -PORTVERSION= 2.30.0 -PORTREVISION?= 0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional UI API for GNOME 2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_XORG= xpm -USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gconf2 pygtk2 \ - ltverhack referencehack -GNOME_DESKTOP_VERSION=2 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_BISON= build -USE_PYTHON= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-about.1 - -post-patch: - @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ - ${WRKSRC}/desktop-docs/fdl/Makefile.in \ - ${WRKSRC}/desktop-docs/gpl/Makefile.in \ - ${WRKSRC}/desktop-docs/lgpl/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo deleted file mode 100644 index 325c42dd9..000000000 --- a/x11/gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.30.0.tar.bz2) = 211818d93cd1b5b54b880520fe5444c4 -SHA256 (gnome2/gnome-desktop-2.30.0.tar.bz2) = cb80b676966127d8ee1a9b5ebbed1c23646d62ecdfccbb46d40f59633b4b127f -SIZE (gnome2/gnome-desktop-2.30.0.tar.bz2) = 1632686 diff --git a/x11/gnome-desktop/pkg-descr b/x11/gnome-desktop/pkg-descr deleted file mode 100644 index bda4df791..000000000 --- a/x11/gnome-desktop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a collection of APIs not included in libgnomeui. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist deleted file mode 100644 index 75ca3939c..000000000 --- a/x11/gnome-desktop/pkg-plist +++ /dev/null @@ -1,433 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnome/gnome-desktop-utils.h -include/gnome-desktop-2.0/libgnomeui/gnome-bg.h -include/gnome-desktop-2.0/libgnomeui/gnome-bg-crossfade.h -include/gnome-desktop-2.0/libgnomeui/gnome-desktop-thumbnail.h -include/gnome-desktop-2.0/libgnomeui/gnome-rr-config.h -include/gnome-desktop-2.0/libgnomeui/gnome-rr-labeler.h -include/gnome-desktop-2.0/libgnomeui/gnome-rr.h -lib/libgnome-desktop-2.a -lib/libgnome-desktop-2.la -lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.17 -libdata/pkgconfig/gnome-desktop-2.0.pc -share/applications/gnome-about.desktop -share/gnome-about/contributors.list -share/gnome-about/foundation-members.list -share/gnome-about/gnome-64.png -share/gnome-about/gnome-version.xml -share/gnome-about/headers/header-bg-ancient01a.png -share/gnome-about/headers/header-bg-city01.png -share/gnome-about/headers/header-bg-clouds01.png -share/gnome-about/headers/header-bg-clouds02.png -share/gnome-about/headers/header-bg-hills01.png -share/gnome-about/headers/header-bg-landscape01.png -share/gnome-about/headers/header-bg-mountains01.png -share/gnome-about/headers/header-bg-snow01.png -share/gnome-about/headers/header-bg-sunset01.png -share/gnome/help/fdl/C/fdl.xml -share/gnome/help/fdl/ar/fdl.xml -share/gnome/help/fdl/ca/fdl.xml -share/gnome/help/fdl/de/fdl.xml -share/gnome/help/fdl/el/fdl.xml -share/gnome/help/fdl/es/fdl.xml -share/gnome/help/fdl/eu/fdl.xml -share/gnome/help/fdl/fr/fdl.xml -share/gnome/help/fdl/hu/fdl.xml -share/gnome/help/fdl/ko/fdl.xml -share/gnome/help/fdl/oc/fdl.xml -share/gnome/help/fdl/pl/fdl.xml -share/gnome/help/fdl/sv/fdl.xml -share/gnome/help/fdl/uk/fdl.xml -share/gnome/help/fdl/vi/fdl.xml -share/gnome/help/gpl/C/gpl.xml -share/gnome/help/gpl/ar/gpl.xml -share/gnome/help/gpl/ca/gpl.xml -share/gnome/help/gpl/cs/gpl.xml -share/gnome/help/gpl/de/gpl.xml -share/gnome/help/gpl/el/gpl.xml -share/gnome/help/gpl/es/gpl.xml -share/gnome/help/gpl/eu/gpl.xml -share/gnome/help/gpl/fi/gpl.xml -share/gnome/help/gpl/fr/gpl.xml -share/gnome/help/gpl/hu/gpl.xml -share/gnome/help/gpl/ko/gpl.xml -share/gnome/help/gpl/nds/gpl.xml -share/gnome/help/gpl/oc/gpl.xml -share/gnome/help/gpl/pa/gpl.xml -share/gnome/help/gpl/sv/gpl.xml -share/gnome/help/gpl/uk/gpl.xml -share/gnome/help/gpl/vi/gpl.xml -share/gnome/help/gpl/zh_CN/gpl.xml -share/gnome/help/lgpl/C/lgpl.xml -share/gnome/help/lgpl/ar/lgpl.xml -share/gnome/help/lgpl/de/lgpl.xml -share/gnome/help/lgpl/el/lgpl.xml -share/gnome/help/lgpl/es/lgpl.xml -share/gnome/help/lgpl/eu/lgpl.xml -share/gnome/help/lgpl/fi/lgpl.xml -share/gnome/help/lgpl/fr/lgpl.xml -share/gnome/help/lgpl/hu/lgpl.xml -share/gnome/help/lgpl/ko/lgpl.xml -share/gnome/help/lgpl/oc/lgpl.xml -share/gnome/help/lgpl/pa/lgpl.xml -share/gnome/help/lgpl/sv/lgpl.xml -share/gnome/help/lgpl/uk/lgpl.xml -share/gnome/help/lgpl/vi/lgpl.xml -share/gnome/help/lgpl/zh_CN/lgpl.xml -share/libgnome-desktop/pnp.ids -share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/as/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fur/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ig/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/kk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/or/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/si/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/te/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ur/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-desktop-2.0.mo -share/omf/fdl/fdl-C.omf -share/omf/fdl/fdl-ar.omf -share/omf/fdl/fdl-ca.omf -share/omf/fdl/fdl-de.omf -share/omf/fdl/fdl-el.omf -share/omf/fdl/fdl-es.omf -share/omf/fdl/fdl-eu.omf -share/omf/fdl/fdl-fr.omf -share/omf/fdl/fdl-hu.omf -share/omf/fdl/fdl-ko.omf -share/omf/fdl/fdl-oc.omf -share/omf/fdl/fdl-pl.omf -share/omf/fdl/fdl-sv.omf -share/omf/fdl/fdl-uk.omf -share/omf/fdl/fdl-vi.omf -share/omf/gpl/gpl-C.omf -share/omf/gpl/gpl-ar.omf -share/omf/gpl/gpl-ca.omf -share/omf/gpl/gpl-cs.omf -share/omf/gpl/gpl-de.omf -share/omf/gpl/gpl-el.omf -share/omf/gpl/gpl-es.omf -share/omf/gpl/gpl-eu.omf -share/omf/gpl/gpl-fi.omf -share/omf/gpl/gpl-fr.omf -share/omf/gpl/gpl-hu.omf -share/omf/gpl/gpl-ko.omf -share/omf/gpl/gpl-nds.omf -share/omf/gpl/gpl-oc.omf -share/omf/gpl/gpl-pa.omf -share/omf/gpl/gpl-sv.omf -share/omf/gpl/gpl-uk.omf -share/omf/gpl/gpl-vi.omf -share/omf/gpl/gpl-zh_CN.omf -share/omf/lgpl/lgpl-C.omf -share/omf/lgpl/lgpl-ar.omf -share/omf/lgpl/lgpl-de.omf -share/omf/lgpl/lgpl-el.omf -share/omf/lgpl/lgpl-es.omf -share/omf/lgpl/lgpl-eu.omf -share/omf/lgpl/lgpl-fi.omf -share/omf/lgpl/lgpl-fr.omf -share/omf/lgpl/lgpl-hu.omf -share/omf/lgpl/lgpl-ko.omf -share/omf/lgpl/lgpl-oc.omf -share/omf/lgpl/lgpl-pa.omf -share/omf/lgpl/lgpl-sv.omf -share/omf/lgpl/lgpl-uk.omf -share/omf/lgpl/lgpl-vi.omf -share/omf/lgpl/lgpl-zh_CN.omf -share/pixmaps/apple-green.png -share/pixmaps/apple-red.png -share/pixmaps/gnome-aorta.png -share/pixmaps/gnome-applets.png -share/pixmaps/gnome-background-image.png -share/pixmaps/gnome-background-pattern.png -share/pixmaps/gnome-background.png -share/pixmaps/gnome-calc2.png -share/pixmaps/gnome-calc3.png -share/pixmaps/gnome-calendar.png -share/pixmaps/gnome-ccbackground.png -share/pixmaps/gnome-ccdesktop.png -share/pixmaps/gnome-ccdialog.png -share/pixmaps/gnome-ccmime.png -share/pixmaps/gnome-ccperiph.png -share/pixmaps/gnome-ccscreensaver.png -share/pixmaps/gnome-ccwindowmanager.png -share/pixmaps/gnome-color-browser.png -share/pixmaps/gnome-color-xterm.png -share/pixmaps/gnome-computer.png -share/pixmaps/gnome-cromagnon.png -share/pixmaps/gnome-day.png -share/pixmaps/gnome-debian.png -share/pixmaps/gnome-diskfree.png -share/pixmaps/gnome-emacs.png -share/pixmaps/gnome-eterm.png -share/pixmaps/gnome-file-c.png -share/pixmaps/gnome-file-h.png -share/pixmaps/gnome-folder.png -share/pixmaps/gnome-gemvt.png -share/pixmaps/gnome-gimp.png -share/pixmaps/gnome-gmenu.png -share/pixmaps/gnome-gmush.png -share/pixmaps/gnome-gnomoku.png -share/pixmaps/gnome-home.png -share/pixmaps/gnome-html.png -share/pixmaps/gnome-image-gif.png -share/pixmaps/gnome-image-jpeg.png -share/pixmaps/gnome-irc.png -share/pixmaps/gnome-laptop.png -share/pixmaps/gnome-log.png -share/pixmaps/gnome-logo-icon-transparent.png -share/pixmaps/gnome-logo-icon.png -share/pixmaps/gnome-logo-large.png -share/pixmaps/gnome-mdi.png -share/pixmaps/gnome-mnemonic.png -share/pixmaps/gnome-month.png -share/pixmaps/gnome-mouse.png -share/pixmaps/gnome-news.png -share/pixmaps/gnome-note.png -share/pixmaps/gnome-qeye.png -share/pixmaps/gnome-set-time.png -share/pixmaps/gnome-spider.png -share/pixmaps/gnome-squeak.png -share/pixmaps/gnome-suse.png -share/pixmaps/gnome-talk.png -share/pixmaps/gnome-term-linux.png -share/pixmaps/gnome-term-linux2.png -share/pixmaps/gnome-term-night.png -share/pixmaps/gnome-term-tiger.png -share/pixmaps/gnome-term.png -share/pixmaps/gnome-tigert.png -share/pixmaps/gnome-touristinfo.png -share/pixmaps/gnome-user-interface.png -share/pixmaps/gnome-week.png -share/pixmaps/gnome-windows.png -share/pixmaps/gnome-word.png -share/pixmaps/gnome-xterm.png -share/pixmaps/gtkvim.png -share/pixmaps/kterm.xpm -share/pixmaps/monitor.png -share/pixmaps/vnterm.xpm -@dirrm share/omf/lgpl -@dirrm share/omf/gpl -@dirrm share/omf/fdl -@dirrm share/gnome/help/lgpl/zh_CN -@dirrm share/gnome/help/lgpl/vi -@dirrm share/gnome/help/lgpl/uk -@dirrm share/gnome/help/lgpl/sv -@dirrm share/gnome/help/lgpl/pa -@dirrm share/gnome/help/lgpl/oc -@dirrm share/gnome/help/lgpl/ko -@dirrm share/gnome/help/lgpl/hu -@dirrm share/gnome/help/lgpl/fr -@dirrm share/gnome/help/lgpl/fi -@dirrm share/gnome/help/lgpl/eu -@dirrm share/gnome/help/lgpl/es -@dirrm share/gnome/help/lgpl/el -@dirrm share/gnome/help/lgpl/de -@dirrm share/gnome/help/lgpl/ar -@dirrm share/gnome/help/gpl/zh_CN -@dirrm share/gnome/help/gpl/vi -@dirrm share/gnome/help/gpl/uk -@dirrm share/gnome/help/gpl/sv -@dirrm share/gnome/help/gpl/pa -@dirrm share/gnome/help/gpl/oc -@dirrm share/gnome/help/gpl/nds -@dirrm share/gnome/help/gpl/ko -@dirrm share/gnome/help/gpl/hu -@dirrm share/gnome/help/gpl/fr -@dirrm share/gnome/help/gpl/fi -@dirrm share/gnome/help/gpl/eu -@dirrm share/gnome/help/gpl/es -@dirrm share/gnome/help/gpl/el -@dirrm share/gnome/help/gpl/de -@dirrm share/gnome/help/gpl/cs -@dirrm share/gnome/help/gpl/ca -@dirrm share/gnome/help/gpl/ar -@dirrm share/gnome/help/fdl/vi -@dirrm share/gnome/help/fdl/uk -@dirrm share/gnome/help/fdl/sv -@dirrm share/gnome/help/fdl/pl -@dirrm share/gnome/help/fdl/oc -@dirrm share/gnome/help/fdl/ko -@dirrm share/gnome/help/fdl/hu -@dirrm share/gnome/help/fdl/fr -@dirrm share/gnome/help/fdl/eu -@dirrm share/gnome/help/fdl/es -@dirrm share/gnome/help/fdl/el -@dirrm share/gnome/help/fdl/de -@dirrm share/gnome/help/fdl/ca -@dirrm share/gnome/help/fdl/ar -@dirrm share/gnome-about/headers -@dirrmtry share/applications -@dirrm include/gnome-desktop-2.0/libgnomeui -@dirrm include/gnome-desktop-2.0/libgnome -@dirrm include/gnome-desktop-2.0 -@dirrm share/libgnome-desktop -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile deleted file mode 100644 index d82b8eef3..000000000 --- a/x11/gnome-menus/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: gnome-menus -# Date created: 30 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.104 2010/03/09 11:06:19 avl Exp $ -# - -PORTNAME= gnome-menus -PORTVERSION= 2.30.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Implementation of the FreeDesktop Desktop Menu Spec - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USE_AUTOTOOLS= libtool:22 -USE_PYTHON= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu||' \ - ${WRKSRC}/layout/Makefile.in - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/util/test-menu-spec.c - @${REINPLACE_CMD} -e 's|/usr/share/gnome|${LOCALBASE}/share/gnome|g' \ - ${WRKSRC}/layout/applications.menu \ - ${WRKSRC}/layout/settings.menu - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py - @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - ${WRKSRC}/util/Makefile.in - -post-install: - @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ - ${PREFIX}/etc/xdg/menus/gnome-applications.menu - @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ - ${PREFIX}/share/desktop-directories - -.include <bsd.port.mk> diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo deleted file mode 100644 index e2d254ba7..000000000 --- a/x11/gnome-menus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-menus-2.30.0.tar.bz2) = 423040cfaf099d65406c405cffd9e409 -SHA256 (gnome2/gnome-menus-2.30.0.tar.bz2) = 6c390f88914712e1de425b9a2579f34b0cf27917521e9eb363b0c7cf120fe976 -SIZE (gnome2/gnome-menus-2.30.0.tar.bz2) = 469065 diff --git a/x11/gnome-menus/files/KDE.directory b/x11/gnome-menus/files/KDE.directory deleted file mode 100644 index d8cacb750..000000000 --- a/x11/gnome-menus/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png -Type=Directory diff --git a/x11/gnome-menus/files/patch-Makefile.in b/x11/gnome-menus/files/patch-Makefile.in deleted file mode 100644 index 621e0233c..000000000 --- a/x11/gnome-menus/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jul 24 15:57:52 2006 -+++ Makefile.in Mon Jul 24 15:58:05 2006 -@@ -244,7 +244,7 @@ sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - NULL = --@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python simple-editor -+@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python - ALL_SUBDIRS = \ - po \ - libmenu \ diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu deleted file mode 100644 index 116dad13f..000000000 --- a/x11/gnome-menus/files/patch-layout::applications.menu +++ /dev/null @@ -1,302 +0,0 @@ ---- layout/applications.menu.orig 2008-04-21 15:49:29.000000000 -0400 -+++ layout/applications.menu 2008-04-28 14:51:24.000000000 -0400 -@@ -6,9 +6,8 @@ - <Name>Applications</Name> - <Directory>X-GNOME-Menu-Applications.directory</Directory> - -- <!-- Scan legacy dirs first, as later items take priority --> -- <KDELegacyDirs/> -- <LegacyDir>/etc/X11/applnk</LegacyDir> -+ <!-- Scan legacy dirs first, as later items take priority -+ <LegacyDir>/etc/X11/applnk</LegacyDir> --> - <LegacyDir>/usr/share/gnome/apps</LegacyDir> - - <!-- Read standard .directory and .desktop file locations --> -@@ -31,6 +30,8 @@ - applications here --> - <Not><Category>Accessibility</Category></Not> - <Not><Category>System</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessories --> -@@ -43,6 +44,8 @@ - <And> - <Category>Accessibility</Category> - <Not><Category>Settings</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessibility --> -@@ -54,6 +57,8 @@ - <Include> - <And> - <Category>Development</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - <Filename>emacs.desktop</Filename> - </Include> -@@ -66,6 +71,8 @@ - <Include> - <And> - <Category>Education</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Education --> -@@ -77,6 +84,8 @@ - <Include> - <And> - <Category>Game</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Games --> -@@ -88,6 +97,8 @@ - <Include> - <And> - <Category>Graphics</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Graphics --> -@@ -99,6 +110,8 @@ - <Include> - <And> - <Category>Network</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Internet --> -@@ -110,6 +123,8 @@ - <Include> - <And> - <Category>AudioVideo</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Multimedia --> -@@ -121,6 +136,8 @@ - <Include> - <And> - <Category>Office</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Office --> -@@ -133,6 +150,8 @@ - <And> - <Category>System</Category> - <Not><Category>Settings</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End System Tools --> -@@ -147,8 +166,197 @@ - <Not><Category>Core</Category></Not> - <Not><Category>Settings</Category></Not> - <Not><Category>Screensaver</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Other --> - -+ <!-- Read in overrides and child menus from applications-merged/ --> -+ <DefaultMergeDirs/> -+ -+ <!-- KDE --> -+ <Menu> -+ <KDELegacyDirs/> -+ <Name>KDE</Name> -+ <Directory>KDE.directory</Directory> -+ -+ <!-- KAccessories submenu --> -+ <Menu> -+ <Name>Accessories</Name> -+ <Directory>Accessories.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Utility</Category> -+ <Not> -+ <Category>System</Category> -+ </Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KAccessories --> -+ -+ <!-- KAccessibility submenu --> -+ <Menu> -+ <Name>Accessibility</Name> -+ <Directory>Accessibility.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Accessibility</Category> -+ <Not> -+ <Category>Settings</Category> -+ </Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KAccessibility --> -+ -+ <!-- KDevelopment Tools --> -+ <Menu> -+ <Name>Development</Name> -+ <Directory>Development.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Development</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KDevelopment Tools --> -+ -+ <!-- KEducation --> -+ <Menu> -+ <Name>Education</Name> -+ <Directory>Education.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Education</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KEducation --> -+ -+ <!-- KGames --> -+ <Menu> -+ <Name>Games</Name> -+ <Directory>Games.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Game</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KGames --> -+ -+ <!-- KGraphics --> -+ <Menu> -+ <Name>Graphics</Name> -+ <Directory>Graphics.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Graphics</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KGraphics --> -+ -+ <!-- KInternet --> -+ <Menu> -+ <Name>Internet</Name> -+ <Directory>Internet.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Network</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KInternet --> -+ -+ <!-- KMultimedia --> -+ <Menu> -+ <Name>Multimedia</Name> -+ <Directory>Multimedia.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>AudioVideo</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KMultimedia --> -+ -+ <!-- KOffice --> -+ <Menu> -+ <Name>Office</Name> -+ <Directory>Office.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Or> -+ <Category>Office</Category> -+ </Or> -+ </And> -+ </Include> -+ </Menu><!-- End KOffice --> -+ -+ <!-- KSystem Tools--> -+ <Menu> -+ <Name>System</Name> -+ <Directory>System-Tools.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>System</Category> -+ <Not><Category>Settings</Category></Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KSystem Tools --> -+ -+ <!-- KOther --> -+ <Menu> -+ <Name>Other</Name> -+ <Directory>Other.directory</Directory> -+ <OnlyUnallocated/> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Application</Category> -+ <Not><Category>Core</Category></Not> -+ <Not><Category>Settings</Category></Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KOther --> -+ </Menu> <!-- KDE --> -+ - </Menu> <!-- End Applications --> diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py deleted file mode 100644 index b134a5817..000000000 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ /dev/null @@ -1,20 +0,0 @@ ---- simple-editor/GMenuSimpleEditor/menutreemodel.py.orig Mon Apr 11 05:36:04 2005 -+++ simple-editor/GMenuSimpleEditor/menutreemodel.py Tue Sep 6 11:04:46 2005 -@@ -29,7 +29,7 @@ - if os.environ.has_key ("XDG_CONFIG_DIRS"): - conf_dirs = os.environ["XDG_CONFIG_DIRS"] - if not conf_dirs: -- conf_dirs = "/etc/xdg" -+ conf_dirs = "%%LOCALBASE%%/etc/xdg" - - for conf_dir in conf_dirs.split (":"): - menu_file_path = os.path.join (conf_dir, "menus", menu_file) -@@ -51,7 +51,7 @@ - if os.environ.has_key ("XDG_DATA_DIRS"): - data_dirs = os.environ["XDG_DATA_DIRS"] - if not data_dirs: -- data_dirs = "/usr/local/share/:/usr/share/" -+ data_dirs = "%%LOCALBASE%%/share/" - - for data_dir in data_dirs.split (":"): - retval = load_icon_from_path (os.path.join (data_dir, "pixmaps", icon_value)) diff --git a/x11/gnome-menus/files/patch-util_Makefile.in b/x11/gnome-menus/files/patch-util_Makefile.in deleted file mode 100644 index fd9b0fcf0..000000000 --- a/x11/gnome-menus/files/patch-util_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- util/Makefile.in.orig 2009-10-18 19:06:36.000000000 -0400 -+++ util/Makefile.in 2009-10-18 19:10:40.000000000 -0400 -@@ -313,6 +313,7 @@ gnome_menu_spec_test_SOURCES = \ - - gnome_menu_spec_test_LDADD = \ - ../libmenu/libgnome-menu.la \ -+ %%PTHREAD_LIBS%% \ - $(GLIB_LIBS) \ - $(NULL) - diff --git a/x11/gnome-menus/pkg-descr b/x11/gnome-menus/pkg-descr deleted file mode 100644 index 7b27b4e2e..000000000 --- a/x11/gnome-menus/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This package is free software and is part of the -GNOME project. - -The package contains an implementation of the draft "Desktop -Menu Specification" from freedesktop.org: - - http://www.freedesktop.org/Standards/menu-spec - -Also contained here are the GNOME menu layout configuration -files, .directory files and assorted menu related utility programs. - --- gnome-menus README - -WWW: http://www.freedesktop.org/Standards/menu-spec diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist deleted file mode 100644 index a89f299b7..000000000 --- a/x11/gnome-menus/pkg-plist +++ /dev/null @@ -1,205 +0,0 @@ -etc/xdg/menus/gnome-applications.menu -etc/xdg/menus/settings.menu -include/gnome-menus/gmenu-tree.h -lib/girepository-1.0/GMenu-2.0.typelib -lib/libgnome-menu.a -lib/libgnome-menu.la -lib/libgnome-menu.so -lib/libgnome-menu.so.2 -%%PYTHON_SITELIBDIR%%/gmenu.a -%%PYTHON_SITELIBDIR%%/gmenu.la -%%PYTHON_SITELIBDIR%%/gmenu.so -libdata/pkgconfig/libgnome-menu.pc -share/desktop-directories/AudioVideo.directory -share/desktop-directories/Development.directory -share/desktop-directories/Education.directory -share/desktop-directories/Game.directory -share/desktop-directories/Graphics.directory -share/desktop-directories/Hardware.directory -share/desktop-directories/InternetAndNetwork.directory -share/desktop-directories/KDE.directory -share/desktop-directories/LookAndFeel.directory -share/desktop-directories/Network.directory -share/desktop-directories/Office.directory -share/desktop-directories/Personal.directory -share/desktop-directories/Settings-System.directory -share/desktop-directories/Settings.directory -share/desktop-directories/System-Tools.directory -share/desktop-directories/System.directory -share/desktop-directories/Utility-Accessibility.directory -share/desktop-directories/Utility.directory -share/desktop-directories/X-GNOME-Menu-Applications.directory -share/desktop-directories/X-GNOME-Menu-System.directory -share/desktop-directories/X-GNOME-Other.directory -share/gir-1.0/GMenu-2.0.gir -share/gnome-menus/examples/gnome-menus-ls.py -share/locale/af/LC_MESSAGES/gnome-menus.mo -share/locale/ar/LC_MESSAGES/gnome-menus.mo -share/locale/as/LC_MESSAGES/gnome-menus.mo -share/locale/ast/LC_MESSAGES/gnome-menus.mo -share/locale/be/LC_MESSAGES/gnome-menus.mo -share/locale/be@latin/LC_MESSAGES/gnome-menus.mo -share/locale/bg/LC_MESSAGES/gnome-menus.mo -share/locale/bn/LC_MESSAGES/gnome-menus.mo -share/locale/bn_IN/LC_MESSAGES/gnome-menus.mo -share/locale/br/LC_MESSAGES/gnome-menus.mo -share/locale/ca/LC_MESSAGES/gnome-menus.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-menus.mo -share/locale/crh/LC_MESSAGES/gnome-menus.mo -share/locale/cs/LC_MESSAGES/gnome-menus.mo -share/locale/cy/LC_MESSAGES/gnome-menus.mo -share/locale/da/LC_MESSAGES/gnome-menus.mo -share/locale/de/LC_MESSAGES/gnome-menus.mo -share/locale/dv/LC_MESSAGES/gnome-menus.mo -share/locale/dz/LC_MESSAGES/gnome-menus.mo -share/locale/el/LC_MESSAGES/gnome-menus.mo -share/locale/en@shaw/LC_MESSAGES/gnome-menus.mo -share/locale/en_CA/LC_MESSAGES/gnome-menus.mo -share/locale/en_GB/LC_MESSAGES/gnome-menus.mo -share/locale/eo/LC_MESSAGES/gnome-menus.mo -share/locale/es/LC_MESSAGES/gnome-menus.mo -share/locale/et/LC_MESSAGES/gnome-menus.mo -share/locale/eu/LC_MESSAGES/gnome-menus.mo -share/locale/fa/LC_MESSAGES/gnome-menus.mo -share/locale/fi/LC_MESSAGES/gnome-menus.mo -share/locale/fr/LC_MESSAGES/gnome-menus.mo -share/locale/fur/LC_MESSAGES/gnome-menus.mo -share/locale/ga/LC_MESSAGES/gnome-menus.mo -share/locale/gl/LC_MESSAGES/gnome-menus.mo -share/locale/gn/LC_MESSAGES/gnome-menus.mo -share/locale/gu/LC_MESSAGES/gnome-menus.mo -share/locale/ha/LC_MESSAGES/gnome-menus.mo -share/locale/he/LC_MESSAGES/gnome-menus.mo -share/locale/hi/LC_MESSAGES/gnome-menus.mo -share/locale/hr/LC_MESSAGES/gnome-menus.mo -share/locale/hu/LC_MESSAGES/gnome-menus.mo -share/locale/hy/LC_MESSAGES/gnome-menus.mo -share/locale/id/LC_MESSAGES/gnome-menus.mo -share/locale/ig/LC_MESSAGES/gnome-menus.mo -share/locale/io/LC_MESSAGES/gnome-menus.mo -share/locale/is/LC_MESSAGES/gnome-menus.mo -share/locale/it/LC_MESSAGES/gnome-menus.mo -share/locale/ja/LC_MESSAGES/gnome-menus.mo -share/locale/ka/LC_MESSAGES/gnome-menus.mo -share/locale/kk/LC_MESSAGES/gnome-menus.mo -share/locale/kn/LC_MESSAGES/gnome-menus.mo -share/locale/ko/LC_MESSAGES/gnome-menus.mo -share/locale/ku/LC_MESSAGES/gnome-menus.mo -share/locale/ky/LC_MESSAGES/gnome-menus.mo -share/locale/lt/LC_MESSAGES/gnome-menus.mo -share/locale/lv/LC_MESSAGES/gnome-menus.mo -share/locale/mai/LC_MESSAGES/gnome-menus.mo -share/locale/mg/LC_MESSAGES/gnome-menus.mo -share/locale/mk/LC_MESSAGES/gnome-menus.mo -share/locale/ml/LC_MESSAGES/gnome-menus.mo -share/locale/mn/LC_MESSAGES/gnome-menus.mo -share/locale/mr/LC_MESSAGES/gnome-menus.mo -share/locale/ms/LC_MESSAGES/gnome-menus.mo -share/locale/nb/LC_MESSAGES/gnome-menus.mo -share/locale/nds/LC_MESSAGES/gnome-menus.mo -share/locale/ne/LC_MESSAGES/gnome-menus.mo -share/locale/nl/LC_MESSAGES/gnome-menus.mo -share/locale/nn/LC_MESSAGES/gnome-menus.mo -share/locale/oc/LC_MESSAGES/gnome-menus.mo -share/locale/or/LC_MESSAGES/gnome-menus.mo -share/locale/pa/LC_MESSAGES/gnome-menus.mo -share/locale/pl/LC_MESSAGES/gnome-menus.mo -share/locale/ps/LC_MESSAGES/gnome-menus.mo -share/locale/pt/LC_MESSAGES/gnome-menus.mo -share/locale/pt_BR/LC_MESSAGES/gnome-menus.mo -share/locale/ro/LC_MESSAGES/gnome-menus.mo -share/locale/ru/LC_MESSAGES/gnome-menus.mo -share/locale/rw/LC_MESSAGES/gnome-menus.mo -share/locale/si/LC_MESSAGES/gnome-menus.mo -share/locale/sk/LC_MESSAGES/gnome-menus.mo -share/locale/sl/LC_MESSAGES/gnome-menus.mo -share/locale/sq/LC_MESSAGES/gnome-menus.mo -share/locale/sr/LC_MESSAGES/gnome-menus.mo -share/locale/sr@latin/LC_MESSAGES/gnome-menus.mo -share/locale/sv/LC_MESSAGES/gnome-menus.mo -share/locale/ta/LC_MESSAGES/gnome-menus.mo -share/locale/te/LC_MESSAGES/gnome-menus.mo -share/locale/th/LC_MESSAGES/gnome-menus.mo -share/locale/tr/LC_MESSAGES/gnome-menus.mo -share/locale/ug/LC_MESSAGES/gnome-menus.mo -share/locale/uk/LC_MESSAGES/gnome-menus.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-menus.mo -share/locale/vi/LC_MESSAGES/gnome-menus.mo -share/locale/xh/LC_MESSAGES/gnome-menus.mo -share/locale/yo/LC_MESSAGES/gnome-menus.mo -share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo -share/locale/zh_HK/LC_MESSAGES/gnome-menus.mo -share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo -@dirrm share/gnome-menus/examples -@dirrm share/gnome-menus -@dirrmtry share/desktop-directories -@dirrm include/gnome-menus -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 -@dirrmtry etc/xdg/menus -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/gn/LC_MESSAGES -@dirrmtry share/locale/gn -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/dv/LC_MESSAGES -@dirrmtry share/locale/dv -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile deleted file mode 100644 index 5c960a02d..000000000 --- a/x11/gnome-panel/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.216 2010/03/14 18:13:45 marcus Exp $ -# - -PORTNAME= gnome-panel -PORTVERSION= 2.30.0 -PORTREVISION?= 0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Panel component for the GNOME 2 Desktop - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome - -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ - libwnck gnomemenus gnomedocutils ltverhack referencehack \ - libbonoboui -WANT_GNOME= yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-network-manager \ - --enable-polkit -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-panel.1 -GCONF_SCHEMAS= clock.schemas fish.schemas \ - panel-compatibility.schemas panel-general.schemas \ - panel-global.schemas panel-object.schemas \ - panel-toplevel.schemas window-list.schemas \ - workspace-switcher.schemas - -OPTIONS= EVOLUTION "use the Evolution calendar if installed" on - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+=--enable-eds -.else -CONFIGURE_ARGS+=--disable-eds -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|"applications.menu"|"gnome-applications.menu"|' - @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ - ${WRKSRC}/help/clock/Makefile.in \ - ${WRKSRC}/help/fish/Makefile.in - -.include <bsd.port.post.mk> - -.endif diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo deleted file mode 100644 index e1b150163..000000000 --- a/x11/gnome-panel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-panel-2.30.0.tar.bz2) = e17f25417b2c9011ed1c3ebd75706de6 -SHA256 (gnome2/gnome-panel-2.30.0.tar.bz2) = 7e8f99d3105bc0dda038b5859ab56d0a9740e244d7853786f1deb2df0a692220 -SIZE (gnome2/gnome-panel-2.30.0.tar.bz2) = 3072146 diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-location.c b/x11/gnome-panel/files/patch-applets_clock_clock-location.c deleted file mode 100644 index aa25ac2fc..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock-location.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 -+++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 -@@ -27,6 +27,8 @@ - #include "clock-marshallers.h" - #include "set-timezone.h" - -+#define daylight 1 -+ - G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) - - typedef struct { diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c deleted file mode 100644 index a9b459b74..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock.c.orig 2009-07-01 15:06:23.000000000 +0200 -+++ applets/clock/clock.c 2009-07-19 15:59:26.000000000 +0200 -@@ -71,6 +71,8 @@ - #include "set-timezone.h" - #include "system-timezone.h" - -+#define daylight 1 -+ - #define INTERNETSECOND (864) - #define INTERNETBEAT (86400) - diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure deleted file mode 100644 index 785c7f0f6..000000000 --- a/x11/gnome-panel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-01-07 14:47:10.000000000 +0100 -+++ configure 2010-01-07 14:47:58.000000000 +0100 -@@ -13318,7 +13318,7 @@ - - # Find any Python interpreter. - if test -z "$PYTHON"; then -- for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 -+ for ac_prog in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po deleted file mode 100644 index 5a71e3919..000000000 --- a/x11/gnome-panel/files/patch-po_ja.po +++ /dev/null @@ -1,20 +0,0 @@ ---- po/ja.po.orig 2007-08-13 19:37:02.000000000 -0400 -+++ po/ja.po 2007-08-14 17:00:06.000000000 -0400 -@@ -97,7 +97,7 @@ msgstr "%k:%M" - #. * possible. - #: ../applets/clock/calendar-window.c:234 - msgid "%b %d" --msgstr "%b%eæ—¥" -+msgstr "%B%eæ—¥" - - #: ../applets/clock/calendar-window.c:742 - msgid "_Tasks" -@@ -138,7 +138,7 @@ msgstr "%k:%M:%S" - #. - #: ../applets/clock/clock.c:369 - msgid "%a %b %e" --msgstr "%b%eæ—¥ (%a)" -+msgstr "%B%eæ—¥ (%a)" - - #. translators: reverse the order of these arguments - #. * if the time should come before the diff --git a/x11/gnome-panel/files/patch-po_ko.po b/x11/gnome-panel/files/patch-po_ko.po deleted file mode 100644 index 7de508a0e..000000000 --- a/x11/gnome-panel/files/patch-po_ko.po +++ /dev/null @@ -1,29 +0,0 @@ ---- po/ko.po.orig 2008-02-26 18:15:58.000000000 +0100 -+++ po/ko.po 2008-02-26 18:16:31.000000000 +0100 -@@ -95,7 +95,7 @@ msgstr "%H:%M" - #. * possible. - #: ../applets/clock/calendar-window.c:250 - msgid "%b %d" --msgstr "%b %eì¼" -+msgstr "%B %eì¼" - - #: ../applets/clock/calendar-window.c:765 - msgid "Tasks" -@@ -146,7 +146,7 @@ msgstr "%H:%M:%S" - #. - #: ../applets/clock/clock.c:443 - msgid "%a %b %e" --msgstr "%b %eì¼ (%a)" -+msgstr "%B %eì¼ (%a)" - - #. translators: reverse the order of these arguments - #. * if the time should come before the -@@ -207,7 +207,7 @@ msgstr "%p %I:%M" - - #: ../applets/clock/clock.c:1590 - msgid "%A, %B %d %Y" --msgstr "%Yë…„ %b %eì¼ %A" -+msgstr "%Yë…„ %B %eì¼ %A" - - #: ../applets/clock/clock.c:1665 - #, c-format diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr deleted file mode 100644 index 263044b5e..000000000 --- a/x11/gnome-panel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This drives the GNOME 2 panel. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist deleted file mode 100644 index 1d349e926..000000000 --- a/x11/gnome-panel/pkg-plist +++ /dev/null @@ -1,581 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/panel-test-applets -etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -etc/gconf/schemas/panel-default-setup.entries -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -include/panel-2.0/GNOME_Panel.h -include/panel-2.0/panel-applet-enums.h -include/panel-2.0/panel-applet-gconf.h -include/panel-2.0/panel-applet.h -lib/libpanel-applet-2.a -lib/libpanel-applet-2.la -lib/libpanel-applet-2.so -lib/libpanel-applet-2.so.0 -libdata/bonobo/servers/GNOME_ClockApplet_Factory.server -libdata/bonobo/servers/GNOME_FishApplet_Factory.server -libdata/bonobo/servers/GNOME_NotificationAreaApplet.server -libdata/bonobo/servers/GNOME_Wncklet_Factory.server -libdata/pkgconfig/libpanelapplet-2.0.pc -libexec/clock-applet -libexec/fish-applet-2 -libexec/gnome-clock-applet-mechanism -libexec/gnome-panel-add -libexec/notification-area-applet -libexec/wnck-applet -share/applications/gnome-panel.desktop -share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service -share/gnome-2.0/ui/GNOME_ClockApplet.xml -share/gnome-2.0/ui/GNOME_FishApplet.xml -share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml -share/gnome-2.0/ui/GNOME_Panel_Popup.xml -share/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml -share/gnome-2.0/ui/GNOME_WindowListApplet.xml -share/gnome-2.0/ui/GNOME_WindowMenuApplet.xml -share/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml -%%DATADIR%%/ui/clock.ui -%%DATADIR%%/ui/fish.ui -%%DATADIR%%/ui/panel-properties-dialog.ui -%%DATADIR%%/ui/panel-run-dialog.ui -%%DATADIR%%/ui/panel-test-applets.ui -%%DATADIR%%/ui/window-list.ui -%%DATADIR%%/ui/workspace-switcher.ui -%%DATADIR%%/pixmaps/clock-calendar-icon.png -%%DATADIR%%/pixmaps/clock-face-large.svg -%%DATADIR%%/pixmaps/clock-face-small-day.svg -%%DATADIR%%/pixmaps/clock-face-small-evening.svg -%%DATADIR%%/pixmaps/clock-face-small-morning.svg -%%DATADIR%%/pixmaps/clock-face-small-night.svg -%%DATADIR%%/pixmaps/clock-face-small.svg -%%DATADIR%%/pixmaps/clock-map-location-current.png -%%DATADIR%%/pixmaps/clock-map-location-hilight.png -%%DATADIR%%/pixmaps/clock-map-location-marker.png -%%DATADIR%%/pixmaps/clock-map.png -%%DATADIR%%/pixmaps/fishanim.png -%%DATADIR%%/pixmaps/footguy.png -%%DATADIR%%/pixmaps/gnome-gegl2-2.png -%%DATADIR%%/pixmaps/gnome-gegl2.png -%%DATADIR%%/pixmaps/monkey.png -%%DATADIR%%/pixmaps/oldwanda.png -%%DATADIR%%/pixmaps/wanda.png -%%DATADIR%%/pixmaps/world_map-960.png -share/gnome-panelrc -share/gnome/help/clock/C/clock.xml -share/gnome/help/clock/C/figures/clock_applet.png -share/gnome/help/clock/C/legal.xml -share/gnome/help/clock/ar/clock.xml -share/gnome/help/clock/ar/figures/clock_applet.png -share/gnome/help/clock/ar/legal.xml -share/gnome/help/clock/ca/clock.xml -share/gnome/help/clock/ca/figures/clock_applet.png -share/gnome/help/clock/ca/legal.xml -share/gnome/help/clock/cs/clock.xml -share/gnome/help/clock/cs/figures/clock_applet.png -share/gnome/help/clock/cs/legal.xml -share/gnome/help/clock/da/clock.xml -share/gnome/help/clock/da/figures/clock_applet.png -share/gnome/help/clock/da/legal.xml -share/gnome/help/clock/de/clock.xml -share/gnome/help/clock/de/figures/clock_applet.png -share/gnome/help/clock/de/legal.xml -share/gnome/help/clock/el/clock.xml -share/gnome/help/clock/el/figures/clock_applet.png -share/gnome/help/clock/el/legal.xml -share/gnome/help/clock/en_GB/clock.xml -share/gnome/help/clock/en_GB/figures/clock_applet.png -share/gnome/help/clock/en_GB/legal.xml -share/gnome/help/clock/es/clock.xml -share/gnome/help/clock/es/figures/clock_applet.png -share/gnome/help/clock/es/legal.xml -share/gnome/help/clock/eu/clock.xml -share/gnome/help/clock/eu/figures/clock_applet.png -share/gnome/help/clock/eu/legal.xml -share/gnome/help/clock/fi/clock.xml -share/gnome/help/clock/fi/figures/clock_applet.png -share/gnome/help/clock/fi/legal.xml -share/gnome/help/clock/fr/clock.xml -share/gnome/help/clock/fr/figures/clock_applet.png -share/gnome/help/clock/fr/legal.xml -share/gnome/help/clock/it/clock.xml -share/gnome/help/clock/it/figures/clock_applet.png -share/gnome/help/clock/it/legal.xml -share/gnome/help/clock/ja/clock.xml -share/gnome/help/clock/ja/figures/clock_applet.png -share/gnome/help/clock/ja/legal.xml -share/gnome/help/clock/ko/clock.xml -share/gnome/help/clock/ko/figures/clock_applet.png -share/gnome/help/clock/ko/legal.xml -share/gnome/help/clock/nl/clock.xml -share/gnome/help/clock/nl/figures/clock_applet.png -share/gnome/help/clock/nl/legal.xml -share/gnome/help/clock/oc/clock.xml -share/gnome/help/clock/oc/figures/clock_applet.png -share/gnome/help/clock/oc/legal.xml -share/gnome/help/clock/pa/clock.xml -share/gnome/help/clock/pa/figures/clock_applet.png -share/gnome/help/clock/pa/legal.xml -share/gnome/help/clock/pt/clock.xml -share/gnome/help/clock/pt/figures/clock_applet.png -share/gnome/help/clock/pt/legal.xml -share/gnome/help/clock/pt_BR/clock.xml -share/gnome/help/clock/pt_BR/figures/clock_applet.png -share/gnome/help/clock/pt_BR/legal.xml -share/gnome/help/clock/ru/clock.xml -share/gnome/help/clock/ru/figures/clock_applet.png -share/gnome/help/clock/ru/legal.xml -share/gnome/help/clock/sr/clock.xml -share/gnome/help/clock/sr/figures/clock_applet.png -share/gnome/help/clock/sr/legal.xml -share/gnome/help/clock/sv/clock.xml -share/gnome/help/clock/sv/figures/clock_applet.png -share/gnome/help/clock/sv/legal.xml -share/gnome/help/clock/th/clock.xml -share/gnome/help/clock/th/figures/clock_applet.png -share/gnome/help/clock/th/legal.xml -share/gnome/help/clock/uk/clock.xml -share/gnome/help/clock/uk/figures/clock_applet.png -share/gnome/help/clock/uk/legal.xml -share/gnome/help/clock/zh_CN/clock.xml -share/gnome/help/clock/zh_CN/figures/clock_applet.png -share/gnome/help/clock/zh_CN/legal.xml -share/gnome/help/clock/zh_HK/clock.xml -share/gnome/help/clock/zh_HK/figures/clock_applet.png -share/gnome/help/clock/zh_HK/legal.xml -share/gnome/help/clock/zh_TW/clock.xml -share/gnome/help/clock/zh_TW/figures/clock_applet.png -share/gnome/help/clock/zh_TW/legal.xml -share/gnome/help/fish/C/figures/fish_applet.png -share/gnome/help/fish/C/fish.xml -share/gnome/help/fish/C/legal.xml -share/gnome/help/fish/ca/figures/fish_applet.png -share/gnome/help/fish/ca/fish.xml -share/gnome/help/fish/ca/legal.xml -share/gnome/help/fish/cs/figures/fish_applet.png -share/gnome/help/fish/cs/fish.xml -share/gnome/help/fish/cs/legal.xml -share/gnome/help/fish/de/figures/fish_applet.png -share/gnome/help/fish/de/fish.xml -share/gnome/help/fish/de/legal.xml -share/gnome/help/fish/el/figures/fish_applet.png -share/gnome/help/fish/el/fish.xml -share/gnome/help/fish/el/legal.xml -share/gnome/help/fish/en_GB/figures/fish_applet.png -share/gnome/help/fish/en_GB/fish.xml -share/gnome/help/fish/en_GB/legal.xml -share/gnome/help/fish/es/figures/fish_applet.png -share/gnome/help/fish/es/fish.xml -share/gnome/help/fish/es/legal.xml -share/gnome/help/fish/eu/figures/fish_applet.png -share/gnome/help/fish/eu/fish.xml -share/gnome/help/fish/eu/legal.xml -share/gnome/help/fish/fi/figures/fish_applet.png -share/gnome/help/fish/fi/fish.xml -share/gnome/help/fish/fi/legal.xml -share/gnome/help/fish/fr/figures/fish_applet.png -share/gnome/help/fish/fr/fish.xml -share/gnome/help/fish/fr/legal.xml -share/gnome/help/fish/it/figures/fish_applet.png -share/gnome/help/fish/it/fish.xml -share/gnome/help/fish/it/legal.xml -share/gnome/help/fish/ko/figures/fish_applet.png -share/gnome/help/fish/ko/fish.xml -share/gnome/help/fish/ko/legal.xml -share/gnome/help/fish/oc/figures/fish_applet.png -share/gnome/help/fish/oc/fish.xml -share/gnome/help/fish/oc/legal.xml -share/gnome/help/fish/ru/figures/fish_applet.png -share/gnome/help/fish/ru/fish.xml -share/gnome/help/fish/ru/legal.xml -share/gnome/help/fish/sv/figures/fish_applet.png -share/gnome/help/fish/sv/fish.xml -share/gnome/help/fish/sv/legal.xml -share/gnome/help/fish/th/figures/fish_applet.png -share/gnome/help/fish/th/fish.xml -share/gnome/help/fish/th/legal.xml -share/gnome/help/fish/uk/figures/fish_applet.png -share/gnome/help/fish/uk/fish.xml -share/gnome/help/fish/uk/legal.xml -share/gnome/help/fish/zh_CN/figures/fish_applet.png -share/gnome/help/fish/zh_CN/fish.xml -share/gnome/help/fish/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/gnome-panel-clock.png -share/icons/hicolor/16x16/apps/gnome-panel-drawer.png -share/icons/hicolor/16x16/apps/gnome-panel-fish.png -share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png -share/icons/hicolor/16x16/apps/gnome-panel-launcher.png -share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png -share/icons/hicolor/16x16/apps/gnome-panel-separator.png -share/icons/hicolor/16x16/apps/gnome-panel-window-list.png -share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png -share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/16x16/apps/gnome-panel.png -share/icons/hicolor/22x22/apps/gnome-panel-clock.png -share/icons/hicolor/22x22/apps/gnome-panel-drawer.png -share/icons/hicolor/22x22/apps/gnome-panel-fish.png -share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png -share/icons/hicolor/22x22/apps/gnome-panel-launcher.png -share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png -share/icons/hicolor/22x22/apps/gnome-panel-separator.png -share/icons/hicolor/22x22/apps/gnome-panel-window-list.png -share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png -share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/22x22/apps/gnome-panel.png -share/icons/hicolor/24x24/apps/gnome-panel-clock.png -share/icons/hicolor/24x24/apps/gnome-panel-drawer.png -share/icons/hicolor/24x24/apps/gnome-panel-fish.png -share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png -share/icons/hicolor/24x24/apps/gnome-panel-launcher.png -share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png -share/icons/hicolor/24x24/apps/gnome-panel-separator.png -share/icons/hicolor/24x24/apps/gnome-panel-window-list.png -share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png -share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/24x24/apps/gnome-panel.png -share/icons/hicolor/32x32/apps/gnome-panel-clock.png -share/icons/hicolor/32x32/apps/gnome-panel-drawer.png -share/icons/hicolor/32x32/apps/gnome-panel-fish.png -share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png -share/icons/hicolor/32x32/apps/gnome-panel-launcher.png -share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png -share/icons/hicolor/32x32/apps/gnome-panel-separator.png -share/icons/hicolor/32x32/apps/gnome-panel-window-list.png -share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png -share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/32x32/apps/gnome-panel.png -share/icons/hicolor/48x48/apps/gnome-panel.png -share/icons/hicolor/scalable/apps/gnome-panel-clock.svg -share/icons/hicolor/scalable/apps/gnome-panel-drawer.svg -share/icons/hicolor/scalable/apps/gnome-panel-fish.svg -share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg -share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg -share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg -share/icons/hicolor/scalable/apps/gnome-panel-separator.svg -share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg -share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg -share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg -share/icons/hicolor/scalable/apps/gnome-panel.svg -share/idl/gnome-panel-2.0/GNOME_Panel.idl -share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/or/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/si/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo -share/omf/clock/clock-C.omf -share/omf/clock/clock-ar.omf -share/omf/clock/clock-ca.omf -share/omf/clock/clock-cs.omf -share/omf/clock/clock-da.omf -share/omf/clock/clock-de.omf -share/omf/clock/clock-el.omf -share/omf/clock/clock-en_GB.omf -share/omf/clock/clock-es.omf -share/omf/clock/clock-eu.omf -share/omf/clock/clock-fi.omf -share/omf/clock/clock-fr.omf -share/omf/clock/clock-it.omf -share/omf/clock/clock-ja.omf -share/omf/clock/clock-ko.omf -share/omf/clock/clock-nl.omf -share/omf/clock/clock-oc.omf -share/omf/clock/clock-pa.omf -share/omf/clock/clock-pt.omf -share/omf/clock/clock-pt_BR.omf -share/omf/clock/clock-ru.omf -share/omf/clock/clock-sr.omf -share/omf/clock/clock-sv.omf -share/omf/clock/clock-th.omf -share/omf/clock/clock-uk.omf -share/omf/clock/clock-zh_CN.omf -share/omf/clock/clock-zh_HK.omf -share/omf/clock/clock-zh_TW.omf -share/omf/fish/fish-C.omf -share/omf/fish/fish-ca.omf -share/omf/fish/fish-cs.omf -share/omf/fish/fish-de.omf -share/omf/fish/fish-el.omf -share/omf/fish/fish-en_GB.omf -share/omf/fish/fish-es.omf -share/omf/fish/fish-eu.omf -share/omf/fish/fish-fi.omf -share/omf/fish/fish-fr.omf -share/omf/fish/fish-it.omf -share/omf/fish/fish-ko.omf -share/omf/fish/fish-oc.omf -share/omf/fish/fish-ru.omf -share/omf/fish/fish-sv.omf -share/omf/fish/fish-th.omf -share/omf/fish/fish-uk.omf -share/omf/fish/fish-zh_CN.omf -share/polkit-1/actions/org.gnome.clockapplet.mechanism.policy -@dirrm share/omf/fish -@dirrm share/omf/clock -@dirrm share/idl/gnome-panel-2.0 -@dirrm share/gnome/help/fish/zh_CN/figures -@dirrm share/gnome/help/fish/zh_CN -@dirrm share/gnome/help/fish/uk/figures -@dirrm share/gnome/help/fish/uk -@dirrm share/gnome/help/fish/th/figures -@dirrm share/gnome/help/fish/th -@dirrm share/gnome/help/fish/sv/figures -@dirrm share/gnome/help/fish/sv -@dirrm share/gnome/help/fish/ru/figures -@dirrm share/gnome/help/fish/ru -@dirrm share/gnome/help/fish/oc/figures -@dirrm share/gnome/help/fish/oc -@dirrm share/gnome/help/fish/ko/figures -@dirrm share/gnome/help/fish/ko -@dirrm share/gnome/help/fish/it/figures -@dirrm share/gnome/help/fish/it -@dirrm share/gnome/help/fish/fr/figures -@dirrm share/gnome/help/fish/fr -@dirrm share/gnome/help/fish/fi/figures -@dirrm share/gnome/help/fish/fi -@dirrm share/gnome/help/fish/eu/figures -@dirrm share/gnome/help/fish/eu -@dirrm share/gnome/help/fish/es/figures -@dirrm share/gnome/help/fish/es -@dirrm share/gnome/help/fish/en_GB/figures -@dirrm share/gnome/help/fish/en_GB -@dirrm share/gnome/help/fish/el/figures -@dirrm share/gnome/help/fish/el -@dirrm share/gnome/help/fish/de/figures -@dirrm share/gnome/help/fish/de -@dirrm share/gnome/help/fish/cs/figures -@dirrm share/gnome/help/fish/cs -@dirrm share/gnome/help/fish/ca/figures -@dirrm share/gnome/help/fish/ca -@dirrm share/gnome/help/fish/C/figures -@dirrm share/gnome/help/fish/C -@dirrm share/gnome/help/fish -@dirrm share/gnome/help/clock/zh_TW/figures -@dirrm share/gnome/help/clock/zh_TW -@dirrm share/gnome/help/clock/zh_HK/figures -@dirrm share/gnome/help/clock/zh_HK -@dirrm share/gnome/help/clock/zh_CN/figures -@dirrm share/gnome/help/clock/zh_CN -@dirrm share/gnome/help/clock/uk/figures -@dirrm share/gnome/help/clock/uk -@dirrm share/gnome/help/clock/th/figures -@dirrm share/gnome/help/clock/th -@dirrm share/gnome/help/clock/sv/figures -@dirrm share/gnome/help/clock/sv -@dirrm share/gnome/help/clock/sr/figures -@dirrm share/gnome/help/clock/sr -@dirrm share/gnome/help/clock/ru/figures -@dirrm share/gnome/help/clock/ru -@dirrm share/gnome/help/clock/pt_BR/figures -@dirrm share/gnome/help/clock/pt_BR -@dirrm share/gnome/help/clock/pt/figures -@dirrm share/gnome/help/clock/pt -@dirrm share/gnome/help/clock/pa/figures -@dirrm share/gnome/help/clock/pa -@dirrm share/gnome/help/clock/oc/figures -@dirrm share/gnome/help/clock/oc -@dirrm share/gnome/help/clock/nl/figures -@dirrm share/gnome/help/clock/nl -@dirrm share/gnome/help/clock/ko/figures -@dirrm share/gnome/help/clock/ko -@dirrm share/gnome/help/clock/ja/figures -@dirrm share/gnome/help/clock/ja -@dirrm share/gnome/help/clock/it/figures -@dirrm share/gnome/help/clock/it -@dirrm share/gnome/help/clock/fr/figures -@dirrm share/gnome/help/clock/fr -@dirrm share/gnome/help/clock/fi/figures -@dirrm share/gnome/help/clock/fi -@dirrm share/gnome/help/clock/eu/figures -@dirrm share/gnome/help/clock/eu -@dirrm share/gnome/help/clock/es/figures -@dirrm share/gnome/help/clock/es -@dirrm share/gnome/help/clock/en_GB/figures -@dirrm share/gnome/help/clock/en_GB -@dirrm share/gnome/help/clock/el/figures -@dirrm share/gnome/help/clock/el -@dirrm share/gnome/help/clock/de/figures -@dirrm share/gnome/help/clock/de -@dirrm share/gnome/help/clock/da/figures -@dirrm share/gnome/help/clock/da -@dirrm share/gnome/help/clock/cs/figures -@dirrm share/gnome/help/clock/cs -@dirrm share/gnome/help/clock/ca/figures -@dirrm share/gnome/help/clock/ca -@dirrm share/gnome/help/clock/ar/figures -@dirrm share/gnome/help/clock/ar -@dirrm share/gnome/help/clock/C/figures -@dirrm share/gnome/help/clock/C -@dirrm share/gnome/help/clock -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/panel-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile deleted file mode 100644 index 532707ba7..000000000 --- a/x11/gnome-screensaver/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: gnome-screensaver -# Date created: 09 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.117 2010/03/11 16:00:09 kwm Exp $ -# - -PORTNAME= gnome-screensaver -PORTVERSION= 2.30.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME screen saver and locker - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_XORG= xtst xxf86vm -USE_GNOME= gnomeprefix gnomehack intlhack gnomemenus libgnomekbd \ - gnomedesktop -CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ - --with-xscreensaverdir=${XSCREENSAVER_DIR} \ - --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-screensaver.schemas -MAN1= gnome-screensaver-command.1 gnome-screensaver-preferences.1 \ - gnome-screensaver.1 - -PLIST= ${WRKDIR}/pkg-plist -SUB_FILES+= gnome-screensaver.pam - -XSCREENSAVER_DIR= ${LOCALBASE}/share/xscreensaver/config -SCREENSAVER_DIR= share/applications/screensavers - -XSCREENSAVER_EXCLUDE= "(popsquares.xml)" - -OPTIONS= PAM "Pluggable Authentication Module support" on \ - KEYRING "Enable GnomeKeyring integration (needs PAM)" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_PAM) -RUN_DEPENDS+= pam_helper:${PORTSDIR}/security/pam_helper -CONFIGURE_ARGS+= --enable-authentication-scheme=helper \ - --with-passwd-helper=${LOCALBASE}/bin/pam_helper -PLIST_SUB+= PAM="" -.else -CONFIGURE_ARGS+= --disable-pam -PLIST_SUB+= PAM="@comment " -.endif - -.if defined(WITH_KEYRING) && defined(WITH_PAM) -SUB_LIST+= PAM_KEYRING= -RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring -.else -SUB_LIST+= PAM_KEYRING=\# -.endif - -pre-everything:: -.if defined(WITHOUT_PAM) && defined(WITH_KEYRING) - @${ECHO_MSG} "Keyring integration is disabled because it needs PAM." -.endif - -post-patch: -.if defined(WITH_PAM) - @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ - ${WRKSRC}/src/gs-auth-pam.c -.endif - -pre-install: - @${CAT} ${.CURDIR}/pkg-plist > ${PLIST} - @cd ${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ - ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ - ${SED} -e 's:^:${SCREENSAVER_DIR}/:' | \ - ${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST} - @${ECHO_CMD} @dirrm ${SCREENSAVER_DIR} >> ${PLIST} - -post-install: - ${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog - ${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog - ${MKDIR} ${PREFIX}/${SCREENSAVER_DIR} - cd ${PREFIX}/${SCREENSAVER_DIR} && \ - ${FIND} -s ${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \ - ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ - ${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh -.if defined(WITH_PAM) - ${INSTALL_DATA} ${WRKDIR}/gnome-screensaver.pam ${PREFIX}/etc/pam.d/gnome-screensaver -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-screensaver/distinfo b/x11/gnome-screensaver/distinfo deleted file mode 100644 index 5cf7179b9..000000000 --- a/x11/gnome-screensaver/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-screensaver-2.30.0.tar.bz2) = a18086bf2191795d87b7ea80b7b66daa -SHA256 (gnome2/gnome-screensaver-2.30.0.tar.bz2) = f653d3e4a872d435bce9d74ea8d14e54090c4c803521d5fe940e948c1dccc060 -SIZE (gnome2/gnome-screensaver-2.30.0.tar.bz2) = 4803639 diff --git a/x11/gnome-screensaver/files/gnome-screensaver.pam.in b/x11/gnome-screensaver/files/gnome-screensaver.pam.in deleted file mode 100644 index c2f8394ff..000000000 --- a/x11/gnome-screensaver/files/gnome-screensaver.pam.in +++ /dev/null @@ -1,3 +0,0 @@ -auth include system -%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so -account include system diff --git a/x11/gnome-screensaver/files/patch-data_Makefile.in b/x11/gnome-screensaver/files/patch-data_Makefile.in deleted file mode 100644 index b61f2225d..000000000 --- a/x11/gnome-screensaver/files/patch-data_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- data/Makefile.in.orig 2009-06-15 22:41:37.000000000 +0200 -+++ data/Makefile.in 2009-06-15 22:42:51.000000000 +0200 -@@ -916,38 +916,38 @@ - @GCONF_SCHEMAS_INSTALL_FALSE@install-data-local: - - install-data-hook: -- @system=`uname`; \ -- if test -f /usr/include/security/pam_appl.h; then \ -- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ -- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -- fi; \ -- if test $$system = Linux; then \ -- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \ -- $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \ -- fi; \ -- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ -- echo "***" ; \ -- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ -- echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \ -- echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \ -- echo "*** not work." ; \ -- echo "***" ; \ -- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ -- echo "***" ; \ -- fi; \ -- fi; \ -- if test $$system = SunOS; then \ -- echo "***" ; \ -- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ -- echo "*** need to manually add authentication for gnome-screensaver in" ; \ -- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ -- echo "*** Otherwise, unlocking might not work." ; \ -- echo "***" ; \ -- fi; \ -- fi -+# @system=`uname`; \ -+# if test -f /usr/include/security/pam_appl.h; then \ -+# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ -+# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -+# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ -+# fi; \ -+# if test $$system = Linux; then \ -+# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \ -+# $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \ -+# fi; \ -+# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ -+# echo "***" ; \ -+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -+# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ -+# echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \ -+# echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \ -+# echo "*** not work." ; \ -+# echo "***" ; \ -+# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ -+# echo "***" ; \ -+# fi; \ -+# fi; \ -+# if test $$system = SunOS; then \ -+# echo "***" ; \ -+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \ -+# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ -+# echo "*** need to manually add authentication for gnome-screensaver in" ; \ -+# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ -+# echo "*** Otherwise, unlocking might not work." ; \ -+# echo "***" ; \ -+# fi; \ -+# fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/x11/gnome-screensaver/files/patch-src_gs-job.c b/x11/gnome-screensaver/files/patch-src_gs-job.c deleted file mode 100644 index 39e303d27..000000000 --- a/x11/gnome-screensaver/files/patch-src_gs-job.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gs-job.c.orig Wed Sep 7 09:23:59 2005 -+++ src/gs-job.c Mon Sep 12 13:24:11 2005 -@@ -29,7 +29,8 @@ - #include <sys/wait.h> - #include <errno.h> - --#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS) -+#if defined(HAVE_SETPRIORITY) -+#include <sys/time.h> - #include <sys/resource.h> - #endif - diff --git a/x11/gnome-screensaver/pkg-descr b/x11/gnome-screensaver/pkg-descr deleted file mode 100644 index 96af92f11..000000000 --- a/x11/gnome-screensaver/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Gnome-screensaver is GNOME-based screen saver and locker that aims to have -simple, sane, secure defaults and be well integrated with the desktop. -It is designed to support: - - * the ability to lock down configuration settings - * translation into other languages - * user switching diff --git a/x11/gnome-screensaver/pkg-plist b/x11/gnome-screensaver/pkg-plist deleted file mode 100644 index 8922fb86e..000000000 --- a/x11/gnome-screensaver/pkg-plist +++ /dev/null @@ -1,156 +0,0 @@ -bin/gnome-screensaver -bin/gnome-screensaver-command -bin/gnome-screensaver-preferences -%%PAM%%etc/pam.d/gnome-screensaver -etc/xdg/autostart/gnome-screensaver.desktop -etc/xdg/menus/gnome-screensavers.menu -libdata/pkgconfig/gnome-screensaver.pc -libexec/gnome-screensaver-dialog -libexec/gnome-screensaver-gl-helper -libexec/gnome-screensaver/floaters -libexec/gnome-screensaver/popsquares -libexec/gnome-screensaver/slideshow -share/applications/gnome-screensaver-preferences.desktop -share/applications/screensavers/cosmos-slideshow.desktop -share/applications/screensavers/footlogo-floaters.desktop -share/applications/screensavers/personal-slideshow.desktop -share/applications/screensavers/popsquares.desktop -share/desktop-directories/gnome-screensaver.directory -%%DATADIR%%/gnome-screensaver-preferences.ui -%%DATADIR%%/lock-dialog-default.ui -share/locale/ar/LC_MESSAGES/gnome-screensaver.mo -share/locale/as/LC_MESSAGES/gnome-screensaver.mo -share/locale/ast/LC_MESSAGES/gnome-screensaver.mo -share/locale/be/LC_MESSAGES/gnome-screensaver.mo -share/locale/be@latin/LC_MESSAGES/gnome-screensaver.mo -share/locale/bg/LC_MESSAGES/gnome-screensaver.mo -share/locale/bn/LC_MESSAGES/gnome-screensaver.mo -share/locale/bn_IN/LC_MESSAGES/gnome-screensaver.mo -share/locale/br/LC_MESSAGES/gnome-screensaver.mo -share/locale/ca/LC_MESSAGES/gnome-screensaver.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-screensaver.mo -share/locale/crh/LC_MESSAGES/gnome-screensaver.mo -share/locale/cs/LC_MESSAGES/gnome-screensaver.mo -share/locale/cy/LC_MESSAGES/gnome-screensaver.mo -share/locale/da/LC_MESSAGES/gnome-screensaver.mo -share/locale/de/LC_MESSAGES/gnome-screensaver.mo -share/locale/dz/LC_MESSAGES/gnome-screensaver.mo -share/locale/el/LC_MESSAGES/gnome-screensaver.mo -share/locale/en@shaw/LC_MESSAGES/gnome-screensaver.mo -share/locale/en_CA/LC_MESSAGES/gnome-screensaver.mo -share/locale/en_GB/LC_MESSAGES/gnome-screensaver.mo -share/locale/es/LC_MESSAGES/gnome-screensaver.mo -share/locale/et/LC_MESSAGES/gnome-screensaver.mo -share/locale/eu/LC_MESSAGES/gnome-screensaver.mo -share/locale/fa/LC_MESSAGES/gnome-screensaver.mo -share/locale/fi/LC_MESSAGES/gnome-screensaver.mo -share/locale/fr/LC_MESSAGES/gnome-screensaver.mo -share/locale/ga/LC_MESSAGES/gnome-screensaver.mo -share/locale/gl/LC_MESSAGES/gnome-screensaver.mo -share/locale/gu/LC_MESSAGES/gnome-screensaver.mo -share/locale/he/LC_MESSAGES/gnome-screensaver.mo -share/locale/hi/LC_MESSAGES/gnome-screensaver.mo -share/locale/hr/LC_MESSAGES/gnome-screensaver.mo -share/locale/hu/LC_MESSAGES/gnome-screensaver.mo -share/locale/id/LC_MESSAGES/gnome-screensaver.mo -share/locale/is/LC_MESSAGES/gnome-screensaver.mo -share/locale/it/LC_MESSAGES/gnome-screensaver.mo -share/locale/ja/LC_MESSAGES/gnome-screensaver.mo -share/locale/ka/LC_MESSAGES/gnome-screensaver.mo -share/locale/kn/LC_MESSAGES/gnome-screensaver.mo -share/locale/ko/LC_MESSAGES/gnome-screensaver.mo -share/locale/ku/LC_MESSAGES/gnome-screensaver.mo -share/locale/lt/LC_MESSAGES/gnome-screensaver.mo -share/locale/lv/LC_MESSAGES/gnome-screensaver.mo -share/locale/mai/LC_MESSAGES/gnome-screensaver.mo -share/locale/mg/LC_MESSAGES/gnome-screensaver.mo -share/locale/mk/LC_MESSAGES/gnome-screensaver.mo -share/locale/ml/LC_MESSAGES/gnome-screensaver.mo -share/locale/mn/LC_MESSAGES/gnome-screensaver.mo -share/locale/mr/LC_MESSAGES/gnome-screensaver.mo -share/locale/nb/LC_MESSAGES/gnome-screensaver.mo -share/locale/nds/LC_MESSAGES/gnome-screensaver.mo -share/locale/ne/LC_MESSAGES/gnome-screensaver.mo -share/locale/nl/LC_MESSAGES/gnome-screensaver.mo -share/locale/nn/LC_MESSAGES/gnome-screensaver.mo -share/locale/oc/LC_MESSAGES/gnome-screensaver.mo -share/locale/or/LC_MESSAGES/gnome-screensaver.mo -share/locale/pa/LC_MESSAGES/gnome-screensaver.mo -share/locale/pl/LC_MESSAGES/gnome-screensaver.mo -share/locale/ps/LC_MESSAGES/gnome-screensaver.mo -share/locale/pt/LC_MESSAGES/gnome-screensaver.mo -share/locale/pt_BR/LC_MESSAGES/gnome-screensaver.mo -share/locale/ro/LC_MESSAGES/gnome-screensaver.mo -share/locale/ru/LC_MESSAGES/gnome-screensaver.mo -share/locale/si/LC_MESSAGES/gnome-screensaver.mo -share/locale/sk/LC_MESSAGES/gnome-screensaver.mo -share/locale/sl/LC_MESSAGES/gnome-screensaver.mo -share/locale/sq/LC_MESSAGES/gnome-screensaver.mo -share/locale/sr/LC_MESSAGES/gnome-screensaver.mo -share/locale/sr@latin/LC_MESSAGES/gnome-screensaver.mo -share/locale/sv/LC_MESSAGES/gnome-screensaver.mo -share/locale/ta/LC_MESSAGES/gnome-screensaver.mo -share/locale/te/LC_MESSAGES/gnome-screensaver.mo -share/locale/th/LC_MESSAGES/gnome-screensaver.mo -share/locale/tr/LC_MESSAGES/gnome-screensaver.mo -share/locale/uk/LC_MESSAGES/gnome-screensaver.mo -share/locale/vi/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_CN/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_HK/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_TW/LC_MESSAGES/gnome-screensaver.mo -share/backgrounds/cosmos/background-1.xml -share/backgrounds/cosmos/blue-marble-west.jpg -share/backgrounds/cosmos/cloud.jpg -share/backgrounds/cosmos/comet.jpg -share/backgrounds/cosmos/earth-horizon.jpg -share/backgrounds/cosmos/galaxy-ngc3370.jpg -share/backgrounds/cosmos/helix-nebula.jpg -share/backgrounds/cosmos/jupiter.jpg -share/backgrounds/cosmos/sombrero.jpg -share/backgrounds/cosmos/whirlpool.jpg -share/gnome-background-properties/cosmos.xml -share/pixmaps/gnome-logo-white.svg -@dirrm share/gnome-background-properties -@dirrm share/backgrounds/cosmos -@dirrmtry share/backgrounds -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/gnome-screensaver -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile deleted file mode 100644 index 838bc9994..000000000 --- a/x11/gnome-session/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: gnomesession -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.180 2010/03/14 01:13:21 kwm Exp $ -# - -PORTNAME= gnome-session -PORTVERSION= 2.30.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME \ - http://www.marcuscom.com/downloads/:local -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${SPLASHES}:local -DIST_SUBDIR= gnome2 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Session component for the GNOME 2 desktop - -BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - notify.1:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - devkit-power-gobject.1:${PORTSDIR}/sysutils/upower -RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ - ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo - -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= ice sm xau xrandr -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docbook-docs \ - --enable-splash -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-session.1 gnome-wm.1 gnome-session-properties.1 \ - gnome-session-save.1 -GCONF_SCHEMAS= gnome-session.schemas - -SPLASHES= freebsd-splashes-gnome-2.18_1.tar - -post-extract: - cd ${WRKDIR} && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES} - -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/gnome-splash.png \ - ${PREFIX}/share/pixmaps/splash/original-gnome-splash.png -# ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \ -# ${PREFIX}/share/pixmaps/splash/gnome-splash.png -.for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png franz-splash_218.png adamw-bat-2.18.jpg adamw-conky-2.18.png adamw-cow-2.18.png adamw-mouth-2.18.png adamw-swing-2.18.png - ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.18/${splash} \ - ${PREFIX}/share/pixmaps/splash -.endfor - -.include <bsd.port.mk> diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo deleted file mode 100644 index 8d32bec92..000000000 --- a/x11/gnome-session/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gnome2/gnome-session-2.30.0.tar.bz2) = d15fdd120f3c7d01e4a388a4a0e73932 -SHA256 (gnome2/gnome-session-2.30.0.tar.bz2) = efeb45319403546fa60e6cb035e4de5e87731ea672fd37635749af49d0fd4d84 -SIZE (gnome2/gnome-session-2.30.0.tar.bz2) = 827745 -MD5 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 80eb8c52fcf9fe977e0bf8ed48b85fe5 -SHA256 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = fcca0f6eb759a4ef0211ecd61340f84ce8ad4d7493f725ac8613724faadbb508 -SIZE (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 1630720 diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in deleted file mode 100644 index 48f55c540..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-session/Makefile.in.orig 2009-08-26 14:18:15.000000000 -0400 -+++ gnome-session/Makefile.in 2009-08-26 14:20:10.000000000 -0400 -@@ -360,6 +360,7 @@ test_client_dbus_LDADD = \ - - gnome_session_LDADD = \ - libgsmutil.la \ -+ -lexecinfo \ - $(top_builddir)/egg/libeggdesktopfile.la \ - $(SM_LIBS) \ - $(ICE_LIBS) \ diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c b/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c deleted file mode 100644 index 3044f1b89..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 -+++ gnome-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 -@@ -25,6 +25,7 @@ - #include <string.h> - #include <sys/wait.h> - #include <errno.h> -+#include <signal.h> - - #include <glib.h> - #include <gio/gio.h> diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr deleted file mode 100644 index ee3e0826e..000000000 --- a/x11/gnome-session/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This provides session management for the GNOME 2 desktop, and -provides the tools used to start the desktop. - -WWW: http://www.gnome.org diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist deleted file mode 100644 index cff118134..000000000 --- a/x11/gnome-session/pkg-plist +++ /dev/null @@ -1,204 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-save -bin/gnome-wm -etc/xdg/autostart/gnome-session-splash.desktop -etc/xdg/autostart/gnome-settings-daemon-helper.desktop -libexec/gnome-session/helpers/gnome-session-splash -libexec/gnome-session/helpers/gnome-settings-daemon-helper -share/applications/session-properties.desktop -%%DATADIR%%/gsm-inhibit-dialog.ui -%%DATADIR%%/session-properties.ui -share/icons/hicolor/16x16/apps/session-properties.png -share/icons/hicolor/22x22/apps/session-properties.png -share/icons/hicolor/24x24/apps/session-properties.png -share/icons/hicolor/32x32/apps/session-properties.png -share/icons/hicolor/48x48/apps/session-properties.png -share/icons/hicolor/scalable/apps/session-properties.svg -share/locale/af/LC_MESSAGES/gnome-session-2.0.mo -share/locale/am/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo -share/locale/as/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-session-2.0.mo -share/locale/az/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/br/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-session-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/da/LC_MESSAGES/gnome-session-2.0.mo -share/locale/de/LC_MESSAGES/gnome-session-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-session-2.0.mo -share/locale/el/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/es/LC_MESSAGES/gnome-session-2.0.mo -share/locale/et/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fur/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ha/LC_MESSAGES/gnome-session-2.0.mo -share/locale/he/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/id/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ig/LC_MESSAGES/gnome-session-2.0.mo -share/locale/is/LC_MESSAGES/gnome-session-2.0.mo -share/locale/it/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-session-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-session-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-session-2.0.mo -share/locale/or/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-session-2.0.mo -share/locale/si/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo -share/locale/te/LC_MESSAGES/gnome-session-2.0.mo -share/locale/th/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uz/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-session-2.0.mo -share/pixmaps/splash/MaMBaNgGaoX-2.12.png -share/pixmaps/splash/adamw-bat-2.18.jpg -share/pixmaps/splash/adamw-conky-2.18.png -share/pixmaps/splash/adamw-cow-2.18.png -share/pixmaps/splash/adamw-mouth-2.18.png -share/pixmaps/splash/adamw-piggy-2.12.png -share/pixmaps/splash/adamw-swing-2.18.png -share/pixmaps/splash/adamw-trophy-2.12.png -share/pixmaps/splash/andreas-slogan-2.12.png -share/pixmaps/splash/andreas-splash-2.12.png -share/pixmaps/splash/domix-splash-2.12.png -share/pixmaps/splash/domix-splash2-2.12.png -share/pixmaps/splash/franz-splash_218.png -share/pixmaps/splash/gnome-splash.png -share/pixmaps/splash/mumija-2.12.png -share/pixmaps/splash/mumija2-2.12.png -share/pixmaps/splash/mumija3-2.12.png -share/pixmaps/splash/original-gnome-splash.png -share/pixmaps/splash/tremulant-2.12.png -share/pixmaps/splash/tremulant-blood-2.12.png -share/pixmaps/splash/tremulant-brushed-metal-2.12.png -share/xsessions/gnome.desktop -@dirrmtry share/xsessions -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/gnome-session/helpers -@dirrm libexec/gnome-session -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile deleted file mode 100644 index 2265bb8c7..000000000 --- a/x11/gnome-shell/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gnome-shell -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.10 2010/02/25 16:49:33 kwm Exp $ -# - -PORTNAME= gnome-shell -PORTVERSION= 2.29.1 -CATEGORIES= x11 -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Next generation GNOME desktop shell - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - mutter-private.0:${PORTSDIR}/x11-wm/mutter \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - gjs-gi:${PORTSDIR}/lang/gjs -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - glxinfo:${PORTSDIR}/graphics/mesa-demos - -USE_BZIP2= yes -USE_XORG= x11 xfixes sm -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomemenus \ - gnomedesktop ltverhack libgnomeui librsvg2 -USE_GSTREAMER= theora -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/js -I${LOCALBASE}/include/nspr" - -GCONF_SCHEMAS= gnome-shell.schemas - -MAN1= gnome-shell.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/gnome-shell.in -# temp hack around configure failure in 2.29.90. Fixed upstream - @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|gnome-shell|g' \ - ${WRKSRC}/po/Makefile.in.in - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo deleted file mode 100644 index 088b45374..000000000 --- a/x11/gnome-shell/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-shell-2.29.1.tar.bz2) = dc98591ba7fe8acb92292bc0b2f9d246 -SHA256 (gnome2/gnome-shell-2.29.1.tar.bz2) = 710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b -SIZE (gnome2/gnome-shell-2.29.1.tar.bz2) = 669050 diff --git a/x11/gnome-shell/files/patch-src_Makefile.in b/x11/gnome-shell/files/patch-src_Makefile.in deleted file mode 100644 index 592ea873a..000000000 --- a/x11/gnome-shell/files/patch-src_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- src/Makefile.in.orig 2009-08-29 12:13:13.000000000 +0200 -+++ src/Makefile.in 2009-08-29 12:13:25.000000000 +0200 -@@ -492,7 +492,6 @@ libtray_la_CPPFLAGS = $(tray_cflags) - libtray_la_LDFLAGS = $(LDADD) - gnome_shell_cflags = \ - $(MUTTER_PLUGIN_CFLAGS) \ -- $(LIBGNOMEUI_CFLAGS) \ - -I$(srcdir)/tray \ - -DGETTEXT_PACKAGE=\"gnome-shell\" \ - -DLOCALEDIR=\"$(datadir)/locale\" \ -@@ -548,7 +547,6 @@ libgnome_shell_la_gir_sources = \ - libgnome_shell_la_LDFLAGS = -avoid-version -module - libgnome_shell_la_LIBADD = \ - $(MUTTER_PLUGIN_LIBS) \ -- $(LIBGNOMEUI_LIBS) \ - libbig-1.0.la \ - libgdmuser-1.0.la \ - libtray.la diff --git a/x11/gnome-shell/files/patch-src_gdmuser_gdm-user-manager.c b/x11/gnome-shell/files/patch-src_gdmuser_gdm-user-manager.c deleted file mode 100644 index 1bf59d1bc..000000000 --- a/x11/gnome-shell/files/patch-src_gdmuser_gdm-user-manager.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gdmuser/gdm-user-manager.c.orig 2009-08-14 05:38:43.000000000 +0000 -+++ src/gdmuser/gdm-user-manager.c 2009-08-14 05:39:14.000000000 +0000 -@@ -1297,7 +1297,7 @@ - } - } - -- for (pwent = fgetpwent (fp); pwent != NULL; pwent = fgetpwent (fp)) { -+ for (pwent = getpwent(); pwent != NULL; pwent = getpwent()) { - GdmUser *user; - - user = NULL; diff --git a/x11/gnome-shell/files/patch-src_gnome-shell.in b/x11/gnome-shell/files/patch-src_gnome-shell.in deleted file mode 100644 index 07775f34d..000000000 --- a/x11/gnome-shell/files/patch-src_gnome-shell.in +++ /dev/null @@ -1,8 +0,0 @@ ---- src/gnome-shell.in.orig 2009-08-28 18:34:04.000000000 +0200 -+++ src/gnome-shell.in 2009-08-29 12:13:44.000000000 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - - import atexit - import optparse diff --git a/x11/gnome-shell/pkg-descr b/x11/gnome-shell/pkg-descr deleted file mode 100644 index 693aa3b6e..000000000 --- a/x11/gnome-shell/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Next generation GNOME desktop shell - -WWW: http://live.gnome.org/GnomeShell diff --git a/x11/gnome-shell/pkg-message b/x11/gnome-shell/pkg-message deleted file mode 100644 index e00823112..000000000 --- a/x11/gnome-shell/pkg-message +++ /dev/null @@ -1,33 +0,0 @@ -Running - -You can either start gnome-shell "nested" in a window within your current -session, or you can run it within your session replacing gnome-panel and -window manager. - -Depending on the state of your X drivers, one or of the other of these may -work better. So, if the first one you try doesn't work, try the other. - -==== - -Running gnome-shell replacing the panel - -This approach is best when trying out the GNOME Shell and wanting to see its -full potential. - -gnome-shell --replace - -When gnome-shell exits (you can kill it with Control-C in the terminal in which -you started it), gnome-panel and metacity are restarted. - -==== - -Running gnome-shell nested - -This approach is useful when developing the GNOME Shell and wanting to quickly -test some changes. NOTE: It isn't useful for getting a good feel for how the -shell works since it will be really slow, and won't properly integrate with -the rest of your desktop. - -gnome-shell -(This requires a relatively recent version of Xephyr with GLX support to be -installed on your system (x11-servers/xephyr). diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist deleted file mode 100644 index 32918573d..000000000 --- a/x11/gnome-shell/pkg-plist +++ /dev/null @@ -1,110 +0,0 @@ -bin/gnome-shell -lib/gnome-shell/Big-1.0.typelib -lib/gnome-shell/Gdm-1.0.typelib -lib/gnome-shell/Shell-0.1.typelib -lib/gnome-shell/St-1.0.typelib -lib/mutter/plugins/libgnome-shell.a -lib/mutter/plugins/libgnome-shell.la -lib/mutter/plugins/libgnome-shell.so -share/applications/gnome-shell.desktop -%%DATADIR%%/images/close-black.svg -%%DATADIR%%/images/magnifier.svg -%%DATADIR%%/js/misc/docInfo.js -%%DATADIR%%/js/misc/format.js -%%DATADIR%%/js/misc/params.js -%%DATADIR%%/js/ui/altTab.js -%%DATADIR%%/js/ui/appDisplay.js -%%DATADIR%%/js/ui/appFavorites.js -%%DATADIR%%/js/ui/calendar.js -%%DATADIR%%/js/ui/chrome.js -%%DATADIR%%/js/ui/dash.js -%%DATADIR%%/js/ui/dnd.js -%%DATADIR%%/js/ui/docDisplay.js -%%DATADIR%%/js/ui/environment.js -%%DATADIR%%/js/ui/extensionSystem.js -%%DATADIR%%/js/ui/genericDisplay.js -%%DATADIR%%/js/ui/lightbox.js -%%DATADIR%%/js/ui/link.js -%%DATADIR%%/js/ui/lookingGlass.js -%%DATADIR%%/js/ui/main.js -%%DATADIR%%/js/ui/messageTray.js -%%DATADIR%%/js/ui/notificationDaemon.js -%%DATADIR%%/js/ui/overview.js -%%DATADIR%%/js/ui/placeDisplay.js -%%DATADIR%%/js/ui/panel.js -%%DATADIR%%/js/ui/runDialog.js -%%DATADIR%%/js/ui/search.js -%%DATADIR%%/js/ui/shellDBus.js -%%DATADIR%%/js/ui/statusMenu.js -%%DATADIR%%/js/ui/sidebar.js -%%DATADIR%%/js/ui/tweener.js -%%DATADIR%%/js/ui/widget.js -%%DATADIR%%/js/ui/widgetBox.js -%%DATADIR%%/js/ui/windowAttentionHandler.js -%%DATADIR%%/js/ui/windowManager.js -%%DATADIR%%/js/ui/workspace.js -%%DATADIR%%/js/ui/workspaceSwitcherPopup.js -%%DATADIR%%/js/ui/workspacesView.js -%%DATADIR%%/theme/add-workspace.svg -%%DATADIR%%/theme/close-window.svg -%%DATADIR%%/theme/close.svg -%%DATADIR%%/theme/corner-ripple.png -%%DATADIR%%/theme/dialog-error.svg -%%DATADIR%%/theme/gnome-shell.css -%%DATADIR%%/theme/mosaic-view-active.svg -%%DATADIR%%/theme/mosaic-view.svg -%%DATADIR%%/theme/move-window-on-new.svg -%%DATADIR%%/theme/remove-workspace.svg -%%DATADIR%%/theme/scroll-button-down-hover.png -%%DATADIR%%/theme/scroll-button-down.png -%%DATADIR%%/theme/scroll-button-up-hover.png -%%DATADIR%%/theme/scroll-button-up.png -%%DATADIR%%/theme/scroll-hhandle.svg -%%DATADIR%%/theme/scroll-vhandle.svg -%%DATADIR%%/theme/section-back.svg -%%DATADIR%%/theme/section-more-open.svg -%%DATADIR%%/theme/section-more.svg -%%DATADIR%%/theme/single-view-active.svg -%%DATADIR%%/theme/single-view.svg -%%DATADIR%%/theme/ws-switch-arrow-left.svg -%%DATADIR%%/theme/ws-switch-arrow-right.svg -share/locale/ar/LC_MESSAGES/gnome-shell.mo -share/locale/bg/LC_MESSAGES/gnome-shell.mo -share/locale/ca/LC_MESSAGES/gnome-shell.mo -share/locale/cs/LC_MESSAGES/gnome-shell.mo -share/locale/da/LC_MESSAGES/gnome-shell.mo -share/locale/de/LC_MESSAGES/gnome-shell.mo -share/locale/el/LC_MESSAGES/gnome-shell.mo -share/locale/en_GB/LC_MESSAGES/gnome-shell.mo -share/locale/es/LC_MESSAGES/gnome-shell.mo -share/locale/fi/LC_MESSAGES/gnome-shell.mo -share/locale/fr/LC_MESSAGES/gnome-shell.mo -share/locale/ga/LC_MESSAGES/gnome-shell.mo -share/locale/gl/LC_MESSAGES/gnome-shell.mo -share/locale/he/LC_MESSAGES/gnome-shell.mo -share/locale/hu/LC_MESSAGES/gnome-shell.mo -share/locale/it/LC_MESSAGES/gnome-shell.mo -share/locale/ko/LC_MESSAGES/gnome-shell.mo -share/locale/nb/LC_MESSAGES/gnome-shell.mo -share/locale/nl/LC_MESSAGES/gnome-shell.mo -share/locale/pa/LC_MESSAGES/gnome-shell.mo -share/locale/pl/LC_MESSAGES/gnome-shell.mo -share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo -share/locale/ro/LC_MESSAGES/gnome-shell.mo -share/locale/ru/LC_MESSAGES/gnome-shell.mo -share/locale/sl/LC_MESSAGES/gnome-shell.mo -share/locale/sr/LC_MESSAGES/gnome-shell.mo -share/locale/sr@latin/LC_MESSAGES/gnome-shell.mo -share/locale/sv/LC_MESSAGES/gnome-shell.mo -share/locale/tr/LC_MESSAGES/gnome-shell.mo -share/locale/vi/LC_MESSAGES/gnome-shell.mo -share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo -@dirrm %%DATADIR%%/theme -@dirrm %%DATADIR%%/js/ui -@dirrm %%DATADIR%%/js/misc -@dirrm %%DATADIR%%/js -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -@dirrm lib/gnome-shell -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile deleted file mode 100644 index 7ef638d0c..000000000 --- a/x11/gnome-terminal/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-terminal/Makefile,v 1.131 2010/04/26 22:47:48 kwm Exp $ -# - -PORTNAME= gnome-terminal -PORTVERSION= 2.30.1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Terminal component for the GNOME 2 Desktop - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_GETTEXT= yes -USE_BZIP2= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \ - libgnome -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-terminal.schemas - -post-patch: - @${TOUCH} -f ${WRKSRC}/aclocal.m4 - -.include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo deleted file mode 100644 index 5f3e251d1..000000000 --- a/x11/gnome-terminal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.30.1.tar.bz2) = fed3235a053ce34a16218bfe1c2202ca -SHA256 (gnome2/gnome-terminal-2.30.1.tar.bz2) = 6f30ff97c0798dbfdc8e0910427d88d1d210b8b63f3d0a238a3d48ef2a280cd7 -SIZE (gnome2/gnome-terminal-2.30.1.tar.bz2) = 2250757 diff --git a/x11/gnome-terminal/files/patch-config.h.in b/x11/gnome-terminal/files/patch-config.h.in deleted file mode 100644 index 1617731fa..000000000 --- a/x11/gnome-terminal/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2009-05-03 15:26:39.000000000 -0400 -+++ config.h.in 2009-05-03 15:26:55.000000000 -0400 -@@ -24,6 +24,9 @@ - /* Define to 1 if you have the <inttypes.h> header file. */ - #undef HAVE_INTTYPES_H - -+/* Define if you have the kinfo_getfile function */ -+#undef HAVE_KINFO_GETFILE -+ - /* Define if your <locale.h> file defines LC_MESSAGES. */ - #undef HAVE_LC_MESSAGES - diff --git a/x11/gnome-terminal/files/patch-configure b/x11/gnome-terminal/files/patch-configure deleted file mode 100644 index 45c938236..000000000 --- a/x11/gnome-terminal/files/patch-configure +++ /dev/null @@ -1,82 +0,0 @@ ---- configure.orig 2009-05-03 15:26:45.000000000 -0400 -+++ configure 2009-05-03 15:27:01.000000000 -0400 -@@ -15099,6 +15099,79 @@ GLIB_GENMARSHAL="$($PKG_CONFIG --variabl - GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)" - - -+{ echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5 -+echo $ECHO_N "checking for kinfo_getfile in -lutil... $ECHO_C" >&6; } -+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lutil $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char kinfo_getfile (); -+int -+main () -+{ -+return kinfo_getfile (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_util_kinfo_getfile=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_util_kinfo_getfile=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_kinfo_getfile" >&5 -+echo "${ECHO_T}$ac_cv_lib_util_kinfo_getfile" >&6; } -+if test $ac_cv_lib_util_kinfo_getfile = yes; then -+ LIBS="${LIBS} -lutil" -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_KINFO_GETFILE 1 -+_ACEOF -+ -+else -+ : -+fi -+ -+ - # Extract the first word of "gtk-builder-convert", so it can be a program name with args. - set dummy gtk-builder-convert; ac_word=$2 - { echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/x11/gnome-terminal/files/patch-configure.ac b/x11/gnome-terminal/files/patch-configure.ac deleted file mode 100644 index 131e4c85b..000000000 --- a/x11/gnome-terminal/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac.orig 2009-05-03 15:25:26.000000000 -0400 -+++ configure.ac 2009-05-03 15:26:34.000000000 -0400 -@@ -96,6 +96,10 @@ AC_SUBST([GLIB_GENMARSHAL]) - GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)" - AC_SUBST([GLIB_MKENUMS]) - -+AC_CHECK_LIB(util, kinfo_getfile, -+ [LIBS="${LIBS} -lutil" -+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) -+ - AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false]) - if test "$GTK_BUILDER_CONVERT" = "false"; then - AC_MSG_ERROR([gtk-builder-convert not found]) diff --git a/x11/gnome-terminal/files/patch-src_terminal-screen.c b/x11/gnome-terminal/files/patch-src_terminal-screen.c deleted file mode 100644 index 3af16e2e3..000000000 --- a/x11/gnome-terminal/files/patch-src_terminal-screen.c +++ /dev/null @@ -1,97 +0,0 @@ ---- src/terminal-screen.c.orig 2009-08-13 14:39:24.000000000 +0200 -+++ src/terminal-screen.c 2009-08-20 10:41:58.000000000 +0200 -@@ -18,6 +18,15 @@ - - #include <config.h> - -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#include <sys/param.h> -+#include <sys/user.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif -+#endif - #include <string.h> - #include <stdlib.h> - #include <unistd.h> -@@ -184,15 +193,28 @@ G_DEFINE_TYPE (TerminalScreen, terminal_ - static char * - cwd_of_pid (int pid) - { -+#ifndef __FreeBSD__ - static const char patterns[][18] = { - "/proc/%d/cwd", /* Linux */ - "/proc/%d/path/cwd", /* Solaris >= 10 */ - }; -+#else -+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+ struct kinfo_file *freep, *kif; -+#ifndef HAVE_KINFO_GETFILE -+ size_t len; -+ int name[4]; -+#else -+ int cnt; -+#endif /* HAVE_KINFO_GETFILE */ -+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ -+#endif /* __FreeBSD__ */ - guint i; - - if (pid == -1) - return NULL; - -+#ifndef __FreeBSD__ - /* Try to get the working directory using various OS-specific mechanisms */ - for (i = 0; i < G_N_ELEMENTS (patterns); ++i) - { -@@ -230,6 +252,49 @@ cwd_of_pid (int pid) - return working_dir; - } - } -+#else -+ int fgpid = pid; -+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE -+ name[0] = CTL_KERN; -+ name[1] = KERN_PROC; -+ name[2] = KERN_PROC_FILEDESC; -+ name[3] = fgpid; -+ -+ if (sysctl (name, 4, NULL, &len, NULL, 0) < 0) -+ return g_strdup (priv->initial_working_directory); -+ freep = kif = g_malloc (len); -+ if (sysctl (name, 4, kif, &len, NULL, 0) < 0) -+ { -+ g_free (freep); -+ return g_strdup (priv->initial_working_directory); -+ } -+#else -+ freep = kinfo_getfile (fgpid, &cnt); -+#endif /* HAVE_KINFO_GETFILE */ -+ -+#ifndef HAVE_KINFO_GETFILE -+ for (i = 0; i < len / sizeof (*kif); i++, kif++) -+ { -+ if (kif->kf_structsize != sizeof (*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) -+ { -+ kif = &freep[i]; -+#endif /* HAVE_KINFO_GETFILE */ -+ if (kif->kf_fd == KF_FD_TYPE_CWD) -+ { -+ char *working_dir; -+ -+ working_dir = g_strdup (kif->kf_path); -+ g_free (freep); -+ return working_dir; -+ } -+ } -+ g_free (freep); -+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ -+#endif /* __FreeBSD__ */ - - return NULL; - } diff --git a/x11/gnome-terminal/pkg-descr b/x11/gnome-terminal/pkg-descr deleted file mode 100644 index 1193c30f7..000000000 --- a/x11/gnome-terminal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default terminal emulator for the GNOME 2.0 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist deleted file mode 100644 index 04dd19834..000000000 --- a/x11/gnome-terminal/pkg-plist +++ /dev/null @@ -1,276 +0,0 @@ -bin/gnome-terminal -share/applications/gnome-terminal.desktop -%%DATADIR%%/encodings-dialog.ui -%%DATADIR%%/keybinding-editor.ui -%%DATADIR%%/profile-manager.ui -%%DATADIR%%/profile-new-dialog.ui -%%DATADIR%%/profile-preferences.ui -%%DATADIR%%/skey-challenge.ui -%%DATADIR%%/terminal.about -%%DATADIR%%/terminal.xml -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/C/gnome-terminal.xml -share/gnome/help/gnome-terminal/C/legal.xml -share/gnome/help/gnome-terminal/bg/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/bg/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/bg/gnome-terminal.xml -share/gnome/help/gnome-terminal/bg/legal.xml -share/gnome/help/gnome-terminal/ca/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ca/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ca/gnome-terminal.xml -share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/cs/gnome-terminal.xml -share/gnome/help/gnome-terminal/da/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/da/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/da/gnome-terminal.xml -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/de/gnome-terminal.xml -share/gnome/help/gnome-terminal/el/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/el/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/el/gnome-terminal.xml -share/gnome/help/gnome-terminal/en_GB/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/en_GB/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/en_GB/gnome-terminal.xml -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/es/gnome-terminal.xml -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/fr/gnome-terminal.xml -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/it/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ja/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/legal.xml -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ko/gnome-terminal.xml -share/gnome/help/gnome-terminal/oc/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/oc/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/oc/gnome-terminal.xml -share/gnome/help/gnome-terminal/pt_BR/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/pt_BR/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/pt_BR/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ro/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/legal.xml -share/gnome/help/gnome-terminal/ru/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ru/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ru/gnome-terminal.xml -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/sv/gnome-terminal.xml -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/uk/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/legal.xml -share/locale/am/LC_MESSAGES/gnome-terminal.mo -share/locale/ar/LC_MESSAGES/gnome-terminal.mo -share/locale/as/LC_MESSAGES/gnome-terminal.mo -share/locale/ast/LC_MESSAGES/gnome-terminal.mo -share/locale/az/LC_MESSAGES/gnome-terminal.mo -share/locale/be/LC_MESSAGES/gnome-terminal.mo -share/locale/be@latin/LC_MESSAGES/gnome-terminal.mo -share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo -share/locale/bn_IN/LC_MESSAGES/gnome-terminal.mo -share/locale/br/LC_MESSAGES/gnome-terminal.mo -share/locale/bs/LC_MESSAGES/gnome-terminal.mo -share/locale/ca/LC_MESSAGES/gnome-terminal.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-terminal.mo -share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo -share/locale/da/LC_MESSAGES/gnome-terminal.mo -share/locale/de/LC_MESSAGES/gnome-terminal.mo -share/locale/dz/LC_MESSAGES/gnome-terminal.mo -share/locale/el/LC_MESSAGES/gnome-terminal.mo -share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo -share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo -share/locale/es/LC_MESSAGES/gnome-terminal.mo -share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/en@shaw/LC_MESSAGES/gnome-terminal.mo -share/locale/eu/LC_MESSAGES/gnome-terminal.mo -share/locale/fa/LC_MESSAGES/gnome-terminal.mo -share/locale/fi/LC_MESSAGES/gnome-terminal.mo -share/locale/fr/LC_MESSAGES/gnome-terminal.mo -share/locale/fur/LC_MESSAGES/gnome-terminal.mo -share/locale/ga/LC_MESSAGES/gnome-terminal.mo -share/locale/gl/LC_MESSAGES/gnome-terminal.mo -share/locale/gu/LC_MESSAGES/gnome-terminal.mo -share/locale/he/LC_MESSAGES/gnome-terminal.mo -share/locale/hi/LC_MESSAGES/gnome-terminal.mo -share/locale/hr/LC_MESSAGES/gnome-terminal.mo -share/locale/hu/LC_MESSAGES/gnome-terminal.mo -share/locale/hy/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo -share/locale/it/LC_MESSAGES/gnome-terminal.mo -share/locale/ja/LC_MESSAGES/gnome-terminal.mo -share/locale/ka/LC_MESSAGES/gnome-terminal.mo -share/locale/kn/LC_MESSAGES/gnome-terminal.mo -share/locale/ko/LC_MESSAGES/gnome-terminal.mo -share/locale/ku/LC_MESSAGES/gnome-terminal.mo -share/locale/lt/LC_MESSAGES/gnome-terminal.mo -share/locale/lv/LC_MESSAGES/gnome-terminal.mo -share/locale/mai/LC_MESSAGES/gnome-terminal.mo -share/locale/mg/LC_MESSAGES/gnome-terminal.mo -share/locale/mk/LC_MESSAGES/gnome-terminal.mo -share/locale/ml/LC_MESSAGES/gnome-terminal.mo -share/locale/mn/LC_MESSAGES/gnome-terminal.mo -share/locale/mr/LC_MESSAGES/gnome-terminal.mo -share/locale/ms/LC_MESSAGES/gnome-terminal.mo -share/locale/nb/LC_MESSAGES/gnome-terminal.mo -share/locale/nds/LC_MESSAGES/gnome-terminal.mo -share/locale/ne/LC_MESSAGES/gnome-terminal.mo -share/locale/nl/LC_MESSAGES/gnome-terminal.mo -share/locale/nn/LC_MESSAGES/gnome-terminal.mo -share/locale/oc/LC_MESSAGES/gnome-terminal.mo -share/locale/or/LC_MESSAGES/gnome-terminal.mo -share/locale/pa/LC_MESSAGES/gnome-terminal.mo -share/locale/pl/LC_MESSAGES/gnome-terminal.mo -share/locale/ps/LC_MESSAGES/gnome-terminal.mo -share/locale/pt/LC_MESSAGES/gnome-terminal.mo -share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo -share/locale/ro/LC_MESSAGES/gnome-terminal.mo -share/locale/ru/LC_MESSAGES/gnome-terminal.mo -share/locale/rw/LC_MESSAGES/gnome-terminal.mo -share/locale/si/LC_MESSAGES/gnome-terminal.mo -share/locale/sk/LC_MESSAGES/gnome-terminal.mo -share/locale/sl/LC_MESSAGES/gnome-terminal.mo -share/locale/sq/LC_MESSAGES/gnome-terminal.mo -share/locale/sr/LC_MESSAGES/gnome-terminal.mo -share/locale/sr@latin/LC_MESSAGES/gnome-terminal.mo -share/locale/sv/LC_MESSAGES/gnome-terminal.mo -share/locale/ta/LC_MESSAGES/gnome-terminal.mo -share/locale/te/LC_MESSAGES/gnome-terminal.mo -share/locale/th/LC_MESSAGES/gnome-terminal.mo -share/locale/tr/LC_MESSAGES/gnome-terminal.mo -share/locale/uk/LC_MESSAGES/gnome-terminal.mo -share/locale/vi/LC_MESSAGES/gnome-terminal.mo -share/locale/wa/LC_MESSAGES/gnome-terminal.mo -share/locale/xh/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_HK/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -share/omf/gnome-terminal/gnome-terminal-C.omf -share/omf/gnome-terminal/gnome-terminal-bg.omf -share/omf/gnome-terminal/gnome-terminal-ca.omf -share/omf/gnome-terminal/gnome-terminal-cs.omf -share/omf/gnome-terminal/gnome-terminal-da.omf -share/omf/gnome-terminal/gnome-terminal-de.omf -share/omf/gnome-terminal/gnome-terminal-el.omf -share/omf/gnome-terminal/gnome-terminal-en_GB.omf -share/omf/gnome-terminal/gnome-terminal-es.omf -share/omf/gnome-terminal/gnome-terminal-fr.omf -share/omf/gnome-terminal/gnome-terminal-it.omf -share/omf/gnome-terminal/gnome-terminal-ja.omf -share/omf/gnome-terminal/gnome-terminal-ko.omf -share/omf/gnome-terminal/gnome-terminal-oc.omf -share/omf/gnome-terminal/gnome-terminal-pt_BR.omf -share/omf/gnome-terminal/gnome-terminal-ro.omf -share/omf/gnome-terminal/gnome-terminal-ru.omf -share/omf/gnome-terminal/gnome-terminal-sv.omf -share/omf/gnome-terminal/gnome-terminal-uk.omf -share/omf/gnome-terminal/gnome-terminal-zh_CN.omf -share/omf/gnome-terminal/gnome-terminal-zh_TW.omf -@dirrm share/omf/gnome-terminal -@dirrm share/gnome/help/gnome-terminal/zh_TW/figures -@dirrm share/gnome/help/gnome-terminal/zh_TW -@dirrm share/gnome/help/gnome-terminal/zh_CN/figures -@dirrm share/gnome/help/gnome-terminal/zh_CN -@dirrm share/gnome/help/gnome-terminal/uk/figures -@dirrm share/gnome/help/gnome-terminal/uk -@dirrm share/gnome/help/gnome-terminal/sv/figures -@dirrm share/gnome/help/gnome-terminal/sv -@dirrm share/gnome/help/gnome-terminal/ru/figures -@dirrm share/gnome/help/gnome-terminal/ru -@dirrm share/gnome/help/gnome-terminal/ro/figures -@dirrm share/gnome/help/gnome-terminal/ro -@dirrm share/gnome/help/gnome-terminal/pt_BR/figures -@dirrm share/gnome/help/gnome-terminal/pt_BR -@dirrm share/gnome/help/gnome-terminal/oc/figures -@dirrm share/gnome/help/gnome-terminal/oc -@dirrm share/gnome/help/gnome-terminal/ko/figures -@dirrm share/gnome/help/gnome-terminal/ko -@dirrm share/gnome/help/gnome-terminal/ja/figures -@dirrm share/gnome/help/gnome-terminal/ja -@dirrm share/gnome/help/gnome-terminal/it/figures -@dirrm share/gnome/help/gnome-terminal/it -@dirrm share/gnome/help/gnome-terminal/fr/figures -@dirrm share/gnome/help/gnome-terminal/fr -@dirrm share/gnome/help/gnome-terminal/es/figures -@dirrm share/gnome/help/gnome-terminal/es -@dirrm share/gnome/help/gnome-terminal/en_GB/figures -@dirrm share/gnome/help/gnome-terminal/en_GB -@dirrm share/gnome/help/gnome-terminal/el/figures -@dirrm share/gnome/help/gnome-terminal/el -@dirrm share/gnome/help/gnome-terminal/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@dirrm share/gnome/help/gnome-terminal/da/figures -@dirrm share/gnome/help/gnome-terminal/da -@dirrm share/gnome/help/gnome-terminal/cs/figures -@dirrm share/gnome/help/gnome-terminal/cs -@dirrm share/gnome/help/gnome-terminal/ca/figures -@dirrm share/gnome/help/gnome-terminal/ca -@dirrm share/gnome/help/gnome-terminal/bg/figures -@dirrm share/gnome/help/gnome-terminal/bg -@dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm share/gnome/help/gnome-terminal/C -@dirrm share/gnome/help/gnome-terminal -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile deleted file mode 100644 index 9417e0595..000000000 --- a/x11/gnome2/Makefile +++ /dev/null @@ -1,119 +0,0 @@ -# New ports collection makefile for: gnome2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.291 2010/04/04 09:12:13 kwm Exp $ -# - -PORTNAME= gnome2 -PORTVERSION= 2.30.1 -PORTREVISION?= 0 -CATEGORIES?= x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= The "meta-port" for the GNOME 2 integrated X11 desktop - -RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \ - gnome-audio-profiles-properties:${PORTSDIR}/audio/gnome-media \ - gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \ - eog:${PORTSDIR}/graphics/eog \ - gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ - gnect:${PORTSDIR}/games/gnome-games \ - gedit:${PORTSDIR}/editors/gedit \ - gnome-terminal:${PORTSDIR}/x11/gnome-terminal \ - gnome-session:${PORTSDIR}/x11/gnome-session \ - bug-buddy:${PORTSDIR}/devel/bug-buddy \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus \ - ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ - ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ - ${LOCALBASE}/share/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ - ${LOCALBASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ - file-roller:${PORTSDIR}/archivers/file-roller \ - ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ - gok:${PORTSDIR}/accessibility/gok \ - gcalctool:${PORTSDIR}/math/gcalctool \ - ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - ${LOCALBASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnome-netstatus \ - dasher:${PORTSDIR}/accessibility/dasher \ - evolution:${PORTSDIR}/mail/evolution \ - ${LOCALBASE}/libexec/evolution-webcal:${PORTSDIR}/www/evolution-webcal \ - network-admin:${PORTSDIR}/sysutils/gnome-system-tools \ - vino-passwd:${PORTSDIR}/net/vino \ - exchange-connector-setup-2.30:${PORTSDIR}/mail/evolution-exchange \ - ${LOCALBASE}/lib/gstreamer-0.10/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \ - ${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \ - totem:${PORTSDIR}/multimedia/totem \ - gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ - ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ - evince:${PORTSDIR}/graphics/evince \ - alacarte:${PORTSDIR}/deskutils/alacarte \ - gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ - orca:${PORTSDIR}/accessibility/orca \ - gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ - seahorse-agent:${PORTSDIR}/security/seahorse-plugins \ - mousetweaks:${PORTSDIR}/accessibility/mousetweaks \ - ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ - ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme - -NO_BUILD= yes - -.if !defined(GNOME_SLAVE) -USE_PYTHON= yes -.endif - -.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \ - MAPI "Depend on evolution-mapi (pulls in samba4)" on -.endif - -do-install: # empty - -.include <bsd.port.pre.mk> - -.if !defined(GNOME_SLAVE) -.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ - epiphany:${PORTSDIR}/www/epiphany -.endif -.if ${.CURDIR:T}!="gnome2-lite" -RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ - cheese:${PORTSDIR}/multimedia/cheese \ - gucharmap:${PORTSDIR}/deskutils/gucharmap \ - sound-juicer:${PORTSDIR}/audio/sound-juicer \ - zenity:${PORTSDIR}/x11/zenity \ - gnome-nettool:${PORTSDIR}/net/gnome-nettool \ - swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \ - vinagre:${PORTSDIR}/net/vinagre \ - brasero:${PORTSDIR}/sysutils/brasero \ - gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ - ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ - ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ - ${LOCALBASE}/lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \ - gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit -.if ${ARCH} == "i386" -#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy -.endif -.if ${OSVERSION}>=600000 -RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga3 -.endif -.if defined(WITH_MAPI) -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi -.endif -.endif -.endif - -.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" -.if defined(WITH_XSCREENSAVER) -RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome -.else -RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome2/pkg-descr b/x11/gnome2/pkg-descr deleted file mode 100644 index a7051fc7b..000000000 --- a/x11/gnome2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GNU Network Object Model Environment - -This metaport installs the entire GNOME 2 desktop, including -the the most common user applications. Other popular GNOME -applications can be installed from the other GNOME 2 metaports: - - * x11/gnome2-fifth-toe - * x11/gnome2-power-tools - * editors/gnome2-office - * devel/gnome2-hacker-tools - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2/pkg-message b/x11/gnome2/pkg-message deleted file mode 100644 index d8f296a70..000000000 --- a/x11/gnome2/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -Congratulations! GNOME 2 has been successfully installed on your system. -For help on starting it up, as well as answers to common questions, and -some known issues, please see the FreeBSD GNOME homepage at: - - http://www.FreeBSD.org/gnome/ - -************************************************************************** diff --git a/x11/gnome2/pkg-plist b/x11/gnome2/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile deleted file mode 100644 index 67a36b7bd..000000000 --- a/x11/libgnome/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: libgnome -# Date created: 17 June 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnome -PORTVERSION= 2.30.0 -PORTREVISION?= 0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries for GNOME, a GNU desktop environment - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack esound libbonobo \ - gnomevfs2 ltverhack referencehack -USE_BISON= build -USE_XORG= xpm -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -SUB_FILES= pkg-deinstall - -MAN7= gnome-options.7 - -GCONF_SCHEMAS= desktop_gnome_accessibility_keyboard.schemas \ - desktop_gnome_accessibility_startup.schemas \ - desktop_gnome_applications_at_mobility.schemas \ - desktop_gnome_applications_at_visual.schemas \ - desktop_gnome_applications_browser.schemas \ - desktop_gnome_applications_office.schemas \ - desktop_gnome_applications_terminal.schemas \ - desktop_gnome_applications_window_manager.schemas \ - desktop_gnome_background.schemas \ - desktop_gnome_file_views.schemas \ - desktop_gnome_interface.schemas \ - desktop_gnome_lockdown.schemas \ - desktop_gnome_peripherals_keyboard.schemas \ - desktop_gnome_peripherals_mouse.schemas \ - desktop_gnome_sound.schemas \ - desktop_gnome_thumbnail_cache.schemas \ - desktop_gnome_thumbnailers.schemas \ - desktop_gnome_typing_break.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/libgnome/libgnome-2.0.pc.in - @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in - -.include <bsd.port.mk> - -.endif diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo deleted file mode 100644 index 25b5f1151..000000000 --- a/x11/libgnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnome-2.30.0.tar.bz2) = 1f85adc40b242b953c0e96ad017c2616 -SHA256 (gnome2/libgnome-2.30.0.tar.bz2) = 3ed932b94f16614cb03c7661f39b574845970c6ce3ca46e46338409283856f1f -SIZE (gnome2/libgnome-2.30.0.tar.bz2) = 1736034 diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in deleted file mode 100644 index efac650ba..000000000 --- a/x11/libgnome/files/patch-libgnome::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnome/Makefile.in.orig Tue May 29 22:16:13 2007 -+++ libgnome/Makefile.in Tue May 29 22:16:58 2007 -@@ -280,6 +280,8 @@ - LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ - libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome - INCLUDES = \ -+ -DPREFIX=\""$(PREFIX)"\" \ -+ -DLOCALBASE=\""$(LOCALBASE)"\" \ - -I.. \ - -I$(srcdir)/.. \ - $(WARN_CFLAGS) \ diff --git a/x11/libgnome/files/patch-libgnome_gnome-util.c b/x11/libgnome/files/patch-libgnome_gnome-util.c deleted file mode 100644 index 1a7e49a84..000000000 --- a/x11/libgnome/files/patch-libgnome_gnome-util.c +++ /dev/null @@ -1,19 +0,0 @@ ---- libgnome/gnome-util.c.orig Mon Jul 10 15:25:22 2006 -+++ libgnome/gnome-util.c Mon Jul 10 15:25:55 2006 -@@ -79,11 +79,11 @@ - const char shells [][14] = { - /* Note that on some systems shells can also - * be installed in /usr/bin */ -- "/bin/bash", "/usr/bin/bash", -- "/bin/zsh", "/usr/bin/zsh", -- "/bin/tcsh", "/usr/bin/tcsh", -- "/bin/ksh", "/usr/bin/ksh", -- "/bin/csh", "/bin/sh" -+ LOCALBASE "/bin/bash", -+ LOCALBASE "/bin/zsh", -+ LOCALBASE "/bin/ksh", -+ 0 -+ - }; - - if (geteuid () == getuid () && diff --git a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in b/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in deleted file mode 100644 index 8d376a4b8..000000000 --- a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- libgnome/libgnome-2.0.pc.in.orig Mon Apr 18 16:54:21 2005 -+++ libgnome/libgnome-2.0.pc.in Mon Apr 18 16:54:41 2005 -@@ -8,5 +8,5 @@ - Description: libgnome - Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0 gnome-vfs-2.0 - Version: @VERSION@ --Libs: -L${libdir} -lgnome-2 -lpopt -+Libs: -L${libdir} -L%%LOCALBASE%%/lib -lgnome-2 -lpopt - Cflags: -I${includedir}/libgnome-2.0 diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in deleted file mode 100644 index 8ecae5b68..000000000 --- a/x11/libgnome/files/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.25 2010/04/01 14:49:19 kwm Exp $ -# -# Restore gconf keys of gnomevfs2. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_default_applications.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr deleted file mode 100644 index b78aaf2cc..000000000 --- a/x11/libgnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -LibGnome provides the non-GUI backend for the GNOME environment. - -WWW: http://www.gnome.org/ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist deleted file mode 100644 index 8acd7b317..000000000 --- a/x11/libgnome/pkg-plist +++ /dev/null @@ -1,170 +0,0 @@ -bin/gnome-open -etc/sound/events/gnome-2.soundlist -etc/sound/events/gtk-events-2.soundlist -include/libgnome-2.0/libgnome/gnome-config.h -include/libgnome-2.0/libgnome/gnome-exec.h -include/libgnome-2.0/libgnome/gnome-gconf.h -include/libgnome-2.0/libgnome/gnome-help.h -include/libgnome-2.0/libgnome/gnome-i18n.h -include/libgnome-2.0/libgnome/gnome-init.h -include/libgnome-2.0/libgnome/gnome-macros.h -include/libgnome-2.0/libgnome/gnome-program.h -include/libgnome-2.0/libgnome/gnome-score.h -include/libgnome-2.0/libgnome/gnome-sound.h -include/libgnome-2.0/libgnome/gnome-triggers.h -include/libgnome-2.0/libgnome/gnome-url.h -include/libgnome-2.0/libgnome/gnome-util.h -include/libgnome-2.0/libgnome/libgnome.h -include/libgnome-2.0/libgnome/libgnometypebuiltins.h -lib/bonobo/monikers/libmoniker_extra_2.a -lib/bonobo/monikers/libmoniker_extra_2.la -lib/bonobo/monikers/libmoniker_extra_2.so -lib/libgnome-2.a -lib/libgnome-2.la -lib/libgnome-2.so -lib/libgnome-2.so.0 -libdata/bonobo/servers/GNOME_Moniker_std.server -libdata/pkgconfig/libgnome-2.0.pc -share/gnome-background-properties/gnome-default.xml -share/locale/am/LC_MESSAGES/libgnome-2.0.mo -share/locale/ar/LC_MESSAGES/libgnome-2.0.mo -share/locale/as/LC_MESSAGES/libgnome-2.0.mo -share/locale/ast/LC_MESSAGES/libgnome-2.0.mo -share/locale/az/LC_MESSAGES/libgnome-2.0.mo -share/locale/be/LC_MESSAGES/libgnome-2.0.mo -share/locale/bg/LC_MESSAGES/libgnome-2.0.mo -share/locale/bn/LC_MESSAGES/libgnome-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnome-2.0.mo -share/locale/br/LC_MESSAGES/libgnome-2.0.mo -share/locale/bs/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnome-2.0.mo -share/locale/crh/LC_MESSAGES/libgnome-2.0.mo -share/locale/cs/LC_MESSAGES/libgnome-2.0.mo -share/locale/cy/LC_MESSAGES/libgnome-2.0.mo -share/locale/da/LC_MESSAGES/libgnome-2.0.mo -share/locale/de/LC_MESSAGES/libgnome-2.0.mo -share/locale/dz/LC_MESSAGES/libgnome-2.0.mo -share/locale/el/LC_MESSAGES/libgnome-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo -share/locale/eo/LC_MESSAGES/libgnome-2.0.mo -share/locale/es/LC_MESSAGES/libgnome-2.0.mo -share/locale/et/LC_MESSAGES/libgnome-2.0.mo -share/locale/eu/LC_MESSAGES/libgnome-2.0.mo -share/locale/fa/LC_MESSAGES/libgnome-2.0.mo -share/locale/fi/LC_MESSAGES/libgnome-2.0.mo -share/locale/fr/LC_MESSAGES/libgnome-2.0.mo -share/locale/fur/LC_MESSAGES/libgnome-2.0.mo -share/locale/ga/LC_MESSAGES/libgnome-2.0.mo -share/locale/gl/LC_MESSAGES/libgnome-2.0.mo -share/locale/gu/LC_MESSAGES/libgnome-2.0.mo -share/locale/he/LC_MESSAGES/libgnome-2.0.mo -share/locale/hi/LC_MESSAGES/libgnome-2.0.mo -share/locale/hr/LC_MESSAGES/libgnome-2.0.mo -share/locale/hu/LC_MESSAGES/libgnome-2.0.mo -share/locale/id/LC_MESSAGES/libgnome-2.0.mo -share/locale/is/LC_MESSAGES/libgnome-2.0.mo -share/locale/it/LC_MESSAGES/libgnome-2.0.mo -share/locale/ja/LC_MESSAGES/libgnome-2.0.mo -share/locale/ka/LC_MESSAGES/libgnome-2.0.mo -share/locale/kn/LC_MESSAGES/libgnome-2.0.mo -share/locale/ko/LC_MESSAGES/libgnome-2.0.mo -share/locale/ku/LC_MESSAGES/libgnome-2.0.mo -share/locale/lt/LC_MESSAGES/libgnome-2.0.mo -share/locale/lv/LC_MESSAGES/libgnome-2.0.mo -share/locale/mai/LC_MESSAGES/libgnome-2.0.mo -share/locale/mg/LC_MESSAGES/libgnome-2.0.mo -share/locale/mk/LC_MESSAGES/libgnome-2.0.mo -share/locale/ml/LC_MESSAGES/libgnome-2.0.mo -share/locale/mn/LC_MESSAGES/libgnome-2.0.mo -share/locale/mr/LC_MESSAGES/libgnome-2.0.mo -share/locale/ms/LC_MESSAGES/libgnome-2.0.mo -share/locale/nb/LC_MESSAGES/libgnome-2.0.mo -share/locale/ne/LC_MESSAGES/libgnome-2.0.mo -share/locale/nds/LC_MESSAGES/libgnome-2.0.mo -share/locale/nl/LC_MESSAGES/libgnome-2.0.mo -share/locale/nn/LC_MESSAGES/libgnome-2.0.mo -share/locale/oc/LC_MESSAGES/libgnome-2.0.mo -share/locale/or/LC_MESSAGES/libgnome-2.0.mo -share/locale/pa/LC_MESSAGES/libgnome-2.0.mo -share/locale/pl/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo -share/locale/ro/LC_MESSAGES/libgnome-2.0.mo -share/locale/ru/LC_MESSAGES/libgnome-2.0.mo -share/locale/rw/LC_MESSAGES/libgnome-2.0.mo -share/locale/si/LC_MESSAGES/libgnome-2.0.mo -share/locale/sk/LC_MESSAGES/libgnome-2.0.mo -share/locale/sl/LC_MESSAGES/libgnome-2.0.mo -share/locale/sq/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo -share/locale/sv/LC_MESSAGES/libgnome-2.0.mo -share/locale/ta/LC_MESSAGES/libgnome-2.0.mo -share/locale/te/LC_MESSAGES/libgnome-2.0.mo -share/locale/th/LC_MESSAGES/libgnome-2.0.mo -share/locale/tr/LC_MESSAGES/libgnome-2.0.mo -share/locale/tt/LC_MESSAGES/libgnome-2.0.mo -share/locale/uk/LC_MESSAGES/libgnome-2.0.mo -share/locale/vi/LC_MESSAGES/libgnome-2.0.mo -share/locale/wa/LC_MESSAGES/libgnome-2.0.mo -share/locale/xh/LC_MESSAGES/libgnome-2.0.mo -share/locale/yi/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo -share/pixmaps/backgrounds/gnome/background-default.jpg -@dirrmtry share/pixmaps/backgrounds/gnome -@dirrmtry share/pixmaps/backgrounds -@dirrmtry share/gnome-background-properties -@dirrm include/libgnome-2.0/libgnome -@dirrm include/libgnome-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile deleted file mode 100644 index 5cfe364cc..000000000 --- a/x11/libgnomekbd/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libgnomekbd -# Date created: 2006-11-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/libgnomekbd/Makefile,v 1.41 2010/03/29 03:50:55 avl Exp $ -# - -PORTNAME= libgnomekbd -PORTVERSION= 2.30.1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME keyboard shared library - -LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier - -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-Werror||g' - -.include <bsd.port.mk> diff --git a/x11/libgnomekbd/distinfo b/x11/libgnomekbd/distinfo deleted file mode 100644 index 20a1c01a0..000000000 --- a/x11/libgnomekbd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomekbd-2.30.1.tar.bz2) = 9b828a4e35089d91b9ea16ddf981ff28 -SHA256 (gnome2/libgnomekbd-2.30.1.tar.bz2) = 828faade8ef36f89cc27ca4f71e83630aa611ccb4745cb6687cdedddd461b293 -SIZE (gnome2/libgnomekbd-2.30.1.tar.bz2) = 404828 diff --git a/x11/libgnomekbd/pkg-descr b/x11/libgnomekbd/pkg-descr deleted file mode 100644 index a4b625c78..000000000 --- a/x11/libgnomekbd/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GNOME keyboard shared library diff --git a/x11/libgnomekbd/pkg-plist b/x11/libgnomekbd/pkg-plist deleted file mode 100644 index 0225e40be..000000000 --- a/x11/libgnomekbd/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/gkbd-indicator-plugins-capplet -include/libgnomekbd/gkbd-desktop-config.h -include/libgnomekbd/gkbd-indicator-config.h -include/libgnomekbd/gkbd-indicator-plugin.h -include/libgnomekbd/gkbd-indicator.h -include/libgnomekbd/gkbd-keyboard-config.h -include/libgnomekbd/gkbd-keyboard-drawing.h -include/libgnomekbd/gkbd-status.h -include/libgnomekbd/gkbd-util.h -lib/libgnomekbd.a -lib/libgnomekbd.la -lib/libgnomekbd.so -lib/libgnomekbd.so.4 -lib/libgnomekbdui.a -lib/libgnomekbdui.la -lib/libgnomekbdui.so -lib/libgnomekbdui.so.4 -libdata/pkgconfig/libgnomekbd.pc -libdata/pkgconfig/libgnomekbdui.pc -share/applications/gkbd-indicator-plugins-capplet.desktop -%%DATADIR%%/ui/gkbd-indicator-plugins.ui -%%DATADIR%%/ui/gkbd-indicator-plugins_add.ui -share/locale/ar/LC_MESSAGES/libgnomekbd.mo -share/locale/as/LC_MESSAGES/libgnomekbd.mo -share/locale/ast/LC_MESSAGES/libgnomekbd.mo -share/locale/be@latin/LC_MESSAGES/libgnomekbd.mo -share/locale/bg/LC_MESSAGES/libgnomekbd.mo -share/locale/bn/LC_MESSAGES/libgnomekbd.mo -share/locale/bn_IN/LC_MESSAGES/libgnomekbd.mo -share/locale/ca/LC_MESSAGES/libgnomekbd.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomekbd.mo -share/locale/cs/LC_MESSAGES/libgnomekbd.mo -share/locale/da/LC_MESSAGES/libgnomekbd.mo -share/locale/de/LC_MESSAGES/libgnomekbd.mo -share/locale/dz/LC_MESSAGES/libgnomekbd.mo -share/locale/el/LC_MESSAGES/libgnomekbd.mo -share/locale/en_GB/LC_MESSAGES/libgnomekbd.mo -share/locale/en@shaw/LC_MESSAGES/libgnomekbd.mo -share/locale/es/LC_MESSAGES/libgnomekbd.mo -share/locale/et/LC_MESSAGES/libgnomekbd.mo -share/locale/eu/LC_MESSAGES/libgnomekbd.mo -share/locale/fi/LC_MESSAGES/libgnomekbd.mo -share/locale/fr/LC_MESSAGES/libgnomekbd.mo -share/locale/ga/LC_MESSAGES/libgnomekbd.mo -share/locale/gl/LC_MESSAGES/libgnomekbd.mo -share/locale/gu/LC_MESSAGES/libgnomekbd.mo -share/locale/he/LC_MESSAGES/libgnomekbd.mo -share/locale/hi/LC_MESSAGES/libgnomekbd.mo -share/locale/hu/LC_MESSAGES/libgnomekbd.mo -share/locale/it/LC_MESSAGES/libgnomekbd.mo -share/locale/ja/LC_MESSAGES/libgnomekbd.mo -share/locale/ka/LC_MESSAGES/libgnomekbd.mo -share/locale/kn/LC_MESSAGES/libgnomekbd.mo -share/locale/ko/LC_MESSAGES/libgnomekbd.mo -share/locale/lt/LC_MESSAGES/libgnomekbd.mo -share/locale/lv/LC_MESSAGES/libgnomekbd.mo -share/locale/mai/LC_MESSAGES/libgnomekbd.mo -share/locale/mk/LC_MESSAGES/libgnomekbd.mo -share/locale/ml/LC_MESSAGES/libgnomekbd.mo -share/locale/mr/LC_MESSAGES/libgnomekbd.mo -share/locale/nb/LC_MESSAGES/libgnomekbd.mo -share/locale/nl/LC_MESSAGES/libgnomekbd.mo -share/locale/nn/LC_MESSAGES/libgnomekbd.mo -share/locale/oc/LC_MESSAGES/libgnomekbd.mo -share/locale/or/LC_MESSAGES/libgnomekbd.mo -share/locale/pa/LC_MESSAGES/libgnomekbd.mo -share/locale/pl/LC_MESSAGES/libgnomekbd.mo -share/locale/pt/LC_MESSAGES/libgnomekbd.mo -share/locale/pt_BR/LC_MESSAGES/libgnomekbd.mo -share/locale/ro/LC_MESSAGES/libgnomekbd.mo -share/locale/ru/LC_MESSAGES/libgnomekbd.mo -share/locale/si/LC_MESSAGES/libgnomekbd.mo -share/locale/sk/LC_MESSAGES/libgnomekbd.mo -share/locale/sl/LC_MESSAGES/libgnomekbd.mo -share/locale/sq/LC_MESSAGES/libgnomekbd.mo -share/locale/sr/LC_MESSAGES/libgnomekbd.mo -share/locale/sr@latin/LC_MESSAGES/libgnomekbd.mo -share/locale/sv/LC_MESSAGES/libgnomekbd.mo -share/locale/ta/LC_MESSAGES/libgnomekbd.mo -share/locale/te/LC_MESSAGES/libgnomekbd.mo -share/locale/th/LC_MESSAGES/libgnomekbd.mo -share/locale/tr/LC_MESSAGES/libgnomekbd.mo -share/locale/uk/LC_MESSAGES/libgnomekbd.mo -share/locale/vi/LC_MESSAGES/libgnomekbd.mo -share/locale/zh_CN/LC_MESSAGES/libgnomekbd.mo -share/locale/zh_HK/LC_MESSAGES/libgnomekbd.mo -share/locale/zh_TW/LC_MESSAGES/libgnomekbd.mo -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm include/libgnomekbd -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile deleted file mode 100644 index d88813390..000000000 --- a/x11/libgnomemm26/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/x11/libgnomemm26/Makefile,v 1.22 2009/09/22 21:02:40 kwm Exp $ -# - -PORTNAME= libgnomemm -PORTVERSION= 2.30.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnome library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomemm26 - -USE_BZIP2= yes -USE_XORG= xext -USE_GMAKE= yes -USE_GNOME= gnomehack libgnome -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -.include <bsd.port.mk> diff --git a/x11/libgnomemm26/distinfo b/x11/libgnomemm26/distinfo deleted file mode 100644 index ec610e7c8..000000000 --- a/x11/libgnomemm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomemm-2.30.0.tar.bz2) = 860f5e835cd4674393ffdd692b0c9147 -SHA256 (gnome2/libgnomemm-2.30.0.tar.bz2) = 2a01f068ff73a1985d050e75f899fec34ac13622e2ead43523a4e2b0875042cf -SIZE (gnome2/libgnomemm-2.30.0.tar.bz2) = 364011 diff --git a/x11/libgnomemm26/pkg-descr b/x11/libgnomemm26/pkg-descr deleted file mode 100644 index 02e98740a..000000000 --- a/x11/libgnomemm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnome library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11/libgnomemm26/pkg-plist b/x11/libgnomemm26/pkg-plist deleted file mode 100644 index 4f553eb76..000000000 --- a/x11/libgnomemm26/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -include/libgnomemm-%%API_VERSION%%/libgnomemm.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/init.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/main.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/moduleinfo.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/main_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/moduleinfo_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/program_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/program.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/wrap_init.h -lib/libgnomemm-%%VERSION%%.a -lib/libgnomemm-%%VERSION%%.la -lib/libgnomemm-%%VERSION%%.so -lib/libgnomemm-%%VERSION%%.so.1 -lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h -lib/libgnomemm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomemm-%%API_VERSION%%/proc/m4/convert_libgnomemm.m4 -libdata/pkgconfig/libgnomemm-%%API_VERSION%%.pc -@dirrm lib/libgnomemm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomemm-%%API_VERSION%%/proc -@dirrm lib/libgnomemm-%%API_VERSION%%/include -@dirrm lib/libgnomemm-%%API_VERSION%% -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm/private -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm -@dirrm include/libgnomemm-%%API_VERSION%% diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile deleted file mode 100644 index e02ca3dac..000000000 --- a/x11/libxklavier/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libxklavier -# Date created: 31 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.51 2009/07/21 22:14:28 marcus Exp $ -# - -PORTNAME= libxklavier -PORTVERSION= 5.0 -PORTEPOCH= 1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An utility library to make XKB stuff easier - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_XORG= x11 xkbfile -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 glib20 ltverhack:12 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --disable-doxygen \ - --with-xkb-base=${LOCALBASE}/share/X11/xkb \ - --with-xkb-bin-base=${LOCALBASE}/bin \ - --with-xmodmap-base=${LOCALBASE}/share/xmodmap \ - --disable-gtk-doc \ - --with-html-dir=${GNOME_HTML_DIR} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|== "yes|= "yes|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11/libxklavier/distinfo b/x11/libxklavier/distinfo deleted file mode 100644 index 5118c0449..000000000 --- a/x11/libxklavier/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libxklavier-5.0.tar.bz2) = 134c7ea177ff901123b909de77394780 -SHA256 (libxklavier-5.0.tar.bz2) = dfd94b17a752b2839281764f0a16af2b338024c8867c10fba7015f276dec4db0 -SIZE (libxklavier-5.0.tar.bz2) = 357862 diff --git a/x11/libxklavier/pkg-descr b/x11/libxklavier/pkg-descr deleted file mode 100644 index d5000e3ad..000000000 --- a/x11/libxklavier/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libxklavier is a utility to simplify setting and changing -keyboard layouts. - -WWW: http://gswitchit.sourceforge.net/ diff --git a/x11/libxklavier/pkg-plist b/x11/libxklavier/pkg-plist deleted file mode 100644 index 56aa8de30..000000000 --- a/x11/libxklavier/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -include/libxklavier/xkl_config_item.h -include/libxklavier/xkl_config_rec.h -include/libxklavier/xkl_config_registry.h -include/libxklavier/xkl_engine.h -include/libxklavier/xkl_engine_marshal.h -include/libxklavier/xkl-enum-types.h -include/libxklavier/xklavier.h -lib/libxklavier.a -lib/libxklavier.la -lib/libxklavier.so -lib/libxklavier.so.12 -libdata/pkgconfig/libxklavier.pc -%%DOCSDIR%%/XklConfigItem.html -%%DOCSDIR%%/XklConfigRec.html -%%DOCSDIR%%/XklConfigRegistry.html -%%DOCSDIR%%/XklEngine.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libxklavier-xklavier.html -%%DOCSDIR%%/libxklavier.devhelp -%%DOCSDIR%%/libxklavier.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/libxklavier diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile deleted file mode 100644 index bbf1f1e83..000000000 --- a/x11/yelp/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: yelp -# Date created: 18 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.153 2010/03/31 10:41:42 avl Exp $ -# - -PORTNAME= yelp -PORTVERSION= 2.30.1 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A help browser for the GNOME 2 desktop - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - rarian.0:${PORTSDIR}/textproc/rarian - -USE_GECKO= libxul -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= ice -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${GECKO} \ - --with-gecko-home=${LOCALBASE}/lib/${GECKO} -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= yelp.schemas - -.include <bsd.port.pre.mk> - -# Around the time GCC stack protection (aka Propolice) for userland -# was enabled on src/share/mk/bsd.sys.mk -# SVN rev 180012 on 2008-06-25 21:33:28Z by ru -.if ${OSVERSION} >= 800040 -LDFLAGS+= -fstack-protector -.endif - -post-extract: - ${RM} -f ${WRKSRC}/data/yelp.schemas - -.include <bsd.port.post.mk> diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo deleted file mode 100644 index ef7c6f151..000000000 --- a/x11/yelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/yelp-2.30.1.tar.bz2) = afd638cdaea1fcb9821ece88b819a022 -SHA256 (gnome2/yelp-2.30.1.tar.bz2) = 4b453e994f8e57bc5c4637dba2c315536f30e90741b74b0bee218cbb436eb20c -SIZE (gnome2/yelp-2.30.1.tar.bz2) = 1139961 diff --git a/x11/yelp/files/patch-src_yelp-gecko-utils.cpp b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp deleted file mode 100644 index 2c4d781ee..000000000 --- a/x11/yelp/files/patch-src_yelp-gecko-utils.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/yelp-gecko-utils.cpp.orig 2009-03-29 23:21:59.000000000 -0400 -+++ src/yelp-gecko-utils.cpp 2009-03-29 23:25:48.000000000 -0400 -@@ -28,8 +28,10 @@ - #include <nsStringAPI.h> - - #ifdef HAVE_GECKO_1_9 -+#ifdef XPCOM_GLUE - #include <gtkmozembed_glue.cpp> - #endif -+#endif - - #include <gtkmozembed.h> - #include <gtkmozembed_internal.h> diff --git a/x11/yelp/pkg-descr b/x11/yelp/pkg-descr deleted file mode 100644 index d38af5629..000000000 --- a/x11/yelp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Yelp is a help browser for GNOME 2.0 that displays GNOME -help documents, info pages, manpages, and more. - -WWW: http://www.gnome.org/ diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist deleted file mode 100644 index 903c7d3c5..000000000 --- a/x11/yelp/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/gnome-help -bin/yelp -share/applications/yelp.desktop -share/icons/hicolor/192x192/apps/yelp-icon-big.png -share/locale/af/LC_MESSAGES/yelp.mo -share/locale/am/LC_MESSAGES/yelp.mo -share/locale/ar/LC_MESSAGES/yelp.mo -share/locale/as/LC_MESSAGES/yelp.mo -share/locale/ast/LC_MESSAGES/yelp.mo -share/locale/az/LC_MESSAGES/yelp.mo -share/locale/be/LC_MESSAGES/yelp.mo -share/locale/be@latin/LC_MESSAGES/yelp.mo -share/locale/bg/LC_MESSAGES/yelp.mo -share/locale/bn/LC_MESSAGES/yelp.mo -share/locale/bn_IN/LC_MESSAGES/yelp.mo -share/locale/br/LC_MESSAGES/yelp.mo -share/locale/bs/LC_MESSAGES/yelp.mo -share/locale/ca/LC_MESSAGES/yelp.mo -share/locale/ca@valencia/LC_MESSAGES/yelp.mo -share/locale/crh/LC_MESSAGES/yelp.mo -share/locale/cs/LC_MESSAGES/yelp.mo -share/locale/cy/LC_MESSAGES/yelp.mo -share/locale/da/LC_MESSAGES/yelp.mo -share/locale/de/LC_MESSAGES/yelp.mo -share/locale/dz/LC_MESSAGES/yelp.mo -share/locale/el/LC_MESSAGES/yelp.mo -share/locale/en@shaw/LC_MESSAGES/yelp.mo -share/locale/en_CA/LC_MESSAGES/yelp.mo -share/locale/en_GB/LC_MESSAGES/yelp.mo -share/locale/eo/LC_MESSAGES/yelp.mo -share/locale/es/LC_MESSAGES/yelp.mo -share/locale/et/LC_MESSAGES/yelp.mo -share/locale/eu/LC_MESSAGES/yelp.mo -share/locale/fa/LC_MESSAGES/yelp.mo -share/locale/fi/LC_MESSAGES/yelp.mo -share/locale/fr/LC_MESSAGES/yelp.mo -share/locale/fur/LC_MESSAGES/yelp.mo -share/locale/ga/LC_MESSAGES/yelp.mo -share/locale/gl/LC_MESSAGES/yelp.mo -share/locale/gu/LC_MESSAGES/yelp.mo -share/locale/he/LC_MESSAGES/yelp.mo -share/locale/hi/LC_MESSAGES/yelp.mo -share/locale/hr/LC_MESSAGES/yelp.mo -share/locale/hu/LC_MESSAGES/yelp.mo -share/locale/id/LC_MESSAGES/yelp.mo -share/locale/is/LC_MESSAGES/yelp.mo -share/locale/it/LC_MESSAGES/yelp.mo -share/locale/ja/LC_MESSAGES/yelp.mo -share/locale/ka/LC_MESSAGES/yelp.mo -share/locale/kn/LC_MESSAGES/yelp.mo -share/locale/ko/LC_MESSAGES/yelp.mo -share/locale/ks/LC_MESSAGES/yelp.mo -share/locale/ku/LC_MESSAGES/yelp.mo -share/locale/ky/LC_MESSAGES/yelp.mo -share/locale/la/LC_MESSAGES/yelp.mo -share/locale/li/LC_MESSAGES/yelp.mo -share/locale/lt/LC_MESSAGES/yelp.mo -share/locale/lv/LC_MESSAGES/yelp.mo -share/locale/mai/LC_MESSAGES/yelp.mo -share/locale/mg/LC_MESSAGES/yelp.mo -share/locale/mk/LC_MESSAGES/yelp.mo -share/locale/ml/LC_MESSAGES/yelp.mo -share/locale/mn/LC_MESSAGES/yelp.mo -share/locale/mr/LC_MESSAGES/yelp.mo -share/locale/ms/LC_MESSAGES/yelp.mo -share/locale/nb/LC_MESSAGES/yelp.mo -share/locale/nds/LC_MESSAGES/yelp.mo -share/locale/ne/LC_MESSAGES/yelp.mo -share/locale/nl/LC_MESSAGES/yelp.mo -share/locale/nn/LC_MESSAGES/yelp.mo -share/locale/nso/LC_MESSAGES/yelp.mo -share/locale/oc/LC_MESSAGES/yelp.mo -share/locale/or/LC_MESSAGES/yelp.mo -share/locale/pa/LC_MESSAGES/yelp.mo -share/locale/pl/LC_MESSAGES/yelp.mo -share/locale/ps/LC_MESSAGES/yelp.mo -share/locale/pt/LC_MESSAGES/yelp.mo -share/locale/pt_BR/LC_MESSAGES/yelp.mo -share/locale/ro/LC_MESSAGES/yelp.mo -share/locale/ru/LC_MESSAGES/yelp.mo -share/locale/rw/LC_MESSAGES/yelp.mo -share/locale/si/LC_MESSAGES/yelp.mo -share/locale/sk/LC_MESSAGES/yelp.mo -share/locale/sl/LC_MESSAGES/yelp.mo -share/locale/sq/LC_MESSAGES/yelp.mo -share/locale/sr/LC_MESSAGES/yelp.mo -share/locale/sr@latin/LC_MESSAGES/yelp.mo -share/locale/sv/LC_MESSAGES/yelp.mo -share/locale/ta/LC_MESSAGES/yelp.mo -share/locale/te/LC_MESSAGES/yelp.mo -share/locale/tg/LC_MESSAGES/yelp.mo -share/locale/th/LC_MESSAGES/yelp.mo -share/locale/tr/LC_MESSAGES/yelp.mo -share/locale/ug/LC_MESSAGES/yelp.mo -share/locale/uk/LC_MESSAGES/yelp.mo -share/locale/uz/LC_MESSAGES/yelp.mo -share/locale/uz@cyrillic/LC_MESSAGES/yelp.mo -share/locale/vi/LC_MESSAGES/yelp.mo -share/locale/wa/LC_MESSAGES/yelp.mo -share/locale/xh/LC_MESSAGES/yelp.mo -share/locale/zh_CN/LC_MESSAGES/yelp.mo -share/locale/zh_HK/LC_MESSAGES/yelp.mo -share/locale/zh_TW/LC_MESSAGES/yelp.mo -share/locale/zu/LC_MESSAGES/yelp.mo -%%DATADIR%%/default.css -%%DATADIR%%/icons/yelp-icon-caution.png -%%DATADIR%%/icons/yelp-icon-important.png -%%DATADIR%%/icons/yelp-icon-note.png -%%DATADIR%%/icons/yelp-icon-tip.png -%%DATADIR%%/icons/yelp-icon-warning.png -%%DATADIR%%/icons/yelp-watermark-blockquote-00AB.png -%%DATADIR%%/icons/yelp-watermark-blockquote-00BB.png -%%DATADIR%%/icons/yelp-watermark-blockquote-201C.png -%%DATADIR%%/icons/yelp-watermark-blockquote-201D.png -%%DATADIR%%/icons/yelp-watermark-blockquote-201E.png -%%DATADIR%%/important_docs.xml -%%DATADIR%%/info.xml -%%DATADIR%%/man.xml -%%DATADIR%%/scrollkeeper.xml -%%DATADIR%%/toc.xml -%%DATADIR%%/ui/yelp-bookmarks-add.ui -%%DATADIR%%/ui/yelp-bookmarks.ui -%%DATADIR%%/ui/yelp-open-location.ui -%%DATADIR%%/ui/yelp-preferences.ui -%%DATADIR%%/ui/yelp-search-ui.xml -%%DATADIR%%/ui/yelp-ui.xml -%%DATADIR%%/xslt/db-title.xsl -%%DATADIR%%/xslt/db2html.xsl -%%DATADIR%%/xslt/info2html.xsl -%%DATADIR%%/xslt/mal2html.xsl -%%DATADIR%%/xslt/man2html.xsl -%%DATADIR%%/xslt/search2html.xsl -%%DATADIR%%/xslt/toc2html.xsl -%%DATADIR%%/xslt/yelp-common.xsl -%%DATADIR%%/yelp.js -@dirrm %%DATADIR%%/xslt -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile deleted file mode 100644 index 46ee41734..000000000 --- a/x11/zenity/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: zenity -# Date created: 01 Mar 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.102 2009/09/21 22:23:34 kwm Exp $ -# - -PORTNAME= zenity -PORTVERSION= 2.30.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Display GNOME dialogs from the command line - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 gnomedocutils intlhack -USE_BZIP2= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= zenity.1 - -CONFLICTS= gtkada-1.2.* - -OPTIONS= NOTIFY "Enable libnotify support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-libnotify -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.include <bsd.port.post.mk> diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo deleted file mode 100644 index c04f3737c..000000000 --- a/x11/zenity/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/zenity-2.30.0.tar.bz2) = 15ba2f27d5e1a79c996e5e53e16f4380 -SHA256 (gnome2/zenity-2.30.0.tar.bz2) = d42a9be6f77eb018fb8c5967094db86604271f342dd15b6e6101338d82f923ff -SIZE (gnome2/zenity-2.30.0.tar.bz2) = 3095111 diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr deleted file mode 100644 index 384c19680..000000000 --- a/x11/zenity/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Zenity allows dialog boxes to be created and displayed from the -commandline. This provides a simple way to create a GUI for -a shell script. diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist deleted file mode 100644 index 5678c826e..000000000 --- a/x11/zenity/pkg-plist +++ /dev/null @@ -1,385 +0,0 @@ -bin/gdialog -bin/zenity -share/gnome/help/zenity/C/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/C/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/C/figures/zenity-error-screenshot.png -share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/C/figures/zenity-information-screenshot.png -share/gnome/help/zenity/C/figures/zenity-list-screenshot.png -share/gnome/help/zenity/C/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/C/figures/zenity-question-screenshot.png -share/gnome/help/zenity/C/figures/zenity-text-screenshot.png -share/gnome/help/zenity/C/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/C/legal.xml -share/gnome/help/zenity/C/zenity.xml -share/gnome/help/zenity/bg/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-error-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-information-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-list-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-question-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-text-screenshot.png -share/gnome/help/zenity/bg/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/bg/zenity.xml -share/gnome/help/zenity/cs/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-error-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-information-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-list-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-question-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-text-screenshot.png -share/gnome/help/zenity/cs/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/cs/zenity.xml -share/gnome/help/zenity/da/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/da/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/da/figures/zenity-error-screenshot.png -share/gnome/help/zenity/da/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/da/figures/zenity-information-screenshot.png -share/gnome/help/zenity/da/figures/zenity-list-screenshot.png -share/gnome/help/zenity/da/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/da/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/da/figures/zenity-question-screenshot.png -share/gnome/help/zenity/da/figures/zenity-text-screenshot.png -share/gnome/help/zenity/da/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/da/zenity.xml -share/gnome/help/zenity/de/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/de/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/de/figures/zenity-error-screenshot.png -share/gnome/help/zenity/de/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/de/figures/zenity-information-screenshot.png -share/gnome/help/zenity/de/figures/zenity-list-screenshot.png -share/gnome/help/zenity/de/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/de/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/de/figures/zenity-question-screenshot.png -share/gnome/help/zenity/de/figures/zenity-text-screenshot.png -share/gnome/help/zenity/de/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/de/zenity.xml -share/gnome/help/zenity/el/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/el/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/el/figures/zenity-error-screenshot.png -share/gnome/help/zenity/el/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/el/figures/zenity-information-screenshot.png -share/gnome/help/zenity/el/figures/zenity-list-screenshot.png -share/gnome/help/zenity/el/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/el/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/el/figures/zenity-question-screenshot.png -share/gnome/help/zenity/el/figures/zenity-text-screenshot.png -share/gnome/help/zenity/el/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/el/zenity.xml -share/gnome/help/zenity/en_GB/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-error-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-information-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-list-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-question-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-text-screenshot.png -share/gnome/help/zenity/en_GB/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/en_GB/zenity.xml -share/gnome/help/zenity/es/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/es/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/es/figures/zenity-error-screenshot.png -share/gnome/help/zenity/es/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/es/figures/zenity-information-screenshot.png -share/gnome/help/zenity/es/figures/zenity-list-screenshot.png -share/gnome/help/zenity/es/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/es/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/es/figures/zenity-question-screenshot.png -share/gnome/help/zenity/es/figures/zenity-text-screenshot.png -share/gnome/help/zenity/es/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/es/zenity.xml -share/gnome/help/zenity/eu/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-error-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-information-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-list-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-question-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-text-screenshot.png -share/gnome/help/zenity/eu/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/eu/zenity.xml -share/gnome/help/zenity/fi/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-error-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-information-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-list-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-question-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-text-screenshot.png -share/gnome/help/zenity/fi/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/fi/zenity.xml -share/gnome/help/zenity/fr/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-error-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-information-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-list-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/fr/zenity.xml -share/gnome/help/zenity/oc/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-error-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-information-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-list-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-question-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-text-screenshot.png -share/gnome/help/zenity/oc/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/oc/zenity.xml -share/gnome/help/zenity/pt_BR/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-error-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-information-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-list-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-question-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-text-screenshot.png -share/gnome/help/zenity/pt_BR/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/pt_BR/zenity.xml -share/gnome/help/zenity/ru/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-error-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-information-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-list-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-question-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-text-screenshot.png -share/gnome/help/zenity/ru/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/ru/zenity.xml -share/gnome/help/zenity/sv/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-error-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-information-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-list-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-question-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-text-screenshot.png -share/gnome/help/zenity/sv/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/sv/zenity.xml -share/gnome/help/zenity/uk/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-error-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-information-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-list-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-question-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-text-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/uk/zenity.xml -share/locale/am/LC_MESSAGES/zenity.mo -share/locale/ar/LC_MESSAGES/zenity.mo -share/locale/as/LC_MESSAGES/zenity.mo -share/locale/ast/LC_MESSAGES/zenity.mo -share/locale/az/LC_MESSAGES/zenity.mo -share/locale/be/LC_MESSAGES/zenity.mo -share/locale/be@latin/LC_MESSAGES/zenity.mo -share/locale/bg/LC_MESSAGES/zenity.mo -share/locale/bn/LC_MESSAGES/zenity.mo -share/locale/bn_IN/LC_MESSAGES/zenity.mo -share/locale/bs/LC_MESSAGES/zenity.mo -share/locale/ca/LC_MESSAGES/zenity.mo -share/locale/ca@valencia/LC_MESSAGES/zenity.mo -share/locale/cs/LC_MESSAGES/zenity.mo -share/locale/cy/LC_MESSAGES/zenity.mo -share/locale/da/LC_MESSAGES/zenity.mo -share/locale/de/LC_MESSAGES/zenity.mo -share/locale/dz/LC_MESSAGES/zenity.mo -share/locale/el/LC_MESSAGES/zenity.mo -share/locale/en@shaw/LC_MESSAGES/zenity.mo -share/locale/en_CA/LC_MESSAGES/zenity.mo -share/locale/en_GB/LC_MESSAGES/zenity.mo -share/locale/es/LC_MESSAGES/zenity.mo -share/locale/et/LC_MESSAGES/zenity.mo -share/locale/eu/LC_MESSAGES/zenity.mo -share/locale/fa/LC_MESSAGES/zenity.mo -share/locale/fi/LC_MESSAGES/zenity.mo -share/locale/fr/LC_MESSAGES/zenity.mo -share/locale/ga/LC_MESSAGES/zenity.mo -share/locale/gl/LC_MESSAGES/zenity.mo -share/locale/gu/LC_MESSAGES/zenity.mo -share/locale/he/LC_MESSAGES/zenity.mo -share/locale/hi/LC_MESSAGES/zenity.mo -share/locale/hr/LC_MESSAGES/zenity.mo -share/locale/hu/LC_MESSAGES/zenity.mo -share/locale/id/LC_MESSAGES/zenity.mo -share/locale/is/LC_MESSAGES/zenity.mo -share/locale/it/LC_MESSAGES/zenity.mo -share/locale/ja/LC_MESSAGES/zenity.mo -share/locale/ka/LC_MESSAGES/zenity.mo -share/locale/kn/LC_MESSAGES/zenity.mo -share/locale/ko/LC_MESSAGES/zenity.mo -share/locale/ku/LC_MESSAGES/zenity.mo -share/locale/lt/LC_MESSAGES/zenity.mo -share/locale/lv/LC_MESSAGES/zenity.mo -share/locale/mai/LC_MESSAGES/zenity.mo -share/locale/mg/LC_MESSAGES/zenity.mo -share/locale/mi/LC_MESSAGES/zenity.mo -share/locale/mk/LC_MESSAGES/zenity.mo -share/locale/ml/LC_MESSAGES/zenity.mo -share/locale/mn/LC_MESSAGES/zenity.mo -share/locale/mr/LC_MESSAGES/zenity.mo -share/locale/ms/LC_MESSAGES/zenity.mo -share/locale/nb/LC_MESSAGES/zenity.mo -share/locale/ne/LC_MESSAGES/zenity.mo -share/locale/nl/LC_MESSAGES/zenity.mo -share/locale/nn/LC_MESSAGES/zenity.mo -share/locale/oc/LC_MESSAGES/zenity.mo -share/locale/or/LC_MESSAGES/zenity.mo -share/locale/pa/LC_MESSAGES/zenity.mo -share/locale/pl/LC_MESSAGES/zenity.mo -share/locale/ps/LC_MESSAGES/zenity.mo -share/locale/pt/LC_MESSAGES/zenity.mo -share/locale/pt_BR/LC_MESSAGES/zenity.mo -share/locale/ro/LC_MESSAGES/zenity.mo -share/locale/ru/LC_MESSAGES/zenity.mo -share/locale/rw/LC_MESSAGES/zenity.mo -share/locale/si/LC_MESSAGES/zenity.mo -share/locale/sk/LC_MESSAGES/zenity.mo -share/locale/sl/LC_MESSAGES/zenity.mo -share/locale/sq/LC_MESSAGES/zenity.mo -share/locale/sr/LC_MESSAGES/zenity.mo -share/locale/sr@latin/LC_MESSAGES/zenity.mo -share/locale/sv/LC_MESSAGES/zenity.mo -share/locale/ta/LC_MESSAGES/zenity.mo -share/locale/te/LC_MESSAGES/zenity.mo -share/locale/th/LC_MESSAGES/zenity.mo -share/locale/tr/LC_MESSAGES/zenity.mo -share/locale/ug/LC_MESSAGES/zenity.mo -share/locale/uk/LC_MESSAGES/zenity.mo -share/locale/vi/LC_MESSAGES/zenity.mo -share/locale/xh/LC_MESSAGES/zenity.mo -share/locale/zh_CN/LC_MESSAGES/zenity.mo -share/locale/zh_HK/LC_MESSAGES/zenity.mo -share/locale/zh_TW/LC_MESSAGES/zenity.mo -share/omf/zenity/zenity-C.omf -share/omf/zenity/zenity-bg.omf -share/omf/zenity/zenity-cs.omf -share/omf/zenity/zenity-da.omf -share/omf/zenity/zenity-de.omf -share/omf/zenity/zenity-el.omf -share/omf/zenity/zenity-en_GB.omf -share/omf/zenity/zenity-es.omf -share/omf/zenity/zenity-eu.omf -share/omf/zenity/zenity-fi.omf -share/omf/zenity/zenity-fr.omf -share/omf/zenity/zenity-oc.omf -share/omf/zenity/zenity-pt_BR.omf -share/omf/zenity/zenity-ru.omf -share/omf/zenity/zenity-sv.omf -share/omf/zenity/zenity-uk.omf -%%DATADIR%%/clothes/gnome-tshirt.png -%%DATADIR%%/clothes/hawaii-shirt.png -%%DATADIR%%/clothes/monk.png -%%DATADIR%%/clothes/sunglasses.png -%%DATADIR%%/clothes/surfboard.png -%%DATADIR%%/zenity-calendar.png -%%DATADIR%%/zenity-entry.png -%%DATADIR%%/zenity-file.png -%%DATADIR%%/zenity-list.png -%%DATADIR%%/zenity-notification.png -%%DATADIR%%/zenity-progress.png -%%DATADIR%%/zenity-scale.png -%%DATADIR%%/zenity-text.png -%%DATADIR%%/zenity.png -%%DATADIR%%/zenity.ui -@dirrm %%DATADIR%%/clothes -@dirrm %%DATADIR%% -@dirrm share/omf/zenity -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/gnome/help/zenity/uk/figures -@dirrm share/gnome/help/zenity/uk -@dirrm share/gnome/help/zenity/sv/figures -@dirrm share/gnome/help/zenity/sv -@dirrm share/gnome/help/zenity/ru/figures -@dirrm share/gnome/help/zenity/ru -@dirrm share/gnome/help/zenity/pt_BR/figures -@dirrm share/gnome/help/zenity/pt_BR -@dirrm share/gnome/help/zenity/oc/figures -@dirrm share/gnome/help/zenity/oc -@dirrm share/gnome/help/zenity/fr/figures -@dirrm share/gnome/help/zenity/fr -@dirrm share/gnome/help/zenity/fi/figures -@dirrm share/gnome/help/zenity/fi -@dirrm share/gnome/help/zenity/eu/figures -@dirrm share/gnome/help/zenity/eu -@dirrm share/gnome/help/zenity/es/figures -@dirrm share/gnome/help/zenity/es -@dirrm share/gnome/help/zenity/en_GB/figures -@dirrm share/gnome/help/zenity/en_GB -@dirrm share/gnome/help/zenity/el/figures -@dirrm share/gnome/help/zenity/el -@dirrm share/gnome/help/zenity/de/figures -@dirrm share/gnome/help/zenity/de -@dirrm share/gnome/help/zenity/da/figures -@dirrm share/gnome/help/zenity/da -@dirrm share/gnome/help/zenity/cs/figures -@dirrm share/gnome/help/zenity/cs -@dirrm share/gnome/help/zenity/bg/figures -@dirrm share/gnome/help/zenity/bg -@dirrm share/gnome/help/zenity/C/figures -@dirrm share/gnome/help/zenity/C -@dirrm share/gnome/help/zenity |