diff --git a/src/bin/.classpath b/src/bin/.classpath deleted file mode 100644 index 814eea1..0000000 --- a/src/bin/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/bin/.project b/src/bin/.project deleted file mode 100644 index 9e8d77c..0000000 --- a/src/bin/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - JIFIParser - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/src/bin/Block$BlockEnd.class b/src/bin/Block$BlockEnd.class deleted file mode 100644 index 26c9c4b..0000000 Binary files a/src/bin/Block$BlockEnd.class and /dev/null differ diff --git a/src/bin/Block.class b/src/bin/Block.class deleted file mode 100644 index 12fc7e4..0000000 Binary files a/src/bin/Block.class and /dev/null differ diff --git a/src/bin/BreakLoop.class b/src/bin/BreakLoop.class deleted file mode 100644 index 395fbae..0000000 Binary files a/src/bin/BreakLoop.class and /dev/null differ diff --git a/src/bin/Comment.class b/src/bin/Comment.class deleted file mode 100644 index 5df2e58..0000000 Binary files a/src/bin/Comment.class and /dev/null differ diff --git a/src/bin/DummyBlock.class b/src/bin/DummyBlock.class deleted file mode 100644 index 2cfa2cf..0000000 Binary files a/src/bin/DummyBlock.class and /dev/null differ diff --git a/src/bin/Environment.class b/src/bin/Environment.class deleted file mode 100644 index f068f15..0000000 Binary files a/src/bin/Environment.class and /dev/null differ diff --git a/src/bin/Function$FunctionEnd.class b/src/bin/Function$FunctionEnd.class deleted file mode 100644 index 25a6d47..0000000 Binary files a/src/bin/Function$FunctionEnd.class and /dev/null differ diff --git a/src/bin/Function.class b/src/bin/Function.class deleted file mode 100644 index db8cd42..0000000 Binary files a/src/bin/Function.class and /dev/null differ diff --git a/src/bin/If$BlockFalse.class b/src/bin/If$BlockFalse.class deleted file mode 100644 index f7908f6..0000000 Binary files a/src/bin/If$BlockFalse.class and /dev/null differ diff --git a/src/bin/If$BlockTrue.class b/src/bin/If$BlockTrue.class deleted file mode 100644 index 974c9d8..0000000 Binary files a/src/bin/If$BlockTrue.class and /dev/null differ diff --git a/src/bin/If$InnerBlock.class b/src/bin/If$InnerBlock.class deleted file mode 100644 index f34df04..0000000 Binary files a/src/bin/If$InnerBlock.class and /dev/null differ diff --git a/src/bin/If.class b/src/bin/If.class deleted file mode 100644 index 32635cd..0000000 Binary files a/src/bin/If.class and /dev/null differ diff --git a/src/bin/NOTAS.txt b/src/bin/NOTAS.txt deleted file mode 100644 index c3f6545..0000000 --- a/src/bin/NOTAS.txt +++ /dev/null @@ -1,24 +0,0 @@ - -(Anderson) ----------- 17/08 ----------- -- *Novo mecanismo para verificar se a mensagem enviada foi recebida* -(Luiz, Diego e Fernando) Dica: Para criar um Command que utilize um Device -use o seguinte exemplo: - //função que inicializa o comando (envia a mensagem) - public void begin(Robot robot, Clock clock) throws ExecutionException { - //envia a mensagem para o dispositivo - device.setWaiting(); //marca o dispositivo como - } - - função que se repete enquanto ela retornar false (ver Interpreter.step()) - public boolean perform(Robot r, Clock clock) throws ExecutionException { - try { - if (device.isValidRead()){ - return true; //o comando foi recebido pelo robô - } else { - return false; //executa novamente está função (ver Interpreter.step()) - } - } catch (TimeoutException e){ //tempo acabou e a mensagem não foi confirmada - //envia novamente a mensagem - } - } - - agora sim, tudo deve estar funcionando bem, só falta implementas as coisas \ No newline at end of file diff --git a/src/bin/Perception.class b/src/bin/Perception.class deleted file mode 100644 index 9d0ebab..0000000 Binary files a/src/bin/Perception.class and /dev/null differ diff --git a/src/bin/PrintString.class b/src/bin/PrintString.class deleted file mode 100644 index 76e93de..0000000 Binary files a/src/bin/PrintString.class and /dev/null differ diff --git a/src/bin/Procedure.class b/src/bin/Procedure.class deleted file mode 100644 index 3416059..0000000 Binary files a/src/bin/Procedure.class and /dev/null differ diff --git a/src/bin/VirtualConnection.class b/src/bin/VirtualConnection.class deleted file mode 100644 index 8ff9785..0000000 Binary files a/src/bin/VirtualConnection.class and /dev/null differ diff --git a/src/bin/VirtualDevice.class b/src/bin/VirtualDevice.class deleted file mode 100644 index 4da5aab..0000000 Binary files a/src/bin/VirtualDevice.class and /dev/null differ diff --git a/src/bin/While.class b/src/bin/While.class deleted file mode 100644 index 2822c58..0000000 Binary files a/src/bin/While.class and /dev/null differ diff --git a/src/bin/jifi/interpreter/Interpreter.class b/src/bin/jifi/interpreter/Interpreter.class deleted file mode 100644 index e7be19d..0000000 Binary files a/src/bin/jifi/interpreter/Interpreter.class and /dev/null differ diff --git a/src/bin/jifi/plugin/Pluggable.class b/src/bin/jifi/plugin/Pluggable.class deleted file mode 100644 index 229cf86..0000000 Binary files a/src/bin/jifi/plugin/Pluggable.class and /dev/null differ diff --git a/src/bin/jifi/plugin/PluginManager.class b/src/bin/jifi/plugin/PluginManager.class deleted file mode 100644 index fbdf600..0000000 Binary files a/src/bin/jifi/plugin/PluginManager.class and /dev/null differ diff --git a/src/bin/jifi/plugin/types/CommandPack.class b/src/bin/jifi/plugin/types/CommandPack.class deleted file mode 100644 index 15ededb..0000000 Binary files a/src/bin/jifi/plugin/types/CommandPack.class and /dev/null differ diff --git a/src/bin/jifi/plugin/types/Extension.class b/src/bin/jifi/plugin/types/Extension.class deleted file mode 100644 index e7c67ca..0000000 Binary files a/src/bin/jifi/plugin/types/Extension.class and /dev/null differ diff --git a/src/bin/jifi/plugin/types/Platform.class b/src/bin/jifi/plugin/types/Platform.class deleted file mode 100644 index 2b2c35e..0000000 Binary files a/src/bin/jifi/plugin/types/Platform.class and /dev/null differ diff --git a/src/bin/jifi/program/Program.class b/src/bin/jifi/program/Program.class deleted file mode 100644 index 15d35c2..0000000 Binary files a/src/bin/jifi/program/Program.class and /dev/null differ diff --git a/src/bin/jifi/project/Element$CategoryData.class b/src/bin/jifi/project/Element$CategoryData.class deleted file mode 100644 index 412e3af..0000000 Binary files a/src/bin/jifi/project/Element$CategoryData.class and /dev/null differ diff --git a/src/bin/jifi/project/Element.class b/src/bin/jifi/project/Element.class deleted file mode 100644 index dc2ed3c..0000000 Binary files a/src/bin/jifi/project/Element.class and /dev/null differ diff --git a/src/bin/jifi/project/FileCreator.class b/src/bin/jifi/project/FileCreator.class deleted file mode 100644 index 59dc045..0000000 Binary files a/src/bin/jifi/project/FileCreator.class and /dev/null differ diff --git a/src/bin/jifi/project/Project.class b/src/bin/jifi/project/Project.class deleted file mode 100644 index 28e4dc4..0000000 Binary files a/src/bin/jifi/project/Project.class and /dev/null differ diff --git a/src/bin/jifi/project/ProjectTreeView$FeeRenderer.class b/src/bin/jifi/project/ProjectTreeView$FeeRenderer.class deleted file mode 100644 index 5d03287..0000000 Binary files a/src/bin/jifi/project/ProjectTreeView$FeeRenderer.class and /dev/null differ diff --git a/src/bin/jifi/project/ProjectTreeView.class b/src/bin/jifi/project/ProjectTreeView.class deleted file mode 100644 index 7cea942..0000000 Binary files a/src/bin/jifi/project/ProjectTreeView.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/Main$TMPElement.class b/src/bin/jifi/ui/main/Main$TMPElement.class deleted file mode 100644 index efb39a3..0000000 Binary files a/src/bin/jifi/ui/main/Main$TMPElement.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/Main$TmpView.class b/src/bin/jifi/ui/main/Main$TmpView.class deleted file mode 100644 index 2310f47..0000000 Binary files a/src/bin/jifi/ui/main/Main$TmpView.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/Main.class b/src/bin/jifi/ui/main/Main.class deleted file mode 100644 index 9eff44c..0000000 Binary files a/src/bin/jifi/ui/main/Main.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/Model.class b/src/bin/jifi/ui/main/Model.class deleted file mode 100644 index b395b8a..0000000 Binary files a/src/bin/jifi/ui/main/Model.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton$1.class b/src/bin/jifi/ui/main/ToolBarButton$1.class deleted file mode 100644 index 4b50fbb..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton$2.class b/src/bin/jifi/ui/main/ToolBarButton$2.class deleted file mode 100644 index 67dc0d7..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton$2.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton$3.class b/src/bin/jifi/ui/main/ToolBarButton$3.class deleted file mode 100644 index 45bd41b..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton$3.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton$JDDButton.class b/src/bin/jifi/ui/main/ToolBarButton$JDDButton.class deleted file mode 100644 index b80573b..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton$JDDButton.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton$Listener$1.class b/src/bin/jifi/ui/main/ToolBarButton$Listener$1.class deleted file mode 100644 index b1b9925..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton$Listener$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton$Listener.class b/src/bin/jifi/ui/main/ToolBarButton$Listener.class deleted file mode 100644 index 4850969..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton$Listener.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/ToolBarButton.class b/src/bin/jifi/ui/main/ToolBarButton.class deleted file mode 100644 index d75c0a0..0000000 Binary files a/src/bin/jifi/ui/main/ToolBarButton.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/UI.class b/src/bin/jifi/ui/main/UI.class deleted file mode 100644 index b660172..0000000 Binary files a/src/bin/jifi/ui/main/UI.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/teste$1.class b/src/bin/jifi/ui/main/teste$1.class deleted file mode 100644 index e72f2a9..0000000 Binary files a/src/bin/jifi/ui/main/teste$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/teste.class b/src/bin/jifi/ui/main/teste.class deleted file mode 100644 index 54b6479..0000000 Binary files a/src/bin/jifi/ui/main/teste.class and /dev/null differ diff --git a/src/bin/jifi/ui/main/teste.form b/src/bin/jifi/ui/main/teste.form deleted file mode 100644 index 6282d0d..0000000 --- a/src/bin/jifi/ui/main/teste.form +++ /dev/null @@ -1,92 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/src/bin/jifi/ui/view/EditorView.class b/src/bin/jifi/ui/view/EditorView.class deleted file mode 100644 index daaac0e..0000000 Binary files a/src/bin/jifi/ui/view/EditorView.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/MessageTab$Data.class b/src/bin/jifi/ui/view/MessageTab$Data.class deleted file mode 100644 index 3db8e93..0000000 Binary files a/src/bin/jifi/ui/view/MessageTab$Data.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/MessageTab$MyTableModel.class b/src/bin/jifi/ui/view/MessageTab$MyTableModel.class deleted file mode 100644 index 9af9acc..0000000 Binary files a/src/bin/jifi/ui/view/MessageTab$MyTableModel.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/MessageTab.class b/src/bin/jifi/ui/view/MessageTab.class deleted file mode 100644 index 335ddcc..0000000 Binary files a/src/bin/jifi/ui/view/MessageTab.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/ProgramView.class b/src/bin/jifi/ui/view/ProgramView.class deleted file mode 100644 index 7351593..0000000 Binary files a/src/bin/jifi/ui/view/ProgramView.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/PropertiesView.class b/src/bin/jifi/ui/view/PropertiesView.class deleted file mode 100644 index d7411ab..0000000 Binary files a/src/bin/jifi/ui/view/PropertiesView.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/SecondaryView.class b/src/bin/jifi/ui/view/SecondaryView.class deleted file mode 100644 index 0bae71d..0000000 Binary files a/src/bin/jifi/ui/view/SecondaryView.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/SimulationView.class b/src/bin/jifi/ui/view/SimulationView.class deleted file mode 100644 index ea6d82b..0000000 Binary files a/src/bin/jifi/ui/view/SimulationView.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/View$ViewData.class b/src/bin/jifi/ui/view/View$ViewData.class deleted file mode 100644 index 37d107b..0000000 Binary files a/src/bin/jifi/ui/view/View$ViewData.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/View.class b/src/bin/jifi/ui/view/View.class deleted file mode 100644 index 78b9f23..0000000 Binary files a/src/bin/jifi/ui/view/View.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$1.class b/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$1.class deleted file mode 100644 index 63293a8..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$2.class b/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$2.class deleted file mode 100644 index 6a414f6..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$2.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$3.class b/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$3.class deleted file mode 100644 index 9716488..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel$3.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel.class b/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel.class deleted file mode 100644 index 9f5d453..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/JSplitPanel.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/TabbedPaneView.class b/src/bin/jifi/ui/view/tabbedpaneview/TabbedPaneView.class deleted file mode 100644 index 358d11a..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/TabbedPaneView.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$1.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$1.class deleted file mode 100644 index 7108cfc..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$2.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$2.class deleted file mode 100644 index 7bdc640..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$2.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$TabButton.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$TabButton.class deleted file mode 100644 index d816f5a..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent$TabButton.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent.class deleted file mode 100644 index 9068576..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/ButtonTabComponent.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabDragListener.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabDragListener.class deleted file mode 100644 index 8966d72..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabDragListener.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCloseAction.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCloseAction.class deleted file mode 100644 index a15f271..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCloseAction.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCloseOthersAction.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCloseOthersAction.class deleted file mode 100644 index 04e19ea..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCloseOthersAction.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCopyPathAction.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCopyPathAction.class deleted file mode 100644 index f00f9a8..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane$TabbedPaneCopyPathAction.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane.class deleted file mode 100644 index d78ec77..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPane.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$1.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$1.class deleted file mode 100644 index c5ecfbf..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$TabTransferable$TabTransferData.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$TabTransferable$TabTransferData.class deleted file mode 100644 index 2448da8..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$TabTransferable$TabTransferData.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$TabTransferable.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$TabTransferable.class deleted file mode 100644 index 8018962..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler$TabTransferable.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler.class deleted file mode 100644 index 7e6f33c..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/DnDTabbedPaneTransferHandler.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/License b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/License deleted file mode 100644 index f0f2d4c..0000000 --- a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/License +++ /dev/null @@ -1,24 +0,0 @@ -Copyright (c) 2012, Robert Futrell -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the author nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$1.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$1.class deleted file mode 100644 index 6ab1362..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$1.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$JIcon.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$JIcon.class deleted file mode 100644 index 1a057e6..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$JIcon.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$TabButton.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$TabButton.class deleted file mode 100644 index 4f98fd2..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent$TabButton.class and /dev/null differ diff --git a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent.class b/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent.class deleted file mode 100644 index 7d67c50..0000000 Binary files a/src/bin/jifi/ui/view/tabbedpaneview/dndtabbedpane/TabComponent.class and /dev/null differ diff --git a/src/bin/natives/linux/x86_64/librxtxSerial.so b/src/bin/natives/linux/x86_64/librxtxSerial.so deleted file mode 100644 index f9a88e6..0000000 Binary files a/src/bin/natives/linux/x86_64/librxtxSerial.so and /dev/null differ diff --git a/src/bin/natives/win/i686/rxtxSerial.dll b/src/bin/natives/win/i686/rxtxSerial.dll deleted file mode 100644 index 95f1b8f..0000000 Binary files a/src/bin/natives/win/i686/rxtxSerial.dll and /dev/null differ diff --git a/src/bin/natives/win/x86_64/rxtxSerial.dll b/src/bin/natives/win/x86_64/rxtxSerial.dll deleted file mode 100644 index b52490f..0000000 Binary files a/src/bin/natives/win/x86_64/rxtxSerial.dll and /dev/null differ diff --git a/src/bin/resources/Purisa-Bold.ttf b/src/bin/resources/Purisa-Bold.ttf deleted file mode 100644 index 25bc540..0000000 Binary files a/src/bin/resources/Purisa-Bold.ttf and /dev/null differ diff --git a/src/bin/resources/down-arrow.png b/src/bin/resources/down-arrow.png deleted file mode 100644 index 3081185..0000000 Binary files a/src/bin/resources/down-arrow.png and /dev/null differ diff --git a/src/bin/resources/down-arrow2.png b/src/bin/resources/down-arrow2.png deleted file mode 100644 index 2f31ce7..0000000 Binary files a/src/bin/resources/down-arrow2.png and /dev/null differ diff --git a/src/bin/resources/fugue/README.txt b/src/bin/resources/fugue/README.txt deleted file mode 100644 index 4fc7b75..0000000 --- a/src/bin/resources/fugue/README.txt +++ /dev/null @@ -1,80 +0,0 @@ -Fugue Icons - -(C) 2013 Yusuke Kamiyamane. All rights reserved. - -These icons are licensed under a Creative Commons -Attribution 3.0 License. - - -If you can't or don't want to provide attribution, please -purchase a royalty-free license. - - -I'm unavailable for custom icon design work. But your -suggestions are always welcome! - - ------------------------------------------------------------- - -All logos and trademarks in some icons are property of their -respective owners. - ------------------------------------------------------------- - -- geotag - - (C) Geotag Icon Project. All rights reserved. - - - Geotag icon is licensed under a Creative Commons - Attribution-Share Alike 3.0 License or LGPL. - - - -- language - - (C) Language Icon Project. All rights reserved. - - - Language icon is licensed under a Creative Commons - Attribution-Share Alike 3.0 License. - - -- open-share - - (C) Open Share Icon Project. All rights reserved. - - - Open Share icon is licensed under a Creative Commons - Attribution-Share Alike 3.0 License. - - -- opml - - (C) OPML Icon Project. All rights reserved. - - - OPML icon is licensed under a Creative Commons - Attribution-Share Alike 2.5 License. - - -- share - - (C) Share Icon Project. All rights reserved. - - - Share icon is licensed under a GPL or LGPL or BSD or - Creative Commons Attribution 2.5 License. - - - - - -- xfn - - (C) Wolfgang Bartelme. All rights reserved. - - - XFN icon is licensed under a Creative Commons - Attribution-Share Alike 2.5 License. - \ No newline at end of file diff --git a/src/bin/resources/fugue/asterisk.png b/src/bin/resources/fugue/asterisk.png deleted file mode 100644 index c2fbed5..0000000 Binary files a/src/bin/resources/fugue/asterisk.png and /dev/null differ diff --git a/src/bin/resources/fugue/ui-combo-box.png b/src/bin/resources/fugue/ui-combo-box.png deleted file mode 100644 index 53d306e..0000000 Binary files a/src/bin/resources/fugue/ui-combo-box.png and /dev/null differ diff --git a/src/bin/resources/fugue/ui-spin.png b/src/bin/resources/fugue/ui-spin.png deleted file mode 100644 index c0834d8..0000000 Binary files a/src/bin/resources/fugue/ui-spin.png and /dev/null differ diff --git a/src/bin/resources/fugue/ui-text-field.png b/src/bin/resources/fugue/ui-text-field.png deleted file mode 100644 index 7fc1c7f..0000000 Binary files a/src/bin/resources/fugue/ui-text-field.png and /dev/null differ diff --git a/src/bin/resources/jifi.png b/src/bin/resources/jifi.png deleted file mode 100644 index cc35c17..0000000 Binary files a/src/bin/resources/jifi.png and /dev/null differ diff --git a/src/bin/resources/jifi2.png b/src/bin/resources/jifi2.png deleted file mode 100644 index 75ed706..0000000 Binary files a/src/bin/resources/jifi2.png and /dev/null differ diff --git a/src/bin/resources/jifi3.png b/src/bin/resources/jifi3.png deleted file mode 100644 index 910258a..0000000 Binary files a/src/bin/resources/jifi3.png and /dev/null differ diff --git a/src/bin/resources/jifi4.png b/src/bin/resources/jifi4.png deleted file mode 100644 index 11247a1..0000000 Binary files a/src/bin/resources/jifi4.png and /dev/null differ diff --git a/src/bin/resources/jifi5.png b/src/bin/resources/jifi5.png deleted file mode 100644 index dbb6037..0000000 Binary files a/src/bin/resources/jifi5.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/Makefile.am b/src/bin/resources/tango/16x16/Makefile.am deleted file mode 100644 index df51ba8..0000000 --- a/src/bin/resources/tango/16x16/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -SUBDIRS = actions animations apps categories devices emblems emotes mimetypes places status - diff --git a/src/bin/resources/tango/16x16/Makefile.in b/src/bin/resources/tango/16x16/Makefile.in deleted file mode 100644 index fb2a5c5..0000000 --- a/src/bin/resources/tango/16x16/Makefile.in +++ /dev/null @@ -1,477 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16 -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = actions animations apps categories devices emblems emotes mimetypes places status -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - 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; nonemtpy = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(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)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-exec-am: - -install-html: install-html-recursive - -install-info: install-info-recursive - -install-man: - -install-pdf: install-pdf-recursive - -install-ps: install-ps-recursive - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic ctags \ - ctags-recursive distclean distclean-generic distclean-tags \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ - tags-recursive uninstall uninstall-am - -# 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/src/bin/resources/tango/16x16/actions/Makefile.am b/src/bin/resources/tango/16x16/actions/Makefile.am deleted file mode 100644 index 4fb6083..0000000 --- a/src/bin/resources/tango/16x16/actions/Makefile.am +++ /dev/null @@ -1,82 +0,0 @@ - -size = 16x16 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - address-book-new.png \ - appointment-new.png \ - bookmark-new.png \ - contact-new.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-save.png \ - document-save-as.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-select-all.png \ - edit-undo.png \ - folder-new.png \ - format-indent-less.png \ - format-indent-more.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - list-add.png \ - list-remove.png \ - mail-forward.png \ - mail-message-new.png \ - mail-mark-junk.png \ - mail-mark-not-junk.png \ - mail-reply-all.png \ - mail-reply-sender.png \ - mail-send-receive.png \ - media-eject.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-search.png \ - system-shutdown.png \ - tab-new.png \ - view-fullscreen.png \ - view-refresh.png \ - window-new.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/actions/Makefile.in b/src/bin/resources/tango/16x16/actions/Makefile.in deleted file mode 100644 index 405cadf..0000000 --- a/src/bin/resources/tango/16x16/actions/Makefile.in +++ /dev/null @@ -1,429 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/actions -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = actions -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - address-book-new.png \ - appointment-new.png \ - bookmark-new.png \ - contact-new.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-save.png \ - document-save-as.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-select-all.png \ - edit-undo.png \ - folder-new.png \ - format-indent-less.png \ - format-indent-more.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - list-add.png \ - list-remove.png \ - mail-forward.png \ - mail-message-new.png \ - mail-mark-junk.png \ - mail-mark-not-junk.png \ - mail-reply-all.png \ - mail-reply-sender.png \ - mail-send-receive.png \ - media-eject.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-search.png \ - system-shutdown.png \ - tab-new.png \ - view-fullscreen.png \ - view-refresh.png \ - window-new.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/actions/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/actions/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/actions/address-book-new.png b/src/bin/resources/tango/16x16/actions/address-book-new.png deleted file mode 100644 index 2098cfd..0000000 Binary files a/src/bin/resources/tango/16x16/actions/address-book-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/appointment-new.png b/src/bin/resources/tango/16x16/actions/appointment-new.png deleted file mode 100644 index 18b7c67..0000000 Binary files a/src/bin/resources/tango/16x16/actions/appointment-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/bookmark-new.png b/src/bin/resources/tango/16x16/actions/bookmark-new.png deleted file mode 100644 index 6cf6443..0000000 Binary files a/src/bin/resources/tango/16x16/actions/bookmark-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/contact-new.png b/src/bin/resources/tango/16x16/actions/contact-new.png deleted file mode 100644 index 46573ff..0000000 Binary files a/src/bin/resources/tango/16x16/actions/contact-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-new.png b/src/bin/resources/tango/16x16/actions/document-new.png deleted file mode 100644 index 4c3efdd..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-open.png b/src/bin/resources/tango/16x16/actions/document-open.png deleted file mode 100644 index ab94046..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-open.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-print-preview.png b/src/bin/resources/tango/16x16/actions/document-print-preview.png deleted file mode 100644 index ab92a30..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-print-preview.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-print.png b/src/bin/resources/tango/16x16/actions/document-print.png deleted file mode 100644 index 35c37bd..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-print.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-properties.png b/src/bin/resources/tango/16x16/actions/document-properties.png deleted file mode 100644 index ab0e8ea..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-properties.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-save-as.png b/src/bin/resources/tango/16x16/actions/document-save-as.png deleted file mode 100644 index 9bed143..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-save-as.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/document-save.png b/src/bin/resources/tango/16x16/actions/document-save.png deleted file mode 100644 index 22ff495..0000000 Binary files a/src/bin/resources/tango/16x16/actions/document-save.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-clear.png b/src/bin/resources/tango/16x16/actions/edit-clear.png deleted file mode 100644 index e6c8e8b..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-clear.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-copy.png b/src/bin/resources/tango/16x16/actions/edit-copy.png deleted file mode 100644 index 8dd48c4..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-copy.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-cut.png b/src/bin/resources/tango/16x16/actions/edit-cut.png deleted file mode 100644 index dc9eb9a..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-cut.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-delete.png b/src/bin/resources/tango/16x16/actions/edit-delete.png deleted file mode 100644 index ea03150..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-delete.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-find-replace.png b/src/bin/resources/tango/16x16/actions/edit-find-replace.png deleted file mode 100644 index 6edbef6..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-find-replace.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-find.png b/src/bin/resources/tango/16x16/actions/edit-find.png deleted file mode 100644 index d072d3c..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-find.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-paste.png b/src/bin/resources/tango/16x16/actions/edit-paste.png deleted file mode 100644 index 24588a3..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-paste.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-redo.png b/src/bin/resources/tango/16x16/actions/edit-redo.png deleted file mode 100644 index c3b0df0..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-redo.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-select-all.png b/src/bin/resources/tango/16x16/actions/edit-select-all.png deleted file mode 100644 index f4b0b19..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-select-all.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/edit-undo.png b/src/bin/resources/tango/16x16/actions/edit-undo.png deleted file mode 100644 index 8b0fef9..0000000 Binary files a/src/bin/resources/tango/16x16/actions/edit-undo.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/folder-new.png b/src/bin/resources/tango/16x16/actions/folder-new.png deleted file mode 100644 index 628f4d5..0000000 Binary files a/src/bin/resources/tango/16x16/actions/folder-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-indent-less.png b/src/bin/resources/tango/16x16/actions/format-indent-less.png deleted file mode 100644 index 1787a7f..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-indent-less.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-indent-more.png b/src/bin/resources/tango/16x16/actions/format-indent-more.png deleted file mode 100644 index 6bad6bb..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-indent-more.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-justify-center.png b/src/bin/resources/tango/16x16/actions/format-justify-center.png deleted file mode 100644 index 207dc4c..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-justify-center.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-justify-fill.png b/src/bin/resources/tango/16x16/actions/format-justify-fill.png deleted file mode 100644 index 663cbad..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-justify-fill.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-justify-left.png b/src/bin/resources/tango/16x16/actions/format-justify-left.png deleted file mode 100644 index d9b40a7..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-justify-left.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-justify-right.png b/src/bin/resources/tango/16x16/actions/format-justify-right.png deleted file mode 100644 index c301307..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-justify-right.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-text-bold.png b/src/bin/resources/tango/16x16/actions/format-text-bold.png deleted file mode 100644 index c9cb630..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-text-bold.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-text-italic.png b/src/bin/resources/tango/16x16/actions/format-text-italic.png deleted file mode 100644 index 977ea82..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-text-italic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-text-strikethrough.png b/src/bin/resources/tango/16x16/actions/format-text-strikethrough.png deleted file mode 100644 index ccee76e..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-text-strikethrough.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/format-text-underline.png b/src/bin/resources/tango/16x16/actions/format-text-underline.png deleted file mode 100644 index 0c48721..0000000 Binary files a/src/bin/resources/tango/16x16/actions/format-text-underline.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-bottom.png b/src/bin/resources/tango/16x16/actions/go-bottom.png deleted file mode 100644 index 2c5a803..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-bottom.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-down.png b/src/bin/resources/tango/16x16/actions/go-down.png deleted file mode 100644 index 3dd7fcc..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-down.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-first.png b/src/bin/resources/tango/16x16/actions/go-first.png deleted file mode 100644 index 9c15c09..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-first.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-home.png b/src/bin/resources/tango/16x16/actions/go-home.png deleted file mode 100644 index a46fb22..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-home.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-jump.png b/src/bin/resources/tango/16x16/actions/go-jump.png deleted file mode 100644 index 1d218c3..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-jump.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-last.png b/src/bin/resources/tango/16x16/actions/go-last.png deleted file mode 100644 index 6e904ef..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-last.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-next.png b/src/bin/resources/tango/16x16/actions/go-next.png deleted file mode 100644 index 6ef8de7..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-next.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-previous.png b/src/bin/resources/tango/16x16/actions/go-previous.png deleted file mode 100644 index 659cd90..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-previous.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-top.png b/src/bin/resources/tango/16x16/actions/go-top.png deleted file mode 100644 index 70f2c99..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-top.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/go-up.png b/src/bin/resources/tango/16x16/actions/go-up.png deleted file mode 100644 index fa9a7d7..0000000 Binary files a/src/bin/resources/tango/16x16/actions/go-up.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/list-add.png b/src/bin/resources/tango/16x16/actions/list-add.png deleted file mode 100644 index 1aa7f09..0000000 Binary files a/src/bin/resources/tango/16x16/actions/list-add.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/list-remove.png b/src/bin/resources/tango/16x16/actions/list-remove.png deleted file mode 100644 index 00b654e..0000000 Binary files a/src/bin/resources/tango/16x16/actions/list-remove.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-forward.png b/src/bin/resources/tango/16x16/actions/mail-forward.png deleted file mode 100644 index de0199b..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-mark-junk.png b/src/bin/resources/tango/16x16/actions/mail-mark-junk.png deleted file mode 100644 index f12d452..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-mark-junk.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-mark-not-junk.png b/src/bin/resources/tango/16x16/actions/mail-mark-not-junk.png deleted file mode 100644 index 87c425f..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-mark-not-junk.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-message-new.png b/src/bin/resources/tango/16x16/actions/mail-message-new.png deleted file mode 100644 index 7c68cb8..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-message-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-reply-all.png b/src/bin/resources/tango/16x16/actions/mail-reply-all.png deleted file mode 100644 index 2017b0a..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-reply-all.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-reply-sender.png b/src/bin/resources/tango/16x16/actions/mail-reply-sender.png deleted file mode 100644 index a619741..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-reply-sender.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/mail-send-receive.png b/src/bin/resources/tango/16x16/actions/mail-send-receive.png deleted file mode 100644 index 3eb6a9c..0000000 Binary files a/src/bin/resources/tango/16x16/actions/mail-send-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-eject.png b/src/bin/resources/tango/16x16/actions/media-eject.png deleted file mode 100644 index 2084067..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-eject.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-playback-pause.png b/src/bin/resources/tango/16x16/actions/media-playback-pause.png deleted file mode 100644 index c8b4fe2..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-playback-pause.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-playback-start.png b/src/bin/resources/tango/16x16/actions/media-playback-start.png deleted file mode 100644 index a7de0fe..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-playback-start.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-playback-stop.png b/src/bin/resources/tango/16x16/actions/media-playback-stop.png deleted file mode 100644 index ede2815..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-playback-stop.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-record.png b/src/bin/resources/tango/16x16/actions/media-record.png deleted file mode 100644 index 2f66cde..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-record.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-seek-backward.png b/src/bin/resources/tango/16x16/actions/media-seek-backward.png deleted file mode 100644 index ffcac31..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-seek-backward.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-seek-forward.png b/src/bin/resources/tango/16x16/actions/media-seek-forward.png deleted file mode 100644 index 4d7e2cd..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-seek-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-skip-backward.png b/src/bin/resources/tango/16x16/actions/media-skip-backward.png deleted file mode 100644 index 94381f5..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-skip-backward.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/media-skip-forward.png b/src/bin/resources/tango/16x16/actions/media-skip-forward.png deleted file mode 100644 index 758ec6f..0000000 Binary files a/src/bin/resources/tango/16x16/actions/media-skip-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/process-stop.png b/src/bin/resources/tango/16x16/actions/process-stop.png deleted file mode 100644 index ab6808f..0000000 Binary files a/src/bin/resources/tango/16x16/actions/process-stop.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/system-lock-screen.png b/src/bin/resources/tango/16x16/actions/system-lock-screen.png deleted file mode 100644 index f7ea0cd..0000000 Binary files a/src/bin/resources/tango/16x16/actions/system-lock-screen.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/system-log-out.png b/src/bin/resources/tango/16x16/actions/system-log-out.png deleted file mode 100644 index 0010931..0000000 Binary files a/src/bin/resources/tango/16x16/actions/system-log-out.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/system-search.png b/src/bin/resources/tango/16x16/actions/system-search.png deleted file mode 100644 index fd7f0b0..0000000 Binary files a/src/bin/resources/tango/16x16/actions/system-search.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/system-shutdown.png b/src/bin/resources/tango/16x16/actions/system-shutdown.png deleted file mode 100644 index afe62de..0000000 Binary files a/src/bin/resources/tango/16x16/actions/system-shutdown.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/tab-new.png b/src/bin/resources/tango/16x16/actions/tab-new.png deleted file mode 100644 index 3e590f6..0000000 Binary files a/src/bin/resources/tango/16x16/actions/tab-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/view-fullscreen.png b/src/bin/resources/tango/16x16/actions/view-fullscreen.png deleted file mode 100644 index ffdabd4..0000000 Binary files a/src/bin/resources/tango/16x16/actions/view-fullscreen.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/view-refresh.png b/src/bin/resources/tango/16x16/actions/view-refresh.png deleted file mode 100644 index 3fd71d6..0000000 Binary files a/src/bin/resources/tango/16x16/actions/view-refresh.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/actions/window-new.png b/src/bin/resources/tango/16x16/actions/window-new.png deleted file mode 100644 index 0e12ef9..0000000 Binary files a/src/bin/resources/tango/16x16/actions/window-new.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/animations/Makefile.am b/src/bin/resources/tango/16x16/animations/Makefile.am deleted file mode 100644 index a376a4a..0000000 --- a/src/bin/resources/tango/16x16/animations/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ - -size = 16x16 -context = animations - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - process-working.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/animations/Makefile.in b/src/bin/resources/tango/16x16/animations/Makefile.in deleted file mode 100644 index d926388..0000000 --- a/src/bin/resources/tango/16x16/animations/Makefile.in +++ /dev/null @@ -1,361 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/animations -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = animations -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - process-working.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/animations/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/animations/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/animations/process-working.png b/src/bin/resources/tango/16x16/animations/process-working.png deleted file mode 100644 index 984bde4..0000000 Binary files a/src/bin/resources/tango/16x16/animations/process-working.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/Makefile.am b/src/bin/resources/tango/16x16/apps/Makefile.am deleted file mode 100644 index 4116e37..0000000 --- a/src/bin/resources/tango/16x16/apps/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ - -size = 16x16 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - accessories-calculator.png \ - accessories-character-map.png \ - accessories-text-editor.png \ - help-browser.png \ - internet-group-chat.png \ - internet-mail.png \ - internet-news-reader.png \ - internet-web-browser.png \ - office-calendar.png \ - preferences-desktop-accessibility.png \ - preferences-desktop-assistive-technology.png \ - preferences-desktop-font.png \ - preferences-desktop-keyboard-shortcuts.png \ - preferences-desktop-locale.png \ - preferences-desktop-multimedia.png \ - preferences-desktop-remote-desktop.png \ - preferences-desktop-screensaver.png \ - preferences-desktop-theme.png \ - preferences-desktop-wallpaper.png \ - preferences-system-network-proxy.png \ - preferences-system-session.png \ - preferences-system-windows.png \ - system-file-manager.png \ - system-installer.png \ - system-software-update.png \ - system-users.png \ - utilities-system-monitor.png \ - utilities-terminal.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/apps/Makefile.in b/src/bin/resources/tango/16x16/apps/Makefile.in deleted file mode 100644 index de64ad2..0000000 --- a/src/bin/resources/tango/16x16/apps/Makefile.in +++ /dev/null @@ -1,388 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/apps -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = apps -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - accessories-calculator.png \ - accessories-character-map.png \ - accessories-text-editor.png \ - help-browser.png \ - internet-group-chat.png \ - internet-mail.png \ - internet-news-reader.png \ - internet-web-browser.png \ - office-calendar.png \ - preferences-desktop-accessibility.png \ - preferences-desktop-assistive-technology.png \ - preferences-desktop-font.png \ - preferences-desktop-keyboard-shortcuts.png \ - preferences-desktop-locale.png \ - preferences-desktop-multimedia.png \ - preferences-desktop-remote-desktop.png \ - preferences-desktop-screensaver.png \ - preferences-desktop-theme.png \ - preferences-desktop-wallpaper.png \ - preferences-system-network-proxy.png \ - preferences-system-session.png \ - preferences-system-windows.png \ - system-file-manager.png \ - system-installer.png \ - system-software-update.png \ - system-users.png \ - utilities-system-monitor.png \ - utilities-terminal.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/apps/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/apps/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/apps/accessories-calculator.png b/src/bin/resources/tango/16x16/apps/accessories-calculator.png deleted file mode 100644 index 9248971..0000000 Binary files a/src/bin/resources/tango/16x16/apps/accessories-calculator.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/accessories-character-map.png b/src/bin/resources/tango/16x16/apps/accessories-character-map.png deleted file mode 100644 index 5dd1124..0000000 Binary files a/src/bin/resources/tango/16x16/apps/accessories-character-map.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/accessories-text-editor.png b/src/bin/resources/tango/16x16/apps/accessories-text-editor.png deleted file mode 100644 index 188e1c1..0000000 Binary files a/src/bin/resources/tango/16x16/apps/accessories-text-editor.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/help-browser.png b/src/bin/resources/tango/16x16/apps/help-browser.png deleted file mode 100644 index f25fc3f..0000000 Binary files a/src/bin/resources/tango/16x16/apps/help-browser.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/internet-group-chat.png b/src/bin/resources/tango/16x16/apps/internet-group-chat.png deleted file mode 100644 index f6e8325..0000000 Binary files a/src/bin/resources/tango/16x16/apps/internet-group-chat.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/internet-mail.png b/src/bin/resources/tango/16x16/apps/internet-mail.png deleted file mode 100644 index 859251f..0000000 Binary files a/src/bin/resources/tango/16x16/apps/internet-mail.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/internet-news-reader.png b/src/bin/resources/tango/16x16/apps/internet-news-reader.png deleted file mode 100644 index a9850ee..0000000 Binary files a/src/bin/resources/tango/16x16/apps/internet-news-reader.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/internet-web-browser.png b/src/bin/resources/tango/16x16/apps/internet-web-browser.png deleted file mode 100644 index ac5957a..0000000 Binary files a/src/bin/resources/tango/16x16/apps/internet-web-browser.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/office-calendar.png b/src/bin/resources/tango/16x16/apps/office-calendar.png deleted file mode 100644 index 106a592..0000000 Binary files a/src/bin/resources/tango/16x16/apps/office-calendar.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-accessibility.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-accessibility.png deleted file mode 100644 index b365c27..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-assistive-technology.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-assistive-technology.png deleted file mode 100644 index 513d817..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-assistive-technology.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-font.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-font.png deleted file mode 100644 index 18a0149..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-font.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index 291dc1a..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-locale.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-locale.png deleted file mode 100644 index 5ef73a6..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-multimedia.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-multimedia.png deleted file mode 100644 index 2e5ba43..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-multimedia.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-remote-desktop.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index b790f63..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-screensaver.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-screensaver.png deleted file mode 100644 index dc297db..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-theme.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-theme.png deleted file mode 100644 index fbea772..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-desktop-wallpaper.png b/src/bin/resources/tango/16x16/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index e7cc834..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-system-network-proxy.png b/src/bin/resources/tango/16x16/apps/preferences-system-network-proxy.png deleted file mode 100644 index bdeb79d..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-system-network-proxy.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-system-session.png b/src/bin/resources/tango/16x16/apps/preferences-system-session.png deleted file mode 100644 index 35f8b57..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-system-session.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/preferences-system-windows.png b/src/bin/resources/tango/16x16/apps/preferences-system-windows.png deleted file mode 100644 index 596caf9..0000000 Binary files a/src/bin/resources/tango/16x16/apps/preferences-system-windows.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/system-file-manager.png b/src/bin/resources/tango/16x16/apps/system-file-manager.png deleted file mode 100644 index 60cade4..0000000 Binary files a/src/bin/resources/tango/16x16/apps/system-file-manager.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/system-installer.png b/src/bin/resources/tango/16x16/apps/system-installer.png deleted file mode 100644 index d16abcb..0000000 Binary files a/src/bin/resources/tango/16x16/apps/system-installer.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/system-software-update.png b/src/bin/resources/tango/16x16/apps/system-software-update.png deleted file mode 100644 index 58f19c6..0000000 Binary files a/src/bin/resources/tango/16x16/apps/system-software-update.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/system-users.png b/src/bin/resources/tango/16x16/apps/system-users.png deleted file mode 100644 index 9d2d500..0000000 Binary files a/src/bin/resources/tango/16x16/apps/system-users.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/utilities-system-monitor.png b/src/bin/resources/tango/16x16/apps/utilities-system-monitor.png deleted file mode 100644 index 8734e77..0000000 Binary files a/src/bin/resources/tango/16x16/apps/utilities-system-monitor.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/apps/utilities-terminal.png b/src/bin/resources/tango/16x16/apps/utilities-terminal.png deleted file mode 100644 index c5b797a..0000000 Binary files a/src/bin/resources/tango/16x16/apps/utilities-terminal.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/Makefile.am b/src/bin/resources/tango/16x16/categories/Makefile.am deleted file mode 100644 index 0a0692e..0000000 --- a/src/bin/resources/tango/16x16/categories/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ - -size = 16x16 -context = categories - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - applications-accessories.png \ - applications-development.png \ - applications-games.png \ - applications-graphics.png \ - applications-internet.png \ - applications-multimedia.png \ - applications-office.png \ - applications-other.png \ - applications-system.png \ - preferences-desktop.png \ - preferences-desktop-peripherals.png \ - preferences-system.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/categories/Makefile.in b/src/bin/resources/tango/16x16/categories/Makefile.in deleted file mode 100644 index b85a626..0000000 --- a/src/bin/resources/tango/16x16/categories/Makefile.in +++ /dev/null @@ -1,372 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/categories -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = categories -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - applications-accessories.png \ - applications-development.png \ - applications-games.png \ - applications-graphics.png \ - applications-internet.png \ - applications-multimedia.png \ - applications-office.png \ - applications-other.png \ - applications-system.png \ - preferences-desktop.png \ - preferences-desktop-peripherals.png \ - preferences-system.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/categories/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/categories/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/categories/applications-accessories.png b/src/bin/resources/tango/16x16/categories/applications-accessories.png deleted file mode 100644 index c8d899c..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-accessories.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-development.png b/src/bin/resources/tango/16x16/categories/applications-development.png deleted file mode 100644 index 4375227..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-development.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-games.png b/src/bin/resources/tango/16x16/categories/applications-games.png deleted file mode 100644 index 4ba874b..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-games.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-graphics.png b/src/bin/resources/tango/16x16/categories/applications-graphics.png deleted file mode 100644 index 4bb955f..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-graphics.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-internet.png b/src/bin/resources/tango/16x16/categories/applications-internet.png deleted file mode 100644 index a588968..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-internet.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-multimedia.png b/src/bin/resources/tango/16x16/categories/applications-multimedia.png deleted file mode 100644 index 3e4ced5..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-multimedia.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-office.png b/src/bin/resources/tango/16x16/categories/applications-office.png deleted file mode 100644 index f9b3bb9..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-office.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-other.png b/src/bin/resources/tango/16x16/categories/applications-other.png deleted file mode 100644 index 0d49f9d..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-other.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/applications-system.png b/src/bin/resources/tango/16x16/categories/applications-system.png deleted file mode 100644 index d90ab66..0000000 Binary files a/src/bin/resources/tango/16x16/categories/applications-system.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/preferences-desktop-peripherals.png b/src/bin/resources/tango/16x16/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 2a63cee..0000000 Binary files a/src/bin/resources/tango/16x16/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/preferences-desktop.png b/src/bin/resources/tango/16x16/categories/preferences-desktop.png deleted file mode 100644 index 68f916c..0000000 Binary files a/src/bin/resources/tango/16x16/categories/preferences-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/categories/preferences-system.png b/src/bin/resources/tango/16x16/categories/preferences-system.png deleted file mode 100644 index 9460dfc..0000000 Binary files a/src/bin/resources/tango/16x16/categories/preferences-system.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/Makefile.am b/src/bin/resources/tango/16x16/devices/Makefile.am deleted file mode 100644 index 25231e6..0000000 --- a/src/bin/resources/tango/16x16/devices/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ - -size = 16x16 -context = devices - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-card.png \ - audio-input-microphone.png \ - battery.png \ - camera-photo.png \ - camera-video.png \ - computer.png \ - drive-optical.png \ - drive-harddisk.png \ - drive-removable-media.png \ - input-gaming.png \ - input-keyboard.png \ - input-mouse.png \ - media-optical.png \ - media-floppy.png \ - media-flash.png \ - multimedia-player.png \ - network-wired.png \ - network-wireless.png \ - printer.png \ - video-display.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/devices/Makefile.in b/src/bin/resources/tango/16x16/devices/Makefile.in deleted file mode 100644 index 6019803..0000000 --- a/src/bin/resources/tango/16x16/devices/Makefile.in +++ /dev/null @@ -1,380 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/devices -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = devices -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - audio-card.png \ - audio-input-microphone.png \ - battery.png \ - camera-photo.png \ - camera-video.png \ - computer.png \ - drive-optical.png \ - drive-harddisk.png \ - drive-removable-media.png \ - input-gaming.png \ - input-keyboard.png \ - input-mouse.png \ - media-optical.png \ - media-floppy.png \ - media-flash.png \ - multimedia-player.png \ - network-wired.png \ - network-wireless.png \ - printer.png \ - video-display.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/devices/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/devices/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/devices/audio-card.png b/src/bin/resources/tango/16x16/devices/audio-card.png deleted file mode 100644 index aaa7907..0000000 Binary files a/src/bin/resources/tango/16x16/devices/audio-card.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/audio-input-microphone.png b/src/bin/resources/tango/16x16/devices/audio-input-microphone.png deleted file mode 100644 index 53a0393..0000000 Binary files a/src/bin/resources/tango/16x16/devices/audio-input-microphone.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/battery.png b/src/bin/resources/tango/16x16/devices/battery.png deleted file mode 100644 index 8684e2a..0000000 Binary files a/src/bin/resources/tango/16x16/devices/battery.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/camera-photo.png b/src/bin/resources/tango/16x16/devices/camera-photo.png deleted file mode 100644 index 1e8e886..0000000 Binary files a/src/bin/resources/tango/16x16/devices/camera-photo.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/camera-video.png b/src/bin/resources/tango/16x16/devices/camera-video.png deleted file mode 100644 index 98fc211..0000000 Binary files a/src/bin/resources/tango/16x16/devices/camera-video.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/computer.png b/src/bin/resources/tango/16x16/devices/computer.png deleted file mode 100644 index d0b397b..0000000 Binary files a/src/bin/resources/tango/16x16/devices/computer.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/drive-harddisk.png b/src/bin/resources/tango/16x16/devices/drive-harddisk.png deleted file mode 100644 index 5c3b858..0000000 Binary files a/src/bin/resources/tango/16x16/devices/drive-harddisk.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/drive-optical.png b/src/bin/resources/tango/16x16/devices/drive-optical.png deleted file mode 100644 index 4ced6fe..0000000 Binary files a/src/bin/resources/tango/16x16/devices/drive-optical.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/drive-removable-media.png b/src/bin/resources/tango/16x16/devices/drive-removable-media.png deleted file mode 100644 index 9153898..0000000 Binary files a/src/bin/resources/tango/16x16/devices/drive-removable-media.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/input-gaming.png b/src/bin/resources/tango/16x16/devices/input-gaming.png deleted file mode 100644 index 9d040ee..0000000 Binary files a/src/bin/resources/tango/16x16/devices/input-gaming.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/input-keyboard.png b/src/bin/resources/tango/16x16/devices/input-keyboard.png deleted file mode 100644 index fab414b..0000000 Binary files a/src/bin/resources/tango/16x16/devices/input-keyboard.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/input-mouse.png b/src/bin/resources/tango/16x16/devices/input-mouse.png deleted file mode 100644 index eeda4db..0000000 Binary files a/src/bin/resources/tango/16x16/devices/input-mouse.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/media-flash.png b/src/bin/resources/tango/16x16/devices/media-flash.png deleted file mode 100644 index bef542a..0000000 Binary files a/src/bin/resources/tango/16x16/devices/media-flash.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/media-floppy.png b/src/bin/resources/tango/16x16/devices/media-floppy.png deleted file mode 100644 index f1d7a19..0000000 Binary files a/src/bin/resources/tango/16x16/devices/media-floppy.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/media-optical.png b/src/bin/resources/tango/16x16/devices/media-optical.png deleted file mode 100644 index 760de93..0000000 Binary files a/src/bin/resources/tango/16x16/devices/media-optical.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/multimedia-player.png b/src/bin/resources/tango/16x16/devices/multimedia-player.png deleted file mode 100644 index 461e9de..0000000 Binary files a/src/bin/resources/tango/16x16/devices/multimedia-player.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/network-wired.png b/src/bin/resources/tango/16x16/devices/network-wired.png deleted file mode 100644 index 3ac6b35..0000000 Binary files a/src/bin/resources/tango/16x16/devices/network-wired.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/network-wireless.png b/src/bin/resources/tango/16x16/devices/network-wireless.png deleted file mode 100644 index 2dc6250..0000000 Binary files a/src/bin/resources/tango/16x16/devices/network-wireless.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/printer.png b/src/bin/resources/tango/16x16/devices/printer.png deleted file mode 100644 index 12a4e39..0000000 Binary files a/src/bin/resources/tango/16x16/devices/printer.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/devices/video-display.png b/src/bin/resources/tango/16x16/devices/video-display.png deleted file mode 100644 index 226881f..0000000 Binary files a/src/bin/resources/tango/16x16/devices/video-display.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/Makefile.am b/src/bin/resources/tango/16x16/emblems/Makefile.am deleted file mode 100644 index 5ad874f..0000000 --- a/src/bin/resources/tango/16x16/emblems/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ - -size = 16x16 -context = emblems - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - emblem-favorite.png \ - emblem-important.png \ - emblem-photos.png \ - emblem-readonly.png \ - emblem-symbolic-link.png \ - emblem-system.png \ - emblem-unreadable.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/emblems/Makefile.in b/src/bin/resources/tango/16x16/emblems/Makefile.in deleted file mode 100644 index bc6d391..0000000 --- a/src/bin/resources/tango/16x16/emblems/Makefile.in +++ /dev/null @@ -1,367 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/emblems -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = emblems -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - emblem-favorite.png \ - emblem-important.png \ - emblem-photos.png \ - emblem-readonly.png \ - emblem-symbolic-link.png \ - emblem-system.png \ - emblem-unreadable.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/emblems/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/emblems/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/emblems/emblem-favorite.png b/src/bin/resources/tango/16x16/emblems/emblem-favorite.png deleted file mode 100644 index 3acb57d..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-favorite.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/emblem-important.png b/src/bin/resources/tango/16x16/emblems/emblem-important.png deleted file mode 100644 index 81e9ed2..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-important.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/emblem-photos.png b/src/bin/resources/tango/16x16/emblems/emblem-photos.png deleted file mode 100644 index ab40463..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-photos.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/emblem-readonly.png b/src/bin/resources/tango/16x16/emblems/emblem-readonly.png deleted file mode 100644 index 0466619..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-readonly.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/emblem-symbolic-link.png b/src/bin/resources/tango/16x16/emblems/emblem-symbolic-link.png deleted file mode 100644 index 800b9e8..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/emblem-system.png b/src/bin/resources/tango/16x16/emblems/emblem-system.png deleted file mode 100644 index 259ed26..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-system.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emblems/emblem-unreadable.png b/src/bin/resources/tango/16x16/emblems/emblem-unreadable.png deleted file mode 100644 index 5c08b05..0000000 Binary files a/src/bin/resources/tango/16x16/emblems/emblem-unreadable.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/Makefile.am b/src/bin/resources/tango/16x16/emotes/Makefile.am deleted file mode 100644 index cee11ca..0000000 --- a/src/bin/resources/tango/16x16/emotes/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ - -size = 16x16 -context = emotes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - face-angel.png \ - face-crying.png \ - face-devilish.png \ - face-glasses.png \ - face-grin.png \ - face-kiss.png \ - face-monkey.png \ - face-plain.png \ - face-sad.png \ - face-smile.png \ - face-smile-big.png \ - face-surprise.png \ - face-wink.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/emotes/Makefile.in b/src/bin/resources/tango/16x16/emotes/Makefile.in deleted file mode 100644 index be80cdb..0000000 --- a/src/bin/resources/tango/16x16/emotes/Makefile.in +++ /dev/null @@ -1,373 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/emotes -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = emotes -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - face-angel.png \ - face-crying.png \ - face-devilish.png \ - face-glasses.png \ - face-grin.png \ - face-kiss.png \ - face-monkey.png \ - face-plain.png \ - face-sad.png \ - face-smile.png \ - face-smile-big.png \ - face-surprise.png \ - face-wink.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/emotes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/emotes/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/emotes/face-angel.png b/src/bin/resources/tango/16x16/emotes/face-angel.png deleted file mode 100644 index d2c5e94..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-angel.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-crying.png b/src/bin/resources/tango/16x16/emotes/face-crying.png deleted file mode 100644 index 2620dab..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-crying.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-devilish.png b/src/bin/resources/tango/16x16/emotes/face-devilish.png deleted file mode 100644 index 6edf683..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-devilish.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-glasses.png b/src/bin/resources/tango/16x16/emotes/face-glasses.png deleted file mode 100644 index 00c2cd4..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-glasses.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-grin.png b/src/bin/resources/tango/16x16/emotes/face-grin.png deleted file mode 100644 index 0d013d5..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-grin.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-kiss.png b/src/bin/resources/tango/16x16/emotes/face-kiss.png deleted file mode 100644 index 809c1cf..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-kiss.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-monkey.png b/src/bin/resources/tango/16x16/emotes/face-monkey.png deleted file mode 100644 index 69db8fa..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-monkey.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-plain.png b/src/bin/resources/tango/16x16/emotes/face-plain.png deleted file mode 100644 index 31cf984..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-plain.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-sad.png b/src/bin/resources/tango/16x16/emotes/face-sad.png deleted file mode 100644 index 159c04b..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-sad.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-smile-big.png b/src/bin/resources/tango/16x16/emotes/face-smile-big.png deleted file mode 100644 index 9114fde..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-smile-big.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-smile.png b/src/bin/resources/tango/16x16/emotes/face-smile.png deleted file mode 100644 index de862b1..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-smile.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-surprise.png b/src/bin/resources/tango/16x16/emotes/face-surprise.png deleted file mode 100644 index 4b4d423..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-surprise.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/emotes/face-wink.png b/src/bin/resources/tango/16x16/emotes/face-wink.png deleted file mode 100644 index e2db57e..0000000 Binary files a/src/bin/resources/tango/16x16/emotes/face-wink.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/Makefile.am b/src/bin/resources/tango/16x16/mimetypes/Makefile.am deleted file mode 100644 index 6fdaa98..0000000 --- a/src/bin/resources/tango/16x16/mimetypes/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ - -size = 16x16 -context = mimetypes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - application-certificate.png \ - application-x-executable.png \ - audio-x-generic.png \ - font-x-generic.png \ - image-x-generic.png \ - package-x-generic.png \ - text-html.png \ - text-x-generic.png \ - text-x-generic-template.png \ - text-x-script.png \ - video-x-generic.png \ - x-office-address-book.png \ - x-office-calendar.png \ - x-office-document.png \ - x-office-document-template.png \ - x-office-drawing.png \ - x-office-drawing-template.png \ - x-office-presentation.png \ - x-office-presentation-template.png \ - x-office-spreadsheet.png \ - x-office-spreadsheet-template.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/mimetypes/Makefile.in b/src/bin/resources/tango/16x16/mimetypes/Makefile.in deleted file mode 100644 index bbbc3a7..0000000 --- a/src/bin/resources/tango/16x16/mimetypes/Makefile.in +++ /dev/null @@ -1,381 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/mimetypes -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = mimetypes -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - application-certificate.png \ - application-x-executable.png \ - audio-x-generic.png \ - font-x-generic.png \ - image-x-generic.png \ - package-x-generic.png \ - text-html.png \ - text-x-generic.png \ - text-x-generic-template.png \ - text-x-script.png \ - video-x-generic.png \ - x-office-address-book.png \ - x-office-calendar.png \ - x-office-document.png \ - x-office-document-template.png \ - x-office-drawing.png \ - x-office-drawing-template.png \ - x-office-presentation.png \ - x-office-presentation-template.png \ - x-office-spreadsheet.png \ - x-office-spreadsheet-template.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/mimetypes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/mimetypes/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/mimetypes/application-certificate.png b/src/bin/resources/tango/16x16/mimetypes/application-certificate.png deleted file mode 100644 index 486913d..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/application-certificate.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/application-x-executable.png b/src/bin/resources/tango/16x16/mimetypes/application-x-executable.png deleted file mode 100644 index 003ded2..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/application-x-executable.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/audio-x-generic.png b/src/bin/resources/tango/16x16/mimetypes/audio-x-generic.png deleted file mode 100644 index 2bd5af9..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/font-x-generic.png b/src/bin/resources/tango/16x16/mimetypes/font-x-generic.png deleted file mode 100644 index bdbc1a8..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/font-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/image-x-generic.png b/src/bin/resources/tango/16x16/mimetypes/image-x-generic.png deleted file mode 100644 index 68da502..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/image-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/package-x-generic.png b/src/bin/resources/tango/16x16/mimetypes/package-x-generic.png deleted file mode 100644 index 9015426..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/package-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/text-html.png b/src/bin/resources/tango/16x16/mimetypes/text-html.png deleted file mode 100644 index 53014ab..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/text-html.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/text-x-generic-template.png b/src/bin/resources/tango/16x16/mimetypes/text-x-generic-template.png deleted file mode 100644 index a0cc462..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/text-x-generic.png b/src/bin/resources/tango/16x16/mimetypes/text-x-generic.png deleted file mode 100644 index 2d7f2d6..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/text-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/text-x-script.png b/src/bin/resources/tango/16x16/mimetypes/text-x-script.png deleted file mode 100644 index c923098..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/text-x-script.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/video-x-generic.png b/src/bin/resources/tango/16x16/mimetypes/video-x-generic.png deleted file mode 100644 index 64e7a30..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/video-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-address-book.png b/src/bin/resources/tango/16x16/mimetypes/x-office-address-book.png deleted file mode 100644 index f3b5d9d..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-calendar.png b/src/bin/resources/tango/16x16/mimetypes/x-office-calendar.png deleted file mode 100644 index f6978d7..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-document-template.png b/src/bin/resources/tango/16x16/mimetypes/x-office-document-template.png deleted file mode 100644 index d1d9e7c..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-document.png b/src/bin/resources/tango/16x16/mimetypes/x-office-document.png deleted file mode 100644 index d18082e..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-document.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-drawing-template.png b/src/bin/resources/tango/16x16/mimetypes/x-office-drawing-template.png deleted file mode 100644 index dc384db..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-drawing.png b/src/bin/resources/tango/16x16/mimetypes/x-office-drawing.png deleted file mode 100644 index ffbb9e4..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-presentation-template.png b/src/bin/resources/tango/16x16/mimetypes/x-office-presentation-template.png deleted file mode 100644 index d90d034..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-presentation.png b/src/bin/resources/tango/16x16/mimetypes/x-office-presentation.png deleted file mode 100644 index f7ea302..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-spreadsheet-template.png b/src/bin/resources/tango/16x16/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index e8bf570..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/mimetypes/x-office-spreadsheet.png b/src/bin/resources/tango/16x16/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index a6b1268..0000000 Binary files a/src/bin/resources/tango/16x16/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/Makefile.am b/src/bin/resources/tango/16x16/places/Makefile.am deleted file mode 100644 index 29cf028..0000000 --- a/src/bin/resources/tango/16x16/places/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ - -size = 16x16 -context = places - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - folder.png \ - folder-remote.png \ - folder-saved-search.png \ - network-server.png \ - network-workgroup.png \ - start-here.png \ - user-desktop.png \ - user-home.png \ - user-trash.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/places/Makefile.in b/src/bin/resources/tango/16x16/places/Makefile.in deleted file mode 100644 index 214b13a..0000000 --- a/src/bin/resources/tango/16x16/places/Makefile.in +++ /dev/null @@ -1,369 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/places -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = places -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - folder.png \ - folder-remote.png \ - folder-saved-search.png \ - network-server.png \ - network-workgroup.png \ - start-here.png \ - user-desktop.png \ - user-home.png \ - user-trash.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/places/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/places/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/places/folder-remote.png b/src/bin/resources/tango/16x16/places/folder-remote.png deleted file mode 100644 index 5234eab..0000000 Binary files a/src/bin/resources/tango/16x16/places/folder-remote.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/folder-saved-search.png b/src/bin/resources/tango/16x16/places/folder-saved-search.png deleted file mode 100644 index ca24a36..0000000 Binary files a/src/bin/resources/tango/16x16/places/folder-saved-search.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/folder.png b/src/bin/resources/tango/16x16/places/folder.png deleted file mode 100644 index 65bd0bb..0000000 Binary files a/src/bin/resources/tango/16x16/places/folder.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/network-server.png b/src/bin/resources/tango/16x16/places/network-server.png deleted file mode 100644 index 068ffeb..0000000 Binary files a/src/bin/resources/tango/16x16/places/network-server.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/network-workgroup.png b/src/bin/resources/tango/16x16/places/network-workgroup.png deleted file mode 100644 index 5c140d8..0000000 Binary files a/src/bin/resources/tango/16x16/places/network-workgroup.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/start-here.png b/src/bin/resources/tango/16x16/places/start-here.png deleted file mode 100644 index bd516a5..0000000 Binary files a/src/bin/resources/tango/16x16/places/start-here.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/user-desktop.png b/src/bin/resources/tango/16x16/places/user-desktop.png deleted file mode 100644 index 4c9787c..0000000 Binary files a/src/bin/resources/tango/16x16/places/user-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/user-home.png b/src/bin/resources/tango/16x16/places/user-home.png deleted file mode 100644 index 7b9110d..0000000 Binary files a/src/bin/resources/tango/16x16/places/user-home.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/places/user-trash.png b/src/bin/resources/tango/16x16/places/user-trash.png deleted file mode 100644 index 0e0953c..0000000 Binary files a/src/bin/resources/tango/16x16/places/user-trash.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/Makefile.am b/src/bin/resources/tango/16x16/status/Makefile.am deleted file mode 100644 index 33433bd..0000000 --- a/src/bin/resources/tango/16x16/status/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ - -size = 16x16 -context = status - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - dialog-error.png \ - dialog-information.png \ - dialog-warning.png \ - folder-drag-accept.png \ - folder-open.png \ - folder-visiting.png \ - image-loading.png \ - image-missing.png \ - mail-attachment.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - network-wireless-encrypted.png \ - printer-error.png \ - software-update-available.png \ - software-update-urgent.png \ - user-trash-full.png \ - weather-clear.png \ - weather-clear-night.png \ - weather-few-clouds.png \ - weather-few-clouds-night.png \ - weather-overcast.png \ - weather-severe-alert.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/16x16/status/Makefile.in b/src/bin/resources/tango/16x16/status/Makefile.in deleted file mode 100644 index b6e81e2..0000000 --- a/src/bin/resources/tango/16x16/status/Makefile.in +++ /dev/null @@ -1,395 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 16x16/status -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 16x16 -context = status -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - dialog-error.png \ - dialog-information.png \ - dialog-warning.png \ - folder-drag-accept.png \ - folder-open.png \ - folder-visiting.png \ - image-loading.png \ - image-missing.png \ - mail-attachment.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - network-wireless-encrypted.png \ - printer-error.png \ - software-update-available.png \ - software-update-urgent.png \ - user-trash-full.png \ - weather-clear.png \ - weather-clear-night.png \ - weather-few-clouds.png \ - weather-few-clouds-night.png \ - weather-overcast.png \ - weather-severe-alert.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/status/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 16x16/status/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/16x16/status/audio-volume-high.png b/src/bin/resources/tango/16x16/status/audio-volume-high.png deleted file mode 100644 index ec8f00b..0000000 Binary files a/src/bin/resources/tango/16x16/status/audio-volume-high.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/audio-volume-low.png b/src/bin/resources/tango/16x16/status/audio-volume-low.png deleted file mode 100644 index 4d7239f..0000000 Binary files a/src/bin/resources/tango/16x16/status/audio-volume-low.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/audio-volume-medium.png b/src/bin/resources/tango/16x16/status/audio-volume-medium.png deleted file mode 100644 index 36ca7b0..0000000 Binary files a/src/bin/resources/tango/16x16/status/audio-volume-medium.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/audio-volume-muted.png b/src/bin/resources/tango/16x16/status/audio-volume-muted.png deleted file mode 100644 index af5a97b..0000000 Binary files a/src/bin/resources/tango/16x16/status/audio-volume-muted.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/battery-caution.png b/src/bin/resources/tango/16x16/status/battery-caution.png deleted file mode 100644 index 53a27d1..0000000 Binary files a/src/bin/resources/tango/16x16/status/battery-caution.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/dialog-error.png b/src/bin/resources/tango/16x16/status/dialog-error.png deleted file mode 100644 index 3bbbb4a..0000000 Binary files a/src/bin/resources/tango/16x16/status/dialog-error.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/dialog-information.png b/src/bin/resources/tango/16x16/status/dialog-information.png deleted file mode 100644 index 8851b99..0000000 Binary files a/src/bin/resources/tango/16x16/status/dialog-information.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/dialog-warning.png b/src/bin/resources/tango/16x16/status/dialog-warning.png deleted file mode 100644 index a9e4ff3..0000000 Binary files a/src/bin/resources/tango/16x16/status/dialog-warning.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/folder-drag-accept.png b/src/bin/resources/tango/16x16/status/folder-drag-accept.png deleted file mode 100644 index 44055dc..0000000 Binary files a/src/bin/resources/tango/16x16/status/folder-drag-accept.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/folder-open.png b/src/bin/resources/tango/16x16/status/folder-open.png deleted file mode 100644 index b67403d..0000000 Binary files a/src/bin/resources/tango/16x16/status/folder-open.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/folder-visiting.png b/src/bin/resources/tango/16x16/status/folder-visiting.png deleted file mode 100644 index 9002444..0000000 Binary files a/src/bin/resources/tango/16x16/status/folder-visiting.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/image-loading.png b/src/bin/resources/tango/16x16/status/image-loading.png deleted file mode 100644 index 174994e..0000000 Binary files a/src/bin/resources/tango/16x16/status/image-loading.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/image-missing.png b/src/bin/resources/tango/16x16/status/image-missing.png deleted file mode 100644 index a644f24..0000000 Binary files a/src/bin/resources/tango/16x16/status/image-missing.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/mail-attachment.png b/src/bin/resources/tango/16x16/status/mail-attachment.png deleted file mode 100644 index 529bb7f..0000000 Binary files a/src/bin/resources/tango/16x16/status/mail-attachment.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-error.png b/src/bin/resources/tango/16x16/status/network-error.png deleted file mode 100644 index 3f18ed0..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-error.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-idle.png b/src/bin/resources/tango/16x16/status/network-idle.png deleted file mode 100644 index 0efee57..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-idle.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-offline.png b/src/bin/resources/tango/16x16/status/network-offline.png deleted file mode 100644 index 1f210fc..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-offline.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-receive.png b/src/bin/resources/tango/16x16/status/network-receive.png deleted file mode 100644 index b57c65c..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-transmit-receive.png b/src/bin/resources/tango/16x16/status/network-transmit-receive.png deleted file mode 100644 index 271d37d..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-transmit-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-transmit.png b/src/bin/resources/tango/16x16/status/network-transmit.png deleted file mode 100644 index 08aa28b..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-transmit.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/network-wireless-encrypted.png b/src/bin/resources/tango/16x16/status/network-wireless-encrypted.png deleted file mode 100644 index c73e33c..0000000 Binary files a/src/bin/resources/tango/16x16/status/network-wireless-encrypted.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/printer-error.png b/src/bin/resources/tango/16x16/status/printer-error.png deleted file mode 100644 index 21d4ded..0000000 Binary files a/src/bin/resources/tango/16x16/status/printer-error.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/software-update-available.png b/src/bin/resources/tango/16x16/status/software-update-available.png deleted file mode 100644 index ab8d494..0000000 Binary files a/src/bin/resources/tango/16x16/status/software-update-available.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/software-update-urgent.png b/src/bin/resources/tango/16x16/status/software-update-urgent.png deleted file mode 100644 index 433945d..0000000 Binary files a/src/bin/resources/tango/16x16/status/software-update-urgent.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/user-trash-full.png b/src/bin/resources/tango/16x16/status/user-trash-full.png deleted file mode 100644 index 695d215..0000000 Binary files a/src/bin/resources/tango/16x16/status/user-trash-full.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-clear-night.png b/src/bin/resources/tango/16x16/status/weather-clear-night.png deleted file mode 100644 index 4345752..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-clear-night.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-clear.png b/src/bin/resources/tango/16x16/status/weather-clear.png deleted file mode 100644 index 7dc15ea..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-clear.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-few-clouds-night.png b/src/bin/resources/tango/16x16/status/weather-few-clouds-night.png deleted file mode 100644 index d69efec..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-few-clouds-night.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-few-clouds.png b/src/bin/resources/tango/16x16/status/weather-few-clouds.png deleted file mode 100644 index 0e633a3..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-few-clouds.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-overcast.png b/src/bin/resources/tango/16x16/status/weather-overcast.png deleted file mode 100644 index 0045129..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-overcast.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-severe-alert.png b/src/bin/resources/tango/16x16/status/weather-severe-alert.png deleted file mode 100644 index 98e9f6c..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-severe-alert.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-showers-scattered.png b/src/bin/resources/tango/16x16/status/weather-showers-scattered.png deleted file mode 100644 index 8d10d84..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-showers-scattered.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-showers.png b/src/bin/resources/tango/16x16/status/weather-showers.png deleted file mode 100644 index d9685d2..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-showers.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-snow.png b/src/bin/resources/tango/16x16/status/weather-snow.png deleted file mode 100644 index a83d855..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-snow.png and /dev/null differ diff --git a/src/bin/resources/tango/16x16/status/weather-storm.png b/src/bin/resources/tango/16x16/status/weather-storm.png deleted file mode 100644 index feebe1d..0000000 Binary files a/src/bin/resources/tango/16x16/status/weather-storm.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/Makefile.am b/src/bin/resources/tango/22x22/Makefile.am deleted file mode 100644 index df51ba8..0000000 --- a/src/bin/resources/tango/22x22/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -SUBDIRS = actions animations apps categories devices emblems emotes mimetypes places status - diff --git a/src/bin/resources/tango/22x22/Makefile.in b/src/bin/resources/tango/22x22/Makefile.in deleted file mode 100644 index 1670104..0000000 --- a/src/bin/resources/tango/22x22/Makefile.in +++ /dev/null @@ -1,477 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22 -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = actions animations apps categories devices emblems emotes mimetypes places status -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - 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; nonemtpy = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(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)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-exec-am: - -install-html: install-html-recursive - -install-info: install-info-recursive - -install-man: - -install-pdf: install-pdf-recursive - -install-ps: install-ps-recursive - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic ctags \ - ctags-recursive distclean distclean-generic distclean-tags \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ - tags-recursive uninstall uninstall-am - -# 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/src/bin/resources/tango/22x22/actions/Makefile.am b/src/bin/resources/tango/22x22/actions/Makefile.am deleted file mode 100644 index 1abc6c3..0000000 --- a/src/bin/resources/tango/22x22/actions/Makefile.am +++ /dev/null @@ -1,93 +0,0 @@ - -size = 22x22 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - address-book-new.png \ - appointment-new.png \ - bookmark-new.png \ - contact-new.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-save.png \ - document-save-as.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-select-all.png \ - edit-undo.png \ - folder-new.png \ - format-indent-less.png \ - format-indent-more.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - list-add.png \ - list-remove.png \ - mail-forward.png \ - mail-message-new.png \ - mail-mark-junk.png \ - mail-mark-not-junk.png \ - mail-reply-all.png \ - mail-reply-sender.png \ - mail-send-receive.png \ - media-eject.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-search.png \ - system-shutdown.png \ - tab-new.png \ - view-fullscreen.png \ - view-refresh.png \ - window-new.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/actions/Makefile.in b/src/bin/resources/tango/22x22/actions/Makefile.in deleted file mode 100644 index ed40093..0000000 --- a/src/bin/resources/tango/22x22/actions/Makefile.in +++ /dev/null @@ -1,439 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/actions -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = actions -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - address-book-new.png \ - appointment-new.png \ - bookmark-new.png \ - contact-new.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-save.png \ - document-save-as.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-select-all.png \ - edit-undo.png \ - folder-new.png \ - format-indent-less.png \ - format-indent-more.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - list-add.png \ - list-remove.png \ - mail-forward.png \ - mail-message-new.png \ - mail-mark-junk.png \ - mail-mark-not-junk.png \ - mail-reply-all.png \ - mail-reply-sender.png \ - mail-send-receive.png \ - media-eject.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-search.png \ - system-shutdown.png \ - tab-new.png \ - view-fullscreen.png \ - view-refresh.png \ - window-new.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/actions/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/actions/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/actions/address-book-new.png b/src/bin/resources/tango/22x22/actions/address-book-new.png deleted file mode 100644 index fad446c..0000000 Binary files a/src/bin/resources/tango/22x22/actions/address-book-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/application-run-again.png b/src/bin/resources/tango/22x22/actions/application-run-again.png deleted file mode 100644 index 01a64cc..0000000 Binary files a/src/bin/resources/tango/22x22/actions/application-run-again.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/application-run.png b/src/bin/resources/tango/22x22/actions/application-run.png deleted file mode 100644 index 4decc89..0000000 Binary files a/src/bin/resources/tango/22x22/actions/application-run.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/appointment-new.png b/src/bin/resources/tango/22x22/actions/appointment-new.png deleted file mode 100644 index d676ffd..0000000 Binary files a/src/bin/resources/tango/22x22/actions/appointment-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/bookmark-new.png b/src/bin/resources/tango/22x22/actions/bookmark-new.png deleted file mode 100644 index 3ec0300..0000000 Binary files a/src/bin/resources/tango/22x22/actions/bookmark-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/contact-new.png b/src/bin/resources/tango/22x22/actions/contact-new.png deleted file mode 100644 index c9921be..0000000 Binary files a/src/bin/resources/tango/22x22/actions/contact-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/copy-to-buffer.png b/src/bin/resources/tango/22x22/actions/copy-to-buffer.png deleted file mode 100644 index 063cb48..0000000 Binary files a/src/bin/resources/tango/22x22/actions/copy-to-buffer.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-close.png b/src/bin/resources/tango/22x22/actions/document-close.png deleted file mode 100644 index a347494..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-close.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-new.png b/src/bin/resources/tango/22x22/actions/document-new.png deleted file mode 100644 index e3808a1..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-open.png b/src/bin/resources/tango/22x22/actions/document-open.png deleted file mode 100644 index 254a6b8..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-open.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-print-preview.png b/src/bin/resources/tango/22x22/actions/document-print-preview.png deleted file mode 100644 index 75f43aa..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-print-preview.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-print.png b/src/bin/resources/tango/22x22/actions/document-print.png deleted file mode 100644 index 52dd67e..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-print.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-properties.png b/src/bin/resources/tango/22x22/actions/document-properties.png deleted file mode 100644 index a5ad728..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-properties.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-reload.png b/src/bin/resources/tango/22x22/actions/document-reload.png deleted file mode 100644 index e7a924e..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-reload.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-reload2.png b/src/bin/resources/tango/22x22/actions/document-reload2.png deleted file mode 100644 index 08c3161..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-reload2.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-save-all.png b/src/bin/resources/tango/22x22/actions/document-save-all.png deleted file mode 100644 index 6f21530..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-save-all.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-save-as.png b/src/bin/resources/tango/22x22/actions/document-save-as.png deleted file mode 100644 index 340a87e..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-save-as.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/document-save.png b/src/bin/resources/tango/22x22/actions/document-save.png deleted file mode 100644 index a94e0ea..0000000 Binary files a/src/bin/resources/tango/22x22/actions/document-save.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-clear.png b/src/bin/resources/tango/22x22/actions/edit-clear.png deleted file mode 100644 index bbc77eb..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-clear.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-copy.png b/src/bin/resources/tango/22x22/actions/edit-copy.png deleted file mode 100644 index 345b2f1..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-copy.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-cut.png b/src/bin/resources/tango/22x22/actions/edit-cut.png deleted file mode 100644 index 7017d1b..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-cut.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-delete.png b/src/bin/resources/tango/22x22/actions/edit-delete.png deleted file mode 100644 index 3811b64..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-delete.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-highlight-match.png b/src/bin/resources/tango/22x22/actions/edit-find-highlight-match.png deleted file mode 100644 index 410cb6d..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-highlight-match.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-in-folder.png b/src/bin/resources/tango/22x22/actions/edit-find-in-folder.png deleted file mode 100644 index 80ab722..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-in-folder.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-multiple.png b/src/bin/resources/tango/22x22/actions/edit-find-multiple.png deleted file mode 100644 index d5452fd..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-multiple.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-next.png b/src/bin/resources/tango/22x22/actions/edit-find-next.png deleted file mode 100644 index 8ba2d73..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-next.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-normal-match.png b/src/bin/resources/tango/22x22/actions/edit-find-normal-match.png deleted file mode 100644 index 4b6ce1e..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-normal-match.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-replace.png b/src/bin/resources/tango/22x22/actions/edit-find-replace.png deleted file mode 100644 index de3a75f..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-replace.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find-single.png b/src/bin/resources/tango/22x22/actions/edit-find-single.png deleted file mode 100644 index 07e9787..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find-single.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-find.png b/src/bin/resources/tango/22x22/actions/edit-find.png deleted file mode 100644 index 4f078cb..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-find.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-paste.png b/src/bin/resources/tango/22x22/actions/edit-paste.png deleted file mode 100644 index f6a625c..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-paste.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-redo.png b/src/bin/resources/tango/22x22/actions/edit-redo.png deleted file mode 100644 index 576cfc7..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-redo.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-select-all.png b/src/bin/resources/tango/22x22/actions/edit-select-all.png deleted file mode 100644 index e6331c6..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-select-all.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/edit-undo.png b/src/bin/resources/tango/22x22/actions/edit-undo.png deleted file mode 100644 index f37c696..0000000 Binary files a/src/bin/resources/tango/22x22/actions/edit-undo.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/folder-new.png b/src/bin/resources/tango/22x22/actions/folder-new.png deleted file mode 100644 index 1c3dc94..0000000 Binary files a/src/bin/resources/tango/22x22/actions/folder-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-indent-less.png b/src/bin/resources/tango/22x22/actions/format-indent-less.png deleted file mode 100644 index 5292012..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-indent-less.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-indent-more.png b/src/bin/resources/tango/22x22/actions/format-indent-more.png deleted file mode 100644 index ad2b527..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-indent-more.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-justify-center.png b/src/bin/resources/tango/22x22/actions/format-justify-center.png deleted file mode 100644 index 0777a9a..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-justify-center.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-justify-fill.png b/src/bin/resources/tango/22x22/actions/format-justify-fill.png deleted file mode 100644 index 0ce4013..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-justify-fill.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-justify-left.png b/src/bin/resources/tango/22x22/actions/format-justify-left.png deleted file mode 100644 index a8e1ca8..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-justify-left.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-justify-right.png b/src/bin/resources/tango/22x22/actions/format-justify-right.png deleted file mode 100644 index 8228d81..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-justify-right.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-text-bold.png b/src/bin/resources/tango/22x22/actions/format-text-bold.png deleted file mode 100644 index 7166e3d..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-text-bold.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-text-italic.png b/src/bin/resources/tango/22x22/actions/format-text-italic.png deleted file mode 100644 index ef68fb3..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-text-italic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-text-strikethrough.png b/src/bin/resources/tango/22x22/actions/format-text-strikethrough.png deleted file mode 100644 index e4ca573..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-text-strikethrough.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/format-text-underline.png b/src/bin/resources/tango/22x22/actions/format-text-underline.png deleted file mode 100644 index d33422b..0000000 Binary files a/src/bin/resources/tango/22x22/actions/format-text-underline.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-bottom.png b/src/bin/resources/tango/22x22/actions/go-bottom.png deleted file mode 100644 index d81e071..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-bottom.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-down.png b/src/bin/resources/tango/22x22/actions/go-down.png deleted file mode 100644 index af23788..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-down.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-first.png b/src/bin/resources/tango/22x22/actions/go-first.png deleted file mode 100644 index bf0d8f2..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-first.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-home.png b/src/bin/resources/tango/22x22/actions/go-home.png deleted file mode 100644 index 9d62109..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-home.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-jump.png b/src/bin/resources/tango/22x22/actions/go-jump.png deleted file mode 100644 index 373dce9..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-jump.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-last.png b/src/bin/resources/tango/22x22/actions/go-last.png deleted file mode 100644 index 32df45d..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-last.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-next.png b/src/bin/resources/tango/22x22/actions/go-next.png deleted file mode 100644 index 6f3f65d..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-next.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-parent.png b/src/bin/resources/tango/22x22/actions/go-parent.png deleted file mode 100644 index b0a0cd7..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-parent.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-previous.png b/src/bin/resources/tango/22x22/actions/go-previous.png deleted file mode 100644 index 93be3d1..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-previous.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-top.png b/src/bin/resources/tango/22x22/actions/go-top.png deleted file mode 100644 index 96f98dd..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-top.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/go-up.png b/src/bin/resources/tango/22x22/actions/go-up.png deleted file mode 100644 index b0a0cd7..0000000 Binary files a/src/bin/resources/tango/22x22/actions/go-up.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/list-add.png b/src/bin/resources/tango/22x22/actions/list-add.png deleted file mode 100644 index 306d3d8..0000000 Binary files a/src/bin/resources/tango/22x22/actions/list-add.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/list-remove.png b/src/bin/resources/tango/22x22/actions/list-remove.png deleted file mode 100644 index 45e5c2a..0000000 Binary files a/src/bin/resources/tango/22x22/actions/list-remove.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-forward.png b/src/bin/resources/tango/22x22/actions/mail-forward.png deleted file mode 100644 index 51aa0b4..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-mark-junk.png b/src/bin/resources/tango/22x22/actions/mail-mark-junk.png deleted file mode 100644 index f980138..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-mark-junk.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-mark-not-junk.png b/src/bin/resources/tango/22x22/actions/mail-mark-not-junk.png deleted file mode 100644 index da6fb95..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-mark-not-junk.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-message-new.png b/src/bin/resources/tango/22x22/actions/mail-message-new.png deleted file mode 100644 index 96ae0e9..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-message-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-reply-all.png b/src/bin/resources/tango/22x22/actions/mail-reply-all.png deleted file mode 100644 index c158a72..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-reply-all.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-reply-sender.png b/src/bin/resources/tango/22x22/actions/mail-reply-sender.png deleted file mode 100644 index 4f077a1..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-reply-sender.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/mail-send-receive.png b/src/bin/resources/tango/22x22/actions/mail-send-receive.png deleted file mode 100644 index 69e8272..0000000 Binary files a/src/bin/resources/tango/22x22/actions/mail-send-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-eject.png b/src/bin/resources/tango/22x22/actions/media-eject.png deleted file mode 100644 index 5a232e6..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-eject.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-playback-pause.png b/src/bin/resources/tango/22x22/actions/media-playback-pause.png deleted file mode 100644 index ee40fc2..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-playback-pause.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-playback-start.png b/src/bin/resources/tango/22x22/actions/media-playback-start.png deleted file mode 100644 index 10102d8..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-playback-start.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-playback-stop.png b/src/bin/resources/tango/22x22/actions/media-playback-stop.png deleted file mode 100644 index d0e4733..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-playback-stop.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-record.png b/src/bin/resources/tango/22x22/actions/media-record.png deleted file mode 100644 index fb53e14..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-record.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-seek-backward.png b/src/bin/resources/tango/22x22/actions/media-seek-backward.png deleted file mode 100644 index e094d12..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-seek-backward.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-seek-forward.png b/src/bin/resources/tango/22x22/actions/media-seek-forward.png deleted file mode 100644 index b9c2c6c..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-seek-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-skip-backward.png b/src/bin/resources/tango/22x22/actions/media-skip-backward.png deleted file mode 100644 index 2a5e703..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-skip-backward.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/media-skip-forward.png b/src/bin/resources/tango/22x22/actions/media-skip-forward.png deleted file mode 100644 index 28bca3e..0000000 Binary files a/src/bin/resources/tango/22x22/actions/media-skip-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/printer-setup.png b/src/bin/resources/tango/22x22/actions/printer-setup.png deleted file mode 100644 index 0161b87..0000000 Binary files a/src/bin/resources/tango/22x22/actions/printer-setup.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/process-stop.png b/src/bin/resources/tango/22x22/actions/process-stop.png deleted file mode 100644 index b68290b..0000000 Binary files a/src/bin/resources/tango/22x22/actions/process-stop.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/resize-horisontal.png b/src/bin/resources/tango/22x22/actions/resize-horisontal.png deleted file mode 100644 index abbac17..0000000 Binary files a/src/bin/resources/tango/22x22/actions/resize-horisontal.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/run-to-buffer.png b/src/bin/resources/tango/22x22/actions/run-to-buffer.png deleted file mode 100644 index 8dccc66..0000000 Binary files a/src/bin/resources/tango/22x22/actions/run-to-buffer.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/system-lock-screen.png b/src/bin/resources/tango/22x22/actions/system-lock-screen.png deleted file mode 100644 index dc6b825..0000000 Binary files a/src/bin/resources/tango/22x22/actions/system-lock-screen.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/system-log-out.png b/src/bin/resources/tango/22x22/actions/system-log-out.png deleted file mode 100644 index 28ac66f..0000000 Binary files a/src/bin/resources/tango/22x22/actions/system-log-out.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/system-search.png b/src/bin/resources/tango/22x22/actions/system-search.png deleted file mode 100644 index 4e522b2..0000000 Binary files a/src/bin/resources/tango/22x22/actions/system-search.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/system-shutdown.png b/src/bin/resources/tango/22x22/actions/system-shutdown.png deleted file mode 100644 index 0c2a2d1..0000000 Binary files a/src/bin/resources/tango/22x22/actions/system-shutdown.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/tab-new.png b/src/bin/resources/tango/22x22/actions/tab-new.png deleted file mode 100644 index c7c7cf2..0000000 Binary files a/src/bin/resources/tango/22x22/actions/tab-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/view-fullscreen.png b/src/bin/resources/tango/22x22/actions/view-fullscreen.png deleted file mode 100644 index 6f0f292..0000000 Binary files a/src/bin/resources/tango/22x22/actions/view-fullscreen.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/view-refresh.png b/src/bin/resources/tango/22x22/actions/view-refresh.png deleted file mode 100644 index cab4d02..0000000 Binary files a/src/bin/resources/tango/22x22/actions/view-refresh.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/window-new.png b/src/bin/resources/tango/22x22/actions/window-new.png deleted file mode 100644 index 314f997..0000000 Binary files a/src/bin/resources/tango/22x22/actions/window-new.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/window-split-horizontal.png b/src/bin/resources/tango/22x22/actions/window-split-horizontal.png deleted file mode 100644 index 6f98332..0000000 Binary files a/src/bin/resources/tango/22x22/actions/window-split-horizontal.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/window-split-vertical.png b/src/bin/resources/tango/22x22/actions/window-split-vertical.png deleted file mode 100644 index 5b27d8f..0000000 Binary files a/src/bin/resources/tango/22x22/actions/window-split-vertical.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/window-unsplit.png b/src/bin/resources/tango/22x22/actions/window-unsplit.png deleted file mode 100644 index bf3f84d..0000000 Binary files a/src/bin/resources/tango/22x22/actions/window-unsplit.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/zoom-in.png b/src/bin/resources/tango/22x22/actions/zoom-in.png deleted file mode 100644 index 6844ae9..0000000 Binary files a/src/bin/resources/tango/22x22/actions/zoom-in.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/actions/zoom-out.png b/src/bin/resources/tango/22x22/actions/zoom-out.png deleted file mode 100644 index b99aab8..0000000 Binary files a/src/bin/resources/tango/22x22/actions/zoom-out.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/animations/Makefile.am b/src/bin/resources/tango/22x22/animations/Makefile.am deleted file mode 100644 index 25dc0a7..0000000 --- a/src/bin/resources/tango/22x22/animations/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ - -size = 22x22 -context = animations - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - process-working.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/22x22/animations/Makefile.in b/src/bin/resources/tango/22x22/animations/Makefile.in deleted file mode 100644 index 4b36b1f..0000000 --- a/src/bin/resources/tango/22x22/animations/Makefile.in +++ /dev/null @@ -1,361 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/animations -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = animations -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - process-working.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/animations/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/animations/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/22x22/animations/process-working.png b/src/bin/resources/tango/22x22/animations/process-working.png deleted file mode 100644 index 9005de7..0000000 Binary files a/src/bin/resources/tango/22x22/animations/process-working.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/Makefile.am b/src/bin/resources/tango/22x22/apps/Makefile.am deleted file mode 100644 index 5055b34..0000000 --- a/src/bin/resources/tango/22x22/apps/Makefile.am +++ /dev/null @@ -1,52 +0,0 @@ - -size = 22x22 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - accessories-calculator.png \ - accessories-character-map.png \ - accessories-text-editor.png \ - help-browser.png \ - internet-group-chat.png \ - internet-mail.png \ - internet-news-reader.png \ - internet-web-browser.png \ - office-calendar.png \ - preferences-desktop-accessibility.png \ - preferences-desktop-assistive-technology.png \ - preferences-desktop-font.png \ - preferences-desktop-keyboard-shortcuts.png \ - preferences-desktop-locale.png \ - preferences-desktop-multimedia.png \ - preferences-desktop-remote-desktop.png \ - preferences-desktop-screensaver.png \ - preferences-desktop-theme.png \ - preferences-desktop-wallpaper.png \ - preferences-system-network-proxy.png \ - preferences-system-session.png \ - preferences-system-windows.png \ - system-file-manager.png \ - system-installer.png \ - system-software-update.png \ - system-users.png \ - utilities-system-monitor.png \ - utilities-terminal.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/apps/Makefile.in b/src/bin/resources/tango/22x22/apps/Makefile.in deleted file mode 100644 index 6179c05..0000000 --- a/src/bin/resources/tango/22x22/apps/Makefile.in +++ /dev/null @@ -1,398 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/apps -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = apps -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - accessories-calculator.png \ - accessories-character-map.png \ - accessories-text-editor.png \ - help-browser.png \ - internet-group-chat.png \ - internet-mail.png \ - internet-news-reader.png \ - internet-web-browser.png \ - office-calendar.png \ - preferences-desktop-accessibility.png \ - preferences-desktop-assistive-technology.png \ - preferences-desktop-font.png \ - preferences-desktop-keyboard-shortcuts.png \ - preferences-desktop-locale.png \ - preferences-desktop-multimedia.png \ - preferences-desktop-remote-desktop.png \ - preferences-desktop-screensaver.png \ - preferences-desktop-theme.png \ - preferences-desktop-wallpaper.png \ - preferences-system-network-proxy.png \ - preferences-system-session.png \ - preferences-system-windows.png \ - system-file-manager.png \ - system-installer.png \ - system-software-update.png \ - system-users.png \ - utilities-system-monitor.png \ - utilities-terminal.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/apps/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/apps/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/apps/accessories-calculator.png b/src/bin/resources/tango/22x22/apps/accessories-calculator.png deleted file mode 100644 index e12d465..0000000 Binary files a/src/bin/resources/tango/22x22/apps/accessories-calculator.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/accessories-character-map.png b/src/bin/resources/tango/22x22/apps/accessories-character-map.png deleted file mode 100644 index e630c7e..0000000 Binary files a/src/bin/resources/tango/22x22/apps/accessories-character-map.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/accessories-text-editor.png b/src/bin/resources/tango/22x22/apps/accessories-text-editor.png deleted file mode 100644 index c3d245d..0000000 Binary files a/src/bin/resources/tango/22x22/apps/accessories-text-editor.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/help-browser.png b/src/bin/resources/tango/22x22/apps/help-browser.png deleted file mode 100644 index c67c7a6..0000000 Binary files a/src/bin/resources/tango/22x22/apps/help-browser.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/internet-group-chat.png b/src/bin/resources/tango/22x22/apps/internet-group-chat.png deleted file mode 100644 index 3cac5df..0000000 Binary files a/src/bin/resources/tango/22x22/apps/internet-group-chat.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/internet-mail.png b/src/bin/resources/tango/22x22/apps/internet-mail.png deleted file mode 100644 index 68fc82e..0000000 Binary files a/src/bin/resources/tango/22x22/apps/internet-mail.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/internet-news-reader.png b/src/bin/resources/tango/22x22/apps/internet-news-reader.png deleted file mode 100644 index 43950eb..0000000 Binary files a/src/bin/resources/tango/22x22/apps/internet-news-reader.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/internet-web-browser.png b/src/bin/resources/tango/22x22/apps/internet-web-browser.png deleted file mode 100644 index 4125479..0000000 Binary files a/src/bin/resources/tango/22x22/apps/internet-web-browser.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/office-calendar.png b/src/bin/resources/tango/22x22/apps/office-calendar.png deleted file mode 100644 index 60ad82b..0000000 Binary files a/src/bin/resources/tango/22x22/apps/office-calendar.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-accessibility.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-accessibility.png deleted file mode 100644 index 919d735..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-assistive-technology.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-assistive-technology.png deleted file mode 100644 index 483e4a6..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-assistive-technology.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-font.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-font.png deleted file mode 100644 index d452db7..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-font.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index c3e1328..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-locale.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-locale.png deleted file mode 100644 index ed0480b..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-multimedia.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-multimedia.png deleted file mode 100644 index e1bdf85..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-multimedia.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-remote-desktop.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index d25792b..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-screensaver.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-screensaver.png deleted file mode 100644 index 619e196..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-theme.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-theme.png deleted file mode 100644 index 7b5f0ba..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-desktop-wallpaper.png b/src/bin/resources/tango/22x22/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 3389e55..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-system-network-proxy.png b/src/bin/resources/tango/22x22/apps/preferences-system-network-proxy.png deleted file mode 100644 index bec24de..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-system-network-proxy.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-system-session.png b/src/bin/resources/tango/22x22/apps/preferences-system-session.png deleted file mode 100644 index 9a09875..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-system-session.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/preferences-system-windows.png b/src/bin/resources/tango/22x22/apps/preferences-system-windows.png deleted file mode 100644 index 2caa205..0000000 Binary files a/src/bin/resources/tango/22x22/apps/preferences-system-windows.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/system-file-manager.png b/src/bin/resources/tango/22x22/apps/system-file-manager.png deleted file mode 100644 index 44d6310..0000000 Binary files a/src/bin/resources/tango/22x22/apps/system-file-manager.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/system-installer.png b/src/bin/resources/tango/22x22/apps/system-installer.png deleted file mode 100644 index b75c6b1..0000000 Binary files a/src/bin/resources/tango/22x22/apps/system-installer.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/system-software-update.png b/src/bin/resources/tango/22x22/apps/system-software-update.png deleted file mode 100644 index 5f7a362..0000000 Binary files a/src/bin/resources/tango/22x22/apps/system-software-update.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/system-users.png b/src/bin/resources/tango/22x22/apps/system-users.png deleted file mode 100644 index bced28c..0000000 Binary files a/src/bin/resources/tango/22x22/apps/system-users.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/utilities-system-monitor.png b/src/bin/resources/tango/22x22/apps/utilities-system-monitor.png deleted file mode 100644 index f2d266f..0000000 Binary files a/src/bin/resources/tango/22x22/apps/utilities-system-monitor.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/apps/utilities-terminal.png b/src/bin/resources/tango/22x22/apps/utilities-terminal.png deleted file mode 100644 index ceb0fb9..0000000 Binary files a/src/bin/resources/tango/22x22/apps/utilities-terminal.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/Makefile.am b/src/bin/resources/tango/22x22/categories/Makefile.am deleted file mode 100644 index 998d4c8..0000000 --- a/src/bin/resources/tango/22x22/categories/Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ - -size = 22x22 -context = categories - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - applications-accessories.png \ - applications-development.png \ - applications-games.png \ - applications-graphics.png \ - applications-internet.png \ - applications-multimedia.png \ - applications-office.png \ - applications-other.png \ - applications-system.png \ - preferences-desktop.png \ - preferences-desktop-peripherals.png \ - preferences-system.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/categories/Makefile.in b/src/bin/resources/tango/22x22/categories/Makefile.in deleted file mode 100644 index 4860c0e..0000000 --- a/src/bin/resources/tango/22x22/categories/Makefile.in +++ /dev/null @@ -1,382 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/categories -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = categories -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - applications-accessories.png \ - applications-development.png \ - applications-games.png \ - applications-graphics.png \ - applications-internet.png \ - applications-multimedia.png \ - applications-office.png \ - applications-other.png \ - applications-system.png \ - preferences-desktop.png \ - preferences-desktop-peripherals.png \ - preferences-system.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/categories/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/categories/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/categories/applications-accessories.png b/src/bin/resources/tango/22x22/categories/applications-accessories.png deleted file mode 100644 index f619403..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-accessories.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-development.png b/src/bin/resources/tango/22x22/categories/applications-development.png deleted file mode 100644 index 8ef08e2..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-development.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-games.png b/src/bin/resources/tango/22x22/categories/applications-games.png deleted file mode 100644 index cc78378..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-games.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-graphics.png b/src/bin/resources/tango/22x22/categories/applications-graphics.png deleted file mode 100644 index ca883da..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-graphics.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-internet.png b/src/bin/resources/tango/22x22/categories/applications-internet.png deleted file mode 100644 index d4bfb82..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-internet.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-multimedia.png b/src/bin/resources/tango/22x22/categories/applications-multimedia.png deleted file mode 100644 index ae2d28c..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-multimedia.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-office.png b/src/bin/resources/tango/22x22/categories/applications-office.png deleted file mode 100644 index 7e3be9b..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-office.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-other.png b/src/bin/resources/tango/22x22/categories/applications-other.png deleted file mode 100644 index 308acb2..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-other.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/applications-system.png b/src/bin/resources/tango/22x22/categories/applications-system.png deleted file mode 100644 index 4decc89..0000000 Binary files a/src/bin/resources/tango/22x22/categories/applications-system.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/preferences-desktop-peripherals.png b/src/bin/resources/tango/22x22/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 985bcde..0000000 Binary files a/src/bin/resources/tango/22x22/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/preferences-desktop.png b/src/bin/resources/tango/22x22/categories/preferences-desktop.png deleted file mode 100644 index c359063..0000000 Binary files a/src/bin/resources/tango/22x22/categories/preferences-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/categories/preferences-system.png b/src/bin/resources/tango/22x22/categories/preferences-system.png deleted file mode 100644 index cc91d65..0000000 Binary files a/src/bin/resources/tango/22x22/categories/preferences-system.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/Makefile.am b/src/bin/resources/tango/22x22/devices/Makefile.am deleted file mode 100644 index 95b4dff..0000000 --- a/src/bin/resources/tango/22x22/devices/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ - -size = 22x22 -context = devices - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-card.png \ - audio-input-microphone.png \ - battery.png \ - camera-photo.png \ - camera-video.png \ - computer.png \ - drive-optical.png \ - drive-harddisk.png \ - drive-removable-media.png \ - input-gaming.png \ - input-keyboard.png \ - input-mouse.png \ - media-optical.png \ - media-floppy.png \ - media-flash.png \ - multimedia-player.png \ - network-wired.png \ - network-wireless.png \ - printer.png \ - video-display.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/devices/Makefile.in b/src/bin/resources/tango/22x22/devices/Makefile.in deleted file mode 100644 index 015d4ec..0000000 --- a/src/bin/resources/tango/22x22/devices/Makefile.in +++ /dev/null @@ -1,390 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/devices -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = devices -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - audio-card.png \ - audio-input-microphone.png \ - battery.png \ - camera-photo.png \ - camera-video.png \ - computer.png \ - drive-optical.png \ - drive-harddisk.png \ - drive-removable-media.png \ - input-gaming.png \ - input-keyboard.png \ - input-mouse.png \ - media-optical.png \ - media-floppy.png \ - media-flash.png \ - multimedia-player.png \ - network-wired.png \ - network-wireless.png \ - printer.png \ - video-display.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/devices/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/devices/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/devices/audio-card.png b/src/bin/resources/tango/22x22/devices/audio-card.png deleted file mode 100644 index 93d99aa..0000000 Binary files a/src/bin/resources/tango/22x22/devices/audio-card.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/audio-input-microphone.png b/src/bin/resources/tango/22x22/devices/audio-input-microphone.png deleted file mode 100644 index 496d244..0000000 Binary files a/src/bin/resources/tango/22x22/devices/audio-input-microphone.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/battery.png b/src/bin/resources/tango/22x22/devices/battery.png deleted file mode 100644 index ad45674..0000000 Binary files a/src/bin/resources/tango/22x22/devices/battery.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/camera-photo.png b/src/bin/resources/tango/22x22/devices/camera-photo.png deleted file mode 100644 index 8d28baf..0000000 Binary files a/src/bin/resources/tango/22x22/devices/camera-photo.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/camera-video.png b/src/bin/resources/tango/22x22/devices/camera-video.png deleted file mode 100644 index e84992c..0000000 Binary files a/src/bin/resources/tango/22x22/devices/camera-video.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/computer.png b/src/bin/resources/tango/22x22/devices/computer.png deleted file mode 100644 index b6e6b39..0000000 Binary files a/src/bin/resources/tango/22x22/devices/computer.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/drive-harddisk.png b/src/bin/resources/tango/22x22/devices/drive-harddisk.png deleted file mode 100644 index da41305..0000000 Binary files a/src/bin/resources/tango/22x22/devices/drive-harddisk.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/drive-optical.png b/src/bin/resources/tango/22x22/devices/drive-optical.png deleted file mode 100644 index af2c826..0000000 Binary files a/src/bin/resources/tango/22x22/devices/drive-optical.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/drive-removable-media.png b/src/bin/resources/tango/22x22/devices/drive-removable-media.png deleted file mode 100644 index f487310..0000000 Binary files a/src/bin/resources/tango/22x22/devices/drive-removable-media.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/input-gaming.png b/src/bin/resources/tango/22x22/devices/input-gaming.png deleted file mode 100644 index 18f7739..0000000 Binary files a/src/bin/resources/tango/22x22/devices/input-gaming.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/input-keyboard.png b/src/bin/resources/tango/22x22/devices/input-keyboard.png deleted file mode 100644 index 6ffb232..0000000 Binary files a/src/bin/resources/tango/22x22/devices/input-keyboard.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/input-mouse.png b/src/bin/resources/tango/22x22/devices/input-mouse.png deleted file mode 100644 index c1bbc79..0000000 Binary files a/src/bin/resources/tango/22x22/devices/input-mouse.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/media-flash.png b/src/bin/resources/tango/22x22/devices/media-flash.png deleted file mode 100644 index c6a2d0c..0000000 Binary files a/src/bin/resources/tango/22x22/devices/media-flash.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/media-floppy.png b/src/bin/resources/tango/22x22/devices/media-floppy.png deleted file mode 100644 index af79de8..0000000 Binary files a/src/bin/resources/tango/22x22/devices/media-floppy.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/media-optical.png b/src/bin/resources/tango/22x22/devices/media-optical.png deleted file mode 100644 index e86bfa3..0000000 Binary files a/src/bin/resources/tango/22x22/devices/media-optical.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/multimedia-player.png b/src/bin/resources/tango/22x22/devices/multimedia-player.png deleted file mode 100644 index 8be0228..0000000 Binary files a/src/bin/resources/tango/22x22/devices/multimedia-player.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/network-wired.png b/src/bin/resources/tango/22x22/devices/network-wired.png deleted file mode 100644 index 51c8b16..0000000 Binary files a/src/bin/resources/tango/22x22/devices/network-wired.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/network-wireless.png b/src/bin/resources/tango/22x22/devices/network-wireless.png deleted file mode 100644 index 2d7851f..0000000 Binary files a/src/bin/resources/tango/22x22/devices/network-wireless.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/printer.png b/src/bin/resources/tango/22x22/devices/printer.png deleted file mode 100644 index 65caccf..0000000 Binary files a/src/bin/resources/tango/22x22/devices/printer.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/devices/video-display.png b/src/bin/resources/tango/22x22/devices/video-display.png deleted file mode 100644 index f244adb..0000000 Binary files a/src/bin/resources/tango/22x22/devices/video-display.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/Makefile.am b/src/bin/resources/tango/22x22/emblems/Makefile.am deleted file mode 100644 index 9076f85..0000000 --- a/src/bin/resources/tango/22x22/emblems/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ - -size = 22x22 -context = emblems - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - emblem-favorite.png \ - emblem-important.png \ - emblem-photos.png \ - emblem-readonly.png \ - emblem-symbolic-link.png \ - emblem-system.png \ - emblem-unreadable.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/emblems/Makefile.in b/src/bin/resources/tango/22x22/emblems/Makefile.in deleted file mode 100644 index 2363a82..0000000 --- a/src/bin/resources/tango/22x22/emblems/Makefile.in +++ /dev/null @@ -1,377 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/emblems -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = emblems -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - emblem-favorite.png \ - emblem-important.png \ - emblem-photos.png \ - emblem-readonly.png \ - emblem-symbolic-link.png \ - emblem-system.png \ - emblem-unreadable.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/emblems/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/emblems/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/emblems/emblem-favorite.png b/src/bin/resources/tango/22x22/emblems/emblem-favorite.png deleted file mode 100644 index 9b3d7ac..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-favorite.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/emblem-important.png b/src/bin/resources/tango/22x22/emblems/emblem-important.png deleted file mode 100644 index 0437a0d..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-important.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/emblem-photos.png b/src/bin/resources/tango/22x22/emblems/emblem-photos.png deleted file mode 100644 index b8b1c63..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-photos.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/emblem-readonly.png b/src/bin/resources/tango/22x22/emblems/emblem-readonly.png deleted file mode 100644 index 33896d9..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-readonly.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/emblem-symbolic-link.png b/src/bin/resources/tango/22x22/emblems/emblem-symbolic-link.png deleted file mode 100644 index d02781d..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/emblem-system.png b/src/bin/resources/tango/22x22/emblems/emblem-system.png deleted file mode 100644 index 1f2b3b3..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-system.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emblems/emblem-unreadable.png b/src/bin/resources/tango/22x22/emblems/emblem-unreadable.png deleted file mode 100644 index 6a88bdb..0000000 Binary files a/src/bin/resources/tango/22x22/emblems/emblem-unreadable.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/Makefile.am b/src/bin/resources/tango/22x22/emotes/Makefile.am deleted file mode 100644 index 77044b3..0000000 --- a/src/bin/resources/tango/22x22/emotes/Makefile.am +++ /dev/null @@ -1,37 +0,0 @@ - -size = 22x22 -context = emotes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - face-angel.png \ - face-crying.png \ - face-devilish.png \ - face-glasses.png \ - face-grin.png \ - face-kiss.png \ - face-monkey.png \ - face-plain.png \ - face-sad.png \ - face-smile.png \ - face-smile-big.png \ - face-surprise.png \ - face-wink.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/emotes/Makefile.in b/src/bin/resources/tango/22x22/emotes/Makefile.in deleted file mode 100644 index ec602b5..0000000 --- a/src/bin/resources/tango/22x22/emotes/Makefile.in +++ /dev/null @@ -1,383 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/emotes -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = emotes -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - face-angel.png \ - face-crying.png \ - face-devilish.png \ - face-glasses.png \ - face-grin.png \ - face-kiss.png \ - face-monkey.png \ - face-plain.png \ - face-sad.png \ - face-smile.png \ - face-smile-big.png \ - face-surprise.png \ - face-wink.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/emotes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/emotes/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/emotes/face-angel.png b/src/bin/resources/tango/22x22/emotes/face-angel.png deleted file mode 100644 index 604bf17..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-angel.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-crying.png b/src/bin/resources/tango/22x22/emotes/face-crying.png deleted file mode 100644 index 761b0e8..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-crying.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-devilish.png b/src/bin/resources/tango/22x22/emotes/face-devilish.png deleted file mode 100644 index fbd7808..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-devilish.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-glasses.png b/src/bin/resources/tango/22x22/emotes/face-glasses.png deleted file mode 100644 index 5551f12..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-glasses.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-grin.png b/src/bin/resources/tango/22x22/emotes/face-grin.png deleted file mode 100644 index 4513b92..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-grin.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-kiss.png b/src/bin/resources/tango/22x22/emotes/face-kiss.png deleted file mode 100644 index a5d1bdd..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-kiss.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-monkey.png b/src/bin/resources/tango/22x22/emotes/face-monkey.png deleted file mode 100644 index ced7b2e..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-monkey.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-plain.png b/src/bin/resources/tango/22x22/emotes/face-plain.png deleted file mode 100644 index ea0ad6a..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-plain.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-sad.png b/src/bin/resources/tango/22x22/emotes/face-sad.png deleted file mode 100644 index 23afcb2..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-sad.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-smile-big.png b/src/bin/resources/tango/22x22/emotes/face-smile-big.png deleted file mode 100644 index b2e8a36..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-smile-big.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-smile.png b/src/bin/resources/tango/22x22/emotes/face-smile.png deleted file mode 100644 index 45ff17d..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-smile.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-surprise.png b/src/bin/resources/tango/22x22/emotes/face-surprise.png deleted file mode 100644 index 9bae9b6..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-surprise.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/emotes/face-wink.png b/src/bin/resources/tango/22x22/emotes/face-wink.png deleted file mode 100644 index cf10119..0000000 Binary files a/src/bin/resources/tango/22x22/emotes/face-wink.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/Makefile.am b/src/bin/resources/tango/22x22/mimetypes/Makefile.am deleted file mode 100644 index 45f57c2..0000000 --- a/src/bin/resources/tango/22x22/mimetypes/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ - -size = 22x22 -context = mimetypes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - application-certificate.png \ - application-x-executable.png \ - audio-x-generic.png \ - font-x-generic.png \ - image-x-generic.png \ - package-x-generic.png \ - text-html.png \ - text-x-generic.png \ - text-x-generic-template.png \ - text-x-script.png \ - video-x-generic.png \ - x-office-address-book.png \ - x-office-calendar.png \ - x-office-document.png \ - x-office-document-template.png \ - x-office-drawing.png \ - x-office-drawing-template.png \ - x-office-presentation.png \ - x-office-presentation-template.png \ - x-office-spreadsheet.png \ - x-office-spreadsheet-template.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/mimetypes/Makefile.in b/src/bin/resources/tango/22x22/mimetypes/Makefile.in deleted file mode 100644 index 79ddb54..0000000 --- a/src/bin/resources/tango/22x22/mimetypes/Makefile.in +++ /dev/null @@ -1,391 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/mimetypes -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = mimetypes -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - application-certificate.png \ - application-x-executable.png \ - audio-x-generic.png \ - font-x-generic.png \ - image-x-generic.png \ - package-x-generic.png \ - text-html.png \ - text-x-generic.png \ - text-x-generic-template.png \ - text-x-script.png \ - video-x-generic.png \ - x-office-address-book.png \ - x-office-calendar.png \ - x-office-document.png \ - x-office-document-template.png \ - x-office-drawing.png \ - x-office-drawing-template.png \ - x-office-presentation.png \ - x-office-presentation-template.png \ - x-office-spreadsheet.png \ - x-office-spreadsheet-template.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/mimetypes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/mimetypes/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/mimetypes/application-certificate.png b/src/bin/resources/tango/22x22/mimetypes/application-certificate.png deleted file mode 100644 index 9657b43..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/application-certificate.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/application-x-executable.png b/src/bin/resources/tango/22x22/mimetypes/application-x-executable.png deleted file mode 100644 index 2bb2adf..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/application-x-executable.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/audio-x-generic.png b/src/bin/resources/tango/22x22/mimetypes/audio-x-generic.png deleted file mode 100644 index 318bebd..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/font-x-generic.png b/src/bin/resources/tango/22x22/mimetypes/font-x-generic.png deleted file mode 100644 index bdc1814..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/font-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/image-x-generic.png b/src/bin/resources/tango/22x22/mimetypes/image-x-generic.png deleted file mode 100644 index 10f4671..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/image-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/package-x-generic.png b/src/bin/resources/tango/22x22/mimetypes/package-x-generic.png deleted file mode 100644 index dc76287..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/package-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/text-html.png b/src/bin/resources/tango/22x22/mimetypes/text-html.png deleted file mode 100644 index 51beaff..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/text-html.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/text-x-generic-template.png b/src/bin/resources/tango/22x22/mimetypes/text-x-generic-template.png deleted file mode 100644 index f13f7c9..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/text-x-generic.png b/src/bin/resources/tango/22x22/mimetypes/text-x-generic.png deleted file mode 100644 index d68a56c..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/text-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/text-x-script.png b/src/bin/resources/tango/22x22/mimetypes/text-x-script.png deleted file mode 100644 index abf8f61..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/text-x-script.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/video-x-generic.png b/src/bin/resources/tango/22x22/mimetypes/video-x-generic.png deleted file mode 100644 index 6e26d9c..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/video-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-address-book.png b/src/bin/resources/tango/22x22/mimetypes/x-office-address-book.png deleted file mode 100644 index 2e519ce..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-calendar.png b/src/bin/resources/tango/22x22/mimetypes/x-office-calendar.png deleted file mode 100644 index 0c224e9..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-document-template.png b/src/bin/resources/tango/22x22/mimetypes/x-office-document-template.png deleted file mode 100644 index 18c4246..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-document.png b/src/bin/resources/tango/22x22/mimetypes/x-office-document.png deleted file mode 100644 index c9baeda..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-document.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-drawing-template.png b/src/bin/resources/tango/22x22/mimetypes/x-office-drawing-template.png deleted file mode 100644 index a7045ab..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-drawing.png b/src/bin/resources/tango/22x22/mimetypes/x-office-drawing.png deleted file mode 100644 index 5d84f9f..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-presentation-template.png b/src/bin/resources/tango/22x22/mimetypes/x-office-presentation-template.png deleted file mode 100644 index 1f7bc9b..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-presentation.png b/src/bin/resources/tango/22x22/mimetypes/x-office-presentation.png deleted file mode 100644 index 3633f53..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-spreadsheet-template.png b/src/bin/resources/tango/22x22/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index ea7d467..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/mimetypes/x-office-spreadsheet.png b/src/bin/resources/tango/22x22/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index c82d574..0000000 Binary files a/src/bin/resources/tango/22x22/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/Makefile.am b/src/bin/resources/tango/22x22/places/Makefile.am deleted file mode 100644 index ec62b5a..0000000 --- a/src/bin/resources/tango/22x22/places/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ - -size = 22x22 -context = places - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - folder.png \ - folder-remote.png \ - folder-saved-search.png \ - network-server.png \ - network-workgroup.png \ - start-here.png \ - user-desktop.png \ - user-home.png \ - user-trash.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/places/Makefile.in b/src/bin/resources/tango/22x22/places/Makefile.in deleted file mode 100644 index 824a962..0000000 --- a/src/bin/resources/tango/22x22/places/Makefile.in +++ /dev/null @@ -1,379 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/places -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = places -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - folder.png \ - folder-remote.png \ - folder-saved-search.png \ - network-server.png \ - network-workgroup.png \ - start-here.png \ - user-desktop.png \ - user-home.png \ - user-trash.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/places/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/places/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/places/folder-remote.png b/src/bin/resources/tango/22x22/places/folder-remote.png deleted file mode 100644 index 82db43b..0000000 Binary files a/src/bin/resources/tango/22x22/places/folder-remote.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/folder-saved-search.png b/src/bin/resources/tango/22x22/places/folder-saved-search.png deleted file mode 100644 index 901f4a7..0000000 Binary files a/src/bin/resources/tango/22x22/places/folder-saved-search.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/folder.png b/src/bin/resources/tango/22x22/places/folder.png deleted file mode 100644 index 01f45b8..0000000 Binary files a/src/bin/resources/tango/22x22/places/folder.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/network-server.png b/src/bin/resources/tango/22x22/places/network-server.png deleted file mode 100644 index a0d7118..0000000 Binary files a/src/bin/resources/tango/22x22/places/network-server.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/network-workgroup.png b/src/bin/resources/tango/22x22/places/network-workgroup.png deleted file mode 100644 index f96c9db..0000000 Binary files a/src/bin/resources/tango/22x22/places/network-workgroup.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/plugins.png b/src/bin/resources/tango/22x22/places/plugins.png deleted file mode 100644 index dd635a4..0000000 Binary files a/src/bin/resources/tango/22x22/places/plugins.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/start-here.png b/src/bin/resources/tango/22x22/places/start-here.png deleted file mode 100644 index fc9b049..0000000 Binary files a/src/bin/resources/tango/22x22/places/start-here.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/user-desktop.png b/src/bin/resources/tango/22x22/places/user-desktop.png deleted file mode 100644 index d60b2f1..0000000 Binary files a/src/bin/resources/tango/22x22/places/user-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/user-home.png b/src/bin/resources/tango/22x22/places/user-home.png deleted file mode 100644 index c7eac99..0000000 Binary files a/src/bin/resources/tango/22x22/places/user-home.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/places/user-trash.png b/src/bin/resources/tango/22x22/places/user-trash.png deleted file mode 100644 index 05ff036..0000000 Binary files a/src/bin/resources/tango/22x22/places/user-trash.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/Makefile.am b/src/bin/resources/tango/22x22/status/Makefile.am deleted file mode 100644 index 63f9ecf..0000000 --- a/src/bin/resources/tango/22x22/status/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ - -size = 22x22 -context = status - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - dialog-error.png \ - dialog-information.png \ - dialog-warning.png \ - folder-drag-accept.png \ - folder-open.png \ - folder-visiting.png \ - image-loading.png \ - image-missing.png \ - mail-attachment.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - network-wireless-encrypted.png \ - printer-error.png \ - software-update-available.png \ - software-update-urgent.png \ - user-trash-full.png \ - weather-clear.png \ - weather-clear-night.png \ - weather-few-clouds.png \ - weather-few-clouds-night.png \ - weather-overcast.png \ - weather-severe-alert.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -if ENABLE_ICON_FRAMING - $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) - (cd $(DESTDIR)$(themedir) && \ - for icon in $(icons_DATA); do \ - $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ - done) - (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) -endif - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) diff --git a/src/bin/resources/tango/22x22/status/Makefile.in b/src/bin/resources/tango/22x22/status/Makefile.in deleted file mode 100644 index 101166d..0000000 --- a/src/bin/resources/tango/22x22/status/Makefile.in +++ /dev/null @@ -1,405 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 22x22/status -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 22x22 -context = status -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - dialog-error.png \ - dialog-information.png \ - dialog-warning.png \ - folder-drag-accept.png \ - folder-open.png \ - folder-visiting.png \ - image-loading.png \ - image-missing.png \ - mail-attachment.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - network-wireless-encrypted.png \ - printer-error.png \ - software-update-available.png \ - software-update-urgent.png \ - user-trash-full.png \ - weather-clear.png \ - weather-clear-night.png \ - weather-few-clouds.png \ - weather-few-clouds-night.png \ - weather-overcast.png \ - weather-severe-alert.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 22x22/status/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 22x22/status/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA uninstall-local - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA \ - uninstall-local - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -@ENABLE_ICON_FRAMING_TRUE@ $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir) && \ -@ENABLE_ICON_FRAMING_TRUE@ for icon in $(icons_DATA); do \ -@ENABLE_ICON_FRAMING_TRUE@ $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \ -@ENABLE_ICON_FRAMING_TRUE@ done) -@ENABLE_ICON_FRAMING_TRUE@ (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context)) - -uninstall-local: - rm -rf $(themedir)/24x24/$(context) -# 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/src/bin/resources/tango/22x22/status/audio-volume-high.png b/src/bin/resources/tango/22x22/status/audio-volume-high.png deleted file mode 100644 index 1b2f30e..0000000 Binary files a/src/bin/resources/tango/22x22/status/audio-volume-high.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/audio-volume-low.png b/src/bin/resources/tango/22x22/status/audio-volume-low.png deleted file mode 100644 index 46bcd19..0000000 Binary files a/src/bin/resources/tango/22x22/status/audio-volume-low.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/audio-volume-medium.png b/src/bin/resources/tango/22x22/status/audio-volume-medium.png deleted file mode 100644 index 31883ef..0000000 Binary files a/src/bin/resources/tango/22x22/status/audio-volume-medium.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/audio-volume-muted.png b/src/bin/resources/tango/22x22/status/audio-volume-muted.png deleted file mode 100644 index 3e74c1d..0000000 Binary files a/src/bin/resources/tango/22x22/status/audio-volume-muted.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/battery-caution.png b/src/bin/resources/tango/22x22/status/battery-caution.png deleted file mode 100644 index 456f7a4..0000000 Binary files a/src/bin/resources/tango/22x22/status/battery-caution.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/dialog-error.png b/src/bin/resources/tango/22x22/status/dialog-error.png deleted file mode 100644 index 7d6aaf6..0000000 Binary files a/src/bin/resources/tango/22x22/status/dialog-error.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/dialog-information.png b/src/bin/resources/tango/22x22/status/dialog-information.png deleted file mode 100644 index 07cf010..0000000 Binary files a/src/bin/resources/tango/22x22/status/dialog-information.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/dialog-warning.png b/src/bin/resources/tango/22x22/status/dialog-warning.png deleted file mode 100644 index 45b64a7..0000000 Binary files a/src/bin/resources/tango/22x22/status/dialog-warning.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/folder-drag-accept.png b/src/bin/resources/tango/22x22/status/folder-drag-accept.png deleted file mode 100644 index 16a2b84..0000000 Binary files a/src/bin/resources/tango/22x22/status/folder-drag-accept.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/folder-open.png b/src/bin/resources/tango/22x22/status/folder-open.png deleted file mode 100644 index f81f70c..0000000 Binary files a/src/bin/resources/tango/22x22/status/folder-open.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/folder-visiting.png b/src/bin/resources/tango/22x22/status/folder-visiting.png deleted file mode 100644 index b4af525..0000000 Binary files a/src/bin/resources/tango/22x22/status/folder-visiting.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/image-loading.png b/src/bin/resources/tango/22x22/status/image-loading.png deleted file mode 100644 index a4be885..0000000 Binary files a/src/bin/resources/tango/22x22/status/image-loading.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/image-missing.png b/src/bin/resources/tango/22x22/status/image-missing.png deleted file mode 100644 index e12439a..0000000 Binary files a/src/bin/resources/tango/22x22/status/image-missing.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/mail-attachment.png b/src/bin/resources/tango/22x22/status/mail-attachment.png deleted file mode 100644 index c5d9633..0000000 Binary files a/src/bin/resources/tango/22x22/status/mail-attachment.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-error.png b/src/bin/resources/tango/22x22/status/network-error.png deleted file mode 100644 index d36ce29..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-error.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-idle.png b/src/bin/resources/tango/22x22/status/network-idle.png deleted file mode 100644 index caebd98..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-idle.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-offline.png b/src/bin/resources/tango/22x22/status/network-offline.png deleted file mode 100644 index 72dd12c..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-offline.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-receive.png b/src/bin/resources/tango/22x22/status/network-receive.png deleted file mode 100644 index 11dfa07..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-transmit-receive.png b/src/bin/resources/tango/22x22/status/network-transmit-receive.png deleted file mode 100644 index 54d145f..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-transmit-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-transmit.png b/src/bin/resources/tango/22x22/status/network-transmit.png deleted file mode 100644 index 97b6301..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-transmit.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/network-wireless-encrypted.png b/src/bin/resources/tango/22x22/status/network-wireless-encrypted.png deleted file mode 100644 index 712771c..0000000 Binary files a/src/bin/resources/tango/22x22/status/network-wireless-encrypted.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/printer-error.png b/src/bin/resources/tango/22x22/status/printer-error.png deleted file mode 100644 index 63863c2..0000000 Binary files a/src/bin/resources/tango/22x22/status/printer-error.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/software-update-available.png b/src/bin/resources/tango/22x22/status/software-update-available.png deleted file mode 100644 index c1d1348..0000000 Binary files a/src/bin/resources/tango/22x22/status/software-update-available.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/software-update-urgent.png b/src/bin/resources/tango/22x22/status/software-update-urgent.png deleted file mode 100644 index 0ce38d9..0000000 Binary files a/src/bin/resources/tango/22x22/status/software-update-urgent.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/user-trash-full.png b/src/bin/resources/tango/22x22/status/user-trash-full.png deleted file mode 100644 index ffd7cc2..0000000 Binary files a/src/bin/resources/tango/22x22/status/user-trash-full.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-clear-night.png b/src/bin/resources/tango/22x22/status/weather-clear-night.png deleted file mode 100644 index 52ea3e9..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-clear-night.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-clear.png b/src/bin/resources/tango/22x22/status/weather-clear.png deleted file mode 100644 index e17ca7c..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-clear.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-few-clouds-night.png b/src/bin/resources/tango/22x22/status/weather-few-clouds-night.png deleted file mode 100644 index 69fe49a..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-few-clouds-night.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-few-clouds.png b/src/bin/resources/tango/22x22/status/weather-few-clouds.png deleted file mode 100644 index 28b1147..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-few-clouds.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-overcast.png b/src/bin/resources/tango/22x22/status/weather-overcast.png deleted file mode 100644 index 79d7bc2..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-overcast.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-severe-alert.png b/src/bin/resources/tango/22x22/status/weather-severe-alert.png deleted file mode 100644 index e4d09b6..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-severe-alert.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-showers-scattered.png b/src/bin/resources/tango/22x22/status/weather-showers-scattered.png deleted file mode 100644 index 9eddd93..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-showers-scattered.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-showers.png b/src/bin/resources/tango/22x22/status/weather-showers.png deleted file mode 100644 index 4450fb1..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-showers.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-snow.png b/src/bin/resources/tango/22x22/status/weather-snow.png deleted file mode 100644 index 5457799..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-snow.png and /dev/null differ diff --git a/src/bin/resources/tango/22x22/status/weather-storm.png b/src/bin/resources/tango/22x22/status/weather-storm.png deleted file mode 100644 index 3b7ca9c..0000000 Binary files a/src/bin/resources/tango/22x22/status/weather-storm.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/Makefile.am b/src/bin/resources/tango/32x32/Makefile.am deleted file mode 100644 index df51ba8..0000000 --- a/src/bin/resources/tango/32x32/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -SUBDIRS = actions animations apps categories devices emblems emotes mimetypes places status - diff --git a/src/bin/resources/tango/32x32/Makefile.in b/src/bin/resources/tango/32x32/Makefile.in deleted file mode 100644 index 6cabd4f..0000000 --- a/src/bin/resources/tango/32x32/Makefile.in +++ /dev/null @@ -1,477 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32 -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = actions animations apps categories devices emblems emotes mimetypes places status -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - 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; nonemtpy = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(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)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-exec-am: - -install-html: install-html-recursive - -install-info: install-info-recursive - -install-man: - -install-pdf: install-pdf-recursive - -install-ps: install-ps-recursive - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic ctags \ - ctags-recursive distclean distclean-generic distclean-tags \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ - tags-recursive uninstall uninstall-am - -# 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/src/bin/resources/tango/32x32/actions/Makefile.am b/src/bin/resources/tango/32x32/actions/Makefile.am deleted file mode 100644 index 6a0a8f9..0000000 --- a/src/bin/resources/tango/32x32/actions/Makefile.am +++ /dev/null @@ -1,83 +0,0 @@ - -size = 32x32 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - address-book-new.png \ - appointment-new.png \ - bookmark-new.png \ - contact-new.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-save.png \ - document-save-as.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-select-all.png \ - edit-undo.png \ - folder-new.png \ - format-indent-less.png \ - format-indent-more.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - list-add.png \ - list-remove.png \ - mail-forward.png \ - mail-message-new.png \ - mail-mark-junk.png \ - mail-mark-not-junk.png \ - mail-reply-all.png \ - mail-reply-sender.png \ - mail-send-receive.png \ - media-eject.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-search.png \ - system-shutdown.png \ - tab-new.png \ - view-fullscreen.png \ - view-refresh.png \ - window-new.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) - diff --git a/src/bin/resources/tango/32x32/actions/Makefile.in b/src/bin/resources/tango/32x32/actions/Makefile.in deleted file mode 100644 index d7fa1c1..0000000 --- a/src/bin/resources/tango/32x32/actions/Makefile.in +++ /dev/null @@ -1,429 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/actions -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = actions -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - address-book-new.png \ - appointment-new.png \ - bookmark-new.png \ - contact-new.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-save.png \ - document-save-as.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-select-all.png \ - edit-undo.png \ - folder-new.png \ - format-indent-less.png \ - format-indent-more.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - list-add.png \ - list-remove.png \ - mail-forward.png \ - mail-message-new.png \ - mail-mark-junk.png \ - mail-mark-not-junk.png \ - mail-reply-all.png \ - mail-reply-sender.png \ - mail-send-receive.png \ - media-eject.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-search.png \ - system-shutdown.png \ - tab-new.png \ - view-fullscreen.png \ - view-refresh.png \ - window-new.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/actions/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/actions/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/actions/address-book-new.png b/src/bin/resources/tango/32x32/actions/address-book-new.png deleted file mode 100644 index 420139d..0000000 Binary files a/src/bin/resources/tango/32x32/actions/address-book-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/appointment-new.png b/src/bin/resources/tango/32x32/actions/appointment-new.png deleted file mode 100644 index 85daef3..0000000 Binary files a/src/bin/resources/tango/32x32/actions/appointment-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/bookmark-new.png b/src/bin/resources/tango/32x32/actions/bookmark-new.png deleted file mode 100644 index 621312a..0000000 Binary files a/src/bin/resources/tango/32x32/actions/bookmark-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/contact-new.png b/src/bin/resources/tango/32x32/actions/contact-new.png deleted file mode 100644 index 8b10c1e..0000000 Binary files a/src/bin/resources/tango/32x32/actions/contact-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-new.png b/src/bin/resources/tango/32x32/actions/document-new.png deleted file mode 100644 index e6d64bb..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-open.png b/src/bin/resources/tango/32x32/actions/document-open.png deleted file mode 100644 index f35f258..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-open.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-print-preview.png b/src/bin/resources/tango/32x32/actions/document-print-preview.png deleted file mode 100644 index 772efe5..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-print-preview.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-print.png b/src/bin/resources/tango/32x32/actions/document-print.png deleted file mode 100644 index 3ef3930..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-print.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-properties.png b/src/bin/resources/tango/32x32/actions/document-properties.png deleted file mode 100644 index fa697db..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-properties.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-save-as.png b/src/bin/resources/tango/32x32/actions/document-save-as.png deleted file mode 100644 index 5c9f6b3..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-save-as.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/document-save.png b/src/bin/resources/tango/32x32/actions/document-save.png deleted file mode 100644 index db5c52b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/document-save.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-clear.png b/src/bin/resources/tango/32x32/actions/edit-clear.png deleted file mode 100644 index 5542948..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-clear.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-copy.png b/src/bin/resources/tango/32x32/actions/edit-copy.png deleted file mode 100644 index 3348ee0..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-copy.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-cut.png b/src/bin/resources/tango/32x32/actions/edit-cut.png deleted file mode 100644 index 217663b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-cut.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-delete.png b/src/bin/resources/tango/32x32/actions/edit-delete.png deleted file mode 100644 index 9becb3e..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-delete.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-find-replace.png b/src/bin/resources/tango/32x32/actions/edit-find-replace.png deleted file mode 100644 index 0f1b117..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-find-replace.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-find.png b/src/bin/resources/tango/32x32/actions/edit-find.png deleted file mode 100644 index 5594785..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-find.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-paste.png b/src/bin/resources/tango/32x32/actions/edit-paste.png deleted file mode 100644 index dd429ce..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-paste.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-redo.png b/src/bin/resources/tango/32x32/actions/edit-redo.png deleted file mode 100644 index 3eb7b05..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-redo.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-select-all.png b/src/bin/resources/tango/32x32/actions/edit-select-all.png deleted file mode 100644 index 107fc60..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-select-all.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/edit-undo.png b/src/bin/resources/tango/32x32/actions/edit-undo.png deleted file mode 100644 index 61b2ce9..0000000 Binary files a/src/bin/resources/tango/32x32/actions/edit-undo.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/folder-new.png b/src/bin/resources/tango/32x32/actions/folder-new.png deleted file mode 100644 index fcd15c0..0000000 Binary files a/src/bin/resources/tango/32x32/actions/folder-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-indent-less.png b/src/bin/resources/tango/32x32/actions/format-indent-less.png deleted file mode 100644 index 7ced16f..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-indent-less.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-indent-more.png b/src/bin/resources/tango/32x32/actions/format-indent-more.png deleted file mode 100644 index 6a18867..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-indent-more.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-justify-center.png b/src/bin/resources/tango/32x32/actions/format-justify-center.png deleted file mode 100644 index a0db2bb..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-justify-center.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-justify-fill.png b/src/bin/resources/tango/32x32/actions/format-justify-fill.png deleted file mode 100644 index 2a34a8f..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-justify-fill.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-justify-left.png b/src/bin/resources/tango/32x32/actions/format-justify-left.png deleted file mode 100644 index ba0e914..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-justify-left.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-justify-right.png b/src/bin/resources/tango/32x32/actions/format-justify-right.png deleted file mode 100644 index 2144cb9..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-justify-right.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-text-bold.png b/src/bin/resources/tango/32x32/actions/format-text-bold.png deleted file mode 100644 index 99ed19c..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-text-bold.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-text-italic.png b/src/bin/resources/tango/32x32/actions/format-text-italic.png deleted file mode 100644 index 87ed6f9..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-text-italic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-text-strikethrough.png b/src/bin/resources/tango/32x32/actions/format-text-strikethrough.png deleted file mode 100644 index b9b55ab..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-text-strikethrough.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/format-text-underline.png b/src/bin/resources/tango/32x32/actions/format-text-underline.png deleted file mode 100644 index 0de6b1c..0000000 Binary files a/src/bin/resources/tango/32x32/actions/format-text-underline.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-bottom.png b/src/bin/resources/tango/32x32/actions/go-bottom.png deleted file mode 100644 index bf973fe..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-bottom.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-down.png b/src/bin/resources/tango/32x32/actions/go-down.png deleted file mode 100644 index dce3f15..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-down.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-first.png b/src/bin/resources/tango/32x32/actions/go-first.png deleted file mode 100644 index 5e2a6b1..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-first.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-home.png b/src/bin/resources/tango/32x32/actions/go-home.png deleted file mode 100644 index a3ca103..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-home.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-jump.png b/src/bin/resources/tango/32x32/actions/go-jump.png deleted file mode 100644 index 34dc4c0..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-jump.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-last.png b/src/bin/resources/tango/32x32/actions/go-last.png deleted file mode 100644 index 48fe95b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-last.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-next.png b/src/bin/resources/tango/32x32/actions/go-next.png deleted file mode 100644 index a68e2db..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-next.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-previous.png b/src/bin/resources/tango/32x32/actions/go-previous.png deleted file mode 100644 index c37bc04..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-previous.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-top.png b/src/bin/resources/tango/32x32/actions/go-top.png deleted file mode 100644 index d99552b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-top.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/go-up.png b/src/bin/resources/tango/32x32/actions/go-up.png deleted file mode 100644 index afb307b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/go-up.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/list-add.png b/src/bin/resources/tango/32x32/actions/list-add.png deleted file mode 100644 index 2acdd8f..0000000 Binary files a/src/bin/resources/tango/32x32/actions/list-add.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/list-remove.png b/src/bin/resources/tango/32x32/actions/list-remove.png deleted file mode 100644 index c5524f7..0000000 Binary files a/src/bin/resources/tango/32x32/actions/list-remove.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-forward.png b/src/bin/resources/tango/32x32/actions/mail-forward.png deleted file mode 100644 index bea94ab..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-mark-junk.png b/src/bin/resources/tango/32x32/actions/mail-mark-junk.png deleted file mode 100644 index 0af3006..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-mark-junk.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-mark-not-junk.png b/src/bin/resources/tango/32x32/actions/mail-mark-not-junk.png deleted file mode 100644 index 296e92a..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-mark-not-junk.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-message-new.png b/src/bin/resources/tango/32x32/actions/mail-message-new.png deleted file mode 100644 index 9f51246..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-message-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-reply-all.png b/src/bin/resources/tango/32x32/actions/mail-reply-all.png deleted file mode 100644 index 0216e39..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-reply-all.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-reply-sender.png b/src/bin/resources/tango/32x32/actions/mail-reply-sender.png deleted file mode 100644 index 3f248dc..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-reply-sender.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/mail-send-receive.png b/src/bin/resources/tango/32x32/actions/mail-send-receive.png deleted file mode 100644 index 99349b9..0000000 Binary files a/src/bin/resources/tango/32x32/actions/mail-send-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-eject.png b/src/bin/resources/tango/32x32/actions/media-eject.png deleted file mode 100644 index b218e7a..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-eject.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-playback-pause.png b/src/bin/resources/tango/32x32/actions/media-playback-pause.png deleted file mode 100644 index 1e9f4d5..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-playback-pause.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-playback-start.png b/src/bin/resources/tango/32x32/actions/media-playback-start.png deleted file mode 100644 index 66f32d8..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-playback-start.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-playback-stop.png b/src/bin/resources/tango/32x32/actions/media-playback-stop.png deleted file mode 100644 index a094787..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-playback-stop.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-record.png b/src/bin/resources/tango/32x32/actions/media-record.png deleted file mode 100644 index 43f034b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-record.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-seek-backward.png b/src/bin/resources/tango/32x32/actions/media-seek-backward.png deleted file mode 100644 index 535c536..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-seek-backward.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-seek-forward.png b/src/bin/resources/tango/32x32/actions/media-seek-forward.png deleted file mode 100644 index 96ebe01..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-seek-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-skip-backward.png b/src/bin/resources/tango/32x32/actions/media-skip-backward.png deleted file mode 100644 index aa08251..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-skip-backward.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/media-skip-forward.png b/src/bin/resources/tango/32x32/actions/media-skip-forward.png deleted file mode 100644 index 52be942..0000000 Binary files a/src/bin/resources/tango/32x32/actions/media-skip-forward.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/process-stop.png b/src/bin/resources/tango/32x32/actions/process-stop.png deleted file mode 100644 index e7a8d17..0000000 Binary files a/src/bin/resources/tango/32x32/actions/process-stop.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/step.png b/src/bin/resources/tango/32x32/actions/step.png deleted file mode 100644 index 61a749d..0000000 Binary files a/src/bin/resources/tango/32x32/actions/step.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/system-lock-screen.png b/src/bin/resources/tango/32x32/actions/system-lock-screen.png deleted file mode 100644 index 2c220fc..0000000 Binary files a/src/bin/resources/tango/32x32/actions/system-lock-screen.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/system-log-out.png b/src/bin/resources/tango/32x32/actions/system-log-out.png deleted file mode 100644 index fddbc2b..0000000 Binary files a/src/bin/resources/tango/32x32/actions/system-log-out.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/system-search.png b/src/bin/resources/tango/32x32/actions/system-search.png deleted file mode 100644 index 950d792..0000000 Binary files a/src/bin/resources/tango/32x32/actions/system-search.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/system-shutdown.png b/src/bin/resources/tango/32x32/actions/system-shutdown.png deleted file mode 100644 index 36acd46..0000000 Binary files a/src/bin/resources/tango/32x32/actions/system-shutdown.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/tab-new.png b/src/bin/resources/tango/32x32/actions/tab-new.png deleted file mode 100644 index 294d150..0000000 Binary files a/src/bin/resources/tango/32x32/actions/tab-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/tab-remove.png b/src/bin/resources/tango/32x32/actions/tab-remove.png deleted file mode 100644 index 01fe97e..0000000 Binary files a/src/bin/resources/tango/32x32/actions/tab-remove.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/view-fullscreen.png b/src/bin/resources/tango/32x32/actions/view-fullscreen.png deleted file mode 100644 index 00e6b83..0000000 Binary files a/src/bin/resources/tango/32x32/actions/view-fullscreen.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/view-refresh.png b/src/bin/resources/tango/32x32/actions/view-refresh.png deleted file mode 100644 index 606ea9e..0000000 Binary files a/src/bin/resources/tango/32x32/actions/view-refresh.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/window-new.png b/src/bin/resources/tango/32x32/actions/window-new.png deleted file mode 100644 index e091702..0000000 Binary files a/src/bin/resources/tango/32x32/actions/window-new.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/actions/window-split-vertical.png b/src/bin/resources/tango/32x32/actions/window-split-vertical.png deleted file mode 100644 index a7b5caf..0000000 Binary files a/src/bin/resources/tango/32x32/actions/window-split-vertical.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/animations/Makefile.am b/src/bin/resources/tango/32x32/animations/Makefile.am deleted file mode 100644 index 83c16f1..0000000 --- a/src/bin/resources/tango/32x32/animations/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ - -size = 32x32 -context = animations - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - process-working.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/animations/Makefile.in b/src/bin/resources/tango/32x32/animations/Makefile.in deleted file mode 100644 index f1bc205..0000000 --- a/src/bin/resources/tango/32x32/animations/Makefile.in +++ /dev/null @@ -1,361 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/animations -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = animations -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - process-working.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/animations/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/animations/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/animations/process-working.png b/src/bin/resources/tango/32x32/animations/process-working.png deleted file mode 100644 index f19c528..0000000 Binary files a/src/bin/resources/tango/32x32/animations/process-working.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/Makefile.am b/src/bin/resources/tango/32x32/apps/Makefile.am deleted file mode 100644 index 56414ba..0000000 --- a/src/bin/resources/tango/32x32/apps/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ - -size = 32x32 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - accessories-calculator.png \ - accessories-character-map.png \ - accessories-text-editor.png \ - help-browser.png \ - internet-group-chat.png \ - internet-mail.png \ - internet-news-reader.png \ - internet-web-browser.png \ - office-calendar.png \ - preferences-desktop-accessibility.png \ - preferences-desktop-assistive-technology.png \ - preferences-desktop-font.png \ - preferences-desktop-keyboard-shortcuts.png \ - preferences-desktop-locale.png \ - preferences-desktop-multimedia.png \ - preferences-desktop-remote-desktop.png \ - preferences-desktop-screensaver.png \ - preferences-desktop-theme.png \ - preferences-desktop-wallpaper.png \ - preferences-system-network-proxy.png \ - preferences-system-session.png \ - preferences-system-windows.png \ - system-file-manager.png \ - system-installer.png \ - system-software-update.png \ - system-users.png \ - utilities-system-monitor.png \ - utilities-terminal.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/apps/Makefile.in b/src/bin/resources/tango/32x32/apps/Makefile.in deleted file mode 100644 index 3d8da3a..0000000 --- a/src/bin/resources/tango/32x32/apps/Makefile.in +++ /dev/null @@ -1,388 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/apps -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = apps -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - accessories-calculator.png \ - accessories-character-map.png \ - accessories-text-editor.png \ - help-browser.png \ - internet-group-chat.png \ - internet-mail.png \ - internet-news-reader.png \ - internet-web-browser.png \ - office-calendar.png \ - preferences-desktop-accessibility.png \ - preferences-desktop-assistive-technology.png \ - preferences-desktop-font.png \ - preferences-desktop-keyboard-shortcuts.png \ - preferences-desktop-locale.png \ - preferences-desktop-multimedia.png \ - preferences-desktop-remote-desktop.png \ - preferences-desktop-screensaver.png \ - preferences-desktop-theme.png \ - preferences-desktop-wallpaper.png \ - preferences-system-network-proxy.png \ - preferences-system-session.png \ - preferences-system-windows.png \ - system-file-manager.png \ - system-installer.png \ - system-software-update.png \ - system-users.png \ - utilities-system-monitor.png \ - utilities-terminal.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/apps/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/apps/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/apps/accessories-calculator.png b/src/bin/resources/tango/32x32/apps/accessories-calculator.png deleted file mode 100644 index 7de1c44..0000000 Binary files a/src/bin/resources/tango/32x32/apps/accessories-calculator.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/accessories-character-map.png b/src/bin/resources/tango/32x32/apps/accessories-character-map.png deleted file mode 100644 index a86c23e..0000000 Binary files a/src/bin/resources/tango/32x32/apps/accessories-character-map.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/accessories-text-editor.png b/src/bin/resources/tango/32x32/apps/accessories-text-editor.png deleted file mode 100644 index c6b6285..0000000 Binary files a/src/bin/resources/tango/32x32/apps/accessories-text-editor.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/help-browser.png b/src/bin/resources/tango/32x32/apps/help-browser.png deleted file mode 100644 index d60425f..0000000 Binary files a/src/bin/resources/tango/32x32/apps/help-browser.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/internet-group-chat.png b/src/bin/resources/tango/32x32/apps/internet-group-chat.png deleted file mode 100644 index 9cb1d3b..0000000 Binary files a/src/bin/resources/tango/32x32/apps/internet-group-chat.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/internet-mail.png b/src/bin/resources/tango/32x32/apps/internet-mail.png deleted file mode 100644 index dc3b9dd..0000000 Binary files a/src/bin/resources/tango/32x32/apps/internet-mail.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/internet-news-reader.png b/src/bin/resources/tango/32x32/apps/internet-news-reader.png deleted file mode 100644 index ebc528f..0000000 Binary files a/src/bin/resources/tango/32x32/apps/internet-news-reader.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/internet-web-browser.png b/src/bin/resources/tango/32x32/apps/internet-web-browser.png deleted file mode 100644 index 10d2ed4..0000000 Binary files a/src/bin/resources/tango/32x32/apps/internet-web-browser.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/office-calendar.png b/src/bin/resources/tango/32x32/apps/office-calendar.png deleted file mode 100644 index 7817c12..0000000 Binary files a/src/bin/resources/tango/32x32/apps/office-calendar.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-accessibility.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-accessibility.png deleted file mode 100644 index adfe247..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-assistive-technology.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-assistive-technology.png deleted file mode 100644 index 70adb92..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-assistive-technology.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-font.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-font.png deleted file mode 100644 index b4ec434..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-font.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index 178dd29..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-locale.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-locale.png deleted file mode 100644 index 66224ae..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-multimedia.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-multimedia.png deleted file mode 100644 index 56a5662..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-multimedia.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-remote-desktop.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index 6da67c6..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-screensaver.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-screensaver.png deleted file mode 100644 index dba2455..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-theme.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-theme.png deleted file mode 100644 index 7af777d..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-desktop-wallpaper.png b/src/bin/resources/tango/32x32/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 4eb744c..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-system-network-proxy.png b/src/bin/resources/tango/32x32/apps/preferences-system-network-proxy.png deleted file mode 100644 index e75f6f7..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-system-network-proxy.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-system-session.png b/src/bin/resources/tango/32x32/apps/preferences-system-session.png deleted file mode 100644 index f8c2d11..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-system-session.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/preferences-system-windows.png b/src/bin/resources/tango/32x32/apps/preferences-system-windows.png deleted file mode 100644 index 517e48a..0000000 Binary files a/src/bin/resources/tango/32x32/apps/preferences-system-windows.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/system-file-manager.png b/src/bin/resources/tango/32x32/apps/system-file-manager.png deleted file mode 100644 index 1d6ce31..0000000 Binary files a/src/bin/resources/tango/32x32/apps/system-file-manager.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/system-installer.png b/src/bin/resources/tango/32x32/apps/system-installer.png deleted file mode 100644 index c26576e..0000000 Binary files a/src/bin/resources/tango/32x32/apps/system-installer.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/system-software-update.png b/src/bin/resources/tango/32x32/apps/system-software-update.png deleted file mode 100644 index 470b5d4..0000000 Binary files a/src/bin/resources/tango/32x32/apps/system-software-update.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/system-users.png b/src/bin/resources/tango/32x32/apps/system-users.png deleted file mode 100644 index 749c825..0000000 Binary files a/src/bin/resources/tango/32x32/apps/system-users.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/utilities-system-monitor.png b/src/bin/resources/tango/32x32/apps/utilities-system-monitor.png deleted file mode 100644 index b62959e..0000000 Binary files a/src/bin/resources/tango/32x32/apps/utilities-system-monitor.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/apps/utilities-terminal.png b/src/bin/resources/tango/32x32/apps/utilities-terminal.png deleted file mode 100644 index f86c784..0000000 Binary files a/src/bin/resources/tango/32x32/apps/utilities-terminal.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/Makefile.am b/src/bin/resources/tango/32x32/categories/Makefile.am deleted file mode 100644 index 3992e1f..0000000 --- a/src/bin/resources/tango/32x32/categories/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ - -size = 32x32 -context = categories - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - applications-accessories.png \ - applications-development.png \ - applications-games.png \ - applications-graphics.png \ - applications-internet.png \ - applications-multimedia.png \ - applications-office.png \ - applications-other.png \ - applications-system.png \ - preferences-desktop.png \ - preferences-desktop-peripherals.png \ - preferences-system.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/categories/Makefile.in b/src/bin/resources/tango/32x32/categories/Makefile.in deleted file mode 100644 index 8002520..0000000 --- a/src/bin/resources/tango/32x32/categories/Makefile.in +++ /dev/null @@ -1,372 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/categories -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = categories -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - applications-accessories.png \ - applications-development.png \ - applications-games.png \ - applications-graphics.png \ - applications-internet.png \ - applications-multimedia.png \ - applications-office.png \ - applications-other.png \ - applications-system.png \ - preferences-desktop.png \ - preferences-desktop-peripherals.png \ - preferences-system.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/categories/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/categories/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/categories/applications-accessories.png b/src/bin/resources/tango/32x32/categories/applications-accessories.png deleted file mode 100644 index fd43de3..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-accessories.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-development.png b/src/bin/resources/tango/32x32/categories/applications-development.png deleted file mode 100644 index bc88a5c..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-development.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-games.png b/src/bin/resources/tango/32x32/categories/applications-games.png deleted file mode 100644 index ff4044c..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-games.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-graphics.png b/src/bin/resources/tango/32x32/categories/applications-graphics.png deleted file mode 100644 index 36b77c2..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-graphics.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-internet.png b/src/bin/resources/tango/32x32/categories/applications-internet.png deleted file mode 100644 index 096e848..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-internet.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-multimedia.png b/src/bin/resources/tango/32x32/categories/applications-multimedia.png deleted file mode 100644 index d09995a..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-multimedia.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-office.png b/src/bin/resources/tango/32x32/categories/applications-office.png deleted file mode 100644 index efb850e..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-office.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-other.png b/src/bin/resources/tango/32x32/categories/applications-other.png deleted file mode 100644 index 1990dbb..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-other.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/applications-system.png b/src/bin/resources/tango/32x32/categories/applications-system.png deleted file mode 100644 index 565f406..0000000 Binary files a/src/bin/resources/tango/32x32/categories/applications-system.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/preferences-desktop-peripherals.png b/src/bin/resources/tango/32x32/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 4682b36..0000000 Binary files a/src/bin/resources/tango/32x32/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/preferences-desktop.png b/src/bin/resources/tango/32x32/categories/preferences-desktop.png deleted file mode 100644 index 3ec71a3..0000000 Binary files a/src/bin/resources/tango/32x32/categories/preferences-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/categories/preferences-system.png b/src/bin/resources/tango/32x32/categories/preferences-system.png deleted file mode 100644 index 6e52db7..0000000 Binary files a/src/bin/resources/tango/32x32/categories/preferences-system.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/Makefile.am b/src/bin/resources/tango/32x32/devices/Makefile.am deleted file mode 100644 index d0dbf8b..0000000 --- a/src/bin/resources/tango/32x32/devices/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ - -size = 32x32 -context = devices - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-card.png \ - audio-input-microphone.png \ - battery.png \ - camera-photo.png \ - camera-video.png \ - computer.png \ - drive-optical.png \ - drive-harddisk.png \ - drive-removable-media.png \ - input-gaming.png \ - input-keyboard.png \ - input-mouse.png \ - media-optical.png \ - media-floppy.png \ - media-flash.png \ - multimedia-player.png \ - network-wired.png \ - network-wireless.png \ - printer.png \ - video-display.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/devices/Makefile.in b/src/bin/resources/tango/32x32/devices/Makefile.in deleted file mode 100644 index 39b0334..0000000 --- a/src/bin/resources/tango/32x32/devices/Makefile.in +++ /dev/null @@ -1,380 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/devices -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = devices -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - audio-card.png \ - audio-input-microphone.png \ - battery.png \ - camera-photo.png \ - camera-video.png \ - computer.png \ - drive-optical.png \ - drive-harddisk.png \ - drive-removable-media.png \ - input-gaming.png \ - input-keyboard.png \ - input-mouse.png \ - media-optical.png \ - media-floppy.png \ - media-flash.png \ - multimedia-player.png \ - network-wired.png \ - network-wireless.png \ - printer.png \ - video-display.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/devices/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/devices/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/devices/audio-card.png b/src/bin/resources/tango/32x32/devices/audio-card.png deleted file mode 100644 index 5b15dd6..0000000 Binary files a/src/bin/resources/tango/32x32/devices/audio-card.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/audio-input-microphone.png b/src/bin/resources/tango/32x32/devices/audio-input-microphone.png deleted file mode 100644 index 9fe3b96..0000000 Binary files a/src/bin/resources/tango/32x32/devices/audio-input-microphone.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/battery.png b/src/bin/resources/tango/32x32/devices/battery.png deleted file mode 100644 index ef08925..0000000 Binary files a/src/bin/resources/tango/32x32/devices/battery.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/camera-photo.png b/src/bin/resources/tango/32x32/devices/camera-photo.png deleted file mode 100644 index ffbffc7..0000000 Binary files a/src/bin/resources/tango/32x32/devices/camera-photo.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/camera-video.png b/src/bin/resources/tango/32x32/devices/camera-video.png deleted file mode 100644 index 7473dd7..0000000 Binary files a/src/bin/resources/tango/32x32/devices/camera-video.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/computer.png b/src/bin/resources/tango/32x32/devices/computer.png deleted file mode 100644 index e34eb4e..0000000 Binary files a/src/bin/resources/tango/32x32/devices/computer.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/drive-harddisk.png b/src/bin/resources/tango/32x32/devices/drive-harddisk.png deleted file mode 100644 index b34d8b7..0000000 Binary files a/src/bin/resources/tango/32x32/devices/drive-harddisk.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/drive-optical.png b/src/bin/resources/tango/32x32/devices/drive-optical.png deleted file mode 100644 index bf2e8c8..0000000 Binary files a/src/bin/resources/tango/32x32/devices/drive-optical.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/drive-removable-media.png b/src/bin/resources/tango/32x32/devices/drive-removable-media.png deleted file mode 100644 index 2d28909..0000000 Binary files a/src/bin/resources/tango/32x32/devices/drive-removable-media.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/input-gaming.png b/src/bin/resources/tango/32x32/devices/input-gaming.png deleted file mode 100644 index 26e2a98..0000000 Binary files a/src/bin/resources/tango/32x32/devices/input-gaming.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/input-keyboard.png b/src/bin/resources/tango/32x32/devices/input-keyboard.png deleted file mode 100644 index 788c717..0000000 Binary files a/src/bin/resources/tango/32x32/devices/input-keyboard.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/input-mouse.png b/src/bin/resources/tango/32x32/devices/input-mouse.png deleted file mode 100644 index 49a923c..0000000 Binary files a/src/bin/resources/tango/32x32/devices/input-mouse.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/media-flash.png b/src/bin/resources/tango/32x32/devices/media-flash.png deleted file mode 100644 index 7540f3f..0000000 Binary files a/src/bin/resources/tango/32x32/devices/media-flash.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/media-floppy.png b/src/bin/resources/tango/32x32/devices/media-floppy.png deleted file mode 100644 index 17b1274..0000000 Binary files a/src/bin/resources/tango/32x32/devices/media-floppy.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/media-optical.png b/src/bin/resources/tango/32x32/devices/media-optical.png deleted file mode 100644 index 5853a75..0000000 Binary files a/src/bin/resources/tango/32x32/devices/media-optical.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/multimedia-player.png b/src/bin/resources/tango/32x32/devices/multimedia-player.png deleted file mode 100644 index 8d59208..0000000 Binary files a/src/bin/resources/tango/32x32/devices/multimedia-player.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/network-wired.png b/src/bin/resources/tango/32x32/devices/network-wired.png deleted file mode 100644 index c3ca691..0000000 Binary files a/src/bin/resources/tango/32x32/devices/network-wired.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/network-wireless.png b/src/bin/resources/tango/32x32/devices/network-wireless.png deleted file mode 100644 index aa5f9f2..0000000 Binary files a/src/bin/resources/tango/32x32/devices/network-wireless.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/printer.png b/src/bin/resources/tango/32x32/devices/printer.png deleted file mode 100644 index 05b49e0..0000000 Binary files a/src/bin/resources/tango/32x32/devices/printer.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/devices/video-display.png b/src/bin/resources/tango/32x32/devices/video-display.png deleted file mode 100644 index b95ea5d..0000000 Binary files a/src/bin/resources/tango/32x32/devices/video-display.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/Makefile.am b/src/bin/resources/tango/32x32/emblems/Makefile.am deleted file mode 100644 index 503f15b..0000000 --- a/src/bin/resources/tango/32x32/emblems/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ - -size = 32x32 -context = emblems - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - emblem-favorite.png \ - emblem-important.png \ - emblem-photos.png \ - emblem-readonly.png \ - emblem-symbolic-link.png \ - emblem-system.png \ - emblem-unreadable.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/emblems/Makefile.in b/src/bin/resources/tango/32x32/emblems/Makefile.in deleted file mode 100644 index 05568c9..0000000 --- a/src/bin/resources/tango/32x32/emblems/Makefile.in +++ /dev/null @@ -1,367 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/emblems -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = emblems -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - emblem-favorite.png \ - emblem-important.png \ - emblem-photos.png \ - emblem-readonly.png \ - emblem-symbolic-link.png \ - emblem-system.png \ - emblem-unreadable.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/emblems/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/emblems/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/emblems/emblem-favorite.png b/src/bin/resources/tango/32x32/emblems/emblem-favorite.png deleted file mode 100644 index 8a9ad39..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-favorite.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/emblem-important.png b/src/bin/resources/tango/32x32/emblems/emblem-important.png deleted file mode 100644 index 263fbd5..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-important.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/emblem-photos.png b/src/bin/resources/tango/32x32/emblems/emblem-photos.png deleted file mode 100644 index f7dfd88..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-photos.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/emblem-readonly.png b/src/bin/resources/tango/32x32/emblems/emblem-readonly.png deleted file mode 100644 index 5e972d1..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-readonly.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/emblem-symbolic-link.png b/src/bin/resources/tango/32x32/emblems/emblem-symbolic-link.png deleted file mode 100644 index 56ef039..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/emblem-system.png b/src/bin/resources/tango/32x32/emblems/emblem-system.png deleted file mode 100644 index abac7e9..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-system.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emblems/emblem-unreadable.png b/src/bin/resources/tango/32x32/emblems/emblem-unreadable.png deleted file mode 100644 index b94fc97..0000000 Binary files a/src/bin/resources/tango/32x32/emblems/emblem-unreadable.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/Makefile.am b/src/bin/resources/tango/32x32/emotes/Makefile.am deleted file mode 100644 index 772e732..0000000 --- a/src/bin/resources/tango/32x32/emotes/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ - -size = 32x32 -context = emotes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - face-angel.png \ - face-crying.png \ - face-devilish.png \ - face-glasses.png \ - face-grin.png \ - face-kiss.png \ - face-monkey.png \ - face-plain.png \ - face-sad.png \ - face-smile.png \ - face-smile-big.png \ - face-surprise.png \ - face-wink.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/emotes/Makefile.in b/src/bin/resources/tango/32x32/emotes/Makefile.in deleted file mode 100644 index 50c0b07..0000000 --- a/src/bin/resources/tango/32x32/emotes/Makefile.in +++ /dev/null @@ -1,373 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/emotes -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = emotes -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - face-angel.png \ - face-crying.png \ - face-devilish.png \ - face-glasses.png \ - face-grin.png \ - face-kiss.png \ - face-monkey.png \ - face-plain.png \ - face-sad.png \ - face-smile.png \ - face-smile-big.png \ - face-surprise.png \ - face-wink.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/emotes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/emotes/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/emotes/face-angel.png b/src/bin/resources/tango/32x32/emotes/face-angel.png deleted file mode 100644 index abd0285..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-angel.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-crying.png b/src/bin/resources/tango/32x32/emotes/face-crying.png deleted file mode 100644 index d8bc41e..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-crying.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-devilish.png b/src/bin/resources/tango/32x32/emotes/face-devilish.png deleted file mode 100644 index 7a3cb08..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-devilish.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-glasses.png b/src/bin/resources/tango/32x32/emotes/face-glasses.png deleted file mode 100644 index 1b25394..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-glasses.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-grin.png b/src/bin/resources/tango/32x32/emotes/face-grin.png deleted file mode 100644 index 2e8268f..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-grin.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-kiss.png b/src/bin/resources/tango/32x32/emotes/face-kiss.png deleted file mode 100644 index 1e3fa54..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-kiss.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-monkey.png b/src/bin/resources/tango/32x32/emotes/face-monkey.png deleted file mode 100644 index fb0204a..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-monkey.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-plain.png b/src/bin/resources/tango/32x32/emotes/face-plain.png deleted file mode 100644 index f8128a6..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-plain.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-sad.png b/src/bin/resources/tango/32x32/emotes/face-sad.png deleted file mode 100644 index 2fbecde..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-sad.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-smile-big.png b/src/bin/resources/tango/32x32/emotes/face-smile-big.png deleted file mode 100644 index 28704ae..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-smile-big.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-smile.png b/src/bin/resources/tango/32x32/emotes/face-smile.png deleted file mode 100644 index a52e44d..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-smile.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-surprise.png b/src/bin/resources/tango/32x32/emotes/face-surprise.png deleted file mode 100644 index af7cef4..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-surprise.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/emotes/face-wink.png b/src/bin/resources/tango/32x32/emotes/face-wink.png deleted file mode 100644 index 494d785..0000000 Binary files a/src/bin/resources/tango/32x32/emotes/face-wink.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/Makefile.am b/src/bin/resources/tango/32x32/mimetypes/Makefile.am deleted file mode 100644 index 97309c9..0000000 --- a/src/bin/resources/tango/32x32/mimetypes/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ - -size = 32x32 -context = mimetypes - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - application-certificate.png \ - application-x-executable.png \ - audio-x-generic.png \ - font-x-generic.png \ - image-x-generic.png \ - package-x-generic.png \ - text-html.png \ - text-x-generic.png \ - text-x-generic-template.png \ - text-x-script.png \ - video-x-generic.png \ - x-office-address-book.png \ - x-office-calendar.png \ - x-office-document.png \ - x-office-document-template.png \ - x-office-drawing.png \ - x-office-drawing-template.png \ - x-office-presentation.png \ - x-office-presentation-template.png \ - x-office-spreadsheet.png \ - x-office-spreadsheet-template.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/mimetypes/Makefile.in b/src/bin/resources/tango/32x32/mimetypes/Makefile.in deleted file mode 100644 index c2bd82b..0000000 --- a/src/bin/resources/tango/32x32/mimetypes/Makefile.in +++ /dev/null @@ -1,381 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/mimetypes -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = mimetypes -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - application-certificate.png \ - application-x-executable.png \ - audio-x-generic.png \ - font-x-generic.png \ - image-x-generic.png \ - package-x-generic.png \ - text-html.png \ - text-x-generic.png \ - text-x-generic-template.png \ - text-x-script.png \ - video-x-generic.png \ - x-office-address-book.png \ - x-office-calendar.png \ - x-office-document.png \ - x-office-document-template.png \ - x-office-drawing.png \ - x-office-drawing-template.png \ - x-office-presentation.png \ - x-office-presentation-template.png \ - x-office-spreadsheet.png \ - x-office-spreadsheet-template.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/mimetypes/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/mimetypes/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/mimetypes/application-certificate.png b/src/bin/resources/tango/32x32/mimetypes/application-certificate.png deleted file mode 100644 index b75ba54..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/application-certificate.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/application-x-executable.png b/src/bin/resources/tango/32x32/mimetypes/application-x-executable.png deleted file mode 100644 index 8a150b8..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/application-x-executable.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/audio-x-generic.png b/src/bin/resources/tango/32x32/mimetypes/audio-x-generic.png deleted file mode 100644 index c60b595..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/font-x-generic.png b/src/bin/resources/tango/32x32/mimetypes/font-x-generic.png deleted file mode 100644 index b166f4b..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/font-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/image-x-generic.png b/src/bin/resources/tango/32x32/mimetypes/image-x-generic.png deleted file mode 100644 index 6f118cd..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/image-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/package-x-generic.png b/src/bin/resources/tango/32x32/mimetypes/package-x-generic.png deleted file mode 100644 index 4b55b50..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/package-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/text-html.png b/src/bin/resources/tango/32x32/mimetypes/text-html.png deleted file mode 100644 index a896697..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/text-html.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/text-x-generic-template.png b/src/bin/resources/tango/32x32/mimetypes/text-x-generic-template.png deleted file mode 100644 index 5b7e649..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/text-x-generic.png b/src/bin/resources/tango/32x32/mimetypes/text-x-generic.png deleted file mode 100644 index 928a679..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/text-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/text-x-script.png b/src/bin/resources/tango/32x32/mimetypes/text-x-script.png deleted file mode 100644 index 801dcd6..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/text-x-script.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/video-x-generic.png b/src/bin/resources/tango/32x32/mimetypes/video-x-generic.png deleted file mode 100644 index 5d6c8d1..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/video-x-generic.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-address-book.png b/src/bin/resources/tango/32x32/mimetypes/x-office-address-book.png deleted file mode 100644 index 53dde74..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-calendar.png b/src/bin/resources/tango/32x32/mimetypes/x-office-calendar.png deleted file mode 100644 index bc6db5b..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-document-template.png b/src/bin/resources/tango/32x32/mimetypes/x-office-document-template.png deleted file mode 100644 index 9619241..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-document.png b/src/bin/resources/tango/32x32/mimetypes/x-office-document.png deleted file mode 100644 index daf84b2..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-document.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-drawing-template.png b/src/bin/resources/tango/32x32/mimetypes/x-office-drawing-template.png deleted file mode 100644 index 6fc043c..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-drawing.png b/src/bin/resources/tango/32x32/mimetypes/x-office-drawing.png deleted file mode 100644 index 5cd66c1..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-presentation-template.png b/src/bin/resources/tango/32x32/mimetypes/x-office-presentation-template.png deleted file mode 100644 index bc348f1..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-presentation.png b/src/bin/resources/tango/32x32/mimetypes/x-office-presentation.png deleted file mode 100644 index 047355c..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-spreadsheet-template.png b/src/bin/resources/tango/32x32/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index 6a81f36..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/mimetypes/x-office-spreadsheet.png b/src/bin/resources/tango/32x32/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index c0ccb7a..0000000 Binary files a/src/bin/resources/tango/32x32/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/Makefile.am b/src/bin/resources/tango/32x32/places/Makefile.am deleted file mode 100644 index 13f87c7..0000000 --- a/src/bin/resources/tango/32x32/places/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ - -size = 32x32 -context = places - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - folder.png \ - folder-remote.png \ - folder-saved-search.png \ - network-server.png \ - network-workgroup.png \ - start-here.png \ - user-desktop.png \ - user-home.png \ - user-trash.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/places/Makefile.in b/src/bin/resources/tango/32x32/places/Makefile.in deleted file mode 100644 index ca42021..0000000 --- a/src/bin/resources/tango/32x32/places/Makefile.in +++ /dev/null @@ -1,369 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/places -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = places -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - folder.png \ - folder-remote.png \ - folder-saved-search.png \ - network-server.png \ - network-workgroup.png \ - start-here.png \ - user-desktop.png \ - user-home.png \ - user-trash.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/places/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/places/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/places/folder-remote.png b/src/bin/resources/tango/32x32/places/folder-remote.png deleted file mode 100644 index 3e0d9ad..0000000 Binary files a/src/bin/resources/tango/32x32/places/folder-remote.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/folder-saved-search.png b/src/bin/resources/tango/32x32/places/folder-saved-search.png deleted file mode 100644 index 88d4541..0000000 Binary files a/src/bin/resources/tango/32x32/places/folder-saved-search.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/folder.png b/src/bin/resources/tango/32x32/places/folder.png deleted file mode 100644 index 472484f..0000000 Binary files a/src/bin/resources/tango/32x32/places/folder.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/network-server.png b/src/bin/resources/tango/32x32/places/network-server.png deleted file mode 100644 index 1d38e4f..0000000 Binary files a/src/bin/resources/tango/32x32/places/network-server.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/network-workgroup.png b/src/bin/resources/tango/32x32/places/network-workgroup.png deleted file mode 100644 index 4137b3c..0000000 Binary files a/src/bin/resources/tango/32x32/places/network-workgroup.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/start-here.png b/src/bin/resources/tango/32x32/places/start-here.png deleted file mode 100644 index 1e54d01..0000000 Binary files a/src/bin/resources/tango/32x32/places/start-here.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/user-desktop.png b/src/bin/resources/tango/32x32/places/user-desktop.png deleted file mode 100644 index 57fb177..0000000 Binary files a/src/bin/resources/tango/32x32/places/user-desktop.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/user-home.png b/src/bin/resources/tango/32x32/places/user-home.png deleted file mode 100644 index a29bd69..0000000 Binary files a/src/bin/resources/tango/32x32/places/user-home.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/places/user-trash.png b/src/bin/resources/tango/32x32/places/user-trash.png deleted file mode 100644 index 9b7a462..0000000 Binary files a/src/bin/resources/tango/32x32/places/user-trash.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/Makefile.am b/src/bin/resources/tango/32x32/status/Makefile.am deleted file mode 100644 index 588607a..0000000 --- a/src/bin/resources/tango/32x32/status/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ - -size = 32x32 -context = status - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - dialog-error.png \ - dialog-information.png \ - dialog-warning.png \ - folder-drag-accept.png \ - folder-open.png \ - folder-visiting.png \ - image-loading.png \ - image-missing.png \ - mail-attachment.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - network-wireless-encrypted.png \ - printer-error.png \ - software-update-available.png \ - software-update-urgent.png \ - user-trash-full.png \ - weather-clear.png \ - weather-clear-night.png \ - weather-few-clouds.png \ - weather-few-clouds-night.png \ - weather-overcast.png \ - weather-severe-alert.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png - -EXTRA_DIST = \ - $(icons_DATA) - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) diff --git a/src/bin/resources/tango/32x32/status/Makefile.in b/src/bin/resources/tango/32x32/status/Makefile.in deleted file mode 100644 index cdadf73..0000000 --- a/src/bin/resources/tango/32x32/status/Makefile.in +++ /dev/null @@ -1,395 +0,0 @@ -# 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 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. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = 32x32/status -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(iconsdir)" -iconsDATA_INSTALL = $(INSTALL_DATA) -DATA = $(icons_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONVERT = @CONVERT@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -ICONMAP = @ICONMAP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SVGCONVERT = @SVGCONVERT@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = @themedir@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -size = 32x32 -context = status -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - dialog-error.png \ - dialog-information.png \ - dialog-warning.png \ - folder-drag-accept.png \ - folder-open.png \ - folder-visiting.png \ - image-loading.png \ - image-missing.png \ - mail-attachment.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - network-wireless-encrypted.png \ - printer-error.png \ - software-update-available.png \ - software-update-urgent.png \ - user-trash-full.png \ - weather-clear.png \ - weather-clear-night.png \ - weather-few-clouds.png \ - weather-few-clouds-night.png \ - weather-overcast.png \ - weather-severe-alert.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png - -EXTRA_DIST = \ - $(icons_DATA) - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/status/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu 32x32/status/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)" - @list='$(icons_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \ - $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \ - rm -f "$(DESTDIR)$(iconsdir)/$$f"; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-data-local install-iconsDATA - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-iconsDATA \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA - - -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -# 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/src/bin/resources/tango/32x32/status/audio-volume-high.png b/src/bin/resources/tango/32x32/status/audio-volume-high.png deleted file mode 100644 index 70ae43a..0000000 Binary files a/src/bin/resources/tango/32x32/status/audio-volume-high.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/audio-volume-low.png b/src/bin/resources/tango/32x32/status/audio-volume-low.png deleted file mode 100644 index 34546f9..0000000 Binary files a/src/bin/resources/tango/32x32/status/audio-volume-low.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/audio-volume-medium.png b/src/bin/resources/tango/32x32/status/audio-volume-medium.png deleted file mode 100644 index 4d48a9a..0000000 Binary files a/src/bin/resources/tango/32x32/status/audio-volume-medium.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/audio-volume-muted.png b/src/bin/resources/tango/32x32/status/audio-volume-muted.png deleted file mode 100644 index a602c85..0000000 Binary files a/src/bin/resources/tango/32x32/status/audio-volume-muted.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/battery-caution.png b/src/bin/resources/tango/32x32/status/battery-caution.png deleted file mode 100644 index ede9788..0000000 Binary files a/src/bin/resources/tango/32x32/status/battery-caution.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/dialog-error.png b/src/bin/resources/tango/32x32/status/dialog-error.png deleted file mode 100644 index cdd95ba..0000000 Binary files a/src/bin/resources/tango/32x32/status/dialog-error.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/dialog-information.png b/src/bin/resources/tango/32x32/status/dialog-information.png deleted file mode 100644 index 2ac5747..0000000 Binary files a/src/bin/resources/tango/32x32/status/dialog-information.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/dialog-warning.png b/src/bin/resources/tango/32x32/status/dialog-warning.png deleted file mode 100644 index 7233d45..0000000 Binary files a/src/bin/resources/tango/32x32/status/dialog-warning.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/folder-drag-accept.png b/src/bin/resources/tango/32x32/status/folder-drag-accept.png deleted file mode 100644 index 2feba85..0000000 Binary files a/src/bin/resources/tango/32x32/status/folder-drag-accept.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/folder-open.png b/src/bin/resources/tango/32x32/status/folder-open.png deleted file mode 100644 index 901816c..0000000 Binary files a/src/bin/resources/tango/32x32/status/folder-open.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/folder-visiting.png b/src/bin/resources/tango/32x32/status/folder-visiting.png deleted file mode 100644 index be02b6a..0000000 Binary files a/src/bin/resources/tango/32x32/status/folder-visiting.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/image-loading.png b/src/bin/resources/tango/32x32/status/image-loading.png deleted file mode 100644 index 9442085..0000000 Binary files a/src/bin/resources/tango/32x32/status/image-loading.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/image-missing.png b/src/bin/resources/tango/32x32/status/image-missing.png deleted file mode 100644 index 27fccd5..0000000 Binary files a/src/bin/resources/tango/32x32/status/image-missing.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/mail-attachment.png b/src/bin/resources/tango/32x32/status/mail-attachment.png deleted file mode 100644 index 78f1e1c..0000000 Binary files a/src/bin/resources/tango/32x32/status/mail-attachment.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-error.png b/src/bin/resources/tango/32x32/status/network-error.png deleted file mode 100644 index 3de26e7..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-error.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-idle.png b/src/bin/resources/tango/32x32/status/network-idle.png deleted file mode 100644 index dca03af..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-idle.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-offline.png b/src/bin/resources/tango/32x32/status/network-offline.png deleted file mode 100644 index 428aaa5..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-offline.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-receive.png b/src/bin/resources/tango/32x32/status/network-receive.png deleted file mode 100644 index b149c5d..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-transmit-receive.png b/src/bin/resources/tango/32x32/status/network-transmit-receive.png deleted file mode 100644 index 10ad0ac..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-transmit-receive.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-transmit.png b/src/bin/resources/tango/32x32/status/network-transmit.png deleted file mode 100644 index aaa91b8..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-transmit.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/network-wireless-encrypted.png b/src/bin/resources/tango/32x32/status/network-wireless-encrypted.png deleted file mode 100644 index 0d4e368..0000000 Binary files a/src/bin/resources/tango/32x32/status/network-wireless-encrypted.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/printer-error.png b/src/bin/resources/tango/32x32/status/printer-error.png deleted file mode 100644 index a6aa460..0000000 Binary files a/src/bin/resources/tango/32x32/status/printer-error.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/software-update-available.png b/src/bin/resources/tango/32x32/status/software-update-available.png deleted file mode 100644 index aadcb91..0000000 Binary files a/src/bin/resources/tango/32x32/status/software-update-available.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/software-update-urgent.png b/src/bin/resources/tango/32x32/status/software-update-urgent.png deleted file mode 100644 index 3d67d9e..0000000 Binary files a/src/bin/resources/tango/32x32/status/software-update-urgent.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/user-trash-full.png b/src/bin/resources/tango/32x32/status/user-trash-full.png deleted file mode 100644 index 462ef39..0000000 Binary files a/src/bin/resources/tango/32x32/status/user-trash-full.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-clear-night.png b/src/bin/resources/tango/32x32/status/weather-clear-night.png deleted file mode 100644 index aa2714c..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-clear-night.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-clear.png b/src/bin/resources/tango/32x32/status/weather-clear.png deleted file mode 100644 index c84e8d3..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-clear.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-few-clouds-night.png b/src/bin/resources/tango/32x32/status/weather-few-clouds-night.png deleted file mode 100644 index 62e21d7..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-few-clouds-night.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-few-clouds.png b/src/bin/resources/tango/32x32/status/weather-few-clouds.png deleted file mode 100644 index 8c14e0d..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-few-clouds.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-overcast.png b/src/bin/resources/tango/32x32/status/weather-overcast.png deleted file mode 100644 index cc22e4c..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-overcast.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-severe-alert.png b/src/bin/resources/tango/32x32/status/weather-severe-alert.png deleted file mode 100644 index fb75808..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-severe-alert.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-showers-scattered.png b/src/bin/resources/tango/32x32/status/weather-showers-scattered.png deleted file mode 100644 index 6e85a7b..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-showers-scattered.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-showers.png b/src/bin/resources/tango/32x32/status/weather-showers.png deleted file mode 100644 index 0074348..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-showers.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-snow.png b/src/bin/resources/tango/32x32/status/weather-snow.png deleted file mode 100644 index fef6e4d..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-snow.png and /dev/null differ diff --git a/src/bin/resources/tango/32x32/status/weather-storm.png b/src/bin/resources/tango/32x32/status/weather-storm.png deleted file mode 100644 index 8a7db96..0000000 Binary files a/src/bin/resources/tango/32x32/status/weather-storm.png and /dev/null differ diff --git a/src/bin/resources/tango/AUTHORS b/src/bin/resources/tango/AUTHORS deleted file mode 100644 index c54ec5b..0000000 --- a/src/bin/resources/tango/AUTHORS +++ /dev/null @@ -1,9 +0,0 @@ -Ulisse Perusin -Steven Garrity -Lapo Calamandrei -Ryan Collier -Rodney Dawes -Andreas Nilsson -Tuomas Kuosmanen -Garrett LeSage -Jakub Steiner diff --git a/src/bin/resources/tango/COPYING b/src/bin/resources/tango/COPYING deleted file mode 100644 index 220881d..0000000 --- a/src/bin/resources/tango/COPYING +++ /dev/null @@ -1 +0,0 @@ -The icons in this repository are herefore released into the Public Domain. diff --git a/src/bin/resources/tango/ChangeLog b/src/bin/resources/tango/ChangeLog deleted file mode 100644 index 33f22d3..0000000 --- a/src/bin/resources/tango/ChangeLog +++ /dev/null @@ -1,1513 +0,0 @@ -2009-02-26 Rodney Dawes - - * configure.ac: - Up version to 0.8.90 for release of Public Domain relicensing - -2008-04-08 Jakub Steiner - - * face-crying, face-devillish, face-glasses, face-grin, - face-plain, face-sad, face-smile, face-smile-big, face-surprise, - face-wink: new emotes. consistent across sizes. angle, monkey, - kiss to do. - -2008-01-03 Jakub Steiner - - * audio-x-generic, computer, folder, folder-open, folder-drag-accept, - folder-saved-search, folder-remote, input-keyboard, user-home, - video-display: visual refresh. More consistant across sizes. - -2007-08-23 Jakub Steiner - - * scalable/status/folder-drag-accept.icon: - * scalable/status/folder-visiting.icon: fix typo. bug #11092 - -2007-08-23 Jakub Steiner - - * emblem-unreadable: fix gradient to be more clear/readable. Fixes - bug #7550 - -2007-08-23 Jakub Steiner - - * 16x16/status/network-wireless-encrypted.png: slightly more - recognisable shape. - -2007-08-23 Jakub Steiner - - * text-x-script: add some text to address bug #6203 - -2007-08-13 Rodney Dawes - - * configure.ac: Up version to 0.8.1 for release - -2007-08-13 Rodney Dawes - - * scalable/*/Makefile.am: - Add uninstall-local rule to remove all the generated PNG files - -2007-08-13 Rodney Dawes - - * scalable/*/preferences-desktop-multimedia.*: - Move to the proper place. I guess jimmac missed this one :) - -2007-08-13 Rodney Dawes - - * configure.ac: Fall back to GraphicsMagick for convert - -2007-08-10 Jakub Steiner - - * actions/preferences-desktop-multimedia: - * apps/preferences-desktop-multimedia: I'm dumb as a doorknob. - Should go to the apps context. - -2007-08-10 Jakub Steiner - - * 22x22/mimetypes/audio-x-generic.png: properly hinted small res. - Fixes bug #10883 - -2007-08-10 Jakub Steiner - - * apps/preferences-desktop-sound: - * actions/preferences-desktop-multimedia: renaming as per the - latest naming spec. - -2007-08-10 Jakub Steiner - - * device/media-flash: use a more approachable metaphor. Novell bug - #268098 - -2007-05-24 Jakub Steiner - - * software-update-available: - * software-update-urgent: new software update status icons - -2007-05-09 Jakub Steiner - - * 22x22/places/user-trash.svg: - * 22x22/status/user-trash-full.svg: fix color (bug #10882) - -2007-04-03 Jakub Steiner - - * 16x16/emblems/emblem-favorite.svg - * 22x22/emblems/emblem-favorite.svg: use vectors to avoid jaggies. - -2007-03-04 Rodney Dawes - - * */emotes/Makefile.am: - * */emotes/face-devil-grin.*: - * */emotes/face-devilish.*: - Rename face-devil-grin to face-devilish as per the updated spec - -2007-02-16 Rodney Dawes - - * configure.ac: Up version to 0.8.0 for release - Up icon-naming-utils requirement to 0.8.2 - -2007-02-16 Rodney Dawes - - * svg2png.sh.in: Handle having $(srcdir) passed in for the source - icon when getting the ICONNAME variable to use for output - Echo the command we're going to run to stdout - - * scalable/*/Makefile.am: Add $(srcdir) for loading the svg icon - into svg2png.sh - -2007-02-16 Jakub Steiner - - * */apps/preferences-desktop-locale.*: add shading to make it - appear less flat - -2007-02-15 Rodney Dawes - - * */apps/preferences-desktop-locale.*: Replace actual flags with - simple colored flags to avoid political debate - - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=6278 - -2007-01-17 Jakub Steiner - - * system-log-out: make less gloomy. Additionally put the arrow on - the other side for better recognition. - -2006-10-30 Lapo Calamandrei - - * */devices/{media,drive}-cdrom renamed to new naming specs names. - - * */devices/media-memory renamed to new naming specs names. - -2006-09-08 Jakub Steiner - - * scalable/actions/edit-undo.svg: screwed up a month ago. Revert. - fixes #8187 - -2006-07-26 Jakub Steiner - - * {32x32,scalable}/actions/view-fullscreen: lighten up the - background - -2006-07-26 Jakub Steiner - - * 22x22/actions/list-add, list-remove: drop the shadow - -2006-07-26 Jakub Steiner - - * {16x16,22x22}/actions/edit-{undo,redo}*: edit color and shape - slightly. Bug #7632 - -2006-07-17 Jakub Steiner - - * 22x22/actions/system-lock-screen.xcf.bz2 - * 22x22/actions/system-lock-screen.png - * 22x22/apps/preferences-desktop-screensaver.png - * 22x22/apps/preferences-desktop-screensaver.xcf.bz2 - * 22x22/apps/preferences-desktop-wallpaper.png - * 22x22/apps/preferences-desktop-wallpaper.xcf.bz2 - * 22x22/devices/video-display.png - * 22x22/devices/video-display.xcf.bz2: straight outline for the - display - -2006-07-17 Jakub Steiner - - * 16x16/status/weather-few-clouds: the cloud was too big for "few - clouds" - * 32x32/status/weather-severe-alert: the emblem was too dark - -2006-07-12 Jakub Steiner - - * contact-new*: make slightly darker at smaller resolutions (bug - #7500) - -2006-07-12 Jakub Steiner - - * 22x22/categories/applications-accessories*: - * 22x22/actions/edit-cut*: color and shape fixes based on artwork - form sacrat AT gmail DOT com. Fixes #7499 - -2006-07-07 Rodney Dawes - - * scalable/*/Makefile.am: Don't generate 32x32 versions of the icons - from the SVGs as we now have native 32x32 versions - -2006-07-05 Lapo Calamandrei - - * 22x22/apps/*: new shadows. - -2006-07-04 Lapo Calamandrei - - * 22x22/utilities-terminal: new icon. - - * AUTHORS: added Ulisse to the list. - -2006-06-19 Jakub Steiner - - * edit-delete: try the shredder metaphor. - -2006-06-13 Jakub Steiner - - * 32x32/*: great contribution by Lapo Calamandrei. The new - (optional) 32x32 size is in. Including the spinner. - -2006-06-12 Jakub Steiner - - * scalable/apps/system-software-update.svg: remove last traces of - shadow bitmaps generated by Adobe export filter ages, ages ago. - Fixes bug #7193 - -2006-06-02 Jakub Steiner - - * 16x16,22x22/devices/printer-remote: has been removed from the - naming spec. - -2006-05-19 Jakub Steiner - - * face-monkey: cute monkey icon from Ulisse. changed shading - slightly. - -2006-05-12 Jakub Steiner - - * media-=memory: generic flash memory media - -2006-05-12 Jakub Steiner - - * *svg: use a less stylistic shadow. - -2006-04-21 Rodney Dawes - - * configure.ac: Up version to 0.7.2 for release - Require icon-naming-utils 0.7.2 for new links - -2006-04-21 Rodney Dawes - - * index.theme.in: Fix typo in context name for 128x128/status - -2006-04-21 Rodney Dawes - - * AUTHORS: Add Steven Garrity to the list - - * scalable/mimetypes/Makefile.am: Fix broken use of \ followed by a - blank line - -2006-04-21 Jakub Steiner - - * x-office-drawing: for office illustration files - * x-office-*-template: template files for office documents - -2006-04-20 Jakub Steiner - - * mail-mark-junk: While I prefer Andreas' icon personally there - have been numerous incidents where people reported confusing - delete and mark as spam. While not much better, at least a - wrinkled paper metaphore is visually distinct. - * mail-mark-not-junk: was missing for some reason - -2006-03-22 Jakub Steiner - - * {16x16/22x22}/actions/go-*: update the small - sized arrows to have the same green. - contributed by Ulisse Perusin - -2006-03-16 Jakub Steiner - - * view-fullscreen: simple, yet clear IMO. - -2006-03-16 Jakub Steiner - - * preferences-desktop-locale: flip the flag order to emphesise on - "international". See bug #6278 - -2006-03-03 Jakub Steiner - - * AUTHORS: add Lapo and Ryan - -2006-02-24 Rodney Dawes - - * configure.ac: Up version to 0.7.1 for release - -2006-02-24 Rodney Dawes - - * scalable/places/folder.icon: Update with better attach points - -2006-02-23 Rodney Dawes - - * */status/network-online.*: Remove this again, as it re-appeared - -2006-02-23 Rodney Dawes - - * */apps/Makefile.am: - * */apps/multimedia-volume-control.*: Remove this icon, as it's a GPL - icon in gnome-icon-theme already - -2006-02-21 Jakub Steiner - - * edit-select-all: Work from Andreas Nilsson and Steven Garrity - -2006-02-21 Jakub Steiner - - * applications-multimedia, video-x-generic: It makes more sense to - swap these two - * 22x22/actions/format-text*: use a tango shadow - -2006-02-17 Jakub Steiner - - * scalable/status/network*: sync the "active" blue with the - bitmaps - -2006-02-17 Rodney Dawes - - * configure.ac: Up version to 0.7.0 for release - -2006-02-17 Rodney Dawes - - * */status/Makefile.am: Update for network-error icon - - * */status/network-error.*: New network-error status icon - -2006-02-16 Rodney Dawes - - * */status/Makefile.am: Update for new network status icons - - * */status/network-online.*: Remove this icon to be replaced by new - network status icons with support for blinking lights and ambiguity - - * */status/network-offline.*: Update with new status icon - - * */status/network-idle.*: - * */status/network-receive.*: - * */status/network-transmit.*: - * */status/network-transmit-receive.*: - Add in these new status icons with support for blinking lights to - show network activity, but keep the light on as subtle as possible - -2006-02-16 Jakub Steiner - - * scalable/actions/go-home.svg: bring back the pseudo-perspective - -2006-02-16 Jakub Steiner - - * printer-error: status icon from Andreas Nilsson - -2006-02-16 Jakub Steiner - - * {16x16,22x22}/status/dialog-warning.png: lighter versions from - Steven Garrity - -2006-02-16 Jakub Steiner - - * audio-volume-*: based on work by Lapo Calamandrei - -2006-02-10 Jakub Steiner - - * 16x16/animations/process-working.png: now it's 16x16, really. - -2006-02-09 Jakub Steiner - - * process-working: use different anti-aliasing method for sharper - result. - -2006-02-09 Jakub Steiner - - * folder-remote: lighten up (bug #5603). Submitted by Andreas - Nilsson - -2006-02-09 Jakub Steiner - - * *png: add -kb to all pngs - -2006-02-09 Jakub Steiner - - * font-x-generic: new mimetype from Andreas Nilsson - -2006-02-03 Rodney Dawes - - * configure.ac: Up version to 0.6.7 for release - -2006-02-03 Rodney Dawes - - * */devices/network-wired.*: Update to use Jakub's new device icon - -2006-02-03 Rodney Dawes - - * configure.ac: Require icon-naming-utils 0.6.7 - -2006-01-31 Jakub Steiner - - * network-online: - * network-offline: based on network manager icons. Maybe this is - too much ethernet-related. Another option I had in mind was using - a generic plug similar to what gtk stock has. - -2006-01-24 Jakub Steiner - - * user-trash-*: reverted on multiple requests - -2006-01-23 Jakub Steiner - - * user-trash.svg: - * user-trash-full.svg: use tango greens - -2006-01-22 Jakub Steiner - - * 16x16/animations/Makefile.am - * 16x16/animations/process-working.png - * 16x16/Makefile.am - * 22x22/animations/Makefile.am - * 22x22/animations/process-working.png - * 22x22/Makefile.am - * configure.ac: default throbber. Don't really feel like making - the scalable version. If somebopdy feels like applying some svg - export magick, I can provide the blender source file. - -2006-01-20 Rodney Dawes - - * configure.ac: Up version to 0.6.6 for release - Require version 0.6.6 of icon-naming-utils - -2006-01-20 Garrett LeSage - - * scalable/places/*.svg: - * scalable/status/*.svg: - Fixups for hinting and alignment of various icons - -2006-01-19 Rodney Dawes - - * 16x16/status/Makefile.am: - * 16x16/status/weather-*.*: - Add in the 16x16 versions of the weather icons from Ryan Collier - - * 22x22/status/weather-*.svg: Add in the sources for the 22x22 weather - icons from Ryan Collier - -2006-01-19 Rodney Dawes - - * */emotes/Makefile.am: - * */emotes/face-plain.*: - Add new face-plain emote icons from Steven Garrity - -2006-01-19 Rodney Dawes - - * 22x22/status/Makefile.am: - * 22x22/status/weather-*.png: - * scalable/status/Makefile.am: - * scalable/status/weather-*.svg: - Add new weather status icons from Ryan Collier - -2006-01-13 Rodney Dawes - - * configure.ac: Up version to 0.6.5 for release - Require version 0.6.5 of icon-naming-utils - -2006-01-13 Rodney Dawes - - * */status/Makefile.am: - * */status/locked.*: - * */status/unlocked.*: - Remove these icons as they aren't in the spec, and the metaphors are - not that great where they are used - -2006-01-11 Jakub Steiner - - * start-here: more of a placeholder than anything useful. - Vendors/Distributions will replace this with some branding anyway. - -2006-01-11 Jakub Steiner - - * list-add: - * list-remove: add/remove icons submitted by Andreas Nilsson - * edit-delete: another submission from Andreas - -2006-01-11 Jakub Steiner - - * mail-forward: based on contribution by Garrett LeSage - -2006-01-11 Jakub Steiner - - * mail-send-receive: kinda lame - -2006-01-11 Jakub Steiner - - * x-office-presentation: powerpoint sorta thing - -2006-01-11 Jakub Steiner - - * x-office-calendar: calendar mimetype - -2006-01-10 Jakub Steiner - - * scalable/format-text-*: making more tangoish. - -2006-01-09 Jakub Steiner - - * 16x16/actions/format-text-italic: fix output dimensions - * 22x22/actions/format-text-italic: -"- - -2006-01-09 Jakub Steiner - - * 22x22/status/dialog-information: based on garrett's work - -2006-01-09 Jakub Steiner - - * mail-reply-all: another cut'n'paste job - -2006-01-09 Jakub Steiner - - * edit-find-replace: by Garrett LeSage - -2006-01-09 Jakub Steiner - - * mail-reply-sender: contributed by Garrett LeSage (edited) - -2006-01-09 Jakub Steiner - - * mail-mark-junk: junk mail icon from Andreas Nilsoon. Slightly - touched up - -2006-01-09 Jakub Steiner - - * format-text-*: non-framed versions from Lapo - -2006-01-06 Jakub Steiner - - * preferences-desktop-locale: misplaced locale prefs icon (now in - apps) - -2006-01-06 Rodney Dawes - - * configure.ac: Up version to 0.6.4 for release - -2006-01-06 Jakub Steiner - - * applications-utilities: removed due to - only-jimmac-gets-this-metaphor - -2006-01-06 Jakub Steiner - - * help-contents: removed an uglie. better nothing that that :) - -2006-01-06 Jakub Steiner - - * preferences-desktop-locale: l10n settings - -2006-01-06 Jakub Steiner - - * device/network-wireless-encrypted: it's already in status - (removed) - -2006-01-06 Jakub Steiner - - * devices/Makefile.am: fix typo - -2006-01-06 Jakub Steiner - - * preferences-system: renamed from preferences-desktop - * preferences-desktop: some sort of a presudo widget (switches) - -2006-01-06 Jakub Steiner - - * input-mouse: fix aspect, get rid of MS Intellimouse elements. - * preferences-desktop-peripherals: hopefully won't imply - input-devices only - -2006-01-06 Jakub Steiner - - * network-wireless-encrypted: WPA/WEP encrypted networks - -2006-01-05 Jakub Steiner - - * applications-utilities: working gloves (household) for utilities - -2006-01-05 Jakub Steiner - - * applications-other: this is fairly abstract so I thought making - it very similar to the generic executable will be good. color just - randomly, looked weird in green, red looked like a warning. - -2006-01-05 Jakub Steiner - - * applications-system: a merge between executable mimetype and - emblem-system. Works for me. - -2006-01-04 Jakub Steiner - - * applications-multimedia: quite poor at 48x48 and 16x16. Needs - more work. - -2006-01-04 Jakub Steiner - - * applications-internet: while the generic browser icons should - perhaps go away from tango base, here's a slightly mac osish - internet category - -2006-01-04 Jakub Steiner - - * applications-office: finally came to senses and stopped messing - around with a typewriter. Maybe a better metaphore but really hard - to execute well. This works for me, maybe slightly similar to - applications-graphics. - -2005-12-21 Jakub Steiner - - * folder-saved-search: for query-based virtual folders - -2005-12-16 Rodney Dawes - - * configure.ac: Up version to 0.6.3 for release - -2005-12-16 Rodney Dawes - - * scalable/status/media-playback-start.svg: Match border color with - the media-playback-stop icon, and remove the opaque background setting - Patch from Niko Mirthes - -2005-12-15 Rodney Dawes - - * */status/Makefile.am: - * */status/network-wireless-encrypted.*: - Add in Jakub's nicely done wireless encrypted icon - -2005-12-14 Jakub Steiner - - * media-eject: the missing button - -2005-12-12 Rodney Dawes - - * configure.ac: Up version to 0.6.2 for release - -2005-12-12 Rodney Dawes - - * 22x22/status/Makefile.am: Add missing status icons for places - -2005-12-08 Rodney Dawes - - * configure.ac: Up version to 0.6.1 for release - -2005-12-08 Rodney Dawes - - * index.theme.in: Applied patch from Niko Mirthes to: - Add the places directories to the list - Update some KDE specific stuff for 3.5 - Set the MinSize on scalable/status to 32 - Set the MaxSize on scalable/* to 256 instead of 2048 - -2005-12-07 Rodney Dawes - - * configure.ac: Up version to 0.6.0 for release - -2005-12-07 Rodney Dawes - - * */apps/Makefile.am: - * */apps/preferences-desktop-assistive-technology: - * */apps/preferences-desktop-keyboard-shortcuts: - * */apps/preferences-desktop-remote-desktop: - * */apps/preferences-desktop-sound: - * */apps/preferences-system-network-proxy: - Add these new icons from Jakub Steiner - -2005-12-07 Rodney Dawes - - * */devices/Makefile.am: - * */devices/network.*: Renamed to network-wired - -2005-12-07 Rodney Dawes - - * configure.ac: Fix the icon-naming-utils check to use pkgconfig and - require icon-naming-utils >= 0.6.0 - Add */places/Makefile to the config files to output - - * */Makefile.am: Add places to SUBDIRS - - * */emblems/Makefile.am: - * */emblems/emblem-favorites.*: Rename to emblem-favorite - - * */places/Makefile.am: Add the new places context in to cover some - of the icons we have in Tango - - * */mimetypes/x-directory*: Rename and move to places or status as - according to the latest version of the Icon Naming Specification - -2005-12-06 Jakub Steiner - - * media-seek*: - * media-skip*: sunken look - -2005-12-06 Jakub Steiner - - * {un,}locked.svg: worked with Lapo's change of perspective. - -2005-12-06 Jakub Steiner - - * media-playback-start: - * media-playback-stop: - * media-playback-pause: try sunken look with darker outline. - Seek/skip + 16x16 TODO. - -2005-12-03 Jakub Steiner - - * README: update information - -2005-12-03 Jakub Steiner - - * emblem-readonly: for unwritable items - * emblem-unreadable: for unreadable items - -2005-11-30 Rodney Dawes - - * configure.ac: Up version to 0.5.1 for release - -2005-11-30 Rodney Dawes - - * */apps/system-lock-screen.*: This belongs in actions, not apps - - * */actions/directory-new.*: Renamed to folder-new - - * */actions/folder-new.*: Renamed version of directory-new - - * */actions/system-lock-screen.*: Moved here from apps folder - -2005-11-29 Jakub Steiner - - * face-kiss: shape fixups - -2005-11-29 Jakub Steiner - - * accessories-character-map: charmap - -2005-11-29 Andreas Nilsson - - Fixed the names of the face-kiss emote from face-kiss22 and - face-kiss16 to just face-kiss, they should work now. - -2005-11-29 Tuomas Kuosmanen - - Realized inkscape had this nifty commandline option to vacuum - defs. - - # du -s -h scalable/actions - # 1.6M - # for i in *.svg; do inkscape --vacuum-defs $i; done - # du -s -h scalable/actions - # 1.1M - - Hm. We need a cleaning! - - before: 5.2M scalable/ - after: 3.8M scalable/ - - (I committed just those that shrunk over 1k) - - * scalable/actions/ -> appointment-new.svg bookmark-new.svg - contact-new.svg directory-new.svg document-new.svg - document-open.svg document-print-preview.svg document-print.svg - document-properties.svg edit-clear.svg edit-copy.svg edit-redo.svg - edit-undo.svg format-justify-left.svg format-text-bold.svg - format-text-italic.svg format-text-strikethrough.svg - format-text-underline.svg go-bottom.svg go-down.svg go-first.svg - go-jump.svg go-last.svg go-next.svg go-up.svg help-contents.svg - mail-message-new.svg system-log-out.svg system-search.svg - system-shutdown.svg window-new.svg: saved 500k - - * scalable/apps/ -> accessories-calculator.svg - accessories-text-editor.svg help-browser.svg - internet-group-chat.svg preferences-desktop-accessibility.svg - preferences-desktop-font.svg preferences-desktop-screensaver.svg - preferences-desktop-theme.svg preferences-desktop-wallpaper.svg - preferences-system-session.svg preferences-system-windows.svg - system-file-manager.svg system-installer.svg - system-lock-screen.svg system-software-update.svg - utilities-terminal.svg: saved 100k - - * scalable/categories: applications-development.svg - applications-games.svg applications-graphics.svg - preferences-desktop.svg: saved ~50k - - * scalable/devices: audio-card.svg audio-input-microphone.svg - battery.svg camera-photo.svg camera-video.svg drive-cdrom.svg - drive-removable-media.svg input-gaming.svg input-keyboard.svg - input-mouse.svg media-cdrom.svg network.svg network-wireless.svg - printer.svg video-display.svg: saved 110k - - * scalable/emblems: emblem-important.svg emblem-symbolic-link.svg - emblem-system.svg: saved ~24k - - * scalable/emotes: face-crying.svg face-devil-grin.svg - face-kiss.svg face-smile-big.svg: saved 16k - - * scalable/mimetypes: application-x-executable.svg - audio-x-generic.svg package-x-generic.svg text-html.svg - text-x-generic.svg text-x-generic-template.svg text-x-script.svg - x-directory-desktop.svg x-directory-normal-drag-accept.svg - x-directory-normal-home.svg - x-directory-normal-open.svgx-directory-normal.svg - x-directory-normal-visiting.svg x-directory-remote.svg - x-directory-trash-full.svg x-directory-trash.svg - x-office-document.svg: saved LOTS, around 600k - - * scalable/status: dialog-error.svg dialog-information.svg - image-loading.svg image-missing.svg unlocked.svg: saved around 35k - -2005-11-29 Andreasn Nilsson - - * face-kiss: :-* -emote by Lapo Calamandrei - -2005-11-29 Tuomas Kuosmanen - - * scalable/categories/applications-accessories.svg: oopsie, - needed a vacuum defs to clean up and remove - - * application-games: libart is more precise than jimmac at 22x22 - -2005-11-29 Tuomas Kuosmanen - - * applications-accessories: accessories category - -2005-11-28 Jakub Steiner - - * view-refresh: nicer shape - -2005-11-28 Jakub Steiner - - * applications-graphics: graphics category - -2005-11-22 Jakub Steiner - - * multimedia-player: generic media player - -2005-11-21 Andreas Nilsson - -* go-previous, go next: fixed the new green for sizes 16x16 and 22x22 - -2005-11-21 Rodney Dawes - - * AUTHORS: Update tigert's mail address - - * configure.ac: Up version to 0.5.0 for release - -2005-11-21 Jakub Steiner - - * go-jump: fix the green - -2005-11-21 Jakub Steiner - - * document-print: make the arrow less obtrusive. Fixes bug #5110 - -2005-11-21 Jakub Steiner - - * document-open: update to the current folder - -2005-11-18 Jakub Steiner - - * media-*: media icons from Lapo Calamandrei - -2005-11-18 Jakub Steiner - - * applications-development: touched up contribution from - Henrik Andersen (hender) - -2005-11-18 Jakub Steiner - - * x-office-spreadheet.svg: fix up grid alignment (Steven Garrity) - -2005-11-17 Tuomas Kuosmanen - - * directory-new: "create new folder" - -2005-11-17 Jakub Steiner - - * go-*: new color palette fixes by Andreas Nilsson, few shading - fixes - -2005-11-16 Jakub Steiner - - * system-lock-screen: too many complaints about the icon looking - like an egg. Liked it personally, but ... - -2005-11-16 Jakub Steiner - - * mail-message-new: - * edit-find: New icons from Steven Garrity. I think we'll stick - with binoculars or glasses for zoom. - -2005-11-14 Jakub Steiner - - * emblem-important: ! - * emblem-symbolic-link: symlinks - * face-glasses: B-) - * face-shocked: removed ... - * face-surprise: ...and committed as - * face-laughing: removed ... - * face-smile-big: ...and committed as - * x-office-document: rich text docs - -2005-11-14 Jakub Steiner - - * face-laughing: fix up - -2005-11-14 Jakub Steiner - - * face-devil-grin: >:-D - -2005-11-11 Jakub Steiner - - * scalable/actions/go-home.svg: get rid of the svg namespace. - it krashes ze ksvg. - -2005-11-10 Jakub Steiner - - * format-text-bold: - * format-text-italic: - * format-text-underline: - * format-text-strikethrough: submitted by David Schroeder (touched - up) - -2005-11-10 Jakub Steiner - - * x-directory-normal: - * x-directory-normal-drag-accept: - * x-directory-normal-open: (new state) - * x-directory-remote: based on feedback, disconnect from Novell - dots and make more lively (works better on grey backgrounds too) - -2005-11-10 Jakub Steiner - - * image-x-generic: nicer. - -2005-11-10 Jakub Steiner - - * document-save: - * document-save-as: use a more up-to-date metaphor - * media-floppy: use the old save as media icon - -2005-11-10 Jakub Steiner - - * locked, unlocked: new status icons from Andreas - -2005-11-10 Jakub Steiner - - * edit-clear: an awesome icon from Andreas Nilsson. Just minor - touch ups. - -2005-11-10 Tuomas Kuosmanen - - * scalable/apps/help-browser: new metaphor that is probably more - universal. First commit to tango with cvs account, yay! - -2005-11-10 Jakub Steiner - - * dialog-error: touch-ups - -2005-11-10 Jakub Steiner - - * (r) face-happy: - * face-smile: according to the naming spec. man renaming in cvs is - a pain! - -2005-11-09 Rodney Dawes - - * dialog-error: icon for error dialogs - -2005-11-09 Jakub Steiner - - * face-angel: withhelp from Corey Woodworth - -2005-11-08 Jakub Steiner - - * face-wink: with help from Corey Woodworth - -2005-11-07 Jakub Steiner - - * document-print-preview: - * window-new: submitted by Corey Woodworth - -2005-11-06 Rodney Dawes - - * configure.ac: Up version to 0.4.0 for release - -2005-11-04 Jakub Steiner - - * computer: sync the blues ;) - -2005-11-04 Jakub Steiner - - * document-open: fixes by Lapo Calamandrei - -2005-11-04 Jakub Steiner - - * document-open: hopefully this works - -2005-11-04 Jakub Steiner - - * format-indent-less: - * format-indent-more: based on Andreas' format icons - -2005-11-04 Jakub Steiner - - * mail-attachment: - * dialog-warning: more icons from Andreas (and Garrett) - -2005-11-04 Jakub Steiner - - * format-justify-left: - * format-justify-right: - * format-justify-center: - * format-justify-fill: format icons by Andread Nilsson - -2005-11-04 Jakub Steiner - - * document-properties: hopefully emblem works - * emblem-system: for system files - * help-contents: I'd perhaps leave it the same as help-browser, - but... - -2005-11-03 Jakub Steiner - - * audio-input-microphone: testing 1,2,3... - -2005-11-01 Jakub Steiner - - * document-save: in the end we go with widely recognised floppy - metaphor. Artwork by Tuomas Kuosmanen. Dude, get the bloody cvs - account! - -2005-10-31 Jakub Steiner - - * scalable/actions/go-home.svg: tweak the roof a little - -2005-10-30 Jakub Steiner - - * tab-new: new tab from andreas - -2005-10-29 Jakub Steiner - - * face-grin: tweaks by Tuomas Kuosmanen - -2005-10-29 Jakub Steiner - - * edit-cut: Garrett's on board! Let's celebrate! (tiny touchup) - -2005-10-28 Jakub Steiner - - * edit-undo, edit-redo: flip'em - -2005-10-28 Jakub Steiner - - * preferences-desktop.svg: add a little bit of detail - -2005-10-28 Jakub Steiner - - * view-refresh: white was invisible, touch up shape a bit. - -2005-10-28 Jakub Steiner - - * edit-undo, edit-redo: yellow goodness - -2005-10-28 Jakub Steiner - - * scalable/actions/go-last.svg - * scalable/actions/go-next.svg - * scalable/actions/go-previous.svg: tweak shapes a little (snap to - grid) - -2005-10-27 Jakub Steiner - - * */actions/Makefile.am: forgot to add edit-copy, thanks Steven! - -2005-10-26 Jakub Steiner - - * edit-copy: almost no touchups needed on this one. Good job - Andreas. - -2005-10-26 Rodney Dawes - - * configure.ac: Up version to 0.3.3 for release - -2005-10-25 Jakub Steiner - - * text-html.svg: address issues raised in fdo bug #4845 - -2005-10-25 Jakub Steiner - - * go-bottom, go-top, go-first, go-last: more arrows - -2005-10-24 Jakub Steiner - - * AUTHORS: add Andreas - -2005-10-24 Jakub Steiner - - * go-up, go-down: touched up Andreas' contribution - -2005-10-24 Jakub Steiner - - * internet-web-browser.svg: remove weird PNG references. - -2005-10-20 Jakub Steiner - - * document-template: removed - * text-x-generic-template: it's not an action, but a type of doc - -2005-10-19 Rodney Dawes - - * configure.ac: Up version to 0.3.2.1 to fix an icon - -2005-10-19 Jakub Steiner - - * utilities-system-monitor: make it more different to the terminal - icon. - -2005-10-19 Rodney Dawes - - * configure.ac: Up version to 0.3.2 for release - -2005-10-19 Jakub Steiner - - * evolution: removed. Specific app icons don't belong here - -2005-10-18 Jakub Steiner - - * utilities-terminal: another submission from Andreas, touched up - just a tiny little bit. - -2005-10-18 Jakub Steiner - - * process-stop: based on Andreas Nilsson's work - -2005-10-17 Jakub Steiner - - * emblem-favorites: new addition. - -2005-10-17 Jakub Steiner - - * bookmark-new: action icon for creating bookmarks. - -2005-10-17 Rodney Dawes - - * AUTHORS: Fix Jakub's e-mail address - -2005-10-17 Jakub Steiner - - * drive-removable-media: orange didn't score much. back to grey - -2005-10-17 Jakub Steiner - - * 22x22/apps/computer.png: used the old color for dsome reason - -2005-10-17 Jakub Steiner - - * application-games.svg: incorporate Andreas' changes - -2005-10-17 Jakub Steiner - - * applications-games: new category - -2005-10-17 Rodney Dawes - - * configure.ac: Up version to 0.3.1 for release - -2005-10-17 Jakub Steiner - - * application-x-certificate.svg: - * audio-x-generic.svg: - * battery-caution.svg: - * face-crying.svg: - * face-grin.svg: - * face-happy.svg: - * face-laughing.svg: - * face-sad.svg: - * face-shocked.svg: - * package-x-generic.svg: - * x-directory-normal-drag-accept.svg: - * x-directory-normal-visiting.svg: - * x-directory-trash.svg: - * x-directory-trash-full.svg: more license fixes - -2005-10-17 Jakub Steiner - - * audio-card.svg: - * camera-photo.svg: - * camera-video.svg: - * computer.svg: - * document-new.svg: - * drive-cdrom.svg: - * emblem-photos.svg: - * help-browser.svg: - * evolution.svg: - * internet-news-reader.svg: - * media-cdrom.svg: - * system-software-update.svg: fix the metadata (license) - -2005-10-17 Jakub Steiner - - * utilities-system-monitor: tweak a little. - -2005-10-16 Rodney Dawes - - * index.theme.in: Fix a typo in Directories list for 128x128/emotes - -2005-10-15 Rodney Dawes - - * configure.ac: Up version to 0.3.0 for release - - * scalable/apps/Makefile.am (install-data-local): - Remove debugging echo statement - -2005-10-15 Rodney Dawes - - * Makefile.am: Remove the svg2png.sh creation stuff from here, and - put svg2png.sh in DISTCLEANFILES instead of CLEANFILES - - * configure.ac: Generate svg2png.sh here and make it exeuctable - - * index.theme.in: Apply patch from Niko Mirthes to add the large scale - bitmap directories, some KDE-specific tags, and to inherit crystalsvg - Add directory listings for the emblems and emotes contexts - - * svg2png.sh.in: Fix the check for .icon files so that we don't try - to convert them to pixmaps - - * scalable/*/Makefile.am: Add 72 and 96 to the list of sizes for - creating large scale bitmaps for KDE - -2005-10-14 Rodney Dawes - - * configure.ac: Fix the fallback to ksvgtopng to actually work, and - check that SVGCONVERT is not empty - -2005-10-14 Rodney Dawes - - * configure.ac: Use the deprecated AC_PROG_INTLTOOL so that people - still using crappy broken versions of gnome-common 2.8 can build - -2005-10-14 Rodney Dawes - - * Makefile.am (EXTRA_DIST): List svg2png.sh.in here - -2005-10-14 Jakub Steiner - - * go-home: new stock home icon - -2005-10-14 Rodney Dawes - - * acinclude.m4: Add contents of pkg.m4 so we can build on FC4 - - * configure.ac: Require pkg-config >= 0.15.0 (low version for FC4) - -2005-10-14 Rodney Dawes - - * Makefile.am: Add rules for creating svg2png.sh - - * configure.ac: Add a check for using rsvg or ksvgtopng to render - some large scale bitmap versions of svg icons (disabled by default) - - * svg2png.sh.in: Shell script wrapper for converting svg to png - - * scalable/*/Makefile.am: Add extra code to install-data-local so that - we can generate large scale png images at install time if the option - was enabled during configure - -2005-10-14 Jakub Steiner - - * */actions/edit-paste*: add content and bent corner. - -2005-10-13 Rodney Dawes - - * configure.ac: Reduce intltool requirement to 0.33 - Reduce imagemagick requirement to 5.5.7 - -2005-10-13 Rodney Dawes - - * */*/Makefile.am: - * */*/edit-paste.*: - * */*/utilities-system-monitor.*: - Add the new edit-paste and utilities-system-monitor icons submitted - by Andreas Nilsson - - * *.cvsignore: Add files to ignore a bunch of junk we don't need to - have ending up committed to cvs - -2005-10-12 Rodney Dawes - - * README: Fix the link to point at the tarball on tango-project.org - - * */*/Makefile.am: Add missing icons and .icon files to icons_DATA so - that they get disted and installed properly - -2005-10-08 Jakub Steiner - - * README: temprorary link to icon-naming-utils - -2005-10-06 Rodney Dawes - - * Makefile.am: - * */*/Makefile.am: Need to prepend $(DESTDIR) to some references - to $(themedir) so that we can build packages - -2005-10-06 Rodney Dawes - - * COPYING: Replace the GPL file with CC Attribution Share-alike - -2005-10-06 Rodney Dawes - - * configure.ac: Up version to 0.1.0 for release - Fix ImageMagick check to not error out when disabled explicitly - - * Makefile.am (install-data-local): Touch the toplevel theme directory - after we install, if it is in fact, a directory - -2005-10-06 Jakub Steiner - - * image-missing: for broken images - -2005-10-06 Rodney Dawes - - * configure.ac: Check for ImageMagick >= 6.1.9 - Use -bordercolor and -border for the options to convert, rather than - -mattecolor and -frame - -2005-10-06 Rodney Dawes - - * */actions/Makefile.am: - * */status/Makefile.am: - Update these for the changes in the previous commit - - * 22x22/*/Makefile.am: Fix the path for the input icon to the convert - command, so that we don't fail to install - -2005-10-06 Rodney Dawes - - * 16x16/actions/load-thumbnail.*: - * 16x16/actions/search.*: - * 22x22/actions/load-thumbnail.*: - * 22x22/actions/search.*: - * scalable/actions/load-thumbnail.svg: - * scalable/actions/search.svg: - Remove all these files to be replaced with the new ones below - - * 16x16/status/image-loading.*: - * 16x16/actions/system-search.*: - * 22x22/status/image-loading.*: - * 22x22/actions/system-search.*: - * scalable/status/image-loading.svg: - * scalable/actions/system-search.svg: - Add these new files to replace the ones above to be named properly for - the icon naming specification - -2005-10-06 Rodney Dawes - - * Makefile.am: Add DISTCHECK_CONFIGURE_FLAGS to disable icon framing - Use the themedir definition from configure.ac instead of icondir - If $(datadir)/icons/Tango is a symlink, delete it - Remove the uninstall-local rule - - * autogen.sh: Require automake 1.9 now - - * configure.ac: Up the version to 0.0.3 and rename to tango-icon-theme - Require automake 1.9 and use tar-ustar - Use the new IT_PROG_INTLTOOL macro and require 0.34.1 - Define the toplevel icon theme directory in here and AC_SUBST it - Add an enable/disable toggle for the icon framing for 24x24 pixel icons - If framing is enabled, look for the "convert" binary from ImageMagick - - * index.theme.in: Add directories for 24x24 icon directories - Add an inherits so that we fall back to gnome icon theme icons - - * 16x16/*/Makefile.am: - * scalable/*/Makefile.am: - Update to use the configure defined $(themedir) - Clean up to use variables for size and context as well to make it - easier to maintain all the Makefiles - - * 22x22/*/Makefile.am: Update to use the configure defined $(themedir) - Clean up to use variables for size and context as well to make it - easier to maintain all the Makefiles - Add a little bit of scripting to the install-data-local rule to add - a 1x1 frame to the 22x22 icons to create the 24x24 icons - -2005-10-06 Jakub Steiner - - * x-office-address-book: yay, this was easy! ;) - -2005-09-27 Rodney Dawes - - * 22x22/categories/Makefile.am: png not svg for bitmap icons - -2005-09-27 Rodney Dawes - - * 22x22/categories/Makefile.am: - * scalable/categories/Makefile.am: - Add Makefiles for the categories - -2005-09-27 Jakub Steiner - - * preferences > preferences-desktop: rename - -2005-09-26 Jakub Steiner - - * configure.ac: - * 16x16/Makefile.am: - * 22x22/Makefile.am: - * scalable/Makefile.am: - * 16x16/categories: - * 22x22/categories: - * scalable/categories: new section - * preferences: new icon - -2005-09-22 Jakub Steiner - - * accessories-text-editor - -2005-09-15 Jakub Steiner - - * appointment-new - * contact-new - * document-print - * text-x-script - -2005-09-08 Jakub Steiner - - * preferences-desktop-theme: theme icons - * preferences-system-windows: Window behavior - -2005-09-07 Jakub Steiner - - * preferences-desktop-accessibility: - * preferences-desktop-font: - * preferences-desktop-wallpaper: - * preferences-desktop-screensaver: based on garrett's control - panel bitmap - -2005-09-06 Jakub Steiner - - * multimedia-volume-control: for the mixer - -2005-08-18 Jakub Steiner - - * devices/printer: lighten up - -2005-08-10 Jakub Steiner - - * load-thumbnail: not in the spec, but required to make the - nautilus theme complete. - -2005-07-26 Jakub Steiner - - * go-next, go-previous: tweaked after comments from Steven - -2005-07-12 Rodney Dawes - - * scalable/actions/Makefile.am: Remove document-template.svg - -2005-06-17 Jakub Steiner - - * */emblems: - * */emotes: add to the build - * emotes/face-shocked: :O - -2005-06-17 Jakub Steiner - - * apps/system-users: pulling this name out of my sleeve, - but the image will be extremely re-usable. - -2005-06-06 Rodney Dawes - - * scalable/apps/accessories-calculator.svg: - * scalable/apps/internet-group-chat.svg: - Resave these images in inkscape to fix some rendering issues outside - of inkscape - -2005-06-06 Jakub Steiner - - * *xcf.bz2: add missing GIMP source files for everything. - -2005-06-06 Jakub Steiner - - * accessories-calculator: app icon - * internet-mail: app icon - * internet-group-chat: app icon - -2005-06-03 Jakub Steiner - - * office-calendar: app icon - -2005-05-25 Jakub Steiner - - * x-directory-remote-workgroup - * x-directory-remote-server:new additions (+mimetype xcfs) - -2005-05-24 Rodney Dawes - - * configure.ac: Fix the error to reference icon-naming-utils rather - than icon-mapping-utils - -2005-05-24 Rodney Dawes - - * index.theme.in: Removed the Inherits line, so we can easily find - the missing icons in our theme - -2005-05-24 Rodney Dawes - - * scalable/mimetypes/audio-x-generic.svg: Re-save in inkscape to - fix rendering issues - -2005-05-23 Rodney Dawes - - * *: Initial import into cvs diff --git a/src/bin/resources/tango/README b/src/bin/resources/tango/README deleted file mode 100644 index 407409c..0000000 --- a/src/bin/resources/tango/README +++ /dev/null @@ -1,12 +0,0 @@ -Tango Icon Theme ----------------- - -This is an icon theme that follows the Tango visual guidelines [1]. Currently -it depends on Imagemagick for creation of 24x24 bitmaps by adding a 1px padding -around the 22x22px version. For GNOME and KDE you will also need -icon-naming-utils that allow the theme to work in these environments before -they follow the new naming scheme [2]. - - -[1] http://tango-project.org/Tango_Icon_Theme_Guidelines -[2] http://tango-project.org/Standard_Icon_Naming_Specification diff --git a/src/bin/robotinterface/algorithm/Command.class b/src/bin/robotinterface/algorithm/Command.class deleted file mode 100644 index 9c6d7d5..0000000 Binary files a/src/bin/robotinterface/algorithm/Command.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/GraphicFlowchart.class b/src/bin/robotinterface/algorithm/GraphicFlowchart.class deleted file mode 100644 index 1356a2e..0000000 Binary files a/src/bin/robotinterface/algorithm/GraphicFlowchart.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/ICommand.class b/src/bin/robotinterface/algorithm/ICommand.class deleted file mode 100644 index 121eabd..0000000 Binary files a/src/bin/robotinterface/algorithm/ICommand.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/FunctionToken.class b/src/bin/robotinterface/algorithm/parser/FunctionToken.class deleted file mode 100644 index d30cdac..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/FunctionToken.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/Parser.class b/src/bin/robotinterface/algorithm/parser/Parser.class deleted file mode 100644 index 61ebbab..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/Parser.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/Decoder$JJCalls.class b/src/bin/robotinterface/algorithm/parser/decoder/Decoder$JJCalls.class deleted file mode 100644 index 1f0a152..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/Decoder$JJCalls.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/Decoder$LookaheadSuccess.class b/src/bin/robotinterface/algorithm/parser/decoder/Decoder$LookaheadSuccess.class deleted file mode 100644 index d16d20e..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/Decoder$LookaheadSuccess.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/Decoder.class b/src/bin/robotinterface/algorithm/parser/decoder/Decoder.class deleted file mode 100644 index db74807..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/Decoder.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/DecoderConstants.class b/src/bin/robotinterface/algorithm/parser/decoder/DecoderConstants.class deleted file mode 100644 index abffe5e..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/DecoderConstants.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/DecoderTokenManager.class b/src/bin/robotinterface/algorithm/parser/decoder/DecoderTokenManager.class deleted file mode 100644 index 98f3e4e..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/DecoderTokenManager.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/Function.jj b/src/bin/robotinterface/algorithm/parser/decoder/Function.jj deleted file mode 100644 index 374fce9..0000000 --- a/src/bin/robotinterface/algorithm/parser/decoder/Function.jj +++ /dev/null @@ -1,21 +0,0 @@ -/* - * - * - * - * - * - * - * - */ options { JAVA_UNICODE_ESCAPE = true; STATIC = false; //DEBUG_PARSER = true; } PARSER_BEGIN(Decoder) package robotinterface.algorithm.parser.decoder; import java.util.Stack; import org.nfunk.jep.JEP; import robotinterface.algorithm.parser.FunctionToken; import robotinterface.algorithm.procedure.*; import robotinterface.algorithm.parser.Parser; import robotinterface.algorithm.parser.parameterparser.Argument; import robotinterface.algorithm.parser.parameterparser.ParameterParser; import robotinterface.gui.panels.editor.EditorPanel; import robotinterface.gui.panels.robot.RobotControlPanel; import robotinterface.robot.device.Device; public class Decoder { private JEP jep = new JEP(); private boolean functionCall = false; private Procedure last = null; private Stack < Token > markStack = new Stack < Token > (); private Stack < String > varList = new Stack < String > (); private Block localBlock = null; public static void main(String [] args) throws ParseException { Decoder parser = new Decoder(System.in); Function f = parser.decode(); System.out.println(Parser.encode(f)); } private int mark() { markStack.push(token); return markStack.size(); } private String getString(int m) { while (markStack.size() > 1 && markStack.size() > m) { markStack.pop(); } String str = getString(); return str; } private void checkVar() throws ParseException { boolean error = true; if (varList.contains(token.toString())) { error = false; } for (Class < ? extends Device > c : RobotControlPanel.getAvailableDevices()) { String str = c.getSimpleName(); try { str = c.newInstance().getName(); } catch (Exception ex) {} if (str.equals(token.toString())) { error = false; break; } } jep.initSymTab(); // clear the contents of the function table - jep.addStandardConstants(); for (Object o : jep.getSymbolTable().keySet()) { if (o.toString().equals(token.toString())) { error = false; break; } } if (error) { throw new ParseException(token, new int [] [] {} , new String [] { "Variavel \"" + token.toString() + "\" não declarada" } ); } } private String getString() { if (markStack.isEmpty()) return null; Token mark = markStack.pop(); StringBuilder sb = new StringBuilder(); while (mark != token) { mark = mark.next; sb.append(' ').append(mark); } mark = null; if (sb.length() > 1) { //System.out.println("~ '" + sb.substring(1) + "'"); return sb.substring(1); } else { return ""; } } } PARSER_END(Decoder) SKIP : { " " | "\r" | "\t" | "\n" } TOKEN : /* COMMENTS */ { < COMMENT : "//" (~[ "\n", "\r" ])* ( "\n" | "\r" | "\r\n" ) > | < MULTICOMMENT : "/*" (~[ "*" ])* "*" ( "*" | ~[ "*", "/" ] (~[ "*" ])* "*" )* "/" > } TOKEN : /* RESERVED WORDS */ { < VARIABLE : "var" > | < FUNCTION : "func" > | < IF : "if" > | < ELSE : "else" > | < WHILE : "while" > | < BREAK : "break" > | < CONTINUE : "continue" > | < RETURN : "return" > } TOKEN : /* LITERALS */ { < INTEGER_LITERAL : < DECIMAL_LITERAL > ([ "l", "L" ])? | < HEX_LITERAL > ([ "l", "L" ])? | < OCTAL_LITERAL > ([ "l", "L" ])? > | < #DECIMAL_LITERAL : [ "1"-"9" ] ([ "0"-"9" ])* > | < #HEX_LITERAL : "0" [ "x", "X" ] ([ "0"-"9", "a"-"f", "A"-"F" ])+ > | < #OCTAL_LITERAL : "0" ([ "0"-"7" ])* > | < FLOATING_POINT_LITERAL : ([ "0"-"9" ])+ "." ([ "0"-"9" ])* (< EXPONENT >)? ([ "f", "F", "d", "D" ])? | "." ([ "0"-"9" ])+ (< EXPONENT >)? ([ "f", "F", "d", "D" ])? | ([ "0"-"9" ])+ < EXPONENT > ([ "f", "F", "d", "D" ])? | ([ "0"-"9" ])+ (< EXPONENT >)? [ "f", "F", "d", "D" ] > | < #EXPONENT : [ "e", "E" ] ([ "+", "-" ])? ([ "0"-"9" ])+ > | < STRING_LITERAL : "\"" ( (~[ "\"", "\\", "\n", "\r" ]) | ( "\\" ( [ "n", "t", "b", "r", "f", "\\", "'", "\"" ] | [ "0"-"7" ] ([ "0"-"7" ])? | [ "0"-"3" ] [ "0"-"7" ] [ "0"-"7" ] ) ) )* "\"" > } TOKEN : /* IDENTIFIERS */ { < IDENTIFIER : < LETTER > ( < LETTER > | < DIGIT > )* > | < #LETTER : [ "$", "A"-"Z", "_", "a"-"z", "À"-"Ö", "Ø"-"ö", "ø"-"ÿ", "Ā"-"῿", "぀"-"㆏", "㌀"-"㍿", "㐀"-"㴭", "一"-"鿿", "豈"-"﫿" ] > | < #DIGIT : [ "0"-"9", "٠"-"٩", "۰"-"۹", "०"-"९", "০"-"৯", "੦"-"੯", "૦"-"૯", "୦"-"୯", "௧"-"௯", "౦"-"౯", "೦"-"೯", "൦"-"൯", "๐"-"๙", "໐"-"໙", "၀"-"၉" ] > } /* OPERATORS */ TOKEN : { < ASSIGN : "=" > | < GT : ">" > | < LT : "<" > | < EQ : "==" > | < LE : "<=" > | < GE : ">=" > | < NE : "!=" > | < SC_OR : "||" > | < SC_AND : "&&" > | < INCR : "++" > | < DECR : "--" > | < PLUS : "+" > | < MINUS : "-" > | < STAR : "*" > | < SLASH : "/" > | < BIT_AND : "&" > | < BIT_OR : "|" > | < XOR : "^" > | < REM : "%" > } TOKEN : /* SEPARATORS */ { < LPAREN : "(" > | < RPAREN : ")" > | < LBRACE : "{" > | < RBRACE : "}" > | < LBRACKET : "[" > | < RBRACKET : "]" > | < SEMICOLON : ";" > | < COMMA : "," > | < DOT : "." > } Function decode() : { Token tFunction; String args; Block block; } { < FUNCTION > tFunction = < IDENTIFIER > args = arguments() { Function f = new Function(tFunction.image, args); } block(f, false) { return f; } } String arguments() : { String str; } { "(" { int m = mark(); } [ argumentList() ] { str = getString(m); } ")" { return str; } } void argumentList() : {} { < VARIABLE > simpleVariableDeclaration() ( "," < VARIABLE > simpleVariableDeclaration() )* } void simpleVariableDeclaration() : { Token newVar = null; } { newVar = < IDENTIFIER > ("[" "]")* [ "=" variableInitialization() ] { varList.push(newVar.toString()); } } void variableDeclaration() : {} { < VARIABLE > simpleVariableDeclaration() ( LOOKAHEAD(2) "," simpleVariableDeclaration() )* } void variableInitialization() : {} { expression() | //alterar para {}!! - "[" [ variableInitialization() ( LOOKAHEAD(2) "," variableInitialization() )* ] [ "," ] "]" } void assignment() : {} { PrimaryExpression() "=" variableInitialization() } void expression() : {} { LOOKAHEAD(PrimaryExpression() "=") assignment() | ConditionalOrExpression() } void ConditionalOrExpression() : {} { ConditionalAndExpression() ( "||" ConditionalAndExpression() )* } void ConditionalAndExpression() : {} { InclusiveOrExpression() ( "&&" InclusiveOrExpression() )* } void InclusiveOrExpression() : {} { ExclusiveOrExpression() ( "|" ExclusiveOrExpression() )* } void ExclusiveOrExpression() : {} { AndExpression() ( "^" AndExpression() )* } void AndExpression() : {} { EqualityExpression() ( "&" EqualityExpression() )* } void EqualityExpression() : {} { RelationalExpression() ( ( "==" | "!=" ) RelationalExpression() )* } void RelationalExpression() : {} { ShiftExpression() ( ( "<" | ">" | "<=" | ">=" ) ShiftExpression() )* } void ShiftExpression() : {} { AdditiveExpression() ( ( "<<" | ">>" | ">>>" ) AdditiveExpression() )* } void AdditiveExpression() : {} { MultiplicativeExpression() ( ( "+" | "-" ) MultiplicativeExpression() )* } void MultiplicativeExpression() : {} { UnaryExpression() ( ( "*" | "/" | "%" ) UnaryExpression() )* } void UnaryExpression() : {} { ( "+" | "-" ) UnaryExpression() | PreIncrementExpression() | PreDecrementExpression() | UnaryExpressionNotPlusMinus() } void PreIncrementExpression() : {} { "++" PrimaryExpression() } void PreDecrementExpression() : {} { "--" PrimaryExpression() } void UnaryExpressionNotPlusMinus() : {} { ( "~" | "!" ) UnaryExpression() | PostfixExpression() } void PostfixExpression() : {} { PrimaryExpression() [ "++" | "--" ] } void PrimaryExpression() : {} { primaryPrefix() ( primarySuffix() )* } void primaryPrefix() : {} { literal() | LOOKAHEAD(2) functionCall(localBlock) | < IDENTIFIER > { checkVar(); } | "(" expression() ")" } void literal() : {} { < INTEGER_LITERAL > | < FLOATING_POINT_LITERAL > | < STRING_LITERAL > } void primarySuffix() : {} { "[" expression() "]" | "." < IDENTIFIER > } void name() : {} { literal() | < IDENTIFIER > { checkVar(); } } void block(Block block, boolean add) : { if (add) { Block b = new Block(); block.add(b); block = b; } localBlock = block; } { "{" ( statement(block) )* "}" { last = null; } } void statement(Block block) : { int m = 0; boolean add = ( block != null && block.getClass() == Block.class ) ; } { block(block, add) | ";" | { m = mark(); } < COMMENT > - { //System.out.println("c:" + getString(m)); - block.add(new Comment(getString(m))); - } | { m = mark(); } < MULTICOMMENT > - { - //System.out.println("mc:" + getString(m)); - block.add(new Comment(getString(m))); - } | { m = mark(); } expression() ";" { if (block != null && !functionCall) { if (last == null || last.getClass() != Procedure.class) { last = new Procedure(getString(m)); block.add(last); } else { last.append(getString(m)); } } functionCall = false; } | ifStatement(block) | whileStatement(block) | < BREAK > ";" { block.add(new BreakLoop()); } | { m = mark(); } variableDeclaration() //alterar para statementExpression() para permitir a++ - { if (block != null) { if (last == null || last.getClass() != Procedure.class) { last = new Procedure(getString(m)); block.add(last); } else { last.append(getString(m)); } } } } void functionCall(Block block) : { int m = 0; Stack < Integer > argType = new Stack < Integer > (); Stack < String > argEx = new Stack < String > (); Token tmpToken; Token functionID; } { functionID = < IDENTIFIER > "(" [ { m = mark(); tmpToken = token; } expression() { argType.push(((tmpToken.next.image == token.image) ? token.kind : - 1)); argEx.push(getString(m)); } ( "," { m = mark(); tmpToken = token; } expression() { argType.push(((tmpToken.next.image == token.image) ? token.kind : - 1)); argEx.push(getString(m)); } )* ] { boolean error = true; for (FunctionToken ftoken : EditorPanel.getFunctionTokens()) { if (ftoken.getToken().equals(functionID.toString())) { Argument [ ] args = ParameterParser.parse(functionID.toString(), argType, argEx, - 1 /*ftoken.getParameters()*/, token); block.add(ftoken.createInstance(args)); //parameters = parameters.trim(); //block.add(ftoken.createInstance(parameters)); error = false; functionCall = true; last = null; break; } } jep.initFunTab(); // clear the contents of the function table - jep.addStandardFunctions(); for (Object o : jep.getFunctionTable().keySet()) { if (o.toString().equals(functionID.toString())) { error = false; break; } } if (error) { throw new ParseException(token, new int [ ] [ ] {} , new String [ ] { "Função \"" + functionID.toString() + "\" inválida" } ); } } ")" } void ifStatement(Block b) : { String ex; If i = new If(); last = i; Block bTrue = i.getBlockTrue(), bFalse = i.getBlockFalse(); } { < IF > "(" { int m = mark(); } expression() { ex = getString(m); } ")" block(bTrue, false) [ < ELSE > block(bFalse, false) ] { i.addLineArg(0, Argument.EXPRESSION, ex); b.add(i); localBlock = b; } } void whileStatement(Block b) : { While w = new While(); last = w; String ex; } { < WHILE > "(" { int m = mark(); } expression() { ex = getString(m); } ")" block(w, false) { - w.addLineArg(0, Argument.EXPRESSION, ex); b.add(w); localBlock = b; } } \ No newline at end of file diff --git a/src/bin/robotinterface/algorithm/parser/decoder/JavaCharStream.class b/src/bin/robotinterface/algorithm/parser/decoder/JavaCharStream.class deleted file mode 100644 index 4b64b46..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/JavaCharStream.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/ParseException.class b/src/bin/robotinterface/algorithm/parser/decoder/ParseException.class deleted file mode 100644 index 630c349..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/ParseException.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/Token.class b/src/bin/robotinterface/algorithm/parser/decoder/Token.class deleted file mode 100644 index 276de56..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/Token.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/decoder/TokenMgrError.class b/src/bin/robotinterface/algorithm/parser/decoder/TokenMgrError.class deleted file mode 100644 index d19d2ac..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/decoder/TokenMgrError.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/parameterparser/Argument.class b/src/bin/robotinterface/algorithm/parser/parameterparser/Argument.class deleted file mode 100644 index f22c26b..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/parameterparser/Argument.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/parser/parameterparser/ParameterParser.class b/src/bin/robotinterface/algorithm/parser/parameterparser/ParameterParser.class deleted file mode 100644 index c375820..0000000 Binary files a/src/bin/robotinterface/algorithm/parser/parameterparser/ParameterParser.class and /dev/null differ diff --git a/src/bin/robotinterface/algorithm/plugin.txt b/src/bin/robotinterface/algorithm/plugin.txt deleted file mode 100644 index e5bedcd..0000000 --- a/src/bin/robotinterface/algorithm/plugin.txt +++ /dev/null @@ -1,6 +0,0 @@ -# Lista de Plugins -# "robotinterface/algorithm/plugin.txt" -robotinterface.algorithm.procedure.Procedure -robotinterface.algorithm.procedure.If -robotinterface.algorithm.procedure.While -robotinterface.algorithm.procedure.BreakLoop diff --git a/src/bin/robotinterface/drawable/Drawable.class b/src/bin/robotinterface/drawable/Drawable.class deleted file mode 100644 index 6ad4eba..0000000 Binary files a/src/bin/robotinterface/drawable/Drawable.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/DrawingPanel$1.class b/src/bin/robotinterface/drawable/DrawingPanel$1.class deleted file mode 100644 index a0be8dc..0000000 Binary files a/src/bin/robotinterface/drawable/DrawingPanel$1.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/DrawingPanel$GraphicAttributes.class b/src/bin/robotinterface/drawable/DrawingPanel$GraphicAttributes.class deleted file mode 100644 index aa8d05b..0000000 Binary files a/src/bin/robotinterface/drawable/DrawingPanel$GraphicAttributes.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/DrawingPanel$InputState.class b/src/bin/robotinterface/drawable/DrawingPanel$InputState.class deleted file mode 100644 index 06c75ee..0000000 Binary files a/src/bin/robotinterface/drawable/DrawingPanel$InputState.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/DrawingPanel.class b/src/bin/robotinterface/drawable/DrawingPanel.class deleted file mode 100644 index f33f274..0000000 Binary files a/src/bin/robotinterface/drawable/DrawingPanel.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/FlowchartBlock.class b/src/bin/robotinterface/drawable/FlowchartBlock.class deleted file mode 100644 index 3058497..0000000 Binary files a/src/bin/robotinterface/drawable/FlowchartBlock.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/GraphicObject$SimpleDrawableObject.class b/src/bin/robotinterface/drawable/GraphicObject$SimpleDrawableObject.class deleted file mode 100644 index 64eac72..0000000 Binary files a/src/bin/robotinterface/drawable/GraphicObject$SimpleDrawableObject.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/GraphicObject.class b/src/bin/robotinterface/drawable/GraphicObject.class deleted file mode 100644 index b08f05e..0000000 Binary files a/src/bin/robotinterface/drawable/GraphicObject.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/Placeable.class b/src/bin/robotinterface/drawable/Placeable.class deleted file mode 100644 index e300fba..0000000 Binary files a/src/bin/robotinterface/drawable/Placeable.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/exemples/DrawableTest$Circle.class b/src/bin/robotinterface/drawable/exemples/DrawableTest$Circle.class deleted file mode 100644 index eb40259..0000000 Binary files a/src/bin/robotinterface/drawable/exemples/DrawableTest$Circle.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/exemples/DrawableTest$SimpleRectangle.class b/src/bin/robotinterface/drawable/exemples/DrawableTest$SimpleRectangle.class deleted file mode 100644 index 548098c..0000000 Binary files a/src/bin/robotinterface/drawable/exemples/DrawableTest$SimpleRectangle.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/exemples/DrawableTest.class b/src/bin/robotinterface/drawable/exemples/DrawableTest.class deleted file mode 100644 index 793f1bf..0000000 Binary files a/src/bin/robotinterface/drawable/exemples/DrawableTest.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/graphicresource/GraphicResource.class b/src/bin/robotinterface/drawable/graphicresource/GraphicResource.class deleted file mode 100644 index 8374a45..0000000 Binary files a/src/bin/robotinterface/drawable/graphicresource/GraphicResource.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/graphicresource/SimpleContainer.class b/src/bin/robotinterface/drawable/graphicresource/SimpleContainer.class deleted file mode 100644 index 3518ad4..0000000 Binary files a/src/bin/robotinterface/drawable/graphicresource/SimpleContainer.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/DrawableProcedureBlock.class b/src/bin/robotinterface/drawable/swing/DrawableProcedureBlock.class deleted file mode 100644 index 61f0303..0000000 Binary files a/src/bin/robotinterface/drawable/swing/DrawableProcedureBlock.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/MutableWidgetContainer.class b/src/bin/robotinterface/drawable/swing/MutableWidgetContainer.class deleted file mode 100644 index b177eb0..0000000 Binary files a/src/bin/robotinterface/drawable/swing/MutableWidgetContainer.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/WidgetContainer.class b/src/bin/robotinterface/drawable/swing/WidgetContainer.class deleted file mode 100644 index 7abca71..0000000 Binary files a/src/bin/robotinterface/drawable/swing/WidgetContainer.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/component/Component.class b/src/bin/robotinterface/drawable/swing/component/Component.class deleted file mode 100644 index ff95fa3..0000000 Binary files a/src/bin/robotinterface/drawable/swing/component/Component.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/component/Space.class b/src/bin/robotinterface/drawable/swing/component/Space.class deleted file mode 100644 index ab3a5c1..0000000 Binary files a/src/bin/robotinterface/drawable/swing/component/Space.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/component/SubLineBreak.class b/src/bin/robotinterface/drawable/swing/component/SubLineBreak.class deleted file mode 100644 index a97686f..0000000 Binary files a/src/bin/robotinterface/drawable/swing/component/SubLineBreak.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/component/TextLabel.class b/src/bin/robotinterface/drawable/swing/component/TextLabel.class deleted file mode 100644 index f5a8d34..0000000 Binary files a/src/bin/robotinterface/drawable/swing/component/TextLabel.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/component/Widget.class b/src/bin/robotinterface/drawable/swing/component/Widget.class deleted file mode 100644 index a4a789a..0000000 Binary files a/src/bin/robotinterface/drawable/swing/component/Widget.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/swing/component/WidgetLine.class b/src/bin/robotinterface/drawable/swing/component/WidgetLine.class deleted file mode 100644 index 7295335..0000000 Binary files a/src/bin/robotinterface/drawable/swing/component/WidgetLine.class and /dev/null differ diff --git a/src/bin/robotinterface/drawable/util/QuickFrame.class b/src/bin/robotinterface/drawable/util/QuickFrame.class deleted file mode 100644 index bbfbfaa..0000000 Binary files a/src/bin/robotinterface/drawable/util/QuickFrame.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/GUI.class b/src/bin/robotinterface/gui/GUI.class deleted file mode 100644 index 1569531..0000000 Binary files a/src/bin/robotinterface/gui/GUI.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/GUI.form b/src/bin/robotinterface/gui/GUI.form deleted file mode 100644 index 7a6e974..0000000 --- a/src/bin/robotinterface/gui/GUI.form +++ /dev/null @@ -1,517 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/src/bin/robotinterface/gui/panels/FlowchartPanel.class b/src/bin/robotinterface/gui/panels/FlowchartPanel.class deleted file mode 100644 index 69f7b1e..0000000 Binary files a/src/bin/robotinterface/gui/panels/FlowchartPanel.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/Interpertable.class b/src/bin/robotinterface/gui/panels/Interpertable.class deleted file mode 100644 index 46e8fa3..0000000 Binary files a/src/bin/robotinterface/gui/panels/Interpertable.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/SimulationPanel.class b/src/bin/robotinterface/gui/panels/SimulationPanel.class deleted file mode 100644 index 0daf8ec..0000000 Binary files a/src/bin/robotinterface/gui/panels/SimulationPanel.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/TabController.class b/src/bin/robotinterface/gui/panels/TabController.class deleted file mode 100644 index 85ef88b..0000000 Binary files a/src/bin/robotinterface/gui/panels/TabController.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/console/LimitLinesDocumentListener$1.class b/src/bin/robotinterface/gui/panels/console/LimitLinesDocumentListener$1.class deleted file mode 100644 index bdd7d3b..0000000 Binary files a/src/bin/robotinterface/gui/panels/console/LimitLinesDocumentListener$1.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/console/LimitLinesDocumentListener.class b/src/bin/robotinterface/gui/panels/console/LimitLinesDocumentListener.class deleted file mode 100644 index eaf6c68..0000000 Binary files a/src/bin/robotinterface/gui/panels/console/LimitLinesDocumentListener.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/console/MessageConsole$ConsoleOutputStream.class b/src/bin/robotinterface/gui/panels/console/MessageConsole$ConsoleOutputStream.class deleted file mode 100644 index 1155d75..0000000 Binary files a/src/bin/robotinterface/gui/panels/console/MessageConsole$ConsoleOutputStream.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/console/MessageConsole.class b/src/bin/robotinterface/gui/panels/console/MessageConsole.class deleted file mode 100644 index 6193d81..0000000 Binary files a/src/bin/robotinterface/gui/panels/console/MessageConsole.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/editor/EditorPanel.class b/src/bin/robotinterface/gui/panels/editor/EditorPanel.class deleted file mode 100644 index 39eaec1..0000000 Binary files a/src/bin/robotinterface/gui/panels/editor/EditorPanel.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/editor/syntaxtextarea/FunctionTokenMaker.class b/src/bin/robotinterface/gui/panels/editor/syntaxtextarea/FunctionTokenMaker.class deleted file mode 100644 index 1775758..0000000 Binary files a/src/bin/robotinterface/gui/panels/editor/syntaxtextarea/FunctionTokenMaker.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/robot/RobotControlPanel$ConnectionStatusGraph.class b/src/bin/robotinterface/gui/panels/robot/RobotControlPanel$ConnectionStatusGraph.class deleted file mode 100644 index 3c957cb..0000000 Binary files a/src/bin/robotinterface/gui/panels/robot/RobotControlPanel$ConnectionStatusGraph.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/robot/RobotControlPanel.class b/src/bin/robotinterface/gui/panels/robot/RobotControlPanel.class deleted file mode 100644 index ee43cfa..0000000 Binary files a/src/bin/robotinterface/gui/panels/robot/RobotControlPanel.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/robot/RobotControlPanel.form b/src/bin/robotinterface/gui/panels/robot/RobotControlPanel.form deleted file mode 100644 index 465cb8b..0000000 --- a/src/bin/robotinterface/gui/panels/robot/RobotControlPanel.form +++ /dev/null @@ -1,148 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/src/bin/robotinterface/gui/panels/robot/RobotManager.class b/src/bin/robotinterface/gui/panels/robot/RobotManager.class deleted file mode 100644 index 1bc6b26..0000000 Binary files a/src/bin/robotinterface/gui/panels/robot/RobotManager.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/sidepanel/Classifiable.class b/src/bin/robotinterface/gui/panels/sidepanel/Classifiable.class deleted file mode 100644 index 70072e7..0000000 Binary files a/src/bin/robotinterface/gui/panels/sidepanel/Classifiable.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/sidepanel/Item.class b/src/bin/robotinterface/gui/panels/sidepanel/Item.class deleted file mode 100644 index 10cb8af..0000000 Binary files a/src/bin/robotinterface/gui/panels/sidepanel/Item.class and /dev/null differ diff --git a/src/bin/robotinterface/gui/panels/sidepanel/SidePanel.class b/src/bin/robotinterface/gui/panels/sidepanel/SidePanel.class deleted file mode 100644 index 21dcdde..0000000 Binary files a/src/bin/robotinterface/gui/panels/sidepanel/SidePanel.class and /dev/null differ diff --git a/src/bin/robotinterface/interpreter/ExecutionException.class b/src/bin/robotinterface/interpreter/ExecutionException.class deleted file mode 100644 index ab39377..0000000 Binary files a/src/bin/robotinterface/interpreter/ExecutionException.class and /dev/null differ diff --git a/src/bin/robotinterface/interpreter/Expression.class b/src/bin/robotinterface/interpreter/Expression.class deleted file mode 100644 index 0f18edc..0000000 Binary files a/src/bin/robotinterface/interpreter/Expression.class and /dev/null differ diff --git a/src/bin/robotinterface/interpreter/Interpreter.class b/src/bin/robotinterface/interpreter/Interpreter.class deleted file mode 100644 index bec3c56..0000000 Binary files a/src/bin/robotinterface/interpreter/Interpreter.class and /dev/null differ diff --git a/src/bin/robotinterface/interpreter/ResourceManager.class b/src/bin/robotinterface/interpreter/ResourceManager.class deleted file mode 100644 index 5193a76..0000000 Binary files a/src/bin/robotinterface/interpreter/ResourceManager.class and /dev/null differ diff --git a/src/bin/robotinterface/interpreter/ResourceNotFoundException.class b/src/bin/robotinterface/interpreter/ResourceNotFoundException.class deleted file mode 100644 index c848585..0000000 Binary files a/src/bin/robotinterface/interpreter/ResourceNotFoundException.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/Pluggable.class b/src/bin/robotinterface/plugin/Pluggable.class deleted file mode 100644 index 72c5dbf..0000000 Binary files a/src/bin/robotinterface/plugin/Pluggable.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/PluginManager.class b/src/bin/robotinterface/plugin/PluginManager.class deleted file mode 100644 index dc99f85..0000000 Binary files a/src/bin/robotinterface/plugin/PluginManager.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/cmdpack/begginer/Move.class b/src/bin/robotinterface/plugin/cmdpack/begginer/Move.class deleted file mode 100644 index 582cb35..0000000 Binary files a/src/bin/robotinterface/plugin/cmdpack/begginer/Move.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/cmdpack/begginer/ReadDevice.class b/src/bin/robotinterface/plugin/cmdpack/begginer/ReadDevice.class deleted file mode 100644 index 9a14899..0000000 Binary files a/src/bin/robotinterface/plugin/cmdpack/begginer/ReadDevice.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/cmdpack/begginer/Rotate.class b/src/bin/robotinterface/plugin/cmdpack/begginer/Rotate.class deleted file mode 100644 index 7ced479..0000000 Binary files a/src/bin/robotinterface/plugin/cmdpack/begginer/Rotate.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/cmdpack/begginer/Wait.class b/src/bin/robotinterface/plugin/cmdpack/begginer/Wait.class deleted file mode 100644 index c835b38..0000000 Binary files a/src/bin/robotinterface/plugin/cmdpack/begginer/Wait.class and /dev/null differ diff --git a/src/bin/robotinterface/plugin/cmdpack/plugin.txt b/src/bin/robotinterface/plugin/cmdpack/plugin.txt deleted file mode 100644 index 72679d1..0000000 --- a/src/bin/robotinterface/plugin/cmdpack/plugin.txt +++ /dev/null @@ -1,8 +0,0 @@ -# Lista de Plugins -# "robotinterface/plugin/cmdpack/plugin.txt" -robotinterface.plugin.cmdpack.begginer.ReadDevice -robotinterface.plugin.cmdpack.begginer.Move -robotinterface.plugin.cmdpack.begginer.Rotate -robotinterface.plugin.cmdpack.begginer.Wait -robotinterface.plugin.cmdpack.util.PrintString -robotinterface.algorithm.procedure.Comment \ No newline at end of file diff --git a/src/bin/robotinterface/project/Project.class b/src/bin/robotinterface/project/Project.class deleted file mode 100644 index 48b3e26..0000000 Binary files a/src/bin/robotinterface/project/Project.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/Robot$InternalClock.class b/src/bin/robotinterface/robot/Robot$InternalClock.class deleted file mode 100644 index f53030a..0000000 Binary files a/src/bin/robotinterface/robot/Robot$InternalClock.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/Robot.class b/src/bin/robotinterface/robot/Robot.class deleted file mode 100644 index 545615a..0000000 Binary files a/src/bin/robotinterface/robot/Robot.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/action/Action.class b/src/bin/robotinterface/robot/action/Action.class deleted file mode 100644 index 5a981fa..0000000 Binary files a/src/bin/robotinterface/robot/action/Action.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/action/RotateAction.class b/src/bin/robotinterface/robot/action/RotateAction.class deleted file mode 100644 index f5ac193..0000000 Binary files a/src/bin/robotinterface/robot/action/RotateAction.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/action/system/AddNewDevice.class b/src/bin/robotinterface/robot/action/system/AddNewDevice.class deleted file mode 100644 index 4f4c72f..0000000 Binary files a/src/bin/robotinterface/robot/action/system/AddNewDevice.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/action/system/ResetSystem.class b/src/bin/robotinterface/robot/action/system/ResetSystem.class deleted file mode 100644 index 446bd1f..0000000 Binary files a/src/bin/robotinterface/robot/action/system/ResetSystem.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/action/system/StopAll.class b/src/bin/robotinterface/robot/action/system/StopAll.class deleted file mode 100644 index 7654aa5..0000000 Binary files a/src/bin/robotinterface/robot/action/system/StopAll.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/action/system/UpdateAllDevices.class b/src/bin/robotinterface/robot/action/system/UpdateAllDevices.class deleted file mode 100644 index 9088a96..0000000 Binary files a/src/bin/robotinterface/robot/action/system/UpdateAllDevices.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/Connection$ConnectionListener.class b/src/bin/robotinterface/robot/connection/Connection$ConnectionListener.class deleted file mode 100644 index e14e1c3..0000000 Binary files a/src/bin/robotinterface/robot/connection/Connection$ConnectionListener.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/Connection.class b/src/bin/robotinterface/robot/connection/Connection.class deleted file mode 100644 index e957ee2..0000000 Binary files a/src/bin/robotinterface/robot/connection/Connection.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/Serial.class b/src/bin/robotinterface/robot/connection/Serial.class deleted file mode 100644 index 1c65bdc..0000000 Binary files a/src/bin/robotinterface/robot/connection/Serial.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/Serial2.class b/src/bin/robotinterface/robot/connection/Serial2.class deleted file mode 100644 index 036932e..0000000 Binary files a/src/bin/robotinterface/robot/connection/Serial2.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/StandartIO.class b/src/bin/robotinterface/robot/connection/StandartIO.class deleted file mode 100644 index 9b4e9dc..0000000 Binary files a/src/bin/robotinterface/robot/connection/StandartIO.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/message/Message$TimeoutException.class b/src/bin/robotinterface/robot/connection/message/Message$TimeoutException.class deleted file mode 100644 index 0dc7e9a..0000000 Binary files a/src/bin/robotinterface/robot/connection/message/Message$TimeoutException.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/connection/message/Message.class b/src/bin/robotinterface/robot/connection/message/Message.class deleted file mode 100644 index 8bdf5bc..0000000 Binary files a/src/bin/robotinterface/robot/connection/message/Message.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/device/Compass.class b/src/bin/robotinterface/robot/device/Compass.class deleted file mode 100644 index 50c8641..0000000 Binary files a/src/bin/robotinterface/robot/device/Compass.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/device/Device.class b/src/bin/robotinterface/robot/device/Device.class deleted file mode 100644 index a12a46e..0000000 Binary files a/src/bin/robotinterface/robot/device/Device.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/device/HBridge.class b/src/bin/robotinterface/robot/device/HBridge.class deleted file mode 100644 index 1d678de..0000000 Binary files a/src/bin/robotinterface/robot/device/HBridge.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/device/IRProximitySensor.class b/src/bin/robotinterface/robot/device/IRProximitySensor.class deleted file mode 100644 index d3b9b68..0000000 Binary files a/src/bin/robotinterface/robot/device/IRProximitySensor.class and /dev/null differ diff --git a/src/bin/robotinterface/robot/device/ReflectanceSensorArray.class b/src/bin/robotinterface/robot/device/ReflectanceSensorArray.class deleted file mode 100644 index a31ecfa..0000000 Binary files a/src/bin/robotinterface/robot/device/ReflectanceSensorArray.class and /dev/null differ diff --git a/src/bin/robotinterface/util/ByteCharset$Decoder.class b/src/bin/robotinterface/util/ByteCharset$Decoder.class deleted file mode 100644 index a21fd2f..0000000 Binary files a/src/bin/robotinterface/util/ByteCharset$Decoder.class and /dev/null differ diff --git a/src/bin/robotinterface/util/ByteCharset$Encoder.class b/src/bin/robotinterface/util/ByteCharset$Encoder.class deleted file mode 100644 index a614703..0000000 Binary files a/src/bin/robotinterface/util/ByteCharset$Encoder.class and /dev/null differ diff --git a/src/bin/robotinterface/util/ByteCharset.class b/src/bin/robotinterface/util/ByteCharset.class deleted file mode 100644 index 72b8459..0000000 Binary files a/src/bin/robotinterface/util/ByteCharset.class and /dev/null differ diff --git a/src/bin/robotinterface/util/LineIterator.class b/src/bin/robotinterface/util/LineIterator.class deleted file mode 100644 index 31c2535..0000000 Binary files a/src/bin/robotinterface/util/LineIterator.class and /dev/null differ diff --git a/src/bin/robotinterface/util/SplashScreen$SplashWindow.class b/src/bin/robotinterface/util/SplashScreen$SplashWindow.class deleted file mode 100644 index ab43dd1..0000000 Binary files a/src/bin/robotinterface/util/SplashScreen$SplashWindow.class and /dev/null differ diff --git a/src/bin/robotinterface/util/SplashScreen.class b/src/bin/robotinterface/util/SplashScreen.class deleted file mode 100644 index 015126b..0000000 Binary files a/src/bin/robotinterface/util/SplashScreen.class and /dev/null differ diff --git a/src/bin/robotinterface/util/TextStroke.class b/src/bin/robotinterface/util/TextStroke.class deleted file mode 100644 index db98a17..0000000 Binary files a/src/bin/robotinterface/util/TextStroke.class and /dev/null differ diff --git a/src/bin/robotinterface/util/cyzx/HistoryManager.class b/src/bin/robotinterface/util/cyzx/HistoryManager.class deleted file mode 100644 index 063d8e0..0000000 Binary files a/src/bin/robotinterface/util/cyzx/HistoryManager.class and /dev/null differ diff --git a/src/bin/robotinterface/util/cyzx/Undoable.class b/src/bin/robotinterface/util/cyzx/Undoable.class deleted file mode 100644 index f3994d4..0000000 Binary files a/src/bin/robotinterface/util/cyzx/Undoable.class and /dev/null differ diff --git a/src/bin/robotinterface/util/fommil/jni/JniNamer.class b/src/bin/robotinterface/util/fommil/jni/JniNamer.class deleted file mode 100644 index cfd1cf1..0000000 Binary files a/src/bin/robotinterface/util/fommil/jni/JniNamer.class and /dev/null differ diff --git a/src/bin/robotinterface/util/fommil/jni/LICENSE b/src/bin/robotinterface/util/fommil/jni/LICENSE deleted file mode 100644 index 6600f1c..0000000 --- a/src/bin/robotinterface/util/fommil/jni/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ -GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/src/bin/robotinterface/util/observable/Observable.class b/src/bin/robotinterface/util/observable/Observable.class deleted file mode 100644 index 0bd500a..0000000 Binary files a/src/bin/robotinterface/util/observable/Observable.class and /dev/null differ diff --git a/src/bin/robotinterface/util/observable/Observer.class b/src/bin/robotinterface/util/observable/Observer.class deleted file mode 100644 index f4c771a..0000000 Binary files a/src/bin/robotinterface/util/observable/Observer.class and /dev/null differ diff --git a/src/bin/robotinterface/util/trafficsimulator/Clock$ClockListener.class b/src/bin/robotinterface/util/trafficsimulator/Clock$ClockListener.class deleted file mode 100644 index 86ee2d6..0000000 Binary files a/src/bin/robotinterface/util/trafficsimulator/Clock$ClockListener.class and /dev/null differ diff --git a/src/bin/robotinterface/util/trafficsimulator/Clock.class b/src/bin/robotinterface/util/trafficsimulator/Clock.class deleted file mode 100644 index e729965..0000000 Binary files a/src/bin/robotinterface/util/trafficsimulator/Clock.class and /dev/null differ diff --git a/src/bin/robotinterface/util/trafficsimulator/ColorChanger.class b/src/bin/robotinterface/util/trafficsimulator/ColorChanger.class deleted file mode 100644 index 9c22787..0000000 Binary files a/src/bin/robotinterface/util/trafficsimulator/ColorChanger.class and /dev/null differ diff --git a/src/bin/robotinterface/util/trafficsimulator/Timer.class b/src/bin/robotinterface/util/trafficsimulator/Timer.class deleted file mode 100644 index b2d810d..0000000 Binary files a/src/bin/robotinterface/util/trafficsimulator/Timer.class and /dev/null differ